@aws-sdk/client-elasticache 3.693.0 → 3.698.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +6 -0
- package/dist-es/protocols/Aws_query.js +6 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +2 -2
- package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +1 -1
- package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +8 -8
- package/dist-types/commands/CreateCacheClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplicationGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserGroupCommand.d.ts +1 -1
- package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserGroupCommand.d.ts +1 -1
- package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCacheClusterCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +2 -2
- package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyUserCommand.d.ts +1 -0
- package/dist-types/commands/ModifyUserGroupCommand.d.ts +1 -0
- package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RebootCacheClusterCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestFailoverCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +51 -41
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +36 -36
package/dist-cjs/index.js
CHANGED
|
@@ -6643,6 +6643,9 @@ var se_ModifyUserGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
6643
6643
|
entries[loc] = value;
|
|
6644
6644
|
});
|
|
6645
6645
|
}
|
|
6646
|
+
if (input[_E] != null) {
|
|
6647
|
+
entries[_E] = input[_E];
|
|
6648
|
+
}
|
|
6646
6649
|
return entries;
|
|
6647
6650
|
}, "se_ModifyUserGroupMessage");
|
|
6648
6651
|
var se_ModifyUserMessage = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -6677,6 +6680,9 @@ var se_ModifyUserMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
6677
6680
|
entries[loc] = value;
|
|
6678
6681
|
});
|
|
6679
6682
|
}
|
|
6683
|
+
if (input[_E] != null) {
|
|
6684
|
+
entries[_E] = input[_E];
|
|
6685
|
+
}
|
|
6680
6686
|
return entries;
|
|
6681
6687
|
}, "se_ModifyUserMessage");
|
|
6682
6688
|
var se_NodeGroupConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -4766,6 +4766,9 @@ const se_ModifyUserGroupMessage = (input, context) => {
|
|
|
4766
4766
|
entries[loc] = value;
|
|
4767
4767
|
});
|
|
4768
4768
|
}
|
|
4769
|
+
if (input[_E] != null) {
|
|
4770
|
+
entries[_E] = input[_E];
|
|
4771
|
+
}
|
|
4769
4772
|
return entries;
|
|
4770
4773
|
};
|
|
4771
4774
|
const se_ModifyUserMessage = (input, context) => {
|
|
@@ -4799,6 +4802,9 @@ const se_ModifyUserMessage = (input, context) => {
|
|
|
4799
4802
|
entries[loc] = value;
|
|
4800
4803
|
});
|
|
4801
4804
|
}
|
|
4805
|
+
if (input[_E] != null) {
|
|
4806
|
+
entries[_E] = input[_E];
|
|
4807
|
+
}
|
|
4802
4808
|
return entries;
|
|
4803
4809
|
};
|
|
4804
4810
|
const se_NodeGroupConfiguration = (input, context) => {
|
|
@@ -30,13 +30,13 @@ declare const AddTagsToResourceCommand_base: {
|
|
|
30
30
|
* <p>A tag is a key-value pair where the key and value are case-sensitive. You can use tags
|
|
31
31
|
* to categorize and track all your ElastiCache resources, with the exception of global
|
|
32
32
|
* replication group. When you add or remove tags on replication groups, those actions will
|
|
33
|
-
* be replicated to all nodes in the replication group. For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
33
|
+
* be replicated to all nodes in the replication group. For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/IAM.ResourceLevelPermissions.html">Resource-level permissions</a>.</p>
|
|
34
34
|
* <p> For example, you can use cost-allocation tags to your ElastiCache resources, Amazon
|
|
35
35
|
* generates a cost allocation report as a comma-separated value (CSV) file with your usage
|
|
36
36
|
* and costs aggregated by your tags. You can apply tags that represent business categories
|
|
37
37
|
* (such as cost centers, application names, or owners) to organize your costs across
|
|
38
38
|
* multiple services.</p>
|
|
39
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
39
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Tagging.html">Using Cost Allocation Tags in
|
|
40
40
|
* Amazon ElastiCache</a> in the <i>ElastiCache User
|
|
41
41
|
* Guide</i>.</p>
|
|
42
42
|
* @example
|
|
@@ -28,7 +28,7 @@ declare const BatchApplyUpdateActionCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Apply the service update. For more information on service updates and applying them,
|
|
31
|
-
* see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
31
|
+
* see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/applying-updates.html">Applying Service
|
|
32
32
|
* Updates</a>.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -28,7 +28,7 @@ declare const BatchStopUpdateActionCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Stop the service update. For more information on service updates and stopping them,
|
|
31
|
-
* see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
31
|
+
* see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/stopping-self-service-updates.html">Stopping
|
|
32
32
|
* Service Updates</a>.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -36,8 +36,8 @@ declare const CopySnapshotCommand_base: {
|
|
|
36
36
|
* operation can create their own Amazon S3 buckets and copy snapshots to it. To
|
|
37
37
|
* control access to your snapshots, use an IAM policy to control who has the ability
|
|
38
38
|
* to use the <code>CopySnapshot</code> operation. For more information about using IAM
|
|
39
|
-
* to control the use of ElastiCache operations, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
40
|
-
* Snapshots</a> and <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
39
|
+
* to control the use of ElastiCache operations, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/backups-exporting.html">Exporting
|
|
40
|
+
* Snapshots</a> and <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/IAM.html">Authentication & Access
|
|
41
41
|
* Control</a>.</p>
|
|
42
42
|
* </important>
|
|
43
43
|
* <p>You could receive the following error messages.</p>
|
|
@@ -51,7 +51,7 @@ declare const CopySnapshotCommand_base: {
|
|
|
51
51
|
* the region.</p>
|
|
52
52
|
* <p>
|
|
53
53
|
* <b>Solution:</b> Create an Amazon S3 bucket in the
|
|
54
|
-
* same region as your snapshot. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
54
|
+
* same region as your snapshot. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/backups-exporting.html#backups-exporting-create-s3-bucket">Step 1: Create an Amazon S3 Bucket</a> in the ElastiCache User
|
|
55
55
|
* Guide.</p>
|
|
56
56
|
* </li>
|
|
57
57
|
* <li>
|
|
@@ -60,7 +60,7 @@ declare const CopySnapshotCommand_base: {
|
|
|
60
60
|
* exist.</p>
|
|
61
61
|
* <p>
|
|
62
62
|
* <b>Solution:</b> Create an Amazon S3 bucket in the
|
|
63
|
-
* same region as your snapshot. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
63
|
+
* same region as your snapshot. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/backups-exporting.html#backups-exporting-create-s3-bucket">Step 1: Create an Amazon S3 Bucket</a> in the ElastiCache User
|
|
64
64
|
* Guide.</p>
|
|
65
65
|
* </li>
|
|
66
66
|
* <li>
|
|
@@ -69,7 +69,7 @@ declare const CopySnapshotCommand_base: {
|
|
|
69
69
|
* by the authenticated user.</p>
|
|
70
70
|
* <p>
|
|
71
71
|
* <b>Solution:</b> Create an Amazon S3 bucket in the
|
|
72
|
-
* same region as your snapshot. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
72
|
+
* same region as your snapshot. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/backups-exporting.html#backups-exporting-create-s3-bucket">Step 1: Create an Amazon S3 Bucket</a> in the ElastiCache User
|
|
73
73
|
* Guide.</p>
|
|
74
74
|
* </li>
|
|
75
75
|
* <li>
|
|
@@ -96,7 +96,7 @@ declare const CopySnapshotCommand_base: {
|
|
|
96
96
|
* granted READ permissions %s on the S3 Bucket.</p>
|
|
97
97
|
* <p>
|
|
98
98
|
* <b>Solution:</b> Add List and Read permissions on
|
|
99
|
-
* the bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
99
|
+
* the bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/backups-exporting.html#backups-exporting-grant-access">Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket</a> in the
|
|
100
100
|
* ElastiCache User Guide.</p>
|
|
101
101
|
* </li>
|
|
102
102
|
* <li>
|
|
@@ -105,7 +105,7 @@ declare const CopySnapshotCommand_base: {
|
|
|
105
105
|
* granted WRITE permissions %s on the S3 Bucket.</p>
|
|
106
106
|
* <p>
|
|
107
107
|
* <b>Solution:</b> Add Upload/Delete permissions on
|
|
108
|
-
* the bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
108
|
+
* the bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/backups-exporting.html#backups-exporting-grant-access">Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket</a> in the
|
|
109
109
|
* ElastiCache User Guide.</p>
|
|
110
110
|
* </li>
|
|
111
111
|
* <li>
|
|
@@ -114,7 +114,7 @@ declare const CopySnapshotCommand_base: {
|
|
|
114
114
|
* granted READ_ACP permissions %s on the S3 Bucket.</p>
|
|
115
115
|
* <p>
|
|
116
116
|
* <b>Solution:</b> Add View Permissions on the bucket.
|
|
117
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
117
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/backups-exporting.html#backups-exporting-grant-access">Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket</a> in the
|
|
118
118
|
* ElastiCache User Guide.</p>
|
|
119
119
|
* </li>
|
|
120
120
|
* </ul>
|
|
@@ -244,7 +244,7 @@ declare const CreateCacheClusterCommand_base: {
|
|
|
244
244
|
*
|
|
245
245
|
* @throws {@link InsufficientCacheClusterCapacityFault} (client fault)
|
|
246
246
|
* <p>The requested cache node type is not available in the specified Availability Zone. For
|
|
247
|
-
* more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
247
|
+
* more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/ErrorMessages.html#ErrorMessages.INSUFFICIENT_CACHE_CLUSTER_CAPACITY">InsufficientCacheClusterCapacity</a> in the ElastiCache User Guide.</p>
|
|
248
248
|
*
|
|
249
249
|
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
250
250
|
* <p>Two or more incompatible parameters were specified.</p>
|
|
@@ -41,7 +41,7 @@ declare const CreateCacheParameterGroupCommand_base: {
|
|
|
41
41
|
* </li>
|
|
42
42
|
* <li>
|
|
43
43
|
* <p>
|
|
44
|
-
* <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
44
|
+
* <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/ParameterGroups.html">Parameters and
|
|
45
45
|
* Parameter Groups</a> in the ElastiCache User Guide.</p>
|
|
46
46
|
* </li>
|
|
47
47
|
* </ul>
|
|
@@ -30,7 +30,7 @@ declare const CreateGlobalReplicationGroupCommand_base: {
|
|
|
30
30
|
* <p>Global Datastore offers fully managed, fast, reliable and secure
|
|
31
31
|
* cross-region replication. Using Global Datastore with Valkey or Redis OSS, you can create cross-region
|
|
32
32
|
* read replica clusters for ElastiCache to enable low-latency reads and disaster
|
|
33
|
-
* recovery across regions. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
33
|
+
* recovery across regions. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Redis-Global-Datastore.html">Replication
|
|
34
34
|
* Across Regions Using Global Datastore</a>. </p>
|
|
35
35
|
* <ul>
|
|
36
36
|
* <li>
|
|
@@ -44,7 +44,7 @@ declare const CreateReplicationGroupCommand_base: {
|
|
|
44
44
|
* shards (single primary and no replicas). Make sure there are enough available IP
|
|
45
45
|
* addresses to accommodate the increase. Common pitfalls include the subnets in the subnet
|
|
46
46
|
* group have too small a CIDR range or the subnets are shared and heavily used by other
|
|
47
|
-
* clusters. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
47
|
+
* clusters. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SubnetGroups.Creating.html">Creating a Subnet
|
|
48
48
|
* Group</a>. For versions below 5.0.6, the limit is 250 per cluster.</p>
|
|
49
49
|
* <p>To request a limit increase, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html">Amazon Service Limits</a> and
|
|
50
50
|
* choose the limit type <b>Nodes per cluster per instance
|
|
@@ -52,7 +52,7 @@ declare const CreateReplicationGroupCommand_base: {
|
|
|
52
52
|
* <p>When a Valkey or Redis OSS (cluster mode disabled) replication group has been successfully created,
|
|
53
53
|
* you can add one or more read replicas to it, up to a total of 5 read replicas. If you
|
|
54
54
|
* need to increase or decrease the number of node groups (console: shards), you can use scaling.
|
|
55
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
55
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Scaling.html">Scaling self-designed clusters</a> in the <i>ElastiCache User
|
|
56
56
|
* Guide</i>.</p>
|
|
57
57
|
* <note>
|
|
58
58
|
* <p>This operation is valid for Valkey and Redis OSS only.</p>
|
|
@@ -306,7 +306,7 @@ declare const CreateReplicationGroupCommand_base: {
|
|
|
306
306
|
*
|
|
307
307
|
* @throws {@link InsufficientCacheClusterCapacityFault} (client fault)
|
|
308
308
|
* <p>The requested cache node type is not available in the specified Availability Zone. For
|
|
309
|
-
* more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
309
|
+
* more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/ErrorMessages.html#ErrorMessages.INSUFFICIENT_CACHE_CLUSTER_CAPACITY">InsufficientCacheClusterCapacity</a> in the ElastiCache User Guide.</p>
|
|
310
310
|
*
|
|
311
311
|
* @throws {@link InvalidCacheClusterStateFault} (client fault)
|
|
312
312
|
* <p>The requested cluster is not in the <code>available</code> state.</p>
|
|
@@ -28,7 +28,7 @@ declare const CreateUserCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>For Valkey engine version 7.2 onwards and Redis OSS 6.0 and onwards: Creates a user. For more information, see
|
|
31
|
-
* <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
31
|
+
* <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Clusters.RBAC.html">Using Role Based Access Control (RBAC)</a>.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -28,7 +28,7 @@ declare const CreateUserGroupCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>For Valkey engine version 7.2 onwards and Redis OSS 6.0 onwards: Creates a user group. For more
|
|
31
|
-
* information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
31
|
+
* information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Clusters.RBAC.html">Using Role Based Access Control (RBAC)</a>
|
|
32
32
|
* </p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -197,7 +197,7 @@ declare const DecreaseReplicaCountCommand_base: {
|
|
|
197
197
|
*
|
|
198
198
|
* @throws {@link InsufficientCacheClusterCapacityFault} (client fault)
|
|
199
199
|
* <p>The requested cache node type is not available in the specified Availability Zone. For
|
|
200
|
-
* more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
200
|
+
* more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/ErrorMessages.html#ErrorMessages.INSUFFICIENT_CACHE_CLUSTER_CAPACITY">InsufficientCacheClusterCapacity</a> in the ElastiCache User Guide.</p>
|
|
201
201
|
*
|
|
202
202
|
* @throws {@link InvalidCacheClusterStateFault} (client fault)
|
|
203
203
|
* <p>The requested cluster is not in the <code>available</code> state.</p>
|
|
@@ -29,7 +29,7 @@ declare const DeleteUserCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>For Valkey engine version 7.2 onwards and Redis OSS 6.0 onwards: Deletes a user. The user will be removed from
|
|
31
31
|
* all user groups and in turn removed from all replication groups. For more information,
|
|
32
|
-
* see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
32
|
+
* see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Clusters.RBAC.html">Using Role Based Access Control (RBAC)</a>. </p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -29,7 +29,7 @@ declare const DeleteUserGroupCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>For Valkey engine version 7.2 onwards and Redis OSS 6.0 onwards: Deletes a user group. The user group must first
|
|
31
31
|
* be disassociated from the replication group before it can be deleted. For more
|
|
32
|
-
* information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
32
|
+
* information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Clusters.RBAC.html">Using Role Based Access Control (RBAC)</a>. </p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -194,7 +194,7 @@ declare const IncreaseReplicaCountCommand_base: {
|
|
|
194
194
|
*
|
|
195
195
|
* @throws {@link InsufficientCacheClusterCapacityFault} (client fault)
|
|
196
196
|
* <p>The requested cache node type is not available in the specified Availability Zone. For
|
|
197
|
-
* more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
197
|
+
* more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/ErrorMessages.html#ErrorMessages.INSUFFICIENT_CACHE_CLUSTER_CAPACITY">InsufficientCacheClusterCapacity</a> in the ElastiCache User Guide.</p>
|
|
198
198
|
*
|
|
199
199
|
* @throws {@link InvalidCacheClusterStateFault} (client fault)
|
|
200
200
|
* <p>The requested cluster is not in the <code>available</code> state.</p>
|
|
@@ -32,7 +32,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
32
32
|
* tags to categorize and track all your ElastiCache resources, with the exception of
|
|
33
33
|
* global replication group. When you add or remove tags on replication groups, those
|
|
34
34
|
* actions will be replicated to all nodes in the replication group. For more information,
|
|
35
|
-
* see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
35
|
+
* see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/IAM.ResourceLevelPermissions.html">Resource-level permissions</a>.</p>
|
|
36
36
|
* <p>If the cluster is not in the <i>available</i> state,
|
|
37
37
|
* <code>ListTagsForResource</code> returns an error.</p>
|
|
38
38
|
* @example
|
|
@@ -220,7 +220,7 @@ declare const ModifyCacheClusterCommand_base: {
|
|
|
220
220
|
*
|
|
221
221
|
* @throws {@link InsufficientCacheClusterCapacityFault} (client fault)
|
|
222
222
|
* <p>The requested cache node type is not available in the specified Availability Zone. For
|
|
223
|
-
* more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
223
|
+
* more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/ErrorMessages.html#ErrorMessages.INSUFFICIENT_CACHE_CLUSTER_CAPACITY">InsufficientCacheClusterCapacity</a> in the ElastiCache User Guide.</p>
|
|
224
224
|
*
|
|
225
225
|
* @throws {@link InvalidCacheClusterStateFault} (client fault)
|
|
226
226
|
* <p>The requested cluster is not in the <code>available</code> state.</p>
|
|
@@ -31,7 +31,7 @@ declare const ModifyReplicationGroupCommand_base: {
|
|
|
31
31
|
* <ul>
|
|
32
32
|
* <li>
|
|
33
33
|
* <p>
|
|
34
|
-
* <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
34
|
+
* <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/scaling-redis-cluster-mode-enabled.html">Scaling for Valkey or Redis OSS (cluster mode enabled)</a> in
|
|
35
35
|
* the ElastiCache User Guide</p>
|
|
36
36
|
* </li>
|
|
37
37
|
* <li>
|
|
@@ -251,7 +251,7 @@ declare const ModifyReplicationGroupCommand_base: {
|
|
|
251
251
|
*
|
|
252
252
|
* @throws {@link InsufficientCacheClusterCapacityFault} (client fault)
|
|
253
253
|
* <p>The requested cache node type is not available in the specified Availability Zone. For
|
|
254
|
-
* more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
254
|
+
* more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/ErrorMessages.html#ErrorMessages.INSUFFICIENT_CACHE_CLUSTER_CAPACITY">InsufficientCacheClusterCapacity</a> in the ElastiCache User Guide.</p>
|
|
255
255
|
*
|
|
256
256
|
* @throws {@link InvalidCacheClusterStateFault} (client fault)
|
|
257
257
|
* <p>The requested cluster is not in the <code>available</code> state.</p>
|
|
@@ -190,7 +190,7 @@ declare const ModifyReplicationGroupShardConfigurationCommand_base: {
|
|
|
190
190
|
*
|
|
191
191
|
* @throws {@link InsufficientCacheClusterCapacityFault} (client fault)
|
|
192
192
|
* <p>The requested cache node type is not available in the specified Availability Zone. For
|
|
193
|
-
* more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
193
|
+
* more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/ErrorMessages.html#ErrorMessages.INSUFFICIENT_CACHE_CLUSTER_CAPACITY">InsufficientCacheClusterCapacity</a> in the ElastiCache User Guide.</p>
|
|
194
194
|
*
|
|
195
195
|
* @throws {@link InvalidCacheClusterStateFault} (client fault)
|
|
196
196
|
* <p>The requested cluster is not in the <code>available</code> state.</p>
|
|
@@ -28,7 +28,7 @@ declare const PurchaseReservedCacheNodesOfferingCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Allows you to purchase a reserved cache node offering. Reserved nodes are not eligible
|
|
31
|
-
* for cancellation and are non-refundable. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
31
|
+
* for cancellation and are non-refundable. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/reserved-nodes.html">Managing Costs with Reserved Nodes</a>.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -38,7 +38,7 @@ declare const RebootCacheClusterCommand_base: {
|
|
|
38
38
|
* disabled) clusters. Rebooting is not supported on Valkey or Redis OSS (cluster mode enabled)
|
|
39
39
|
* clusters.</p>
|
|
40
40
|
* <p>If you make changes to parameters that require a Valkey or Redis OSS (cluster mode enabled) cluster
|
|
41
|
-
* reboot for the changes to be applied, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
41
|
+
* reboot for the changes to be applied, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/nodes.rebooting.html">Rebooting a Cluster</a> for an alternate process.</p>
|
|
42
42
|
* @example
|
|
43
43
|
* Use a bare-bones client and the command you need to make an API call.
|
|
44
44
|
* ```javascript
|
|
@@ -31,7 +31,7 @@ declare const RemoveTagsFromResourceCommand_base: {
|
|
|
31
31
|
* A tag is a key-value pair where the key and value are case-sensitive. You can use tags
|
|
32
32
|
* to categorize and track all your ElastiCache resources, with the exception of global
|
|
33
33
|
* replication group. When you add or remove tags on replication groups, those actions will
|
|
34
|
-
* be replicated to all nodes in the replication group. For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
34
|
+
* be replicated to all nodes in the replication group. For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/IAM.ResourceLevelPermissions.html">Resource-level permissions</a>.</p>
|
|
35
35
|
* @example
|
|
36
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
37
|
* ```javascript
|
|
@@ -90,7 +90,7 @@ declare const TestFailoverCommand_base: {
|
|
|
90
90
|
* <ul>
|
|
91
91
|
* <li>
|
|
92
92
|
* <p>
|
|
93
|
-
* <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
93
|
+
* <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/ECEvents.Viewing.html">Viewing
|
|
94
94
|
* ElastiCache Events</a> in the <i>ElastiCache User
|
|
95
95
|
* Guide</i>
|
|
96
96
|
* </p>
|
|
@@ -102,7 +102,7 @@ declare const TestFailoverCommand_base: {
|
|
|
102
102
|
* </ul>
|
|
103
103
|
* </li>
|
|
104
104
|
* </ul>
|
|
105
|
-
* <p>Also see, <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
105
|
+
* <p>Also see, <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/AutoFailover.html#auto-failover-test">Testing
|
|
106
106
|
* Multi-AZ </a> in the <i>ElastiCache User Guide</i>.</p>
|
|
107
107
|
* @example
|
|
108
108
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -1154,7 +1154,7 @@ export interface ReplicationGroup {
|
|
|
1154
1154
|
AutomaticFailover?: AutomaticFailoverStatus | undefined;
|
|
1155
1155
|
/**
|
|
1156
1156
|
* <p>A flag indicating if you have Multi-AZ enabled to enhance fault tolerance. For more
|
|
1157
|
-
* information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
1157
|
+
* information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/AutoFailover.html">Minimizing Downtime: Multi-AZ</a>
|
|
1158
1158
|
* </p>
|
|
1159
1159
|
* @public
|
|
1160
1160
|
*/
|
|
@@ -1277,7 +1277,7 @@ export interface ReplicationGroup {
|
|
|
1277
1277
|
/**
|
|
1278
1278
|
* <p>Enables data tiering. Data tiering is only supported for replication groups using the
|
|
1279
1279
|
* r6gd node type. This parameter must be set to true when using r6gd nodes. For more
|
|
1280
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
1280
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/data-tiering.html">Data tiering</a>.</p>
|
|
1281
1281
|
* @public
|
|
1282
1282
|
*/
|
|
1283
1283
|
DataTiering?: DataTieringStatus | undefined;
|
|
@@ -1510,9 +1510,9 @@ export interface CopySnapshotMessage {
|
|
|
1510
1510
|
* <p>The Amazon S3 bucket to which the snapshot is exported. This parameter is used only
|
|
1511
1511
|
* when exporting a snapshot for external access.</p>
|
|
1512
1512
|
* <p>When using this parameter to export a snapshot, be sure Amazon ElastiCache has the
|
|
1513
|
-
* needed permissions to this S3 bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
1513
|
+
* needed permissions to this S3 bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/backups-exporting.html#backups-exporting-grant-access">Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket</a> in the
|
|
1514
1514
|
* <i>Amazon ElastiCache User Guide</i>.</p>
|
|
1515
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
1515
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/backups-exporting.html">Exporting a
|
|
1516
1516
|
* Snapshot</a> in the <i>Amazon ElastiCache User Guide</i>.</p>
|
|
1517
1517
|
* @public
|
|
1518
1518
|
*/
|
|
@@ -1683,7 +1683,7 @@ export interface Snapshot {
|
|
|
1683
1683
|
* <code>cache.m7g.16xlarge</code>
|
|
1684
1684
|
* </p>
|
|
1685
1685
|
* <note>
|
|
1686
|
-
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
1686
|
+
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
|
|
1687
1687
|
* </p>
|
|
1688
1688
|
* </note>
|
|
1689
1689
|
* <p>
|
|
@@ -1784,7 +1784,7 @@ export interface Snapshot {
|
|
|
1784
1784
|
* <code>cache.r7g.16xlarge</code>
|
|
1785
1785
|
* </p>
|
|
1786
1786
|
* <note>
|
|
1787
|
-
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
1787
|
+
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
|
|
1788
1788
|
* </p>
|
|
1789
1789
|
* </note>
|
|
1790
1790
|
* <p>
|
|
@@ -2024,7 +2024,7 @@ export interface Snapshot {
|
|
|
2024
2024
|
/**
|
|
2025
2025
|
* <p>Enables data tiering. Data tiering is only supported for replication groups using the
|
|
2026
2026
|
* r6gd node type. This parameter must be set to true when using r6gd nodes. For more
|
|
2027
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
2027
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/data-tiering.html">Data tiering</a>.</p>
|
|
2028
2028
|
* @public
|
|
2029
2029
|
*/
|
|
2030
2030
|
DataTiering?: DataTieringStatus | undefined;
|
|
@@ -2269,7 +2269,7 @@ export interface CreateCacheClusterMessage {
|
|
|
2269
2269
|
* <code>cache.m7g.16xlarge</code>
|
|
2270
2270
|
* </p>
|
|
2271
2271
|
* <note>
|
|
2272
|
-
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
2272
|
+
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
|
|
2273
2273
|
* </p>
|
|
2274
2274
|
* </note>
|
|
2275
2275
|
* <p>
|
|
@@ -2370,7 +2370,7 @@ export interface CreateCacheClusterMessage {
|
|
|
2370
2370
|
* <code>cache.r7g.16xlarge</code>
|
|
2371
2371
|
* </p>
|
|
2372
2372
|
* <note>
|
|
2373
|
-
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
2373
|
+
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
|
|
2374
2374
|
* </p>
|
|
2375
2375
|
* </note>
|
|
2376
2376
|
* <p>
|
|
@@ -2459,7 +2459,7 @@ export interface CreateCacheClusterMessage {
|
|
|
2459
2459
|
* supported cache engine versions, use the DescribeCacheEngineVersions operation.</p>
|
|
2460
2460
|
* <p>
|
|
2461
2461
|
* <b>Important:</b> You can upgrade to a newer engine version
|
|
2462
|
-
* (see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
2462
|
+
* (see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SelectEngine.html#VersionManagement">Selecting
|
|
2463
2463
|
* a Cache Engine and Version</a>), but you cannot downgrade to an earlier engine
|
|
2464
2464
|
* version. If you want to use an earlier engine version, you must delete the existing
|
|
2465
2465
|
* cluster or replication group and create it anew with the earlier engine version. </p>
|
|
@@ -2480,7 +2480,7 @@ export interface CreateCacheClusterMessage {
|
|
|
2480
2480
|
* Cloud (Amazon VPC).</p>
|
|
2481
2481
|
* <important>
|
|
2482
2482
|
* <p>If you're going to launch your cluster in an Amazon VPC, you need to create a
|
|
2483
|
-
* subnet group before you start creating a cluster. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
2483
|
+
* subnet group before you start creating a cluster. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SubnetGroups.html">Subnets and Subnet Groups</a>.</p>
|
|
2484
2484
|
* </important>
|
|
2485
2485
|
* @public
|
|
2486
2486
|
*/
|
|
@@ -2671,7 +2671,7 @@ export interface CreateCacheClusterMessage {
|
|
|
2671
2671
|
* <code>cache.m7g.16xlarge</code>
|
|
2672
2672
|
* </p>
|
|
2673
2673
|
* <note>
|
|
2674
|
-
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
2674
|
+
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
|
|
2675
2675
|
* </p>
|
|
2676
2676
|
* </note>
|
|
2677
2677
|
* <p>
|
|
@@ -2772,7 +2772,7 @@ export interface CreateCacheClusterMessage {
|
|
|
2772
2772
|
* <code>cache.r7g.16xlarge</code>
|
|
2773
2773
|
* </p>
|
|
2774
2774
|
* <note>
|
|
2775
|
-
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
2775
|
+
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
|
|
2776
2776
|
* </p>
|
|
2777
2777
|
* </note>
|
|
2778
2778
|
* <p>
|
|
@@ -3069,7 +3069,7 @@ export interface CacheCluster {
|
|
|
3069
3069
|
* <code>cache.m7g.16xlarge</code>
|
|
3070
3070
|
* </p>
|
|
3071
3071
|
* <note>
|
|
3072
|
-
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
3072
|
+
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
|
|
3073
3073
|
* </p>
|
|
3074
3074
|
* </note>
|
|
3075
3075
|
* <p>
|
|
@@ -3170,7 +3170,7 @@ export interface CacheCluster {
|
|
|
3170
3170
|
* <code>cache.r7g.16xlarge</code>
|
|
3171
3171
|
* </p>
|
|
3172
3172
|
* <note>
|
|
3173
|
-
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
3173
|
+
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
|
|
3174
3174
|
* </p>
|
|
3175
3175
|
* </note>
|
|
3176
3176
|
* <p>
|
|
@@ -3495,7 +3495,7 @@ export interface CreateCacheClusterResult {
|
|
|
3495
3495
|
}
|
|
3496
3496
|
/**
|
|
3497
3497
|
* <p>The requested cache node type is not available in the specified Availability Zone. For
|
|
3498
|
-
* more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
3498
|
+
* more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/ErrorMessages.html#ErrorMessages.INSUFFICIENT_CACHE_CLUSTER_CAPACITY">InsufficientCacheClusterCapacity</a> in the ElastiCache User Guide.</p>
|
|
3499
3499
|
* @public
|
|
3500
3500
|
*/
|
|
3501
3501
|
export declare class InsufficientCacheClusterCapacityFault extends __BaseException {
|
|
@@ -3972,7 +3972,7 @@ export interface CreateGlobalReplicationGroupMessage {
|
|
|
3972
3972
|
* auto-generated prefix, guarantees uniqueness of the Global datastore name across
|
|
3973
3973
|
* multiple regions. </p>
|
|
3974
3974
|
* <p>For a full list of Amazon Regions and their respective Global datastore iD prefixes,
|
|
3975
|
-
* see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
3975
|
+
* see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Redis-Global-Datastores-CLI.html">Using the Amazon CLI with Global datastores </a>.</p>
|
|
3976
3976
|
* @public
|
|
3977
3977
|
*/
|
|
3978
3978
|
GlobalReplicationGroupIdSuffix: string | undefined;
|
|
@@ -4216,7 +4216,7 @@ export interface CreateReplicationGroupMessage {
|
|
|
4216
4216
|
AutomaticFailoverEnabled?: boolean | undefined;
|
|
4217
4217
|
/**
|
|
4218
4218
|
* <p>A flag indicating if you have Multi-AZ enabled to enhance fault tolerance. For more
|
|
4219
|
-
* information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
4219
|
+
* information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/AutoFailover.html">Minimizing Downtime: Multi-AZ</a>.</p>
|
|
4220
4220
|
* @public
|
|
4221
4221
|
*/
|
|
4222
4222
|
MultiAZEnabled?: boolean | undefined;
|
|
@@ -4298,7 +4298,7 @@ export interface CreateReplicationGroupMessage {
|
|
|
4298
4298
|
* <code>cache.m7g.16xlarge</code>
|
|
4299
4299
|
* </p>
|
|
4300
4300
|
* <note>
|
|
4301
|
-
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
4301
|
+
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
|
|
4302
4302
|
* </p>
|
|
4303
4303
|
* </note>
|
|
4304
4304
|
* <p>
|
|
@@ -4399,7 +4399,7 @@ export interface CreateReplicationGroupMessage {
|
|
|
4399
4399
|
* <code>cache.r7g.16xlarge</code>
|
|
4400
4400
|
* </p>
|
|
4401
4401
|
* <note>
|
|
4402
|
-
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
4402
|
+
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
|
|
4403
4403
|
* </p>
|
|
4404
4404
|
* </note>
|
|
4405
4405
|
* <p>
|
|
@@ -4487,7 +4487,7 @@ export interface CreateReplicationGroupMessage {
|
|
|
4487
4487
|
* <code>DescribeCacheEngineVersions</code> operation.</p>
|
|
4488
4488
|
* <p>
|
|
4489
4489
|
* <b>Important:</b> You can upgrade to a newer engine version
|
|
4490
|
-
* (see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
4490
|
+
* (see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SelectEngine.html#VersionManagement">Selecting
|
|
4491
4491
|
* a Cache Engine and Version</a>) in the <i>ElastiCache User
|
|
4492
4492
|
* Guide</i>, but you cannot downgrade to an earlier engine version. If you want
|
|
4493
4493
|
* to use an earlier engine version, you must delete the existing cluster or replication
|
|
@@ -4519,7 +4519,7 @@ export interface CreateReplicationGroupMessage {
|
|
|
4519
4519
|
* <p>The name of the cache subnet group to be used for the replication group.</p>
|
|
4520
4520
|
* <important>
|
|
4521
4521
|
* <p>If you're going to launch your cluster in an Amazon VPC, you need to create a
|
|
4522
|
-
* subnet group before you start creating a cluster. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
4522
|
+
* subnet group before you start creating a cluster. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SubnetGroups.html">Subnets and Subnet Groups</a>.</p>
|
|
4523
4523
|
* </important>
|
|
4524
4524
|
* @public
|
|
4525
4525
|
*/
|
|
@@ -4738,7 +4738,7 @@ export interface CreateReplicationGroupMessage {
|
|
|
4738
4738
|
/**
|
|
4739
4739
|
* <p>Enables data tiering. Data tiering is only supported for replication groups using the
|
|
4740
4740
|
* r6gd node type. This parameter must be set to true when using r6gd nodes. For more
|
|
4741
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
4741
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/data-tiering.html">Data tiering</a>.</p>
|
|
4742
4742
|
* @public
|
|
4743
4743
|
*/
|
|
4744
4744
|
DataTieringEnabled?: boolean | undefined;
|
|
@@ -5650,7 +5650,7 @@ export interface DecreaseNodeGroupsInGlobalReplicationGroupResult {
|
|
|
5650
5650
|
export interface ConfigureShard {
|
|
5651
5651
|
/**
|
|
5652
5652
|
* <p>The 4-digit id for the node group you are configuring. For Valkey or Redis OSS (cluster mode
|
|
5653
|
-
* disabled) replication groups, the node group id is always 0001. To find a Valkey or Redis OSS (cluster mode enabled)'s node group's (shard's) id, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
5653
|
+
* disabled) replication groups, the node group id is always 0001. To find a Valkey or Redis OSS (cluster mode enabled)'s node group's (shard's) id, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/shard-find-id.html">Finding a Shard's
|
|
5654
5654
|
* Id</a>.</p>
|
|
5655
5655
|
* @public
|
|
5656
5656
|
*/
|
|
@@ -6338,7 +6338,7 @@ export interface CacheNodeTypeSpecificParameter {
|
|
|
6338
6338
|
/**
|
|
6339
6339
|
* <p>Indicates whether a change to the parameter is applied immediately or requires a
|
|
6340
6340
|
* reboot for the change to be applied. You can force a reboot or wait until the next
|
|
6341
|
-
* maintenance window's reboot. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
6341
|
+
* maintenance window's reboot. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Clusters.Rebooting.html">Rebooting a
|
|
6342
6342
|
* Cluster</a>.</p>
|
|
6343
6343
|
* @public
|
|
6344
6344
|
*/
|
|
@@ -6395,7 +6395,7 @@ export interface Parameter {
|
|
|
6395
6395
|
/**
|
|
6396
6396
|
* <p>Indicates whether a change to the parameter is applied immediately or requires a
|
|
6397
6397
|
* reboot for the change to be applied. You can force a reboot or wait until the next
|
|
6398
|
-
* maintenance window's reboot. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
6398
|
+
* maintenance window's reboot. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Clusters.Rebooting.html">Rebooting a
|
|
6399
6399
|
* Cluster</a>.</p>
|
|
6400
6400
|
* @public
|
|
6401
6401
|
*/
|
|
@@ -6878,7 +6878,7 @@ export interface DescribeReservedCacheNodesMessage {
|
|
|
6878
6878
|
* <code>cache.m7g.16xlarge</code>
|
|
6879
6879
|
* </p>
|
|
6880
6880
|
* <note>
|
|
6881
|
-
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
6881
|
+
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
|
|
6882
6882
|
* </p>
|
|
6883
6883
|
* </note>
|
|
6884
6884
|
* <p>
|
|
@@ -6979,7 +6979,7 @@ export interface DescribeReservedCacheNodesMessage {
|
|
|
6979
6979
|
* <code>cache.r7g.16xlarge</code>
|
|
6980
6980
|
* </p>
|
|
6981
6981
|
* <note>
|
|
6982
|
-
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
6982
|
+
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
|
|
6983
6983
|
* </p>
|
|
6984
6984
|
* </note>
|
|
6985
6985
|
* <p>
|
|
@@ -7150,7 +7150,7 @@ export interface ReservedCacheNode {
|
|
|
7150
7150
|
* <code>cache.m7g.16xlarge</code>
|
|
7151
7151
|
* </p>
|
|
7152
7152
|
* <note>
|
|
7153
|
-
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
7153
|
+
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
|
|
7154
7154
|
* </p>
|
|
7155
7155
|
* </note>
|
|
7156
7156
|
* <p>
|
|
@@ -7251,7 +7251,7 @@ export interface ReservedCacheNode {
|
|
|
7251
7251
|
* <code>cache.r7g.16xlarge</code>
|
|
7252
7252
|
* </p>
|
|
7253
7253
|
* <note>
|
|
7254
|
-
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
7254
|
+
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
|
|
7255
7255
|
* </p>
|
|
7256
7256
|
* </note>
|
|
7257
7257
|
* <p>
|
|
@@ -7435,7 +7435,7 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
|
|
|
7435
7435
|
* <code>cache.m7g.16xlarge</code>
|
|
7436
7436
|
* </p>
|
|
7437
7437
|
* <note>
|
|
7438
|
-
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
7438
|
+
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
|
|
7439
7439
|
* </p>
|
|
7440
7440
|
* </note>
|
|
7441
7441
|
* <p>
|
|
@@ -7536,7 +7536,7 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
|
|
|
7536
7536
|
* <code>cache.r7g.16xlarge</code>
|
|
7537
7537
|
* </p>
|
|
7538
7538
|
* <note>
|
|
7539
|
-
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
7539
|
+
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
|
|
7540
7540
|
* </p>
|
|
7541
7541
|
* </note>
|
|
7542
7542
|
* <p>
|
|
@@ -7684,7 +7684,7 @@ export interface ReservedCacheNodesOffering {
|
|
|
7684
7684
|
* <code>cache.m7g.16xlarge</code>
|
|
7685
7685
|
* </p>
|
|
7686
7686
|
* <note>
|
|
7687
|
-
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
7687
|
+
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
|
|
7688
7688
|
* </p>
|
|
7689
7689
|
* </note>
|
|
7690
7690
|
* <p>
|
|
@@ -7785,7 +7785,7 @@ export interface ReservedCacheNodesOffering {
|
|
|
7785
7785
|
* <code>cache.r7g.16xlarge</code>
|
|
7786
7786
|
* </p>
|
|
7787
7787
|
* <note>
|
|
7788
|
-
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
7788
|
+
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
|
|
7789
7789
|
* </p>
|
|
7790
7790
|
* </note>
|
|
7791
7791
|
* <p>
|
|
@@ -8109,7 +8109,7 @@ export interface ServiceUpdate {
|
|
|
8109
8109
|
ServiceUpdateSeverity?: ServiceUpdateSeverity | undefined;
|
|
8110
8110
|
/**
|
|
8111
8111
|
* <p>The recommendend date to apply the service update in order to ensure compliance. For
|
|
8112
|
-
* information on compliance, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
8112
|
+
* information on compliance, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/elasticache-compliance.html#elasticache-compliance-self-service">Self-Service Security Updates for Compliance</a>.</p>
|
|
8113
8113
|
* @public
|
|
8114
8114
|
*/
|
|
8115
8115
|
ServiceUpdateRecommendedApplyByDate?: Date | undefined;
|
|
@@ -8509,7 +8509,7 @@ export interface UpdateAction {
|
|
|
8509
8509
|
ServiceUpdateStatus?: ServiceUpdateStatus | undefined;
|
|
8510
8510
|
/**
|
|
8511
8511
|
* <p>The recommended date to apply the service update to ensure compliance. For information
|
|
8512
|
-
* on compliance, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
8512
|
+
* on compliance, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/elasticache-compliance.html#elasticache-compliance-self-service">Self-Service Security Updates for Compliance</a>.</p>
|
|
8513
8513
|
* @public
|
|
8514
8514
|
*/
|
|
8515
8515
|
ServiceUpdateRecommendedApplyByDate?: Date | undefined;
|
|
@@ -9103,7 +9103,7 @@ export interface ModifyCacheClusterMessage {
|
|
|
9103
9103
|
* current Availability Zone. Only newly created nodes can be located in different
|
|
9104
9104
|
* Availability Zones. For guidance on how to move existing Memcached nodes to different
|
|
9105
9105
|
* Availability Zones, see the <b>Availability Zone
|
|
9106
|
-
* Considerations</b> section of <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
9106
|
+
* Considerations</b> section of <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html">Cache Node
|
|
9107
9107
|
* Considerations for Memcached</a>.</p>
|
|
9108
9108
|
* <p>
|
|
9109
9109
|
* <b>Impact of new add/remove requests upon pending requests</b>
|
|
@@ -9295,7 +9295,7 @@ export interface ModifyCacheClusterMessage {
|
|
|
9295
9295
|
* <p>The upgraded version of the cache engine to be run on the cache nodes.</p>
|
|
9296
9296
|
* <p>
|
|
9297
9297
|
* <b>Important:</b> You can upgrade to a newer engine version
|
|
9298
|
-
* (see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
9298
|
+
* (see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SelectEngine.html#VersionManagement">Selecting
|
|
9299
9299
|
* a Cache Engine and Version</a>), but you cannot downgrade to an earlier engine
|
|
9300
9300
|
* version. If you want to use an earlier engine version, you must delete the existing
|
|
9301
9301
|
* cluster and create it anew with the earlier engine version. </p>
|
|
@@ -9365,7 +9365,7 @@ export interface ModifyCacheClusterMessage {
|
|
|
9365
9365
|
* <p>DELETE - allowed only when transitioning to RBAC</p>
|
|
9366
9366
|
* </li>
|
|
9367
9367
|
* </ul>
|
|
9368
|
-
* <p> For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
9368
|
+
* <p> For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/auth.html">Authenticating Users with AUTH</a>
|
|
9369
9369
|
* </p>
|
|
9370
9370
|
* @public
|
|
9371
9371
|
*/
|
|
@@ -9741,7 +9741,7 @@ export interface ModifyReplicationGroupMessage {
|
|
|
9741
9741
|
* group.</p>
|
|
9742
9742
|
* <p>
|
|
9743
9743
|
* <b>Important:</b> You can upgrade to a newer engine version
|
|
9744
|
-
* (see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
9744
|
+
* (see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SelectEngine.html#VersionManagement">Selecting
|
|
9745
9745
|
* a Cache Engine and Version</a>), but you cannot downgrade to an earlier engine
|
|
9746
9746
|
* version. If you want to use an earlier engine version, you must delete the existing
|
|
9747
9747
|
* replication group and create it anew with the earlier engine version. </p>
|
|
@@ -9815,7 +9815,7 @@ export interface ModifyReplicationGroupMessage {
|
|
|
9815
9815
|
* <p>DELETE - allowed only when transitioning to RBAC</p>
|
|
9816
9816
|
* </li>
|
|
9817
9817
|
* </ul>
|
|
9818
|
-
* <p> For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
|
9818
|
+
* <p> For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/auth.html">Authenticating Users with AUTH</a>
|
|
9819
9819
|
* </p>
|
|
9820
9820
|
* @public
|
|
9821
9821
|
*/
|
|
@@ -10066,6 +10066,11 @@ export interface ModifyUserMessage {
|
|
|
10066
10066
|
* @public
|
|
10067
10067
|
*/
|
|
10068
10068
|
AuthenticationMode?: AuthenticationMode | undefined;
|
|
10069
|
+
/**
|
|
10070
|
+
* <p>The engine for a specific user. </p>
|
|
10071
|
+
* @public
|
|
10072
|
+
*/
|
|
10073
|
+
Engine?: string | undefined;
|
|
10069
10074
|
}
|
|
10070
10075
|
/**
|
|
10071
10076
|
* @public
|
|
@@ -10086,6 +10091,11 @@ export interface ModifyUserGroupMessage {
|
|
|
10086
10091
|
* @public
|
|
10087
10092
|
*/
|
|
10088
10093
|
UserIdsToRemove?: string[] | undefined;
|
|
10094
|
+
/**
|
|
10095
|
+
* <p>The engine for a user group. </p>
|
|
10096
|
+
* @public
|
|
10097
|
+
*/
|
|
10098
|
+
Engine?: string | undefined;
|
|
10089
10099
|
}
|
|
10090
10100
|
/**
|
|
10091
10101
|
* <p>Represents the input of a <code>PurchaseReservedCacheNodesOffering</code>
|
|
@@ -1986,11 +1986,13 @@ export interface ModifyUserMessage {
|
|
|
1986
1986
|
Passwords?: string[] | undefined;
|
|
1987
1987
|
NoPasswordRequired?: boolean | undefined;
|
|
1988
1988
|
AuthenticationMode?: AuthenticationMode | undefined;
|
|
1989
|
+
Engine?: string | undefined;
|
|
1989
1990
|
}
|
|
1990
1991
|
export interface ModifyUserGroupMessage {
|
|
1991
1992
|
UserGroupId: string | undefined;
|
|
1992
1993
|
UserIdsToAdd?: string[] | undefined;
|
|
1993
1994
|
UserIdsToRemove?: string[] | undefined;
|
|
1995
|
+
Engine?: string | undefined;
|
|
1994
1996
|
}
|
|
1995
1997
|
export interface PurchaseReservedCacheNodesOfferingMessage {
|
|
1996
1998
|
ReservedCacheNodesOfferingId: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elasticache",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elasticache Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.698.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-elasticache",
|
|
@@ -20,45 +20,45 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.5.
|
|
38
|
-
"@smithy/fetch-http-handler": "^4.1.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.2.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.3.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.4.
|
|
50
|
-
"@smithy/types": "^3.7.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.696.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.696.0",
|
|
25
|
+
"@aws-sdk/core": "3.696.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.696.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.696.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.696.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.696.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.696.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.696.0",
|
|
32
|
+
"@aws-sdk/types": "3.696.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.696.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.696.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.696.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.12",
|
|
37
|
+
"@smithy/core": "^2.5.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^4.1.1",
|
|
39
|
+
"@smithy/hash-node": "^3.0.10",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.10",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.12",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.2.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.27",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.10",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.10",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.11",
|
|
47
|
+
"@smithy/node-http-handler": "^3.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.7",
|
|
49
|
+
"@smithy/smithy-client": "^3.4.4",
|
|
50
|
+
"@smithy/types": "^3.7.1",
|
|
51
|
+
"@smithy/url-parser": "^3.0.10",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.27",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.27",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.6",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.10",
|
|
59
|
+
"@smithy/util-retry": "^3.0.10",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
|
-
"@smithy/util-waiter": "^3.1.
|
|
61
|
+
"@smithy/util-waiter": "^3.1.9",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|