@aws-sdk/client-elasticache 3.775.0 → 3.782.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-types/commands/AddTagsToResourceCommand.d.ts +14 -14
- package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +9 -6
- package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +1 -0
- package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +1 -0
- package/dist-types/commands/CompleteMigrationCommand.d.ts +1 -0
- package/dist-types/commands/CopyServerlessCacheSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/CopySnapshotCommand.d.ts +30 -30
- package/dist-types/commands/CreateCacheClusterCommand.d.ts +74 -29
- package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +10 -10
- package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +8 -5
- package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +20 -20
- package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +1 -0
- package/dist-types/commands/CreateReplicationGroupCommand.d.ts +47 -48
- package/dist-types/commands/CreateServerlessCacheCommand.d.ts +1 -0
- package/dist-types/commands/CreateServerlessCacheSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +97 -56
- package/dist-types/commands/CreateUserCommand.d.ts +1 -0
- package/dist-types/commands/CreateUserGroupCommand.d.ts +1 -0
- package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +1 -0
- package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCacheClusterCommand.d.ts +26 -26
- package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +8 -4
- package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +7 -4
- package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +7 -4
- package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +11 -11
- package/dist-types/commands/DeleteServerlessCacheCommand.d.ts +1 -0
- package/dist-types/commands/DeleteServerlessCacheSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +28 -28
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -0
- package/dist-types/commands/DeleteUserGroupCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCacheClustersCommand.d.ts +92 -26
- package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +140 -65
- package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +8 -8
- package/dist-types/commands/DescribeCacheParametersCommand.d.ts +390 -390
- package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +7 -4
- package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +22 -22
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +391 -391
- package/dist-types/commands/DescribeEventsCommand.d.ts +80 -27
- package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +31 -31
- package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +7 -4
- package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +230 -188
- package/dist-types/commands/DescribeServerlessCacheSnapshotsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeServerlessCachesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +29 -29
- package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeUserGroupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeUsersCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +1 -0
- package/dist-types/commands/ExportServerlessCacheSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +1 -0
- package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +1 -0
- package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +1 -0
- package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +20 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +9 -9
- package/dist-types/commands/ModifyCacheClusterCommand.d.ts +27 -27
- package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +10 -10
- package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +25 -25
- package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +1 -0
- package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +44 -44
- package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/ModifyServerlessCacheCommand.d.ts +1 -0
- 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 +7 -4
- package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +1 -0
- package/dist-types/commands/RebootCacheClusterCommand.d.ts +27 -27
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -16
- package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +6 -6
- package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +9 -6
- package/dist-types/commands/StartMigrationCommand.d.ts +1 -0
- package/dist-types/commands/TestFailoverCommand.d.ts +1 -0
- package/dist-types/commands/TestMigrationCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -118,13 +118,13 @@ declare const RemoveTagsFromResourceCommand_base: {
|
|
|
118
118
|
* @throws {@link ElastiCacheServiceException}
|
|
119
119
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
120
120
|
*
|
|
121
|
-
*
|
|
121
|
+
*
|
|
122
122
|
* @example RemoveTagsFromResource
|
|
123
123
|
* ```javascript
|
|
124
124
|
* // Removes tags identified by a list of tag keys from the list of tags on the specified resource.
|
|
125
125
|
* const input = {
|
|
126
|
-
*
|
|
127
|
-
*
|
|
126
|
+
* ResourceName: "arn:aws:elasticache:us-east-1:1234567890:cluster:my-mem-cluster",
|
|
127
|
+
* TagKeys: [
|
|
128
128
|
* "A",
|
|
129
129
|
* "C",
|
|
130
130
|
* "E"
|
|
@@ -132,35 +132,35 @@ declare const RemoveTagsFromResourceCommand_base: {
|
|
|
132
132
|
* };
|
|
133
133
|
* const command = new RemoveTagsFromResourceCommand(input);
|
|
134
134
|
* const response = await client.send(command);
|
|
135
|
-
* /* response
|
|
135
|
+
* /* response is
|
|
136
136
|
* {
|
|
137
|
-
*
|
|
137
|
+
* TagList: [
|
|
138
138
|
* {
|
|
139
|
-
*
|
|
140
|
-
*
|
|
139
|
+
* Key: "B",
|
|
140
|
+
* Value: "Banana"
|
|
141
141
|
* },
|
|
142
142
|
* {
|
|
143
|
-
*
|
|
144
|
-
*
|
|
143
|
+
* Key: "D",
|
|
144
|
+
* Value: "Dog"
|
|
145
145
|
* },
|
|
146
146
|
* {
|
|
147
|
-
*
|
|
148
|
-
*
|
|
147
|
+
* Key: "F",
|
|
148
|
+
* Value: "Fox"
|
|
149
149
|
* },
|
|
150
150
|
* {
|
|
151
|
-
*
|
|
152
|
-
*
|
|
151
|
+
* Key: "I",
|
|
152
|
+
* Value: ""
|
|
153
153
|
* },
|
|
154
154
|
* {
|
|
155
|
-
*
|
|
156
|
-
*
|
|
155
|
+
* Key: "K",
|
|
156
|
+
* Value: "Kite"
|
|
157
157
|
* }
|
|
158
158
|
* ]
|
|
159
159
|
* }
|
|
160
160
|
* *\/
|
|
161
|
-
* // example id: removetagsfromresource-1483037920947
|
|
162
161
|
* ```
|
|
163
162
|
*
|
|
163
|
+
* @public
|
|
164
164
|
*/
|
|
165
165
|
export declare class RemoveTagsFromResourceCommand extends RemoveTagsFromResourceCommand_base {
|
|
166
166
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -81,24 +81,24 @@ declare const ResetCacheParameterGroupCommand_base: {
|
|
|
81
81
|
* @throws {@link ElastiCacheServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
83
83
|
*
|
|
84
|
-
*
|
|
84
|
+
*
|
|
85
85
|
* @example ResetCacheParameterGroup
|
|
86
86
|
* ```javascript
|
|
87
87
|
* // Modifies the parameters of a cache parameter group to the engine or system default value.
|
|
88
88
|
* const input = {
|
|
89
|
-
*
|
|
90
|
-
*
|
|
89
|
+
* CacheParameterGroupName: "custom-mem1-4",
|
|
90
|
+
* ResetAllParameters: true
|
|
91
91
|
* };
|
|
92
92
|
* const command = new ResetCacheParameterGroupCommand(input);
|
|
93
93
|
* const response = await client.send(command);
|
|
94
|
-
* /* response
|
|
94
|
+
* /* response is
|
|
95
95
|
* {
|
|
96
|
-
*
|
|
96
|
+
* CacheParameterGroupName: "custom-mem1-4"
|
|
97
97
|
* }
|
|
98
98
|
* *\/
|
|
99
|
-
* // example id: resetcacheparametergroup-1483038334014
|
|
100
99
|
* ```
|
|
101
100
|
*
|
|
101
|
+
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class ResetCacheParameterGroupCommand extends ResetCacheParameterGroupCommand_base {
|
|
104
104
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -86,20 +86,23 @@ declare const RevokeCacheSecurityGroupIngressCommand_base: {
|
|
|
86
86
|
* @throws {@link ElastiCacheServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
88
88
|
*
|
|
89
|
-
*
|
|
89
|
+
*
|
|
90
90
|
* @example DescribeCacheSecurityGroups
|
|
91
91
|
* ```javascript
|
|
92
92
|
* // Returns a list of cache security group descriptions. If a cache security group name is specified, the list contains only the description of that group.
|
|
93
93
|
* const input = {
|
|
94
|
-
*
|
|
95
|
-
*
|
|
96
|
-
*
|
|
94
|
+
* CacheSecurityGroupName: "my-sec-grp",
|
|
95
|
+
* EC2SecurityGroupName: "my-ec2-sec-grp",
|
|
96
|
+
* EC2SecurityGroupOwnerId: "1234567890"
|
|
97
97
|
* };
|
|
98
98
|
* const command = new RevokeCacheSecurityGroupIngressCommand(input);
|
|
99
|
-
* await client.send(command);
|
|
100
|
-
*
|
|
99
|
+
* const response = await client.send(command);
|
|
100
|
+
* /* response is
|
|
101
|
+
* { /* metadata only *\/ }
|
|
102
|
+
* *\/
|
|
101
103
|
* ```
|
|
102
104
|
*
|
|
105
|
+
* @public
|
|
103
106
|
*/
|
|
104
107
|
export declare class RevokeCacheSecurityGroupIngressCommand extends RevokeCacheSecurityGroupIngressCommand_base {
|
|
105
108
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -192,6 +192,7 @@ declare const StartMigrationCommand_base: {
|
|
|
192
192
|
* @throws {@link ElastiCacheServiceException}
|
|
193
193
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
194
194
|
*
|
|
195
|
+
*
|
|
195
196
|
* @public
|
|
196
197
|
*/
|
|
197
198
|
export declare class StartMigrationCommand extends StartMigrationCommand_base {
|
|
@@ -280,6 +280,7 @@ declare const TestFailoverCommand_base: {
|
|
|
280
280
|
* @throws {@link ElastiCacheServiceException}
|
|
281
281
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
282
282
|
*
|
|
283
|
+
*
|
|
283
284
|
* @public
|
|
284
285
|
*/
|
|
285
286
|
export declare class TestFailoverCommand extends TestFailoverCommand_base {
|
|
@@ -192,6 +192,7 @@ declare const TestMigrationCommand_base: {
|
|
|
192
192
|
* @throws {@link ElastiCacheServiceException}
|
|
193
193
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
194
194
|
*
|
|
195
|
+
*
|
|
195
196
|
* @public
|
|
196
197
|
*/
|
|
197
198
|
export declare class TestMigrationCommand extends TestMigrationCommand_base {
|
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.782.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",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|