@@ -854,7 +854,7 @@ export type ClusterMode = (typeof ClusterMode)[keyof typeof ClusterMode];
854
854
/**
855
855
* @public
856
856
* <p>Represents the information required for client programs to connect to a cache
857
- * node.</p>
857
+ * node. This value is read-only. </p>
858
858
*/
859
859
export interface Endpoint {
860
860
/**
@@ -1175,7 +1175,7 @@ export interface NodeGroup {
1175
1175
1176
1176
/**
1177
1177
* @public
1178
- * <p>The endpoint of the replica nodes in this node group (shard).</p>
1178
+ * <p>The endpoint of the replica nodes in this node group (shard). This value is read-only. </p>
1179
1179
*/
1180
1180
ReaderEndpoint ?: Endpoint ;
1181
1181
@@ -5313,10 +5313,6 @@ export interface CreateReplicationGroupMessage {
5313
5313
* @public
5314
5314
* <p>Specifies the weekly time range during which maintenance on the cluster is performed.
5315
5315
* It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The
5316
- * minimum maintenance window is a 60 minute period. Valid values for <code>ddd</code>
5317
- * are:</p>
5318
- * <p>Specifies the weekly time range during which maintenance on the cluster is performed.
5319
- * It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The
5320
5316
* minimum maintenance window is a 60 minute period.</p>
5321
5317
* <p>Valid values for <code>ddd</code> are:</p>
5322
5318
* <ul>
@@ -5909,14 +5905,14 @@ export interface ServerlessCache {
5909
5905
/**
5910
5906
* @public
5911
5907
* <p>Represents the information required for client programs to connect to a cache
5912
- * node.</p>
5908
+ * node. This value is read-only. </p>
5913
5909
*/
5914
5910
Endpoint ?: Endpoint ;
5915
5911
5916
5912
/**
5917
5913
* @public
5918
5914
* <p>Represents the information required for client programs to connect to a cache
5919
- * node.</p>
5915
+ * node. This value is read-only. </p>
5920
5916
*/
5921
5917
ReaderEndpoint ?: Endpoint ;
5922
5918
@@ -5934,7 +5930,7 @@ export interface ServerlessCache {
5934
5930
5935
5931
/**
5936
5932
* @public
5937
- * <p>If no subnet IDs are given and your VPC is in SFO , then ElastiCache will select 2 default subnets across AZs in your VPC.
5933
+ * <p>If no subnet IDs are given and your VPC is in us-west-1 , then ElastiCache will select 2 default subnets across AZs in your VPC.
5938
5934
* For all other Regions, if no subnet IDs are given then ElastiCache will select 3 default subnets across AZs in your default VPC.</p>
5939
5935
*/
5940
5936
SubnetIds ?: string [ ] ;
0 commit comments