@aws-sdk/client-elasticache 3.169.0 → 3.171.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 (104) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ElastiCache.d.ts +1157 -330
  3. package/dist-types/ts3.4/ElastiCacheClient.d.ts +494 -138
  4. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +33 -17
  5. package/dist-types/ts3.4/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/BatchApplyUpdateActionCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/BatchStopUpdateActionCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CompleteMigrationCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/CreateCacheClusterCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/CreateCacheParameterGroupCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateCacheSecurityGroupCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateCacheSubnetGroupCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreateGlobalReplicationGroupCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateReplicationGroupCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +30 -17
  18. package/dist-types/ts3.4/commands/CreateUserGroupCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DecreaseReplicaCountCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DeleteCacheClusterCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/DeleteCacheParameterGroupCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DeleteCacheSecurityGroupCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DeleteCacheSubnetGroupCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/DeleteGlobalReplicationGroupCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DeleteReplicationGroupCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +30 -17
  29. package/dist-types/ts3.4/commands/DeleteUserGroupCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/DescribeCacheClustersCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/DescribeCacheEngineVersionsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DescribeCacheParameterGroupsCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DescribeCacheParametersCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/DescribeCacheSecurityGroupsCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeCacheSubnetGroupsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/DescribeGlobalReplicationGroupsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/DescribeReplicationGroupsCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/DescribeReservedCacheNodesCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/DescribeServiceUpdatesCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/DescribeUpdateActionsCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/DescribeUserGroupsCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/DisassociateGlobalReplicationGroupCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/FailoverGlobalReplicationGroupCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/IncreaseReplicaCountCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/ListAllowedNodeTypeModificationsCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +33 -17
  53. package/dist-types/ts3.4/commands/ModifyCacheClusterCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/ModifyCacheParameterGroupCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/ModifyCacheSubnetGroupCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/ModifyGlobalReplicationGroupCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/ModifyReplicationGroupCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/ModifyUserCommand.d.ts +30 -17
  60. package/dist-types/ts3.4/commands/ModifyUserGroupCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/RebootCacheClusterCommand.d.ts +36 -17
  64. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/ResetCacheParameterGroupCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +35 -17
  68. package/dist-types/ts3.4/commands/TestFailoverCommand.d.ts +32 -17
  69. package/dist-types/ts3.4/commands/index.d.ts +65 -65
  70. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  71. package/dist-types/ts3.4/index.d.ts +7 -7
  72. package/dist-types/ts3.4/models/ElastiCacheServiceException.d.ts +7 -6
  73. package/dist-types/ts3.4/models/index.d.ts +1 -1
  74. package/dist-types/ts3.4/models/models_0.d.ts +2281 -2920
  75. package/dist-types/ts3.4/pagination/DescribeCacheClustersPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/DescribeCacheEngineVersionsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/DescribeCacheParameterGroupsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/DescribeCacheParametersPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/DescribeCacheSecurityGroupsPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/DescribeCacheSubnetGroupsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/DescribeEngineDefaultParametersPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/DescribeGlobalReplicationGroupsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/DescribeReplicationGroupsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/DescribeReservedCacheNodesOfferingsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/DescribeReservedCacheNodesPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/DescribeServiceUpdatesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/DescribeUpdateActionsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/DescribeUserGroupsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/DescribeUsersPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  93. package/dist-types/ts3.4/pagination/index.d.ts +18 -18
  94. package/dist-types/ts3.4/protocols/Aws_query.d.ts +785 -197
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  99. package/dist-types/ts3.4/waiters/index.d.ts +4 -4
  100. package/dist-types/ts3.4/waiters/waitForCacheClusterAvailable.d.ts +11 -7
  101. package/dist-types/ts3.4/waiters/waitForCacheClusterDeleted.d.ts +11 -7
  102. package/dist-types/ts3.4/waiters/waitForReplicationGroupAvailable.d.ts +11 -7
  103. package/dist-types/ts3.4/waiters/waitForReplicationGroupDeleted.d.ts +11 -7
  104. package/package.json +35 -35
@@ -1,330 +1,1157 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
3
- import { AuthorizeCacheSecurityGroupIngressCommandInput, AuthorizeCacheSecurityGroupIngressCommandOutput } from "./commands/AuthorizeCacheSecurityGroupIngressCommand";
4
- import { BatchApplyUpdateActionCommandInput, BatchApplyUpdateActionCommandOutput } from "./commands/BatchApplyUpdateActionCommand";
5
- import { BatchStopUpdateActionCommandInput, BatchStopUpdateActionCommandOutput } from "./commands/BatchStopUpdateActionCommand";
6
- import { CompleteMigrationCommandInput, CompleteMigrationCommandOutput } from "./commands/CompleteMigrationCommand";
7
- import { CopySnapshotCommandInput, CopySnapshotCommandOutput } from "./commands/CopySnapshotCommand";
8
- import { CreateCacheClusterCommandInput, CreateCacheClusterCommandOutput } from "./commands/CreateCacheClusterCommand";
9
- import { CreateCacheParameterGroupCommandInput, CreateCacheParameterGroupCommandOutput } from "./commands/CreateCacheParameterGroupCommand";
10
- import { CreateCacheSecurityGroupCommandInput, CreateCacheSecurityGroupCommandOutput } from "./commands/CreateCacheSecurityGroupCommand";
11
- import { CreateCacheSubnetGroupCommandInput, CreateCacheSubnetGroupCommandOutput } from "./commands/CreateCacheSubnetGroupCommand";
12
- import { CreateGlobalReplicationGroupCommandInput, CreateGlobalReplicationGroupCommandOutput } from "./commands/CreateGlobalReplicationGroupCommand";
13
- import { CreateReplicationGroupCommandInput, CreateReplicationGroupCommandOutput } from "./commands/CreateReplicationGroupCommand";
14
- import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
15
- import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
16
- import { CreateUserGroupCommandInput, CreateUserGroupCommandOutput } from "./commands/CreateUserGroupCommand";
17
- import { DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput } from "./commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand";
18
- import { DecreaseReplicaCountCommandInput, DecreaseReplicaCountCommandOutput } from "./commands/DecreaseReplicaCountCommand";
19
- import { DeleteCacheClusterCommandInput, DeleteCacheClusterCommandOutput } from "./commands/DeleteCacheClusterCommand";
20
- import { DeleteCacheParameterGroupCommandInput, DeleteCacheParameterGroupCommandOutput } from "./commands/DeleteCacheParameterGroupCommand";
21
- import { DeleteCacheSecurityGroupCommandInput, DeleteCacheSecurityGroupCommandOutput } from "./commands/DeleteCacheSecurityGroupCommand";
22
- import { DeleteCacheSubnetGroupCommandInput, DeleteCacheSubnetGroupCommandOutput } from "./commands/DeleteCacheSubnetGroupCommand";
23
- import { DeleteGlobalReplicationGroupCommandInput, DeleteGlobalReplicationGroupCommandOutput } from "./commands/DeleteGlobalReplicationGroupCommand";
24
- import { DeleteReplicationGroupCommandInput, DeleteReplicationGroupCommandOutput } from "./commands/DeleteReplicationGroupCommand";
25
- import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
26
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
27
- import { DeleteUserGroupCommandInput, DeleteUserGroupCommandOutput } from "./commands/DeleteUserGroupCommand";
28
- import { DescribeCacheClustersCommandInput, DescribeCacheClustersCommandOutput } from "./commands/DescribeCacheClustersCommand";
29
- import { DescribeCacheEngineVersionsCommandInput, DescribeCacheEngineVersionsCommandOutput } from "./commands/DescribeCacheEngineVersionsCommand";
30
- import { DescribeCacheParameterGroupsCommandInput, DescribeCacheParameterGroupsCommandOutput } from "./commands/DescribeCacheParameterGroupsCommand";
31
- import { DescribeCacheParametersCommandInput, DescribeCacheParametersCommandOutput } from "./commands/DescribeCacheParametersCommand";
32
- import { DescribeCacheSecurityGroupsCommandInput, DescribeCacheSecurityGroupsCommandOutput } from "./commands/DescribeCacheSecurityGroupsCommand";
33
- import { DescribeCacheSubnetGroupsCommandInput, DescribeCacheSubnetGroupsCommandOutput } from "./commands/DescribeCacheSubnetGroupsCommand";
34
- import { DescribeEngineDefaultParametersCommandInput, DescribeEngineDefaultParametersCommandOutput } from "./commands/DescribeEngineDefaultParametersCommand";
35
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
36
- import { DescribeGlobalReplicationGroupsCommandInput, DescribeGlobalReplicationGroupsCommandOutput } from "./commands/DescribeGlobalReplicationGroupsCommand";
37
- import { DescribeReplicationGroupsCommandInput, DescribeReplicationGroupsCommandOutput } from "./commands/DescribeReplicationGroupsCommand";
38
- import { DescribeReservedCacheNodesCommandInput, DescribeReservedCacheNodesCommandOutput } from "./commands/DescribeReservedCacheNodesCommand";
39
- import { DescribeReservedCacheNodesOfferingsCommandInput, DescribeReservedCacheNodesOfferingsCommandOutput } from "./commands/DescribeReservedCacheNodesOfferingsCommand";
40
- import { DescribeServiceUpdatesCommandInput, DescribeServiceUpdatesCommandOutput } from "./commands/DescribeServiceUpdatesCommand";
41
- import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "./commands/DescribeSnapshotsCommand";
42
- import { DescribeUpdateActionsCommandInput, DescribeUpdateActionsCommandOutput } from "./commands/DescribeUpdateActionsCommand";
43
- import { DescribeUserGroupsCommandInput, DescribeUserGroupsCommandOutput } from "./commands/DescribeUserGroupsCommand";
44
- import { DescribeUsersCommandInput, DescribeUsersCommandOutput } from "./commands/DescribeUsersCommand";
45
- import { DisassociateGlobalReplicationGroupCommandInput, DisassociateGlobalReplicationGroupCommandOutput } from "./commands/DisassociateGlobalReplicationGroupCommand";
46
- import { FailoverGlobalReplicationGroupCommandInput, FailoverGlobalReplicationGroupCommandOutput } from "./commands/FailoverGlobalReplicationGroupCommand";
47
- import { IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput } from "./commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand";
48
- import { IncreaseReplicaCountCommandInput, IncreaseReplicaCountCommandOutput } from "./commands/IncreaseReplicaCountCommand";
49
- import { ListAllowedNodeTypeModificationsCommandInput, ListAllowedNodeTypeModificationsCommandOutput } from "./commands/ListAllowedNodeTypeModificationsCommand";
50
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
51
- import { ModifyCacheClusterCommandInput, ModifyCacheClusterCommandOutput } from "./commands/ModifyCacheClusterCommand";
52
- import { ModifyCacheParameterGroupCommandInput, ModifyCacheParameterGroupCommandOutput } from "./commands/ModifyCacheParameterGroupCommand";
53
- import { ModifyCacheSubnetGroupCommandInput, ModifyCacheSubnetGroupCommandOutput } from "./commands/ModifyCacheSubnetGroupCommand";
54
- import { ModifyGlobalReplicationGroupCommandInput, ModifyGlobalReplicationGroupCommandOutput } from "./commands/ModifyGlobalReplicationGroupCommand";
55
- import { ModifyReplicationGroupCommandInput, ModifyReplicationGroupCommandOutput } from "./commands/ModifyReplicationGroupCommand";
56
- import { ModifyReplicationGroupShardConfigurationCommandInput, ModifyReplicationGroupShardConfigurationCommandOutput } from "./commands/ModifyReplicationGroupShardConfigurationCommand";
57
- import { ModifyUserCommandInput, ModifyUserCommandOutput } from "./commands/ModifyUserCommand";
58
- import { ModifyUserGroupCommandInput, ModifyUserGroupCommandOutput } from "./commands/ModifyUserGroupCommand";
59
- import { PurchaseReservedCacheNodesOfferingCommandInput, PurchaseReservedCacheNodesOfferingCommandOutput } from "./commands/PurchaseReservedCacheNodesOfferingCommand";
60
- import { RebalanceSlotsInGlobalReplicationGroupCommandInput, RebalanceSlotsInGlobalReplicationGroupCommandOutput } from "./commands/RebalanceSlotsInGlobalReplicationGroupCommand";
61
- import { RebootCacheClusterCommandInput, RebootCacheClusterCommandOutput } from "./commands/RebootCacheClusterCommand";
62
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
63
- import { ResetCacheParameterGroupCommandInput, ResetCacheParameterGroupCommandOutput } from "./commands/ResetCacheParameterGroupCommand";
64
- import { RevokeCacheSecurityGroupIngressCommandInput, RevokeCacheSecurityGroupIngressCommandOutput } from "./commands/RevokeCacheSecurityGroupIngressCommand";
65
- import { StartMigrationCommandInput, StartMigrationCommandOutput } from "./commands/StartMigrationCommand";
66
- import { TestFailoverCommandInput, TestFailoverCommandOutput } from "./commands/TestFailoverCommand";
67
- import { ElastiCacheClient } from "./ElastiCacheClient";
68
-
69
- export declare class ElastiCache extends ElastiCacheClient {
70
-
71
- addTagsToResource(args: AddTagsToResourceCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsToResourceCommandOutput>;
72
- addTagsToResource(args: AddTagsToResourceCommandInput, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
73
- addTagsToResource(args: AddTagsToResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
74
-
75
- authorizeCacheSecurityGroupIngress(args: AuthorizeCacheSecurityGroupIngressCommandInput, options?: __HttpHandlerOptions): Promise<AuthorizeCacheSecurityGroupIngressCommandOutput>;
76
- authorizeCacheSecurityGroupIngress(args: AuthorizeCacheSecurityGroupIngressCommandInput, cb: (err: any, data?: AuthorizeCacheSecurityGroupIngressCommandOutput) => void): void;
77
- authorizeCacheSecurityGroupIngress(args: AuthorizeCacheSecurityGroupIngressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AuthorizeCacheSecurityGroupIngressCommandOutput) => void): void;
78
-
79
- batchApplyUpdateAction(args: BatchApplyUpdateActionCommandInput, options?: __HttpHandlerOptions): Promise<BatchApplyUpdateActionCommandOutput>;
80
- batchApplyUpdateAction(args: BatchApplyUpdateActionCommandInput, cb: (err: any, data?: BatchApplyUpdateActionCommandOutput) => void): void;
81
- batchApplyUpdateAction(args: BatchApplyUpdateActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchApplyUpdateActionCommandOutput) => void): void;
82
-
83
- batchStopUpdateAction(args: BatchStopUpdateActionCommandInput, options?: __HttpHandlerOptions): Promise<BatchStopUpdateActionCommandOutput>;
84
- batchStopUpdateAction(args: BatchStopUpdateActionCommandInput, cb: (err: any, data?: BatchStopUpdateActionCommandOutput) => void): void;
85
- batchStopUpdateAction(args: BatchStopUpdateActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchStopUpdateActionCommandOutput) => void): void;
86
-
87
- completeMigration(args: CompleteMigrationCommandInput, options?: __HttpHandlerOptions): Promise<CompleteMigrationCommandOutput>;
88
- completeMigration(args: CompleteMigrationCommandInput, cb: (err: any, data?: CompleteMigrationCommandOutput) => void): void;
89
- completeMigration(args: CompleteMigrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CompleteMigrationCommandOutput) => void): void;
90
-
91
- copySnapshot(args: CopySnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CopySnapshotCommandOutput>;
92
- copySnapshot(args: CopySnapshotCommandInput, cb: (err: any, data?: CopySnapshotCommandOutput) => void): void;
93
- copySnapshot(args: CopySnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopySnapshotCommandOutput) => void): void;
94
-
95
- createCacheCluster(args: CreateCacheClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateCacheClusterCommandOutput>;
96
- createCacheCluster(args: CreateCacheClusterCommandInput, cb: (err: any, data?: CreateCacheClusterCommandOutput) => void): void;
97
- createCacheCluster(args: CreateCacheClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCacheClusterCommandOutput) => void): void;
98
-
99
- createCacheParameterGroup(args: CreateCacheParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateCacheParameterGroupCommandOutput>;
100
- createCacheParameterGroup(args: CreateCacheParameterGroupCommandInput, cb: (err: any, data?: CreateCacheParameterGroupCommandOutput) => void): void;
101
- createCacheParameterGroup(args: CreateCacheParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCacheParameterGroupCommandOutput) => void): void;
102
-
103
- createCacheSecurityGroup(args: CreateCacheSecurityGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateCacheSecurityGroupCommandOutput>;
104
- createCacheSecurityGroup(args: CreateCacheSecurityGroupCommandInput, cb: (err: any, data?: CreateCacheSecurityGroupCommandOutput) => void): void;
105
- createCacheSecurityGroup(args: CreateCacheSecurityGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCacheSecurityGroupCommandOutput) => void): void;
106
-
107
- createCacheSubnetGroup(args: CreateCacheSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateCacheSubnetGroupCommandOutput>;
108
- createCacheSubnetGroup(args: CreateCacheSubnetGroupCommandInput, cb: (err: any, data?: CreateCacheSubnetGroupCommandOutput) => void): void;
109
- createCacheSubnetGroup(args: CreateCacheSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCacheSubnetGroupCommandOutput) => void): void;
110
-
111
- createGlobalReplicationGroup(args: CreateGlobalReplicationGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateGlobalReplicationGroupCommandOutput>;
112
- createGlobalReplicationGroup(args: CreateGlobalReplicationGroupCommandInput, cb: (err: any, data?: CreateGlobalReplicationGroupCommandOutput) => void): void;
113
- createGlobalReplicationGroup(args: CreateGlobalReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGlobalReplicationGroupCommandOutput) => void): void;
114
-
115
- createReplicationGroup(args: CreateReplicationGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateReplicationGroupCommandOutput>;
116
- createReplicationGroup(args: CreateReplicationGroupCommandInput, cb: (err: any, data?: CreateReplicationGroupCommandOutput) => void): void;
117
- createReplicationGroup(args: CreateReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReplicationGroupCommandOutput) => void): void;
118
-
119
- createSnapshot(args: CreateSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CreateSnapshotCommandOutput>;
120
- createSnapshot(args: CreateSnapshotCommandInput, cb: (err: any, data?: CreateSnapshotCommandOutput) => void): void;
121
- createSnapshot(args: CreateSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSnapshotCommandOutput) => void): void;
122
-
123
- createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
124
- createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
125
- createUser(args: CreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
126
-
127
- createUserGroup(args: CreateUserGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserGroupCommandOutput>;
128
- createUserGroup(args: CreateUserGroupCommandInput, cb: (err: any, data?: CreateUserGroupCommandOutput) => void): void;
129
- createUserGroup(args: CreateUserGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserGroupCommandOutput) => void): void;
130
-
131
- decreaseNodeGroupsInGlobalReplicationGroup(args: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, options?: __HttpHandlerOptions): Promise<DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput>;
132
- decreaseNodeGroupsInGlobalReplicationGroup(args: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, cb: (err: any, data?: DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput) => void): void;
133
- decreaseNodeGroupsInGlobalReplicationGroup(args: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput) => void): void;
134
-
135
- decreaseReplicaCount(args: DecreaseReplicaCountCommandInput, options?: __HttpHandlerOptions): Promise<DecreaseReplicaCountCommandOutput>;
136
- decreaseReplicaCount(args: DecreaseReplicaCountCommandInput, cb: (err: any, data?: DecreaseReplicaCountCommandOutput) => void): void;
137
- decreaseReplicaCount(args: DecreaseReplicaCountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DecreaseReplicaCountCommandOutput) => void): void;
138
-
139
- deleteCacheCluster(args: DeleteCacheClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCacheClusterCommandOutput>;
140
- deleteCacheCluster(args: DeleteCacheClusterCommandInput, cb: (err: any, data?: DeleteCacheClusterCommandOutput) => void): void;
141
- deleteCacheCluster(args: DeleteCacheClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCacheClusterCommandOutput) => void): void;
142
-
143
- deleteCacheParameterGroup(args: DeleteCacheParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCacheParameterGroupCommandOutput>;
144
- deleteCacheParameterGroup(args: DeleteCacheParameterGroupCommandInput, cb: (err: any, data?: DeleteCacheParameterGroupCommandOutput) => void): void;
145
- deleteCacheParameterGroup(args: DeleteCacheParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCacheParameterGroupCommandOutput) => void): void;
146
-
147
- deleteCacheSecurityGroup(args: DeleteCacheSecurityGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCacheSecurityGroupCommandOutput>;
148
- deleteCacheSecurityGroup(args: DeleteCacheSecurityGroupCommandInput, cb: (err: any, data?: DeleteCacheSecurityGroupCommandOutput) => void): void;
149
- deleteCacheSecurityGroup(args: DeleteCacheSecurityGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCacheSecurityGroupCommandOutput) => void): void;
150
-
151
- deleteCacheSubnetGroup(args: DeleteCacheSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCacheSubnetGroupCommandOutput>;
152
- deleteCacheSubnetGroup(args: DeleteCacheSubnetGroupCommandInput, cb: (err: any, data?: DeleteCacheSubnetGroupCommandOutput) => void): void;
153
- deleteCacheSubnetGroup(args: DeleteCacheSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCacheSubnetGroupCommandOutput) => void): void;
154
-
155
- deleteGlobalReplicationGroup(args: DeleteGlobalReplicationGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGlobalReplicationGroupCommandOutput>;
156
- deleteGlobalReplicationGroup(args: DeleteGlobalReplicationGroupCommandInput, cb: (err: any, data?: DeleteGlobalReplicationGroupCommandOutput) => void): void;
157
- deleteGlobalReplicationGroup(args: DeleteGlobalReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGlobalReplicationGroupCommandOutput) => void): void;
158
-
159
- deleteReplicationGroup(args: DeleteReplicationGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReplicationGroupCommandOutput>;
160
- deleteReplicationGroup(args: DeleteReplicationGroupCommandInput, cb: (err: any, data?: DeleteReplicationGroupCommandOutput) => void): void;
161
- deleteReplicationGroup(args: DeleteReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReplicationGroupCommandOutput) => void): void;
162
-
163
- deleteSnapshot(args: DeleteSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSnapshotCommandOutput>;
164
- deleteSnapshot(args: DeleteSnapshotCommandInput, cb: (err: any, data?: DeleteSnapshotCommandOutput) => void): void;
165
- deleteSnapshot(args: DeleteSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSnapshotCommandOutput) => void): void;
166
-
167
- deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
168
- deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
169
- deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
170
-
171
- deleteUserGroup(args: DeleteUserGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserGroupCommandOutput>;
172
- deleteUserGroup(args: DeleteUserGroupCommandInput, cb: (err: any, data?: DeleteUserGroupCommandOutput) => void): void;
173
- deleteUserGroup(args: DeleteUserGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserGroupCommandOutput) => void): void;
174
-
175
- describeCacheClusters(args: DescribeCacheClustersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCacheClustersCommandOutput>;
176
- describeCacheClusters(args: DescribeCacheClustersCommandInput, cb: (err: any, data?: DescribeCacheClustersCommandOutput) => void): void;
177
- describeCacheClusters(args: DescribeCacheClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCacheClustersCommandOutput) => void): void;
178
-
179
- describeCacheEngineVersions(args: DescribeCacheEngineVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCacheEngineVersionsCommandOutput>;
180
- describeCacheEngineVersions(args: DescribeCacheEngineVersionsCommandInput, cb: (err: any, data?: DescribeCacheEngineVersionsCommandOutput) => void): void;
181
- describeCacheEngineVersions(args: DescribeCacheEngineVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCacheEngineVersionsCommandOutput) => void): void;
182
-
183
- describeCacheParameterGroups(args: DescribeCacheParameterGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCacheParameterGroupsCommandOutput>;
184
- describeCacheParameterGroups(args: DescribeCacheParameterGroupsCommandInput, cb: (err: any, data?: DescribeCacheParameterGroupsCommandOutput) => void): void;
185
- describeCacheParameterGroups(args: DescribeCacheParameterGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCacheParameterGroupsCommandOutput) => void): void;
186
-
187
- describeCacheParameters(args: DescribeCacheParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCacheParametersCommandOutput>;
188
- describeCacheParameters(args: DescribeCacheParametersCommandInput, cb: (err: any, data?: DescribeCacheParametersCommandOutput) => void): void;
189
- describeCacheParameters(args: DescribeCacheParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCacheParametersCommandOutput) => void): void;
190
-
191
- describeCacheSecurityGroups(args: DescribeCacheSecurityGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCacheSecurityGroupsCommandOutput>;
192
- describeCacheSecurityGroups(args: DescribeCacheSecurityGroupsCommandInput, cb: (err: any, data?: DescribeCacheSecurityGroupsCommandOutput) => void): void;
193
- describeCacheSecurityGroups(args: DescribeCacheSecurityGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCacheSecurityGroupsCommandOutput) => void): void;
194
-
195
- describeCacheSubnetGroups(args: DescribeCacheSubnetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCacheSubnetGroupsCommandOutput>;
196
- describeCacheSubnetGroups(args: DescribeCacheSubnetGroupsCommandInput, cb: (err: any, data?: DescribeCacheSubnetGroupsCommandOutput) => void): void;
197
- describeCacheSubnetGroups(args: DescribeCacheSubnetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCacheSubnetGroupsCommandOutput) => void): void;
198
-
199
- describeEngineDefaultParameters(args: DescribeEngineDefaultParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEngineDefaultParametersCommandOutput>;
200
- describeEngineDefaultParameters(args: DescribeEngineDefaultParametersCommandInput, cb: (err: any, data?: DescribeEngineDefaultParametersCommandOutput) => void): void;
201
- describeEngineDefaultParameters(args: DescribeEngineDefaultParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEngineDefaultParametersCommandOutput) => void): void;
202
-
203
- describeEvents(args: DescribeEventsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventsCommandOutput>;
204
- describeEvents(args: DescribeEventsCommandInput, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
205
- describeEvents(args: DescribeEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
206
-
207
- describeGlobalReplicationGroups(args: DescribeGlobalReplicationGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGlobalReplicationGroupsCommandOutput>;
208
- describeGlobalReplicationGroups(args: DescribeGlobalReplicationGroupsCommandInput, cb: (err: any, data?: DescribeGlobalReplicationGroupsCommandOutput) => void): void;
209
- describeGlobalReplicationGroups(args: DescribeGlobalReplicationGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGlobalReplicationGroupsCommandOutput) => void): void;
210
-
211
- describeReplicationGroups(args: DescribeReplicationGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReplicationGroupsCommandOutput>;
212
- describeReplicationGroups(args: DescribeReplicationGroupsCommandInput, cb: (err: any, data?: DescribeReplicationGroupsCommandOutput) => void): void;
213
- describeReplicationGroups(args: DescribeReplicationGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReplicationGroupsCommandOutput) => void): void;
214
-
215
- describeReservedCacheNodes(args: DescribeReservedCacheNodesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedCacheNodesCommandOutput>;
216
- describeReservedCacheNodes(args: DescribeReservedCacheNodesCommandInput, cb: (err: any, data?: DescribeReservedCacheNodesCommandOutput) => void): void;
217
- describeReservedCacheNodes(args: DescribeReservedCacheNodesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedCacheNodesCommandOutput) => void): void;
218
-
219
- describeReservedCacheNodesOfferings(args: DescribeReservedCacheNodesOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedCacheNodesOfferingsCommandOutput>;
220
- describeReservedCacheNodesOfferings(args: DescribeReservedCacheNodesOfferingsCommandInput, cb: (err: any, data?: DescribeReservedCacheNodesOfferingsCommandOutput) => void): void;
221
- describeReservedCacheNodesOfferings(args: DescribeReservedCacheNodesOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedCacheNodesOfferingsCommandOutput) => void): void;
222
-
223
- describeServiceUpdates(args: DescribeServiceUpdatesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeServiceUpdatesCommandOutput>;
224
- describeServiceUpdates(args: DescribeServiceUpdatesCommandInput, cb: (err: any, data?: DescribeServiceUpdatesCommandOutput) => void): void;
225
- describeServiceUpdates(args: DescribeServiceUpdatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServiceUpdatesCommandOutput) => void): void;
226
-
227
- describeSnapshots(args: DescribeSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSnapshotsCommandOutput>;
228
- describeSnapshots(args: DescribeSnapshotsCommandInput, cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void): void;
229
- describeSnapshots(args: DescribeSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void): void;
230
-
231
- describeUpdateActions(args: DescribeUpdateActionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUpdateActionsCommandOutput>;
232
- describeUpdateActions(args: DescribeUpdateActionsCommandInput, cb: (err: any, data?: DescribeUpdateActionsCommandOutput) => void): void;
233
- describeUpdateActions(args: DescribeUpdateActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUpdateActionsCommandOutput) => void): void;
234
-
235
- describeUserGroups(args: DescribeUserGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserGroupsCommandOutput>;
236
- describeUserGroups(args: DescribeUserGroupsCommandInput, cb: (err: any, data?: DescribeUserGroupsCommandOutput) => void): void;
237
- describeUserGroups(args: DescribeUserGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserGroupsCommandOutput) => void): void;
238
-
239
- describeUsers(args: DescribeUsersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUsersCommandOutput>;
240
- describeUsers(args: DescribeUsersCommandInput, cb: (err: any, data?: DescribeUsersCommandOutput) => void): void;
241
- describeUsers(args: DescribeUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUsersCommandOutput) => void): void;
242
-
243
- disassociateGlobalReplicationGroup(args: DisassociateGlobalReplicationGroupCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateGlobalReplicationGroupCommandOutput>;
244
- disassociateGlobalReplicationGroup(args: DisassociateGlobalReplicationGroupCommandInput, cb: (err: any, data?: DisassociateGlobalReplicationGroupCommandOutput) => void): void;
245
- disassociateGlobalReplicationGroup(args: DisassociateGlobalReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateGlobalReplicationGroupCommandOutput) => void): void;
246
-
247
- failoverGlobalReplicationGroup(args: FailoverGlobalReplicationGroupCommandInput, options?: __HttpHandlerOptions): Promise<FailoverGlobalReplicationGroupCommandOutput>;
248
- failoverGlobalReplicationGroup(args: FailoverGlobalReplicationGroupCommandInput, cb: (err: any, data?: FailoverGlobalReplicationGroupCommandOutput) => void): void;
249
- failoverGlobalReplicationGroup(args: FailoverGlobalReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: FailoverGlobalReplicationGroupCommandOutput) => void): void;
250
-
251
- increaseNodeGroupsInGlobalReplicationGroup(args: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, options?: __HttpHandlerOptions): Promise<IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput>;
252
- increaseNodeGroupsInGlobalReplicationGroup(args: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, cb: (err: any, data?: IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput) => void): void;
253
- increaseNodeGroupsInGlobalReplicationGroup(args: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput) => void): void;
254
-
255
- increaseReplicaCount(args: IncreaseReplicaCountCommandInput, options?: __HttpHandlerOptions): Promise<IncreaseReplicaCountCommandOutput>;
256
- increaseReplicaCount(args: IncreaseReplicaCountCommandInput, cb: (err: any, data?: IncreaseReplicaCountCommandOutput) => void): void;
257
- increaseReplicaCount(args: IncreaseReplicaCountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: IncreaseReplicaCountCommandOutput) => void): void;
258
-
259
- listAllowedNodeTypeModifications(args: ListAllowedNodeTypeModificationsCommandInput, options?: __HttpHandlerOptions): Promise<ListAllowedNodeTypeModificationsCommandOutput>;
260
- listAllowedNodeTypeModifications(args: ListAllowedNodeTypeModificationsCommandInput, cb: (err: any, data?: ListAllowedNodeTypeModificationsCommandOutput) => void): void;
261
- listAllowedNodeTypeModifications(args: ListAllowedNodeTypeModificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAllowedNodeTypeModificationsCommandOutput) => void): void;
262
-
263
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
264
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
265
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
266
-
267
- modifyCacheCluster(args: ModifyCacheClusterCommandInput, options?: __HttpHandlerOptions): Promise<ModifyCacheClusterCommandOutput>;
268
- modifyCacheCluster(args: ModifyCacheClusterCommandInput, cb: (err: any, data?: ModifyCacheClusterCommandOutput) => void): void;
269
- modifyCacheCluster(args: ModifyCacheClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyCacheClusterCommandOutput) => void): void;
270
-
271
- modifyCacheParameterGroup(args: ModifyCacheParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyCacheParameterGroupCommandOutput>;
272
- modifyCacheParameterGroup(args: ModifyCacheParameterGroupCommandInput, cb: (err: any, data?: ModifyCacheParameterGroupCommandOutput) => void): void;
273
- modifyCacheParameterGroup(args: ModifyCacheParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyCacheParameterGroupCommandOutput) => void): void;
274
-
275
- modifyCacheSubnetGroup(args: ModifyCacheSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyCacheSubnetGroupCommandOutput>;
276
- modifyCacheSubnetGroup(args: ModifyCacheSubnetGroupCommandInput, cb: (err: any, data?: ModifyCacheSubnetGroupCommandOutput) => void): void;
277
- modifyCacheSubnetGroup(args: ModifyCacheSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyCacheSubnetGroupCommandOutput) => void): void;
278
-
279
- modifyGlobalReplicationGroup(args: ModifyGlobalReplicationGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyGlobalReplicationGroupCommandOutput>;
280
- modifyGlobalReplicationGroup(args: ModifyGlobalReplicationGroupCommandInput, cb: (err: any, data?: ModifyGlobalReplicationGroupCommandOutput) => void): void;
281
- modifyGlobalReplicationGroup(args: ModifyGlobalReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyGlobalReplicationGroupCommandOutput) => void): void;
282
-
283
- modifyReplicationGroup(args: ModifyReplicationGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyReplicationGroupCommandOutput>;
284
- modifyReplicationGroup(args: ModifyReplicationGroupCommandInput, cb: (err: any, data?: ModifyReplicationGroupCommandOutput) => void): void;
285
- modifyReplicationGroup(args: ModifyReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyReplicationGroupCommandOutput) => void): void;
286
-
287
- modifyReplicationGroupShardConfiguration(args: ModifyReplicationGroupShardConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ModifyReplicationGroupShardConfigurationCommandOutput>;
288
- modifyReplicationGroupShardConfiguration(args: ModifyReplicationGroupShardConfigurationCommandInput, cb: (err: any, data?: ModifyReplicationGroupShardConfigurationCommandOutput) => void): void;
289
- modifyReplicationGroupShardConfiguration(args: ModifyReplicationGroupShardConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyReplicationGroupShardConfigurationCommandOutput) => void): void;
290
-
291
- modifyUser(args: ModifyUserCommandInput, options?: __HttpHandlerOptions): Promise<ModifyUserCommandOutput>;
292
- modifyUser(args: ModifyUserCommandInput, cb: (err: any, data?: ModifyUserCommandOutput) => void): void;
293
- modifyUser(args: ModifyUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyUserCommandOutput) => void): void;
294
-
295
- modifyUserGroup(args: ModifyUserGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyUserGroupCommandOutput>;
296
- modifyUserGroup(args: ModifyUserGroupCommandInput, cb: (err: any, data?: ModifyUserGroupCommandOutput) => void): void;
297
- modifyUserGroup(args: ModifyUserGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyUserGroupCommandOutput) => void): void;
298
-
299
- purchaseReservedCacheNodesOffering(args: PurchaseReservedCacheNodesOfferingCommandInput, options?: __HttpHandlerOptions): Promise<PurchaseReservedCacheNodesOfferingCommandOutput>;
300
- purchaseReservedCacheNodesOffering(args: PurchaseReservedCacheNodesOfferingCommandInput, cb: (err: any, data?: PurchaseReservedCacheNodesOfferingCommandOutput) => void): void;
301
- purchaseReservedCacheNodesOffering(args: PurchaseReservedCacheNodesOfferingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PurchaseReservedCacheNodesOfferingCommandOutput) => void): void;
302
-
303
- rebalanceSlotsInGlobalReplicationGroup(args: RebalanceSlotsInGlobalReplicationGroupCommandInput, options?: __HttpHandlerOptions): Promise<RebalanceSlotsInGlobalReplicationGroupCommandOutput>;
304
- rebalanceSlotsInGlobalReplicationGroup(args: RebalanceSlotsInGlobalReplicationGroupCommandInput, cb: (err: any, data?: RebalanceSlotsInGlobalReplicationGroupCommandOutput) => void): void;
305
- rebalanceSlotsInGlobalReplicationGroup(args: RebalanceSlotsInGlobalReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebalanceSlotsInGlobalReplicationGroupCommandOutput) => void): void;
306
-
307
- rebootCacheCluster(args: RebootCacheClusterCommandInput, options?: __HttpHandlerOptions): Promise<RebootCacheClusterCommandOutput>;
308
- rebootCacheCluster(args: RebootCacheClusterCommandInput, cb: (err: any, data?: RebootCacheClusterCommandOutput) => void): void;
309
- rebootCacheCluster(args: RebootCacheClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootCacheClusterCommandOutput) => void): void;
310
-
311
- removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsFromResourceCommandOutput>;
312
- removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
313
- removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
314
-
315
- resetCacheParameterGroup(args: ResetCacheParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ResetCacheParameterGroupCommandOutput>;
316
- resetCacheParameterGroup(args: ResetCacheParameterGroupCommandInput, cb: (err: any, data?: ResetCacheParameterGroupCommandOutput) => void): void;
317
- resetCacheParameterGroup(args: ResetCacheParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetCacheParameterGroupCommandOutput) => void): void;
318
-
319
- revokeCacheSecurityGroupIngress(args: RevokeCacheSecurityGroupIngressCommandInput, options?: __HttpHandlerOptions): Promise<RevokeCacheSecurityGroupIngressCommandOutput>;
320
- revokeCacheSecurityGroupIngress(args: RevokeCacheSecurityGroupIngressCommandInput, cb: (err: any, data?: RevokeCacheSecurityGroupIngressCommandOutput) => void): void;
321
- revokeCacheSecurityGroupIngress(args: RevokeCacheSecurityGroupIngressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RevokeCacheSecurityGroupIngressCommandOutput) => void): void;
322
-
323
- startMigration(args: StartMigrationCommandInput, options?: __HttpHandlerOptions): Promise<StartMigrationCommandOutput>;
324
- startMigration(args: StartMigrationCommandInput, cb: (err: any, data?: StartMigrationCommandOutput) => void): void;
325
- startMigration(args: StartMigrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMigrationCommandOutput) => void): void;
326
-
327
- testFailover(args: TestFailoverCommandInput, options?: __HttpHandlerOptions): Promise<TestFailoverCommandOutput>;
328
- testFailover(args: TestFailoverCommandInput, cb: (err: any, data?: TestFailoverCommandOutput) => void): void;
329
- testFailover(args: TestFailoverCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestFailoverCommandOutput) => void): void;
330
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AddTagsToResourceCommandInput,
4
+ AddTagsToResourceCommandOutput,
5
+ } from "./commands/AddTagsToResourceCommand";
6
+ import {
7
+ AuthorizeCacheSecurityGroupIngressCommandInput,
8
+ AuthorizeCacheSecurityGroupIngressCommandOutput,
9
+ } from "./commands/AuthorizeCacheSecurityGroupIngressCommand";
10
+ import {
11
+ BatchApplyUpdateActionCommandInput,
12
+ BatchApplyUpdateActionCommandOutput,
13
+ } from "./commands/BatchApplyUpdateActionCommand";
14
+ import {
15
+ BatchStopUpdateActionCommandInput,
16
+ BatchStopUpdateActionCommandOutput,
17
+ } from "./commands/BatchStopUpdateActionCommand";
18
+ import {
19
+ CompleteMigrationCommandInput,
20
+ CompleteMigrationCommandOutput,
21
+ } from "./commands/CompleteMigrationCommand";
22
+ import {
23
+ CopySnapshotCommandInput,
24
+ CopySnapshotCommandOutput,
25
+ } from "./commands/CopySnapshotCommand";
26
+ import {
27
+ CreateCacheClusterCommandInput,
28
+ CreateCacheClusterCommandOutput,
29
+ } from "./commands/CreateCacheClusterCommand";
30
+ import {
31
+ CreateCacheParameterGroupCommandInput,
32
+ CreateCacheParameterGroupCommandOutput,
33
+ } from "./commands/CreateCacheParameterGroupCommand";
34
+ import {
35
+ CreateCacheSecurityGroupCommandInput,
36
+ CreateCacheSecurityGroupCommandOutput,
37
+ } from "./commands/CreateCacheSecurityGroupCommand";
38
+ import {
39
+ CreateCacheSubnetGroupCommandInput,
40
+ CreateCacheSubnetGroupCommandOutput,
41
+ } from "./commands/CreateCacheSubnetGroupCommand";
42
+ import {
43
+ CreateGlobalReplicationGroupCommandInput,
44
+ CreateGlobalReplicationGroupCommandOutput,
45
+ } from "./commands/CreateGlobalReplicationGroupCommand";
46
+ import {
47
+ CreateReplicationGroupCommandInput,
48
+ CreateReplicationGroupCommandOutput,
49
+ } from "./commands/CreateReplicationGroupCommand";
50
+ import {
51
+ CreateSnapshotCommandInput,
52
+ CreateSnapshotCommandOutput,
53
+ } from "./commands/CreateSnapshotCommand";
54
+ import {
55
+ CreateUserCommandInput,
56
+ CreateUserCommandOutput,
57
+ } from "./commands/CreateUserCommand";
58
+ import {
59
+ CreateUserGroupCommandInput,
60
+ CreateUserGroupCommandOutput,
61
+ } from "./commands/CreateUserGroupCommand";
62
+ import {
63
+ DecreaseNodeGroupsInGlobalReplicationGroupCommandInput,
64
+ DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput,
65
+ } from "./commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand";
66
+ import {
67
+ DecreaseReplicaCountCommandInput,
68
+ DecreaseReplicaCountCommandOutput,
69
+ } from "./commands/DecreaseReplicaCountCommand";
70
+ import {
71
+ DeleteCacheClusterCommandInput,
72
+ DeleteCacheClusterCommandOutput,
73
+ } from "./commands/DeleteCacheClusterCommand";
74
+ import {
75
+ DeleteCacheParameterGroupCommandInput,
76
+ DeleteCacheParameterGroupCommandOutput,
77
+ } from "./commands/DeleteCacheParameterGroupCommand";
78
+ import {
79
+ DeleteCacheSecurityGroupCommandInput,
80
+ DeleteCacheSecurityGroupCommandOutput,
81
+ } from "./commands/DeleteCacheSecurityGroupCommand";
82
+ import {
83
+ DeleteCacheSubnetGroupCommandInput,
84
+ DeleteCacheSubnetGroupCommandOutput,
85
+ } from "./commands/DeleteCacheSubnetGroupCommand";
86
+ import {
87
+ DeleteGlobalReplicationGroupCommandInput,
88
+ DeleteGlobalReplicationGroupCommandOutput,
89
+ } from "./commands/DeleteGlobalReplicationGroupCommand";
90
+ import {
91
+ DeleteReplicationGroupCommandInput,
92
+ DeleteReplicationGroupCommandOutput,
93
+ } from "./commands/DeleteReplicationGroupCommand";
94
+ import {
95
+ DeleteSnapshotCommandInput,
96
+ DeleteSnapshotCommandOutput,
97
+ } from "./commands/DeleteSnapshotCommand";
98
+ import {
99
+ DeleteUserCommandInput,
100
+ DeleteUserCommandOutput,
101
+ } from "./commands/DeleteUserCommand";
102
+ import {
103
+ DeleteUserGroupCommandInput,
104
+ DeleteUserGroupCommandOutput,
105
+ } from "./commands/DeleteUserGroupCommand";
106
+ import {
107
+ DescribeCacheClustersCommandInput,
108
+ DescribeCacheClustersCommandOutput,
109
+ } from "./commands/DescribeCacheClustersCommand";
110
+ import {
111
+ DescribeCacheEngineVersionsCommandInput,
112
+ DescribeCacheEngineVersionsCommandOutput,
113
+ } from "./commands/DescribeCacheEngineVersionsCommand";
114
+ import {
115
+ DescribeCacheParameterGroupsCommandInput,
116
+ DescribeCacheParameterGroupsCommandOutput,
117
+ } from "./commands/DescribeCacheParameterGroupsCommand";
118
+ import {
119
+ DescribeCacheParametersCommandInput,
120
+ DescribeCacheParametersCommandOutput,
121
+ } from "./commands/DescribeCacheParametersCommand";
122
+ import {
123
+ DescribeCacheSecurityGroupsCommandInput,
124
+ DescribeCacheSecurityGroupsCommandOutput,
125
+ } from "./commands/DescribeCacheSecurityGroupsCommand";
126
+ import {
127
+ DescribeCacheSubnetGroupsCommandInput,
128
+ DescribeCacheSubnetGroupsCommandOutput,
129
+ } from "./commands/DescribeCacheSubnetGroupsCommand";
130
+ import {
131
+ DescribeEngineDefaultParametersCommandInput,
132
+ DescribeEngineDefaultParametersCommandOutput,
133
+ } from "./commands/DescribeEngineDefaultParametersCommand";
134
+ import {
135
+ DescribeEventsCommandInput,
136
+ DescribeEventsCommandOutput,
137
+ } from "./commands/DescribeEventsCommand";
138
+ import {
139
+ DescribeGlobalReplicationGroupsCommandInput,
140
+ DescribeGlobalReplicationGroupsCommandOutput,
141
+ } from "./commands/DescribeGlobalReplicationGroupsCommand";
142
+ import {
143
+ DescribeReplicationGroupsCommandInput,
144
+ DescribeReplicationGroupsCommandOutput,
145
+ } from "./commands/DescribeReplicationGroupsCommand";
146
+ import {
147
+ DescribeReservedCacheNodesCommandInput,
148
+ DescribeReservedCacheNodesCommandOutput,
149
+ } from "./commands/DescribeReservedCacheNodesCommand";
150
+ import {
151
+ DescribeReservedCacheNodesOfferingsCommandInput,
152
+ DescribeReservedCacheNodesOfferingsCommandOutput,
153
+ } from "./commands/DescribeReservedCacheNodesOfferingsCommand";
154
+ import {
155
+ DescribeServiceUpdatesCommandInput,
156
+ DescribeServiceUpdatesCommandOutput,
157
+ } from "./commands/DescribeServiceUpdatesCommand";
158
+ import {
159
+ DescribeSnapshotsCommandInput,
160
+ DescribeSnapshotsCommandOutput,
161
+ } from "./commands/DescribeSnapshotsCommand";
162
+ import {
163
+ DescribeUpdateActionsCommandInput,
164
+ DescribeUpdateActionsCommandOutput,
165
+ } from "./commands/DescribeUpdateActionsCommand";
166
+ import {
167
+ DescribeUserGroupsCommandInput,
168
+ DescribeUserGroupsCommandOutput,
169
+ } from "./commands/DescribeUserGroupsCommand";
170
+ import {
171
+ DescribeUsersCommandInput,
172
+ DescribeUsersCommandOutput,
173
+ } from "./commands/DescribeUsersCommand";
174
+ import {
175
+ DisassociateGlobalReplicationGroupCommandInput,
176
+ DisassociateGlobalReplicationGroupCommandOutput,
177
+ } from "./commands/DisassociateGlobalReplicationGroupCommand";
178
+ import {
179
+ FailoverGlobalReplicationGroupCommandInput,
180
+ FailoverGlobalReplicationGroupCommandOutput,
181
+ } from "./commands/FailoverGlobalReplicationGroupCommand";
182
+ import {
183
+ IncreaseNodeGroupsInGlobalReplicationGroupCommandInput,
184
+ IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput,
185
+ } from "./commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand";
186
+ import {
187
+ IncreaseReplicaCountCommandInput,
188
+ IncreaseReplicaCountCommandOutput,
189
+ } from "./commands/IncreaseReplicaCountCommand";
190
+ import {
191
+ ListAllowedNodeTypeModificationsCommandInput,
192
+ ListAllowedNodeTypeModificationsCommandOutput,
193
+ } from "./commands/ListAllowedNodeTypeModificationsCommand";
194
+ import {
195
+ ListTagsForResourceCommandInput,
196
+ ListTagsForResourceCommandOutput,
197
+ } from "./commands/ListTagsForResourceCommand";
198
+ import {
199
+ ModifyCacheClusterCommandInput,
200
+ ModifyCacheClusterCommandOutput,
201
+ } from "./commands/ModifyCacheClusterCommand";
202
+ import {
203
+ ModifyCacheParameterGroupCommandInput,
204
+ ModifyCacheParameterGroupCommandOutput,
205
+ } from "./commands/ModifyCacheParameterGroupCommand";
206
+ import {
207
+ ModifyCacheSubnetGroupCommandInput,
208
+ ModifyCacheSubnetGroupCommandOutput,
209
+ } from "./commands/ModifyCacheSubnetGroupCommand";
210
+ import {
211
+ ModifyGlobalReplicationGroupCommandInput,
212
+ ModifyGlobalReplicationGroupCommandOutput,
213
+ } from "./commands/ModifyGlobalReplicationGroupCommand";
214
+ import {
215
+ ModifyReplicationGroupCommandInput,
216
+ ModifyReplicationGroupCommandOutput,
217
+ } from "./commands/ModifyReplicationGroupCommand";
218
+ import {
219
+ ModifyReplicationGroupShardConfigurationCommandInput,
220
+ ModifyReplicationGroupShardConfigurationCommandOutput,
221
+ } from "./commands/ModifyReplicationGroupShardConfigurationCommand";
222
+ import {
223
+ ModifyUserCommandInput,
224
+ ModifyUserCommandOutput,
225
+ } from "./commands/ModifyUserCommand";
226
+ import {
227
+ ModifyUserGroupCommandInput,
228
+ ModifyUserGroupCommandOutput,
229
+ } from "./commands/ModifyUserGroupCommand";
230
+ import {
231
+ PurchaseReservedCacheNodesOfferingCommandInput,
232
+ PurchaseReservedCacheNodesOfferingCommandOutput,
233
+ } from "./commands/PurchaseReservedCacheNodesOfferingCommand";
234
+ import {
235
+ RebalanceSlotsInGlobalReplicationGroupCommandInput,
236
+ RebalanceSlotsInGlobalReplicationGroupCommandOutput,
237
+ } from "./commands/RebalanceSlotsInGlobalReplicationGroupCommand";
238
+ import {
239
+ RebootCacheClusterCommandInput,
240
+ RebootCacheClusterCommandOutput,
241
+ } from "./commands/RebootCacheClusterCommand";
242
+ import {
243
+ RemoveTagsFromResourceCommandInput,
244
+ RemoveTagsFromResourceCommandOutput,
245
+ } from "./commands/RemoveTagsFromResourceCommand";
246
+ import {
247
+ ResetCacheParameterGroupCommandInput,
248
+ ResetCacheParameterGroupCommandOutput,
249
+ } from "./commands/ResetCacheParameterGroupCommand";
250
+ import {
251
+ RevokeCacheSecurityGroupIngressCommandInput,
252
+ RevokeCacheSecurityGroupIngressCommandOutput,
253
+ } from "./commands/RevokeCacheSecurityGroupIngressCommand";
254
+ import {
255
+ StartMigrationCommandInput,
256
+ StartMigrationCommandOutput,
257
+ } from "./commands/StartMigrationCommand";
258
+ import {
259
+ TestFailoverCommandInput,
260
+ TestFailoverCommandOutput,
261
+ } from "./commands/TestFailoverCommand";
262
+ import { ElastiCacheClient } from "./ElastiCacheClient";
263
+ export declare class ElastiCache extends ElastiCacheClient {
264
+ addTagsToResource(
265
+ args: AddTagsToResourceCommandInput,
266
+ options?: __HttpHandlerOptions
267
+ ): Promise<AddTagsToResourceCommandOutput>;
268
+ addTagsToResource(
269
+ args: AddTagsToResourceCommandInput,
270
+ cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
271
+ ): void;
272
+ addTagsToResource(
273
+ args: AddTagsToResourceCommandInput,
274
+ options: __HttpHandlerOptions,
275
+ cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
276
+ ): void;
277
+ authorizeCacheSecurityGroupIngress(
278
+ args: AuthorizeCacheSecurityGroupIngressCommandInput,
279
+ options?: __HttpHandlerOptions
280
+ ): Promise<AuthorizeCacheSecurityGroupIngressCommandOutput>;
281
+ authorizeCacheSecurityGroupIngress(
282
+ args: AuthorizeCacheSecurityGroupIngressCommandInput,
283
+ cb: (
284
+ err: any,
285
+ data?: AuthorizeCacheSecurityGroupIngressCommandOutput
286
+ ) => void
287
+ ): void;
288
+ authorizeCacheSecurityGroupIngress(
289
+ args: AuthorizeCacheSecurityGroupIngressCommandInput,
290
+ options: __HttpHandlerOptions,
291
+ cb: (
292
+ err: any,
293
+ data?: AuthorizeCacheSecurityGroupIngressCommandOutput
294
+ ) => void
295
+ ): void;
296
+ batchApplyUpdateAction(
297
+ args: BatchApplyUpdateActionCommandInput,
298
+ options?: __HttpHandlerOptions
299
+ ): Promise<BatchApplyUpdateActionCommandOutput>;
300
+ batchApplyUpdateAction(
301
+ args: BatchApplyUpdateActionCommandInput,
302
+ cb: (err: any, data?: BatchApplyUpdateActionCommandOutput) => void
303
+ ): void;
304
+ batchApplyUpdateAction(
305
+ args: BatchApplyUpdateActionCommandInput,
306
+ options: __HttpHandlerOptions,
307
+ cb: (err: any, data?: BatchApplyUpdateActionCommandOutput) => void
308
+ ): void;
309
+ batchStopUpdateAction(
310
+ args: BatchStopUpdateActionCommandInput,
311
+ options?: __HttpHandlerOptions
312
+ ): Promise<BatchStopUpdateActionCommandOutput>;
313
+ batchStopUpdateAction(
314
+ args: BatchStopUpdateActionCommandInput,
315
+ cb: (err: any, data?: BatchStopUpdateActionCommandOutput) => void
316
+ ): void;
317
+ batchStopUpdateAction(
318
+ args: BatchStopUpdateActionCommandInput,
319
+ options: __HttpHandlerOptions,
320
+ cb: (err: any, data?: BatchStopUpdateActionCommandOutput) => void
321
+ ): void;
322
+ completeMigration(
323
+ args: CompleteMigrationCommandInput,
324
+ options?: __HttpHandlerOptions
325
+ ): Promise<CompleteMigrationCommandOutput>;
326
+ completeMigration(
327
+ args: CompleteMigrationCommandInput,
328
+ cb: (err: any, data?: CompleteMigrationCommandOutput) => void
329
+ ): void;
330
+ completeMigration(
331
+ args: CompleteMigrationCommandInput,
332
+ options: __HttpHandlerOptions,
333
+ cb: (err: any, data?: CompleteMigrationCommandOutput) => void
334
+ ): void;
335
+ copySnapshot(
336
+ args: CopySnapshotCommandInput,
337
+ options?: __HttpHandlerOptions
338
+ ): Promise<CopySnapshotCommandOutput>;
339
+ copySnapshot(
340
+ args: CopySnapshotCommandInput,
341
+ cb: (err: any, data?: CopySnapshotCommandOutput) => void
342
+ ): void;
343
+ copySnapshot(
344
+ args: CopySnapshotCommandInput,
345
+ options: __HttpHandlerOptions,
346
+ cb: (err: any, data?: CopySnapshotCommandOutput) => void
347
+ ): void;
348
+ createCacheCluster(
349
+ args: CreateCacheClusterCommandInput,
350
+ options?: __HttpHandlerOptions
351
+ ): Promise<CreateCacheClusterCommandOutput>;
352
+ createCacheCluster(
353
+ args: CreateCacheClusterCommandInput,
354
+ cb: (err: any, data?: CreateCacheClusterCommandOutput) => void
355
+ ): void;
356
+ createCacheCluster(
357
+ args: CreateCacheClusterCommandInput,
358
+ options: __HttpHandlerOptions,
359
+ cb: (err: any, data?: CreateCacheClusterCommandOutput) => void
360
+ ): void;
361
+ createCacheParameterGroup(
362
+ args: CreateCacheParameterGroupCommandInput,
363
+ options?: __HttpHandlerOptions
364
+ ): Promise<CreateCacheParameterGroupCommandOutput>;
365
+ createCacheParameterGroup(
366
+ args: CreateCacheParameterGroupCommandInput,
367
+ cb: (err: any, data?: CreateCacheParameterGroupCommandOutput) => void
368
+ ): void;
369
+ createCacheParameterGroup(
370
+ args: CreateCacheParameterGroupCommandInput,
371
+ options: __HttpHandlerOptions,
372
+ cb: (err: any, data?: CreateCacheParameterGroupCommandOutput) => void
373
+ ): void;
374
+ createCacheSecurityGroup(
375
+ args: CreateCacheSecurityGroupCommandInput,
376
+ options?: __HttpHandlerOptions
377
+ ): Promise<CreateCacheSecurityGroupCommandOutput>;
378
+ createCacheSecurityGroup(
379
+ args: CreateCacheSecurityGroupCommandInput,
380
+ cb: (err: any, data?: CreateCacheSecurityGroupCommandOutput) => void
381
+ ): void;
382
+ createCacheSecurityGroup(
383
+ args: CreateCacheSecurityGroupCommandInput,
384
+ options: __HttpHandlerOptions,
385
+ cb: (err: any, data?: CreateCacheSecurityGroupCommandOutput) => void
386
+ ): void;
387
+ createCacheSubnetGroup(
388
+ args: CreateCacheSubnetGroupCommandInput,
389
+ options?: __HttpHandlerOptions
390
+ ): Promise<CreateCacheSubnetGroupCommandOutput>;
391
+ createCacheSubnetGroup(
392
+ args: CreateCacheSubnetGroupCommandInput,
393
+ cb: (err: any, data?: CreateCacheSubnetGroupCommandOutput) => void
394
+ ): void;
395
+ createCacheSubnetGroup(
396
+ args: CreateCacheSubnetGroupCommandInput,
397
+ options: __HttpHandlerOptions,
398
+ cb: (err: any, data?: CreateCacheSubnetGroupCommandOutput) => void
399
+ ): void;
400
+ createGlobalReplicationGroup(
401
+ args: CreateGlobalReplicationGroupCommandInput,
402
+ options?: __HttpHandlerOptions
403
+ ): Promise<CreateGlobalReplicationGroupCommandOutput>;
404
+ createGlobalReplicationGroup(
405
+ args: CreateGlobalReplicationGroupCommandInput,
406
+ cb: (err: any, data?: CreateGlobalReplicationGroupCommandOutput) => void
407
+ ): void;
408
+ createGlobalReplicationGroup(
409
+ args: CreateGlobalReplicationGroupCommandInput,
410
+ options: __HttpHandlerOptions,
411
+ cb: (err: any, data?: CreateGlobalReplicationGroupCommandOutput) => void
412
+ ): void;
413
+ createReplicationGroup(
414
+ args: CreateReplicationGroupCommandInput,
415
+ options?: __HttpHandlerOptions
416
+ ): Promise<CreateReplicationGroupCommandOutput>;
417
+ createReplicationGroup(
418
+ args: CreateReplicationGroupCommandInput,
419
+ cb: (err: any, data?: CreateReplicationGroupCommandOutput) => void
420
+ ): void;
421
+ createReplicationGroup(
422
+ args: CreateReplicationGroupCommandInput,
423
+ options: __HttpHandlerOptions,
424
+ cb: (err: any, data?: CreateReplicationGroupCommandOutput) => void
425
+ ): void;
426
+ createSnapshot(
427
+ args: CreateSnapshotCommandInput,
428
+ options?: __HttpHandlerOptions
429
+ ): Promise<CreateSnapshotCommandOutput>;
430
+ createSnapshot(
431
+ args: CreateSnapshotCommandInput,
432
+ cb: (err: any, data?: CreateSnapshotCommandOutput) => void
433
+ ): void;
434
+ createSnapshot(
435
+ args: CreateSnapshotCommandInput,
436
+ options: __HttpHandlerOptions,
437
+ cb: (err: any, data?: CreateSnapshotCommandOutput) => void
438
+ ): void;
439
+ createUser(
440
+ args: CreateUserCommandInput,
441
+ options?: __HttpHandlerOptions
442
+ ): Promise<CreateUserCommandOutput>;
443
+ createUser(
444
+ args: CreateUserCommandInput,
445
+ cb: (err: any, data?: CreateUserCommandOutput) => void
446
+ ): void;
447
+ createUser(
448
+ args: CreateUserCommandInput,
449
+ options: __HttpHandlerOptions,
450
+ cb: (err: any, data?: CreateUserCommandOutput) => void
451
+ ): void;
452
+ createUserGroup(
453
+ args: CreateUserGroupCommandInput,
454
+ options?: __HttpHandlerOptions
455
+ ): Promise<CreateUserGroupCommandOutput>;
456
+ createUserGroup(
457
+ args: CreateUserGroupCommandInput,
458
+ cb: (err: any, data?: CreateUserGroupCommandOutput) => void
459
+ ): void;
460
+ createUserGroup(
461
+ args: CreateUserGroupCommandInput,
462
+ options: __HttpHandlerOptions,
463
+ cb: (err: any, data?: CreateUserGroupCommandOutput) => void
464
+ ): void;
465
+ decreaseNodeGroupsInGlobalReplicationGroup(
466
+ args: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput,
467
+ options?: __HttpHandlerOptions
468
+ ): Promise<DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput>;
469
+ decreaseNodeGroupsInGlobalReplicationGroup(
470
+ args: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput,
471
+ cb: (
472
+ err: any,
473
+ data?: DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput
474
+ ) => void
475
+ ): void;
476
+ decreaseNodeGroupsInGlobalReplicationGroup(
477
+ args: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput,
478
+ options: __HttpHandlerOptions,
479
+ cb: (
480
+ err: any,
481
+ data?: DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput
482
+ ) => void
483
+ ): void;
484
+ decreaseReplicaCount(
485
+ args: DecreaseReplicaCountCommandInput,
486
+ options?: __HttpHandlerOptions
487
+ ): Promise<DecreaseReplicaCountCommandOutput>;
488
+ decreaseReplicaCount(
489
+ args: DecreaseReplicaCountCommandInput,
490
+ cb: (err: any, data?: DecreaseReplicaCountCommandOutput) => void
491
+ ): void;
492
+ decreaseReplicaCount(
493
+ args: DecreaseReplicaCountCommandInput,
494
+ options: __HttpHandlerOptions,
495
+ cb: (err: any, data?: DecreaseReplicaCountCommandOutput) => void
496
+ ): void;
497
+ deleteCacheCluster(
498
+ args: DeleteCacheClusterCommandInput,
499
+ options?: __HttpHandlerOptions
500
+ ): Promise<DeleteCacheClusterCommandOutput>;
501
+ deleteCacheCluster(
502
+ args: DeleteCacheClusterCommandInput,
503
+ cb: (err: any, data?: DeleteCacheClusterCommandOutput) => void
504
+ ): void;
505
+ deleteCacheCluster(
506
+ args: DeleteCacheClusterCommandInput,
507
+ options: __HttpHandlerOptions,
508
+ cb: (err: any, data?: DeleteCacheClusterCommandOutput) => void
509
+ ): void;
510
+ deleteCacheParameterGroup(
511
+ args: DeleteCacheParameterGroupCommandInput,
512
+ options?: __HttpHandlerOptions
513
+ ): Promise<DeleteCacheParameterGroupCommandOutput>;
514
+ deleteCacheParameterGroup(
515
+ args: DeleteCacheParameterGroupCommandInput,
516
+ cb: (err: any, data?: DeleteCacheParameterGroupCommandOutput) => void
517
+ ): void;
518
+ deleteCacheParameterGroup(
519
+ args: DeleteCacheParameterGroupCommandInput,
520
+ options: __HttpHandlerOptions,
521
+ cb: (err: any, data?: DeleteCacheParameterGroupCommandOutput) => void
522
+ ): void;
523
+ deleteCacheSecurityGroup(
524
+ args: DeleteCacheSecurityGroupCommandInput,
525
+ options?: __HttpHandlerOptions
526
+ ): Promise<DeleteCacheSecurityGroupCommandOutput>;
527
+ deleteCacheSecurityGroup(
528
+ args: DeleteCacheSecurityGroupCommandInput,
529
+ cb: (err: any, data?: DeleteCacheSecurityGroupCommandOutput) => void
530
+ ): void;
531
+ deleteCacheSecurityGroup(
532
+ args: DeleteCacheSecurityGroupCommandInput,
533
+ options: __HttpHandlerOptions,
534
+ cb: (err: any, data?: DeleteCacheSecurityGroupCommandOutput) => void
535
+ ): void;
536
+ deleteCacheSubnetGroup(
537
+ args: DeleteCacheSubnetGroupCommandInput,
538
+ options?: __HttpHandlerOptions
539
+ ): Promise<DeleteCacheSubnetGroupCommandOutput>;
540
+ deleteCacheSubnetGroup(
541
+ args: DeleteCacheSubnetGroupCommandInput,
542
+ cb: (err: any, data?: DeleteCacheSubnetGroupCommandOutput) => void
543
+ ): void;
544
+ deleteCacheSubnetGroup(
545
+ args: DeleteCacheSubnetGroupCommandInput,
546
+ options: __HttpHandlerOptions,
547
+ cb: (err: any, data?: DeleteCacheSubnetGroupCommandOutput) => void
548
+ ): void;
549
+ deleteGlobalReplicationGroup(
550
+ args: DeleteGlobalReplicationGroupCommandInput,
551
+ options?: __HttpHandlerOptions
552
+ ): Promise<DeleteGlobalReplicationGroupCommandOutput>;
553
+ deleteGlobalReplicationGroup(
554
+ args: DeleteGlobalReplicationGroupCommandInput,
555
+ cb: (err: any, data?: DeleteGlobalReplicationGroupCommandOutput) => void
556
+ ): void;
557
+ deleteGlobalReplicationGroup(
558
+ args: DeleteGlobalReplicationGroupCommandInput,
559
+ options: __HttpHandlerOptions,
560
+ cb: (err: any, data?: DeleteGlobalReplicationGroupCommandOutput) => void
561
+ ): void;
562
+ deleteReplicationGroup(
563
+ args: DeleteReplicationGroupCommandInput,
564
+ options?: __HttpHandlerOptions
565
+ ): Promise<DeleteReplicationGroupCommandOutput>;
566
+ deleteReplicationGroup(
567
+ args: DeleteReplicationGroupCommandInput,
568
+ cb: (err: any, data?: DeleteReplicationGroupCommandOutput) => void
569
+ ): void;
570
+ deleteReplicationGroup(
571
+ args: DeleteReplicationGroupCommandInput,
572
+ options: __HttpHandlerOptions,
573
+ cb: (err: any, data?: DeleteReplicationGroupCommandOutput) => void
574
+ ): void;
575
+ deleteSnapshot(
576
+ args: DeleteSnapshotCommandInput,
577
+ options?: __HttpHandlerOptions
578
+ ): Promise<DeleteSnapshotCommandOutput>;
579
+ deleteSnapshot(
580
+ args: DeleteSnapshotCommandInput,
581
+ cb: (err: any, data?: DeleteSnapshotCommandOutput) => void
582
+ ): void;
583
+ deleteSnapshot(
584
+ args: DeleteSnapshotCommandInput,
585
+ options: __HttpHandlerOptions,
586
+ cb: (err: any, data?: DeleteSnapshotCommandOutput) => void
587
+ ): void;
588
+ deleteUser(
589
+ args: DeleteUserCommandInput,
590
+ options?: __HttpHandlerOptions
591
+ ): Promise<DeleteUserCommandOutput>;
592
+ deleteUser(
593
+ args: DeleteUserCommandInput,
594
+ cb: (err: any, data?: DeleteUserCommandOutput) => void
595
+ ): void;
596
+ deleteUser(
597
+ args: DeleteUserCommandInput,
598
+ options: __HttpHandlerOptions,
599
+ cb: (err: any, data?: DeleteUserCommandOutput) => void
600
+ ): void;
601
+ deleteUserGroup(
602
+ args: DeleteUserGroupCommandInput,
603
+ options?: __HttpHandlerOptions
604
+ ): Promise<DeleteUserGroupCommandOutput>;
605
+ deleteUserGroup(
606
+ args: DeleteUserGroupCommandInput,
607
+ cb: (err: any, data?: DeleteUserGroupCommandOutput) => void
608
+ ): void;
609
+ deleteUserGroup(
610
+ args: DeleteUserGroupCommandInput,
611
+ options: __HttpHandlerOptions,
612
+ cb: (err: any, data?: DeleteUserGroupCommandOutput) => void
613
+ ): void;
614
+ describeCacheClusters(
615
+ args: DescribeCacheClustersCommandInput,
616
+ options?: __HttpHandlerOptions
617
+ ): Promise<DescribeCacheClustersCommandOutput>;
618
+ describeCacheClusters(
619
+ args: DescribeCacheClustersCommandInput,
620
+ cb: (err: any, data?: DescribeCacheClustersCommandOutput) => void
621
+ ): void;
622
+ describeCacheClusters(
623
+ args: DescribeCacheClustersCommandInput,
624
+ options: __HttpHandlerOptions,
625
+ cb: (err: any, data?: DescribeCacheClustersCommandOutput) => void
626
+ ): void;
627
+ describeCacheEngineVersions(
628
+ args: DescribeCacheEngineVersionsCommandInput,
629
+ options?: __HttpHandlerOptions
630
+ ): Promise<DescribeCacheEngineVersionsCommandOutput>;
631
+ describeCacheEngineVersions(
632
+ args: DescribeCacheEngineVersionsCommandInput,
633
+ cb: (err: any, data?: DescribeCacheEngineVersionsCommandOutput) => void
634
+ ): void;
635
+ describeCacheEngineVersions(
636
+ args: DescribeCacheEngineVersionsCommandInput,
637
+ options: __HttpHandlerOptions,
638
+ cb: (err: any, data?: DescribeCacheEngineVersionsCommandOutput) => void
639
+ ): void;
640
+ describeCacheParameterGroups(
641
+ args: DescribeCacheParameterGroupsCommandInput,
642
+ options?: __HttpHandlerOptions
643
+ ): Promise<DescribeCacheParameterGroupsCommandOutput>;
644
+ describeCacheParameterGroups(
645
+ args: DescribeCacheParameterGroupsCommandInput,
646
+ cb: (err: any, data?: DescribeCacheParameterGroupsCommandOutput) => void
647
+ ): void;
648
+ describeCacheParameterGroups(
649
+ args: DescribeCacheParameterGroupsCommandInput,
650
+ options: __HttpHandlerOptions,
651
+ cb: (err: any, data?: DescribeCacheParameterGroupsCommandOutput) => void
652
+ ): void;
653
+ describeCacheParameters(
654
+ args: DescribeCacheParametersCommandInput,
655
+ options?: __HttpHandlerOptions
656
+ ): Promise<DescribeCacheParametersCommandOutput>;
657
+ describeCacheParameters(
658
+ args: DescribeCacheParametersCommandInput,
659
+ cb: (err: any, data?: DescribeCacheParametersCommandOutput) => void
660
+ ): void;
661
+ describeCacheParameters(
662
+ args: DescribeCacheParametersCommandInput,
663
+ options: __HttpHandlerOptions,
664
+ cb: (err: any, data?: DescribeCacheParametersCommandOutput) => void
665
+ ): void;
666
+ describeCacheSecurityGroups(
667
+ args: DescribeCacheSecurityGroupsCommandInput,
668
+ options?: __HttpHandlerOptions
669
+ ): Promise<DescribeCacheSecurityGroupsCommandOutput>;
670
+ describeCacheSecurityGroups(
671
+ args: DescribeCacheSecurityGroupsCommandInput,
672
+ cb: (err: any, data?: DescribeCacheSecurityGroupsCommandOutput) => void
673
+ ): void;
674
+ describeCacheSecurityGroups(
675
+ args: DescribeCacheSecurityGroupsCommandInput,
676
+ options: __HttpHandlerOptions,
677
+ cb: (err: any, data?: DescribeCacheSecurityGroupsCommandOutput) => void
678
+ ): void;
679
+ describeCacheSubnetGroups(
680
+ args: DescribeCacheSubnetGroupsCommandInput,
681
+ options?: __HttpHandlerOptions
682
+ ): Promise<DescribeCacheSubnetGroupsCommandOutput>;
683
+ describeCacheSubnetGroups(
684
+ args: DescribeCacheSubnetGroupsCommandInput,
685
+ cb: (err: any, data?: DescribeCacheSubnetGroupsCommandOutput) => void
686
+ ): void;
687
+ describeCacheSubnetGroups(
688
+ args: DescribeCacheSubnetGroupsCommandInput,
689
+ options: __HttpHandlerOptions,
690
+ cb: (err: any, data?: DescribeCacheSubnetGroupsCommandOutput) => void
691
+ ): void;
692
+ describeEngineDefaultParameters(
693
+ args: DescribeEngineDefaultParametersCommandInput,
694
+ options?: __HttpHandlerOptions
695
+ ): Promise<DescribeEngineDefaultParametersCommandOutput>;
696
+ describeEngineDefaultParameters(
697
+ args: DescribeEngineDefaultParametersCommandInput,
698
+ cb: (err: any, data?: DescribeEngineDefaultParametersCommandOutput) => void
699
+ ): void;
700
+ describeEngineDefaultParameters(
701
+ args: DescribeEngineDefaultParametersCommandInput,
702
+ options: __HttpHandlerOptions,
703
+ cb: (err: any, data?: DescribeEngineDefaultParametersCommandOutput) => void
704
+ ): void;
705
+ describeEvents(
706
+ args: DescribeEventsCommandInput,
707
+ options?: __HttpHandlerOptions
708
+ ): Promise<DescribeEventsCommandOutput>;
709
+ describeEvents(
710
+ args: DescribeEventsCommandInput,
711
+ cb: (err: any, data?: DescribeEventsCommandOutput) => void
712
+ ): void;
713
+ describeEvents(
714
+ args: DescribeEventsCommandInput,
715
+ options: __HttpHandlerOptions,
716
+ cb: (err: any, data?: DescribeEventsCommandOutput) => void
717
+ ): void;
718
+ describeGlobalReplicationGroups(
719
+ args: DescribeGlobalReplicationGroupsCommandInput,
720
+ options?: __HttpHandlerOptions
721
+ ): Promise<DescribeGlobalReplicationGroupsCommandOutput>;
722
+ describeGlobalReplicationGroups(
723
+ args: DescribeGlobalReplicationGroupsCommandInput,
724
+ cb: (err: any, data?: DescribeGlobalReplicationGroupsCommandOutput) => void
725
+ ): void;
726
+ describeGlobalReplicationGroups(
727
+ args: DescribeGlobalReplicationGroupsCommandInput,
728
+ options: __HttpHandlerOptions,
729
+ cb: (err: any, data?: DescribeGlobalReplicationGroupsCommandOutput) => void
730
+ ): void;
731
+ describeReplicationGroups(
732
+ args: DescribeReplicationGroupsCommandInput,
733
+ options?: __HttpHandlerOptions
734
+ ): Promise<DescribeReplicationGroupsCommandOutput>;
735
+ describeReplicationGroups(
736
+ args: DescribeReplicationGroupsCommandInput,
737
+ cb: (err: any, data?: DescribeReplicationGroupsCommandOutput) => void
738
+ ): void;
739
+ describeReplicationGroups(
740
+ args: DescribeReplicationGroupsCommandInput,
741
+ options: __HttpHandlerOptions,
742
+ cb: (err: any, data?: DescribeReplicationGroupsCommandOutput) => void
743
+ ): void;
744
+ describeReservedCacheNodes(
745
+ args: DescribeReservedCacheNodesCommandInput,
746
+ options?: __HttpHandlerOptions
747
+ ): Promise<DescribeReservedCacheNodesCommandOutput>;
748
+ describeReservedCacheNodes(
749
+ args: DescribeReservedCacheNodesCommandInput,
750
+ cb: (err: any, data?: DescribeReservedCacheNodesCommandOutput) => void
751
+ ): void;
752
+ describeReservedCacheNodes(
753
+ args: DescribeReservedCacheNodesCommandInput,
754
+ options: __HttpHandlerOptions,
755
+ cb: (err: any, data?: DescribeReservedCacheNodesCommandOutput) => void
756
+ ): void;
757
+ describeReservedCacheNodesOfferings(
758
+ args: DescribeReservedCacheNodesOfferingsCommandInput,
759
+ options?: __HttpHandlerOptions
760
+ ): Promise<DescribeReservedCacheNodesOfferingsCommandOutput>;
761
+ describeReservedCacheNodesOfferings(
762
+ args: DescribeReservedCacheNodesOfferingsCommandInput,
763
+ cb: (
764
+ err: any,
765
+ data?: DescribeReservedCacheNodesOfferingsCommandOutput
766
+ ) => void
767
+ ): void;
768
+ describeReservedCacheNodesOfferings(
769
+ args: DescribeReservedCacheNodesOfferingsCommandInput,
770
+ options: __HttpHandlerOptions,
771
+ cb: (
772
+ err: any,
773
+ data?: DescribeReservedCacheNodesOfferingsCommandOutput
774
+ ) => void
775
+ ): void;
776
+ describeServiceUpdates(
777
+ args: DescribeServiceUpdatesCommandInput,
778
+ options?: __HttpHandlerOptions
779
+ ): Promise<DescribeServiceUpdatesCommandOutput>;
780
+ describeServiceUpdates(
781
+ args: DescribeServiceUpdatesCommandInput,
782
+ cb: (err: any, data?: DescribeServiceUpdatesCommandOutput) => void
783
+ ): void;
784
+ describeServiceUpdates(
785
+ args: DescribeServiceUpdatesCommandInput,
786
+ options: __HttpHandlerOptions,
787
+ cb: (err: any, data?: DescribeServiceUpdatesCommandOutput) => void
788
+ ): void;
789
+ describeSnapshots(
790
+ args: DescribeSnapshotsCommandInput,
791
+ options?: __HttpHandlerOptions
792
+ ): Promise<DescribeSnapshotsCommandOutput>;
793
+ describeSnapshots(
794
+ args: DescribeSnapshotsCommandInput,
795
+ cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void
796
+ ): void;
797
+ describeSnapshots(
798
+ args: DescribeSnapshotsCommandInput,
799
+ options: __HttpHandlerOptions,
800
+ cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void
801
+ ): void;
802
+ describeUpdateActions(
803
+ args: DescribeUpdateActionsCommandInput,
804
+ options?: __HttpHandlerOptions
805
+ ): Promise<DescribeUpdateActionsCommandOutput>;
806
+ describeUpdateActions(
807
+ args: DescribeUpdateActionsCommandInput,
808
+ cb: (err: any, data?: DescribeUpdateActionsCommandOutput) => void
809
+ ): void;
810
+ describeUpdateActions(
811
+ args: DescribeUpdateActionsCommandInput,
812
+ options: __HttpHandlerOptions,
813
+ cb: (err: any, data?: DescribeUpdateActionsCommandOutput) => void
814
+ ): void;
815
+ describeUserGroups(
816
+ args: DescribeUserGroupsCommandInput,
817
+ options?: __HttpHandlerOptions
818
+ ): Promise<DescribeUserGroupsCommandOutput>;
819
+ describeUserGroups(
820
+ args: DescribeUserGroupsCommandInput,
821
+ cb: (err: any, data?: DescribeUserGroupsCommandOutput) => void
822
+ ): void;
823
+ describeUserGroups(
824
+ args: DescribeUserGroupsCommandInput,
825
+ options: __HttpHandlerOptions,
826
+ cb: (err: any, data?: DescribeUserGroupsCommandOutput) => void
827
+ ): void;
828
+ describeUsers(
829
+ args: DescribeUsersCommandInput,
830
+ options?: __HttpHandlerOptions
831
+ ): Promise<DescribeUsersCommandOutput>;
832
+ describeUsers(
833
+ args: DescribeUsersCommandInput,
834
+ cb: (err: any, data?: DescribeUsersCommandOutput) => void
835
+ ): void;
836
+ describeUsers(
837
+ args: DescribeUsersCommandInput,
838
+ options: __HttpHandlerOptions,
839
+ cb: (err: any, data?: DescribeUsersCommandOutput) => void
840
+ ): void;
841
+ disassociateGlobalReplicationGroup(
842
+ args: DisassociateGlobalReplicationGroupCommandInput,
843
+ options?: __HttpHandlerOptions
844
+ ): Promise<DisassociateGlobalReplicationGroupCommandOutput>;
845
+ disassociateGlobalReplicationGroup(
846
+ args: DisassociateGlobalReplicationGroupCommandInput,
847
+ cb: (
848
+ err: any,
849
+ data?: DisassociateGlobalReplicationGroupCommandOutput
850
+ ) => void
851
+ ): void;
852
+ disassociateGlobalReplicationGroup(
853
+ args: DisassociateGlobalReplicationGroupCommandInput,
854
+ options: __HttpHandlerOptions,
855
+ cb: (
856
+ err: any,
857
+ data?: DisassociateGlobalReplicationGroupCommandOutput
858
+ ) => void
859
+ ): void;
860
+ failoverGlobalReplicationGroup(
861
+ args: FailoverGlobalReplicationGroupCommandInput,
862
+ options?: __HttpHandlerOptions
863
+ ): Promise<FailoverGlobalReplicationGroupCommandOutput>;
864
+ failoverGlobalReplicationGroup(
865
+ args: FailoverGlobalReplicationGroupCommandInput,
866
+ cb: (err: any, data?: FailoverGlobalReplicationGroupCommandOutput) => void
867
+ ): void;
868
+ failoverGlobalReplicationGroup(
869
+ args: FailoverGlobalReplicationGroupCommandInput,
870
+ options: __HttpHandlerOptions,
871
+ cb: (err: any, data?: FailoverGlobalReplicationGroupCommandOutput) => void
872
+ ): void;
873
+ increaseNodeGroupsInGlobalReplicationGroup(
874
+ args: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput,
875
+ options?: __HttpHandlerOptions
876
+ ): Promise<IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput>;
877
+ increaseNodeGroupsInGlobalReplicationGroup(
878
+ args: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput,
879
+ cb: (
880
+ err: any,
881
+ data?: IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput
882
+ ) => void
883
+ ): void;
884
+ increaseNodeGroupsInGlobalReplicationGroup(
885
+ args: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput,
886
+ options: __HttpHandlerOptions,
887
+ cb: (
888
+ err: any,
889
+ data?: IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput
890
+ ) => void
891
+ ): void;
892
+ increaseReplicaCount(
893
+ args: IncreaseReplicaCountCommandInput,
894
+ options?: __HttpHandlerOptions
895
+ ): Promise<IncreaseReplicaCountCommandOutput>;
896
+ increaseReplicaCount(
897
+ args: IncreaseReplicaCountCommandInput,
898
+ cb: (err: any, data?: IncreaseReplicaCountCommandOutput) => void
899
+ ): void;
900
+ increaseReplicaCount(
901
+ args: IncreaseReplicaCountCommandInput,
902
+ options: __HttpHandlerOptions,
903
+ cb: (err: any, data?: IncreaseReplicaCountCommandOutput) => void
904
+ ): void;
905
+ listAllowedNodeTypeModifications(
906
+ args: ListAllowedNodeTypeModificationsCommandInput,
907
+ options?: __HttpHandlerOptions
908
+ ): Promise<ListAllowedNodeTypeModificationsCommandOutput>;
909
+ listAllowedNodeTypeModifications(
910
+ args: ListAllowedNodeTypeModificationsCommandInput,
911
+ cb: (err: any, data?: ListAllowedNodeTypeModificationsCommandOutput) => void
912
+ ): void;
913
+ listAllowedNodeTypeModifications(
914
+ args: ListAllowedNodeTypeModificationsCommandInput,
915
+ options: __HttpHandlerOptions,
916
+ cb: (err: any, data?: ListAllowedNodeTypeModificationsCommandOutput) => void
917
+ ): void;
918
+ listTagsForResource(
919
+ args: ListTagsForResourceCommandInput,
920
+ options?: __HttpHandlerOptions
921
+ ): Promise<ListTagsForResourceCommandOutput>;
922
+ listTagsForResource(
923
+ args: ListTagsForResourceCommandInput,
924
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
925
+ ): void;
926
+ listTagsForResource(
927
+ args: ListTagsForResourceCommandInput,
928
+ options: __HttpHandlerOptions,
929
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
930
+ ): void;
931
+ modifyCacheCluster(
932
+ args: ModifyCacheClusterCommandInput,
933
+ options?: __HttpHandlerOptions
934
+ ): Promise<ModifyCacheClusterCommandOutput>;
935
+ modifyCacheCluster(
936
+ args: ModifyCacheClusterCommandInput,
937
+ cb: (err: any, data?: ModifyCacheClusterCommandOutput) => void
938
+ ): void;
939
+ modifyCacheCluster(
940
+ args: ModifyCacheClusterCommandInput,
941
+ options: __HttpHandlerOptions,
942
+ cb: (err: any, data?: ModifyCacheClusterCommandOutput) => void
943
+ ): void;
944
+ modifyCacheParameterGroup(
945
+ args: ModifyCacheParameterGroupCommandInput,
946
+ options?: __HttpHandlerOptions
947
+ ): Promise<ModifyCacheParameterGroupCommandOutput>;
948
+ modifyCacheParameterGroup(
949
+ args: ModifyCacheParameterGroupCommandInput,
950
+ cb: (err: any, data?: ModifyCacheParameterGroupCommandOutput) => void
951
+ ): void;
952
+ modifyCacheParameterGroup(
953
+ args: ModifyCacheParameterGroupCommandInput,
954
+ options: __HttpHandlerOptions,
955
+ cb: (err: any, data?: ModifyCacheParameterGroupCommandOutput) => void
956
+ ): void;
957
+ modifyCacheSubnetGroup(
958
+ args: ModifyCacheSubnetGroupCommandInput,
959
+ options?: __HttpHandlerOptions
960
+ ): Promise<ModifyCacheSubnetGroupCommandOutput>;
961
+ modifyCacheSubnetGroup(
962
+ args: ModifyCacheSubnetGroupCommandInput,
963
+ cb: (err: any, data?: ModifyCacheSubnetGroupCommandOutput) => void
964
+ ): void;
965
+ modifyCacheSubnetGroup(
966
+ args: ModifyCacheSubnetGroupCommandInput,
967
+ options: __HttpHandlerOptions,
968
+ cb: (err: any, data?: ModifyCacheSubnetGroupCommandOutput) => void
969
+ ): void;
970
+ modifyGlobalReplicationGroup(
971
+ args: ModifyGlobalReplicationGroupCommandInput,
972
+ options?: __HttpHandlerOptions
973
+ ): Promise<ModifyGlobalReplicationGroupCommandOutput>;
974
+ modifyGlobalReplicationGroup(
975
+ args: ModifyGlobalReplicationGroupCommandInput,
976
+ cb: (err: any, data?: ModifyGlobalReplicationGroupCommandOutput) => void
977
+ ): void;
978
+ modifyGlobalReplicationGroup(
979
+ args: ModifyGlobalReplicationGroupCommandInput,
980
+ options: __HttpHandlerOptions,
981
+ cb: (err: any, data?: ModifyGlobalReplicationGroupCommandOutput) => void
982
+ ): void;
983
+ modifyReplicationGroup(
984
+ args: ModifyReplicationGroupCommandInput,
985
+ options?: __HttpHandlerOptions
986
+ ): Promise<ModifyReplicationGroupCommandOutput>;
987
+ modifyReplicationGroup(
988
+ args: ModifyReplicationGroupCommandInput,
989
+ cb: (err: any, data?: ModifyReplicationGroupCommandOutput) => void
990
+ ): void;
991
+ modifyReplicationGroup(
992
+ args: ModifyReplicationGroupCommandInput,
993
+ options: __HttpHandlerOptions,
994
+ cb: (err: any, data?: ModifyReplicationGroupCommandOutput) => void
995
+ ): void;
996
+ modifyReplicationGroupShardConfiguration(
997
+ args: ModifyReplicationGroupShardConfigurationCommandInput,
998
+ options?: __HttpHandlerOptions
999
+ ): Promise<ModifyReplicationGroupShardConfigurationCommandOutput>;
1000
+ modifyReplicationGroupShardConfiguration(
1001
+ args: ModifyReplicationGroupShardConfigurationCommandInput,
1002
+ cb: (
1003
+ err: any,
1004
+ data?: ModifyReplicationGroupShardConfigurationCommandOutput
1005
+ ) => void
1006
+ ): void;
1007
+ modifyReplicationGroupShardConfiguration(
1008
+ args: ModifyReplicationGroupShardConfigurationCommandInput,
1009
+ options: __HttpHandlerOptions,
1010
+ cb: (
1011
+ err: any,
1012
+ data?: ModifyReplicationGroupShardConfigurationCommandOutput
1013
+ ) => void
1014
+ ): void;
1015
+ modifyUser(
1016
+ args: ModifyUserCommandInput,
1017
+ options?: __HttpHandlerOptions
1018
+ ): Promise<ModifyUserCommandOutput>;
1019
+ modifyUser(
1020
+ args: ModifyUserCommandInput,
1021
+ cb: (err: any, data?: ModifyUserCommandOutput) => void
1022
+ ): void;
1023
+ modifyUser(
1024
+ args: ModifyUserCommandInput,
1025
+ options: __HttpHandlerOptions,
1026
+ cb: (err: any, data?: ModifyUserCommandOutput) => void
1027
+ ): void;
1028
+ modifyUserGroup(
1029
+ args: ModifyUserGroupCommandInput,
1030
+ options?: __HttpHandlerOptions
1031
+ ): Promise<ModifyUserGroupCommandOutput>;
1032
+ modifyUserGroup(
1033
+ args: ModifyUserGroupCommandInput,
1034
+ cb: (err: any, data?: ModifyUserGroupCommandOutput) => void
1035
+ ): void;
1036
+ modifyUserGroup(
1037
+ args: ModifyUserGroupCommandInput,
1038
+ options: __HttpHandlerOptions,
1039
+ cb: (err: any, data?: ModifyUserGroupCommandOutput) => void
1040
+ ): void;
1041
+ purchaseReservedCacheNodesOffering(
1042
+ args: PurchaseReservedCacheNodesOfferingCommandInput,
1043
+ options?: __HttpHandlerOptions
1044
+ ): Promise<PurchaseReservedCacheNodesOfferingCommandOutput>;
1045
+ purchaseReservedCacheNodesOffering(
1046
+ args: PurchaseReservedCacheNodesOfferingCommandInput,
1047
+ cb: (
1048
+ err: any,
1049
+ data?: PurchaseReservedCacheNodesOfferingCommandOutput
1050
+ ) => void
1051
+ ): void;
1052
+ purchaseReservedCacheNodesOffering(
1053
+ args: PurchaseReservedCacheNodesOfferingCommandInput,
1054
+ options: __HttpHandlerOptions,
1055
+ cb: (
1056
+ err: any,
1057
+ data?: PurchaseReservedCacheNodesOfferingCommandOutput
1058
+ ) => void
1059
+ ): void;
1060
+ rebalanceSlotsInGlobalReplicationGroup(
1061
+ args: RebalanceSlotsInGlobalReplicationGroupCommandInput,
1062
+ options?: __HttpHandlerOptions
1063
+ ): Promise<RebalanceSlotsInGlobalReplicationGroupCommandOutput>;
1064
+ rebalanceSlotsInGlobalReplicationGroup(
1065
+ args: RebalanceSlotsInGlobalReplicationGroupCommandInput,
1066
+ cb: (
1067
+ err: any,
1068
+ data?: RebalanceSlotsInGlobalReplicationGroupCommandOutput
1069
+ ) => void
1070
+ ): void;
1071
+ rebalanceSlotsInGlobalReplicationGroup(
1072
+ args: RebalanceSlotsInGlobalReplicationGroupCommandInput,
1073
+ options: __HttpHandlerOptions,
1074
+ cb: (
1075
+ err: any,
1076
+ data?: RebalanceSlotsInGlobalReplicationGroupCommandOutput
1077
+ ) => void
1078
+ ): void;
1079
+ rebootCacheCluster(
1080
+ args: RebootCacheClusterCommandInput,
1081
+ options?: __HttpHandlerOptions
1082
+ ): Promise<RebootCacheClusterCommandOutput>;
1083
+ rebootCacheCluster(
1084
+ args: RebootCacheClusterCommandInput,
1085
+ cb: (err: any, data?: RebootCacheClusterCommandOutput) => void
1086
+ ): void;
1087
+ rebootCacheCluster(
1088
+ args: RebootCacheClusterCommandInput,
1089
+ options: __HttpHandlerOptions,
1090
+ cb: (err: any, data?: RebootCacheClusterCommandOutput) => void
1091
+ ): void;
1092
+ removeTagsFromResource(
1093
+ args: RemoveTagsFromResourceCommandInput,
1094
+ options?: __HttpHandlerOptions
1095
+ ): Promise<RemoveTagsFromResourceCommandOutput>;
1096
+ removeTagsFromResource(
1097
+ args: RemoveTagsFromResourceCommandInput,
1098
+ cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
1099
+ ): void;
1100
+ removeTagsFromResource(
1101
+ args: RemoveTagsFromResourceCommandInput,
1102
+ options: __HttpHandlerOptions,
1103
+ cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
1104
+ ): void;
1105
+ resetCacheParameterGroup(
1106
+ args: ResetCacheParameterGroupCommandInput,
1107
+ options?: __HttpHandlerOptions
1108
+ ): Promise<ResetCacheParameterGroupCommandOutput>;
1109
+ resetCacheParameterGroup(
1110
+ args: ResetCacheParameterGroupCommandInput,
1111
+ cb: (err: any, data?: ResetCacheParameterGroupCommandOutput) => void
1112
+ ): void;
1113
+ resetCacheParameterGroup(
1114
+ args: ResetCacheParameterGroupCommandInput,
1115
+ options: __HttpHandlerOptions,
1116
+ cb: (err: any, data?: ResetCacheParameterGroupCommandOutput) => void
1117
+ ): void;
1118
+ revokeCacheSecurityGroupIngress(
1119
+ args: RevokeCacheSecurityGroupIngressCommandInput,
1120
+ options?: __HttpHandlerOptions
1121
+ ): Promise<RevokeCacheSecurityGroupIngressCommandOutput>;
1122
+ revokeCacheSecurityGroupIngress(
1123
+ args: RevokeCacheSecurityGroupIngressCommandInput,
1124
+ cb: (err: any, data?: RevokeCacheSecurityGroupIngressCommandOutput) => void
1125
+ ): void;
1126
+ revokeCacheSecurityGroupIngress(
1127
+ args: RevokeCacheSecurityGroupIngressCommandInput,
1128
+ options: __HttpHandlerOptions,
1129
+ cb: (err: any, data?: RevokeCacheSecurityGroupIngressCommandOutput) => void
1130
+ ): void;
1131
+ startMigration(
1132
+ args: StartMigrationCommandInput,
1133
+ options?: __HttpHandlerOptions
1134
+ ): Promise<StartMigrationCommandOutput>;
1135
+ startMigration(
1136
+ args: StartMigrationCommandInput,
1137
+ cb: (err: any, data?: StartMigrationCommandOutput) => void
1138
+ ): void;
1139
+ startMigration(
1140
+ args: StartMigrationCommandInput,
1141
+ options: __HttpHandlerOptions,
1142
+ cb: (err: any, data?: StartMigrationCommandOutput) => void
1143
+ ): void;
1144
+ testFailover(
1145
+ args: TestFailoverCommandInput,
1146
+ options?: __HttpHandlerOptions
1147
+ ): Promise<TestFailoverCommandOutput>;
1148
+ testFailover(
1149
+ args: TestFailoverCommandInput,
1150
+ cb: (err: any, data?: TestFailoverCommandOutput) => void
1151
+ ): void;
1152
+ testFailover(
1153
+ args: TestFailoverCommandInput,
1154
+ options: __HttpHandlerOptions,
1155
+ cb: (err: any, data?: TestFailoverCommandOutput) => void
1156
+ ): void;
1157
+ }