@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
|
@@ -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";
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: ElastiCacheClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: ElastiCacheClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: ElastiCacheClientConfig) => {
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -103,6 +103,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
103
103
|
|
|
104
104
|
logger?: __Logger;
|
|
105
105
|
|
|
106
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
107
|
+
|
|
108
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
109
|
+
|
|
106
110
|
serviceId?: string;
|
|
107
111
|
|
|
108
112
|
region?: string | __Provider<string>;
|
|
@@ -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";
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: ElastiCacheClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: ElastiCacheClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: ElastiCacheClientConfig) => {
|
|
|
16
16
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
18
|
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
serviceId: string;
|
|
20
22
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
21
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elasticache",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elasticache Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.41.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -19,43 +19,43 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-crypto/sha256-browser": "
|
|
23
|
-
"@aws-crypto/sha256-js": "
|
|
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.
|
|
22
|
+
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
|
+
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.41.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.40.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.40.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.40.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.40.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
|
+
"@aws-sdk/types": "3.40.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.40.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.40.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.40.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.40.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",
|