@aws-sdk/client-elasticache 3.1019.0 → 3.1020.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.
Files changed (36) hide show
  1. package/dist-es/ElastiCache.js +3 -3
  2. package/dist-es/waiters/waitForCacheClusterAvailable.js +1 -1
  3. package/dist-es/waiters/waitForCacheClusterDeleted.js +1 -1
  4. package/dist-es/waiters/waitForReplicationGroupAvailable.js +1 -1
  5. package/dist-es/waiters/waitForReplicationGroupDeleted.js +1 -1
  6. package/dist-types/ElastiCache.d.ts +75 -75
  7. package/dist-types/ElastiCacheClient.d.ts +78 -78
  8. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  9. package/dist-types/index.d.ts +1 -1
  10. package/dist-types/models/models_0.d.ts +1 -1
  11. package/dist-types/pagination/DescribeCacheClustersPaginator.d.ts +1 -1
  12. package/dist-types/pagination/DescribeCacheEngineVersionsPaginator.d.ts +1 -1
  13. package/dist-types/pagination/DescribeCacheParameterGroupsPaginator.d.ts +1 -1
  14. package/dist-types/pagination/DescribeCacheParametersPaginator.d.ts +1 -1
  15. package/dist-types/pagination/DescribeCacheSecurityGroupsPaginator.d.ts +1 -1
  16. package/dist-types/pagination/DescribeCacheSubnetGroupsPaginator.d.ts +1 -1
  17. package/dist-types/pagination/DescribeEngineDefaultParametersPaginator.d.ts +1 -1
  18. package/dist-types/pagination/DescribeEventsPaginator.d.ts +1 -1
  19. package/dist-types/pagination/DescribeGlobalReplicationGroupsPaginator.d.ts +1 -1
  20. package/dist-types/pagination/DescribeReplicationGroupsPaginator.d.ts +1 -1
  21. package/dist-types/pagination/DescribeReservedCacheNodesOfferingsPaginator.d.ts +1 -1
  22. package/dist-types/pagination/DescribeReservedCacheNodesPaginator.d.ts +1 -1
  23. package/dist-types/pagination/DescribeServerlessCacheSnapshotsPaginator.d.ts +1 -1
  24. package/dist-types/pagination/DescribeServerlessCachesPaginator.d.ts +1 -1
  25. package/dist-types/pagination/DescribeServiceUpdatesPaginator.d.ts +1 -1
  26. package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +1 -1
  27. package/dist-types/pagination/DescribeUpdateActionsPaginator.d.ts +1 -1
  28. package/dist-types/pagination/DescribeUserGroupsPaginator.d.ts +1 -1
  29. package/dist-types/pagination/DescribeUsersPaginator.d.ts +1 -1
  30. package/dist-types/ts3.4/ElastiCacheClient.d.ts +2 -3
  31. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  32. package/dist-types/waiters/waitForCacheClusterAvailable.d.ts +3 -3
  33. package/dist-types/waiters/waitForCacheClusterDeleted.d.ts +3 -3
  34. package/dist-types/waiters/waitForReplicationGroupAvailable.d.ts +3 -3
  35. package/dist-types/waiters/waitForReplicationGroupDeleted.d.ts +3 -3
  36. package/package.json +14 -14
@@ -15,7 +15,7 @@ import { CreateReplicationGroupCommand, } from "./commands/CreateReplicationGrou
15
15
  import { CreateServerlessCacheCommand, } from "./commands/CreateServerlessCacheCommand";
16
16
  import { CreateServerlessCacheSnapshotCommand, } from "./commands/CreateServerlessCacheSnapshotCommand";
17
17
  import { CreateSnapshotCommand, } from "./commands/CreateSnapshotCommand";
18
- import { CreateUserCommand } from "./commands/CreateUserCommand";
18
+ import { CreateUserCommand, } from "./commands/CreateUserCommand";
19
19
  import { CreateUserGroupCommand, } from "./commands/CreateUserGroupCommand";
20
20
  import { DecreaseNodeGroupsInGlobalReplicationGroupCommand, } from "./commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand";
21
21
  import { DecreaseReplicaCountCommand, } from "./commands/DecreaseReplicaCountCommand";
@@ -28,7 +28,7 @@ import { DeleteReplicationGroupCommand, } from "./commands/DeleteReplicationGrou
28
28
  import { DeleteServerlessCacheCommand, } from "./commands/DeleteServerlessCacheCommand";
29
29
  import { DeleteServerlessCacheSnapshotCommand, } from "./commands/DeleteServerlessCacheSnapshotCommand";
30
30
  import { DeleteSnapshotCommand, } from "./commands/DeleteSnapshotCommand";
31
- import { DeleteUserCommand } from "./commands/DeleteUserCommand";
31
+ import { DeleteUserCommand, } from "./commands/DeleteUserCommand";
32
32
  import { DeleteUserGroupCommand, } from "./commands/DeleteUserGroupCommand";
33
33
  import { DescribeCacheClustersCommand, } from "./commands/DescribeCacheClustersCommand";
34
34
  import { DescribeCacheEngineVersionsCommand, } from "./commands/DescribeCacheEngineVersionsCommand";
@@ -63,7 +63,7 @@ import { ModifyGlobalReplicationGroupCommand, } from "./commands/ModifyGlobalRep
63
63
  import { ModifyReplicationGroupCommand, } from "./commands/ModifyReplicationGroupCommand";
64
64
  import { ModifyReplicationGroupShardConfigurationCommand, } from "./commands/ModifyReplicationGroupShardConfigurationCommand";
65
65
  import { ModifyServerlessCacheCommand, } from "./commands/ModifyServerlessCacheCommand";
66
- import { ModifyUserCommand } from "./commands/ModifyUserCommand";
66
+ import { ModifyUserCommand, } from "./commands/ModifyUserCommand";
67
67
  import { ModifyUserGroupCommand, } from "./commands/ModifyUserGroupCommand";
68
68
  import { PurchaseReservedCacheNodesOfferingCommand, } from "./commands/PurchaseReservedCacheNodesOfferingCommand";
69
69
  import { RebalanceSlotsInGlobalReplicationGroupCommand, } from "./commands/RebalanceSlotsInGlobalReplicationGroupCommand";
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeCacheClustersCommand, } from "../commands/DescribeCacheClustersCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeCacheClustersCommand, } from "../commands/DescribeCacheClustersCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeReplicationGroupsCommand, } from "../commands/DescribeReplicationGroupsCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeReplicationGroupsCommand, } from "../commands/DescribeReplicationGroupsCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,80 +1,80 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
2
2
  import type { WaiterResult } from "@smithy/util-waiter";
3
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
4
- import { AuthorizeCacheSecurityGroupIngressCommandInput, AuthorizeCacheSecurityGroupIngressCommandOutput } from "./commands/AuthorizeCacheSecurityGroupIngressCommand";
5
- import { BatchApplyUpdateActionCommandInput, BatchApplyUpdateActionCommandOutput } from "./commands/BatchApplyUpdateActionCommand";
6
- import { BatchStopUpdateActionCommandInput, BatchStopUpdateActionCommandOutput } from "./commands/BatchStopUpdateActionCommand";
7
- import { CompleteMigrationCommandInput, CompleteMigrationCommandOutput } from "./commands/CompleteMigrationCommand";
8
- import { CopyServerlessCacheSnapshotCommandInput, CopyServerlessCacheSnapshotCommandOutput } from "./commands/CopyServerlessCacheSnapshotCommand";
9
- import { CopySnapshotCommandInput, CopySnapshotCommandOutput } from "./commands/CopySnapshotCommand";
10
- import { CreateCacheClusterCommandInput, CreateCacheClusterCommandOutput } from "./commands/CreateCacheClusterCommand";
11
- import { CreateCacheParameterGroupCommandInput, CreateCacheParameterGroupCommandOutput } from "./commands/CreateCacheParameterGroupCommand";
12
- import { CreateCacheSecurityGroupCommandInput, CreateCacheSecurityGroupCommandOutput } from "./commands/CreateCacheSecurityGroupCommand";
13
- import { CreateCacheSubnetGroupCommandInput, CreateCacheSubnetGroupCommandOutput } from "./commands/CreateCacheSubnetGroupCommand";
14
- import { CreateGlobalReplicationGroupCommandInput, CreateGlobalReplicationGroupCommandOutput } from "./commands/CreateGlobalReplicationGroupCommand";
15
- import { CreateReplicationGroupCommandInput, CreateReplicationGroupCommandOutput } from "./commands/CreateReplicationGroupCommand";
16
- import { CreateServerlessCacheCommandInput, CreateServerlessCacheCommandOutput } from "./commands/CreateServerlessCacheCommand";
17
- import { CreateServerlessCacheSnapshotCommandInput, CreateServerlessCacheSnapshotCommandOutput } from "./commands/CreateServerlessCacheSnapshotCommand";
18
- import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
19
- import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
20
- import { CreateUserGroupCommandInput, CreateUserGroupCommandOutput } from "./commands/CreateUserGroupCommand";
21
- import { DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput } from "./commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand";
22
- import { DecreaseReplicaCountCommandInput, DecreaseReplicaCountCommandOutput } from "./commands/DecreaseReplicaCountCommand";
23
- import { DeleteCacheClusterCommandInput, DeleteCacheClusterCommandOutput } from "./commands/DeleteCacheClusterCommand";
24
- import { DeleteCacheParameterGroupCommandInput, DeleteCacheParameterGroupCommandOutput } from "./commands/DeleteCacheParameterGroupCommand";
25
- import { DeleteCacheSecurityGroupCommandInput, DeleteCacheSecurityGroupCommandOutput } from "./commands/DeleteCacheSecurityGroupCommand";
26
- import { DeleteCacheSubnetGroupCommandInput, DeleteCacheSubnetGroupCommandOutput } from "./commands/DeleteCacheSubnetGroupCommand";
27
- import { DeleteGlobalReplicationGroupCommandInput, DeleteGlobalReplicationGroupCommandOutput } from "./commands/DeleteGlobalReplicationGroupCommand";
28
- import { DeleteReplicationGroupCommandInput, DeleteReplicationGroupCommandOutput } from "./commands/DeleteReplicationGroupCommand";
29
- import { DeleteServerlessCacheCommandInput, DeleteServerlessCacheCommandOutput } from "./commands/DeleteServerlessCacheCommand";
30
- import { DeleteServerlessCacheSnapshotCommandInput, DeleteServerlessCacheSnapshotCommandOutput } from "./commands/DeleteServerlessCacheSnapshotCommand";
31
- import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
32
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
33
- import { DeleteUserGroupCommandInput, DeleteUserGroupCommandOutput } from "./commands/DeleteUserGroupCommand";
34
- import { DescribeCacheClustersCommandInput, DescribeCacheClustersCommandOutput } from "./commands/DescribeCacheClustersCommand";
35
- import { DescribeCacheEngineVersionsCommandInput, DescribeCacheEngineVersionsCommandOutput } from "./commands/DescribeCacheEngineVersionsCommand";
36
- import { DescribeCacheParameterGroupsCommandInput, DescribeCacheParameterGroupsCommandOutput } from "./commands/DescribeCacheParameterGroupsCommand";
37
- import { DescribeCacheParametersCommandInput, DescribeCacheParametersCommandOutput } from "./commands/DescribeCacheParametersCommand";
38
- import { DescribeCacheSecurityGroupsCommandInput, DescribeCacheSecurityGroupsCommandOutput } from "./commands/DescribeCacheSecurityGroupsCommand";
39
- import { DescribeCacheSubnetGroupsCommandInput, DescribeCacheSubnetGroupsCommandOutput } from "./commands/DescribeCacheSubnetGroupsCommand";
40
- import { DescribeEngineDefaultParametersCommandInput, DescribeEngineDefaultParametersCommandOutput } from "./commands/DescribeEngineDefaultParametersCommand";
41
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
42
- import { DescribeGlobalReplicationGroupsCommandInput, DescribeGlobalReplicationGroupsCommandOutput } from "./commands/DescribeGlobalReplicationGroupsCommand";
43
- import { DescribeReplicationGroupsCommandInput, DescribeReplicationGroupsCommandOutput } from "./commands/DescribeReplicationGroupsCommand";
44
- import { DescribeReservedCacheNodesCommandInput, DescribeReservedCacheNodesCommandOutput } from "./commands/DescribeReservedCacheNodesCommand";
45
- import { DescribeReservedCacheNodesOfferingsCommandInput, DescribeReservedCacheNodesOfferingsCommandOutput } from "./commands/DescribeReservedCacheNodesOfferingsCommand";
46
- import { DescribeServerlessCachesCommandInput, DescribeServerlessCachesCommandOutput } from "./commands/DescribeServerlessCachesCommand";
47
- import { DescribeServerlessCacheSnapshotsCommandInput, DescribeServerlessCacheSnapshotsCommandOutput } from "./commands/DescribeServerlessCacheSnapshotsCommand";
48
- import { DescribeServiceUpdatesCommandInput, DescribeServiceUpdatesCommandOutput } from "./commands/DescribeServiceUpdatesCommand";
49
- import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "./commands/DescribeSnapshotsCommand";
50
- import { DescribeUpdateActionsCommandInput, DescribeUpdateActionsCommandOutput } from "./commands/DescribeUpdateActionsCommand";
51
- import { DescribeUserGroupsCommandInput, DescribeUserGroupsCommandOutput } from "./commands/DescribeUserGroupsCommand";
52
- import { DescribeUsersCommandInput, DescribeUsersCommandOutput } from "./commands/DescribeUsersCommand";
53
- import { DisassociateGlobalReplicationGroupCommandInput, DisassociateGlobalReplicationGroupCommandOutput } from "./commands/DisassociateGlobalReplicationGroupCommand";
54
- import { ExportServerlessCacheSnapshotCommandInput, ExportServerlessCacheSnapshotCommandOutput } from "./commands/ExportServerlessCacheSnapshotCommand";
55
- import { FailoverGlobalReplicationGroupCommandInput, FailoverGlobalReplicationGroupCommandOutput } from "./commands/FailoverGlobalReplicationGroupCommand";
56
- import { IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput } from "./commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand";
57
- import { IncreaseReplicaCountCommandInput, IncreaseReplicaCountCommandOutput } from "./commands/IncreaseReplicaCountCommand";
58
- import { ListAllowedNodeTypeModificationsCommandInput, ListAllowedNodeTypeModificationsCommandOutput } from "./commands/ListAllowedNodeTypeModificationsCommand";
59
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
60
- import { ModifyCacheClusterCommandInput, ModifyCacheClusterCommandOutput } from "./commands/ModifyCacheClusterCommand";
61
- import { ModifyCacheParameterGroupCommandInput, ModifyCacheParameterGroupCommandOutput } from "./commands/ModifyCacheParameterGroupCommand";
62
- import { ModifyCacheSubnetGroupCommandInput, ModifyCacheSubnetGroupCommandOutput } from "./commands/ModifyCacheSubnetGroupCommand";
63
- import { ModifyGlobalReplicationGroupCommandInput, ModifyGlobalReplicationGroupCommandOutput } from "./commands/ModifyGlobalReplicationGroupCommand";
64
- import { ModifyReplicationGroupCommandInput, ModifyReplicationGroupCommandOutput } from "./commands/ModifyReplicationGroupCommand";
65
- import { ModifyReplicationGroupShardConfigurationCommandInput, ModifyReplicationGroupShardConfigurationCommandOutput } from "./commands/ModifyReplicationGroupShardConfigurationCommand";
66
- import { ModifyServerlessCacheCommandInput, ModifyServerlessCacheCommandOutput } from "./commands/ModifyServerlessCacheCommand";
67
- import { ModifyUserCommandInput, ModifyUserCommandOutput } from "./commands/ModifyUserCommand";
68
- import { ModifyUserGroupCommandInput, ModifyUserGroupCommandOutput } from "./commands/ModifyUserGroupCommand";
69
- import { PurchaseReservedCacheNodesOfferingCommandInput, PurchaseReservedCacheNodesOfferingCommandOutput } from "./commands/PurchaseReservedCacheNodesOfferingCommand";
70
- import { RebalanceSlotsInGlobalReplicationGroupCommandInput, RebalanceSlotsInGlobalReplicationGroupCommandOutput } from "./commands/RebalanceSlotsInGlobalReplicationGroupCommand";
71
- import { RebootCacheClusterCommandInput, RebootCacheClusterCommandOutput } from "./commands/RebootCacheClusterCommand";
72
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
73
- import { ResetCacheParameterGroupCommandInput, ResetCacheParameterGroupCommandOutput } from "./commands/ResetCacheParameterGroupCommand";
74
- import { RevokeCacheSecurityGroupIngressCommandInput, RevokeCacheSecurityGroupIngressCommandOutput } from "./commands/RevokeCacheSecurityGroupIngressCommand";
75
- import { StartMigrationCommandInput, StartMigrationCommandOutput } from "./commands/StartMigrationCommand";
76
- import { TestFailoverCommandInput, TestFailoverCommandOutput } from "./commands/TestFailoverCommand";
77
- import { TestMigrationCommandInput, TestMigrationCommandOutput } from "./commands/TestMigrationCommand";
3
+ import { type AddTagsToResourceCommandInput, type AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
4
+ import { type AuthorizeCacheSecurityGroupIngressCommandInput, type AuthorizeCacheSecurityGroupIngressCommandOutput } from "./commands/AuthorizeCacheSecurityGroupIngressCommand";
5
+ import { type BatchApplyUpdateActionCommandInput, type BatchApplyUpdateActionCommandOutput } from "./commands/BatchApplyUpdateActionCommand";
6
+ import { type BatchStopUpdateActionCommandInput, type BatchStopUpdateActionCommandOutput } from "./commands/BatchStopUpdateActionCommand";
7
+ import { type CompleteMigrationCommandInput, type CompleteMigrationCommandOutput } from "./commands/CompleteMigrationCommand";
8
+ import { type CopyServerlessCacheSnapshotCommandInput, type CopyServerlessCacheSnapshotCommandOutput } from "./commands/CopyServerlessCacheSnapshotCommand";
9
+ import { type CopySnapshotCommandInput, type CopySnapshotCommandOutput } from "./commands/CopySnapshotCommand";
10
+ import { type CreateCacheClusterCommandInput, type CreateCacheClusterCommandOutput } from "./commands/CreateCacheClusterCommand";
11
+ import { type CreateCacheParameterGroupCommandInput, type CreateCacheParameterGroupCommandOutput } from "./commands/CreateCacheParameterGroupCommand";
12
+ import { type CreateCacheSecurityGroupCommandInput, type CreateCacheSecurityGroupCommandOutput } from "./commands/CreateCacheSecurityGroupCommand";
13
+ import { type CreateCacheSubnetGroupCommandInput, type CreateCacheSubnetGroupCommandOutput } from "./commands/CreateCacheSubnetGroupCommand";
14
+ import { type CreateGlobalReplicationGroupCommandInput, type CreateGlobalReplicationGroupCommandOutput } from "./commands/CreateGlobalReplicationGroupCommand";
15
+ import { type CreateReplicationGroupCommandInput, type CreateReplicationGroupCommandOutput } from "./commands/CreateReplicationGroupCommand";
16
+ import { type CreateServerlessCacheCommandInput, type CreateServerlessCacheCommandOutput } from "./commands/CreateServerlessCacheCommand";
17
+ import { type CreateServerlessCacheSnapshotCommandInput, type CreateServerlessCacheSnapshotCommandOutput } from "./commands/CreateServerlessCacheSnapshotCommand";
18
+ import { type CreateSnapshotCommandInput, type CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
19
+ import { type CreateUserCommandInput, type CreateUserCommandOutput } from "./commands/CreateUserCommand";
20
+ import { type CreateUserGroupCommandInput, type CreateUserGroupCommandOutput } from "./commands/CreateUserGroupCommand";
21
+ import { type DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, type DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput } from "./commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand";
22
+ import { type DecreaseReplicaCountCommandInput, type DecreaseReplicaCountCommandOutput } from "./commands/DecreaseReplicaCountCommand";
23
+ import { type DeleteCacheClusterCommandInput, type DeleteCacheClusterCommandOutput } from "./commands/DeleteCacheClusterCommand";
24
+ import { type DeleteCacheParameterGroupCommandInput, type DeleteCacheParameterGroupCommandOutput } from "./commands/DeleteCacheParameterGroupCommand";
25
+ import { type DeleteCacheSecurityGroupCommandInput, type DeleteCacheSecurityGroupCommandOutput } from "./commands/DeleteCacheSecurityGroupCommand";
26
+ import { type DeleteCacheSubnetGroupCommandInput, type DeleteCacheSubnetGroupCommandOutput } from "./commands/DeleteCacheSubnetGroupCommand";
27
+ import { type DeleteGlobalReplicationGroupCommandInput, type DeleteGlobalReplicationGroupCommandOutput } from "./commands/DeleteGlobalReplicationGroupCommand";
28
+ import { type DeleteReplicationGroupCommandInput, type DeleteReplicationGroupCommandOutput } from "./commands/DeleteReplicationGroupCommand";
29
+ import { type DeleteServerlessCacheCommandInput, type DeleteServerlessCacheCommandOutput } from "./commands/DeleteServerlessCacheCommand";
30
+ import { type DeleteServerlessCacheSnapshotCommandInput, type DeleteServerlessCacheSnapshotCommandOutput } from "./commands/DeleteServerlessCacheSnapshotCommand";
31
+ import { type DeleteSnapshotCommandInput, type DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
32
+ import { type DeleteUserCommandInput, type DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
33
+ import { type DeleteUserGroupCommandInput, type DeleteUserGroupCommandOutput } from "./commands/DeleteUserGroupCommand";
34
+ import { type DescribeCacheClustersCommandInput, type DescribeCacheClustersCommandOutput } from "./commands/DescribeCacheClustersCommand";
35
+ import { type DescribeCacheEngineVersionsCommandInput, type DescribeCacheEngineVersionsCommandOutput } from "./commands/DescribeCacheEngineVersionsCommand";
36
+ import { type DescribeCacheParameterGroupsCommandInput, type DescribeCacheParameterGroupsCommandOutput } from "./commands/DescribeCacheParameterGroupsCommand";
37
+ import { type DescribeCacheParametersCommandInput, type DescribeCacheParametersCommandOutput } from "./commands/DescribeCacheParametersCommand";
38
+ import { type DescribeCacheSecurityGroupsCommandInput, type DescribeCacheSecurityGroupsCommandOutput } from "./commands/DescribeCacheSecurityGroupsCommand";
39
+ import { type DescribeCacheSubnetGroupsCommandInput, type DescribeCacheSubnetGroupsCommandOutput } from "./commands/DescribeCacheSubnetGroupsCommand";
40
+ import { type DescribeEngineDefaultParametersCommandInput, type DescribeEngineDefaultParametersCommandOutput } from "./commands/DescribeEngineDefaultParametersCommand";
41
+ import { type DescribeEventsCommandInput, type DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
42
+ import { type DescribeGlobalReplicationGroupsCommandInput, type DescribeGlobalReplicationGroupsCommandOutput } from "./commands/DescribeGlobalReplicationGroupsCommand";
43
+ import { type DescribeReplicationGroupsCommandInput, type DescribeReplicationGroupsCommandOutput } from "./commands/DescribeReplicationGroupsCommand";
44
+ import { type DescribeReservedCacheNodesCommandInput, type DescribeReservedCacheNodesCommandOutput } from "./commands/DescribeReservedCacheNodesCommand";
45
+ import { type DescribeReservedCacheNodesOfferingsCommandInput, type DescribeReservedCacheNodesOfferingsCommandOutput } from "./commands/DescribeReservedCacheNodesOfferingsCommand";
46
+ import { type DescribeServerlessCachesCommandInput, type DescribeServerlessCachesCommandOutput } from "./commands/DescribeServerlessCachesCommand";
47
+ import { type DescribeServerlessCacheSnapshotsCommandInput, type DescribeServerlessCacheSnapshotsCommandOutput } from "./commands/DescribeServerlessCacheSnapshotsCommand";
48
+ import { type DescribeServiceUpdatesCommandInput, type DescribeServiceUpdatesCommandOutput } from "./commands/DescribeServiceUpdatesCommand";
49
+ import { type DescribeSnapshotsCommandInput, type DescribeSnapshotsCommandOutput } from "./commands/DescribeSnapshotsCommand";
50
+ import { type DescribeUpdateActionsCommandInput, type DescribeUpdateActionsCommandOutput } from "./commands/DescribeUpdateActionsCommand";
51
+ import { type DescribeUserGroupsCommandInput, type DescribeUserGroupsCommandOutput } from "./commands/DescribeUserGroupsCommand";
52
+ import { type DescribeUsersCommandInput, type DescribeUsersCommandOutput } from "./commands/DescribeUsersCommand";
53
+ import { type DisassociateGlobalReplicationGroupCommandInput, type DisassociateGlobalReplicationGroupCommandOutput } from "./commands/DisassociateGlobalReplicationGroupCommand";
54
+ import { type ExportServerlessCacheSnapshotCommandInput, type ExportServerlessCacheSnapshotCommandOutput } from "./commands/ExportServerlessCacheSnapshotCommand";
55
+ import { type FailoverGlobalReplicationGroupCommandInput, type FailoverGlobalReplicationGroupCommandOutput } from "./commands/FailoverGlobalReplicationGroupCommand";
56
+ import { type IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, type IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput } from "./commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand";
57
+ import { type IncreaseReplicaCountCommandInput, type IncreaseReplicaCountCommandOutput } from "./commands/IncreaseReplicaCountCommand";
58
+ import { type ListAllowedNodeTypeModificationsCommandInput, type ListAllowedNodeTypeModificationsCommandOutput } from "./commands/ListAllowedNodeTypeModificationsCommand";
59
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
60
+ import { type ModifyCacheClusterCommandInput, type ModifyCacheClusterCommandOutput } from "./commands/ModifyCacheClusterCommand";
61
+ import { type ModifyCacheParameterGroupCommandInput, type ModifyCacheParameterGroupCommandOutput } from "./commands/ModifyCacheParameterGroupCommand";
62
+ import { type ModifyCacheSubnetGroupCommandInput, type ModifyCacheSubnetGroupCommandOutput } from "./commands/ModifyCacheSubnetGroupCommand";
63
+ import { type ModifyGlobalReplicationGroupCommandInput, type ModifyGlobalReplicationGroupCommandOutput } from "./commands/ModifyGlobalReplicationGroupCommand";
64
+ import { type ModifyReplicationGroupCommandInput, type ModifyReplicationGroupCommandOutput } from "./commands/ModifyReplicationGroupCommand";
65
+ import { type ModifyReplicationGroupShardConfigurationCommandInput, type ModifyReplicationGroupShardConfigurationCommandOutput } from "./commands/ModifyReplicationGroupShardConfigurationCommand";
66
+ import { type ModifyServerlessCacheCommandInput, type ModifyServerlessCacheCommandOutput } from "./commands/ModifyServerlessCacheCommand";
67
+ import { type ModifyUserCommandInput, type ModifyUserCommandOutput } from "./commands/ModifyUserCommand";
68
+ import { type ModifyUserGroupCommandInput, type ModifyUserGroupCommandOutput } from "./commands/ModifyUserGroupCommand";
69
+ import { type PurchaseReservedCacheNodesOfferingCommandInput, type PurchaseReservedCacheNodesOfferingCommandOutput } from "./commands/PurchaseReservedCacheNodesOfferingCommand";
70
+ import { type RebalanceSlotsInGlobalReplicationGroupCommandInput, type RebalanceSlotsInGlobalReplicationGroupCommandOutput } from "./commands/RebalanceSlotsInGlobalReplicationGroupCommand";
71
+ import { type RebootCacheClusterCommandInput, type RebootCacheClusterCommandOutput } from "./commands/RebootCacheClusterCommand";
72
+ import { type RemoveTagsFromResourceCommandInput, type RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
73
+ import { type ResetCacheParameterGroupCommandInput, type ResetCacheParameterGroupCommandOutput } from "./commands/ResetCacheParameterGroupCommand";
74
+ import { type RevokeCacheSecurityGroupIngressCommandInput, type RevokeCacheSecurityGroupIngressCommandOutput } from "./commands/RevokeCacheSecurityGroupIngressCommand";
75
+ import { type StartMigrationCommandInput, type StartMigrationCommandOutput } from "./commands/StartMigrationCommand";
76
+ import { type TestFailoverCommandInput, type TestFailoverCommandOutput } from "./commands/TestFailoverCommand";
77
+ import { type TestMigrationCommandInput, type TestMigrationCommandOutput } from "./commands/TestMigrationCommand";
78
78
  import { ElastiCacheClient } from "./ElastiCacheClient";
79
79
  export interface ElastiCache {
80
80
  /**
@@ -5,84 +5,84 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
11
- import { AuthorizeCacheSecurityGroupIngressCommandInput, AuthorizeCacheSecurityGroupIngressCommandOutput } from "./commands/AuthorizeCacheSecurityGroupIngressCommand";
12
- import { BatchApplyUpdateActionCommandInput, BatchApplyUpdateActionCommandOutput } from "./commands/BatchApplyUpdateActionCommand";
13
- import { BatchStopUpdateActionCommandInput, BatchStopUpdateActionCommandOutput } from "./commands/BatchStopUpdateActionCommand";
14
- import { CompleteMigrationCommandInput, CompleteMigrationCommandOutput } from "./commands/CompleteMigrationCommand";
15
- import { CopyServerlessCacheSnapshotCommandInput, CopyServerlessCacheSnapshotCommandOutput } from "./commands/CopyServerlessCacheSnapshotCommand";
16
- import { CopySnapshotCommandInput, CopySnapshotCommandOutput } from "./commands/CopySnapshotCommand";
17
- import { CreateCacheClusterCommandInput, CreateCacheClusterCommandOutput } from "./commands/CreateCacheClusterCommand";
18
- import { CreateCacheParameterGroupCommandInput, CreateCacheParameterGroupCommandOutput } from "./commands/CreateCacheParameterGroupCommand";
19
- import { CreateCacheSecurityGroupCommandInput, CreateCacheSecurityGroupCommandOutput } from "./commands/CreateCacheSecurityGroupCommand";
20
- import { CreateCacheSubnetGroupCommandInput, CreateCacheSubnetGroupCommandOutput } from "./commands/CreateCacheSubnetGroupCommand";
21
- import { CreateGlobalReplicationGroupCommandInput, CreateGlobalReplicationGroupCommandOutput } from "./commands/CreateGlobalReplicationGroupCommand";
22
- import { CreateReplicationGroupCommandInput, CreateReplicationGroupCommandOutput } from "./commands/CreateReplicationGroupCommand";
23
- import { CreateServerlessCacheCommandInput, CreateServerlessCacheCommandOutput } from "./commands/CreateServerlessCacheCommand";
24
- import { CreateServerlessCacheSnapshotCommandInput, CreateServerlessCacheSnapshotCommandOutput } from "./commands/CreateServerlessCacheSnapshotCommand";
25
- import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
26
- import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
27
- import { CreateUserGroupCommandInput, CreateUserGroupCommandOutput } from "./commands/CreateUserGroupCommand";
28
- import { DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput } from "./commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand";
29
- import { DecreaseReplicaCountCommandInput, DecreaseReplicaCountCommandOutput } from "./commands/DecreaseReplicaCountCommand";
30
- import { DeleteCacheClusterCommandInput, DeleteCacheClusterCommandOutput } from "./commands/DeleteCacheClusterCommand";
31
- import { DeleteCacheParameterGroupCommandInput, DeleteCacheParameterGroupCommandOutput } from "./commands/DeleteCacheParameterGroupCommand";
32
- import { DeleteCacheSecurityGroupCommandInput, DeleteCacheSecurityGroupCommandOutput } from "./commands/DeleteCacheSecurityGroupCommand";
33
- import { DeleteCacheSubnetGroupCommandInput, DeleteCacheSubnetGroupCommandOutput } from "./commands/DeleteCacheSubnetGroupCommand";
34
- import { DeleteGlobalReplicationGroupCommandInput, DeleteGlobalReplicationGroupCommandOutput } from "./commands/DeleteGlobalReplicationGroupCommand";
35
- import { DeleteReplicationGroupCommandInput, DeleteReplicationGroupCommandOutput } from "./commands/DeleteReplicationGroupCommand";
36
- import { DeleteServerlessCacheCommandInput, DeleteServerlessCacheCommandOutput } from "./commands/DeleteServerlessCacheCommand";
37
- import { DeleteServerlessCacheSnapshotCommandInput, DeleteServerlessCacheSnapshotCommandOutput } from "./commands/DeleteServerlessCacheSnapshotCommand";
38
- import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
39
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
40
- import { DeleteUserGroupCommandInput, DeleteUserGroupCommandOutput } from "./commands/DeleteUserGroupCommand";
41
- import { DescribeCacheClustersCommandInput, DescribeCacheClustersCommandOutput } from "./commands/DescribeCacheClustersCommand";
42
- import { DescribeCacheEngineVersionsCommandInput, DescribeCacheEngineVersionsCommandOutput } from "./commands/DescribeCacheEngineVersionsCommand";
43
- import { DescribeCacheParameterGroupsCommandInput, DescribeCacheParameterGroupsCommandOutput } from "./commands/DescribeCacheParameterGroupsCommand";
44
- import { DescribeCacheParametersCommandInput, DescribeCacheParametersCommandOutput } from "./commands/DescribeCacheParametersCommand";
45
- import { DescribeCacheSecurityGroupsCommandInput, DescribeCacheSecurityGroupsCommandOutput } from "./commands/DescribeCacheSecurityGroupsCommand";
46
- import { DescribeCacheSubnetGroupsCommandInput, DescribeCacheSubnetGroupsCommandOutput } from "./commands/DescribeCacheSubnetGroupsCommand";
47
- import { DescribeEngineDefaultParametersCommandInput, DescribeEngineDefaultParametersCommandOutput } from "./commands/DescribeEngineDefaultParametersCommand";
48
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
49
- import { DescribeGlobalReplicationGroupsCommandInput, DescribeGlobalReplicationGroupsCommandOutput } from "./commands/DescribeGlobalReplicationGroupsCommand";
50
- import { DescribeReplicationGroupsCommandInput, DescribeReplicationGroupsCommandOutput } from "./commands/DescribeReplicationGroupsCommand";
51
- import { DescribeReservedCacheNodesCommandInput, DescribeReservedCacheNodesCommandOutput } from "./commands/DescribeReservedCacheNodesCommand";
52
- import { DescribeReservedCacheNodesOfferingsCommandInput, DescribeReservedCacheNodesOfferingsCommandOutput } from "./commands/DescribeReservedCacheNodesOfferingsCommand";
53
- import { DescribeServerlessCachesCommandInput, DescribeServerlessCachesCommandOutput } from "./commands/DescribeServerlessCachesCommand";
54
- import { DescribeServerlessCacheSnapshotsCommandInput, DescribeServerlessCacheSnapshotsCommandOutput } from "./commands/DescribeServerlessCacheSnapshotsCommand";
55
- import { DescribeServiceUpdatesCommandInput, DescribeServiceUpdatesCommandOutput } from "./commands/DescribeServiceUpdatesCommand";
56
- import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "./commands/DescribeSnapshotsCommand";
57
- import { DescribeUpdateActionsCommandInput, DescribeUpdateActionsCommandOutput } from "./commands/DescribeUpdateActionsCommand";
58
- import { DescribeUserGroupsCommandInput, DescribeUserGroupsCommandOutput } from "./commands/DescribeUserGroupsCommand";
59
- import { DescribeUsersCommandInput, DescribeUsersCommandOutput } from "./commands/DescribeUsersCommand";
60
- import { DisassociateGlobalReplicationGroupCommandInput, DisassociateGlobalReplicationGroupCommandOutput } from "./commands/DisassociateGlobalReplicationGroupCommand";
61
- import { ExportServerlessCacheSnapshotCommandInput, ExportServerlessCacheSnapshotCommandOutput } from "./commands/ExportServerlessCacheSnapshotCommand";
62
- import { FailoverGlobalReplicationGroupCommandInput, FailoverGlobalReplicationGroupCommandOutput } from "./commands/FailoverGlobalReplicationGroupCommand";
63
- import { IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput } from "./commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand";
64
- import { IncreaseReplicaCountCommandInput, IncreaseReplicaCountCommandOutput } from "./commands/IncreaseReplicaCountCommand";
65
- import { ListAllowedNodeTypeModificationsCommandInput, ListAllowedNodeTypeModificationsCommandOutput } from "./commands/ListAllowedNodeTypeModificationsCommand";
66
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
67
- import { ModifyCacheClusterCommandInput, ModifyCacheClusterCommandOutput } from "./commands/ModifyCacheClusterCommand";
68
- import { ModifyCacheParameterGroupCommandInput, ModifyCacheParameterGroupCommandOutput } from "./commands/ModifyCacheParameterGroupCommand";
69
- import { ModifyCacheSubnetGroupCommandInput, ModifyCacheSubnetGroupCommandOutput } from "./commands/ModifyCacheSubnetGroupCommand";
70
- import { ModifyGlobalReplicationGroupCommandInput, ModifyGlobalReplicationGroupCommandOutput } from "./commands/ModifyGlobalReplicationGroupCommand";
71
- import { ModifyReplicationGroupCommandInput, ModifyReplicationGroupCommandOutput } from "./commands/ModifyReplicationGroupCommand";
72
- import { ModifyReplicationGroupShardConfigurationCommandInput, ModifyReplicationGroupShardConfigurationCommandOutput } from "./commands/ModifyReplicationGroupShardConfigurationCommand";
73
- import { ModifyServerlessCacheCommandInput, ModifyServerlessCacheCommandOutput } from "./commands/ModifyServerlessCacheCommand";
74
- import { ModifyUserCommandInput, ModifyUserCommandOutput } from "./commands/ModifyUserCommand";
75
- import { ModifyUserGroupCommandInput, ModifyUserGroupCommandOutput } from "./commands/ModifyUserGroupCommand";
76
- import { PurchaseReservedCacheNodesOfferingCommandInput, PurchaseReservedCacheNodesOfferingCommandOutput } from "./commands/PurchaseReservedCacheNodesOfferingCommand";
77
- import { RebalanceSlotsInGlobalReplicationGroupCommandInput, RebalanceSlotsInGlobalReplicationGroupCommandOutput } from "./commands/RebalanceSlotsInGlobalReplicationGroupCommand";
78
- import { RebootCacheClusterCommandInput, RebootCacheClusterCommandOutput } from "./commands/RebootCacheClusterCommand";
79
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
80
- import { ResetCacheParameterGroupCommandInput, ResetCacheParameterGroupCommandOutput } from "./commands/ResetCacheParameterGroupCommand";
81
- import { RevokeCacheSecurityGroupIngressCommandInput, RevokeCacheSecurityGroupIngressCommandOutput } from "./commands/RevokeCacheSecurityGroupIngressCommand";
82
- import { StartMigrationCommandInput, StartMigrationCommandOutput } from "./commands/StartMigrationCommand";
83
- import { TestFailoverCommandInput, TestFailoverCommandOutput } from "./commands/TestFailoverCommand";
84
- import { TestMigrationCommandInput, TestMigrationCommandOutput } from "./commands/TestMigrationCommand";
85
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
11
+ import type { AuthorizeCacheSecurityGroupIngressCommandInput, AuthorizeCacheSecurityGroupIngressCommandOutput } from "./commands/AuthorizeCacheSecurityGroupIngressCommand";
12
+ import type { BatchApplyUpdateActionCommandInput, BatchApplyUpdateActionCommandOutput } from "./commands/BatchApplyUpdateActionCommand";
13
+ import type { BatchStopUpdateActionCommandInput, BatchStopUpdateActionCommandOutput } from "./commands/BatchStopUpdateActionCommand";
14
+ import type { CompleteMigrationCommandInput, CompleteMigrationCommandOutput } from "./commands/CompleteMigrationCommand";
15
+ import type { CopyServerlessCacheSnapshotCommandInput, CopyServerlessCacheSnapshotCommandOutput } from "./commands/CopyServerlessCacheSnapshotCommand";
16
+ import type { CopySnapshotCommandInput, CopySnapshotCommandOutput } from "./commands/CopySnapshotCommand";
17
+ import type { CreateCacheClusterCommandInput, CreateCacheClusterCommandOutput } from "./commands/CreateCacheClusterCommand";
18
+ import type { CreateCacheParameterGroupCommandInput, CreateCacheParameterGroupCommandOutput } from "./commands/CreateCacheParameterGroupCommand";
19
+ import type { CreateCacheSecurityGroupCommandInput, CreateCacheSecurityGroupCommandOutput } from "./commands/CreateCacheSecurityGroupCommand";
20
+ import type { CreateCacheSubnetGroupCommandInput, CreateCacheSubnetGroupCommandOutput } from "./commands/CreateCacheSubnetGroupCommand";
21
+ import type { CreateGlobalReplicationGroupCommandInput, CreateGlobalReplicationGroupCommandOutput } from "./commands/CreateGlobalReplicationGroupCommand";
22
+ import type { CreateReplicationGroupCommandInput, CreateReplicationGroupCommandOutput } from "./commands/CreateReplicationGroupCommand";
23
+ import type { CreateServerlessCacheCommandInput, CreateServerlessCacheCommandOutput } from "./commands/CreateServerlessCacheCommand";
24
+ import type { CreateServerlessCacheSnapshotCommandInput, CreateServerlessCacheSnapshotCommandOutput } from "./commands/CreateServerlessCacheSnapshotCommand";
25
+ import type { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
26
+ import type { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
27
+ import type { CreateUserGroupCommandInput, CreateUserGroupCommandOutput } from "./commands/CreateUserGroupCommand";
28
+ import type { DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput } from "./commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand";
29
+ import type { DecreaseReplicaCountCommandInput, DecreaseReplicaCountCommandOutput } from "./commands/DecreaseReplicaCountCommand";
30
+ import type { DeleteCacheClusterCommandInput, DeleteCacheClusterCommandOutput } from "./commands/DeleteCacheClusterCommand";
31
+ import type { DeleteCacheParameterGroupCommandInput, DeleteCacheParameterGroupCommandOutput } from "./commands/DeleteCacheParameterGroupCommand";
32
+ import type { DeleteCacheSecurityGroupCommandInput, DeleteCacheSecurityGroupCommandOutput } from "./commands/DeleteCacheSecurityGroupCommand";
33
+ import type { DeleteCacheSubnetGroupCommandInput, DeleteCacheSubnetGroupCommandOutput } from "./commands/DeleteCacheSubnetGroupCommand";
34
+ import type { DeleteGlobalReplicationGroupCommandInput, DeleteGlobalReplicationGroupCommandOutput } from "./commands/DeleteGlobalReplicationGroupCommand";
35
+ import type { DeleteReplicationGroupCommandInput, DeleteReplicationGroupCommandOutput } from "./commands/DeleteReplicationGroupCommand";
36
+ import type { DeleteServerlessCacheCommandInput, DeleteServerlessCacheCommandOutput } from "./commands/DeleteServerlessCacheCommand";
37
+ import type { DeleteServerlessCacheSnapshotCommandInput, DeleteServerlessCacheSnapshotCommandOutput } from "./commands/DeleteServerlessCacheSnapshotCommand";
38
+ import type { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
39
+ import type { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
40
+ import type { DeleteUserGroupCommandInput, DeleteUserGroupCommandOutput } from "./commands/DeleteUserGroupCommand";
41
+ import type { DescribeCacheClustersCommandInput, DescribeCacheClustersCommandOutput } from "./commands/DescribeCacheClustersCommand";
42
+ import type { DescribeCacheEngineVersionsCommandInput, DescribeCacheEngineVersionsCommandOutput } from "./commands/DescribeCacheEngineVersionsCommand";
43
+ import type { DescribeCacheParameterGroupsCommandInput, DescribeCacheParameterGroupsCommandOutput } from "./commands/DescribeCacheParameterGroupsCommand";
44
+ import type { DescribeCacheParametersCommandInput, DescribeCacheParametersCommandOutput } from "./commands/DescribeCacheParametersCommand";
45
+ import type { DescribeCacheSecurityGroupsCommandInput, DescribeCacheSecurityGroupsCommandOutput } from "./commands/DescribeCacheSecurityGroupsCommand";
46
+ import type { DescribeCacheSubnetGroupsCommandInput, DescribeCacheSubnetGroupsCommandOutput } from "./commands/DescribeCacheSubnetGroupsCommand";
47
+ import type { DescribeEngineDefaultParametersCommandInput, DescribeEngineDefaultParametersCommandOutput } from "./commands/DescribeEngineDefaultParametersCommand";
48
+ import type { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
49
+ import type { DescribeGlobalReplicationGroupsCommandInput, DescribeGlobalReplicationGroupsCommandOutput } from "./commands/DescribeGlobalReplicationGroupsCommand";
50
+ import type { DescribeReplicationGroupsCommandInput, DescribeReplicationGroupsCommandOutput } from "./commands/DescribeReplicationGroupsCommand";
51
+ import type { DescribeReservedCacheNodesCommandInput, DescribeReservedCacheNodesCommandOutput } from "./commands/DescribeReservedCacheNodesCommand";
52
+ import type { DescribeReservedCacheNodesOfferingsCommandInput, DescribeReservedCacheNodesOfferingsCommandOutput } from "./commands/DescribeReservedCacheNodesOfferingsCommand";
53
+ import type { DescribeServerlessCachesCommandInput, DescribeServerlessCachesCommandOutput } from "./commands/DescribeServerlessCachesCommand";
54
+ import type { DescribeServerlessCacheSnapshotsCommandInput, DescribeServerlessCacheSnapshotsCommandOutput } from "./commands/DescribeServerlessCacheSnapshotsCommand";
55
+ import type { DescribeServiceUpdatesCommandInput, DescribeServiceUpdatesCommandOutput } from "./commands/DescribeServiceUpdatesCommand";
56
+ import type { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "./commands/DescribeSnapshotsCommand";
57
+ import type { DescribeUpdateActionsCommandInput, DescribeUpdateActionsCommandOutput } from "./commands/DescribeUpdateActionsCommand";
58
+ import type { DescribeUserGroupsCommandInput, DescribeUserGroupsCommandOutput } from "./commands/DescribeUserGroupsCommand";
59
+ import type { DescribeUsersCommandInput, DescribeUsersCommandOutput } from "./commands/DescribeUsersCommand";
60
+ import type { DisassociateGlobalReplicationGroupCommandInput, DisassociateGlobalReplicationGroupCommandOutput } from "./commands/DisassociateGlobalReplicationGroupCommand";
61
+ import type { ExportServerlessCacheSnapshotCommandInput, ExportServerlessCacheSnapshotCommandOutput } from "./commands/ExportServerlessCacheSnapshotCommand";
62
+ import type { FailoverGlobalReplicationGroupCommandInput, FailoverGlobalReplicationGroupCommandOutput } from "./commands/FailoverGlobalReplicationGroupCommand";
63
+ import type { IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput } from "./commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand";
64
+ import type { IncreaseReplicaCountCommandInput, IncreaseReplicaCountCommandOutput } from "./commands/IncreaseReplicaCountCommand";
65
+ import type { ListAllowedNodeTypeModificationsCommandInput, ListAllowedNodeTypeModificationsCommandOutput } from "./commands/ListAllowedNodeTypeModificationsCommand";
66
+ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
67
+ import type { ModifyCacheClusterCommandInput, ModifyCacheClusterCommandOutput } from "./commands/ModifyCacheClusterCommand";
68
+ import type { ModifyCacheParameterGroupCommandInput, ModifyCacheParameterGroupCommandOutput } from "./commands/ModifyCacheParameterGroupCommand";
69
+ import type { ModifyCacheSubnetGroupCommandInput, ModifyCacheSubnetGroupCommandOutput } from "./commands/ModifyCacheSubnetGroupCommand";
70
+ import type { ModifyGlobalReplicationGroupCommandInput, ModifyGlobalReplicationGroupCommandOutput } from "./commands/ModifyGlobalReplicationGroupCommand";
71
+ import type { ModifyReplicationGroupCommandInput, ModifyReplicationGroupCommandOutput } from "./commands/ModifyReplicationGroupCommand";
72
+ import type { ModifyReplicationGroupShardConfigurationCommandInput, ModifyReplicationGroupShardConfigurationCommandOutput } from "./commands/ModifyReplicationGroupShardConfigurationCommand";
73
+ import type { ModifyServerlessCacheCommandInput, ModifyServerlessCacheCommandOutput } from "./commands/ModifyServerlessCacheCommand";
74
+ import type { ModifyUserCommandInput, ModifyUserCommandOutput } from "./commands/ModifyUserCommand";
75
+ import type { ModifyUserGroupCommandInput, ModifyUserGroupCommandOutput } from "./commands/ModifyUserGroupCommand";
76
+ import type { PurchaseReservedCacheNodesOfferingCommandInput, PurchaseReservedCacheNodesOfferingCommandOutput } from "./commands/PurchaseReservedCacheNodesOfferingCommand";
77
+ import type { RebalanceSlotsInGlobalReplicationGroupCommandInput, RebalanceSlotsInGlobalReplicationGroupCommandOutput } from "./commands/RebalanceSlotsInGlobalReplicationGroupCommand";
78
+ import type { RebootCacheClusterCommandInput, RebootCacheClusterCommandOutput } from "./commands/RebootCacheClusterCommand";
79
+ import type { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
80
+ import type { ResetCacheParameterGroupCommandInput, ResetCacheParameterGroupCommandOutput } from "./commands/ResetCacheParameterGroupCommand";
81
+ import type { RevokeCacheSecurityGroupIngressCommandInput, RevokeCacheSecurityGroupIngressCommandOutput } from "./commands/RevokeCacheSecurityGroupIngressCommand";
82
+ import type { StartMigrationCommandInput, StartMigrationCommandOutput } from "./commands/StartMigrationCommand";
83
+ import type { TestFailoverCommandInput, TestFailoverCommandOutput } from "./commands/TestFailoverCommand";
84
+ import type { TestMigrationCommandInput, TestMigrationCommandOutput } from "./commands/TestMigrationCommand";
85
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
86
86
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
87
87
  export { __Client };
88
88
  /**
@@ -191,7 +191,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
191
191
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
192
192
  * @internal
193
193
  */
194
- defaultUserAgentProvider?: Provider<__UserAgent>;
194
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
195
195
  /**
196
196
  * Default credentials provider; Not available in browser runtime.
197
197
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { ElastiCacheHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -14,7 +14,7 @@
14
14
  */
15
15
  export * from "./ElastiCacheClient";
16
16
  export * from "./ElastiCache";
17
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
17
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
18
18
  export type { RuntimeExtension } from "./runtimeExtensions";
19
19
  export type { ElastiCacheExtensionConfiguration } from "./extensionConfiguration";
20
20
  export * from "./commands";
@@ -1,4 +1,4 @@
1
- import { AuthenticationType, AuthTokenUpdateStatus, AuthTokenUpdateStrategyType, AutomaticFailoverStatus, AZMode, ChangeType, ClusterMode, DataStorageUnit, DataTieringStatus, DestinationType, InputAuthenticationType, IpDiscovery, LogDeliveryConfigurationStatus, LogFormat, LogType, MultiAZStatus, NetworkType, NodeUpdateInitiatedBy, NodeUpdateStatus, OutpostMode, PendingAutomaticFailoverStatus, ServiceUpdateSeverity, ServiceUpdateStatus, ServiceUpdateType, SlaMet, SourceType, TransitEncryptionMode, UpdateActionStatus } from "./enums";
1
+ import type { AuthenticationType, AuthTokenUpdateStatus, AuthTokenUpdateStrategyType, AutomaticFailoverStatus, AZMode, ChangeType, ClusterMode, DataStorageUnit, DataTieringStatus, DestinationType, InputAuthenticationType, IpDiscovery, LogDeliveryConfigurationStatus, LogFormat, LogType, MultiAZStatus, NetworkType, NodeUpdateInitiatedBy, NodeUpdateStatus, OutpostMode, PendingAutomaticFailoverStatus, ServiceUpdateSeverity, ServiceUpdateStatus, ServiceUpdateType, SlaMet, SourceType, TransitEncryptionMode, UpdateActionStatus } from "./enums";
2
2
  /**
3
3
  * <p>A tag that can be added to an ElastiCache cluster or replication group. Tags are
4
4
  * composed of a Key/Value pair. You can use tags to categorize and track all your
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeCacheClustersCommandInput, DescribeCacheClustersCommandOutput } from "../commands/DescribeCacheClustersCommand";
3
- import { ElastiCachePaginationConfiguration } from "./Interfaces";
3
+ import type { ElastiCachePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeCacheEngineVersionsCommandInput, DescribeCacheEngineVersionsCommandOutput } from "../commands/DescribeCacheEngineVersionsCommand";
3
- import { ElastiCachePaginationConfiguration } from "./Interfaces";
3
+ import type { ElastiCachePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeCacheParameterGroupsCommandInput, DescribeCacheParameterGroupsCommandOutput } from "../commands/DescribeCacheParameterGroupsCommand";
3
- import { ElastiCachePaginationConfiguration } from "./Interfaces";
3
+ import type { ElastiCachePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeCacheParametersCommandInput, DescribeCacheParametersCommandOutput } from "../commands/DescribeCacheParametersCommand";
3
- import { ElastiCachePaginationConfiguration } from "./Interfaces";
3
+ import type { ElastiCachePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeCacheSecurityGroupsCommandInput, DescribeCacheSecurityGroupsCommandOutput } from "../commands/DescribeCacheSecurityGroupsCommand";
3
- import { ElastiCachePaginationConfiguration } from "./Interfaces";
3
+ import type { ElastiCachePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeCacheSubnetGroupsCommandInput, DescribeCacheSubnetGroupsCommandOutput } from "../commands/DescribeCacheSubnetGroupsCommand";
3
- import { ElastiCachePaginationConfiguration } from "./Interfaces";
3
+ import type { ElastiCachePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeEngineDefaultParametersCommandInput, DescribeEngineDefaultParametersCommandOutput } from "../commands/DescribeEngineDefaultParametersCommand";
3
- import { ElastiCachePaginationConfiguration } from "./Interfaces";
3
+ import type { ElastiCachePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "../commands/DescribeEventsCommand";
3
- import { ElastiCachePaginationConfiguration } from "./Interfaces";
3
+ import type { ElastiCachePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeGlobalReplicationGroupsCommandInput, DescribeGlobalReplicationGroupsCommandOutput } from "../commands/DescribeGlobalReplicationGroupsCommand";
3
- import { ElastiCachePaginationConfiguration } from "./Interfaces";
3
+ import type { ElastiCachePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeReplicationGroupsCommandInput, DescribeReplicationGroupsCommandOutput } from "../commands/DescribeReplicationGroupsCommand";
3
- import { ElastiCachePaginationConfiguration } from "./Interfaces";
3
+ import type { ElastiCachePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeReservedCacheNodesOfferingsCommandInput, DescribeReservedCacheNodesOfferingsCommandOutput } from "../commands/DescribeReservedCacheNodesOfferingsCommand";
3
- import { ElastiCachePaginationConfiguration } from "./Interfaces";
3
+ import type { ElastiCachePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeReservedCacheNodesCommandInput, DescribeReservedCacheNodesCommandOutput } from "../commands/DescribeReservedCacheNodesCommand";
3
- import { ElastiCachePaginationConfiguration } from "./Interfaces";
3
+ import type { ElastiCachePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeServerlessCacheSnapshotsCommandInput, DescribeServerlessCacheSnapshotsCommandOutput } from "../commands/DescribeServerlessCacheSnapshotsCommand";
3
- import { ElastiCachePaginationConfiguration } from "./Interfaces";
3
+ import type { ElastiCachePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeServerlessCachesCommandInput, DescribeServerlessCachesCommandOutput } from "../commands/DescribeServerlessCachesCommand";
3
- import { ElastiCachePaginationConfiguration } from "./Interfaces";
3
+ import type { ElastiCachePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeServiceUpdatesCommandInput, DescribeServiceUpdatesCommandOutput } from "../commands/DescribeServiceUpdatesCommand";
3
- import { ElastiCachePaginationConfiguration } from "./Interfaces";
3
+ import type { ElastiCachePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "../commands/DescribeSnapshotsCommand";
3
- import { ElastiCachePaginationConfiguration } from "./Interfaces";
3
+ import type { ElastiCachePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeUpdateActionsCommandInput, DescribeUpdateActionsCommandOutput } from "../commands/DescribeUpdateActionsCommand";
3
- import { ElastiCachePaginationConfiguration } from "./Interfaces";
3
+ import type { ElastiCachePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeUserGroupsCommandInput, DescribeUserGroupsCommandOutput } from "../commands/DescribeUserGroupsCommand";
3
- import { ElastiCachePaginationConfiguration } from "./Interfaces";
3
+ import type { ElastiCachePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { DescribeUsersCommandInput, DescribeUsersCommandOutput } from "../commands/DescribeUsersCommand";
3
- import { ElastiCachePaginationConfiguration } from "./Interfaces";
3
+ import type { ElastiCachePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -26,6 +26,7 @@ import {
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
+ AwsCredentialIdentityProvider,
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
32
  ChecksumConstructor as __ChecksumConstructor,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
41
  UserAgent as __UserAgent,
43
42
  } from "@smithy/types";
44
43
  import {
@@ -522,7 +521,7 @@ export interface ClientDefaults
522
521
  useFipsEndpoint?: boolean | __Provider<boolean>;
523
522
  region?: string | __Provider<string>;
524
523
  profile?: string;
525
- defaultUserAgentProvider?: Provider<__UserAgent>;
524
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
526
525
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
527
526
  maxAttempts?: number | __Provider<number>;
528
527
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { ElastiCacheHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeCacheClustersCommandInput } from "../commands/DescribeCacheClustersCommand";
3
- import { ElastiCacheClient } from "../ElastiCacheClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeCacheClustersCommandInput } from "../commands/DescribeCacheClustersCommand";
3
+ import type { ElastiCacheClient } from "../ElastiCacheClient";
4
4
  /**
5
5
  * Wait until ElastiCache cluster is available.
6
6
  * @deprecated Use waitUntilCacheClusterAvailable instead. waitForCacheClusterAvailable does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeCacheClustersCommandInput } from "../commands/DescribeCacheClustersCommand";
3
- import { ElastiCacheClient } from "../ElastiCacheClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeCacheClustersCommandInput } from "../commands/DescribeCacheClustersCommand";
3
+ import type { ElastiCacheClient } from "../ElastiCacheClient";
4
4
  /**
5
5
  * Wait until ElastiCache cluster is deleted.
6
6
  * @deprecated Use waitUntilCacheClusterDeleted instead. waitForCacheClusterDeleted does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeReplicationGroupsCommandInput } from "../commands/DescribeReplicationGroupsCommand";
3
- import { ElastiCacheClient } from "../ElastiCacheClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeReplicationGroupsCommandInput } from "../commands/DescribeReplicationGroupsCommand";
3
+ import type { ElastiCacheClient } from "../ElastiCacheClient";
4
4
  /**
5
5
  * Wait until ElastiCache replication group is available.
6
6
  * @deprecated Use waitUntilReplicationGroupAvailable instead. waitForReplicationGroupAvailable does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeReplicationGroupsCommandInput } from "../commands/DescribeReplicationGroupsCommand";
3
- import { ElastiCacheClient } from "../ElastiCacheClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeReplicationGroupsCommandInput } from "../commands/DescribeReplicationGroupsCommand";
3
+ import type { ElastiCacheClient } from "../ElastiCacheClient";
4
4
  /**
5
5
  * Wait until ElastiCache replication group is deleted.
6
6
  * @deprecated Use waitUntilReplicationGroupDeleted instead. waitForReplicationGroupDeleted does not throw error in non-success cases.
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.1019.0",
4
+ "version": "3.1020.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,43 +23,43 @@
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.25",
27
- "@aws-sdk/credential-provider-node": "^3.972.27",
26
+ "@aws-sdk/core": "^3.973.26",
27
+ "@aws-sdk/credential-provider-node": "^3.972.28",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.8",
29
29
  "@aws-sdk/middleware-logger": "^3.972.8",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
31
- "@aws-sdk/middleware-user-agent": "^3.972.26",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.27",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.10",
33
33
  "@aws-sdk/types": "^3.973.6",
34
34
  "@aws-sdk/util-endpoints": "^3.996.5",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
36
- "@aws-sdk/util-user-agent-node": "^3.973.12",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.13",
37
37
  "@smithy/config-resolver": "^4.4.13",
38
- "@smithy/core": "^3.23.12",
38
+ "@smithy/core": "^3.23.13",
39
39
  "@smithy/fetch-http-handler": "^5.3.15",
40
40
  "@smithy/hash-node": "^4.2.12",
41
41
  "@smithy/invalid-dependency": "^4.2.12",
42
42
  "@smithy/middleware-content-length": "^4.2.12",
43
- "@smithy/middleware-endpoint": "^4.4.27",
44
- "@smithy/middleware-retry": "^4.4.44",
45
- "@smithy/middleware-serde": "^4.2.15",
43
+ "@smithy/middleware-endpoint": "^4.4.28",
44
+ "@smithy/middleware-retry": "^4.4.45",
45
+ "@smithy/middleware-serde": "^4.2.16",
46
46
  "@smithy/middleware-stack": "^4.2.12",
47
47
  "@smithy/node-config-provider": "^4.3.12",
48
- "@smithy/node-http-handler": "^4.5.0",
48
+ "@smithy/node-http-handler": "^4.5.1",
49
49
  "@smithy/protocol-http": "^5.3.12",
50
- "@smithy/smithy-client": "^4.12.7",
50
+ "@smithy/smithy-client": "^4.12.8",
51
51
  "@smithy/types": "^4.13.1",
52
52
  "@smithy/url-parser": "^4.2.12",
53
53
  "@smithy/util-base64": "^4.3.2",
54
54
  "@smithy/util-body-length-browser": "^4.2.2",
55
55
  "@smithy/util-body-length-node": "^4.2.3",
56
- "@smithy/util-defaults-mode-browser": "^4.3.43",
57
- "@smithy/util-defaults-mode-node": "^4.2.47",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
57
+ "@smithy/util-defaults-mode-node": "^4.2.48",
58
58
  "@smithy/util-endpoints": "^3.3.3",
59
59
  "@smithy/util-middleware": "^4.2.12",
60
60
  "@smithy/util-retry": "^4.2.12",
61
61
  "@smithy/util-utf8": "^4.2.2",
62
- "@smithy/util-waiter": "^4.2.13",
62
+ "@smithy/util-waiter": "^4.2.14",
63
63
  "tslib": "^2.6.2"
64
64
  },
65
65
  "devDependencies": {