@aws-sdk/client-elasticache 3.775.0 → 3.777.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 +2 -2
|
@@ -162,96 +162,137 @@ declare const CreateSnapshotCommand_base: {
|
|
|
162
162
|
* @throws {@link ElastiCacheServiceException}
|
|
163
163
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
164
164
|
*
|
|
165
|
-
*
|
|
165
|
+
*
|
|
166
|
+
* @example CreateSnapshot - NonClustered Redis, 2 read-replicas
|
|
167
|
+
* ```javascript
|
|
168
|
+
* // Creates a snapshot of a non-clustered Redis cluster that has only three nodes, primary and two read-replicas. CacheClusterId must be a specific node in the cluster.
|
|
169
|
+
* const input = {
|
|
170
|
+
* CacheClusterId: "threenoderedis-001",
|
|
171
|
+
* SnapshotName: "snapshot-2"
|
|
172
|
+
* };
|
|
173
|
+
* const command = new CreateSnapshotCommand(input);
|
|
174
|
+
* const response = await client.send(command);
|
|
175
|
+
* /* response is
|
|
176
|
+
* {
|
|
177
|
+
* Snapshot: {
|
|
178
|
+
* AutoMinorVersionUpgrade: true,
|
|
179
|
+
* CacheClusterCreateTime: "2017-02-03T15:43:36.278Z",
|
|
180
|
+
* CacheClusterId: "threenoderedis-001",
|
|
181
|
+
* CacheNodeType: "cache.m3.medium",
|
|
182
|
+
* CacheParameterGroupName: "default.redis3.2",
|
|
183
|
+
* CacheSubnetGroupName: "default",
|
|
184
|
+
* Engine: "redis",
|
|
185
|
+
* EngineVersion: "3.2.4",
|
|
186
|
+
* NodeSnapshots: [
|
|
187
|
+
* {
|
|
188
|
+
* CacheNodeCreateTime: "2017-02-03T15:43:36.278Z",
|
|
189
|
+
* CacheNodeId: "0001",
|
|
190
|
+
* CacheSize: ""
|
|
191
|
+
* }
|
|
192
|
+
* ],
|
|
193
|
+
* NumCacheNodes: 1,
|
|
194
|
+
* Port: 6379,
|
|
195
|
+
* PreferredAvailabilityZone: "us-west-2c",
|
|
196
|
+
* PreferredMaintenanceWindow: "sat:08:00-sat:09:00",
|
|
197
|
+
* SnapshotName: "snapshot-2",
|
|
198
|
+
* SnapshotRetentionLimit: 1,
|
|
199
|
+
* SnapshotSource: "manual",
|
|
200
|
+
* SnapshotStatus: "creating",
|
|
201
|
+
* SnapshotWindow: "00:00-01:00",
|
|
202
|
+
* VpcId: "vpc-73c3cd17"
|
|
203
|
+
* }
|
|
204
|
+
* }
|
|
205
|
+
* *\/
|
|
206
|
+
* ```
|
|
207
|
+
*
|
|
166
208
|
* @example CreateSnapshot - NonClustered Redis, no read-replicas
|
|
167
209
|
* ```javascript
|
|
168
210
|
* // Creates a snapshot of a non-clustered Redis cluster that has only one node.
|
|
169
211
|
* const input = {
|
|
170
|
-
*
|
|
171
|
-
*
|
|
212
|
+
* CacheClusterId: "onenoderedis",
|
|
213
|
+
* SnapshotName: "snapshot-1"
|
|
172
214
|
* };
|
|
173
215
|
* const command = new CreateSnapshotCommand(input);
|
|
174
216
|
* const response = await client.send(command);
|
|
175
|
-
* /* response
|
|
217
|
+
* /* response is
|
|
176
218
|
* {
|
|
177
|
-
*
|
|
178
|
-
*
|
|
179
|
-
*
|
|
180
|
-
*
|
|
181
|
-
*
|
|
182
|
-
*
|
|
183
|
-
*
|
|
184
|
-
*
|
|
185
|
-
*
|
|
186
|
-
*
|
|
219
|
+
* Snapshot: {
|
|
220
|
+
* AutoMinorVersionUpgrade: true,
|
|
221
|
+
* CacheClusterCreateTime: "2017-02-03T15:43:36.278Z",
|
|
222
|
+
* CacheClusterId: "onenoderedis",
|
|
223
|
+
* CacheNodeType: "cache.m3.medium",
|
|
224
|
+
* CacheParameterGroupName: "default.redis3.2",
|
|
225
|
+
* CacheSubnetGroupName: "default",
|
|
226
|
+
* Engine: "redis",
|
|
227
|
+
* EngineVersion: "3.2.4",
|
|
228
|
+
* NodeSnapshots: [
|
|
187
229
|
* {
|
|
188
|
-
*
|
|
189
|
-
*
|
|
190
|
-
*
|
|
230
|
+
* CacheNodeCreateTime: "2017-02-03T15:43:36.278Z",
|
|
231
|
+
* CacheNodeId: "0001",
|
|
232
|
+
* CacheSize: ""
|
|
191
233
|
* }
|
|
192
234
|
* ],
|
|
193
|
-
*
|
|
194
|
-
*
|
|
195
|
-
*
|
|
196
|
-
*
|
|
197
|
-
*
|
|
198
|
-
*
|
|
199
|
-
*
|
|
200
|
-
*
|
|
201
|
-
*
|
|
202
|
-
*
|
|
235
|
+
* NumCacheNodes: 1,
|
|
236
|
+
* Port: 6379,
|
|
237
|
+
* PreferredAvailabilityZone: "us-west-2c",
|
|
238
|
+
* PreferredMaintenanceWindow: "sat:08:00-sat:09:00",
|
|
239
|
+
* SnapshotName: "snapshot-1",
|
|
240
|
+
* SnapshotRetentionLimit: 1,
|
|
241
|
+
* SnapshotSource: "manual",
|
|
242
|
+
* SnapshotStatus: "creating",
|
|
243
|
+
* SnapshotWindow: "00:00-01:00",
|
|
244
|
+
* VpcId: "vpc-73c3cd17"
|
|
203
245
|
* }
|
|
204
246
|
* }
|
|
205
247
|
* *\/
|
|
206
|
-
* // example id: createsnapshot-1474999681024
|
|
207
248
|
* ```
|
|
208
249
|
*
|
|
209
250
|
* @example CreateSnapshot-clustered Redis
|
|
210
251
|
* ```javascript
|
|
211
252
|
* // Creates a snapshot of a clustered Redis cluster that has 2 shards, each with a primary and 4 read-replicas.
|
|
212
253
|
* const input = {
|
|
213
|
-
*
|
|
214
|
-
*
|
|
254
|
+
* ReplicationGroupId: "clusteredredis",
|
|
255
|
+
* SnapshotName: "snapshot-2x5"
|
|
215
256
|
* };
|
|
216
257
|
* const command = new CreateSnapshotCommand(input);
|
|
217
258
|
* const response = await client.send(command);
|
|
218
|
-
* /* response
|
|
259
|
+
* /* response is
|
|
219
260
|
* {
|
|
220
|
-
*
|
|
221
|
-
*
|
|
222
|
-
*
|
|
223
|
-
*
|
|
224
|
-
*
|
|
225
|
-
*
|
|
226
|
-
*
|
|
227
|
-
*
|
|
228
|
-
*
|
|
261
|
+
* Snapshot: {
|
|
262
|
+
* AutoMinorVersionUpgrade: true,
|
|
263
|
+
* AutomaticFailover: "enabled",
|
|
264
|
+
* CacheNodeType: "cache.m3.medium",
|
|
265
|
+
* CacheParameterGroupName: "default.redis3.2.cluster.on",
|
|
266
|
+
* CacheSubnetGroupName: "default",
|
|
267
|
+
* Engine: "redis",
|
|
268
|
+
* EngineVersion: "3.2.4",
|
|
269
|
+
* NodeSnapshots: [
|
|
229
270
|
* {
|
|
230
|
-
*
|
|
231
|
-
*
|
|
271
|
+
* CacheSize: "",
|
|
272
|
+
* NodeGroupId: "0001"
|
|
232
273
|
* },
|
|
233
274
|
* {
|
|
234
|
-
*
|
|
235
|
-
*
|
|
275
|
+
* CacheSize: "",
|
|
276
|
+
* NodeGroupId: "0002"
|
|
236
277
|
* }
|
|
237
278
|
* ],
|
|
238
|
-
*
|
|
239
|
-
*
|
|
240
|
-
*
|
|
241
|
-
*
|
|
242
|
-
*
|
|
243
|
-
*
|
|
244
|
-
*
|
|
245
|
-
*
|
|
246
|
-
*
|
|
247
|
-
*
|
|
248
|
-
*
|
|
279
|
+
* NumNodeGroups: 2,
|
|
280
|
+
* Port: 6379,
|
|
281
|
+
* PreferredMaintenanceWindow: "mon:09:30-mon:10:30",
|
|
282
|
+
* ReplicationGroupDescription: "Redis cluster with 2 shards.",
|
|
283
|
+
* ReplicationGroupId: "clusteredredis",
|
|
284
|
+
* SnapshotName: "snapshot-2x5",
|
|
285
|
+
* SnapshotRetentionLimit: 1,
|
|
286
|
+
* SnapshotSource: "manual",
|
|
287
|
+
* SnapshotStatus: "creating",
|
|
288
|
+
* SnapshotWindow: "12:00-13:00",
|
|
289
|
+
* VpcId: "vpc-73c3cd17"
|
|
249
290
|
* }
|
|
250
291
|
* }
|
|
251
292
|
* *\/
|
|
252
|
-
* // example id: createsnapshot-clustered-redis-1486144841758
|
|
253
293
|
* ```
|
|
254
294
|
*
|
|
295
|
+
* @public
|
|
255
296
|
*/
|
|
256
297
|
export declare class CreateSnapshotCommand extends CreateSnapshotCommand_base {
|
|
257
298
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -110,6 +110,7 @@ declare const CreateUserCommand_base: {
|
|
|
110
110
|
* @throws {@link ElastiCacheServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class CreateUserCommand extends CreateUserCommand_base {
|
|
@@ -113,6 +113,7 @@ declare const CreateUserGroupCommand_base: {
|
|
|
113
113
|
* @throws {@link ElastiCacheServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
115
115
|
*
|
|
116
|
+
*
|
|
116
117
|
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class CreateUserGroupCommand extends CreateUserGroupCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const DecreaseNodeGroupsInGlobalReplicationGroupCommand_base: {
|
|
|
101
101
|
* @throws {@link ElastiCacheServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends DecreaseNodeGroupsInGlobalReplicationGroupCommand_base {
|
|
@@ -234,6 +234,7 @@ declare const DecreaseReplicaCountCommand_base: {
|
|
|
234
234
|
* @throws {@link ElastiCacheServiceException}
|
|
235
235
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
236
236
|
*
|
|
237
|
+
*
|
|
237
238
|
* @public
|
|
238
239
|
*/
|
|
239
240
|
export declare class DecreaseReplicaCountCommand extends DecreaseReplicaCountCommand_base {
|
|
@@ -226,47 +226,47 @@ declare const DeleteCacheClusterCommand_base: {
|
|
|
226
226
|
* @throws {@link ElastiCacheServiceException}
|
|
227
227
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
228
228
|
*
|
|
229
|
-
*
|
|
229
|
+
*
|
|
230
230
|
* @example DeleteCacheCluster
|
|
231
231
|
* ```javascript
|
|
232
232
|
* // Deletes an Amazon ElastiCache cluster.
|
|
233
233
|
* const input = {
|
|
234
|
-
*
|
|
234
|
+
* CacheClusterId: "my-memcached"
|
|
235
235
|
* };
|
|
236
236
|
* const command = new DeleteCacheClusterCommand(input);
|
|
237
237
|
* const response = await client.send(command);
|
|
238
|
-
* /* response
|
|
238
|
+
* /* response is
|
|
239
239
|
* {
|
|
240
|
-
*
|
|
241
|
-
*
|
|
242
|
-
*
|
|
243
|
-
*
|
|
244
|
-
*
|
|
245
|
-
*
|
|
246
|
-
*
|
|
247
|
-
*
|
|
248
|
-
*
|
|
249
|
-
*
|
|
240
|
+
* CacheCluster: {
|
|
241
|
+
* AutoMinorVersionUpgrade: true,
|
|
242
|
+
* CacheClusterCreateTime: "2016-12-22T16:05:17.314Z",
|
|
243
|
+
* CacheClusterId: "my-memcached",
|
|
244
|
+
* CacheClusterStatus: "deleting",
|
|
245
|
+
* CacheNodeType: "cache.r3.large",
|
|
246
|
+
* CacheParameterGroup: {
|
|
247
|
+
* CacheNodeIdsToReboot: [],
|
|
248
|
+
* CacheParameterGroupName: "default.memcached1.4",
|
|
249
|
+
* ParameterApplyStatus: "in-sync"
|
|
250
250
|
* },
|
|
251
|
-
*
|
|
252
|
-
*
|
|
253
|
-
*
|
|
254
|
-
*
|
|
255
|
-
*
|
|
256
|
-
*
|
|
251
|
+
* CacheSecurityGroups: [],
|
|
252
|
+
* CacheSubnetGroupName: "default",
|
|
253
|
+
* ClientDownloadLandingPage: "https://console.aws.amazon.com/elasticache/home#client-download:",
|
|
254
|
+
* ConfigurationEndpoint: {
|
|
255
|
+
* Address: "my-memcached2.ameaqx.cfg.use1.cache.amazonaws.com",
|
|
256
|
+
* Port: 11211
|
|
257
257
|
* },
|
|
258
|
-
*
|
|
259
|
-
*
|
|
260
|
-
*
|
|
261
|
-
*
|
|
262
|
-
*
|
|
263
|
-
*
|
|
258
|
+
* Engine: "memcached",
|
|
259
|
+
* EngineVersion: "1.4.24",
|
|
260
|
+
* NumCacheNodes: 2,
|
|
261
|
+
* PendingModifiedValues: { /* empty *\/ },
|
|
262
|
+
* PreferredAvailabilityZone: "Multiple",
|
|
263
|
+
* PreferredMaintenanceWindow: "tue:07:30-tue:08:30"
|
|
264
264
|
* }
|
|
265
265
|
* }
|
|
266
266
|
* *\/
|
|
267
|
-
* // example id: deletecachecluster-1475010605291
|
|
268
267
|
* ```
|
|
269
268
|
*
|
|
269
|
+
* @public
|
|
270
270
|
*/
|
|
271
271
|
export declare class DeleteCacheClusterCommand extends DeleteCacheClusterCommand_base {
|
|
272
272
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -24,6 +24,7 @@ export interface DeleteCacheParameterGroupCommandOutput extends __MetadataBearer
|
|
|
24
24
|
declare const DeleteCacheParameterGroupCommand_base: {
|
|
25
25
|
new (input: DeleteCacheParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCacheParameterGroupCommandInput, DeleteCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: DeleteCacheParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCacheParameterGroupCommandInput, DeleteCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
/** @internal type navigation helper, not in runtime. */
|
|
27
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
29
|
};
|
|
29
30
|
/**
|
|
@@ -68,18 +69,21 @@ declare const DeleteCacheParameterGroupCommand_base: {
|
|
|
68
69
|
* @throws {@link ElastiCacheServiceException}
|
|
69
70
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
70
71
|
*
|
|
71
|
-
*
|
|
72
|
+
*
|
|
72
73
|
* @example DeleteCacheParameterGroup
|
|
73
74
|
* ```javascript
|
|
74
75
|
* // Deletes the Amazon ElastiCache parameter group custom-mem1-4.
|
|
75
76
|
* const input = {
|
|
76
|
-
*
|
|
77
|
+
* CacheParameterGroupName: "custom-mem1-4"
|
|
77
78
|
* };
|
|
78
79
|
* const command = new DeleteCacheParameterGroupCommand(input);
|
|
79
|
-
* await client.send(command);
|
|
80
|
-
*
|
|
80
|
+
* const response = await client.send(command);
|
|
81
|
+
* /* response is
|
|
82
|
+
* { /* metadata only *\/ }
|
|
83
|
+
* *\/
|
|
81
84
|
* ```
|
|
82
85
|
*
|
|
86
|
+
* @public
|
|
83
87
|
*/
|
|
84
88
|
export declare class DeleteCacheParameterGroupCommand extends DeleteCacheParameterGroupCommand_base {
|
|
85
89
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -69,18 +69,21 @@ declare const DeleteCacheSecurityGroupCommand_base: {
|
|
|
69
69
|
* @throws {@link ElastiCacheServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
71
71
|
*
|
|
72
|
-
*
|
|
72
|
+
*
|
|
73
73
|
* @example DeleteCacheSecurityGroup
|
|
74
74
|
* ```javascript
|
|
75
75
|
* // Deletes a cache security group.
|
|
76
76
|
* const input = {
|
|
77
|
-
*
|
|
77
|
+
* CacheSecurityGroupName: "my-sec-group"
|
|
78
78
|
* };
|
|
79
79
|
* const command = new DeleteCacheSecurityGroupCommand(input);
|
|
80
|
-
* await client.send(command);
|
|
81
|
-
*
|
|
80
|
+
* const response = await client.send(command);
|
|
81
|
+
* /* response is
|
|
82
|
+
* { /* metadata only *\/ }
|
|
83
|
+
* *\/
|
|
82
84
|
* ```
|
|
83
85
|
*
|
|
86
|
+
* @public
|
|
84
87
|
*/
|
|
85
88
|
export declare class DeleteCacheSecurityGroupCommand extends DeleteCacheSecurityGroupCommand_base {
|
|
86
89
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -63,18 +63,21 @@ declare const DeleteCacheSubnetGroupCommand_base: {
|
|
|
63
63
|
* @throws {@link ElastiCacheServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
65
65
|
*
|
|
66
|
-
*
|
|
66
|
+
*
|
|
67
67
|
* @example DeleteCacheSubnetGroup
|
|
68
68
|
* ```javascript
|
|
69
69
|
* // Deletes the Amazon ElastiCache subnet group my-subnet-group.
|
|
70
70
|
* const input = {
|
|
71
|
-
*
|
|
71
|
+
* CacheSubnetGroupName: "my-subnet-group"
|
|
72
72
|
* };
|
|
73
73
|
* const command = new DeleteCacheSubnetGroupCommand(input);
|
|
74
|
-
* await client.send(command);
|
|
75
|
-
*
|
|
74
|
+
* const response = await client.send(command);
|
|
75
|
+
* /* response is
|
|
76
|
+
* { /* metadata only *\/ }
|
|
77
|
+
* *\/
|
|
76
78
|
* ```
|
|
77
79
|
*
|
|
80
|
+
* @public
|
|
78
81
|
*/
|
|
79
82
|
export declare class DeleteCacheSubnetGroupCommand extends DeleteCacheSubnetGroupCommand_base {
|
|
80
83
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -111,6 +111,7 @@ declare const DeleteGlobalReplicationGroupCommand_base: {
|
|
|
111
111
|
* @throws {@link ElastiCacheServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
113
113
|
*
|
|
114
|
+
*
|
|
114
115
|
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class DeleteGlobalReplicationGroupCommand extends DeleteGlobalReplicationGroupCommand_base {
|
|
@@ -228,30 +228,30 @@ declare const DeleteReplicationGroupCommand_base: {
|
|
|
228
228
|
* @throws {@link ElastiCacheServiceException}
|
|
229
229
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
230
230
|
*
|
|
231
|
-
*
|
|
231
|
+
*
|
|
232
232
|
* @example DeleteReplicationGroup
|
|
233
233
|
* ```javascript
|
|
234
234
|
* // Deletes the Amazon ElastiCache replication group my-redis-rg.
|
|
235
235
|
* const input = {
|
|
236
|
-
*
|
|
237
|
-
*
|
|
236
|
+
* ReplicationGroupId: "my-redis-rg",
|
|
237
|
+
* RetainPrimaryCluster: false
|
|
238
238
|
* };
|
|
239
239
|
* const command = new DeleteReplicationGroupCommand(input);
|
|
240
240
|
* const response = await client.send(command);
|
|
241
|
-
* /* response
|
|
241
|
+
* /* response is
|
|
242
242
|
* {
|
|
243
|
-
*
|
|
244
|
-
*
|
|
245
|
-
*
|
|
246
|
-
*
|
|
247
|
-
*
|
|
248
|
-
*
|
|
243
|
+
* ReplicationGroup: {
|
|
244
|
+
* AutomaticFailover: "disabled",
|
|
245
|
+
* Description: "simple redis cluster",
|
|
246
|
+
* PendingModifiedValues: { /* empty *\/ },
|
|
247
|
+
* ReplicationGroupId: "my-redis-rg",
|
|
248
|
+
* Status: "deleting"
|
|
249
249
|
* }
|
|
250
250
|
* }
|
|
251
251
|
* *\/
|
|
252
|
-
* // example id: deletereplicationgroup-1475011641804
|
|
253
252
|
* ```
|
|
254
253
|
*
|
|
254
|
+
* @public
|
|
255
255
|
*/
|
|
256
256
|
export declare class DeleteReplicationGroupCommand extends DeleteReplicationGroupCommand_base {
|
|
257
257
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -119,6 +119,7 @@ declare const DeleteServerlessCacheCommand_base: {
|
|
|
119
119
|
* @throws {@link ElastiCacheServiceException}
|
|
120
120
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
121
121
|
*
|
|
122
|
+
*
|
|
122
123
|
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class DeleteServerlessCacheCommand extends DeleteServerlessCacheCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const DeleteServerlessCacheSnapshotCommand_base: {
|
|
|
80
80
|
* @throws {@link ElastiCacheServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class DeleteServerlessCacheSnapshotCommand extends DeleteServerlessCacheSnapshotCommand_base {
|
|
@@ -123,50 +123,50 @@ declare const DeleteSnapshotCommand_base: {
|
|
|
123
123
|
* @throws {@link ElastiCacheServiceException}
|
|
124
124
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
125
125
|
*
|
|
126
|
-
*
|
|
126
|
+
*
|
|
127
127
|
* @example DeleteSnapshot
|
|
128
128
|
* ```javascript
|
|
129
129
|
* // Deletes the Redis snapshot snapshot-20160822.
|
|
130
130
|
* const input = {
|
|
131
|
-
*
|
|
131
|
+
* SnapshotName: "snapshot-20161212"
|
|
132
132
|
* };
|
|
133
133
|
* const command = new DeleteSnapshotCommand(input);
|
|
134
134
|
* const response = await client.send(command);
|
|
135
|
-
* /* response
|
|
135
|
+
* /* response is
|
|
136
136
|
* {
|
|
137
|
-
*
|
|
138
|
-
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
*
|
|
142
|
-
*
|
|
143
|
-
*
|
|
144
|
-
*
|
|
145
|
-
*
|
|
146
|
-
*
|
|
137
|
+
* Snapshot: {
|
|
138
|
+
* AutoMinorVersionUpgrade: true,
|
|
139
|
+
* CacheClusterCreateTime: "2016-12-21T22:27:12.543Z",
|
|
140
|
+
* CacheClusterId: "my-redis5",
|
|
141
|
+
* CacheNodeType: "cache.m3.large",
|
|
142
|
+
* CacheParameterGroupName: "default.redis3.2",
|
|
143
|
+
* CacheSubnetGroupName: "default",
|
|
144
|
+
* Engine: "redis",
|
|
145
|
+
* EngineVersion: "3.2.4",
|
|
146
|
+
* NodeSnapshots: [
|
|
147
147
|
* {
|
|
148
|
-
*
|
|
149
|
-
*
|
|
150
|
-
*
|
|
151
|
-
*
|
|
148
|
+
* CacheNodeCreateTime: "2016-12-21T22:27:12.543Z",
|
|
149
|
+
* CacheNodeId: "0001",
|
|
150
|
+
* CacheSize: "3 MB",
|
|
151
|
+
* SnapshotCreateTime: "2016-12-21T22:30:26Z"
|
|
152
152
|
* }
|
|
153
153
|
* ],
|
|
154
|
-
*
|
|
155
|
-
*
|
|
156
|
-
*
|
|
157
|
-
*
|
|
158
|
-
*
|
|
159
|
-
*
|
|
160
|
-
*
|
|
161
|
-
*
|
|
162
|
-
*
|
|
163
|
-
*
|
|
154
|
+
* NumCacheNodes: 1,
|
|
155
|
+
* Port: 6379,
|
|
156
|
+
* PreferredAvailabilityZone: "us-east-1c",
|
|
157
|
+
* PreferredMaintenanceWindow: "fri:05:30-fri:06:30",
|
|
158
|
+
* SnapshotName: "snapshot-20161212",
|
|
159
|
+
* SnapshotRetentionLimit: 7,
|
|
160
|
+
* SnapshotSource: "manual",
|
|
161
|
+
* SnapshotStatus: "deleting",
|
|
162
|
+
* SnapshotWindow: "10:00-11:00",
|
|
163
|
+
* VpcId: "vpc-91280df6"
|
|
164
164
|
* }
|
|
165
165
|
* }
|
|
166
166
|
* *\/
|
|
167
|
-
* // example id: deletesnapshot-1475011945779
|
|
168
167
|
* ```
|
|
169
168
|
*
|
|
169
|
+
* @public
|
|
170
170
|
*/
|
|
171
171
|
export declare class DeleteSnapshotCommand extends DeleteSnapshotCommand_base {
|
|
172
172
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -84,6 +84,7 @@ declare const DeleteUserCommand_base: {
|
|
|
84
84
|
* @throws {@link ElastiCacheServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class DeleteUserCommand extends DeleteUserCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const DeleteUserGroupCommand_base: {
|
|
|
89
89
|
* @throws {@link ElastiCacheServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from ElastiCache service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class DeleteUserGroupCommand extends DeleteUserGroupCommand_base {
|