Skip to content

Commit e25808c

Browse files
author
awstools
committed
docs(client-elasticache): Revisions to API text that are now to be carried over to SDK text, changing usages of "SFO" in code examples to "us-west-1", and some other typos.
1 parent 9083ece commit e25808c

File tree

3 files changed

+397
-16
lines changed

3 files changed

+397
-16
lines changed

clients/client-elasticache/src/commands/CreateReplicationGroupCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export interface CreateReplicationGroupCommandOutput extends CreateReplicationGr
3232
* group.</p>
3333
* <p>This API can be used to create a standalone regional replication group or a secondary
3434
* replication group associated with a Global datastore.</p>
35-
* <p>A Redis (cluster mode disabled) replication group is a collection of clusters, where
36-
* one of the clusters is a read/write primary and the others are read-only replicas.
35+
* <p>A Redis (cluster mode disabled) replication group is a collection of nodes, where
36+
* one of the nodes is a read/write primary and the others are read-only replicas.
3737
* Writes to the primary are asynchronously propagated to the replicas.</p>
3838
* <p>A Redis cluster-mode enabled cluster is comprised of from 1 to 90 shards (API/CLI:
3939
* node groups). Each shard has a primary node and up to 5 read-only replica nodes. The

clients/client-elasticache/src/models/models_0.ts

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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
*/
859859
export 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

Comments
 (0)