@aws-sdk/client-elasticache 3.975.0 → 3.980.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/dist-cjs/index.js +111 -84
- package/dist-es/ElastiCache.js +51 -1
- package/dist-types/ElastiCache.d.ts +159 -1
- package/dist-types/ts3.4/ElastiCache.d.ts +176 -1
- package/package.json +18 -18
package/dist-cjs/index.js
CHANGED
|
@@ -4621,87 +4621,6 @@ class TestMigrationCommand extends smithyClient.Command
|
|
|
4621
4621
|
.build() {
|
|
4622
4622
|
}
|
|
4623
4623
|
|
|
4624
|
-
const commands = {
|
|
4625
|
-
AddTagsToResourceCommand,
|
|
4626
|
-
AuthorizeCacheSecurityGroupIngressCommand,
|
|
4627
|
-
BatchApplyUpdateActionCommand,
|
|
4628
|
-
BatchStopUpdateActionCommand,
|
|
4629
|
-
CompleteMigrationCommand,
|
|
4630
|
-
CopyServerlessCacheSnapshotCommand,
|
|
4631
|
-
CopySnapshotCommand,
|
|
4632
|
-
CreateCacheClusterCommand,
|
|
4633
|
-
CreateCacheParameterGroupCommand,
|
|
4634
|
-
CreateCacheSecurityGroupCommand,
|
|
4635
|
-
CreateCacheSubnetGroupCommand,
|
|
4636
|
-
CreateGlobalReplicationGroupCommand,
|
|
4637
|
-
CreateReplicationGroupCommand,
|
|
4638
|
-
CreateServerlessCacheCommand,
|
|
4639
|
-
CreateServerlessCacheSnapshotCommand,
|
|
4640
|
-
CreateSnapshotCommand,
|
|
4641
|
-
CreateUserCommand,
|
|
4642
|
-
CreateUserGroupCommand,
|
|
4643
|
-
DecreaseNodeGroupsInGlobalReplicationGroupCommand,
|
|
4644
|
-
DecreaseReplicaCountCommand,
|
|
4645
|
-
DeleteCacheClusterCommand,
|
|
4646
|
-
DeleteCacheParameterGroupCommand,
|
|
4647
|
-
DeleteCacheSecurityGroupCommand,
|
|
4648
|
-
DeleteCacheSubnetGroupCommand,
|
|
4649
|
-
DeleteGlobalReplicationGroupCommand,
|
|
4650
|
-
DeleteReplicationGroupCommand,
|
|
4651
|
-
DeleteServerlessCacheCommand,
|
|
4652
|
-
DeleteServerlessCacheSnapshotCommand,
|
|
4653
|
-
DeleteSnapshotCommand,
|
|
4654
|
-
DeleteUserCommand,
|
|
4655
|
-
DeleteUserGroupCommand,
|
|
4656
|
-
DescribeCacheClustersCommand,
|
|
4657
|
-
DescribeCacheEngineVersionsCommand,
|
|
4658
|
-
DescribeCacheParameterGroupsCommand,
|
|
4659
|
-
DescribeCacheParametersCommand,
|
|
4660
|
-
DescribeCacheSecurityGroupsCommand,
|
|
4661
|
-
DescribeCacheSubnetGroupsCommand,
|
|
4662
|
-
DescribeEngineDefaultParametersCommand,
|
|
4663
|
-
DescribeEventsCommand,
|
|
4664
|
-
DescribeGlobalReplicationGroupsCommand,
|
|
4665
|
-
DescribeReplicationGroupsCommand,
|
|
4666
|
-
DescribeReservedCacheNodesCommand,
|
|
4667
|
-
DescribeReservedCacheNodesOfferingsCommand,
|
|
4668
|
-
DescribeServerlessCachesCommand,
|
|
4669
|
-
DescribeServerlessCacheSnapshotsCommand,
|
|
4670
|
-
DescribeServiceUpdatesCommand,
|
|
4671
|
-
DescribeSnapshotsCommand,
|
|
4672
|
-
DescribeUpdateActionsCommand,
|
|
4673
|
-
DescribeUserGroupsCommand,
|
|
4674
|
-
DescribeUsersCommand,
|
|
4675
|
-
DisassociateGlobalReplicationGroupCommand,
|
|
4676
|
-
ExportServerlessCacheSnapshotCommand,
|
|
4677
|
-
FailoverGlobalReplicationGroupCommand,
|
|
4678
|
-
IncreaseNodeGroupsInGlobalReplicationGroupCommand,
|
|
4679
|
-
IncreaseReplicaCountCommand,
|
|
4680
|
-
ListAllowedNodeTypeModificationsCommand,
|
|
4681
|
-
ListTagsForResourceCommand,
|
|
4682
|
-
ModifyCacheClusterCommand,
|
|
4683
|
-
ModifyCacheParameterGroupCommand,
|
|
4684
|
-
ModifyCacheSubnetGroupCommand,
|
|
4685
|
-
ModifyGlobalReplicationGroupCommand,
|
|
4686
|
-
ModifyReplicationGroupCommand,
|
|
4687
|
-
ModifyReplicationGroupShardConfigurationCommand,
|
|
4688
|
-
ModifyServerlessCacheCommand,
|
|
4689
|
-
ModifyUserCommand,
|
|
4690
|
-
ModifyUserGroupCommand,
|
|
4691
|
-
PurchaseReservedCacheNodesOfferingCommand,
|
|
4692
|
-
RebalanceSlotsInGlobalReplicationGroupCommand,
|
|
4693
|
-
RebootCacheClusterCommand,
|
|
4694
|
-
RemoveTagsFromResourceCommand,
|
|
4695
|
-
ResetCacheParameterGroupCommand,
|
|
4696
|
-
RevokeCacheSecurityGroupIngressCommand,
|
|
4697
|
-
StartMigrationCommand,
|
|
4698
|
-
TestFailoverCommand,
|
|
4699
|
-
TestMigrationCommand,
|
|
4700
|
-
};
|
|
4701
|
-
class ElastiCache extends ElastiCacheClient {
|
|
4702
|
-
}
|
|
4703
|
-
smithyClient.createAggregatedClient(commands, ElastiCache);
|
|
4704
|
-
|
|
4705
4624
|
const paginateDescribeCacheClusters = core.createPaginator(ElastiCacheClient, DescribeCacheClustersCommand, "Marker", "Marker", "MaxRecords");
|
|
4706
4625
|
|
|
4707
4626
|
const paginateDescribeCacheEngineVersions = core.createPaginator(ElastiCacheClient, DescribeCacheEngineVersionsCommand, "Marker", "Marker", "MaxRecords");
|
|
@@ -4722,14 +4641,14 @@ const paginateDescribeGlobalReplicationGroups = core.createPaginator(ElastiCache
|
|
|
4722
4641
|
|
|
4723
4642
|
const paginateDescribeReplicationGroups = core.createPaginator(ElastiCacheClient, DescribeReplicationGroupsCommand, "Marker", "Marker", "MaxRecords");
|
|
4724
4643
|
|
|
4725
|
-
const paginateDescribeReservedCacheNodes = core.createPaginator(ElastiCacheClient, DescribeReservedCacheNodesCommand, "Marker", "Marker", "MaxRecords");
|
|
4726
|
-
|
|
4727
4644
|
const paginateDescribeReservedCacheNodesOfferings = core.createPaginator(ElastiCacheClient, DescribeReservedCacheNodesOfferingsCommand, "Marker", "Marker", "MaxRecords");
|
|
4728
4645
|
|
|
4729
|
-
const
|
|
4646
|
+
const paginateDescribeReservedCacheNodes = core.createPaginator(ElastiCacheClient, DescribeReservedCacheNodesCommand, "Marker", "Marker", "MaxRecords");
|
|
4730
4647
|
|
|
4731
4648
|
const paginateDescribeServerlessCacheSnapshots = core.createPaginator(ElastiCacheClient, DescribeServerlessCacheSnapshotsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4732
4649
|
|
|
4650
|
+
const paginateDescribeServerlessCaches = core.createPaginator(ElastiCacheClient, DescribeServerlessCachesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4651
|
+
|
|
4733
4652
|
const paginateDescribeServiceUpdates = core.createPaginator(ElastiCacheClient, DescribeServiceUpdatesCommand, "Marker", "Marker", "MaxRecords");
|
|
4734
4653
|
|
|
4735
4654
|
const paginateDescribeSnapshots = core.createPaginator(ElastiCacheClient, DescribeSnapshotsCommand, "Marker", "Marker", "MaxRecords");
|
|
@@ -5078,6 +4997,114 @@ const waitUntilReplicationGroupDeleted = async (params, input) => {
|
|
|
5078
4997
|
return utilWaiter.checkExceptions(result);
|
|
5079
4998
|
};
|
|
5080
4999
|
|
|
5000
|
+
const commands = {
|
|
5001
|
+
AddTagsToResourceCommand,
|
|
5002
|
+
AuthorizeCacheSecurityGroupIngressCommand,
|
|
5003
|
+
BatchApplyUpdateActionCommand,
|
|
5004
|
+
BatchStopUpdateActionCommand,
|
|
5005
|
+
CompleteMigrationCommand,
|
|
5006
|
+
CopyServerlessCacheSnapshotCommand,
|
|
5007
|
+
CopySnapshotCommand,
|
|
5008
|
+
CreateCacheClusterCommand,
|
|
5009
|
+
CreateCacheParameterGroupCommand,
|
|
5010
|
+
CreateCacheSecurityGroupCommand,
|
|
5011
|
+
CreateCacheSubnetGroupCommand,
|
|
5012
|
+
CreateGlobalReplicationGroupCommand,
|
|
5013
|
+
CreateReplicationGroupCommand,
|
|
5014
|
+
CreateServerlessCacheCommand,
|
|
5015
|
+
CreateServerlessCacheSnapshotCommand,
|
|
5016
|
+
CreateSnapshotCommand,
|
|
5017
|
+
CreateUserCommand,
|
|
5018
|
+
CreateUserGroupCommand,
|
|
5019
|
+
DecreaseNodeGroupsInGlobalReplicationGroupCommand,
|
|
5020
|
+
DecreaseReplicaCountCommand,
|
|
5021
|
+
DeleteCacheClusterCommand,
|
|
5022
|
+
DeleteCacheParameterGroupCommand,
|
|
5023
|
+
DeleteCacheSecurityGroupCommand,
|
|
5024
|
+
DeleteCacheSubnetGroupCommand,
|
|
5025
|
+
DeleteGlobalReplicationGroupCommand,
|
|
5026
|
+
DeleteReplicationGroupCommand,
|
|
5027
|
+
DeleteServerlessCacheCommand,
|
|
5028
|
+
DeleteServerlessCacheSnapshotCommand,
|
|
5029
|
+
DeleteSnapshotCommand,
|
|
5030
|
+
DeleteUserCommand,
|
|
5031
|
+
DeleteUserGroupCommand,
|
|
5032
|
+
DescribeCacheClustersCommand,
|
|
5033
|
+
DescribeCacheEngineVersionsCommand,
|
|
5034
|
+
DescribeCacheParameterGroupsCommand,
|
|
5035
|
+
DescribeCacheParametersCommand,
|
|
5036
|
+
DescribeCacheSecurityGroupsCommand,
|
|
5037
|
+
DescribeCacheSubnetGroupsCommand,
|
|
5038
|
+
DescribeEngineDefaultParametersCommand,
|
|
5039
|
+
DescribeEventsCommand,
|
|
5040
|
+
DescribeGlobalReplicationGroupsCommand,
|
|
5041
|
+
DescribeReplicationGroupsCommand,
|
|
5042
|
+
DescribeReservedCacheNodesCommand,
|
|
5043
|
+
DescribeReservedCacheNodesOfferingsCommand,
|
|
5044
|
+
DescribeServerlessCachesCommand,
|
|
5045
|
+
DescribeServerlessCacheSnapshotsCommand,
|
|
5046
|
+
DescribeServiceUpdatesCommand,
|
|
5047
|
+
DescribeSnapshotsCommand,
|
|
5048
|
+
DescribeUpdateActionsCommand,
|
|
5049
|
+
DescribeUserGroupsCommand,
|
|
5050
|
+
DescribeUsersCommand,
|
|
5051
|
+
DisassociateGlobalReplicationGroupCommand,
|
|
5052
|
+
ExportServerlessCacheSnapshotCommand,
|
|
5053
|
+
FailoverGlobalReplicationGroupCommand,
|
|
5054
|
+
IncreaseNodeGroupsInGlobalReplicationGroupCommand,
|
|
5055
|
+
IncreaseReplicaCountCommand,
|
|
5056
|
+
ListAllowedNodeTypeModificationsCommand,
|
|
5057
|
+
ListTagsForResourceCommand,
|
|
5058
|
+
ModifyCacheClusterCommand,
|
|
5059
|
+
ModifyCacheParameterGroupCommand,
|
|
5060
|
+
ModifyCacheSubnetGroupCommand,
|
|
5061
|
+
ModifyGlobalReplicationGroupCommand,
|
|
5062
|
+
ModifyReplicationGroupCommand,
|
|
5063
|
+
ModifyReplicationGroupShardConfigurationCommand,
|
|
5064
|
+
ModifyServerlessCacheCommand,
|
|
5065
|
+
ModifyUserCommand,
|
|
5066
|
+
ModifyUserGroupCommand,
|
|
5067
|
+
PurchaseReservedCacheNodesOfferingCommand,
|
|
5068
|
+
RebalanceSlotsInGlobalReplicationGroupCommand,
|
|
5069
|
+
RebootCacheClusterCommand,
|
|
5070
|
+
RemoveTagsFromResourceCommand,
|
|
5071
|
+
ResetCacheParameterGroupCommand,
|
|
5072
|
+
RevokeCacheSecurityGroupIngressCommand,
|
|
5073
|
+
StartMigrationCommand,
|
|
5074
|
+
TestFailoverCommand,
|
|
5075
|
+
TestMigrationCommand,
|
|
5076
|
+
};
|
|
5077
|
+
const paginators = {
|
|
5078
|
+
paginateDescribeCacheClusters,
|
|
5079
|
+
paginateDescribeCacheEngineVersions,
|
|
5080
|
+
paginateDescribeCacheParameterGroups,
|
|
5081
|
+
paginateDescribeCacheParameters,
|
|
5082
|
+
paginateDescribeCacheSecurityGroups,
|
|
5083
|
+
paginateDescribeCacheSubnetGroups,
|
|
5084
|
+
paginateDescribeEngineDefaultParameters,
|
|
5085
|
+
paginateDescribeEvents,
|
|
5086
|
+
paginateDescribeGlobalReplicationGroups,
|
|
5087
|
+
paginateDescribeReplicationGroups,
|
|
5088
|
+
paginateDescribeReservedCacheNodes,
|
|
5089
|
+
paginateDescribeReservedCacheNodesOfferings,
|
|
5090
|
+
paginateDescribeServerlessCaches,
|
|
5091
|
+
paginateDescribeServerlessCacheSnapshots,
|
|
5092
|
+
paginateDescribeServiceUpdates,
|
|
5093
|
+
paginateDescribeSnapshots,
|
|
5094
|
+
paginateDescribeUpdateActions,
|
|
5095
|
+
paginateDescribeUserGroups,
|
|
5096
|
+
paginateDescribeUsers,
|
|
5097
|
+
};
|
|
5098
|
+
const waiters = {
|
|
5099
|
+
waitUntilCacheClusterAvailable,
|
|
5100
|
+
waitUntilCacheClusterDeleted,
|
|
5101
|
+
waitUntilReplicationGroupAvailable,
|
|
5102
|
+
waitUntilReplicationGroupDeleted,
|
|
5103
|
+
};
|
|
5104
|
+
class ElastiCache extends ElastiCacheClient {
|
|
5105
|
+
}
|
|
5106
|
+
smithyClient.createAggregatedClient(commands, ElastiCache, { paginators, waiters });
|
|
5107
|
+
|
|
5081
5108
|
const UpdateActionStatus = {
|
|
5082
5109
|
COMPLETE: "complete",
|
|
5083
5110
|
IN_PROGRESS: "in-progress",
|
package/dist-es/ElastiCache.js
CHANGED
|
@@ -75,6 +75,29 @@ import { StartMigrationCommand, } from "./commands/StartMigrationCommand";
|
|
|
75
75
|
import { TestFailoverCommand, } from "./commands/TestFailoverCommand";
|
|
76
76
|
import { TestMigrationCommand, } from "./commands/TestMigrationCommand";
|
|
77
77
|
import { ElastiCacheClient } from "./ElastiCacheClient";
|
|
78
|
+
import { paginateDescribeCacheClusters } from "./pagination/DescribeCacheClustersPaginator";
|
|
79
|
+
import { paginateDescribeCacheEngineVersions } from "./pagination/DescribeCacheEngineVersionsPaginator";
|
|
80
|
+
import { paginateDescribeCacheParameterGroups } from "./pagination/DescribeCacheParameterGroupsPaginator";
|
|
81
|
+
import { paginateDescribeCacheParameters } from "./pagination/DescribeCacheParametersPaginator";
|
|
82
|
+
import { paginateDescribeCacheSecurityGroups } from "./pagination/DescribeCacheSecurityGroupsPaginator";
|
|
83
|
+
import { paginateDescribeCacheSubnetGroups } from "./pagination/DescribeCacheSubnetGroupsPaginator";
|
|
84
|
+
import { paginateDescribeEngineDefaultParameters } from "./pagination/DescribeEngineDefaultParametersPaginator";
|
|
85
|
+
import { paginateDescribeEvents } from "./pagination/DescribeEventsPaginator";
|
|
86
|
+
import { paginateDescribeGlobalReplicationGroups } from "./pagination/DescribeGlobalReplicationGroupsPaginator";
|
|
87
|
+
import { paginateDescribeReplicationGroups } from "./pagination/DescribeReplicationGroupsPaginator";
|
|
88
|
+
import { paginateDescribeReservedCacheNodesOfferings } from "./pagination/DescribeReservedCacheNodesOfferingsPaginator";
|
|
89
|
+
import { paginateDescribeReservedCacheNodes } from "./pagination/DescribeReservedCacheNodesPaginator";
|
|
90
|
+
import { paginateDescribeServerlessCacheSnapshots } from "./pagination/DescribeServerlessCacheSnapshotsPaginator";
|
|
91
|
+
import { paginateDescribeServerlessCaches } from "./pagination/DescribeServerlessCachesPaginator";
|
|
92
|
+
import { paginateDescribeServiceUpdates } from "./pagination/DescribeServiceUpdatesPaginator";
|
|
93
|
+
import { paginateDescribeSnapshots } from "./pagination/DescribeSnapshotsPaginator";
|
|
94
|
+
import { paginateDescribeUpdateActions } from "./pagination/DescribeUpdateActionsPaginator";
|
|
95
|
+
import { paginateDescribeUserGroups } from "./pagination/DescribeUserGroupsPaginator";
|
|
96
|
+
import { paginateDescribeUsers } from "./pagination/DescribeUsersPaginator";
|
|
97
|
+
import { waitUntilCacheClusterAvailable } from "./waiters/waitForCacheClusterAvailable";
|
|
98
|
+
import { waitUntilCacheClusterDeleted } from "./waiters/waitForCacheClusterDeleted";
|
|
99
|
+
import { waitUntilReplicationGroupAvailable } from "./waiters/waitForReplicationGroupAvailable";
|
|
100
|
+
import { waitUntilReplicationGroupDeleted } from "./waiters/waitForReplicationGroupDeleted";
|
|
78
101
|
const commands = {
|
|
79
102
|
AddTagsToResourceCommand,
|
|
80
103
|
AuthorizeCacheSecurityGroupIngressCommand,
|
|
@@ -152,6 +175,33 @@ const commands = {
|
|
|
152
175
|
TestFailoverCommand,
|
|
153
176
|
TestMigrationCommand,
|
|
154
177
|
};
|
|
178
|
+
const paginators = {
|
|
179
|
+
paginateDescribeCacheClusters,
|
|
180
|
+
paginateDescribeCacheEngineVersions,
|
|
181
|
+
paginateDescribeCacheParameterGroups,
|
|
182
|
+
paginateDescribeCacheParameters,
|
|
183
|
+
paginateDescribeCacheSecurityGroups,
|
|
184
|
+
paginateDescribeCacheSubnetGroups,
|
|
185
|
+
paginateDescribeEngineDefaultParameters,
|
|
186
|
+
paginateDescribeEvents,
|
|
187
|
+
paginateDescribeGlobalReplicationGroups,
|
|
188
|
+
paginateDescribeReplicationGroups,
|
|
189
|
+
paginateDescribeReservedCacheNodes,
|
|
190
|
+
paginateDescribeReservedCacheNodesOfferings,
|
|
191
|
+
paginateDescribeServerlessCaches,
|
|
192
|
+
paginateDescribeServerlessCacheSnapshots,
|
|
193
|
+
paginateDescribeServiceUpdates,
|
|
194
|
+
paginateDescribeSnapshots,
|
|
195
|
+
paginateDescribeUpdateActions,
|
|
196
|
+
paginateDescribeUserGroups,
|
|
197
|
+
paginateDescribeUsers,
|
|
198
|
+
};
|
|
199
|
+
const waiters = {
|
|
200
|
+
waitUntilCacheClusterAvailable,
|
|
201
|
+
waitUntilCacheClusterDeleted,
|
|
202
|
+
waitUntilReplicationGroupAvailable,
|
|
203
|
+
waitUntilReplicationGroupDeleted,
|
|
204
|
+
};
|
|
155
205
|
export class ElastiCache extends ElastiCacheClient {
|
|
156
206
|
}
|
|
157
|
-
createAggregatedClient(commands, ElastiCache);
|
|
207
|
+
createAggregatedClient(commands, ElastiCache, { paginators, waiters });
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
+
import type { WaiterResult } from "@smithy/util-waiter";
|
|
2
3
|
import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
3
4
|
import { AuthorizeCacheSecurityGroupIngressCommandInput, AuthorizeCacheSecurityGroupIngressCommandOutput } from "./commands/AuthorizeCacheSecurityGroupIngressCommand";
|
|
4
5
|
import { BatchApplyUpdateActionCommandInput, BatchApplyUpdateActionCommandOutput } from "./commands/BatchApplyUpdateActionCommand";
|
|
@@ -544,6 +545,163 @@ export interface ElastiCache {
|
|
|
544
545
|
testMigration(args: TestMigrationCommandInput, options?: __HttpHandlerOptions): Promise<TestMigrationCommandOutput>;
|
|
545
546
|
testMigration(args: TestMigrationCommandInput, cb: (err: any, data?: TestMigrationCommandOutput) => void): void;
|
|
546
547
|
testMigration(args: TestMigrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestMigrationCommandOutput) => void): void;
|
|
548
|
+
/**
|
|
549
|
+
* @see {@link DescribeCacheClustersCommand}
|
|
550
|
+
* @param args - command input.
|
|
551
|
+
* @param paginationConfig - optional pagination config.
|
|
552
|
+
* @returns AsyncIterable of {@link DescribeCacheClustersCommandOutput}.
|
|
553
|
+
*/
|
|
554
|
+
paginateDescribeCacheClusters(args?: DescribeCacheClustersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeCacheClustersCommandOutput>;
|
|
555
|
+
/**
|
|
556
|
+
* @see {@link DescribeCacheEngineVersionsCommand}
|
|
557
|
+
* @param args - command input.
|
|
558
|
+
* @param paginationConfig - optional pagination config.
|
|
559
|
+
* @returns AsyncIterable of {@link DescribeCacheEngineVersionsCommandOutput}.
|
|
560
|
+
*/
|
|
561
|
+
paginateDescribeCacheEngineVersions(args?: DescribeCacheEngineVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeCacheEngineVersionsCommandOutput>;
|
|
562
|
+
/**
|
|
563
|
+
* @see {@link DescribeCacheParameterGroupsCommand}
|
|
564
|
+
* @param args - command input.
|
|
565
|
+
* @param paginationConfig - optional pagination config.
|
|
566
|
+
* @returns AsyncIterable of {@link DescribeCacheParameterGroupsCommandOutput}.
|
|
567
|
+
*/
|
|
568
|
+
paginateDescribeCacheParameterGroups(args?: DescribeCacheParameterGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeCacheParameterGroupsCommandOutput>;
|
|
569
|
+
/**
|
|
570
|
+
* @see {@link DescribeCacheParametersCommand}
|
|
571
|
+
* @param args - command input.
|
|
572
|
+
* @param paginationConfig - optional pagination config.
|
|
573
|
+
* @returns AsyncIterable of {@link DescribeCacheParametersCommandOutput}.
|
|
574
|
+
*/
|
|
575
|
+
paginateDescribeCacheParameters(args: DescribeCacheParametersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeCacheParametersCommandOutput>;
|
|
576
|
+
/**
|
|
577
|
+
* @see {@link DescribeCacheSecurityGroupsCommand}
|
|
578
|
+
* @param args - command input.
|
|
579
|
+
* @param paginationConfig - optional pagination config.
|
|
580
|
+
* @returns AsyncIterable of {@link DescribeCacheSecurityGroupsCommandOutput}.
|
|
581
|
+
*/
|
|
582
|
+
paginateDescribeCacheSecurityGroups(args?: DescribeCacheSecurityGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeCacheSecurityGroupsCommandOutput>;
|
|
583
|
+
/**
|
|
584
|
+
* @see {@link DescribeCacheSubnetGroupsCommand}
|
|
585
|
+
* @param args - command input.
|
|
586
|
+
* @param paginationConfig - optional pagination config.
|
|
587
|
+
* @returns AsyncIterable of {@link DescribeCacheSubnetGroupsCommandOutput}.
|
|
588
|
+
*/
|
|
589
|
+
paginateDescribeCacheSubnetGroups(args?: DescribeCacheSubnetGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeCacheSubnetGroupsCommandOutput>;
|
|
590
|
+
/**
|
|
591
|
+
* @see {@link DescribeEngineDefaultParametersCommand}
|
|
592
|
+
* @param args - command input.
|
|
593
|
+
* @param paginationConfig - optional pagination config.
|
|
594
|
+
* @returns AsyncIterable of {@link DescribeEngineDefaultParametersCommandOutput}.
|
|
595
|
+
*/
|
|
596
|
+
paginateDescribeEngineDefaultParameters(args: DescribeEngineDefaultParametersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeEngineDefaultParametersCommandOutput>;
|
|
597
|
+
/**
|
|
598
|
+
* @see {@link DescribeEventsCommand}
|
|
599
|
+
* @param args - command input.
|
|
600
|
+
* @param paginationConfig - optional pagination config.
|
|
601
|
+
* @returns AsyncIterable of {@link DescribeEventsCommandOutput}.
|
|
602
|
+
*/
|
|
603
|
+
paginateDescribeEvents(args?: DescribeEventsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeEventsCommandOutput>;
|
|
604
|
+
/**
|
|
605
|
+
* @see {@link DescribeGlobalReplicationGroupsCommand}
|
|
606
|
+
* @param args - command input.
|
|
607
|
+
* @param paginationConfig - optional pagination config.
|
|
608
|
+
* @returns AsyncIterable of {@link DescribeGlobalReplicationGroupsCommandOutput}.
|
|
609
|
+
*/
|
|
610
|
+
paginateDescribeGlobalReplicationGroups(args?: DescribeGlobalReplicationGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeGlobalReplicationGroupsCommandOutput>;
|
|
611
|
+
/**
|
|
612
|
+
* @see {@link DescribeReplicationGroupsCommand}
|
|
613
|
+
* @param args - command input.
|
|
614
|
+
* @param paginationConfig - optional pagination config.
|
|
615
|
+
* @returns AsyncIterable of {@link DescribeReplicationGroupsCommandOutput}.
|
|
616
|
+
*/
|
|
617
|
+
paginateDescribeReplicationGroups(args?: DescribeReplicationGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeReplicationGroupsCommandOutput>;
|
|
618
|
+
/**
|
|
619
|
+
* @see {@link DescribeReservedCacheNodesCommand}
|
|
620
|
+
* @param args - command input.
|
|
621
|
+
* @param paginationConfig - optional pagination config.
|
|
622
|
+
* @returns AsyncIterable of {@link DescribeReservedCacheNodesCommandOutput}.
|
|
623
|
+
*/
|
|
624
|
+
paginateDescribeReservedCacheNodes(args?: DescribeReservedCacheNodesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeReservedCacheNodesCommandOutput>;
|
|
625
|
+
/**
|
|
626
|
+
* @see {@link DescribeReservedCacheNodesOfferingsCommand}
|
|
627
|
+
* @param args - command input.
|
|
628
|
+
* @param paginationConfig - optional pagination config.
|
|
629
|
+
* @returns AsyncIterable of {@link DescribeReservedCacheNodesOfferingsCommandOutput}.
|
|
630
|
+
*/
|
|
631
|
+
paginateDescribeReservedCacheNodesOfferings(args?: DescribeReservedCacheNodesOfferingsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeReservedCacheNodesOfferingsCommandOutput>;
|
|
632
|
+
/**
|
|
633
|
+
* @see {@link DescribeServerlessCachesCommand}
|
|
634
|
+
* @param args - command input.
|
|
635
|
+
* @param paginationConfig - optional pagination config.
|
|
636
|
+
* @returns AsyncIterable of {@link DescribeServerlessCachesCommandOutput}.
|
|
637
|
+
*/
|
|
638
|
+
paginateDescribeServerlessCaches(args?: DescribeServerlessCachesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeServerlessCachesCommandOutput>;
|
|
639
|
+
/**
|
|
640
|
+
* @see {@link DescribeServerlessCacheSnapshotsCommand}
|
|
641
|
+
* @param args - command input.
|
|
642
|
+
* @param paginationConfig - optional pagination config.
|
|
643
|
+
* @returns AsyncIterable of {@link DescribeServerlessCacheSnapshotsCommandOutput}.
|
|
644
|
+
*/
|
|
645
|
+
paginateDescribeServerlessCacheSnapshots(args?: DescribeServerlessCacheSnapshotsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeServerlessCacheSnapshotsCommandOutput>;
|
|
646
|
+
/**
|
|
647
|
+
* @see {@link DescribeServiceUpdatesCommand}
|
|
648
|
+
* @param args - command input.
|
|
649
|
+
* @param paginationConfig - optional pagination config.
|
|
650
|
+
* @returns AsyncIterable of {@link DescribeServiceUpdatesCommandOutput}.
|
|
651
|
+
*/
|
|
652
|
+
paginateDescribeServiceUpdates(args?: DescribeServiceUpdatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeServiceUpdatesCommandOutput>;
|
|
653
|
+
/**
|
|
654
|
+
* @see {@link DescribeSnapshotsCommand}
|
|
655
|
+
* @param args - command input.
|
|
656
|
+
* @param paginationConfig - optional pagination config.
|
|
657
|
+
* @returns AsyncIterable of {@link DescribeSnapshotsCommandOutput}.
|
|
658
|
+
*/
|
|
659
|
+
paginateDescribeSnapshots(args?: DescribeSnapshotsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeSnapshotsCommandOutput>;
|
|
660
|
+
/**
|
|
661
|
+
* @see {@link DescribeUpdateActionsCommand}
|
|
662
|
+
* @param args - command input.
|
|
663
|
+
* @param paginationConfig - optional pagination config.
|
|
664
|
+
* @returns AsyncIterable of {@link DescribeUpdateActionsCommandOutput}.
|
|
665
|
+
*/
|
|
666
|
+
paginateDescribeUpdateActions(args?: DescribeUpdateActionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeUpdateActionsCommandOutput>;
|
|
667
|
+
/**
|
|
668
|
+
* @see {@link DescribeUserGroupsCommand}
|
|
669
|
+
* @param args - command input.
|
|
670
|
+
* @param paginationConfig - optional pagination config.
|
|
671
|
+
* @returns AsyncIterable of {@link DescribeUserGroupsCommandOutput}.
|
|
672
|
+
*/
|
|
673
|
+
paginateDescribeUserGroups(args?: DescribeUserGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeUserGroupsCommandOutput>;
|
|
674
|
+
/**
|
|
675
|
+
* @see {@link DescribeUsersCommand}
|
|
676
|
+
* @param args - command input.
|
|
677
|
+
* @param paginationConfig - optional pagination config.
|
|
678
|
+
* @returns AsyncIterable of {@link DescribeUsersCommandOutput}.
|
|
679
|
+
*/
|
|
680
|
+
paginateDescribeUsers(args?: DescribeUsersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeUsersCommandOutput>;
|
|
681
|
+
/**
|
|
682
|
+
* @see {@link DescribeCacheClustersCommand}
|
|
683
|
+
* @param args - command input.
|
|
684
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
685
|
+
*/
|
|
686
|
+
waitUntilCacheClusterAvailable(args: DescribeCacheClustersCommandInput, waiterConfig: number | Omit<WaiterConfiguration<ElastiCache>, "client">): Promise<WaiterResult>;
|
|
687
|
+
/**
|
|
688
|
+
* @see {@link DescribeCacheClustersCommand}
|
|
689
|
+
* @param args - command input.
|
|
690
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
691
|
+
*/
|
|
692
|
+
waitUntilCacheClusterDeleted(args: DescribeCacheClustersCommandInput, waiterConfig: number | Omit<WaiterConfiguration<ElastiCache>, "client">): Promise<WaiterResult>;
|
|
693
|
+
/**
|
|
694
|
+
* @see {@link DescribeReplicationGroupsCommand}
|
|
695
|
+
* @param args - command input.
|
|
696
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
697
|
+
*/
|
|
698
|
+
waitUntilReplicationGroupAvailable(args: DescribeReplicationGroupsCommandInput, waiterConfig: number | Omit<WaiterConfiguration<ElastiCache>, "client">): Promise<WaiterResult>;
|
|
699
|
+
/**
|
|
700
|
+
* @see {@link DescribeReplicationGroupsCommand}
|
|
701
|
+
* @param args - command input.
|
|
702
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
703
|
+
*/
|
|
704
|
+
waitUntilReplicationGroupDeleted(args: DescribeReplicationGroupsCommandInput, waiterConfig: number | Omit<WaiterConfiguration<ElastiCache>, "client">): Promise<WaiterResult>;
|
|
547
705
|
}
|
|
548
706
|
/**
|
|
549
707
|
* <fullname>Amazon ElastiCache</fullname>
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
WaiterConfiguration,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
import { WaiterResult } from "@smithy/util-waiter";
|
|
2
8
|
import {
|
|
3
9
|
AddTagsToResourceCommandInput,
|
|
4
10
|
AddTagsToResourceCommandOutput,
|
|
@@ -1342,6 +1348,175 @@ export interface ElastiCache {
|
|
|
1342
1348
|
options: __HttpHandlerOptions,
|
|
1343
1349
|
cb: (err: any, data?: TestMigrationCommandOutput) => void
|
|
1344
1350
|
): void;
|
|
1351
|
+
paginateDescribeCacheClusters(
|
|
1352
|
+
args?: DescribeCacheClustersCommandInput,
|
|
1353
|
+
paginationConfig?: Pick<
|
|
1354
|
+
PaginationConfiguration,
|
|
1355
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1356
|
+
>
|
|
1357
|
+
): Paginator<DescribeCacheClustersCommandOutput>;
|
|
1358
|
+
paginateDescribeCacheEngineVersions(
|
|
1359
|
+
args?: DescribeCacheEngineVersionsCommandInput,
|
|
1360
|
+
paginationConfig?: Pick<
|
|
1361
|
+
PaginationConfiguration,
|
|
1362
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1363
|
+
>
|
|
1364
|
+
): Paginator<DescribeCacheEngineVersionsCommandOutput>;
|
|
1365
|
+
paginateDescribeCacheParameterGroups(
|
|
1366
|
+
args?: DescribeCacheParameterGroupsCommandInput,
|
|
1367
|
+
paginationConfig?: Pick<
|
|
1368
|
+
PaginationConfiguration,
|
|
1369
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1370
|
+
>
|
|
1371
|
+
): Paginator<DescribeCacheParameterGroupsCommandOutput>;
|
|
1372
|
+
paginateDescribeCacheParameters(
|
|
1373
|
+
args: DescribeCacheParametersCommandInput,
|
|
1374
|
+
paginationConfig?: Pick<
|
|
1375
|
+
PaginationConfiguration,
|
|
1376
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1377
|
+
>
|
|
1378
|
+
): Paginator<DescribeCacheParametersCommandOutput>;
|
|
1379
|
+
paginateDescribeCacheSecurityGroups(
|
|
1380
|
+
args?: DescribeCacheSecurityGroupsCommandInput,
|
|
1381
|
+
paginationConfig?: Pick<
|
|
1382
|
+
PaginationConfiguration,
|
|
1383
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1384
|
+
>
|
|
1385
|
+
): Paginator<DescribeCacheSecurityGroupsCommandOutput>;
|
|
1386
|
+
paginateDescribeCacheSubnetGroups(
|
|
1387
|
+
args?: DescribeCacheSubnetGroupsCommandInput,
|
|
1388
|
+
paginationConfig?: Pick<
|
|
1389
|
+
PaginationConfiguration,
|
|
1390
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1391
|
+
>
|
|
1392
|
+
): Paginator<DescribeCacheSubnetGroupsCommandOutput>;
|
|
1393
|
+
paginateDescribeEngineDefaultParameters(
|
|
1394
|
+
args: DescribeEngineDefaultParametersCommandInput,
|
|
1395
|
+
paginationConfig?: Pick<
|
|
1396
|
+
PaginationConfiguration,
|
|
1397
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1398
|
+
>
|
|
1399
|
+
): Paginator<DescribeEngineDefaultParametersCommandOutput>;
|
|
1400
|
+
paginateDescribeEvents(
|
|
1401
|
+
args?: DescribeEventsCommandInput,
|
|
1402
|
+
paginationConfig?: Pick<
|
|
1403
|
+
PaginationConfiguration,
|
|
1404
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1405
|
+
>
|
|
1406
|
+
): Paginator<DescribeEventsCommandOutput>;
|
|
1407
|
+
paginateDescribeGlobalReplicationGroups(
|
|
1408
|
+
args?: DescribeGlobalReplicationGroupsCommandInput,
|
|
1409
|
+
paginationConfig?: Pick<
|
|
1410
|
+
PaginationConfiguration,
|
|
1411
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1412
|
+
>
|
|
1413
|
+
): Paginator<DescribeGlobalReplicationGroupsCommandOutput>;
|
|
1414
|
+
paginateDescribeReplicationGroups(
|
|
1415
|
+
args?: DescribeReplicationGroupsCommandInput,
|
|
1416
|
+
paginationConfig?: Pick<
|
|
1417
|
+
PaginationConfiguration,
|
|
1418
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1419
|
+
>
|
|
1420
|
+
): Paginator<DescribeReplicationGroupsCommandOutput>;
|
|
1421
|
+
paginateDescribeReservedCacheNodes(
|
|
1422
|
+
args?: DescribeReservedCacheNodesCommandInput,
|
|
1423
|
+
paginationConfig?: Pick<
|
|
1424
|
+
PaginationConfiguration,
|
|
1425
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1426
|
+
>
|
|
1427
|
+
): Paginator<DescribeReservedCacheNodesCommandOutput>;
|
|
1428
|
+
paginateDescribeReservedCacheNodesOfferings(
|
|
1429
|
+
args?: DescribeReservedCacheNodesOfferingsCommandInput,
|
|
1430
|
+
paginationConfig?: Pick<
|
|
1431
|
+
PaginationConfiguration,
|
|
1432
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1433
|
+
>
|
|
1434
|
+
): Paginator<DescribeReservedCacheNodesOfferingsCommandOutput>;
|
|
1435
|
+
paginateDescribeServerlessCaches(
|
|
1436
|
+
args?: DescribeServerlessCachesCommandInput,
|
|
1437
|
+
paginationConfig?: Pick<
|
|
1438
|
+
PaginationConfiguration,
|
|
1439
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1440
|
+
>
|
|
1441
|
+
): Paginator<DescribeServerlessCachesCommandOutput>;
|
|
1442
|
+
paginateDescribeServerlessCacheSnapshots(
|
|
1443
|
+
args?: DescribeServerlessCacheSnapshotsCommandInput,
|
|
1444
|
+
paginationConfig?: Pick<
|
|
1445
|
+
PaginationConfiguration,
|
|
1446
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1447
|
+
>
|
|
1448
|
+
): Paginator<DescribeServerlessCacheSnapshotsCommandOutput>;
|
|
1449
|
+
paginateDescribeServiceUpdates(
|
|
1450
|
+
args?: DescribeServiceUpdatesCommandInput,
|
|
1451
|
+
paginationConfig?: Pick<
|
|
1452
|
+
PaginationConfiguration,
|
|
1453
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1454
|
+
>
|
|
1455
|
+
): Paginator<DescribeServiceUpdatesCommandOutput>;
|
|
1456
|
+
paginateDescribeSnapshots(
|
|
1457
|
+
args?: DescribeSnapshotsCommandInput,
|
|
1458
|
+
paginationConfig?: Pick<
|
|
1459
|
+
PaginationConfiguration,
|
|
1460
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1461
|
+
>
|
|
1462
|
+
): Paginator<DescribeSnapshotsCommandOutput>;
|
|
1463
|
+
paginateDescribeUpdateActions(
|
|
1464
|
+
args?: DescribeUpdateActionsCommandInput,
|
|
1465
|
+
paginationConfig?: Pick<
|
|
1466
|
+
PaginationConfiguration,
|
|
1467
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1468
|
+
>
|
|
1469
|
+
): Paginator<DescribeUpdateActionsCommandOutput>;
|
|
1470
|
+
paginateDescribeUserGroups(
|
|
1471
|
+
args?: DescribeUserGroupsCommandInput,
|
|
1472
|
+
paginationConfig?: Pick<
|
|
1473
|
+
PaginationConfiguration,
|
|
1474
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1475
|
+
>
|
|
1476
|
+
): Paginator<DescribeUserGroupsCommandOutput>;
|
|
1477
|
+
paginateDescribeUsers(
|
|
1478
|
+
args?: DescribeUsersCommandInput,
|
|
1479
|
+
paginationConfig?: Pick<
|
|
1480
|
+
PaginationConfiguration,
|
|
1481
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1482
|
+
>
|
|
1483
|
+
): Paginator<DescribeUsersCommandOutput>;
|
|
1484
|
+
waitUntilCacheClusterAvailable(
|
|
1485
|
+
args: DescribeCacheClustersCommandInput,
|
|
1486
|
+
waiterConfig:
|
|
1487
|
+
| number
|
|
1488
|
+
| Pick<
|
|
1489
|
+
WaiterConfiguration<ElastiCache>,
|
|
1490
|
+
Exclude<keyof WaiterConfiguration<ElastiCache>, "client">
|
|
1491
|
+
>
|
|
1492
|
+
): Promise<WaiterResult>;
|
|
1493
|
+
waitUntilCacheClusterDeleted(
|
|
1494
|
+
args: DescribeCacheClustersCommandInput,
|
|
1495
|
+
waiterConfig:
|
|
1496
|
+
| number
|
|
1497
|
+
| Pick<
|
|
1498
|
+
WaiterConfiguration<ElastiCache>,
|
|
1499
|
+
Exclude<keyof WaiterConfiguration<ElastiCache>, "client">
|
|
1500
|
+
>
|
|
1501
|
+
): Promise<WaiterResult>;
|
|
1502
|
+
waitUntilReplicationGroupAvailable(
|
|
1503
|
+
args: DescribeReplicationGroupsCommandInput,
|
|
1504
|
+
waiterConfig:
|
|
1505
|
+
| number
|
|
1506
|
+
| Pick<
|
|
1507
|
+
WaiterConfiguration<ElastiCache>,
|
|
1508
|
+
Exclude<keyof WaiterConfiguration<ElastiCache>, "client">
|
|
1509
|
+
>
|
|
1510
|
+
): Promise<WaiterResult>;
|
|
1511
|
+
waitUntilReplicationGroupDeleted(
|
|
1512
|
+
args: DescribeReplicationGroupsCommandInput,
|
|
1513
|
+
waiterConfig:
|
|
1514
|
+
| number
|
|
1515
|
+
| Pick<
|
|
1516
|
+
WaiterConfiguration<ElastiCache>,
|
|
1517
|
+
Exclude<keyof WaiterConfiguration<ElastiCache>, "client">
|
|
1518
|
+
>
|
|
1519
|
+
): Promise<WaiterResult>;
|
|
1345
1520
|
}
|
|
1346
1521
|
export declare class ElastiCache
|
|
1347
1522
|
extends ElastiCacheClient
|
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.980.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-elasticache",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
33
|
-
"@aws-sdk/types": "^3.973.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.5",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.4",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
|
+
"@aws-sdk/types": "^3.973.1",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.22.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
48
|
"@smithy/node-http-handler": "^4.4.8",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|