@@ -854,7 +854,7 @@ export type ClusterMode = (typeof ClusterMode)[keyof typeof ClusterMode];
854854/**
855855 * @public
856856 * <p>Represents the information required for client programs to connect to a cache
857- * node.</p>
857+ * node. This value is read-only. </p>
858858 */
859859export interface Endpoint {
860860 /**
@@ -1175,7 +1175,7 @@ export interface NodeGroup {
11751175
11761176 /**
11771177 * @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>
11791179 */
11801180 ReaderEndpoint ?: Endpoint ;
11811181
@@ -5313,10 +5313,6 @@ export interface CreateReplicationGroupMessage {
53135313 * @public
53145314 * <p>Specifies the weekly time range during which maintenance on the cluster is performed.
53155315 * 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
53205316 * minimum maintenance window is a 60 minute period.</p>
53215317 * <p>Valid values for <code>ddd</code> are:</p>
53225318 * <ul>
@@ -5909,14 +5905,14 @@ export interface ServerlessCache {
59095905 /**
59105906 * @public
59115907 * <p>Represents the information required for client programs to connect to a cache
5912- * node.</p>
5908+ * node. This value is read-only. </p>
59135909 */
59145910 Endpoint ?: Endpoint ;
59155911
59165912 /**
59175913 * @public
59185914 * <p>Represents the information required for client programs to connect to a cache
5919- * node.</p>
5915+ * node. This value is read-only. </p>
59205916 */
59215917 ReaderEndpoint ?: Endpoint ;
59225918
@@ -5934,7 +5930,7 @@ export interface ServerlessCache {
59345930
59355931 /**
59365932 * @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.
59385934 * For all other Regions, if no subnet IDs are given then ElastiCache will select 3 default subnets across AZs in your default VPC.</p>
59395935 */
59405936 SubnetIds ?: string [ ] ;
0 commit comments