@aws-sdk/client-elasticache 3.37.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 +42 -0
- package/dist-cjs/commands/index.js +68 -0
- package/dist-cjs/endpoints.js +135 -9
- package/dist-cjs/index.js +5 -89
- package/dist-cjs/pagination/index.js +21 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +7 -0
- package/dist-es/commands/index.js +65 -0
- package/dist-es/endpoints.js +135 -9
- package/dist-es/index.js +5 -89
- package/dist-es/pagination/index.js +18 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +4 -0
- package/dist-types/ElastiCacheClient.d.ts +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/dist-types/commands/index.d.ts +65 -0
- package/dist-types/index.d.ts +5 -89
- package/dist-types/pagination/index.d.ts +18 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/ElastiCacheClient.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +65 -0
- package/dist-types/ts3.4/index.d.ts +5 -89
- package/dist-types/ts3.4/pagination/index.d.ts +18 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/waiters/index.d.ts +4 -0
- package/dist-types/waiters/index.d.ts +4 -0
- package/package.json +27 -27
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,48 @@
|
|
|
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
|
+
|
|
17
|
+
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **clients:** populate variants in endpoints hashes ([#2974](https://github.com/aws/aws-sdk-js-v3/issues/2974)) ([0dd68ef](https://github.com/aws/aws-sdk-js-v3/commit/0dd68ef8b04ea0e96e43b05a9a10221e433fdf86))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.39.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.38.0...v3.39.0) (2021-10-29)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @aws-sdk/client-elasticache
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
42
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
6
48
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
49
|
|
|
8
50
|
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./AddTagsToResourceCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./AuthorizeCacheSecurityGroupIngressCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./BatchApplyUpdateActionCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./BatchStopUpdateActionCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CompleteMigrationCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./CopySnapshotCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./CreateCacheClusterCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./CreateCacheParameterGroupCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./CreateCacheSecurityGroupCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./CreateCacheSubnetGroupCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./CreateGlobalReplicationGroupCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./CreateReplicationGroupCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./CreateSnapshotCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./CreateUserCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./CreateUserGroupCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./DecreaseNodeGroupsInGlobalReplicationGroupCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./DecreaseReplicaCountCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./DeleteCacheClusterCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./DeleteCacheParameterGroupCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./DeleteCacheSecurityGroupCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./DeleteCacheSubnetGroupCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./DeleteGlobalReplicationGroupCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./DeleteReplicationGroupCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./DeleteSnapshotCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./DeleteUserCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./DeleteUserGroupCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./DescribeCacheClustersCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./DescribeCacheEngineVersionsCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./DescribeCacheParameterGroupsCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./DescribeCacheParametersCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./DescribeCacheSecurityGroupsCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./DescribeCacheSubnetGroupsCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./DescribeEngineDefaultParametersCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./DescribeEventsCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./DescribeGlobalReplicationGroupsCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./DescribeReplicationGroupsCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./DescribeReservedCacheNodesCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./DescribeReservedCacheNodesOfferingsCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./DescribeServiceUpdatesCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./DescribeSnapshotsCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./DescribeUpdateActionsCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./DescribeUserGroupsCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./DescribeUsersCommand"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./DisassociateGlobalReplicationGroupCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./FailoverGlobalReplicationGroupCommand"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./IncreaseNodeGroupsInGlobalReplicationGroupCommand"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./IncreaseReplicaCountCommand"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./ListAllowedNodeTypeModificationsCommand"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./ModifyCacheClusterCommand"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./ModifyCacheParameterGroupCommand"), exports);
|
|
55
|
+
tslib_1.__exportStar(require("./ModifyCacheSubnetGroupCommand"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./ModifyGlobalReplicationGroupCommand"), exports);
|
|
57
|
+
tslib_1.__exportStar(require("./ModifyReplicationGroupCommand"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./ModifyReplicationGroupShardConfigurationCommand"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./ModifyUserCommand"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./ModifyUserGroupCommand"), exports);
|
|
61
|
+
tslib_1.__exportStar(require("./PurchaseReservedCacheNodesOfferingCommand"), exports);
|
|
62
|
+
tslib_1.__exportStar(require("./RebalanceSlotsInGlobalReplicationGroupCommand"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./RebootCacheClusterCommand"), exports);
|
|
64
|
+
tslib_1.__exportStar(require("./RemoveTagsFromResourceCommand"), exports);
|
|
65
|
+
tslib_1.__exportStar(require("./ResetCacheParameterGroupCommand"), exports);
|
|
66
|
+
tslib_1.__exportStar(require("./RevokeCacheSecurityGroupIngressCommand"), exports);
|
|
67
|
+
tslib_1.__exportStar(require("./StartMigrationCommand"), exports);
|
|
68
|
+
tslib_1.__exportStar(require("./TestFailoverCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -3,9 +3,65 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.defaultRegionInfoProvider = void 0;
|
|
4
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
5
|
const regionHash = {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
"us-east-1": {
|
|
7
|
+
variants: [
|
|
8
|
+
{
|
|
9
|
+
hostname: "elasticache.us-east-1.amazonaws.com",
|
|
10
|
+
tags: [],
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
hostname: "elasticache-fips.us-east-1.amazonaws.com",
|
|
14
|
+
tags: ["fips"],
|
|
15
|
+
},
|
|
16
|
+
],
|
|
17
|
+
},
|
|
18
|
+
"us-east-2": {
|
|
19
|
+
variants: [
|
|
20
|
+
{
|
|
21
|
+
hostname: "elasticache.us-east-2.amazonaws.com",
|
|
22
|
+
tags: [],
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
hostname: "elasticache-fips.us-east-2.amazonaws.com",
|
|
26
|
+
tags: ["fips"],
|
|
27
|
+
},
|
|
28
|
+
],
|
|
29
|
+
},
|
|
30
|
+
"us-gov-west-1": {
|
|
31
|
+
variants: [
|
|
32
|
+
{
|
|
33
|
+
hostname: "elasticache.us-gov-west-1.amazonaws.com",
|
|
34
|
+
tags: [],
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
hostname: "elasticache.us-gov-west-1.amazonaws.com",
|
|
38
|
+
tags: ["fips"],
|
|
39
|
+
},
|
|
40
|
+
],
|
|
41
|
+
},
|
|
42
|
+
"us-west-1": {
|
|
43
|
+
variants: [
|
|
44
|
+
{
|
|
45
|
+
hostname: "elasticache.us-west-1.amazonaws.com",
|
|
46
|
+
tags: [],
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
hostname: "elasticache-fips.us-west-1.amazonaws.com",
|
|
50
|
+
tags: ["fips"],
|
|
51
|
+
},
|
|
52
|
+
],
|
|
53
|
+
},
|
|
54
|
+
"us-west-2": {
|
|
55
|
+
variants: [
|
|
56
|
+
{
|
|
57
|
+
hostname: "elasticache.us-west-2.amazonaws.com",
|
|
58
|
+
tags: [],
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
hostname: "elasticache-fips.us-west-2.amazonaws.com",
|
|
62
|
+
tags: ["fips"],
|
|
63
|
+
},
|
|
64
|
+
],
|
|
9
65
|
},
|
|
10
66
|
};
|
|
11
67
|
const partitionHash = {
|
|
@@ -30,27 +86,97 @@ const partitionHash = {
|
|
|
30
86
|
"me-south-1",
|
|
31
87
|
"sa-east-1",
|
|
32
88
|
"us-east-1",
|
|
89
|
+
"us-east-1-fips",
|
|
33
90
|
"us-east-2",
|
|
91
|
+
"us-east-2-fips",
|
|
34
92
|
"us-west-1",
|
|
93
|
+
"us-west-1-fips",
|
|
35
94
|
"us-west-2",
|
|
95
|
+
"us-west-2-fips",
|
|
96
|
+
],
|
|
97
|
+
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
98
|
+
variants: [
|
|
99
|
+
{
|
|
100
|
+
hostname: "elasticache.{region}.amazonaws.com",
|
|
101
|
+
tags: [],
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
hostname: "elasticache-fips.{region}.amazonaws.com",
|
|
105
|
+
tags: ["fips"],
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
hostname: "elasticache-fips.{region}.api.aws",
|
|
109
|
+
tags: ["dualstack", "fips"],
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
hostname: "elasticache.{region}.api.aws",
|
|
113
|
+
tags: ["dualstack"],
|
|
114
|
+
},
|
|
36
115
|
],
|
|
37
|
-
hostname: "elasticache.{region}.amazonaws.com",
|
|
38
116
|
},
|
|
39
117
|
"aws-cn": {
|
|
40
118
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
41
|
-
|
|
119
|
+
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
120
|
+
variants: [
|
|
121
|
+
{
|
|
122
|
+
hostname: "elasticache.{region}.amazonaws.com.cn",
|
|
123
|
+
tags: [],
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
hostname: "elasticache-fips.{region}.amazonaws.com.cn",
|
|
127
|
+
tags: ["fips"],
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
hostname: "elasticache-fips.{region}.api.amazonwebservices.com.cn",
|
|
131
|
+
tags: ["dualstack", "fips"],
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
hostname: "elasticache.{region}.api.amazonwebservices.com.cn",
|
|
135
|
+
tags: ["dualstack"],
|
|
136
|
+
},
|
|
137
|
+
],
|
|
42
138
|
},
|
|
43
139
|
"aws-iso": {
|
|
44
140
|
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
45
|
-
|
|
141
|
+
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
142
|
+
variants: [
|
|
143
|
+
{
|
|
144
|
+
hostname: "elasticache.{region}.c2s.ic.gov",
|
|
145
|
+
tags: [],
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
hostname: "elasticache-fips.{region}.c2s.ic.gov",
|
|
149
|
+
tags: ["fips"],
|
|
150
|
+
},
|
|
151
|
+
],
|
|
46
152
|
},
|
|
47
153
|
"aws-iso-b": {
|
|
48
154
|
regions: ["us-isob-east-1"],
|
|
49
|
-
|
|
155
|
+
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
156
|
+
variants: [
|
|
157
|
+
{
|
|
158
|
+
hostname: "elasticache.{region}.sc2s.sgov.gov",
|
|
159
|
+
tags: [],
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
hostname: "elasticache-fips.{region}.sc2s.sgov.gov",
|
|
163
|
+
tags: ["fips"],
|
|
164
|
+
},
|
|
165
|
+
],
|
|
50
166
|
},
|
|
51
167
|
"aws-us-gov": {
|
|
52
|
-
regions: ["fips", "us-gov-east-1", "us-gov-west-1"],
|
|
53
|
-
|
|
168
|
+
regions: ["fips", "us-gov-east-1", "us-gov-west-1", "us-gov-west-1-fips"],
|
|
169
|
+
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
170
|
+
variants: [
|
|
171
|
+
{
|
|
172
|
+
hostname: "elasticache.{region}.amazonaws.com",
|
|
173
|
+
tags: [],
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
hostname: "elasticache.{region}.amazonaws.com",
|
|
177
|
+
tags: ["fips"],
|
|
178
|
+
},
|
|
179
|
+
],
|
|
54
180
|
},
|
|
55
181
|
};
|
|
56
182
|
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,93 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./ElastiCacheClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./ElastiCache"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./
|
|
11
|
-
tslib_1.__exportStar(require("./commands/CopySnapshotCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/CreateCacheClusterCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/CreateCacheParameterGroupCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/CreateCacheSecurityGroupCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/CreateCacheSubnetGroupCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/CreateGlobalReplicationGroupCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/CreateReplicationGroupCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/CreateSnapshotCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/CreateUserCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/CreateUserGroupCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/DecreaseReplicaCountCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/DeleteCacheClusterCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/DeleteCacheParameterGroupCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/DeleteCacheSecurityGroupCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./commands/DeleteCacheSubnetGroupCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/DeleteGlobalReplicationGroupCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./commands/DeleteReplicationGroupCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/DeleteSnapshotCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./commands/DeleteUserCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/DeleteUserGroupCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./commands/DescribeCacheClustersCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./pagination/DescribeCacheClustersPaginator"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./waiters/waitForCacheClusterAvailable"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./waiters/waitForCacheClusterDeleted"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./commands/DescribeCacheEngineVersionsCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./pagination/DescribeCacheEngineVersionsPaginator"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./commands/DescribeCacheParameterGroupsCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./pagination/DescribeCacheParameterGroupsPaginator"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./commands/DescribeCacheParametersCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./pagination/DescribeCacheParametersPaginator"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./commands/DescribeCacheSecurityGroupsCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./pagination/DescribeCacheSecurityGroupsPaginator"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./commands/DescribeCacheSubnetGroupsCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./pagination/DescribeCacheSubnetGroupsPaginator"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./commands/DescribeEngineDefaultParametersCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./pagination/DescribeEngineDefaultParametersPaginator"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./commands/DescribeEventsCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./pagination/DescribeEventsPaginator"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./commands/DescribeGlobalReplicationGroupsCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./pagination/DescribeGlobalReplicationGroupsPaginator"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./commands/DescribeReplicationGroupsCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./pagination/DescribeReplicationGroupsPaginator"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./waiters/waitForReplicationGroupAvailable"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./waiters/waitForReplicationGroupDeleted"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./commands/DescribeReservedCacheNodesCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./pagination/DescribeReservedCacheNodesPaginator"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./commands/DescribeReservedCacheNodesOfferingsCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./pagination/DescribeReservedCacheNodesOfferingsPaginator"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./commands/DescribeServiceUpdatesCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./pagination/DescribeServiceUpdatesPaginator"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./commands/DescribeSnapshotsCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./pagination/DescribeSnapshotsPaginator"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./commands/DescribeUpdateActionsCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./pagination/DescribeUpdateActionsPaginator"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./commands/DescribeUserGroupsCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./pagination/DescribeUserGroupsPaginator"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./commands/DescribeUsersCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./pagination/DescribeUsersPaginator"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./commands/DisassociateGlobalReplicationGroupCommand"), exports);
|
|
71
|
-
tslib_1.__exportStar(require("./commands/FailoverGlobalReplicationGroupCommand"), exports);
|
|
72
|
-
tslib_1.__exportStar(require("./commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand"), exports);
|
|
73
|
-
tslib_1.__exportStar(require("./commands/IncreaseReplicaCountCommand"), exports);
|
|
74
|
-
tslib_1.__exportStar(require("./commands/ListAllowedNodeTypeModificationsCommand"), exports);
|
|
75
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
76
|
-
tslib_1.__exportStar(require("./commands/ModifyCacheClusterCommand"), exports);
|
|
77
|
-
tslib_1.__exportStar(require("./commands/ModifyCacheParameterGroupCommand"), exports);
|
|
78
|
-
tslib_1.__exportStar(require("./commands/ModifyCacheSubnetGroupCommand"), exports);
|
|
79
|
-
tslib_1.__exportStar(require("./commands/ModifyGlobalReplicationGroupCommand"), exports);
|
|
80
|
-
tslib_1.__exportStar(require("./commands/ModifyReplicationGroupCommand"), exports);
|
|
81
|
-
tslib_1.__exportStar(require("./commands/ModifyReplicationGroupShardConfigurationCommand"), exports);
|
|
82
|
-
tslib_1.__exportStar(require("./commands/ModifyUserCommand"), exports);
|
|
83
|
-
tslib_1.__exportStar(require("./commands/ModifyUserGroupCommand"), exports);
|
|
84
|
-
tslib_1.__exportStar(require("./commands/PurchaseReservedCacheNodesOfferingCommand"), exports);
|
|
85
|
-
tslib_1.__exportStar(require("./commands/RebalanceSlotsInGlobalReplicationGroupCommand"), exports);
|
|
86
|
-
tslib_1.__exportStar(require("./commands/RebootCacheClusterCommand"), exports);
|
|
87
|
-
tslib_1.__exportStar(require("./commands/RemoveTagsFromResourceCommand"), exports);
|
|
88
|
-
tslib_1.__exportStar(require("./commands/ResetCacheParameterGroupCommand"), exports);
|
|
89
|
-
tslib_1.__exportStar(require("./commands/RevokeCacheSecurityGroupIngressCommand"), exports);
|
|
90
|
-
tslib_1.__exportStar(require("./commands/StartMigrationCommand"), exports);
|
|
91
|
-
tslib_1.__exportStar(require("./commands/TestFailoverCommand"), exports);
|
|
92
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
93
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ElastiCacheClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./waiters"), exports);
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./DescribeCacheClustersPaginator"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./DescribeCacheEngineVersionsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./DescribeCacheParameterGroupsPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./DescribeCacheParametersPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./DescribeCacheSecurityGroupsPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./DescribeCacheSubnetGroupsPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./DescribeEngineDefaultParametersPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./DescribeEventsPaginator"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./DescribeGlobalReplicationGroupsPaginator"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./DescribeReplicationGroupsPaginator"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DescribeReservedCacheNodesOfferingsPaginator"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DescribeReservedCacheNodesPaginator"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DescribeServiceUpdatesPaginator"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DescribeSnapshotsPaginator"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./DescribeUpdateActionsPaginator"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./DescribeUserGroupsPaginator"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./DescribeUsersPaginator"), exports);
|
|
@@ -4,6 +4,7 @@ exports.getRuntimeConfig = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
|
+
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
7
8
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
9
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
9
10
|
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
@@ -13,7 +14,7 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
|
13
14
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
15
16
|
const getRuntimeConfig = (config) => {
|
|
16
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
17
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
17
18
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
18
19
|
return {
|
|
19
20
|
...clientSharedValues,
|
|
@@ -30,8 +31,10 @@ const getRuntimeConfig = (config) => {
|
|
|
30
31
|
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (() => Promise.resolve(middleware_retry_1.DEFAULT_RETRY_MODE)),
|
|
31
32
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
|
|
32
33
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : fetch_http_handler_1.streamCollector,
|
|
33
|
-
|
|
34
|
-
|
|
34
|
+
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
35
|
+
useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_FIPS_ENDPOINT)),
|
|
36
|
+
utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_browser_1.fromUtf8,
|
|
37
|
+
utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_browser_1.toUtf8,
|
|
35
38
|
};
|
|
36
39
|
};
|
|
37
40
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -17,7 +17,7 @@ const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
19
|
const getRuntimeConfig = (config) => {
|
|
20
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
20
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
21
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
22
22
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
23
23
|
return {
|
|
@@ -35,8 +35,10 @@ const getRuntimeConfig = (config) => {
|
|
|
35
35
|
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig(middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS),
|
|
36
36
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
|
|
37
37
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
39
|
+
useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
40
|
+
utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_node_1.fromUtf8,
|
|
41
|
+
utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_node_1.toUtf8,
|
|
40
42
|
};
|
|
41
43
|
};
|
|
42
44
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./waitForCacheClusterAvailable"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./waitForCacheClusterDeleted"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./waitForReplicationGroupAvailable"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./waitForReplicationGroupDeleted"), exports);
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
export * from "./AddTagsToResourceCommand";
|
|
2
|
+
export * from "./AuthorizeCacheSecurityGroupIngressCommand";
|
|
3
|
+
export * from "./BatchApplyUpdateActionCommand";
|
|
4
|
+
export * from "./BatchStopUpdateActionCommand";
|
|
5
|
+
export * from "./CompleteMigrationCommand";
|
|
6
|
+
export * from "./CopySnapshotCommand";
|
|
7
|
+
export * from "./CreateCacheClusterCommand";
|
|
8
|
+
export * from "./CreateCacheParameterGroupCommand";
|
|
9
|
+
export * from "./CreateCacheSecurityGroupCommand";
|
|
10
|
+
export * from "./CreateCacheSubnetGroupCommand";
|
|
11
|
+
export * from "./CreateGlobalReplicationGroupCommand";
|
|
12
|
+
export * from "./CreateReplicationGroupCommand";
|
|
13
|
+
export * from "./CreateSnapshotCommand";
|
|
14
|
+
export * from "./CreateUserCommand";
|
|
15
|
+
export * from "./CreateUserGroupCommand";
|
|
16
|
+
export * from "./DecreaseNodeGroupsInGlobalReplicationGroupCommand";
|
|
17
|
+
export * from "./DecreaseReplicaCountCommand";
|
|
18
|
+
export * from "./DeleteCacheClusterCommand";
|
|
19
|
+
export * from "./DeleteCacheParameterGroupCommand";
|
|
20
|
+
export * from "./DeleteCacheSecurityGroupCommand";
|
|
21
|
+
export * from "./DeleteCacheSubnetGroupCommand";
|
|
22
|
+
export * from "./DeleteGlobalReplicationGroupCommand";
|
|
23
|
+
export * from "./DeleteReplicationGroupCommand";
|
|
24
|
+
export * from "./DeleteSnapshotCommand";
|
|
25
|
+
export * from "./DeleteUserCommand";
|
|
26
|
+
export * from "./DeleteUserGroupCommand";
|
|
27
|
+
export * from "./DescribeCacheClustersCommand";
|
|
28
|
+
export * from "./DescribeCacheEngineVersionsCommand";
|
|
29
|
+
export * from "./DescribeCacheParameterGroupsCommand";
|
|
30
|
+
export * from "./DescribeCacheParametersCommand";
|
|
31
|
+
export * from "./DescribeCacheSecurityGroupsCommand";
|
|
32
|
+
export * from "./DescribeCacheSubnetGroupsCommand";
|
|
33
|
+
export * from "./DescribeEngineDefaultParametersCommand";
|
|
34
|
+
export * from "./DescribeEventsCommand";
|
|
35
|
+
export * from "./DescribeGlobalReplicationGroupsCommand";
|
|
36
|
+
export * from "./DescribeReplicationGroupsCommand";
|
|
37
|
+
export * from "./DescribeReservedCacheNodesCommand";
|
|
38
|
+
export * from "./DescribeReservedCacheNodesOfferingsCommand";
|
|
39
|
+
export * from "./DescribeServiceUpdatesCommand";
|
|
40
|
+
export * from "./DescribeSnapshotsCommand";
|
|
41
|
+
export * from "./DescribeUpdateActionsCommand";
|
|
42
|
+
export * from "./DescribeUserGroupsCommand";
|
|
43
|
+
export * from "./DescribeUsersCommand";
|
|
44
|
+
export * from "./DisassociateGlobalReplicationGroupCommand";
|
|
45
|
+
export * from "./FailoverGlobalReplicationGroupCommand";
|
|
46
|
+
export * from "./IncreaseNodeGroupsInGlobalReplicationGroupCommand";
|
|
47
|
+
export * from "./IncreaseReplicaCountCommand";
|
|
48
|
+
export * from "./ListAllowedNodeTypeModificationsCommand";
|
|
49
|
+
export * from "./ListTagsForResourceCommand";
|
|
50
|
+
export * from "./ModifyCacheClusterCommand";
|
|
51
|
+
export * from "./ModifyCacheParameterGroupCommand";
|
|
52
|
+
export * from "./ModifyCacheSubnetGroupCommand";
|
|
53
|
+
export * from "./ModifyGlobalReplicationGroupCommand";
|
|
54
|
+
export * from "./ModifyReplicationGroupCommand";
|
|
55
|
+
export * from "./ModifyReplicationGroupShardConfigurationCommand";
|
|
56
|
+
export * from "./ModifyUserCommand";
|
|
57
|
+
export * from "./ModifyUserGroupCommand";
|
|
58
|
+
export * from "./PurchaseReservedCacheNodesOfferingCommand";
|
|
59
|
+
export * from "./RebalanceSlotsInGlobalReplicationGroupCommand";
|
|
60
|
+
export * from "./RebootCacheClusterCommand";
|
|
61
|
+
export * from "./RemoveTagsFromResourceCommand";
|
|
62
|
+
export * from "./ResetCacheParameterGroupCommand";
|
|
63
|
+
export * from "./RevokeCacheSecurityGroupIngressCommand";
|
|
64
|
+
export * from "./StartMigrationCommand";
|
|
65
|
+
export * from "./TestFailoverCommand";
|