@aws-sdk/client-elasticache 3.37.0 → 3.38.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 +12 -0
- package/dist-cjs/commands/index.js +68 -0
- package/dist-cjs/index.js +5 -89
- package/dist-cjs/pagination/index.js +21 -0
- package/dist-cjs/waiters/index.js +7 -0
- package/dist-es/commands/index.js +65 -0
- package/dist-es/index.js +5 -89
- package/dist-es/pagination/index.js +18 -0
- package/dist-es/waiters/index.js +4 -0
- 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/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/waiters/index.d.ts +4 -0
- package/dist-types/waiters/index.d.ts +4 -0
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **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))
|
|
12
|
+
* **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))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
19
|
|
|
8
20
|
|
|
@@ -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/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);
|
|
@@ -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";
|
package/dist-es/index.js
CHANGED
|
@@ -1,90 +1,6 @@
|
|
|
1
|
-
export * from "./ElastiCacheClient";
|
|
2
1
|
export * from "./ElastiCache";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CopySnapshotCommand";
|
|
9
|
-
export * from "./commands/CreateCacheClusterCommand";
|
|
10
|
-
export * from "./commands/CreateCacheParameterGroupCommand";
|
|
11
|
-
export * from "./commands/CreateCacheSecurityGroupCommand";
|
|
12
|
-
export * from "./commands/CreateCacheSubnetGroupCommand";
|
|
13
|
-
export * from "./commands/CreateGlobalReplicationGroupCommand";
|
|
14
|
-
export * from "./commands/CreateReplicationGroupCommand";
|
|
15
|
-
export * from "./commands/CreateSnapshotCommand";
|
|
16
|
-
export * from "./commands/CreateUserCommand";
|
|
17
|
-
export * from "./commands/CreateUserGroupCommand";
|
|
18
|
-
export * from "./commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand";
|
|
19
|
-
export * from "./commands/DecreaseReplicaCountCommand";
|
|
20
|
-
export * from "./commands/DeleteCacheClusterCommand";
|
|
21
|
-
export * from "./commands/DeleteCacheParameterGroupCommand";
|
|
22
|
-
export * from "./commands/DeleteCacheSecurityGroupCommand";
|
|
23
|
-
export * from "./commands/DeleteCacheSubnetGroupCommand";
|
|
24
|
-
export * from "./commands/DeleteGlobalReplicationGroupCommand";
|
|
25
|
-
export * from "./commands/DeleteReplicationGroupCommand";
|
|
26
|
-
export * from "./commands/DeleteSnapshotCommand";
|
|
27
|
-
export * from "./commands/DeleteUserCommand";
|
|
28
|
-
export * from "./commands/DeleteUserGroupCommand";
|
|
29
|
-
export * from "./commands/DescribeCacheClustersCommand";
|
|
30
|
-
export * from "./pagination/DescribeCacheClustersPaginator";
|
|
31
|
-
export * from "./waiters/waitForCacheClusterAvailable";
|
|
32
|
-
export * from "./waiters/waitForCacheClusterDeleted";
|
|
33
|
-
export * from "./commands/DescribeCacheEngineVersionsCommand";
|
|
34
|
-
export * from "./pagination/DescribeCacheEngineVersionsPaginator";
|
|
35
|
-
export * from "./commands/DescribeCacheParameterGroupsCommand";
|
|
36
|
-
export * from "./pagination/DescribeCacheParameterGroupsPaginator";
|
|
37
|
-
export * from "./commands/DescribeCacheParametersCommand";
|
|
38
|
-
export * from "./pagination/DescribeCacheParametersPaginator";
|
|
39
|
-
export * from "./commands/DescribeCacheSecurityGroupsCommand";
|
|
40
|
-
export * from "./pagination/DescribeCacheSecurityGroupsPaginator";
|
|
41
|
-
export * from "./commands/DescribeCacheSubnetGroupsCommand";
|
|
42
|
-
export * from "./pagination/DescribeCacheSubnetGroupsPaginator";
|
|
43
|
-
export * from "./commands/DescribeEngineDefaultParametersCommand";
|
|
44
|
-
export * from "./pagination/DescribeEngineDefaultParametersPaginator";
|
|
45
|
-
export * from "./commands/DescribeEventsCommand";
|
|
46
|
-
export * from "./pagination/DescribeEventsPaginator";
|
|
47
|
-
export * from "./commands/DescribeGlobalReplicationGroupsCommand";
|
|
48
|
-
export * from "./pagination/DescribeGlobalReplicationGroupsPaginator";
|
|
49
|
-
export * from "./commands/DescribeReplicationGroupsCommand";
|
|
50
|
-
export * from "./pagination/DescribeReplicationGroupsPaginator";
|
|
51
|
-
export * from "./waiters/waitForReplicationGroupAvailable";
|
|
52
|
-
export * from "./waiters/waitForReplicationGroupDeleted";
|
|
53
|
-
export * from "./commands/DescribeReservedCacheNodesCommand";
|
|
54
|
-
export * from "./pagination/DescribeReservedCacheNodesPaginator";
|
|
55
|
-
export * from "./commands/DescribeReservedCacheNodesOfferingsCommand";
|
|
56
|
-
export * from "./pagination/DescribeReservedCacheNodesOfferingsPaginator";
|
|
57
|
-
export * from "./commands/DescribeServiceUpdatesCommand";
|
|
58
|
-
export * from "./pagination/DescribeServiceUpdatesPaginator";
|
|
59
|
-
export * from "./commands/DescribeSnapshotsCommand";
|
|
60
|
-
export * from "./pagination/DescribeSnapshotsPaginator";
|
|
61
|
-
export * from "./commands/DescribeUpdateActionsCommand";
|
|
62
|
-
export * from "./pagination/DescribeUpdateActionsPaginator";
|
|
63
|
-
export * from "./commands/DescribeUserGroupsCommand";
|
|
64
|
-
export * from "./pagination/DescribeUserGroupsPaginator";
|
|
65
|
-
export * from "./commands/DescribeUsersCommand";
|
|
66
|
-
export * from "./pagination/DescribeUsersPaginator";
|
|
67
|
-
export * from "./commands/DisassociateGlobalReplicationGroupCommand";
|
|
68
|
-
export * from "./commands/FailoverGlobalReplicationGroupCommand";
|
|
69
|
-
export * from "./commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand";
|
|
70
|
-
export * from "./commands/IncreaseReplicaCountCommand";
|
|
71
|
-
export * from "./commands/ListAllowedNodeTypeModificationsCommand";
|
|
72
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
73
|
-
export * from "./commands/ModifyCacheClusterCommand";
|
|
74
|
-
export * from "./commands/ModifyCacheParameterGroupCommand";
|
|
75
|
-
export * from "./commands/ModifyCacheSubnetGroupCommand";
|
|
76
|
-
export * from "./commands/ModifyGlobalReplicationGroupCommand";
|
|
77
|
-
export * from "./commands/ModifyReplicationGroupCommand";
|
|
78
|
-
export * from "./commands/ModifyReplicationGroupShardConfigurationCommand";
|
|
79
|
-
export * from "./commands/ModifyUserCommand";
|
|
80
|
-
export * from "./commands/ModifyUserGroupCommand";
|
|
81
|
-
export * from "./commands/PurchaseReservedCacheNodesOfferingCommand";
|
|
82
|
-
export * from "./commands/RebalanceSlotsInGlobalReplicationGroupCommand";
|
|
83
|
-
export * from "./commands/RebootCacheClusterCommand";
|
|
84
|
-
export * from "./commands/RemoveTagsFromResourceCommand";
|
|
85
|
-
export * from "./commands/ResetCacheParameterGroupCommand";
|
|
86
|
-
export * from "./commands/RevokeCacheSecurityGroupIngressCommand";
|
|
87
|
-
export * from "./commands/StartMigrationCommand";
|
|
88
|
-
export * from "./commands/TestFailoverCommand";
|
|
89
|
-
export * from "./pagination/Interfaces";
|
|
90
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ElastiCacheClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export * from "./DescribeCacheClustersPaginator";
|
|
2
|
+
export * from "./DescribeCacheEngineVersionsPaginator";
|
|
3
|
+
export * from "./DescribeCacheParameterGroupsPaginator";
|
|
4
|
+
export * from "./DescribeCacheParametersPaginator";
|
|
5
|
+
export * from "./DescribeCacheSecurityGroupsPaginator";
|
|
6
|
+
export * from "./DescribeCacheSubnetGroupsPaginator";
|
|
7
|
+
export * from "./DescribeEngineDefaultParametersPaginator";
|
|
8
|
+
export * from "./DescribeEventsPaginator";
|
|
9
|
+
export * from "./DescribeGlobalReplicationGroupsPaginator";
|
|
10
|
+
export * from "./DescribeReplicationGroupsPaginator";
|
|
11
|
+
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeReservedCacheNodesOfferingsPaginator";
|
|
13
|
+
export * from "./DescribeReservedCacheNodesPaginator";
|
|
14
|
+
export * from "./DescribeServiceUpdatesPaginator";
|
|
15
|
+
export * from "./DescribeSnapshotsPaginator";
|
|
16
|
+
export * from "./DescribeUpdateActionsPaginator";
|
|
17
|
+
export * from "./DescribeUserGroupsPaginator";
|
|
18
|
+
export * from "./DescribeUsersPaginator";
|
|
@@ -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";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,90 +1,6 @@
|
|
|
1
|
-
export * from "./ElastiCacheClient";
|
|
2
1
|
export * from "./ElastiCache";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CopySnapshotCommand";
|
|
9
|
-
export * from "./commands/CreateCacheClusterCommand";
|
|
10
|
-
export * from "./commands/CreateCacheParameterGroupCommand";
|
|
11
|
-
export * from "./commands/CreateCacheSecurityGroupCommand";
|
|
12
|
-
export * from "./commands/CreateCacheSubnetGroupCommand";
|
|
13
|
-
export * from "./commands/CreateGlobalReplicationGroupCommand";
|
|
14
|
-
export * from "./commands/CreateReplicationGroupCommand";
|
|
15
|
-
export * from "./commands/CreateSnapshotCommand";
|
|
16
|
-
export * from "./commands/CreateUserCommand";
|
|
17
|
-
export * from "./commands/CreateUserGroupCommand";
|
|
18
|
-
export * from "./commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand";
|
|
19
|
-
export * from "./commands/DecreaseReplicaCountCommand";
|
|
20
|
-
export * from "./commands/DeleteCacheClusterCommand";
|
|
21
|
-
export * from "./commands/DeleteCacheParameterGroupCommand";
|
|
22
|
-
export * from "./commands/DeleteCacheSecurityGroupCommand";
|
|
23
|
-
export * from "./commands/DeleteCacheSubnetGroupCommand";
|
|
24
|
-
export * from "./commands/DeleteGlobalReplicationGroupCommand";
|
|
25
|
-
export * from "./commands/DeleteReplicationGroupCommand";
|
|
26
|
-
export * from "./commands/DeleteSnapshotCommand";
|
|
27
|
-
export * from "./commands/DeleteUserCommand";
|
|
28
|
-
export * from "./commands/DeleteUserGroupCommand";
|
|
29
|
-
export * from "./commands/DescribeCacheClustersCommand";
|
|
30
|
-
export * from "./pagination/DescribeCacheClustersPaginator";
|
|
31
|
-
export * from "./waiters/waitForCacheClusterAvailable";
|
|
32
|
-
export * from "./waiters/waitForCacheClusterDeleted";
|
|
33
|
-
export * from "./commands/DescribeCacheEngineVersionsCommand";
|
|
34
|
-
export * from "./pagination/DescribeCacheEngineVersionsPaginator";
|
|
35
|
-
export * from "./commands/DescribeCacheParameterGroupsCommand";
|
|
36
|
-
export * from "./pagination/DescribeCacheParameterGroupsPaginator";
|
|
37
|
-
export * from "./commands/DescribeCacheParametersCommand";
|
|
38
|
-
export * from "./pagination/DescribeCacheParametersPaginator";
|
|
39
|
-
export * from "./commands/DescribeCacheSecurityGroupsCommand";
|
|
40
|
-
export * from "./pagination/DescribeCacheSecurityGroupsPaginator";
|
|
41
|
-
export * from "./commands/DescribeCacheSubnetGroupsCommand";
|
|
42
|
-
export * from "./pagination/DescribeCacheSubnetGroupsPaginator";
|
|
43
|
-
export * from "./commands/DescribeEngineDefaultParametersCommand";
|
|
44
|
-
export * from "./pagination/DescribeEngineDefaultParametersPaginator";
|
|
45
|
-
export * from "./commands/DescribeEventsCommand";
|
|
46
|
-
export * from "./pagination/DescribeEventsPaginator";
|
|
47
|
-
export * from "./commands/DescribeGlobalReplicationGroupsCommand";
|
|
48
|
-
export * from "./pagination/DescribeGlobalReplicationGroupsPaginator";
|
|
49
|
-
export * from "./commands/DescribeReplicationGroupsCommand";
|
|
50
|
-
export * from "./pagination/DescribeReplicationGroupsPaginator";
|
|
51
|
-
export * from "./waiters/waitForReplicationGroupAvailable";
|
|
52
|
-
export * from "./waiters/waitForReplicationGroupDeleted";
|
|
53
|
-
export * from "./commands/DescribeReservedCacheNodesCommand";
|
|
54
|
-
export * from "./pagination/DescribeReservedCacheNodesPaginator";
|
|
55
|
-
export * from "./commands/DescribeReservedCacheNodesOfferingsCommand";
|
|
56
|
-
export * from "./pagination/DescribeReservedCacheNodesOfferingsPaginator";
|
|
57
|
-
export * from "./commands/DescribeServiceUpdatesCommand";
|
|
58
|
-
export * from "./pagination/DescribeServiceUpdatesPaginator";
|
|
59
|
-
export * from "./commands/DescribeSnapshotsCommand";
|
|
60
|
-
export * from "./pagination/DescribeSnapshotsPaginator";
|
|
61
|
-
export * from "./commands/DescribeUpdateActionsCommand";
|
|
62
|
-
export * from "./pagination/DescribeUpdateActionsPaginator";
|
|
63
|
-
export * from "./commands/DescribeUserGroupsCommand";
|
|
64
|
-
export * from "./pagination/DescribeUserGroupsPaginator";
|
|
65
|
-
export * from "./commands/DescribeUsersCommand";
|
|
66
|
-
export * from "./pagination/DescribeUsersPaginator";
|
|
67
|
-
export * from "./commands/DisassociateGlobalReplicationGroupCommand";
|
|
68
|
-
export * from "./commands/FailoverGlobalReplicationGroupCommand";
|
|
69
|
-
export * from "./commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand";
|
|
70
|
-
export * from "./commands/IncreaseReplicaCountCommand";
|
|
71
|
-
export * from "./commands/ListAllowedNodeTypeModificationsCommand";
|
|
72
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
73
|
-
export * from "./commands/ModifyCacheClusterCommand";
|
|
74
|
-
export * from "./commands/ModifyCacheParameterGroupCommand";
|
|
75
|
-
export * from "./commands/ModifyCacheSubnetGroupCommand";
|
|
76
|
-
export * from "./commands/ModifyGlobalReplicationGroupCommand";
|
|
77
|
-
export * from "./commands/ModifyReplicationGroupCommand";
|
|
78
|
-
export * from "./commands/ModifyReplicationGroupShardConfigurationCommand";
|
|
79
|
-
export * from "./commands/ModifyUserCommand";
|
|
80
|
-
export * from "./commands/ModifyUserGroupCommand";
|
|
81
|
-
export * from "./commands/PurchaseReservedCacheNodesOfferingCommand";
|
|
82
|
-
export * from "./commands/RebalanceSlotsInGlobalReplicationGroupCommand";
|
|
83
|
-
export * from "./commands/RebootCacheClusterCommand";
|
|
84
|
-
export * from "./commands/RemoveTagsFromResourceCommand";
|
|
85
|
-
export * from "./commands/ResetCacheParameterGroupCommand";
|
|
86
|
-
export * from "./commands/RevokeCacheSecurityGroupIngressCommand";
|
|
87
|
-
export * from "./commands/StartMigrationCommand";
|
|
88
|
-
export * from "./commands/TestFailoverCommand";
|
|
89
|
-
export * from "./pagination/Interfaces";
|
|
90
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ElastiCacheClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export * from "./DescribeCacheClustersPaginator";
|
|
2
|
+
export * from "./DescribeCacheEngineVersionsPaginator";
|
|
3
|
+
export * from "./DescribeCacheParameterGroupsPaginator";
|
|
4
|
+
export * from "./DescribeCacheParametersPaginator";
|
|
5
|
+
export * from "./DescribeCacheSecurityGroupsPaginator";
|
|
6
|
+
export * from "./DescribeCacheSubnetGroupsPaginator";
|
|
7
|
+
export * from "./DescribeEngineDefaultParametersPaginator";
|
|
8
|
+
export * from "./DescribeEventsPaginator";
|
|
9
|
+
export * from "./DescribeGlobalReplicationGroupsPaginator";
|
|
10
|
+
export * from "./DescribeReplicationGroupsPaginator";
|
|
11
|
+
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeReservedCacheNodesOfferingsPaginator";
|
|
13
|
+
export * from "./DescribeReservedCacheNodesPaginator";
|
|
14
|
+
export * from "./DescribeServiceUpdatesPaginator";
|
|
15
|
+
export * from "./DescribeSnapshotsPaginator";
|
|
16
|
+
export * from "./DescribeUpdateActionsPaginator";
|
|
17
|
+
export * from "./DescribeUserGroupsPaginator";
|
|
18
|
+
export * from "./DescribeUsersPaginator";
|
|
@@ -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";
|
|
@@ -1,90 +1,6 @@
|
|
|
1
|
-
export * from "./ElastiCacheClient";
|
|
2
1
|
export * from "./ElastiCache";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CopySnapshotCommand";
|
|
9
|
-
export * from "./commands/CreateCacheClusterCommand";
|
|
10
|
-
export * from "./commands/CreateCacheParameterGroupCommand";
|
|
11
|
-
export * from "./commands/CreateCacheSecurityGroupCommand";
|
|
12
|
-
export * from "./commands/CreateCacheSubnetGroupCommand";
|
|
13
|
-
export * from "./commands/CreateGlobalReplicationGroupCommand";
|
|
14
|
-
export * from "./commands/CreateReplicationGroupCommand";
|
|
15
|
-
export * from "./commands/CreateSnapshotCommand";
|
|
16
|
-
export * from "./commands/CreateUserCommand";
|
|
17
|
-
export * from "./commands/CreateUserGroupCommand";
|
|
18
|
-
export * from "./commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand";
|
|
19
|
-
export * from "./commands/DecreaseReplicaCountCommand";
|
|
20
|
-
export * from "./commands/DeleteCacheClusterCommand";
|
|
21
|
-
export * from "./commands/DeleteCacheParameterGroupCommand";
|
|
22
|
-
export * from "./commands/DeleteCacheSecurityGroupCommand";
|
|
23
|
-
export * from "./commands/DeleteCacheSubnetGroupCommand";
|
|
24
|
-
export * from "./commands/DeleteGlobalReplicationGroupCommand";
|
|
25
|
-
export * from "./commands/DeleteReplicationGroupCommand";
|
|
26
|
-
export * from "./commands/DeleteSnapshotCommand";
|
|
27
|
-
export * from "./commands/DeleteUserCommand";
|
|
28
|
-
export * from "./commands/DeleteUserGroupCommand";
|
|
29
|
-
export * from "./commands/DescribeCacheClustersCommand";
|
|
30
|
-
export * from "./pagination/DescribeCacheClustersPaginator";
|
|
31
|
-
export * from "./waiters/waitForCacheClusterAvailable";
|
|
32
|
-
export * from "./waiters/waitForCacheClusterDeleted";
|
|
33
|
-
export * from "./commands/DescribeCacheEngineVersionsCommand";
|
|
34
|
-
export * from "./pagination/DescribeCacheEngineVersionsPaginator";
|
|
35
|
-
export * from "./commands/DescribeCacheParameterGroupsCommand";
|
|
36
|
-
export * from "./pagination/DescribeCacheParameterGroupsPaginator";
|
|
37
|
-
export * from "./commands/DescribeCacheParametersCommand";
|
|
38
|
-
export * from "./pagination/DescribeCacheParametersPaginator";
|
|
39
|
-
export * from "./commands/DescribeCacheSecurityGroupsCommand";
|
|
40
|
-
export * from "./pagination/DescribeCacheSecurityGroupsPaginator";
|
|
41
|
-
export * from "./commands/DescribeCacheSubnetGroupsCommand";
|
|
42
|
-
export * from "./pagination/DescribeCacheSubnetGroupsPaginator";
|
|
43
|
-
export * from "./commands/DescribeEngineDefaultParametersCommand";
|
|
44
|
-
export * from "./pagination/DescribeEngineDefaultParametersPaginator";
|
|
45
|
-
export * from "./commands/DescribeEventsCommand";
|
|
46
|
-
export * from "./pagination/DescribeEventsPaginator";
|
|
47
|
-
export * from "./commands/DescribeGlobalReplicationGroupsCommand";
|
|
48
|
-
export * from "./pagination/DescribeGlobalReplicationGroupsPaginator";
|
|
49
|
-
export * from "./commands/DescribeReplicationGroupsCommand";
|
|
50
|
-
export * from "./pagination/DescribeReplicationGroupsPaginator";
|
|
51
|
-
export * from "./waiters/waitForReplicationGroupAvailable";
|
|
52
|
-
export * from "./waiters/waitForReplicationGroupDeleted";
|
|
53
|
-
export * from "./commands/DescribeReservedCacheNodesCommand";
|
|
54
|
-
export * from "./pagination/DescribeReservedCacheNodesPaginator";
|
|
55
|
-
export * from "./commands/DescribeReservedCacheNodesOfferingsCommand";
|
|
56
|
-
export * from "./pagination/DescribeReservedCacheNodesOfferingsPaginator";
|
|
57
|
-
export * from "./commands/DescribeServiceUpdatesCommand";
|
|
58
|
-
export * from "./pagination/DescribeServiceUpdatesPaginator";
|
|
59
|
-
export * from "./commands/DescribeSnapshotsCommand";
|
|
60
|
-
export * from "./pagination/DescribeSnapshotsPaginator";
|
|
61
|
-
export * from "./commands/DescribeUpdateActionsCommand";
|
|
62
|
-
export * from "./pagination/DescribeUpdateActionsPaginator";
|
|
63
|
-
export * from "./commands/DescribeUserGroupsCommand";
|
|
64
|
-
export * from "./pagination/DescribeUserGroupsPaginator";
|
|
65
|
-
export * from "./commands/DescribeUsersCommand";
|
|
66
|
-
export * from "./pagination/DescribeUsersPaginator";
|
|
67
|
-
export * from "./commands/DisassociateGlobalReplicationGroupCommand";
|
|
68
|
-
export * from "./commands/FailoverGlobalReplicationGroupCommand";
|
|
69
|
-
export * from "./commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand";
|
|
70
|
-
export * from "./commands/IncreaseReplicaCountCommand";
|
|
71
|
-
export * from "./commands/ListAllowedNodeTypeModificationsCommand";
|
|
72
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
73
|
-
export * from "./commands/ModifyCacheClusterCommand";
|
|
74
|
-
export * from "./commands/ModifyCacheParameterGroupCommand";
|
|
75
|
-
export * from "./commands/ModifyCacheSubnetGroupCommand";
|
|
76
|
-
export * from "./commands/ModifyGlobalReplicationGroupCommand";
|
|
77
|
-
export * from "./commands/ModifyReplicationGroupCommand";
|
|
78
|
-
export * from "./commands/ModifyReplicationGroupShardConfigurationCommand";
|
|
79
|
-
export * from "./commands/ModifyUserCommand";
|
|
80
|
-
export * from "./commands/ModifyUserGroupCommand";
|
|
81
|
-
export * from "./commands/PurchaseReservedCacheNodesOfferingCommand";
|
|
82
|
-
export * from "./commands/RebalanceSlotsInGlobalReplicationGroupCommand";
|
|
83
|
-
export * from "./commands/RebootCacheClusterCommand";
|
|
84
|
-
export * from "./commands/RemoveTagsFromResourceCommand";
|
|
85
|
-
export * from "./commands/ResetCacheParameterGroupCommand";
|
|
86
|
-
export * from "./commands/RevokeCacheSecurityGroupIngressCommand";
|
|
87
|
-
export * from "./commands/StartMigrationCommand";
|
|
88
|
-
export * from "./commands/TestFailoverCommand";
|
|
89
|
-
export * from "./pagination/Interfaces";
|
|
90
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ElastiCacheClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export * from "./DescribeCacheClustersPaginator";
|
|
2
|
+
export * from "./DescribeCacheEngineVersionsPaginator";
|
|
3
|
+
export * from "./DescribeCacheParameterGroupsPaginator";
|
|
4
|
+
export * from "./DescribeCacheParametersPaginator";
|
|
5
|
+
export * from "./DescribeCacheSecurityGroupsPaginator";
|
|
6
|
+
export * from "./DescribeCacheSubnetGroupsPaginator";
|
|
7
|
+
export * from "./DescribeEngineDefaultParametersPaginator";
|
|
8
|
+
export * from "./DescribeEventsPaginator";
|
|
9
|
+
export * from "./DescribeGlobalReplicationGroupsPaginator";
|
|
10
|
+
export * from "./DescribeReplicationGroupsPaginator";
|
|
11
|
+
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeReservedCacheNodesOfferingsPaginator";
|
|
13
|
+
export * from "./DescribeReservedCacheNodesPaginator";
|
|
14
|
+
export * from "./DescribeServiceUpdatesPaginator";
|
|
15
|
+
export * from "./DescribeSnapshotsPaginator";
|
|
16
|
+
export * from "./DescribeUpdateActionsPaginator";
|
|
17
|
+
export * from "./DescribeUserGroupsPaginator";
|
|
18
|
+
export * from "./DescribeUsersPaginator";
|
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.38.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,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.38.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.38.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.38.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.38.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.38.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.38.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.38.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.38.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.38.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.38.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.38.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.38.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.38.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.38.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.38.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.38.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.38.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.38.0",
|
|
42
|
+
"@aws-sdk/types": "3.38.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.38.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.38.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.38.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
|
-
"@aws-sdk/util-waiter": "3.
|
|
52
|
+
"@aws-sdk/util-waiter": "3.38.0",
|
|
53
53
|
"entities": "2.2.0",
|
|
54
54
|
"fast-xml-parser": "3.19.0",
|
|
55
55
|
"tslib": "^2.3.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
59
59
|
"@types/node": "^12.7.5",
|
|
60
60
|
"downlevel-dts": "0.7.0",
|
|
61
61
|
"jest": "^26.1.0",
|