@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,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 { CreateReplicationGroupMessage, CreateReplicationGroupResult } from "../models/models_0";
5
- export interface CreateReplicationGroupCommandInput extends CreateReplicationGroupMessage {
6
- }
7
- export interface CreateReplicationGroupCommandOutput extends CreateReplicationGroupResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateReplicationGroupCommand extends $Command<CreateReplicationGroupCommandInput, CreateReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: CreateReplicationGroupCommandInput;
12
- constructor(input: CreateReplicationGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReplicationGroupCommandInput, CreateReplicationGroupCommandOutput>;
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
+ CreateReplicationGroupMessage,
15
+ CreateReplicationGroupResult,
16
+ } from "../models/models_0";
17
+ export interface CreateReplicationGroupCommandInput
18
+ extends CreateReplicationGroupMessage {}
19
+ export interface CreateReplicationGroupCommandOutput
20
+ extends CreateReplicationGroupResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateReplicationGroupCommand extends $Command<
24
+ CreateReplicationGroupCommandInput,
25
+ CreateReplicationGroupCommandOutput,
26
+ ElastiCacheClientResolvedConfig
27
+ > {
28
+ readonly input: CreateReplicationGroupCommandInput;
29
+ constructor(input: CreateReplicationGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElastiCacheClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateReplicationGroupCommandInput,
37
+ CreateReplicationGroupCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { CreateSnapshotMessage, CreateSnapshotResult } from "../models/models_0";
5
- export interface CreateSnapshotCommandInput extends CreateSnapshotMessage {
6
- }
7
- export interface CreateSnapshotCommandOutput extends CreateSnapshotResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateSnapshotCommand extends $Command<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: CreateSnapshotCommandInput;
12
- constructor(input: CreateSnapshotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSnapshotCommandInput, CreateSnapshotCommandOutput>;
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
+ CreateSnapshotMessage,
15
+ CreateSnapshotResult,
16
+ } from "../models/models_0";
17
+ export interface CreateSnapshotCommandInput extends CreateSnapshotMessage {}
18
+ export interface CreateSnapshotCommandOutput
19
+ extends CreateSnapshotResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateSnapshotCommand extends $Command<
23
+ CreateSnapshotCommandInput,
24
+ CreateSnapshotCommandOutput,
25
+ ElastiCacheClientResolvedConfig
26
+ > {
27
+ readonly input: CreateSnapshotCommandInput;
28
+ constructor(input: CreateSnapshotCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ElastiCacheClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateSnapshotCommandInput, CreateSnapshotCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,32 @@
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 { CreateUserMessage, User } from "../models/models_0";
5
- export interface CreateUserCommandInput extends CreateUserMessage {
6
- }
7
- export interface CreateUserCommandOutput extends User, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: CreateUserCommandInput;
12
- constructor(input: CreateUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUserCommandInput, CreateUserCommandOutput>;
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 { CreateUserMessage, User } from "../models/models_0";
14
+ export interface CreateUserCommandInput extends CreateUserMessage {}
15
+ export interface CreateUserCommandOutput extends User, __MetadataBearer {}
16
+
17
+ export declare class CreateUserCommand extends $Command<
18
+ CreateUserCommandInput,
19
+ CreateUserCommandOutput,
20
+ ElastiCacheClientResolvedConfig
21
+ > {
22
+ readonly input: CreateUserCommandInput;
23
+ constructor(input: CreateUserCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ElastiCacheClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateUserCommandInput, CreateUserCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { CreateUserGroupMessage, UserGroup } from "../models/models_0";
5
- export interface CreateUserGroupCommandInput extends CreateUserGroupMessage {
6
- }
7
- export interface CreateUserGroupCommandOutput extends UserGroup, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateUserGroupCommand extends $Command<CreateUserGroupCommandInput, CreateUserGroupCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: CreateUserGroupCommandInput;
12
- constructor(input: CreateUserGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUserGroupCommandInput, CreateUserGroupCommandOutput>;
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 { CreateUserGroupMessage, UserGroup } from "../models/models_0";
14
+ export interface CreateUserGroupCommandInput extends CreateUserGroupMessage {}
15
+ export interface CreateUserGroupCommandOutput
16
+ extends UserGroup,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateUserGroupCommand extends $Command<
20
+ CreateUserGroupCommandInput,
21
+ CreateUserGroupCommandOutput,
22
+ ElastiCacheClientResolvedConfig
23
+ > {
24
+ readonly input: CreateUserGroupCommandInput;
25
+ constructor(input: CreateUserGroupCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ElastiCacheClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateUserGroupCommandInput, CreateUserGroupCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { DecreaseNodeGroupsInGlobalReplicationGroupMessage, DecreaseNodeGroupsInGlobalReplicationGroupResult } from "../models/models_0";
5
- export interface DecreaseNodeGroupsInGlobalReplicationGroupCommandInput extends DecreaseNodeGroupsInGlobalReplicationGroupMessage {
6
- }
7
- export interface DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput extends DecreaseNodeGroupsInGlobalReplicationGroupResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command<DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput;
12
- constructor(input: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput>;
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
+ DecreaseNodeGroupsInGlobalReplicationGroupMessage,
15
+ DecreaseNodeGroupsInGlobalReplicationGroupResult,
16
+ } from "../models/models_0";
17
+ export interface DecreaseNodeGroupsInGlobalReplicationGroupCommandInput
18
+ extends DecreaseNodeGroupsInGlobalReplicationGroupMessage {}
19
+ export interface DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput
20
+ extends DecreaseNodeGroupsInGlobalReplicationGroupResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command<
24
+ DecreaseNodeGroupsInGlobalReplicationGroupCommandInput,
25
+ DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput,
26
+ ElastiCacheClientResolvedConfig
27
+ > {
28
+ readonly input: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput;
29
+ constructor(input: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElastiCacheClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DecreaseNodeGroupsInGlobalReplicationGroupCommandInput,
37
+ DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput
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 { DecreaseReplicaCountMessage, DecreaseReplicaCountResult } from "../models/models_0";
5
- export interface DecreaseReplicaCountCommandInput extends DecreaseReplicaCountMessage {
6
- }
7
- export interface DecreaseReplicaCountCommandOutput extends DecreaseReplicaCountResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DecreaseReplicaCountCommand extends $Command<DecreaseReplicaCountCommandInput, DecreaseReplicaCountCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: DecreaseReplicaCountCommandInput;
12
- constructor(input: DecreaseReplicaCountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DecreaseReplicaCountCommandInput, DecreaseReplicaCountCommandOutput>;
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
+ DecreaseReplicaCountMessage,
15
+ DecreaseReplicaCountResult,
16
+ } from "../models/models_0";
17
+ export interface DecreaseReplicaCountCommandInput
18
+ extends DecreaseReplicaCountMessage {}
19
+ export interface DecreaseReplicaCountCommandOutput
20
+ extends DecreaseReplicaCountResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DecreaseReplicaCountCommand extends $Command<
24
+ DecreaseReplicaCountCommandInput,
25
+ DecreaseReplicaCountCommandOutput,
26
+ ElastiCacheClientResolvedConfig
27
+ > {
28
+ readonly input: DecreaseReplicaCountCommandInput;
29
+ constructor(input: DecreaseReplicaCountCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElastiCacheClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DecreaseReplicaCountCommandInput,
37
+ DecreaseReplicaCountCommandOutput
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 { DeleteCacheClusterMessage, DeleteCacheClusterResult } from "../models/models_0";
5
- export interface DeleteCacheClusterCommandInput extends DeleteCacheClusterMessage {
6
- }
7
- export interface DeleteCacheClusterCommandOutput extends DeleteCacheClusterResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteCacheClusterCommand extends $Command<DeleteCacheClusterCommandInput, DeleteCacheClusterCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: DeleteCacheClusterCommandInput;
12
- constructor(input: DeleteCacheClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCacheClusterCommandInput, DeleteCacheClusterCommandOutput>;
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
+ DeleteCacheClusterMessage,
15
+ DeleteCacheClusterResult,
16
+ } from "../models/models_0";
17
+ export interface DeleteCacheClusterCommandInput
18
+ extends DeleteCacheClusterMessage {}
19
+ export interface DeleteCacheClusterCommandOutput
20
+ extends DeleteCacheClusterResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteCacheClusterCommand extends $Command<
24
+ DeleteCacheClusterCommandInput,
25
+ DeleteCacheClusterCommandOutput,
26
+ ElastiCacheClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteCacheClusterCommandInput;
29
+ constructor(input: DeleteCacheClusterCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElastiCacheClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeleteCacheClusterCommandInput, DeleteCacheClusterCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
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 { DeleteCacheParameterGroupMessage } from "../models/models_0";
5
- export interface DeleteCacheParameterGroupCommandInput extends DeleteCacheParameterGroupMessage {
6
- }
7
- export interface DeleteCacheParameterGroupCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteCacheParameterGroupCommand extends $Command<DeleteCacheParameterGroupCommandInput, DeleteCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: DeleteCacheParameterGroupCommandInput;
12
- constructor(input: DeleteCacheParameterGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCacheParameterGroupCommandInput, DeleteCacheParameterGroupCommandOutput>;
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 { DeleteCacheParameterGroupMessage } from "../models/models_0";
14
+ export interface DeleteCacheParameterGroupCommandInput
15
+ extends DeleteCacheParameterGroupMessage {}
16
+ export interface DeleteCacheParameterGroupCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class DeleteCacheParameterGroupCommand extends $Command<
20
+ DeleteCacheParameterGroupCommandInput,
21
+ DeleteCacheParameterGroupCommandOutput,
22
+ ElastiCacheClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteCacheParameterGroupCommandInput;
25
+ constructor(input: DeleteCacheParameterGroupCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ElastiCacheClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteCacheParameterGroupCommandInput,
33
+ DeleteCacheParameterGroupCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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 { DeleteCacheSecurityGroupMessage } from "../models/models_0";
5
- export interface DeleteCacheSecurityGroupCommandInput extends DeleteCacheSecurityGroupMessage {
6
- }
7
- export interface DeleteCacheSecurityGroupCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteCacheSecurityGroupCommand extends $Command<DeleteCacheSecurityGroupCommandInput, DeleteCacheSecurityGroupCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: DeleteCacheSecurityGroupCommandInput;
12
- constructor(input: DeleteCacheSecurityGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCacheSecurityGroupCommandInput, DeleteCacheSecurityGroupCommandOutput>;
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 { DeleteCacheSecurityGroupMessage } from "../models/models_0";
14
+ export interface DeleteCacheSecurityGroupCommandInput
15
+ extends DeleteCacheSecurityGroupMessage {}
16
+ export interface DeleteCacheSecurityGroupCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class DeleteCacheSecurityGroupCommand extends $Command<
20
+ DeleteCacheSecurityGroupCommandInput,
21
+ DeleteCacheSecurityGroupCommandOutput,
22
+ ElastiCacheClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteCacheSecurityGroupCommandInput;
25
+ constructor(input: DeleteCacheSecurityGroupCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ElastiCacheClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteCacheSecurityGroupCommandInput,
33
+ DeleteCacheSecurityGroupCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,36 @@
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 { DeleteCacheSubnetGroupMessage } from "../models/models_0";
5
- export interface DeleteCacheSubnetGroupCommandInput extends DeleteCacheSubnetGroupMessage {
6
- }
7
- export interface DeleteCacheSubnetGroupCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteCacheSubnetGroupCommand extends $Command<DeleteCacheSubnetGroupCommandInput, DeleteCacheSubnetGroupCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: DeleteCacheSubnetGroupCommandInput;
12
- constructor(input: DeleteCacheSubnetGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCacheSubnetGroupCommandInput, DeleteCacheSubnetGroupCommandOutput>;
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 { DeleteCacheSubnetGroupMessage } from "../models/models_0";
14
+ export interface DeleteCacheSubnetGroupCommandInput
15
+ extends DeleteCacheSubnetGroupMessage {}
16
+ export interface DeleteCacheSubnetGroupCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class DeleteCacheSubnetGroupCommand extends $Command<
19
+ DeleteCacheSubnetGroupCommandInput,
20
+ DeleteCacheSubnetGroupCommandOutput,
21
+ ElastiCacheClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteCacheSubnetGroupCommandInput;
24
+ constructor(input: DeleteCacheSubnetGroupCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: ElastiCacheClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<
31
+ DeleteCacheSubnetGroupCommandInput,
32
+ DeleteCacheSubnetGroupCommandOutput
33
+ >;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { DeleteGlobalReplicationGroupMessage, DeleteGlobalReplicationGroupResult } from "../models/models_0";
5
- export interface DeleteGlobalReplicationGroupCommandInput extends DeleteGlobalReplicationGroupMessage {
6
- }
7
- export interface DeleteGlobalReplicationGroupCommandOutput extends DeleteGlobalReplicationGroupResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteGlobalReplicationGroupCommand extends $Command<DeleteGlobalReplicationGroupCommandInput, DeleteGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
11
- readonly input: DeleteGlobalReplicationGroupCommandInput;
12
- constructor(input: DeleteGlobalReplicationGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGlobalReplicationGroupCommandInput, DeleteGlobalReplicationGroupCommandOutput>;
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
+ DeleteGlobalReplicationGroupMessage,
15
+ DeleteGlobalReplicationGroupResult,
16
+ } from "../models/models_0";
17
+ export interface DeleteGlobalReplicationGroupCommandInput
18
+ extends DeleteGlobalReplicationGroupMessage {}
19
+ export interface DeleteGlobalReplicationGroupCommandOutput
20
+ extends DeleteGlobalReplicationGroupResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteGlobalReplicationGroupCommand extends $Command<
24
+ DeleteGlobalReplicationGroupCommandInput,
25
+ DeleteGlobalReplicationGroupCommandOutput,
26
+ ElastiCacheClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteGlobalReplicationGroupCommandInput;
29
+ constructor(input: DeleteGlobalReplicationGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElastiCacheClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteGlobalReplicationGroupCommandInput,
37
+ DeleteGlobalReplicationGroupCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }