@aws-sdk/client-elasticache 3.168.0 → 3.170.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 +1222 -330
  3. package/dist-types/ts3.4/ElastiCacheClient.d.ts +519 -138
  4. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchApplyUpdateActionCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchStopUpdateActionCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CompleteMigrationCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/CreateCacheClusterCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateCacheParameterGroupCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateCacheSecurityGroupCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateCacheSubnetGroupCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreateGlobalReplicationGroupCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateReplicationGroupCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/CreateUserGroupCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DecreaseReplicaCountCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteCacheClusterCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/DeleteCacheParameterGroupCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DeleteCacheSecurityGroupCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DeleteCacheSubnetGroupCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/DeleteGlobalReplicationGroupCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DeleteReplicationGroupCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/DeleteUserGroupCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/DescribeCacheClustersCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DescribeCacheEngineVersionsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DescribeCacheParameterGroupsCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DescribeCacheParametersCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/DescribeCacheSecurityGroupsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeCacheSubnetGroupsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/DescribeGlobalReplicationGroupsCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/DescribeReplicationGroupsCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/DescribeReservedCacheNodesCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/DescribeServiceUpdatesCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +38 -17
  44. package/dist-types/ts3.4/commands/DescribeUpdateActionsCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/DescribeUserGroupsCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/DisassociateGlobalReplicationGroupCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/FailoverGlobalReplicationGroupCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/IncreaseReplicaCountCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/ListAllowedNodeTypeModificationsCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -17
  53. package/dist-types/ts3.4/commands/ModifyCacheClusterCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/ModifyCacheParameterGroupCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/ModifyCacheSubnetGroupCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/ModifyGlobalReplicationGroupCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/ModifyReplicationGroupCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/ModifyUserCommand.d.ts +32 -17
  60. package/dist-types/ts3.4/commands/ModifyUserGroupCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +41 -17
  63. package/dist-types/ts3.4/commands/RebootCacheClusterCommand.d.ts +38 -17
  64. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/ResetCacheParameterGroupCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +37 -17
  68. package/dist-types/ts3.4/commands/TestFailoverCommand.d.ts +34 -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 +8 -6
  73. package/dist-types/ts3.4/models/index.d.ts +1 -1
  74. package/dist-types/ts3.4/models/models_0.d.ts +3289 -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 +66 -38
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  99. package/dist-types/ts3.4/waiters/index.d.ts +4 -4
  100. package/dist-types/ts3.4/waiters/waitForCacheClusterAvailable.d.ts +13 -7
  101. package/dist-types/ts3.4/waiters/waitForCacheClusterDeleted.d.ts +13 -7
  102. package/dist-types/ts3.4/waiters/waitForReplicationGroupAvailable.d.ts +13 -7
  103. package/dist-types/ts3.4/waiters/waitForReplicationGroupDeleted.d.ts +13 -7
  104. package/package.json +35 -35
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
- import { AddTagsToResourceMessage, TagListMessage } from "../models/models_0";
5
- export interface AddTagsToResourceCommandInput extends AddTagsToResourceMessage {
6
- }
7
- export interface AddTagsToResourceCommandOutput extends TagListMessage, __MetadataBearer {
8
- }
9
-
10
- export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: AddTagsToResourceCommandInput;
12
- constructor(input: AddTagsToResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ElastiCacheClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ElastiCacheClient";
13
+ import { AddTagsToResourceMessage, TagListMessage } from "../models/models_0";
14
+ export interface AddTagsToResourceCommandInput
15
+ extends AddTagsToResourceMessage {}
16
+ export interface AddTagsToResourceCommandOutput
17
+ extends TagListMessage,
18
+ __MetadataBearer {}
19
+
20
+ export declare class AddTagsToResourceCommand extends $Command<
21
+ AddTagsToResourceCommandInput,
22
+ AddTagsToResourceCommandOutput,
23
+ ElastiCacheClientResolvedConfig
24
+ > {
25
+ readonly input: AddTagsToResourceCommandInput;
26
+ constructor(input: AddTagsToResourceCommandInput);
27
+
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ElastiCacheClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
- import { AuthorizeCacheSecurityGroupIngressMessage, AuthorizeCacheSecurityGroupIngressResult } from "../models/models_0";
5
- export interface AuthorizeCacheSecurityGroupIngressCommandInput extends AuthorizeCacheSecurityGroupIngressMessage {
6
- }
7
- export interface AuthorizeCacheSecurityGroupIngressCommandOutput extends AuthorizeCacheSecurityGroupIngressResult, __MetadataBearer {
8
- }
9
-
10
- export declare class AuthorizeCacheSecurityGroupIngressCommand extends $Command<AuthorizeCacheSecurityGroupIngressCommandInput, AuthorizeCacheSecurityGroupIngressCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: AuthorizeCacheSecurityGroupIngressCommandInput;
12
- constructor(input: AuthorizeCacheSecurityGroupIngressCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AuthorizeCacheSecurityGroupIngressCommandInput, AuthorizeCacheSecurityGroupIngressCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ElastiCacheClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ElastiCacheClient";
13
+ import {
14
+ AuthorizeCacheSecurityGroupIngressMessage,
15
+ AuthorizeCacheSecurityGroupIngressResult,
16
+ } from "../models/models_0";
17
+ export interface AuthorizeCacheSecurityGroupIngressCommandInput
18
+ extends AuthorizeCacheSecurityGroupIngressMessage {}
19
+ export interface AuthorizeCacheSecurityGroupIngressCommandOutput
20
+ extends AuthorizeCacheSecurityGroupIngressResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AuthorizeCacheSecurityGroupIngressCommand extends $Command<
24
+ AuthorizeCacheSecurityGroupIngressCommandInput,
25
+ AuthorizeCacheSecurityGroupIngressCommandOutput,
26
+ ElastiCacheClientResolvedConfig
27
+ > {
28
+ readonly input: AuthorizeCacheSecurityGroupIngressCommandInput;
29
+ constructor(input: AuthorizeCacheSecurityGroupIngressCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElastiCacheClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AuthorizeCacheSecurityGroupIngressCommandInput,
37
+ AuthorizeCacheSecurityGroupIngressCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
- import { BatchApplyUpdateActionMessage, UpdateActionResultsMessage } from "../models/models_0";
5
- export interface BatchApplyUpdateActionCommandInput extends BatchApplyUpdateActionMessage {
6
- }
7
- export interface BatchApplyUpdateActionCommandOutput extends UpdateActionResultsMessage, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchApplyUpdateActionCommand extends $Command<BatchApplyUpdateActionCommandInput, BatchApplyUpdateActionCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: BatchApplyUpdateActionCommandInput;
12
- constructor(input: BatchApplyUpdateActionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchApplyUpdateActionCommandInput, BatchApplyUpdateActionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ElastiCacheClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ElastiCacheClient";
13
+ import {
14
+ BatchApplyUpdateActionMessage,
15
+ UpdateActionResultsMessage,
16
+ } from "../models/models_0";
17
+ export interface BatchApplyUpdateActionCommandInput
18
+ extends BatchApplyUpdateActionMessage {}
19
+ export interface BatchApplyUpdateActionCommandOutput
20
+ extends UpdateActionResultsMessage,
21
+ __MetadataBearer {}
22
+
23
+ export declare class BatchApplyUpdateActionCommand extends $Command<
24
+ BatchApplyUpdateActionCommandInput,
25
+ BatchApplyUpdateActionCommandOutput,
26
+ ElastiCacheClientResolvedConfig
27
+ > {
28
+ readonly input: BatchApplyUpdateActionCommandInput;
29
+ constructor(input: BatchApplyUpdateActionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElastiCacheClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ BatchApplyUpdateActionCommandInput,
37
+ BatchApplyUpdateActionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
- import { BatchStopUpdateActionMessage, UpdateActionResultsMessage } from "../models/models_0";
5
- export interface BatchStopUpdateActionCommandInput extends BatchStopUpdateActionMessage {
6
- }
7
- export interface BatchStopUpdateActionCommandOutput extends UpdateActionResultsMessage, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchStopUpdateActionCommand extends $Command<BatchStopUpdateActionCommandInput, BatchStopUpdateActionCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: BatchStopUpdateActionCommandInput;
12
- constructor(input: BatchStopUpdateActionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchStopUpdateActionCommandInput, BatchStopUpdateActionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ElastiCacheClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ElastiCacheClient";
13
+ import {
14
+ BatchStopUpdateActionMessage,
15
+ UpdateActionResultsMessage,
16
+ } from "../models/models_0";
17
+ export interface BatchStopUpdateActionCommandInput
18
+ extends BatchStopUpdateActionMessage {}
19
+ export interface BatchStopUpdateActionCommandOutput
20
+ extends UpdateActionResultsMessage,
21
+ __MetadataBearer {}
22
+
23
+ export declare class BatchStopUpdateActionCommand extends $Command<
24
+ BatchStopUpdateActionCommandInput,
25
+ BatchStopUpdateActionCommandOutput,
26
+ ElastiCacheClientResolvedConfig
27
+ > {
28
+ readonly input: BatchStopUpdateActionCommandInput;
29
+ constructor(input: BatchStopUpdateActionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElastiCacheClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ BatchStopUpdateActionCommandInput,
37
+ BatchStopUpdateActionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
- import { CompleteMigrationMessage, CompleteMigrationResponse } from "../models/models_0";
5
- export interface CompleteMigrationCommandInput extends CompleteMigrationMessage {
6
- }
7
- export interface CompleteMigrationCommandOutput extends CompleteMigrationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CompleteMigrationCommand extends $Command<CompleteMigrationCommandInput, CompleteMigrationCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: CompleteMigrationCommandInput;
12
- constructor(input: CompleteMigrationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CompleteMigrationCommandInput, CompleteMigrationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ElastiCacheClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ElastiCacheClient";
13
+ import {
14
+ CompleteMigrationMessage,
15
+ CompleteMigrationResponse,
16
+ } from "../models/models_0";
17
+ export interface CompleteMigrationCommandInput
18
+ extends CompleteMigrationMessage {}
19
+ export interface CompleteMigrationCommandOutput
20
+ extends CompleteMigrationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CompleteMigrationCommand extends $Command<
24
+ CompleteMigrationCommandInput,
25
+ CompleteMigrationCommandOutput,
26
+ ElastiCacheClientResolvedConfig
27
+ > {
28
+ readonly input: CompleteMigrationCommandInput;
29
+ constructor(input: CompleteMigrationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElastiCacheClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CompleteMigrationCommandInput, CompleteMigrationCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
- import { CopySnapshotMessage, CopySnapshotResult } from "../models/models_0";
5
- export interface CopySnapshotCommandInput extends CopySnapshotMessage {
6
- }
7
- export interface CopySnapshotCommandOutput extends CopySnapshotResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CopySnapshotCommand extends $Command<CopySnapshotCommandInput, CopySnapshotCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: CopySnapshotCommandInput;
12
- constructor(input: CopySnapshotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CopySnapshotCommandInput, CopySnapshotCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ElastiCacheClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ElastiCacheClient";
13
+ import { CopySnapshotMessage, CopySnapshotResult } from "../models/models_0";
14
+ export interface CopySnapshotCommandInput extends CopySnapshotMessage {}
15
+ export interface CopySnapshotCommandOutput
16
+ extends CopySnapshotResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CopySnapshotCommand extends $Command<
20
+ CopySnapshotCommandInput,
21
+ CopySnapshotCommandOutput,
22
+ ElastiCacheClientResolvedConfig
23
+ > {
24
+ readonly input: CopySnapshotCommandInput;
25
+ constructor(input: CopySnapshotCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ElastiCacheClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CopySnapshotCommandInput, CopySnapshotCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
- import { CreateCacheClusterMessage, CreateCacheClusterResult } from "../models/models_0";
5
- export interface CreateCacheClusterCommandInput extends CreateCacheClusterMessage {
6
- }
7
- export interface CreateCacheClusterCommandOutput extends CreateCacheClusterResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateCacheClusterCommand extends $Command<CreateCacheClusterCommandInput, CreateCacheClusterCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: CreateCacheClusterCommandInput;
12
- constructor(input: CreateCacheClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCacheClusterCommandInput, CreateCacheClusterCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ElastiCacheClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ElastiCacheClient";
13
+ import {
14
+ CreateCacheClusterMessage,
15
+ CreateCacheClusterResult,
16
+ } from "../models/models_0";
17
+ export interface CreateCacheClusterCommandInput
18
+ extends CreateCacheClusterMessage {}
19
+ export interface CreateCacheClusterCommandOutput
20
+ extends CreateCacheClusterResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateCacheClusterCommand extends $Command<
24
+ CreateCacheClusterCommandInput,
25
+ CreateCacheClusterCommandOutput,
26
+ ElastiCacheClientResolvedConfig
27
+ > {
28
+ readonly input: CreateCacheClusterCommandInput;
29
+ constructor(input: CreateCacheClusterCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElastiCacheClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateCacheClusterCommandInput, CreateCacheClusterCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
- import { CreateCacheParameterGroupMessage, CreateCacheParameterGroupResult } from "../models/models_0";
5
- export interface CreateCacheParameterGroupCommandInput extends CreateCacheParameterGroupMessage {
6
- }
7
- export interface CreateCacheParameterGroupCommandOutput extends CreateCacheParameterGroupResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateCacheParameterGroupCommand extends $Command<CreateCacheParameterGroupCommandInput, CreateCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: CreateCacheParameterGroupCommandInput;
12
- constructor(input: CreateCacheParameterGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCacheParameterGroupCommandInput, CreateCacheParameterGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ElastiCacheClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ElastiCacheClient";
13
+ import {
14
+ CreateCacheParameterGroupMessage,
15
+ CreateCacheParameterGroupResult,
16
+ } from "../models/models_0";
17
+ export interface CreateCacheParameterGroupCommandInput
18
+ extends CreateCacheParameterGroupMessage {}
19
+ export interface CreateCacheParameterGroupCommandOutput
20
+ extends CreateCacheParameterGroupResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateCacheParameterGroupCommand extends $Command<
24
+ CreateCacheParameterGroupCommandInput,
25
+ CreateCacheParameterGroupCommandOutput,
26
+ ElastiCacheClientResolvedConfig
27
+ > {
28
+ readonly input: CreateCacheParameterGroupCommandInput;
29
+ constructor(input: CreateCacheParameterGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElastiCacheClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateCacheParameterGroupCommandInput,
37
+ CreateCacheParameterGroupCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
- import { CreateCacheSecurityGroupMessage, CreateCacheSecurityGroupResult } from "../models/models_0";
5
- export interface CreateCacheSecurityGroupCommandInput extends CreateCacheSecurityGroupMessage {
6
- }
7
- export interface CreateCacheSecurityGroupCommandOutput extends CreateCacheSecurityGroupResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateCacheSecurityGroupCommand extends $Command<CreateCacheSecurityGroupCommandInput, CreateCacheSecurityGroupCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: CreateCacheSecurityGroupCommandInput;
12
- constructor(input: CreateCacheSecurityGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCacheSecurityGroupCommandInput, CreateCacheSecurityGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ElastiCacheClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ElastiCacheClient";
13
+ import {
14
+ CreateCacheSecurityGroupMessage,
15
+ CreateCacheSecurityGroupResult,
16
+ } from "../models/models_0";
17
+ export interface CreateCacheSecurityGroupCommandInput
18
+ extends CreateCacheSecurityGroupMessage {}
19
+ export interface CreateCacheSecurityGroupCommandOutput
20
+ extends CreateCacheSecurityGroupResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateCacheSecurityGroupCommand extends $Command<
24
+ CreateCacheSecurityGroupCommandInput,
25
+ CreateCacheSecurityGroupCommandOutput,
26
+ ElastiCacheClientResolvedConfig
27
+ > {
28
+ readonly input: CreateCacheSecurityGroupCommandInput;
29
+ constructor(input: CreateCacheSecurityGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElastiCacheClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateCacheSecurityGroupCommandInput,
37
+ CreateCacheSecurityGroupCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
- import { CreateCacheSubnetGroupMessage, CreateCacheSubnetGroupResult } from "../models/models_0";
5
- export interface CreateCacheSubnetGroupCommandInput extends CreateCacheSubnetGroupMessage {
6
- }
7
- export interface CreateCacheSubnetGroupCommandOutput extends CreateCacheSubnetGroupResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateCacheSubnetGroupCommand extends $Command<CreateCacheSubnetGroupCommandInput, CreateCacheSubnetGroupCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: CreateCacheSubnetGroupCommandInput;
12
- constructor(input: CreateCacheSubnetGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCacheSubnetGroupCommandInput, CreateCacheSubnetGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ElastiCacheClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ElastiCacheClient";
13
+ import {
14
+ CreateCacheSubnetGroupMessage,
15
+ CreateCacheSubnetGroupResult,
16
+ } from "../models/models_0";
17
+ export interface CreateCacheSubnetGroupCommandInput
18
+ extends CreateCacheSubnetGroupMessage {}
19
+ export interface CreateCacheSubnetGroupCommandOutput
20
+ extends CreateCacheSubnetGroupResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateCacheSubnetGroupCommand extends $Command<
24
+ CreateCacheSubnetGroupCommandInput,
25
+ CreateCacheSubnetGroupCommandOutput,
26
+ ElastiCacheClientResolvedConfig
27
+ > {
28
+ readonly input: CreateCacheSubnetGroupCommandInput;
29
+ constructor(input: CreateCacheSubnetGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElastiCacheClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateCacheSubnetGroupCommandInput,
37
+ CreateCacheSubnetGroupCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
- import { CreateGlobalReplicationGroupMessage, CreateGlobalReplicationGroupResult } from "../models/models_0";
5
- export interface CreateGlobalReplicationGroupCommandInput extends CreateGlobalReplicationGroupMessage {
6
- }
7
- export interface CreateGlobalReplicationGroupCommandOutput extends CreateGlobalReplicationGroupResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateGlobalReplicationGroupCommand extends $Command<CreateGlobalReplicationGroupCommandInput, CreateGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: CreateGlobalReplicationGroupCommandInput;
12
- constructor(input: CreateGlobalReplicationGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGlobalReplicationGroupCommandInput, CreateGlobalReplicationGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ElastiCacheClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ElastiCacheClient";
13
+ import {
14
+ CreateGlobalReplicationGroupMessage,
15
+ CreateGlobalReplicationGroupResult,
16
+ } from "../models/models_0";
17
+ export interface CreateGlobalReplicationGroupCommandInput
18
+ extends CreateGlobalReplicationGroupMessage {}
19
+ export interface CreateGlobalReplicationGroupCommandOutput
20
+ extends CreateGlobalReplicationGroupResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateGlobalReplicationGroupCommand extends $Command<
24
+ CreateGlobalReplicationGroupCommandInput,
25
+ CreateGlobalReplicationGroupCommandOutput,
26
+ ElastiCacheClientResolvedConfig
27
+ > {
28
+ readonly input: CreateGlobalReplicationGroupCommandInput;
29
+ constructor(input: CreateGlobalReplicationGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElastiCacheClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateGlobalReplicationGroupCommandInput,
37
+ CreateGlobalReplicationGroupCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }