@aws-sdk/client-elasticache 3.289.0 → 3.292.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 +37 -0
- package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +16 -0
- package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +7 -0
- package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +7 -0
- package/dist-types/commands/CompleteMigrationCommand.d.ts +10 -0
- package/dist-types/commands/CopySnapshotCommand.d.ts +22 -0
- package/dist-types/commands/CreateCacheClusterCommand.d.ts +44 -0
- package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +19 -0
- package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +20 -0
- package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateReplicationGroupCommand.d.ts +60 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +41 -0
- package/dist-types/commands/CreateUserCommand.d.ts +22 -0
- package/dist-types/commands/CreateUserGroupCommand.d.ts +25 -0
- package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +13 -0
- package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +39 -0
- package/dist-types/commands/DeleteCacheClusterCommand.d.ts +32 -0
- package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +13 -0
- package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +13 -0
- package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +7 -0
- package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +10 -0
- package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +32 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +13 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserGroupCommand.d.ts +13 -0
- package/dist-types/commands/DescribeCacheClustersCommand.d.ts +10 -0
- package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeCacheParametersCommand.d.ts +10 -0
- package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +7 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +10 -0
- package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +10 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeUserGroupsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeUsersCommand.d.ts +10 -0
- package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +13 -0
- package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +13 -0
- package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +10 -0
- package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +39 -0
- package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +13 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +34 -0
- package/dist-types/commands/ModifyCacheClusterCommand.d.ts +35 -0
- package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +17 -0
- package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +10 -0
- package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +50 -0
- package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +33 -0
- package/dist-types/commands/ModifyUserCommand.d.ts +16 -0
- package/dist-types/commands/ModifyUserGroupCommand.d.ts +25 -0
- package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +19 -0
- package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +10 -0
- package/dist-types/commands/RebootCacheClusterCommand.d.ts +7 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +37 -0
- package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +16 -0
- package/dist-types/commands/StartMigrationCommand.d.ts +13 -0
- package/dist-types/commands/TestFailoverCommand.d.ts +29 -0
- package/package.json +36 -41
|
@@ -40,6 +40,43 @@ export interface AddTagsToResourceCommandOutput extends TagListMessage, __Metada
|
|
|
40
40
|
* @see {@link AddTagsToResourceCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link CacheClusterNotFoundFault} (client fault)
|
|
44
|
+
* <p>The requested cluster ID does not refer to an existing cluster.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link CacheParameterGroupNotFoundFault} (client fault)
|
|
47
|
+
* <p>The requested cache parameter group name does not refer to an existing cache parameter group.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link CacheSecurityGroupNotFoundFault} (client fault)
|
|
50
|
+
* <p>The requested cache security group name does not refer to an existing cache security group.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link CacheSubnetGroupNotFoundFault} (client fault)
|
|
53
|
+
* <p>The requested cache subnet group name does not refer to an existing cache subnet group.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link InvalidARNFault} (client fault)
|
|
56
|
+
* <p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link InvalidReplicationGroupStateFault} (client fault)
|
|
59
|
+
* <p>The requested replication group is not in the <code>available</code> state.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ReplicationGroupNotFoundFault} (client fault)
|
|
62
|
+
* <p>The specified replication group does not exist.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ReservedCacheNodeNotFoundFault} (client fault)
|
|
65
|
+
* <p>The requested reserved cache node was not found.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link SnapshotNotFoundFault} (client fault)
|
|
68
|
+
* <p>The requested snapshot name does not refer to an existing snapshot.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link TagQuotaPerResourceExceeded} (client fault)
|
|
71
|
+
* <p>The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 50.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link UserGroupNotFoundFault} (client fault)
|
|
74
|
+
* <p>The user group was not found or does not exist</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link UserNotFoundFault} (client fault)
|
|
77
|
+
* <p>The user does not exist or could not be found.</p>
|
|
78
|
+
*
|
|
79
|
+
*
|
|
43
80
|
* @example AddTagsToResource
|
|
44
81
|
* ```javascript
|
|
45
82
|
* // Adds up to 10 tags, key/value pairs, to a cluster or snapshot resource.
|
|
@@ -35,6 +35,22 @@ export interface AuthorizeCacheSecurityGroupIngressCommandOutput extends Authori
|
|
|
35
35
|
* @see {@link AuthorizeCacheSecurityGroupIngressCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AuthorizationAlreadyExistsFault} (client fault)
|
|
39
|
+
* <p>The specified Amazon EC2 security group is already authorized for the specified cache security group.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link CacheSecurityGroupNotFoundFault} (client fault)
|
|
42
|
+
* <p>The requested cache security group name does not refer to an existing cache security group.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidCacheSecurityGroupStateFault} (client fault)
|
|
45
|
+
* <p>The current state of the cache security group does not allow deletion.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
48
|
+
* <p>Two or more incompatible parameters were specified.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
51
|
+
* <p>The value for a parameter is invalid.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
38
54
|
* @example AuthorizeCacheCacheSecurityGroupIngress
|
|
39
55
|
* ```javascript
|
|
40
56
|
* // Allows network ingress to a cache security group. Applications using ElastiCache must be running on Amazon EC2. Amazon EC2 security groups are used as the authorization mechanism.
|
|
@@ -29,6 +29,13 @@ export interface BatchApplyUpdateActionCommandOutput extends UpdateActionResults
|
|
|
29
29
|
* @see {@link BatchApplyUpdateActionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
33
|
+
* <p>The value for a parameter is invalid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ServiceUpdateNotFoundFault} (client fault)
|
|
36
|
+
* <p>The service update doesn't exist</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class BatchApplyUpdateActionCommand extends $Command<BatchApplyUpdateActionCommandInput, BatchApplyUpdateActionCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
34
41
|
readonly input: BatchApplyUpdateActionCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface BatchStopUpdateActionCommandOutput extends UpdateActionResultsM
|
|
|
29
29
|
* @see {@link BatchStopUpdateActionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
33
|
+
* <p>The value for a parameter is invalid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ServiceUpdateNotFoundFault} (client fault)
|
|
36
|
+
* <p>The service update doesn't exist</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class BatchStopUpdateActionCommand extends $Command<BatchStopUpdateActionCommandInput, BatchStopUpdateActionCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
34
41
|
readonly input: BatchStopUpdateActionCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface CompleteMigrationCommandOutput extends CompleteMigrationRespons
|
|
|
29
29
|
* @see {@link CompleteMigrationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidReplicationGroupStateFault} (client fault)
|
|
33
|
+
* <p>The requested replication group is not in the <code>available</code> state.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ReplicationGroupNotFoundFault} (client fault)
|
|
36
|
+
* <p>The specified replication group does not exist.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ReplicationGroupNotUnderMigrationFault} (client fault)
|
|
39
|
+
* <p>The designated replication group is not available for data migration.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class CompleteMigrationCommand extends $Command<CompleteMigrationCommandInput, CompleteMigrationCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
34
44
|
readonly input: CompleteMigrationCommandInput;
|
|
@@ -119,6 +119,28 @@ export interface CopySnapshotCommandOutput extends CopySnapshotResult, __Metadat
|
|
|
119
119
|
* @see {@link CopySnapshotCommandOutput} for command's `response` shape.
|
|
120
120
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
121
121
|
*
|
|
122
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
123
|
+
* <p>Two or more incompatible parameters were specified.</p>
|
|
124
|
+
*
|
|
125
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
126
|
+
* <p>The value for a parameter is invalid.</p>
|
|
127
|
+
*
|
|
128
|
+
* @throws {@link InvalidSnapshotStateFault} (client fault)
|
|
129
|
+
* <p>The current state of the snapshot does not allow the requested operation to occur.</p>
|
|
130
|
+
*
|
|
131
|
+
* @throws {@link SnapshotAlreadyExistsFault} (client fault)
|
|
132
|
+
* <p>You already have a snapshot with the given name.</p>
|
|
133
|
+
*
|
|
134
|
+
* @throws {@link SnapshotNotFoundFault} (client fault)
|
|
135
|
+
* <p>The requested snapshot name does not refer to an existing snapshot.</p>
|
|
136
|
+
*
|
|
137
|
+
* @throws {@link SnapshotQuotaExceededFault} (client fault)
|
|
138
|
+
* <p>The request cannot be processed because it would exceed the maximum number of snapshots.</p>
|
|
139
|
+
*
|
|
140
|
+
* @throws {@link TagQuotaPerResourceExceeded} (client fault)
|
|
141
|
+
* <p>The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 50.</p>
|
|
142
|
+
*
|
|
143
|
+
*
|
|
122
144
|
* @example CopySnapshot
|
|
123
145
|
* ```javascript
|
|
124
146
|
* // Copies a snapshot to a specified name.
|
|
@@ -32,6 +32,50 @@ export interface CreateCacheClusterCommandOutput extends CreateCacheClusterResul
|
|
|
32
32
|
* @see {@link CreateCacheClusterCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link CacheClusterAlreadyExistsFault} (client fault)
|
|
36
|
+
* <p>You already have a cluster with the given identifier.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link CacheParameterGroupNotFoundFault} (client fault)
|
|
39
|
+
* <p>The requested cache parameter group name does not refer to an existing cache parameter group.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link CacheSecurityGroupNotFoundFault} (client fault)
|
|
42
|
+
* <p>The requested cache security group name does not refer to an existing cache security group.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link CacheSubnetGroupNotFoundFault} (client fault)
|
|
45
|
+
* <p>The requested cache subnet group name does not refer to an existing cache subnet group.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ClusterQuotaForCustomerExceededFault} (client fault)
|
|
48
|
+
* <p>The request cannot be processed because it would exceed the allowed number of clusters per customer.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InsufficientCacheClusterCapacityFault} (client fault)
|
|
51
|
+
* <p>The requested cache node type is not available in the specified Availability Zone.
|
|
52
|
+
* For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/ErrorMessages.html#ErrorMessages.INSUFFICIENT_CACHE_CLUSTER_CAPACITY">InsufficientCacheClusterCapacity</a> in the ElastiCache User Guide.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
55
|
+
* <p>Two or more incompatible parameters were specified.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
58
|
+
* <p>The value for a parameter is invalid.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InvalidReplicationGroupStateFault} (client fault)
|
|
61
|
+
* <p>The requested replication group is not in the <code>available</code> state.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
64
|
+
* <p>The VPC network is in an invalid state.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link NodeQuotaForClusterExceededFault} (client fault)
|
|
67
|
+
* <p>The request cannot be processed because it would exceed the allowed number of cache nodes in a single cluster.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link NodeQuotaForCustomerExceededFault} (client fault)
|
|
70
|
+
* <p>The request cannot be processed because it would exceed the allowed number of cache nodes per customer.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ReplicationGroupNotFoundFault} (client fault)
|
|
73
|
+
* <p>The specified replication group does not exist.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link TagQuotaPerResourceExceeded} (client fault)
|
|
76
|
+
* <p>The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 50.</p>
|
|
77
|
+
*
|
|
78
|
+
*
|
|
35
79
|
* @example CreateCacheCluster
|
|
36
80
|
* ```javascript
|
|
37
81
|
* // Creates a Memcached cluster with 2 nodes.
|
|
@@ -44,6 +44,25 @@ export interface CreateCacheParameterGroupCommandOutput extends CreateCacheParam
|
|
|
44
44
|
* @see {@link CreateCacheParameterGroupCommandOutput} for command's `response` shape.
|
|
45
45
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
46
46
|
*
|
|
47
|
+
* @throws {@link CacheParameterGroupAlreadyExistsFault} (client fault)
|
|
48
|
+
* <p>A cache parameter group with the requested name already exists.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link CacheParameterGroupQuotaExceededFault} (client fault)
|
|
51
|
+
* <p>The request cannot be processed because it would exceed the maximum number of cache security groups.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidCacheParameterGroupStateFault} (client fault)
|
|
54
|
+
* <p>The current state of the cache parameter group does not allow the requested operation to occur.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
57
|
+
* <p>Two or more incompatible parameters were specified.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
60
|
+
* <p>The value for a parameter is invalid.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link TagQuotaPerResourceExceeded} (client fault)
|
|
63
|
+
* <p>The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 50.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
47
66
|
* @example CreateCacheParameterGroup
|
|
48
67
|
* ```javascript
|
|
49
68
|
* // Creates the Amazon ElastiCache parameter group custom-redis2-8.
|
|
@@ -34,6 +34,22 @@ export interface CreateCacheSecurityGroupCommandOutput extends CreateCacheSecuri
|
|
|
34
34
|
* @see {@link CreateCacheSecurityGroupCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link CacheSecurityGroupAlreadyExistsFault} (client fault)
|
|
38
|
+
* <p>A cache security group with the specified name already exists.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link CacheSecurityGroupQuotaExceededFault} (client fault)
|
|
41
|
+
* <p>The request cannot be processed because it would exceed the allowed number of cache security groups.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
44
|
+
* <p>Two or more incompatible parameters were specified.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
47
|
+
* <p>The value for a parameter is invalid.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link TagQuotaPerResourceExceeded} (client fault)
|
|
50
|
+
* <p>The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 50.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
37
53
|
* @example CreateCacheSecurityGroup
|
|
38
54
|
* ```javascript
|
|
39
55
|
* // Creates an ElastiCache security group. ElastiCache security groups are only for clusters not running in an AWS VPC.
|
|
@@ -30,6 +30,26 @@ export interface CreateCacheSubnetGroupCommandOutput extends CreateCacheSubnetGr
|
|
|
30
30
|
* @see {@link CreateCacheSubnetGroupCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link CacheSubnetGroupAlreadyExistsFault} (client fault)
|
|
34
|
+
* <p>The requested cache subnet group name is already in use by an existing cache subnet group.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link CacheSubnetGroupQuotaExceededFault} (client fault)
|
|
37
|
+
* <p>The request cannot be processed because it would exceed the allowed number of cache subnet groups.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link CacheSubnetQuotaExceededFault} (client fault)
|
|
40
|
+
* <p>The request cannot be processed because it would exceed the allowed number of subnets in a cache subnet group.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidSubnet} (client fault)
|
|
43
|
+
* <p>An invalid subnet identifier was specified.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link SubnetNotAllowedFault} (client fault)
|
|
46
|
+
* <p>At least one subnet ID does not match the other subnet IDs. This mismatch typically occurs when a
|
|
47
|
+
* user sets one subnet ID to a regional Availability Zone and a different one to an outpost. Or when a user sets the subnet ID to an Outpost when not subscribed on this service.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link TagQuotaPerResourceExceeded} (client fault)
|
|
50
|
+
* <p>The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 50.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
33
53
|
* @example CreateCacheSubnet
|
|
34
54
|
* ```javascript
|
|
35
55
|
* // Creates a new cache subnet group.
|
|
@@ -43,6 +43,22 @@ export interface CreateGlobalReplicationGroupCommandOutput extends CreateGlobalR
|
|
|
43
43
|
* @see {@link CreateGlobalReplicationGroupCommandOutput} for command's `response` shape.
|
|
44
44
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
45
45
|
*
|
|
46
|
+
* @throws {@link GlobalReplicationGroupAlreadyExistsFault} (client fault)
|
|
47
|
+
* <p>The Global datastore name already exists.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
50
|
+
* <p>The value for a parameter is invalid.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InvalidReplicationGroupStateFault} (client fault)
|
|
53
|
+
* <p>The requested replication group is not in the <code>available</code> state.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ReplicationGroupNotFoundFault} (client fault)
|
|
56
|
+
* <p>The specified replication group does not exist.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ServiceLinkedRoleNotFoundFault} (client fault)
|
|
59
|
+
* <p>The specified service linked role (SLR) was not found.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
46
62
|
*/
|
|
47
63
|
export declare class CreateGlobalReplicationGroupCommand extends $Command<CreateGlobalReplicationGroupCommandInput, CreateGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
48
64
|
readonly input: CreateGlobalReplicationGroupCommandInput;
|
|
@@ -53,6 +53,66 @@ export interface CreateReplicationGroupCommandOutput extends CreateReplicationGr
|
|
|
53
53
|
* @see {@link CreateReplicationGroupCommandOutput} for command's `response` shape.
|
|
54
54
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
55
55
|
*
|
|
56
|
+
* @throws {@link CacheClusterNotFoundFault} (client fault)
|
|
57
|
+
* <p>The requested cluster ID does not refer to an existing cluster.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link CacheParameterGroupNotFoundFault} (client fault)
|
|
60
|
+
* <p>The requested cache parameter group name does not refer to an existing cache parameter group.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link CacheSecurityGroupNotFoundFault} (client fault)
|
|
63
|
+
* <p>The requested cache security group name does not refer to an existing cache security group.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link CacheSubnetGroupNotFoundFault} (client fault)
|
|
66
|
+
* <p>The requested cache subnet group name does not refer to an existing cache subnet group.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ClusterQuotaForCustomerExceededFault} (client fault)
|
|
69
|
+
* <p>The request cannot be processed because it would exceed the allowed number of clusters per customer.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link GlobalReplicationGroupNotFoundFault} (client fault)
|
|
72
|
+
* <p>The Global datastore does not exist</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link InsufficientCacheClusterCapacityFault} (client fault)
|
|
75
|
+
* <p>The requested cache node type is not available in the specified Availability Zone.
|
|
76
|
+
* For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/ErrorMessages.html#ErrorMessages.INSUFFICIENT_CACHE_CLUSTER_CAPACITY">InsufficientCacheClusterCapacity</a> in the ElastiCache User Guide.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link InvalidCacheClusterStateFault} (client fault)
|
|
79
|
+
* <p>The requested cluster is not in the <code>available</code> state.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link InvalidGlobalReplicationGroupStateFault} (client fault)
|
|
82
|
+
* <p>The Global datastore is not available or in primary-only state.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
85
|
+
* <p>Two or more incompatible parameters were specified.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
88
|
+
* <p>The value for a parameter is invalid.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link InvalidUserGroupStateFault} (client fault)
|
|
91
|
+
* <p>The user group is not in an active state.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
94
|
+
* <p>The VPC network is in an invalid state.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link NodeGroupsPerReplicationGroupQuotaExceededFault} (client fault)
|
|
97
|
+
* <p>The request cannot be processed because it would exceed the maximum allowed number
|
|
98
|
+
* of node groups (shards) in a single replication group. The default maximum is 90</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link NodeQuotaForClusterExceededFault} (client fault)
|
|
101
|
+
* <p>The request cannot be processed because it would exceed the allowed number of cache nodes in a single cluster.</p>
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link NodeQuotaForCustomerExceededFault} (client fault)
|
|
104
|
+
* <p>The request cannot be processed because it would exceed the allowed number of cache nodes per customer.</p>
|
|
105
|
+
*
|
|
106
|
+
* @throws {@link ReplicationGroupAlreadyExistsFault} (client fault)
|
|
107
|
+
* <p>The specified replication group already exists.</p>
|
|
108
|
+
*
|
|
109
|
+
* @throws {@link TagQuotaPerResourceExceeded} (client fault)
|
|
110
|
+
* <p>The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 50.</p>
|
|
111
|
+
*
|
|
112
|
+
* @throws {@link UserGroupNotFoundFault} (client fault)
|
|
113
|
+
* <p>The user group was not found or does not exist</p>
|
|
114
|
+
*
|
|
115
|
+
*
|
|
56
116
|
* @example CreateCacheReplicationGroup
|
|
57
117
|
* ```javascript
|
|
58
118
|
* // Creates a Redis replication group with 3 nodes.
|
|
@@ -33,6 +33,47 @@ export interface CreateSnapshotCommandOutput extends CreateSnapshotResult, __Met
|
|
|
33
33
|
* @see {@link CreateSnapshotCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link CacheClusterNotFoundFault} (client fault)
|
|
37
|
+
* <p>The requested cluster ID does not refer to an existing cluster.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidCacheClusterStateFault} (client fault)
|
|
40
|
+
* <p>The requested cluster is not in the <code>available</code> state.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
43
|
+
* <p>Two or more incompatible parameters were specified.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
46
|
+
* <p>The value for a parameter is invalid.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidReplicationGroupStateFault} (client fault)
|
|
49
|
+
* <p>The requested replication group is not in the <code>available</code> state.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ReplicationGroupNotFoundFault} (client fault)
|
|
52
|
+
* <p>The specified replication group does not exist.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link SnapshotAlreadyExistsFault} (client fault)
|
|
55
|
+
* <p>You already have a snapshot with the given name.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link SnapshotFeatureNotSupportedFault} (client fault)
|
|
58
|
+
* <p>You attempted one of the following operations:</p>
|
|
59
|
+
* <ul>
|
|
60
|
+
* <li>
|
|
61
|
+
* <p>Creating a snapshot of a Redis cluster running on a <code>cache.t1.micro</code> cache
|
|
62
|
+
* node.</p>
|
|
63
|
+
* </li>
|
|
64
|
+
* <li>
|
|
65
|
+
* <p>Creating a snapshot of a cluster that is running Memcached rather than Redis.</p>
|
|
66
|
+
* </li>
|
|
67
|
+
* </ul>
|
|
68
|
+
* <p>Neither of these are supported by ElastiCache.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link SnapshotQuotaExceededFault} (client fault)
|
|
71
|
+
* <p>The request cannot be processed because it would exceed the maximum number of snapshots.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link TagQuotaPerResourceExceeded} (client fault)
|
|
74
|
+
* <p>The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 50.</p>
|
|
75
|
+
*
|
|
76
|
+
*
|
|
36
77
|
* @example CreateSnapshot - NonClustered Redis, no read-replicas
|
|
37
78
|
* ```javascript
|
|
38
79
|
* // Creates a snapshot of a non-clustered Redis cluster that has only one node.
|
|
@@ -29,6 +29,28 @@ export interface CreateUserCommandOutput extends User, __MetadataBearer {
|
|
|
29
29
|
* @see {@link CreateUserCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DuplicateUserNameFault} (client fault)
|
|
33
|
+
* <p>A user with this username already exists.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
36
|
+
* <p>Two or more incompatible parameters were specified.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
39
|
+
* <p>The value for a parameter is invalid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceLinkedRoleNotFoundFault} (client fault)
|
|
42
|
+
* <p>The specified service linked role (SLR) was not found.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TagQuotaPerResourceExceeded} (client fault)
|
|
45
|
+
* <p>The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 50.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UserAlreadyExistsFault} (client fault)
|
|
48
|
+
* <p>A user with this ID already exists.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link UserQuotaExceededFault} (client fault)
|
|
51
|
+
* <p>The quota of users has been exceeded.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
34
56
|
readonly input: CreateUserCommandInput;
|
|
@@ -30,6 +30,31 @@ export interface CreateUserGroupCommandOutput extends UserGroup, __MetadataBeare
|
|
|
30
30
|
* @see {@link CreateUserGroupCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DefaultUserRequired} (client fault)
|
|
34
|
+
* <p>You must add default user to a user group.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DuplicateUserNameFault} (client fault)
|
|
37
|
+
* <p>A user with this username already exists.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
40
|
+
* <p>The value for a parameter is invalid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ServiceLinkedRoleNotFoundFault} (client fault)
|
|
43
|
+
* <p>The specified service linked role (SLR) was not found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link TagQuotaPerResourceExceeded} (client fault)
|
|
46
|
+
* <p>The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 50.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link UserGroupAlreadyExistsFault} (client fault)
|
|
49
|
+
* <p>The user group with this ID already exists.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link UserGroupQuotaExceededFault} (client fault)
|
|
52
|
+
* <p>The number of users exceeds the user group limit.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link UserNotFoundFault} (client fault)
|
|
55
|
+
* <p>The user does not exist or could not be found.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
33
58
|
*/
|
|
34
59
|
export declare class CreateUserGroupCommand extends $Command<CreateUserGroupCommandInput, CreateUserGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
35
60
|
readonly input: CreateUserGroupCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput extends
|
|
|
29
29
|
* @see {@link DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link GlobalReplicationGroupNotFoundFault} (client fault)
|
|
33
|
+
* <p>The Global datastore does not exist</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidGlobalReplicationGroupStateFault} (client fault)
|
|
36
|
+
* <p>The Global datastore is not available or in primary-only state.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
39
|
+
* <p>Two or more incompatible parameters were specified.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
42
|
+
* <p>The value for a parameter is invalid.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command<DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
34
47
|
readonly input: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput;
|
|
@@ -31,6 +31,45 @@ export interface DecreaseReplicaCountCommandOutput extends DecreaseReplicaCountR
|
|
|
31
31
|
* @see {@link DecreaseReplicaCountCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link ClusterQuotaForCustomerExceededFault} (client fault)
|
|
35
|
+
* <p>The request cannot be processed because it would exceed the allowed number of clusters per customer.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InsufficientCacheClusterCapacityFault} (client fault)
|
|
38
|
+
* <p>The requested cache node type is not available in the specified Availability Zone.
|
|
39
|
+
* For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/ErrorMessages.html#ErrorMessages.INSUFFICIENT_CACHE_CLUSTER_CAPACITY">InsufficientCacheClusterCapacity</a> in the ElastiCache User Guide.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidCacheClusterStateFault} (client fault)
|
|
42
|
+
* <p>The requested cluster is not in the <code>available</code> state.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
45
|
+
* <p>Two or more incompatible parameters were specified.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
48
|
+
* <p>The value for a parameter is invalid.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidReplicationGroupStateFault} (client fault)
|
|
51
|
+
* <p>The requested replication group is not in the <code>available</code> state.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
54
|
+
* <p>The VPC network is in an invalid state.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link NodeGroupsPerReplicationGroupQuotaExceededFault} (client fault)
|
|
57
|
+
* <p>The request cannot be processed because it would exceed the maximum allowed number
|
|
58
|
+
* of node groups (shards) in a single replication group. The default maximum is 90</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link NodeQuotaForCustomerExceededFault} (client fault)
|
|
61
|
+
* <p>The request cannot be processed because it would exceed the allowed number of cache nodes per customer.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link NoOperationFault} (client fault)
|
|
64
|
+
* <p>The operation was not performed because no changes were required.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ReplicationGroupNotFoundFault} (client fault)
|
|
67
|
+
* <p>The specified replication group does not exist.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ServiceLinkedRoleNotFoundFault} (client fault)
|
|
70
|
+
* <p>The specified service linked role (SLR) was not found.</p>
|
|
71
|
+
*
|
|
72
|
+
*
|
|
34
73
|
*/
|
|
35
74
|
export declare class DecreaseReplicaCountCommand extends $Command<DecreaseReplicaCountCommandInput, DecreaseReplicaCountCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
36
75
|
readonly input: DecreaseReplicaCountCommandInput;
|
|
@@ -57,6 +57,38 @@ export interface DeleteCacheClusterCommandOutput extends DeleteCacheClusterResul
|
|
|
57
57
|
* @see {@link DeleteCacheClusterCommandOutput} for command's `response` shape.
|
|
58
58
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
59
59
|
*
|
|
60
|
+
* @throws {@link CacheClusterNotFoundFault} (client fault)
|
|
61
|
+
* <p>The requested cluster ID does not refer to an existing cluster.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link InvalidCacheClusterStateFault} (client fault)
|
|
64
|
+
* <p>The requested cluster is not in the <code>available</code> state.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
67
|
+
* <p>Two or more incompatible parameters were specified.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
70
|
+
* <p>The value for a parameter is invalid.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link SnapshotAlreadyExistsFault} (client fault)
|
|
73
|
+
* <p>You already have a snapshot with the given name.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link SnapshotFeatureNotSupportedFault} (client fault)
|
|
76
|
+
* <p>You attempted one of the following operations:</p>
|
|
77
|
+
* <ul>
|
|
78
|
+
* <li>
|
|
79
|
+
* <p>Creating a snapshot of a Redis cluster running on a <code>cache.t1.micro</code> cache
|
|
80
|
+
* node.</p>
|
|
81
|
+
* </li>
|
|
82
|
+
* <li>
|
|
83
|
+
* <p>Creating a snapshot of a cluster that is running Memcached rather than Redis.</p>
|
|
84
|
+
* </li>
|
|
85
|
+
* </ul>
|
|
86
|
+
* <p>Neither of these are supported by ElastiCache.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link SnapshotQuotaExceededFault} (client fault)
|
|
89
|
+
* <p>The request cannot be processed because it would exceed the maximum number of snapshots.</p>
|
|
90
|
+
*
|
|
91
|
+
*
|
|
60
92
|
* @example DeleteCacheCluster
|
|
61
93
|
* ```javascript
|
|
62
94
|
* // Deletes an Amazon ElastiCache cluster.
|
|
@@ -31,6 +31,19 @@ export interface DeleteCacheParameterGroupCommandOutput extends __MetadataBearer
|
|
|
31
31
|
* @see {@link DeleteCacheParameterGroupCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link CacheParameterGroupNotFoundFault} (client fault)
|
|
35
|
+
* <p>The requested cache parameter group name does not refer to an existing cache parameter group.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidCacheParameterGroupStateFault} (client fault)
|
|
38
|
+
* <p>The current state of the cache parameter group does not allow the requested operation to occur.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
41
|
+
* <p>Two or more incompatible parameters were specified.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
44
|
+
* <p>The value for a parameter is invalid.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
34
47
|
* @example DeleteCacheParameterGroup
|
|
35
48
|
* ```javascript
|
|
36
49
|
* // Deletes the Amazon ElastiCache parameter group custom-mem1-4.
|
|
@@ -32,6 +32,19 @@ export interface DeleteCacheSecurityGroupCommandOutput extends __MetadataBearer
|
|
|
32
32
|
* @see {@link DeleteCacheSecurityGroupCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link CacheSecurityGroupNotFoundFault} (client fault)
|
|
36
|
+
* <p>The requested cache security group name does not refer to an existing cache security group.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidCacheSecurityGroupStateFault} (client fault)
|
|
39
|
+
* <p>The current state of the cache security group does not allow deletion.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
42
|
+
* <p>Two or more incompatible parameters were specified.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
45
|
+
* <p>The value for a parameter is invalid.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
35
48
|
* @example DeleteCacheSecurityGroup
|
|
36
49
|
* ```javascript
|
|
37
50
|
* // Deletes a cache security group.
|
|
@@ -32,6 +32,13 @@ export interface DeleteCacheSubnetGroupCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* @see {@link DeleteCacheSubnetGroupCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link CacheSubnetGroupInUse} (client fault)
|
|
36
|
+
* <p>The requested cache subnet group is currently in use.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link CacheSubnetGroupNotFoundFault} (client fault)
|
|
39
|
+
* <p>The requested cache subnet group name does not refer to an existing cache subnet group.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
35
42
|
* @example DeleteCacheSubnetGroup
|
|
36
43
|
* ```javascript
|
|
37
44
|
* // Deletes the Amazon ElastiCache subnet group my-subnet-group.
|