@aws-sdk/client-dax 3.478.0 → 3.484.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 (89) hide show
  1. package/dist-cjs/commands/CreateClusterCommand.js +18 -41
  2. package/dist-cjs/commands/CreateParameterGroupCommand.js +18 -41
  3. package/dist-cjs/commands/CreateSubnetGroupCommand.js +18 -41
  4. package/dist-cjs/commands/DecreaseReplicationFactorCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteClusterCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteParameterGroupCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteSubnetGroupCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeClustersCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeDefaultParametersCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeEventsCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeParameterGroupsCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeParametersCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeSubnetGroupsCommand.js +18 -41
  14. package/dist-cjs/commands/IncreaseReplicationFactorCommand.js +18 -41
  15. package/dist-cjs/commands/ListTagsCommand.js +18 -41
  16. package/dist-cjs/commands/RebootNodeCommand.js +18 -41
  17. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  18. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  19. package/dist-cjs/commands/UpdateClusterCommand.js +18 -41
  20. package/dist-cjs/commands/UpdateParameterGroupCommand.js +18 -41
  21. package/dist-cjs/commands/UpdateSubnetGroupCommand.js +18 -41
  22. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  23. package/dist-es/commands/CreateClusterCommand.js +18 -41
  24. package/dist-es/commands/CreateParameterGroupCommand.js +18 -41
  25. package/dist-es/commands/CreateSubnetGroupCommand.js +18 -41
  26. package/dist-es/commands/DecreaseReplicationFactorCommand.js +18 -41
  27. package/dist-es/commands/DeleteClusterCommand.js +18 -41
  28. package/dist-es/commands/DeleteParameterGroupCommand.js +18 -41
  29. package/dist-es/commands/DeleteSubnetGroupCommand.js +18 -41
  30. package/dist-es/commands/DescribeClustersCommand.js +18 -41
  31. package/dist-es/commands/DescribeDefaultParametersCommand.js +18 -41
  32. package/dist-es/commands/DescribeEventsCommand.js +18 -41
  33. package/dist-es/commands/DescribeParameterGroupsCommand.js +18 -41
  34. package/dist-es/commands/DescribeParametersCommand.js +18 -41
  35. package/dist-es/commands/DescribeSubnetGroupsCommand.js +18 -41
  36. package/dist-es/commands/IncreaseReplicationFactorCommand.js +18 -41
  37. package/dist-es/commands/ListTagsCommand.js +18 -41
  38. package/dist-es/commands/RebootNodeCommand.js +18 -41
  39. package/dist-es/commands/TagResourceCommand.js +18 -41
  40. package/dist-es/commands/UntagResourceCommand.js +18 -41
  41. package/dist-es/commands/UpdateClusterCommand.js +18 -41
  42. package/dist-es/commands/UpdateParameterGroupCommand.js +18 -41
  43. package/dist-es/commands/UpdateSubnetGroupCommand.js +18 -41
  44. package/dist-es/endpoint/EndpointParameters.js +6 -0
  45. package/dist-types/commands/CreateClusterCommand.d.ts +6 -21
  46. package/dist-types/commands/CreateParameterGroupCommand.d.ts +6 -21
  47. package/dist-types/commands/CreateSubnetGroupCommand.d.ts +6 -21
  48. package/dist-types/commands/DecreaseReplicationFactorCommand.d.ts +6 -21
  49. package/dist-types/commands/DeleteClusterCommand.d.ts +6 -21
  50. package/dist-types/commands/DeleteParameterGroupCommand.d.ts +6 -21
  51. package/dist-types/commands/DeleteSubnetGroupCommand.d.ts +6 -21
  52. package/dist-types/commands/DescribeClustersCommand.d.ts +6 -21
  53. package/dist-types/commands/DescribeDefaultParametersCommand.d.ts +6 -21
  54. package/dist-types/commands/DescribeEventsCommand.d.ts +6 -21
  55. package/dist-types/commands/DescribeParameterGroupsCommand.d.ts +6 -21
  56. package/dist-types/commands/DescribeParametersCommand.d.ts +6 -21
  57. package/dist-types/commands/DescribeSubnetGroupsCommand.d.ts +6 -21
  58. package/dist-types/commands/IncreaseReplicationFactorCommand.d.ts +6 -21
  59. package/dist-types/commands/ListTagsCommand.d.ts +6 -21
  60. package/dist-types/commands/RebootNodeCommand.d.ts +6 -21
  61. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  62. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  63. package/dist-types/commands/UpdateClusterCommand.d.ts +6 -21
  64. package/dist-types/commands/UpdateParameterGroupCommand.d.ts +6 -21
  65. package/dist-types/commands/UpdateSubnetGroupCommand.d.ts +6 -21
  66. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  67. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +14 -23
  68. package/dist-types/ts3.4/commands/CreateParameterGroupCommand.d.ts +12 -24
  69. package/dist-types/ts3.4/commands/CreateSubnetGroupCommand.d.ts +14 -23
  70. package/dist-types/ts3.4/commands/DecreaseReplicationFactorCommand.d.ts +12 -24
  71. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/commands/DeleteParameterGroupCommand.d.ts +12 -24
  73. package/dist-types/ts3.4/commands/DeleteSubnetGroupCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/DescribeDefaultParametersCommand.d.ts +12 -24
  76. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/DescribeParameterGroupsCommand.d.ts +12 -24
  78. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/DescribeSubnetGroupsCommand.d.ts +12 -24
  80. package/dist-types/ts3.4/commands/IncreaseReplicationFactorCommand.d.ts +12 -24
  81. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/RebootNodeCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/UpdateParameterGroupCommand.d.ts +12 -24
  87. package/dist-types/ts3.4/commands/UpdateSubnetGroupCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  89. package/package.json +10 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
5
4
  import { UpdateParameterGroupRequest, UpdateParameterGroupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateParameterGroupCommandInput extends UpdateParameterGroupRe
21
20
  */
22
21
  export interface UpdateParameterGroupCommandOutput extends UpdateParameterGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateParameterGroupCommand_base: {
24
+ new (input: UpdateParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateParameterGroupCommandInput, UpdateParameterGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the parameters of a parameter group. You can modify up to 20
@@ -77,23 +80,5 @@ export interface UpdateParameterGroupCommandOutput extends UpdateParameterGroupR
77
80
  * <p>Base exception class for all service exceptions from DAX service.</p>
78
81
  *
79
82
  */
80
- export declare class UpdateParameterGroupCommand extends $Command<UpdateParameterGroupCommandInput, UpdateParameterGroupCommandOutput, DAXClientResolvedConfig> {
81
- readonly input: UpdateParameterGroupCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: UpdateParameterGroupCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateParameterGroupCommandInput, UpdateParameterGroupCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class UpdateParameterGroupCommand extends UpdateParameterGroupCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
5
4
  import { UpdateSubnetGroupRequest, UpdateSubnetGroupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateSubnetGroupCommandInput extends UpdateSubnetGroupRequest
21
20
  */
22
21
  export interface UpdateSubnetGroupCommandOutput extends UpdateSubnetGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateSubnetGroupCommand_base: {
24
+ new (input: UpdateSubnetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubnetGroupCommandInput, UpdateSubnetGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies an existing subnet group.</p>
@@ -82,23 +85,5 @@ export interface UpdateSubnetGroupCommandOutput extends UpdateSubnetGroupRespons
82
85
  * <p>Base exception class for all service exceptions from DAX service.</p>
83
86
  *
84
87
  */
85
- export declare class UpdateSubnetGroupCommand extends $Command<UpdateSubnetGroupCommandInput, UpdateSubnetGroupCommandOutput, DAXClientResolvedConfig> {
86
- readonly input: UpdateSubnetGroupCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: UpdateSubnetGroupCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSubnetGroupCommandInput, UpdateSubnetGroupCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class UpdateSubnetGroupCommand extends UpdateSubnetGroupCommand_base {
104
89
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DAXClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateClusterCommandInput extends CreateClusterRequest {}
20
14
  export interface CreateClusterCommandOutput
21
15
  extends CreateClusterResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateClusterCommand extends $Command<
24
- CreateClusterCommandInput,
25
- CreateClusterCommandOutput,
26
- DAXClientResolvedConfig
27
- > {
28
- readonly input: CreateClusterCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateClusterCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DAXClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateClusterCommand_base: {
18
+ new (
19
+ input: CreateClusterCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateClusterCommandInput,
22
+ CreateClusterCommandOutput,
23
+ DAXClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateClusterCommand extends CreateClusterCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DAXClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateParameterGroupCommandInput
21
15
  export interface CreateParameterGroupCommandOutput
22
16
  extends CreateParameterGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateParameterGroupCommand extends $Command<
25
- CreateParameterGroupCommandInput,
26
- CreateParameterGroupCommandOutput,
27
- DAXClientResolvedConfig
28
- > {
29
- readonly input: CreateParameterGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateParameterGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DAXClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateParameterGroupCommand_base: {
19
+ new (
20
+ input: CreateParameterGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateParameterGroupCommandInput,
38
- CreateParameterGroupCommandOutput
23
+ CreateParameterGroupCommandOutput,
24
+ DAXClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateParameterGroupCommand extends CreateParameterGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DAXClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateSubnetGroupCommandInput
21
15
  export interface CreateSubnetGroupCommandOutput
22
16
  extends CreateSubnetGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateSubnetGroupCommand extends $Command<
25
- CreateSubnetGroupCommandInput,
26
- CreateSubnetGroupCommandOutput,
27
- DAXClientResolvedConfig
28
- > {
29
- readonly input: CreateSubnetGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateSubnetGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DAXClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateSubnetGroupCommandInput, CreateSubnetGroupCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateSubnetGroupCommand_base: {
19
+ new (
20
+ input: CreateSubnetGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateSubnetGroupCommandInput,
23
+ CreateSubnetGroupCommandOutput,
24
+ DAXClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateSubnetGroupCommand extends CreateSubnetGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DAXClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DecreaseReplicationFactorCommandInput
21
15
  export interface DecreaseReplicationFactorCommandOutput
22
16
  extends DecreaseReplicationFactorResponse,
23
17
  __MetadataBearer {}
24
- export declare class DecreaseReplicationFactorCommand extends $Command<
25
- DecreaseReplicationFactorCommandInput,
26
- DecreaseReplicationFactorCommandOutput,
27
- DAXClientResolvedConfig
28
- > {
29
- readonly input: DecreaseReplicationFactorCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DecreaseReplicationFactorCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DAXClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DecreaseReplicationFactorCommand_base: {
19
+ new (
20
+ input: DecreaseReplicationFactorCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DecreaseReplicationFactorCommandInput,
38
- DecreaseReplicationFactorCommandOutput
23
+ DecreaseReplicationFactorCommandOutput,
24
+ DAXClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DecreaseReplicationFactorCommand extends DecreaseReplicationFactorCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DAXClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
20
14
  export interface DeleteClusterCommandOutput
21
15
  extends DeleteClusterResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteClusterCommand extends $Command<
24
- DeleteClusterCommandInput,
25
- DeleteClusterCommandOutput,
26
- DAXClientResolvedConfig
27
- > {
28
- readonly input: DeleteClusterCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteClusterCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DAXClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteClusterCommandInput, DeleteClusterCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteClusterCommand_base: {
18
+ new (
19
+ input: DeleteClusterCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteClusterCommandInput,
22
+ DeleteClusterCommandOutput,
23
+ DAXClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteClusterCommand extends DeleteClusterCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DAXClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteParameterGroupCommandInput
21
15
  export interface DeleteParameterGroupCommandOutput
22
16
  extends DeleteParameterGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteParameterGroupCommand extends $Command<
25
- DeleteParameterGroupCommandInput,
26
- DeleteParameterGroupCommandOutput,
27
- DAXClientResolvedConfig
28
- > {
29
- readonly input: DeleteParameterGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteParameterGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DAXClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteParameterGroupCommand_base: {
19
+ new (
20
+ input: DeleteParameterGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteParameterGroupCommandInput,
38
- DeleteParameterGroupCommandOutput
23
+ DeleteParameterGroupCommandOutput,
24
+ DAXClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteParameterGroupCommand extends DeleteParameterGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DAXClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DeleteSubnetGroupCommandInput
21
15
  export interface DeleteSubnetGroupCommandOutput
22
16
  extends DeleteSubnetGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteSubnetGroupCommand extends $Command<
25
- DeleteSubnetGroupCommandInput,
26
- DeleteSubnetGroupCommandOutput,
27
- DAXClientResolvedConfig
28
- > {
29
- readonly input: DeleteSubnetGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteSubnetGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DAXClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteSubnetGroupCommandInput, DeleteSubnetGroupCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteSubnetGroupCommand_base: {
19
+ new (
20
+ input: DeleteSubnetGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteSubnetGroupCommandInput,
23
+ DeleteSubnetGroupCommandOutput,
24
+ DAXClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteSubnetGroupCommand extends DeleteSubnetGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DAXClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DescribeClustersCommandInput extends DescribeClustersRequest {}
20
14
  export interface DescribeClustersCommandOutput
21
15
  extends DescribeClustersResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeClustersCommand extends $Command<
24
- DescribeClustersCommandInput,
25
- DescribeClustersCommandOutput,
26
- DAXClientResolvedConfig
27
- > {
28
- readonly input: DescribeClustersCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeClustersCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DAXClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeClustersCommandInput, DescribeClustersCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeClustersCommand_base: {
18
+ new (
19
+ input: DescribeClustersCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeClustersCommandInput,
22
+ DescribeClustersCommandOutput,
23
+ DAXClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeClustersCommand extends DescribeClustersCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DAXClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeDefaultParametersCommandInput
21
15
  export interface DescribeDefaultParametersCommandOutput
22
16
  extends DescribeDefaultParametersResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeDefaultParametersCommand extends $Command<
25
- DescribeDefaultParametersCommandInput,
26
- DescribeDefaultParametersCommandOutput,
27
- DAXClientResolvedConfig
28
- > {
29
- readonly input: DescribeDefaultParametersCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeDefaultParametersCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DAXClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeDefaultParametersCommand_base: {
19
+ new (
20
+ input: DescribeDefaultParametersCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeDefaultParametersCommandInput,
38
- DescribeDefaultParametersCommandOutput
23
+ DescribeDefaultParametersCommandOutput,
24
+ DAXClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeDefaultParametersCommand extends DescribeDefaultParametersCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DAXClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DescribeEventsCommandInput extends DescribeEventsRequest {}
20
14
  export interface DescribeEventsCommandOutput
21
15
  extends DescribeEventsResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeEventsCommand extends $Command<
24
- DescribeEventsCommandInput,
25
- DescribeEventsCommandOutput,
26
- DAXClientResolvedConfig
27
- > {
28
- readonly input: DescribeEventsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeEventsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DAXClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeEventsCommandInput, DescribeEventsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeEventsCommand_base: {
18
+ new (
19
+ input: DescribeEventsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeEventsCommandInput,
22
+ DescribeEventsCommandOutput,
23
+ DAXClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeEventsCommand extends DescribeEventsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DAXClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeParameterGroupsCommandInput
21
15
  export interface DescribeParameterGroupsCommandOutput
22
16
  extends DescribeParameterGroupsResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeParameterGroupsCommand extends $Command<
25
- DescribeParameterGroupsCommandInput,
26
- DescribeParameterGroupsCommandOutput,
27
- DAXClientResolvedConfig
28
- > {
29
- readonly input: DescribeParameterGroupsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeParameterGroupsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DAXClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeParameterGroupsCommand_base: {
19
+ new (
20
+ input: DescribeParameterGroupsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeParameterGroupsCommandInput,
38
- DescribeParameterGroupsCommandOutput
23
+ DescribeParameterGroupsCommandOutput,
24
+ DAXClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeParameterGroupsCommand extends DescribeParameterGroupsCommand_base {}