@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
|
@@ -31,6 +31,22 @@ export interface ModifyCacheParameterGroupCommandOutput extends CacheParameterGr
|
|
|
31
31
|
* @see {@link ModifyCacheParameterGroupCommandOutput} 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 InvalidGlobalReplicationGroupStateFault} (client fault)
|
|
41
|
+
* <p>The Global datastore is not available or in primary-only state.</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
|
+
*
|
|
34
50
|
* @example ModifyCacheParameterGroup
|
|
35
51
|
* ```javascript
|
|
36
52
|
* // Modifies one or more parameter values in the specified parameter group. You cannot modify any default parameter group.
|
|
@@ -29,6 +29,23 @@ export interface ModifyCacheSubnetGroupCommandOutput extends ModifyCacheSubnetGr
|
|
|
29
29
|
* @see {@link ModifyCacheSubnetGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link CacheSubnetGroupNotFoundFault} (client fault)
|
|
33
|
+
* <p>The requested cache subnet group name does not refer to an existing cache subnet group.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link CacheSubnetQuotaExceededFault} (client fault)
|
|
36
|
+
* <p>The request cannot be processed because it would exceed the allowed number of subnets in a cache subnet group.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidSubnet} (client fault)
|
|
39
|
+
* <p>An invalid subnet identifier was specified.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link SubnetInUse} (client fault)
|
|
42
|
+
* <p>The requested subnet is being used by another cache subnet group.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link SubnetNotAllowedFault} (client fault)
|
|
45
|
+
* <p>At least one subnet ID does not match the other subnet IDs. This mismatch typically occurs when a
|
|
46
|
+
* 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>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
* @example ModifyCacheSubnetGroup
|
|
33
50
|
* ```javascript
|
|
34
51
|
* // Modifies an existing ElastiCache subnet group.
|
|
@@ -29,6 +29,16 @@ export interface ModifyGlobalReplicationGroupCommandOutput extends ModifyGlobalR
|
|
|
29
29
|
* @see {@link ModifyGlobalReplicationGroupCommandOutput} 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 InvalidParameterValueException} (client fault)
|
|
39
|
+
* <p>The value for a parameter is invalid.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class ModifyGlobalReplicationGroupCommand extends $Command<ModifyGlobalReplicationGroupCommandInput, ModifyGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
34
44
|
readonly input: ModifyGlobalReplicationGroupCommandInput;
|
|
@@ -44,6 +44,56 @@ export interface ModifyReplicationGroupCommandOutput extends ModifyReplicationGr
|
|
|
44
44
|
* @see {@link ModifyReplicationGroupCommandOutput} for command's `response` shape.
|
|
45
45
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
46
46
|
*
|
|
47
|
+
* @throws {@link CacheClusterNotFoundFault} (client fault)
|
|
48
|
+
* <p>The requested cluster ID does not refer to an existing cluster.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link CacheParameterGroupNotFoundFault} (client fault)
|
|
51
|
+
* <p>The requested cache parameter group name does not refer to an existing cache parameter group.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link CacheSecurityGroupNotFoundFault} (client fault)
|
|
54
|
+
* <p>The requested cache security group name does not refer to an existing cache security group.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InsufficientCacheClusterCapacityFault} (client fault)
|
|
57
|
+
* <p>The requested cache node type is not available in the specified Availability Zone.
|
|
58
|
+
* 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>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InvalidCacheClusterStateFault} (client fault)
|
|
61
|
+
* <p>The requested cluster is not in the <code>available</code> state.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link InvalidCacheSecurityGroupStateFault} (client fault)
|
|
64
|
+
* <p>The current state of the cache security group does not allow deletion.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InvalidKMSKeyFault} (client fault)
|
|
67
|
+
* <p>The KMS key supplied is not valid.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
70
|
+
* <p>Two or more incompatible parameters were specified.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
73
|
+
* <p>The value for a parameter is invalid.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link InvalidReplicationGroupStateFault} (client fault)
|
|
76
|
+
* <p>The requested replication group is not in the <code>available</code> state.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link InvalidUserGroupStateFault} (client fault)
|
|
79
|
+
* <p>The user group is not in an active state.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
82
|
+
* <p>The VPC network is in an invalid state.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link NodeQuotaForClusterExceededFault} (client fault)
|
|
85
|
+
* <p>The request cannot be processed because it would exceed the allowed number of cache nodes in a single cluster.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link NodeQuotaForCustomerExceededFault} (client fault)
|
|
88
|
+
* <p>The request cannot be processed because it would exceed the allowed number of cache nodes per customer.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link ReplicationGroupNotFoundFault} (client fault)
|
|
91
|
+
* <p>The specified replication group does not exist.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link UserGroupNotFoundFault} (client fault)
|
|
94
|
+
* <p>The user group was not found or does not exist</p>
|
|
95
|
+
*
|
|
96
|
+
*
|
|
47
97
|
* @example ModifyReplicationGroup
|
|
48
98
|
* ```javascript
|
|
49
99
|
* //
|
|
@@ -30,6 +30,39 @@ export interface ModifyReplicationGroupShardConfigurationCommandOutput extends M
|
|
|
30
30
|
* @see {@link ModifyReplicationGroupShardConfigurationCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InsufficientCacheClusterCapacityFault} (client fault)
|
|
34
|
+
* <p>The requested cache node type is not available in the specified Availability Zone.
|
|
35
|
+
* 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>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidCacheClusterStateFault} (client fault)
|
|
38
|
+
* <p>The requested cluster is not in the <code>available</code> state.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidKMSKeyFault} (client fault)
|
|
41
|
+
* <p>The KMS key supplied is not valid.</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 InvalidReplicationGroupStateFault} (client fault)
|
|
50
|
+
* <p>The requested replication group is not in the <code>available</code> state.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
53
|
+
* <p>The VPC network is in an invalid state.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link NodeGroupsPerReplicationGroupQuotaExceededFault} (client fault)
|
|
56
|
+
* <p>The request cannot be processed because it would exceed the maximum allowed number
|
|
57
|
+
* of node groups (shards) in a single replication group. The default maximum is 90</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link NodeQuotaForCustomerExceededFault} (client fault)
|
|
60
|
+
* <p>The request cannot be processed because it would exceed the allowed number of cache nodes per customer.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ReplicationGroupNotFoundFault} (client fault)
|
|
63
|
+
* <p>The specified replication group does not exist.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
33
66
|
*/
|
|
34
67
|
export declare class ModifyReplicationGroupShardConfigurationCommand extends $Command<ModifyReplicationGroupShardConfigurationCommandInput, ModifyReplicationGroupShardConfigurationCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
35
68
|
readonly input: ModifyReplicationGroupShardConfigurationCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface ModifyUserCommandOutput extends User, __MetadataBearer {
|
|
|
29
29
|
* @see {@link ModifyUserCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
33
|
+
* <p>Two or more incompatible parameters were specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
36
|
+
* <p>The value for a parameter is invalid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidUserStateFault} (client fault)
|
|
39
|
+
* <p>The user is not in active state.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceLinkedRoleNotFoundFault} (client fault)
|
|
42
|
+
* <p>The specified service linked role (SLR) was not found.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UserNotFoundFault} (client fault)
|
|
45
|
+
* <p>The user does not exist or could not be found.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class ModifyUserCommand extends $Command<ModifyUserCommandInput, ModifyUserCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
34
50
|
readonly input: ModifyUserCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface ModifyUserGroupCommandOutput extends UserGroup, __MetadataBeare
|
|
|
29
29
|
* @see {@link ModifyUserGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DefaultUserRequired} (client fault)
|
|
33
|
+
* <p>You must add default user to a user group.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DuplicateUserNameFault} (client fault)
|
|
36
|
+
* <p>A user with this username already exists.</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
|
+
* @throws {@link InvalidUserGroupStateFault} (client fault)
|
|
45
|
+
* <p>The user group is not in an active state.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServiceLinkedRoleNotFoundFault} (client fault)
|
|
48
|
+
* <p>The specified service linked role (SLR) was not found.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link UserGroupNotFoundFault} (client fault)
|
|
51
|
+
* <p>The user group was not found or does not exist</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link UserNotFoundFault} (client fault)
|
|
54
|
+
* <p>The user does not exist or could not be found.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
32
57
|
*/
|
|
33
58
|
export declare class ModifyUserGroupCommand extends $Command<ModifyUserGroupCommandInput, ModifyUserGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
34
59
|
readonly input: ModifyUserGroupCommandInput;
|
|
@@ -32,6 +32,25 @@ export interface PurchaseReservedCacheNodesOfferingCommandOutput extends Purchas
|
|
|
32
32
|
* @see {@link PurchaseReservedCacheNodesOfferingCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
34
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 ReservedCacheNodeAlreadyExistsFault} (client fault)
|
|
42
|
+
* <p>You already have a reservation with the given identifier.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ReservedCacheNodeQuotaExceededFault} (client fault)
|
|
45
|
+
* <p>The request cannot be processed because it would exceed the user's cache node quota.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ReservedCacheNodesOfferingNotFoundFault} (client fault)
|
|
48
|
+
* <p>The requested cache node offering does not exist.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TagQuotaPerResourceExceeded} (client fault)
|
|
51
|
+
* <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>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
35
54
|
* @example PurchaseReservedCacheNodesOfferings
|
|
36
55
|
* ```javascript
|
|
37
56
|
* // Allows you to purchase a reserved cache node offering.
|
|
@@ -29,6 +29,16 @@ export interface RebalanceSlotsInGlobalReplicationGroupCommandOutput extends Reb
|
|
|
29
29
|
* @see {@link RebalanceSlotsInGlobalReplicationGroupCommandOutput} 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 InvalidParameterValueException} (client fault)
|
|
39
|
+
* <p>The value for a parameter is invalid.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class RebalanceSlotsInGlobalReplicationGroupCommand extends $Command<RebalanceSlotsInGlobalReplicationGroupCommandInput, RebalanceSlotsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
34
44
|
readonly input: RebalanceSlotsInGlobalReplicationGroupCommandInput;
|
|
@@ -39,6 +39,13 @@ export interface RebootCacheClusterCommandOutput extends RebootCacheClusterResul
|
|
|
39
39
|
* @see {@link RebootCacheClusterCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link CacheClusterNotFoundFault} (client fault)
|
|
43
|
+
* <p>The requested cluster ID does not refer to an existing cluster.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidCacheClusterStateFault} (client fault)
|
|
46
|
+
* <p>The requested cluster is not in the <code>available</code> state.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
42
49
|
* @example RebootCacheCluster
|
|
43
50
|
* ```javascript
|
|
44
51
|
* // Reboots the specified nodes in the names cluster.
|
|
@@ -32,6 +32,43 @@ export interface RemoveTagsFromResourceCommandOutput extends TagListMessage, __M
|
|
|
32
32
|
* @see {@link RemoveTagsFromResourceCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link CacheClusterNotFoundFault} (client fault)
|
|
36
|
+
* <p>The requested cluster ID does not refer to an existing cluster.</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 InvalidARNFault} (client fault)
|
|
48
|
+
* <p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</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 ReplicationGroupNotFoundFault} (client fault)
|
|
54
|
+
* <p>The specified replication group does not exist.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ReservedCacheNodeNotFoundFault} (client fault)
|
|
57
|
+
* <p>The requested reserved cache node was not found.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link SnapshotNotFoundFault} (client fault)
|
|
60
|
+
* <p>The requested snapshot name does not refer to an existing snapshot.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link TagNotFoundFault} (client fault)
|
|
63
|
+
* <p>The requested tag was not found on this resource.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link UserGroupNotFoundFault} (client fault)
|
|
66
|
+
* <p>The user group was not found or does not exist</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link UserNotFoundFault} (client fault)
|
|
69
|
+
* <p>The user does not exist or could not be found.</p>
|
|
70
|
+
*
|
|
71
|
+
*
|
|
35
72
|
* @example RemoveTagsFromResource
|
|
36
73
|
* ```javascript
|
|
37
74
|
* // Removes tags identified by a list of tag keys from the list of tags on the specified resource.
|
|
@@ -32,6 +32,22 @@ export interface ResetCacheParameterGroupCommandOutput extends CacheParameterGro
|
|
|
32
32
|
* @see {@link ResetCacheParameterGroupCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link CacheParameterGroupNotFoundFault} (client fault)
|
|
36
|
+
* <p>The requested cache parameter group name does not refer to an existing cache parameter group.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidCacheParameterGroupStateFault} (client fault)
|
|
39
|
+
* <p>The current state of the cache parameter group does not allow the requested operation to occur.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidGlobalReplicationGroupStateFault} (client fault)
|
|
42
|
+
* <p>The Global datastore is not available or in primary-only 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
|
+
*
|
|
35
51
|
* @example ResetCacheParameterGroup
|
|
36
52
|
* ```javascript
|
|
37
53
|
* // Modifies the parameters of a cache parameter group to the engine or system default value.
|
|
@@ -31,6 +31,22 @@ export interface RevokeCacheSecurityGroupIngressCommandOutput extends RevokeCach
|
|
|
31
31
|
* @see {@link RevokeCacheSecurityGroupIngressCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AuthorizationNotFoundFault} (client fault)
|
|
35
|
+
* <p>The specified Amazon EC2 security group is not authorized for the specified cache security group.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link CacheSecurityGroupNotFoundFault} (client fault)
|
|
38
|
+
* <p>The requested cache security group name does not refer to an existing cache security group.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidCacheSecurityGroupStateFault} (client fault)
|
|
41
|
+
* <p>The current state of the cache security group does not allow deletion.</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
|
+
*
|
|
34
50
|
* @example DescribeCacheSecurityGroups
|
|
35
51
|
* ```javascript
|
|
36
52
|
* // 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.
|
|
@@ -29,6 +29,19 @@ export interface StartMigrationCommandOutput extends StartMigrationResponse, __M
|
|
|
29
29
|
* @see {@link StartMigrationCommandOutput} 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 InvalidReplicationGroupStateFault} (client fault)
|
|
36
|
+
* <p>The requested replication group is not in the <code>available</code> state.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ReplicationGroupAlreadyUnderMigrationFault} (client fault)
|
|
39
|
+
* <p>The targeted replication group is not available. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ReplicationGroupNotFoundFault} (client fault)
|
|
42
|
+
* <p>The specified replication group does not exist.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class StartMigrationCommand extends $Command<StartMigrationCommandInput, StartMigrationCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
34
47
|
readonly input: StartMigrationCommandInput;
|
|
@@ -90,6 +90,35 @@ export interface TestFailoverCommandOutput extends TestFailoverResult, __Metadat
|
|
|
90
90
|
* @see {@link TestFailoverCommandOutput} for command's `response` shape.
|
|
91
91
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
92
92
|
*
|
|
93
|
+
* @throws {@link APICallRateForCustomerExceededFault} (client fault)
|
|
94
|
+
* <p>The customer has exceeded the allowed rate of API calls.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link InvalidCacheClusterStateFault} (client fault)
|
|
97
|
+
* <p>The requested cluster is not in the <code>available</code> state.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link InvalidKMSKeyFault} (client fault)
|
|
100
|
+
* <p>The KMS key supplied is not valid.</p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
103
|
+
* <p>Two or more incompatible parameters were specified.</p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
106
|
+
* <p>The value for a parameter is invalid.</p>
|
|
107
|
+
*
|
|
108
|
+
* @throws {@link InvalidReplicationGroupStateFault} (client fault)
|
|
109
|
+
* <p>The requested replication group is not in the <code>available</code> state.</p>
|
|
110
|
+
*
|
|
111
|
+
* @throws {@link NodeGroupNotFoundFault} (client fault)
|
|
112
|
+
* <p>The node group specified by the <code>NodeGroupId</code> parameter could not be found.
|
|
113
|
+
* Please verify that the node group exists and that you spelled the <code>NodeGroupId</code> value correctly.</p>
|
|
114
|
+
*
|
|
115
|
+
* @throws {@link ReplicationGroupNotFoundFault} (client fault)
|
|
116
|
+
* <p>The specified replication group does not exist.</p>
|
|
117
|
+
*
|
|
118
|
+
* @throws {@link TestFailoverNotAvailableFault} (client fault)
|
|
119
|
+
* <p>The <code>TestFailover</code> action is not available.</p>
|
|
120
|
+
*
|
|
121
|
+
*
|
|
93
122
|
*/
|
|
94
123
|
export declare class TestFailoverCommand extends $Command<TestFailoverCommandInput, TestFailoverCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
95
124
|
readonly input: TestFailoverCommandInput;
|
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.292.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,57 +20,52 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
55
|
-
"@aws-sdk/util-waiter": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.292.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.292.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.292.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.292.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
43
|
+
"@aws-sdk/types": "3.292.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.292.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
55
|
+
"@aws-sdk/util-waiter": "3.292.0",
|
|
56
56
|
"fast-xml-parser": "4.1.2",
|
|
57
57
|
"tslib": "^2.3.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
60
|
+
"@aws-sdk/service-client-documentation-generator": "3.292.0",
|
|
61
61
|
"@tsconfig/node14": "1.0.3",
|
|
62
62
|
"@types/node": "^14.14.31",
|
|
63
63
|
"concurrently": "7.0.0",
|
|
64
64
|
"downlevel-dts": "0.10.1",
|
|
65
65
|
"rimraf": "3.0.2",
|
|
66
|
-
"typedoc": "0.
|
|
66
|
+
"typedoc": "0.23.23",
|
|
67
67
|
"typescript": "~4.6.2"
|
|
68
68
|
},
|
|
69
|
-
"overrides": {
|
|
70
|
-
"typedoc": {
|
|
71
|
-
"typescript": "~4.6.2"
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
69
|
"engines": {
|
|
75
70
|
"node": ">=14.0.0"
|
|
76
71
|
},
|