@aws-sdk/client-elasticache 3.40.0 → 3.41.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 +11 -0
- package/dist-cjs/endpoints.js +8 -0
- package/dist-es/endpoints.js +8 -0
- 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 +1 -1
- package/dist-types/commands/CreateUserGroupCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/DeleteUserGroupCommand.d.ts +1 -1
- 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 +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
18
|
|
|
8
19
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -144,6 +144,10 @@ const partitionHash = {
|
|
|
144
144
|
hostname: "elasticache.{region}.c2s.ic.gov",
|
|
145
145
|
tags: [],
|
|
146
146
|
},
|
|
147
|
+
{
|
|
148
|
+
hostname: "elasticache-fips.{region}.c2s.ic.gov",
|
|
149
|
+
tags: ["fips"],
|
|
150
|
+
},
|
|
147
151
|
],
|
|
148
152
|
},
|
|
149
153
|
"aws-iso-b": {
|
|
@@ -154,6 +158,10 @@ const partitionHash = {
|
|
|
154
158
|
hostname: "elasticache.{region}.sc2s.sgov.gov",
|
|
155
159
|
tags: [],
|
|
156
160
|
},
|
|
161
|
+
{
|
|
162
|
+
hostname: "elasticache-fips.{region}.sc2s.sgov.gov",
|
|
163
|
+
tags: ["fips"],
|
|
164
|
+
},
|
|
157
165
|
],
|
|
158
166
|
},
|
|
159
167
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -142,6 +142,10 @@ var partitionHash = {
|
|
|
142
142
|
hostname: "elasticache.{region}.c2s.ic.gov",
|
|
143
143
|
tags: [],
|
|
144
144
|
},
|
|
145
|
+
{
|
|
146
|
+
hostname: "elasticache-fips.{region}.c2s.ic.gov",
|
|
147
|
+
tags: ["fips"],
|
|
148
|
+
},
|
|
145
149
|
],
|
|
146
150
|
},
|
|
147
151
|
"aws-iso-b": {
|
|
@@ -152,6 +156,10 @@ var partitionHash = {
|
|
|
152
156
|
hostname: "elasticache.{region}.sc2s.sgov.gov",
|
|
153
157
|
tags: [],
|
|
154
158
|
},
|
|
159
|
+
{
|
|
160
|
+
hostname: "elasticache-fips.{region}.sc2s.sgov.gov",
|
|
161
|
+
tags: ["fips"],
|
|
162
|
+
},
|
|
155
163
|
],
|
|
156
164
|
},
|
|
157
165
|
"aws-us-gov": {
|
|
@@ -31,7 +31,7 @@ export interface AddTagsToResourceCommandOutput extends TagListMessage, __Metada
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link AddTagsToResourceCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link AddTagsToResourceCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface AuthorizeCacheSecurityGroupIngressCommandOutput extends Authori
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link AuthorizeCacheSecurityGroupIngressCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link AuthorizeCacheSecurityGroupIngressCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class AuthorizeCacheSecurityGroupIngressCommand extends $Command<AuthorizeCacheSecurityGroupIngressCommandInput, AuthorizeCacheSecurityGroupIngressCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface BatchApplyUpdateActionCommandOutput extends UpdateActionResults
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link BatchApplyUpdateActionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link BatchApplyUpdateActionCommandOutput} 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 BatchApplyUpdateActionCommand extends $Command<BatchApplyUpdateActionCommandInput, BatchApplyUpdateActionCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface BatchStopUpdateActionCommandOutput extends UpdateActionResultsM
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link BatchStopUpdateActionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link BatchStopUpdateActionCommandOutput} 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 BatchStopUpdateActionCommand extends $Command<BatchStopUpdateActionCommandInput, BatchStopUpdateActionCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CompleteMigrationCommandOutput extends CompleteMigrationRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CompleteMigrationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CompleteMigrationCommandOutput} 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 CompleteMigrationCommand extends $Command<CompleteMigrationCommandInput, CompleteMigrationCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -113,7 +113,7 @@ export interface CopySnapshotCommandOutput extends CopySnapshotResult, __Metadat
|
|
|
113
113
|
*
|
|
114
114
|
* @see {@link CopySnapshotCommandInput} for command's `input` shape.
|
|
115
115
|
* @see {@link CopySnapshotCommandOutput} for command's `response` shape.
|
|
116
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
116
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
117
117
|
*
|
|
118
118
|
*/
|
|
119
119
|
export declare class CopySnapshotCommand extends $Command<CopySnapshotCommandInput, CopySnapshotCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateCacheClusterCommandOutput extends CreateCacheClusterResul
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateCacheClusterCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateCacheClusterCommandOutput} 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 CreateCacheClusterCommand extends $Command<CreateCacheClusterCommandInput, CreateCacheClusterCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface CreateCacheParameterGroupCommandOutput extends CreateCacheParam
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link CreateCacheParameterGroupCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link CreateCacheParameterGroupCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class CreateCacheParameterGroupCommand extends $Command<CreateCacheParameterGroupCommandInput, CreateCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface CreateCacheSecurityGroupCommandOutput extends CreateCacheSecuri
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link CreateCacheSecurityGroupCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link CreateCacheSecurityGroupCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class CreateCacheSecurityGroupCommand extends $Command<CreateCacheSecurityGroupCommandInput, CreateCacheSecurityGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateCacheSubnetGroupCommandOutput extends CreateCacheSubnetGr
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateCacheSubnetGroupCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateCacheSubnetGroupCommandOutput} 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 CreateCacheSubnetGroupCommand extends $Command<CreateCacheSubnetGroupCommandInput, CreateCacheSubnetGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface CreateGlobalReplicationGroupCommandOutput extends CreateGlobalR
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link CreateGlobalReplicationGroupCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link CreateGlobalReplicationGroupCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class CreateGlobalReplicationGroupCommand extends $Command<CreateGlobalReplicationGroupCommandInput, CreateGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -46,7 +46,7 @@ export interface CreateReplicationGroupCommandOutput extends CreateReplicationGr
|
|
|
46
46
|
*
|
|
47
47
|
* @see {@link CreateReplicationGroupCommandInput} for command's `input` shape.
|
|
48
48
|
* @see {@link CreateReplicationGroupCommandOutput} for command's `response` shape.
|
|
49
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
49
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
52
|
export declare class CreateReplicationGroupCommand extends $Command<CreateReplicationGroupCommandInput, CreateReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface CreateSnapshotCommandOutput extends CreateSnapshotResult, __Met
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link CreateSnapshotCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link CreateSnapshotCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class CreateSnapshotCommand extends $Command<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateUserCommandOutput extends User, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateUserCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateUserCommandOutput} 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 CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateUserGroupCommandOutput extends UserGroup, __MetadataBeare
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateUserGroupCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateUserGroupCommandOutput} 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 CreateUserGroupCommand extends $Command<CreateUserGroupCommandInput, CreateUserGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput extends
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DecreaseNodeGroupsInGlobalReplicationGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput} 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 DecreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command<DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DecreaseReplicaCountCommandOutput extends DecreaseReplicaCountR
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DecreaseReplicaCountCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DecreaseReplicaCountCommandOutput} 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 DecreaseReplicaCountCommand extends $Command<DecreaseReplicaCountCommandInput, DecreaseReplicaCountCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -49,7 +49,7 @@ export interface DeleteCacheClusterCommandOutput extends DeleteCacheClusterResul
|
|
|
49
49
|
*
|
|
50
50
|
* @see {@link DeleteCacheClusterCommandInput} for command's `input` shape.
|
|
51
51
|
* @see {@link DeleteCacheClusterCommandOutput} for command's `response` shape.
|
|
52
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
52
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
export declare class DeleteCacheClusterCommand extends $Command<DeleteCacheClusterCommandInput, DeleteCacheClusterCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteCacheParameterGroupCommandOutput extends __MetadataBearer
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteCacheParameterGroupCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteCacheParameterGroupCommandOutput} 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 DeleteCacheParameterGroupCommand extends $Command<DeleteCacheParameterGroupCommandInput, DeleteCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteCacheSecurityGroupCommandOutput extends __MetadataBearer
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteCacheSecurityGroupCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteCacheSecurityGroupCommandOutput} 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 DeleteCacheSecurityGroupCommand extends $Command<DeleteCacheSecurityGroupCommandInput, DeleteCacheSecurityGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteCacheSubnetGroupCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteCacheSubnetGroupCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteCacheSubnetGroupCommandOutput} 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 DeleteCacheSubnetGroupCommand extends $Command<DeleteCacheSubnetGroupCommandInput, DeleteCacheSubnetGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -36,7 +36,7 @@ export interface DeleteGlobalReplicationGroupCommandOutput extends DeleteGlobalR
|
|
|
36
36
|
*
|
|
37
37
|
* @see {@link DeleteGlobalReplicationGroupCommandInput} for command's `input` shape.
|
|
38
38
|
* @see {@link DeleteGlobalReplicationGroupCommandOutput} 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 DeleteGlobalReplicationGroupCommand extends $Command<DeleteGlobalReplicationGroupCommandInput, DeleteGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface DeleteReplicationGroupCommandOutput extends DeleteReplicationGr
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link DeleteReplicationGroupCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link DeleteReplicationGroupCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class DeleteReplicationGroupCommand extends $Command<DeleteReplicationGroupCommandInput, DeleteReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResult, __Met
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link DeleteSnapshotCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link DeleteSnapshotCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class DeleteSnapshotCommand extends $Command<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteUserCommandOutput extends User, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteUserCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteUserCommandOutput} 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 DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteUserGroupCommandOutput extends UserGroup, __MetadataBeare
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteUserGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteUserGroupCommandOutput} 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 DeleteUserGroupCommand extends $Command<DeleteUserGroupCommandInput, DeleteUserGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface DescribeCacheClustersCommandOutput extends CacheClusterMessage,
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link DescribeCacheClustersCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link DescribeCacheClustersCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class DescribeCacheClustersCommand extends $Command<DescribeCacheClustersCommandInput, DescribeCacheClustersCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeCacheEngineVersionsCommandOutput extends CacheEngineVer
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeCacheEngineVersionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeCacheEngineVersionsCommandOutput} 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 DescribeCacheEngineVersionsCommand extends $Command<DescribeCacheEngineVersionsCommandInput, DescribeCacheEngineVersionsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeCacheParameterGroupsCommandOutput extends CacheParamete
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeCacheParameterGroupsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeCacheParameterGroupsCommandOutput} 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 DescribeCacheParameterGroupsCommand extends $Command<DescribeCacheParameterGroupsCommandInput, DescribeCacheParameterGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeCacheParametersCommandOutput extends CacheParameterGrou
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeCacheParametersCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeCacheParametersCommandOutput} 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 DescribeCacheParametersCommand extends $Command<DescribeCacheParametersCommandInput, DescribeCacheParametersCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DescribeCacheSecurityGroupsCommandOutput extends CacheSecurityG
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeCacheSecurityGroupsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeCacheSecurityGroupsCommandOutput} 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 DescribeCacheSecurityGroupsCommand extends $Command<DescribeCacheSecurityGroupsCommandInput, DescribeCacheSecurityGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DescribeCacheSubnetGroupsCommandOutput extends CacheSubnetGroup
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeCacheSubnetGroupsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeCacheSubnetGroupsCommandOutput} 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 DescribeCacheSubnetGroupsCommand extends $Command<DescribeCacheSubnetGroupsCommandInput, DescribeCacheSubnetGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeEngineDefaultParametersCommandOutput extends DescribeEn
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeEngineDefaultParametersCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeEngineDefaultParametersCommandOutput} 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 DescribeEngineDefaultParametersCommand extends $Command<DescribeEngineDefaultParametersCommandInput, DescribeEngineDefaultParametersCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DescribeEventsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DescribeEventsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeGlobalReplicationGroupsCommandOutput extends DescribeGl
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeGlobalReplicationGroupsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeGlobalReplicationGroupsCommandOutput} 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 DescribeGlobalReplicationGroupsCommand extends $Command<DescribeGlobalReplicationGroupsCommandInput, DescribeGlobalReplicationGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DescribeReplicationGroupsCommandOutput extends ReplicationGroup
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DescribeReplicationGroupsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DescribeReplicationGroupsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DescribeReplicationGroupsCommand extends $Command<DescribeReplicationGroupsCommandInput, DescribeReplicationGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeReservedCacheNodesCommandOutput extends ReservedCacheNo
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeReservedCacheNodesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeReservedCacheNodesCommandOutput} 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 DescribeReservedCacheNodesCommand extends $Command<DescribeReservedCacheNodesCommandInput, DescribeReservedCacheNodesCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeReservedCacheNodesOfferingsCommandOutput extends Reserv
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeReservedCacheNodesOfferingsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeReservedCacheNodesOfferingsCommandOutput} 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 DescribeReservedCacheNodesOfferingsCommand extends $Command<DescribeReservedCacheNodesOfferingsCommandInput, DescribeReservedCacheNodesOfferingsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeServiceUpdatesCommandOutput extends ServiceUpdatesMessa
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeServiceUpdatesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeServiceUpdatesCommandOutput} 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 DescribeServiceUpdatesCommand extends $Command<DescribeServiceUpdatesCommandInput, DescribeServiceUpdatesCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsListMes
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link DescribeSnapshotsCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link DescribeSnapshotsCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class DescribeSnapshotsCommand extends $Command<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeUpdateActionsCommandOutput extends UpdateActionsMessage
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeUpdateActionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeUpdateActionsCommandOutput} 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 DescribeUpdateActionsCommand extends $Command<DescribeUpdateActionsCommandInput, DescribeUpdateActionsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeUserGroupsCommandOutput extends DescribeUserGroupsResul
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeUserGroupsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeUserGroupsCommandOutput} 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 DescribeUserGroupsCommand extends $Command<DescribeUserGroupsCommandInput, DescribeUserGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeUsersCommandOutput extends DescribeUsersResult, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeUsersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeUsersCommandOutput} 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 DescribeUsersCommand extends $Command<DescribeUsersCommandInput, DescribeUsersCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateGlobalReplicationGroupCommandOutput extends Disasso
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateGlobalReplicationGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateGlobalReplicationGroupCommandOutput} 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 DisassociateGlobalReplicationGroupCommand extends $Command<DisassociateGlobalReplicationGroupCommandInput, DisassociateGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface FailoverGlobalReplicationGroupCommandOutput extends FailoverGlo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link FailoverGlobalReplicationGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link FailoverGlobalReplicationGroupCommandOutput} 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 FailoverGlobalReplicationGroupCommand extends $Command<FailoverGlobalReplicationGroupCommandInput, FailoverGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput extends
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link IncreaseNodeGroupsInGlobalReplicationGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput} 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 IncreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command<IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface IncreaseReplicaCountCommandOutput extends IncreaseReplicaCountR
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link IncreaseReplicaCountCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link IncreaseReplicaCountCommandOutput} 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 IncreaseReplicaCountCommand extends $Command<IncreaseReplicaCountCommandInput, IncreaseReplicaCountCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface ListAllowedNodeTypeModificationsCommandOutput extends AllowedNo
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link ListAllowedNodeTypeModificationsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link ListAllowedNodeTypeModificationsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class ListAllowedNodeTypeModificationsCommand extends $Command<ListAllowedNodeTypeModificationsCommandInput, ListAllowedNodeTypeModificationsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends TagListMessage, __Meta
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -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> {
|
|
@@ -82,7 +82,7 @@ export interface TestFailoverCommandOutput extends TestFailoverResult, __Metadat
|
|
|
82
82
|
*
|
|
83
83
|
* @see {@link TestFailoverCommandInput} for command's `input` shape.
|
|
84
84
|
* @see {@link TestFailoverCommandOutput} for command's `response` shape.
|
|
85
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
85
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
86
86
|
*
|
|
87
87
|
*/
|
|
88
88
|
export declare class TestFailoverCommand extends $Command<TestFailoverCommandInput, TestFailoverCommandOutput, ElastiCacheClientResolvedConfig> {
|
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.41.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.41.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|