@aws-sdk/client-dax 3.477.0 → 3.481.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 { DeleteParameterGroupRequest, DeleteParameterGroupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteParameterGroupCommandInput extends DeleteParameterGroupRe
21
20
  */
22
21
  export interface DeleteParameterGroupCommandOutput extends DeleteParameterGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteParameterGroupCommand_base: {
24
+ new (input: DeleteParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteParameterGroupCommandInput, DeleteParameterGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified parameter group. You cannot delete a parameter group if it is
@@ -67,23 +70,5 @@ export interface DeleteParameterGroupCommandOutput extends DeleteParameterGroupR
67
70
  * <p>Base exception class for all service exceptions from DAX service.</p>
68
71
  *
69
72
  */
70
- export declare class DeleteParameterGroupCommand extends $Command<DeleteParameterGroupCommandInput, DeleteParameterGroupCommandOutput, DAXClientResolvedConfig> {
71
- readonly input: DeleteParameterGroupCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteParameterGroupCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteParameterGroupCommandInput, DeleteParameterGroupCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteParameterGroupCommand extends DeleteParameterGroupCommand_base {
89
74
  }
@@ -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 { DeleteSubnetGroupRequest, DeleteSubnetGroupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteSubnetGroupCommandInput extends DeleteSubnetGroupRequest
21
20
  */
22
21
  export interface DeleteSubnetGroupCommandOutput extends DeleteSubnetGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteSubnetGroupCommand_base: {
24
+ new (input: DeleteSubnetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSubnetGroupCommandInput, DeleteSubnetGroupCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a subnet group.</p>
@@ -65,23 +68,5 @@ export interface DeleteSubnetGroupCommandOutput extends DeleteSubnetGroupRespons
65
68
  * <p>Base exception class for all service exceptions from DAX service.</p>
66
69
  *
67
70
  */
68
- export declare class DeleteSubnetGroupCommand extends $Command<DeleteSubnetGroupCommandInput, DeleteSubnetGroupCommandOutput, DAXClientResolvedConfig> {
69
- readonly input: DeleteSubnetGroupCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: DeleteSubnetGroupCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSubnetGroupCommandInput, DeleteSubnetGroupCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class DeleteSubnetGroupCommand extends DeleteSubnetGroupCommand_base {
87
72
  }
@@ -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 { DescribeClustersRequest, DescribeClustersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeClustersCommandInput extends DescribeClustersRequest {
21
20
  */
22
21
  export interface DescribeClustersCommandOutput extends DescribeClustersResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeClustersCommand_base: {
24
+ new (input: DescribeClustersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClustersCommandInput, DescribeClustersCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about all provisioned DAX clusters if no cluster identifier
@@ -136,23 +139,5 @@ export interface DescribeClustersCommandOutput extends DescribeClustersResponse,
136
139
  * <p>Base exception class for all service exceptions from DAX service.</p>
137
140
  *
138
141
  */
139
- export declare class DescribeClustersCommand extends $Command<DescribeClustersCommandInput, DescribeClustersCommandOutput, DAXClientResolvedConfig> {
140
- readonly input: DescribeClustersCommandInput;
141
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
142
- /**
143
- * @public
144
- */
145
- constructor(input: DescribeClustersCommandInput);
146
- /**
147
- * @internal
148
- */
149
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeClustersCommandInput, DescribeClustersCommandOutput>;
150
- /**
151
- * @internal
152
- */
153
- private serialize;
154
- /**
155
- * @internal
156
- */
157
- private deserialize;
142
+ export declare class DescribeClustersCommand extends DescribeClustersCommand_base {
158
143
  }
@@ -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 { DescribeDefaultParametersRequest, DescribeDefaultParametersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeDefaultParametersCommandInput extends DescribeDefaultPa
21
20
  */
22
21
  export interface DescribeDefaultParametersCommandOutput extends DescribeDefaultParametersResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeDefaultParametersCommand_base: {
24
+ new (input: DescribeDefaultParametersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDefaultParametersCommandInput, DescribeDefaultParametersCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the default system parameter information for the DAX caching
@@ -81,23 +84,5 @@ export interface DescribeDefaultParametersCommandOutput extends DescribeDefaultP
81
84
  * <p>Base exception class for all service exceptions from DAX service.</p>
82
85
  *
83
86
  */
84
- export declare class DescribeDefaultParametersCommand extends $Command<DescribeDefaultParametersCommandInput, DescribeDefaultParametersCommandOutput, DAXClientResolvedConfig> {
85
- readonly input: DescribeDefaultParametersCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: DescribeDefaultParametersCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDefaultParametersCommandInput, DescribeDefaultParametersCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class DescribeDefaultParametersCommand extends DescribeDefaultParametersCommand_base {
103
88
  }
@@ -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 { DescribeEventsRequest, DescribeEventsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeEventsCommandInput extends DescribeEventsRequest {
21
20
  */
22
21
  export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeEventsCommand_base: {
24
+ new (input: DescribeEventsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns events related to DAX clusters and parameter groups. You can obtain
@@ -78,23 +81,5 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M
78
81
  * <p>Base exception class for all service exceptions from DAX service.</p>
79
82
  *
80
83
  */
81
- export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, DAXClientResolvedConfig> {
82
- readonly input: DescribeEventsCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: DescribeEventsCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventsCommandInput, DescribeEventsCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class DescribeEventsCommand extends DescribeEventsCommand_base {
100
85
  }
@@ -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 { DescribeParameterGroupsRequest, DescribeParameterGroupsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeParameterGroupsCommandInput extends DescribeParameterGr
21
20
  */
22
21
  export interface DescribeParameterGroupsCommandOutput extends DescribeParameterGroupsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeParameterGroupsCommand_base: {
24
+ new (input: DescribeParameterGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeParameterGroupsCommandInput, DescribeParameterGroupsCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of parameter group descriptions. If a parameter group name is
@@ -74,23 +77,5 @@ export interface DescribeParameterGroupsCommandOutput extends DescribeParameterG
74
77
  * <p>Base exception class for all service exceptions from DAX service.</p>
75
78
  *
76
79
  */
77
- export declare class DescribeParameterGroupsCommand extends $Command<DescribeParameterGroupsCommandInput, DescribeParameterGroupsCommandOutput, DAXClientResolvedConfig> {
78
- readonly input: DescribeParameterGroupsCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: DescribeParameterGroupsCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeParameterGroupsCommandInput, DescribeParameterGroupsCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class DescribeParameterGroupsCommand extends DescribeParameterGroupsCommand_base {
96
81
  }
@@ -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 { DescribeParametersRequest, DescribeParametersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeParametersCommandInput extends DescribeParametersReques
21
20
  */
22
21
  export interface DescribeParametersCommandOutput extends DescribeParametersResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeParametersCommand_base: {
24
+ new (input: DescribeParametersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeParametersCommandInput, DescribeParametersCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the detailed parameter list for a particular parameter group.</p>
@@ -85,23 +88,5 @@ export interface DescribeParametersCommandOutput extends DescribeParametersRespo
85
88
  * <p>Base exception class for all service exceptions from DAX service.</p>
86
89
  *
87
90
  */
88
- export declare class DescribeParametersCommand extends $Command<DescribeParametersCommandInput, DescribeParametersCommandOutput, DAXClientResolvedConfig> {
89
- readonly input: DescribeParametersCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: DescribeParametersCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeParametersCommandInput, DescribeParametersCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class DescribeParametersCommand extends DescribeParametersCommand_base {
107
92
  }
@@ -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 { DescribeSubnetGroupsRequest, DescribeSubnetGroupsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeSubnetGroupsCommandInput extends DescribeSubnetGroupsRe
21
20
  */
22
21
  export interface DescribeSubnetGroupsCommandOutput extends DescribeSubnetGroupsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeSubnetGroupsCommand_base: {
24
+ new (input: DescribeSubnetGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSubnetGroupsCommandInput, DescribeSubnetGroupsCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of subnet group descriptions. If a subnet group name is specified,
@@ -76,23 +79,5 @@ export interface DescribeSubnetGroupsCommandOutput extends DescribeSubnetGroupsR
76
79
  * <p>Base exception class for all service exceptions from DAX service.</p>
77
80
  *
78
81
  */
79
- export declare class DescribeSubnetGroupsCommand extends $Command<DescribeSubnetGroupsCommandInput, DescribeSubnetGroupsCommandOutput, DAXClientResolvedConfig> {
80
- readonly input: DescribeSubnetGroupsCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: DescribeSubnetGroupsCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSubnetGroupsCommandInput, DescribeSubnetGroupsCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class DescribeSubnetGroupsCommand extends DescribeSubnetGroupsCommand_base {
98
83
  }
@@ -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 { IncreaseReplicationFactorRequest, IncreaseReplicationFactorResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface IncreaseReplicationFactorCommandInput extends IncreaseReplicati
21
20
  */
22
21
  export interface IncreaseReplicationFactorCommandOutput extends IncreaseReplicationFactorResponse, __MetadataBearer {
23
22
  }
23
+ declare const IncreaseReplicationFactorCommand_base: {
24
+ new (input: IncreaseReplicationFactorCommandInput): import("@smithy/smithy-client").CommandImpl<IncreaseReplicationFactorCommandInput, IncreaseReplicationFactorCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds one or more nodes to a DAX cluster.</p>
@@ -140,23 +143,5 @@ export interface IncreaseReplicationFactorCommandOutput extends IncreaseReplicat
140
143
  * <p>Base exception class for all service exceptions from DAX service.</p>
141
144
  *
142
145
  */
143
- export declare class IncreaseReplicationFactorCommand extends $Command<IncreaseReplicationFactorCommandInput, IncreaseReplicationFactorCommandOutput, DAXClientResolvedConfig> {
144
- readonly input: IncreaseReplicationFactorCommandInput;
145
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
146
- /**
147
- * @public
148
- */
149
- constructor(input: IncreaseReplicationFactorCommandInput);
150
- /**
151
- * @internal
152
- */
153
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<IncreaseReplicationFactorCommandInput, IncreaseReplicationFactorCommandOutput>;
154
- /**
155
- * @internal
156
- */
157
- private serialize;
158
- /**
159
- * @internal
160
- */
161
- private deserialize;
146
+ export declare class IncreaseReplicationFactorCommand extends IncreaseReplicationFactorCommand_base {
162
147
  }
@@ -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 { ListTagsRequest, ListTagsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsCommandInput extends ListTagsRequest {
21
20
  */
22
21
  export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsCommand_base: {
24
+ new (input: ListTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List all of the tags for a DAX cluster. You can call <code>ListTags</code> up to
@@ -78,23 +81,5 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare
78
81
  * <p>Base exception class for all service exceptions from DAX service.</p>
79
82
  *
80
83
  */
81
- export declare class ListTagsCommand extends $Command<ListTagsCommandInput, ListTagsCommandOutput, DAXClientResolvedConfig> {
82
- readonly input: ListTagsCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: ListTagsCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsCommandInput, ListTagsCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class ListTagsCommand extends ListTagsCommand_base {
100
85
  }
@@ -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 { RebootNodeRequest, RebootNodeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RebootNodeCommandInput extends RebootNodeRequest {
21
20
  */
22
21
  export interface RebootNodeCommandOutput extends RebootNodeResponse, __MetadataBearer {
23
22
  }
23
+ declare const RebootNodeCommand_base: {
24
+ new (input: RebootNodeCommandInput): import("@smithy/smithy-client").CommandImpl<RebootNodeCommandInput, RebootNodeCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Reboots a single node of a DAX cluster. The reboot action takes place
@@ -131,23 +134,5 @@ export interface RebootNodeCommandOutput extends RebootNodeResponse, __MetadataB
131
134
  * <p>Base exception class for all service exceptions from DAX service.</p>
132
135
  *
133
136
  */
134
- export declare class RebootNodeCommand extends $Command<RebootNodeCommandInput, RebootNodeCommandOutput, DAXClientResolvedConfig> {
135
- readonly input: RebootNodeCommandInput;
136
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
137
- /**
138
- * @public
139
- */
140
- constructor(input: RebootNodeCommandInput);
141
- /**
142
- * @internal
143
- */
144
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RebootNodeCommandInput, RebootNodeCommandOutput>;
145
- /**
146
- * @internal
147
- */
148
- private serialize;
149
- /**
150
- * @internal
151
- */
152
- private deserialize;
137
+ export declare class RebootNodeCommand extends RebootNodeCommand_base {
153
138
  }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Associates a set of tags with a DAX resource. You can call <code>TagResource</code> up to 5 times per second, per
@@ -85,23 +88,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
85
88
  * <p>Base exception class for all service exceptions from DAX service.</p>
86
89
  *
87
90
  */
88
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DAXClientResolvedConfig> {
89
- readonly input: TagResourceCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: TagResourceCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class TagResourceCommand extends TagResourceCommand_base {
107
92
  }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the association of tags from a DAX resource. You can call
@@ -82,23 +85,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
82
85
  * <p>Base exception class for all service exceptions from DAX service.</p>
83
86
  *
84
87
  */
85
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DAXClientResolvedConfig> {
86
- readonly input: UntagResourceCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: UntagResourceCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
104
89
  }
@@ -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 { UpdateClusterRequest, UpdateClusterResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateClusterCommandInput extends UpdateClusterRequest {
21
20
  */
22
21
  export interface UpdateClusterCommandOutput extends UpdateClusterResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateClusterCommand_base: {
24
+ new (input: UpdateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the settings for a DAX cluster. You can use this action to change one or
@@ -137,23 +140,5 @@ export interface UpdateClusterCommandOutput extends UpdateClusterResponse, __Met
137
140
  * <p>Base exception class for all service exceptions from DAX service.</p>
138
141
  *
139
142
  */
140
- export declare class UpdateClusterCommand extends $Command<UpdateClusterCommandInput, UpdateClusterCommandOutput, DAXClientResolvedConfig> {
141
- readonly input: UpdateClusterCommandInput;
142
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
143
- /**
144
- * @public
145
- */
146
- constructor(input: UpdateClusterCommandInput);
147
- /**
148
- * @internal
149
- */
150
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DAXClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClusterCommandInput, UpdateClusterCommandOutput>;
151
- /**
152
- * @internal
153
- */
154
- private serialize;
155
- /**
156
- * @internal
157
- */
158
- private deserialize;
143
+ export declare class UpdateClusterCommand extends UpdateClusterCommand_base {
159
144
  }