@aws-sdk/client-elasticache 3.40.0 → 3.45.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/CHANGELOG.md +44 -0
- package/dist-cjs/endpoints.js +17 -0
- package/dist-cjs/models/models_0.js +11 -6
- package/dist-cjs/protocols/Aws_query.js +83 -0
- package/dist-es/endpoints.js +17 -0
- package/dist-es/models/models_0.js +5 -0
- package/dist-es/protocols/Aws_query.js +269 -186
- package/dist-types/ElastiCache.d.ts +6 -5
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +1 -1
- package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +1 -1
- package/dist-types/commands/CompleteMigrationCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCacheClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserCommand.d.ts +2 -2
- package/dist-types/commands/CreateUserGroupCommand.d.ts +2 -2
- package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCacheClusterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +2 -2
- package/dist-types/commands/DeleteUserGroupCommand.d.ts +2 -2
- package/dist-types/commands/DescribeCacheClustersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCacheParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUsersCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +1 -1
- package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCacheClusterCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyUserCommand.d.ts +1 -1
- package/dist-types/commands/ModifyUserGroupCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/RebootCacheClusterCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/StartMigrationCommand.d.ts +1 -1
- package/dist-types/commands/TestFailoverCommand.d.ts +3 -2
- package/dist-types/models/models_0.d.ts +544 -78
- package/dist-types/ts3.4/models/models_0.d.ts +14 -0
- package/package.json +6 -6
|
@@ -22,7 +22,7 @@ export interface ModifyCacheClusterCommandOutput extends ModifyCacheClusterResul
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ModifyCacheClusterCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ModifyCacheClusterCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ModifyCacheClusterCommand extends $Command<ModifyCacheClusterCommandInput, ModifyCacheClusterCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ModifyCacheParameterGroupCommandOutput extends CacheParameterGr
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ModifyCacheParameterGroupCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ModifyCacheParameterGroupCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ModifyCacheParameterGroupCommand extends $Command<ModifyCacheParameterGroupCommandInput, ModifyCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ModifyCacheSubnetGroupCommandOutput extends ModifyCacheSubnetGr
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ModifyCacheSubnetGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ModifyCacheSubnetGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ModifyCacheSubnetGroupCommand extends $Command<ModifyCacheSubnetGroupCommandInput, ModifyCacheSubnetGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ModifyGlobalReplicationGroupCommandOutput extends ModifyGlobalR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ModifyGlobalReplicationGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ModifyGlobalReplicationGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ModifyGlobalReplicationGroupCommand extends $Command<ModifyGlobalReplicationGroupCommandInput, ModifyGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -36,7 +36,7 @@ export interface ModifyReplicationGroupCommandOutput extends ModifyReplicationGr
|
|
|
36
36
|
*
|
|
37
37
|
* @see {@link ModifyReplicationGroupCommandInput} for command's `input` shape.
|
|
38
38
|
* @see {@link ModifyReplicationGroupCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
39
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
export declare class ModifyReplicationGroupCommand extends $Command<ModifyReplicationGroupCommandInput, ModifyReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ModifyReplicationGroupShardConfigurationCommandOutput extends M
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ModifyReplicationGroupShardConfigurationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ModifyReplicationGroupShardConfigurationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ModifyReplicationGroupShardConfigurationCommand extends $Command<ModifyReplicationGroupShardConfigurationCommandInput, ModifyReplicationGroupShardConfigurationCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ModifyUserCommandOutput extends User, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ModifyUserCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ModifyUserCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ModifyUserCommand extends $Command<ModifyUserCommandInput, ModifyUserCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ModifyUserGroupCommandOutput extends UserGroup, __MetadataBeare
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ModifyUserGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ModifyUserGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ModifyUserGroupCommand extends $Command<ModifyUserGroupCommandInput, ModifyUserGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface PurchaseReservedCacheNodesOfferingCommandOutput extends Purchas
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link PurchaseReservedCacheNodesOfferingCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link PurchaseReservedCacheNodesOfferingCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class PurchaseReservedCacheNodesOfferingCommand extends $Command<PurchaseReservedCacheNodesOfferingCommandInput, PurchaseReservedCacheNodesOfferingCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface RebalanceSlotsInGlobalReplicationGroupCommandOutput extends Reb
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link RebalanceSlotsInGlobalReplicationGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link RebalanceSlotsInGlobalReplicationGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class RebalanceSlotsInGlobalReplicationGroupCommand extends $Command<RebalanceSlotsInGlobalReplicationGroupCommandInput, RebalanceSlotsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface RebootCacheClusterCommandOutput extends RebootCacheClusterResul
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link RebootCacheClusterCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link RebootCacheClusterCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class RebootCacheClusterCommand extends $Command<RebootCacheClusterCommandInput, RebootCacheClusterCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface RemoveTagsFromResourceCommandOutput extends TagListMessage, __M
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link RemoveTagsFromResourceCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link RemoveTagsFromResourceCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ResetCacheParameterGroupCommandOutput extends CacheParameterGro
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ResetCacheParameterGroupCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ResetCacheParameterGroupCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ResetCacheParameterGroupCommand extends $Command<ResetCacheParameterGroupCommandInput, ResetCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface RevokeCacheSecurityGroupIngressCommandOutput extends RevokeCach
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link RevokeCacheSecurityGroupIngressCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link RevokeCacheSecurityGroupIngressCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class RevokeCacheSecurityGroupIngressCommand extends $Command<RevokeCacheSecurityGroupIngressCommandInput, RevokeCacheSecurityGroupIngressCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StartMigrationCommandOutput extends StartMigrationResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StartMigrationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StartMigrationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StartMigrationCommand extends $Command<StartMigrationCommandInput, StartMigrationCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -9,7 +9,8 @@ export interface TestFailoverCommandOutput extends TestFailoverResult, __Metadat
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Represents the input of a <code>TestFailover</code> operation which test automatic failover on
|
|
11
11
|
* a specified node group (called shard in the console) in a replication group (called cluster in the console).</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>This API is designed for testing the behavior of your application in case of ElastiCache failover. It is not designed to be an operational tool
|
|
13
|
+
* for initiating a failover to overcome a problem you may have with the cluster. Moreover, in certain conditions such as large-scale operational events, Amazon may block this API. </p>
|
|
13
14
|
* <p class="title">
|
|
14
15
|
* <b>Note the following</b>
|
|
15
16
|
* </p>
|
|
@@ -82,7 +83,7 @@ export interface TestFailoverCommandOutput extends TestFailoverResult, __Metadat
|
|
|
82
83
|
*
|
|
83
84
|
* @see {@link TestFailoverCommandInput} for command's `input` shape.
|
|
84
85
|
* @see {@link TestFailoverCommandOutput} for command's `response` shape.
|
|
85
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
86
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
86
87
|
*
|
|
87
88
|
*/
|
|
88
89
|
export declare class TestFailoverCommand extends $Command<TestFailoverCommandInput, TestFailoverCommandOutput, ElastiCacheClientResolvedConfig> {
|