@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,17 +1,39 @@
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
+ export declare class CreateReplicationGroupCommand extends $Command<
23
+ CreateReplicationGroupCommandInput,
24
+ CreateReplicationGroupCommandOutput,
25
+ ElastiCacheClientResolvedConfig
26
+ > {
27
+ readonly input: CreateReplicationGroupCommandInput;
28
+ constructor(input: CreateReplicationGroupCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElastiCacheClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateReplicationGroupCommandInput,
35
+ CreateReplicationGroupCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { 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
+ export declare class CreateSnapshotCommand extends $Command<
22
+ CreateSnapshotCommandInput,
23
+ CreateSnapshotCommandOutput,
24
+ ElastiCacheClientResolvedConfig
25
+ > {
26
+ readonly input: CreateSnapshotCommandInput;
27
+ constructor(input: CreateSnapshotCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ElastiCacheClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateSnapshotCommandInput, CreateSnapshotCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,30 @@
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
+ export declare class CreateUserCommand extends $Command<
17
+ CreateUserCommandInput,
18
+ CreateUserCommandOutput,
19
+ ElastiCacheClientResolvedConfig
20
+ > {
21
+ readonly input: CreateUserCommandInput;
22
+ constructor(input: CreateUserCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: ElastiCacheClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<CreateUserCommandInput, CreateUserCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -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 { 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
+ export declare class CreateUserGroupCommand extends $Command<
19
+ CreateUserGroupCommandInput,
20
+ CreateUserGroupCommandOutput,
21
+ ElastiCacheClientResolvedConfig
22
+ > {
23
+ readonly input: CreateUserGroupCommandInput;
24
+ constructor(input: CreateUserGroupCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ElastiCacheClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateUserGroupCommandInput, CreateUserGroupCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
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
+ export declare class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command<
23
+ DecreaseNodeGroupsInGlobalReplicationGroupCommandInput,
24
+ DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput,
25
+ ElastiCacheClientResolvedConfig
26
+ > {
27
+ readonly input: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput;
28
+ constructor(input: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElastiCacheClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DecreaseNodeGroupsInGlobalReplicationGroupCommandInput,
35
+ DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
+ export declare class DecreaseReplicaCountCommand extends $Command<
23
+ DecreaseReplicaCountCommandInput,
24
+ DecreaseReplicaCountCommandOutput,
25
+ ElastiCacheClientResolvedConfig
26
+ > {
27
+ readonly input: DecreaseReplicaCountCommandInput;
28
+ constructor(input: DecreaseReplicaCountCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElastiCacheClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DecreaseReplicaCountCommandInput,
35
+ DecreaseReplicaCountCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { 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
+ export declare class DeleteCacheClusterCommand extends $Command<
23
+ DeleteCacheClusterCommandInput,
24
+ DeleteCacheClusterCommandOutput,
25
+ ElastiCacheClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteCacheClusterCommandInput;
28
+ constructor(input: DeleteCacheClusterCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElastiCacheClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DeleteCacheClusterCommandInput, DeleteCacheClusterCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { 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
+ export declare class DeleteCacheParameterGroupCommand extends $Command<
19
+ DeleteCacheParameterGroupCommandInput,
20
+ DeleteCacheParameterGroupCommandOutput,
21
+ ElastiCacheClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteCacheParameterGroupCommandInput;
24
+ constructor(input: DeleteCacheParameterGroupCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ElastiCacheClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeleteCacheParameterGroupCommandInput,
31
+ DeleteCacheParameterGroupCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
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 { 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
+ export declare class DeleteCacheSecurityGroupCommand extends $Command<
19
+ DeleteCacheSecurityGroupCommandInput,
20
+ DeleteCacheSecurityGroupCommandOutput,
21
+ ElastiCacheClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteCacheSecurityGroupCommandInput;
24
+ constructor(input: DeleteCacheSecurityGroupCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ElastiCacheClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeleteCacheSecurityGroupCommandInput,
31
+ DeleteCacheSecurityGroupCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { 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
+ export declare class DeleteCacheSubnetGroupCommand extends $Command<
18
+ DeleteCacheSubnetGroupCommandInput,
19
+ DeleteCacheSubnetGroupCommandOutput,
20
+ ElastiCacheClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteCacheSubnetGroupCommandInput;
23
+ constructor(input: DeleteCacheSubnetGroupCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: ElastiCacheClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<
29
+ DeleteCacheSubnetGroupCommandInput,
30
+ DeleteCacheSubnetGroupCommandOutput
31
+ >;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,39 @@
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
+ export declare class DeleteGlobalReplicationGroupCommand extends $Command<
23
+ DeleteGlobalReplicationGroupCommandInput,
24
+ DeleteGlobalReplicationGroupCommandOutput,
25
+ ElastiCacheClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteGlobalReplicationGroupCommandInput;
28
+ constructor(input: DeleteGlobalReplicationGroupCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ElastiCacheClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteGlobalReplicationGroupCommandInput,
35
+ DeleteGlobalReplicationGroupCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }