@aws-sdk/client-dax 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/DAX.d.ts +382 -110
  3. package/dist-types/ts3.4/DAXClient.d.ts +254 -94
  4. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/CreateParameterGroupCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateSubnetGroupCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/DecreaseReplicationFactorCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/DeleteParameterGroupCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DeleteSubnetGroupCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DescribeDefaultParametersCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DescribeParameterGroupsCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/DescribeSubnetGroupsCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/IncreaseReplicationFactorCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/RebootNodeCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/UpdateParameterGroupCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/UpdateSubnetGroupCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/index.d.ts +21 -21
  26. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  27. package/dist-types/ts3.4/index.d.ts +5 -5
  28. package/dist-types/ts3.4/models/DAXServiceException.d.ts +8 -6
  29. package/dist-types/ts3.4/models/index.d.ts +1 -1
  30. package/dist-types/ts3.4/models/models_0.d.ts +888 -774
  31. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +257 -65
  32. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  35. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  36. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-dax
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-dax
@@ -1,110 +1,382 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
3
- import { CreateParameterGroupCommandInput, CreateParameterGroupCommandOutput } from "./commands/CreateParameterGroupCommand";
4
- import { CreateSubnetGroupCommandInput, CreateSubnetGroupCommandOutput } from "./commands/CreateSubnetGroupCommand";
5
- import { DecreaseReplicationFactorCommandInput, DecreaseReplicationFactorCommandOutput } from "./commands/DecreaseReplicationFactorCommand";
6
- import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
7
- import { DeleteParameterGroupCommandInput, DeleteParameterGroupCommandOutput } from "./commands/DeleteParameterGroupCommand";
8
- import { DeleteSubnetGroupCommandInput, DeleteSubnetGroupCommandOutput } from "./commands/DeleteSubnetGroupCommand";
9
- import { DescribeClustersCommandInput, DescribeClustersCommandOutput } from "./commands/DescribeClustersCommand";
10
- import { DescribeDefaultParametersCommandInput, DescribeDefaultParametersCommandOutput } from "./commands/DescribeDefaultParametersCommand";
11
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
12
- import { DescribeParameterGroupsCommandInput, DescribeParameterGroupsCommandOutput } from "./commands/DescribeParameterGroupsCommand";
13
- import { DescribeParametersCommandInput, DescribeParametersCommandOutput } from "./commands/DescribeParametersCommand";
14
- import { DescribeSubnetGroupsCommandInput, DescribeSubnetGroupsCommandOutput } from "./commands/DescribeSubnetGroupsCommand";
15
- import { IncreaseReplicationFactorCommandInput, IncreaseReplicationFactorCommandOutput } from "./commands/IncreaseReplicationFactorCommand";
16
- import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
17
- import { RebootNodeCommandInput, RebootNodeCommandOutput } from "./commands/RebootNodeCommand";
18
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
19
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
20
- import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "./commands/UpdateClusterCommand";
21
- import { UpdateParameterGroupCommandInput, UpdateParameterGroupCommandOutput } from "./commands/UpdateParameterGroupCommand";
22
- import { UpdateSubnetGroupCommandInput, UpdateSubnetGroupCommandOutput } from "./commands/UpdateSubnetGroupCommand";
23
- import { DAXClient } from "./DAXClient";
24
-
25
- export declare class DAX extends DAXClient {
26
-
27
- createCluster(args: CreateClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateClusterCommandOutput>;
28
- createCluster(args: CreateClusterCommandInput, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
29
- createCluster(args: CreateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
30
-
31
- createParameterGroup(args: CreateParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateParameterGroupCommandOutput>;
32
- createParameterGroup(args: CreateParameterGroupCommandInput, cb: (err: any, data?: CreateParameterGroupCommandOutput) => void): void;
33
- createParameterGroup(args: CreateParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateParameterGroupCommandOutput) => void): void;
34
-
35
- createSubnetGroup(args: CreateSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateSubnetGroupCommandOutput>;
36
- createSubnetGroup(args: CreateSubnetGroupCommandInput, cb: (err: any, data?: CreateSubnetGroupCommandOutput) => void): void;
37
- createSubnetGroup(args: CreateSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSubnetGroupCommandOutput) => void): void;
38
-
39
- decreaseReplicationFactor(args: DecreaseReplicationFactorCommandInput, options?: __HttpHandlerOptions): Promise<DecreaseReplicationFactorCommandOutput>;
40
- decreaseReplicationFactor(args: DecreaseReplicationFactorCommandInput, cb: (err: any, data?: DecreaseReplicationFactorCommandOutput) => void): void;
41
- decreaseReplicationFactor(args: DecreaseReplicationFactorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DecreaseReplicationFactorCommandOutput) => void): void;
42
-
43
- deleteCluster(args: DeleteClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteClusterCommandOutput>;
44
- deleteCluster(args: DeleteClusterCommandInput, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
45
- deleteCluster(args: DeleteClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
46
-
47
- deleteParameterGroup(args: DeleteParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteParameterGroupCommandOutput>;
48
- deleteParameterGroup(args: DeleteParameterGroupCommandInput, cb: (err: any, data?: DeleteParameterGroupCommandOutput) => void): void;
49
- deleteParameterGroup(args: DeleteParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteParameterGroupCommandOutput) => void): void;
50
-
51
- deleteSubnetGroup(args: DeleteSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSubnetGroupCommandOutput>;
52
- deleteSubnetGroup(args: DeleteSubnetGroupCommandInput, cb: (err: any, data?: DeleteSubnetGroupCommandOutput) => void): void;
53
- deleteSubnetGroup(args: DeleteSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSubnetGroupCommandOutput) => void): void;
54
-
55
- describeClusters(args: DescribeClustersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClustersCommandOutput>;
56
- describeClusters(args: DescribeClustersCommandInput, cb: (err: any, data?: DescribeClustersCommandOutput) => void): void;
57
- describeClusters(args: DescribeClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClustersCommandOutput) => void): void;
58
-
59
- describeDefaultParameters(args: DescribeDefaultParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDefaultParametersCommandOutput>;
60
- describeDefaultParameters(args: DescribeDefaultParametersCommandInput, cb: (err: any, data?: DescribeDefaultParametersCommandOutput) => void): void;
61
- describeDefaultParameters(args: DescribeDefaultParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDefaultParametersCommandOutput) => void): void;
62
-
63
- describeEvents(args: DescribeEventsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventsCommandOutput>;
64
- describeEvents(args: DescribeEventsCommandInput, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
65
- describeEvents(args: DescribeEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
66
-
67
- describeParameterGroups(args: DescribeParameterGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeParameterGroupsCommandOutput>;
68
- describeParameterGroups(args: DescribeParameterGroupsCommandInput, cb: (err: any, data?: DescribeParameterGroupsCommandOutput) => void): void;
69
- describeParameterGroups(args: DescribeParameterGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeParameterGroupsCommandOutput) => void): void;
70
-
71
- describeParameters(args: DescribeParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeParametersCommandOutput>;
72
- describeParameters(args: DescribeParametersCommandInput, cb: (err: any, data?: DescribeParametersCommandOutput) => void): void;
73
- describeParameters(args: DescribeParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeParametersCommandOutput) => void): void;
74
-
75
- describeSubnetGroups(args: DescribeSubnetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSubnetGroupsCommandOutput>;
76
- describeSubnetGroups(args: DescribeSubnetGroupsCommandInput, cb: (err: any, data?: DescribeSubnetGroupsCommandOutput) => void): void;
77
- describeSubnetGroups(args: DescribeSubnetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSubnetGroupsCommandOutput) => void): void;
78
-
79
- increaseReplicationFactor(args: IncreaseReplicationFactorCommandInput, options?: __HttpHandlerOptions): Promise<IncreaseReplicationFactorCommandOutput>;
80
- increaseReplicationFactor(args: IncreaseReplicationFactorCommandInput, cb: (err: any, data?: IncreaseReplicationFactorCommandOutput) => void): void;
81
- increaseReplicationFactor(args: IncreaseReplicationFactorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: IncreaseReplicationFactorCommandOutput) => void): void;
82
-
83
- listTags(args: ListTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsCommandOutput>;
84
- listTags(args: ListTagsCommandInput, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
85
- listTags(args: ListTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
86
-
87
- rebootNode(args: RebootNodeCommandInput, options?: __HttpHandlerOptions): Promise<RebootNodeCommandOutput>;
88
- rebootNode(args: RebootNodeCommandInput, cb: (err: any, data?: RebootNodeCommandOutput) => void): void;
89
- rebootNode(args: RebootNodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootNodeCommandOutput) => void): void;
90
-
91
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
92
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
93
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
94
-
95
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
96
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
97
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
98
-
99
- updateCluster(args: UpdateClusterCommandInput, options?: __HttpHandlerOptions): Promise<UpdateClusterCommandOutput>;
100
- updateCluster(args: UpdateClusterCommandInput, cb: (err: any, data?: UpdateClusterCommandOutput) => void): void;
101
- updateCluster(args: UpdateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClusterCommandOutput) => void): void;
102
-
103
- updateParameterGroup(args: UpdateParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateParameterGroupCommandOutput>;
104
- updateParameterGroup(args: UpdateParameterGroupCommandInput, cb: (err: any, data?: UpdateParameterGroupCommandOutput) => void): void;
105
- updateParameterGroup(args: UpdateParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateParameterGroupCommandOutput) => void): void;
106
-
107
- updateSubnetGroup(args: UpdateSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSubnetGroupCommandOutput>;
108
- updateSubnetGroup(args: UpdateSubnetGroupCommandInput, cb: (err: any, data?: UpdateSubnetGroupCommandOutput) => void): void;
109
- updateSubnetGroup(args: UpdateSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSubnetGroupCommandOutput) => void): void;
110
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ CreateClusterCommandInput,
4
+ CreateClusterCommandOutput,
5
+ } from "./commands/CreateClusterCommand";
6
+ import {
7
+ CreateParameterGroupCommandInput,
8
+ CreateParameterGroupCommandOutput,
9
+ } from "./commands/CreateParameterGroupCommand";
10
+ import {
11
+ CreateSubnetGroupCommandInput,
12
+ CreateSubnetGroupCommandOutput,
13
+ } from "./commands/CreateSubnetGroupCommand";
14
+ import {
15
+ DecreaseReplicationFactorCommandInput,
16
+ DecreaseReplicationFactorCommandOutput,
17
+ } from "./commands/DecreaseReplicationFactorCommand";
18
+ import {
19
+ DeleteClusterCommandInput,
20
+ DeleteClusterCommandOutput,
21
+ } from "./commands/DeleteClusterCommand";
22
+ import {
23
+ DeleteParameterGroupCommandInput,
24
+ DeleteParameterGroupCommandOutput,
25
+ } from "./commands/DeleteParameterGroupCommand";
26
+ import {
27
+ DeleteSubnetGroupCommandInput,
28
+ DeleteSubnetGroupCommandOutput,
29
+ } from "./commands/DeleteSubnetGroupCommand";
30
+ import {
31
+ DescribeClustersCommandInput,
32
+ DescribeClustersCommandOutput,
33
+ } from "./commands/DescribeClustersCommand";
34
+ import {
35
+ DescribeDefaultParametersCommandInput,
36
+ DescribeDefaultParametersCommandOutput,
37
+ } from "./commands/DescribeDefaultParametersCommand";
38
+ import {
39
+ DescribeEventsCommandInput,
40
+ DescribeEventsCommandOutput,
41
+ } from "./commands/DescribeEventsCommand";
42
+ import {
43
+ DescribeParameterGroupsCommandInput,
44
+ DescribeParameterGroupsCommandOutput,
45
+ } from "./commands/DescribeParameterGroupsCommand";
46
+ import {
47
+ DescribeParametersCommandInput,
48
+ DescribeParametersCommandOutput,
49
+ } from "./commands/DescribeParametersCommand";
50
+ import {
51
+ DescribeSubnetGroupsCommandInput,
52
+ DescribeSubnetGroupsCommandOutput,
53
+ } from "./commands/DescribeSubnetGroupsCommand";
54
+ import {
55
+ IncreaseReplicationFactorCommandInput,
56
+ IncreaseReplicationFactorCommandOutput,
57
+ } from "./commands/IncreaseReplicationFactorCommand";
58
+ import {
59
+ ListTagsCommandInput,
60
+ ListTagsCommandOutput,
61
+ } from "./commands/ListTagsCommand";
62
+ import {
63
+ RebootNodeCommandInput,
64
+ RebootNodeCommandOutput,
65
+ } from "./commands/RebootNodeCommand";
66
+ import {
67
+ TagResourceCommandInput,
68
+ TagResourceCommandOutput,
69
+ } from "./commands/TagResourceCommand";
70
+ import {
71
+ UntagResourceCommandInput,
72
+ UntagResourceCommandOutput,
73
+ } from "./commands/UntagResourceCommand";
74
+ import {
75
+ UpdateClusterCommandInput,
76
+ UpdateClusterCommandOutput,
77
+ } from "./commands/UpdateClusterCommand";
78
+ import {
79
+ UpdateParameterGroupCommandInput,
80
+ UpdateParameterGroupCommandOutput,
81
+ } from "./commands/UpdateParameterGroupCommand";
82
+ import {
83
+ UpdateSubnetGroupCommandInput,
84
+ UpdateSubnetGroupCommandOutput,
85
+ } from "./commands/UpdateSubnetGroupCommand";
86
+ import { DAXClient } from "./DAXClient";
87
+
88
+ export declare class DAX extends DAXClient {
89
+ createCluster(
90
+ args: CreateClusterCommandInput,
91
+ options?: __HttpHandlerOptions
92
+ ): Promise<CreateClusterCommandOutput>;
93
+ createCluster(
94
+ args: CreateClusterCommandInput,
95
+ cb: (err: any, data?: CreateClusterCommandOutput) => void
96
+ ): void;
97
+ createCluster(
98
+ args: CreateClusterCommandInput,
99
+ options: __HttpHandlerOptions,
100
+ cb: (err: any, data?: CreateClusterCommandOutput) => void
101
+ ): void;
102
+
103
+ createParameterGroup(
104
+ args: CreateParameterGroupCommandInput,
105
+ options?: __HttpHandlerOptions
106
+ ): Promise<CreateParameterGroupCommandOutput>;
107
+ createParameterGroup(
108
+ args: CreateParameterGroupCommandInput,
109
+ cb: (err: any, data?: CreateParameterGroupCommandOutput) => void
110
+ ): void;
111
+ createParameterGroup(
112
+ args: CreateParameterGroupCommandInput,
113
+ options: __HttpHandlerOptions,
114
+ cb: (err: any, data?: CreateParameterGroupCommandOutput) => void
115
+ ): void;
116
+
117
+ createSubnetGroup(
118
+ args: CreateSubnetGroupCommandInput,
119
+ options?: __HttpHandlerOptions
120
+ ): Promise<CreateSubnetGroupCommandOutput>;
121
+ createSubnetGroup(
122
+ args: CreateSubnetGroupCommandInput,
123
+ cb: (err: any, data?: CreateSubnetGroupCommandOutput) => void
124
+ ): void;
125
+ createSubnetGroup(
126
+ args: CreateSubnetGroupCommandInput,
127
+ options: __HttpHandlerOptions,
128
+ cb: (err: any, data?: CreateSubnetGroupCommandOutput) => void
129
+ ): void;
130
+
131
+ decreaseReplicationFactor(
132
+ args: DecreaseReplicationFactorCommandInput,
133
+ options?: __HttpHandlerOptions
134
+ ): Promise<DecreaseReplicationFactorCommandOutput>;
135
+ decreaseReplicationFactor(
136
+ args: DecreaseReplicationFactorCommandInput,
137
+ cb: (err: any, data?: DecreaseReplicationFactorCommandOutput) => void
138
+ ): void;
139
+ decreaseReplicationFactor(
140
+ args: DecreaseReplicationFactorCommandInput,
141
+ options: __HttpHandlerOptions,
142
+ cb: (err: any, data?: DecreaseReplicationFactorCommandOutput) => void
143
+ ): void;
144
+
145
+ deleteCluster(
146
+ args: DeleteClusterCommandInput,
147
+ options?: __HttpHandlerOptions
148
+ ): Promise<DeleteClusterCommandOutput>;
149
+ deleteCluster(
150
+ args: DeleteClusterCommandInput,
151
+ cb: (err: any, data?: DeleteClusterCommandOutput) => void
152
+ ): void;
153
+ deleteCluster(
154
+ args: DeleteClusterCommandInput,
155
+ options: __HttpHandlerOptions,
156
+ cb: (err: any, data?: DeleteClusterCommandOutput) => void
157
+ ): void;
158
+
159
+ deleteParameterGroup(
160
+ args: DeleteParameterGroupCommandInput,
161
+ options?: __HttpHandlerOptions
162
+ ): Promise<DeleteParameterGroupCommandOutput>;
163
+ deleteParameterGroup(
164
+ args: DeleteParameterGroupCommandInput,
165
+ cb: (err: any, data?: DeleteParameterGroupCommandOutput) => void
166
+ ): void;
167
+ deleteParameterGroup(
168
+ args: DeleteParameterGroupCommandInput,
169
+ options: __HttpHandlerOptions,
170
+ cb: (err: any, data?: DeleteParameterGroupCommandOutput) => void
171
+ ): void;
172
+
173
+ deleteSubnetGroup(
174
+ args: DeleteSubnetGroupCommandInput,
175
+ options?: __HttpHandlerOptions
176
+ ): Promise<DeleteSubnetGroupCommandOutput>;
177
+ deleteSubnetGroup(
178
+ args: DeleteSubnetGroupCommandInput,
179
+ cb: (err: any, data?: DeleteSubnetGroupCommandOutput) => void
180
+ ): void;
181
+ deleteSubnetGroup(
182
+ args: DeleteSubnetGroupCommandInput,
183
+ options: __HttpHandlerOptions,
184
+ cb: (err: any, data?: DeleteSubnetGroupCommandOutput) => void
185
+ ): void;
186
+
187
+ describeClusters(
188
+ args: DescribeClustersCommandInput,
189
+ options?: __HttpHandlerOptions
190
+ ): Promise<DescribeClustersCommandOutput>;
191
+ describeClusters(
192
+ args: DescribeClustersCommandInput,
193
+ cb: (err: any, data?: DescribeClustersCommandOutput) => void
194
+ ): void;
195
+ describeClusters(
196
+ args: DescribeClustersCommandInput,
197
+ options: __HttpHandlerOptions,
198
+ cb: (err: any, data?: DescribeClustersCommandOutput) => void
199
+ ): void;
200
+
201
+ describeDefaultParameters(
202
+ args: DescribeDefaultParametersCommandInput,
203
+ options?: __HttpHandlerOptions
204
+ ): Promise<DescribeDefaultParametersCommandOutput>;
205
+ describeDefaultParameters(
206
+ args: DescribeDefaultParametersCommandInput,
207
+ cb: (err: any, data?: DescribeDefaultParametersCommandOutput) => void
208
+ ): void;
209
+ describeDefaultParameters(
210
+ args: DescribeDefaultParametersCommandInput,
211
+ options: __HttpHandlerOptions,
212
+ cb: (err: any, data?: DescribeDefaultParametersCommandOutput) => void
213
+ ): void;
214
+
215
+ describeEvents(
216
+ args: DescribeEventsCommandInput,
217
+ options?: __HttpHandlerOptions
218
+ ): Promise<DescribeEventsCommandOutput>;
219
+ describeEvents(
220
+ args: DescribeEventsCommandInput,
221
+ cb: (err: any, data?: DescribeEventsCommandOutput) => void
222
+ ): void;
223
+ describeEvents(
224
+ args: DescribeEventsCommandInput,
225
+ options: __HttpHandlerOptions,
226
+ cb: (err: any, data?: DescribeEventsCommandOutput) => void
227
+ ): void;
228
+
229
+ describeParameterGroups(
230
+ args: DescribeParameterGroupsCommandInput,
231
+ options?: __HttpHandlerOptions
232
+ ): Promise<DescribeParameterGroupsCommandOutput>;
233
+ describeParameterGroups(
234
+ args: DescribeParameterGroupsCommandInput,
235
+ cb: (err: any, data?: DescribeParameterGroupsCommandOutput) => void
236
+ ): void;
237
+ describeParameterGroups(
238
+ args: DescribeParameterGroupsCommandInput,
239
+ options: __HttpHandlerOptions,
240
+ cb: (err: any, data?: DescribeParameterGroupsCommandOutput) => void
241
+ ): void;
242
+
243
+ describeParameters(
244
+ args: DescribeParametersCommandInput,
245
+ options?: __HttpHandlerOptions
246
+ ): Promise<DescribeParametersCommandOutput>;
247
+ describeParameters(
248
+ args: DescribeParametersCommandInput,
249
+ cb: (err: any, data?: DescribeParametersCommandOutput) => void
250
+ ): void;
251
+ describeParameters(
252
+ args: DescribeParametersCommandInput,
253
+ options: __HttpHandlerOptions,
254
+ cb: (err: any, data?: DescribeParametersCommandOutput) => void
255
+ ): void;
256
+
257
+ describeSubnetGroups(
258
+ args: DescribeSubnetGroupsCommandInput,
259
+ options?: __HttpHandlerOptions
260
+ ): Promise<DescribeSubnetGroupsCommandOutput>;
261
+ describeSubnetGroups(
262
+ args: DescribeSubnetGroupsCommandInput,
263
+ cb: (err: any, data?: DescribeSubnetGroupsCommandOutput) => void
264
+ ): void;
265
+ describeSubnetGroups(
266
+ args: DescribeSubnetGroupsCommandInput,
267
+ options: __HttpHandlerOptions,
268
+ cb: (err: any, data?: DescribeSubnetGroupsCommandOutput) => void
269
+ ): void;
270
+
271
+ increaseReplicationFactor(
272
+ args: IncreaseReplicationFactorCommandInput,
273
+ options?: __HttpHandlerOptions
274
+ ): Promise<IncreaseReplicationFactorCommandOutput>;
275
+ increaseReplicationFactor(
276
+ args: IncreaseReplicationFactorCommandInput,
277
+ cb: (err: any, data?: IncreaseReplicationFactorCommandOutput) => void
278
+ ): void;
279
+ increaseReplicationFactor(
280
+ args: IncreaseReplicationFactorCommandInput,
281
+ options: __HttpHandlerOptions,
282
+ cb: (err: any, data?: IncreaseReplicationFactorCommandOutput) => void
283
+ ): void;
284
+
285
+ listTags(
286
+ args: ListTagsCommandInput,
287
+ options?: __HttpHandlerOptions
288
+ ): Promise<ListTagsCommandOutput>;
289
+ listTags(
290
+ args: ListTagsCommandInput,
291
+ cb: (err: any, data?: ListTagsCommandOutput) => void
292
+ ): void;
293
+ listTags(
294
+ args: ListTagsCommandInput,
295
+ options: __HttpHandlerOptions,
296
+ cb: (err: any, data?: ListTagsCommandOutput) => void
297
+ ): void;
298
+
299
+ rebootNode(
300
+ args: RebootNodeCommandInput,
301
+ options?: __HttpHandlerOptions
302
+ ): Promise<RebootNodeCommandOutput>;
303
+ rebootNode(
304
+ args: RebootNodeCommandInput,
305
+ cb: (err: any, data?: RebootNodeCommandOutput) => void
306
+ ): void;
307
+ rebootNode(
308
+ args: RebootNodeCommandInput,
309
+ options: __HttpHandlerOptions,
310
+ cb: (err: any, data?: RebootNodeCommandOutput) => void
311
+ ): void;
312
+
313
+ tagResource(
314
+ args: TagResourceCommandInput,
315
+ options?: __HttpHandlerOptions
316
+ ): Promise<TagResourceCommandOutput>;
317
+ tagResource(
318
+ args: TagResourceCommandInput,
319
+ cb: (err: any, data?: TagResourceCommandOutput) => void
320
+ ): void;
321
+ tagResource(
322
+ args: TagResourceCommandInput,
323
+ options: __HttpHandlerOptions,
324
+ cb: (err: any, data?: TagResourceCommandOutput) => void
325
+ ): void;
326
+
327
+ untagResource(
328
+ args: UntagResourceCommandInput,
329
+ options?: __HttpHandlerOptions
330
+ ): Promise<UntagResourceCommandOutput>;
331
+ untagResource(
332
+ args: UntagResourceCommandInput,
333
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
334
+ ): void;
335
+ untagResource(
336
+ args: UntagResourceCommandInput,
337
+ options: __HttpHandlerOptions,
338
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
339
+ ): void;
340
+
341
+ updateCluster(
342
+ args: UpdateClusterCommandInput,
343
+ options?: __HttpHandlerOptions
344
+ ): Promise<UpdateClusterCommandOutput>;
345
+ updateCluster(
346
+ args: UpdateClusterCommandInput,
347
+ cb: (err: any, data?: UpdateClusterCommandOutput) => void
348
+ ): void;
349
+ updateCluster(
350
+ args: UpdateClusterCommandInput,
351
+ options: __HttpHandlerOptions,
352
+ cb: (err: any, data?: UpdateClusterCommandOutput) => void
353
+ ): void;
354
+
355
+ updateParameterGroup(
356
+ args: UpdateParameterGroupCommandInput,
357
+ options?: __HttpHandlerOptions
358
+ ): Promise<UpdateParameterGroupCommandOutput>;
359
+ updateParameterGroup(
360
+ args: UpdateParameterGroupCommandInput,
361
+ cb: (err: any, data?: UpdateParameterGroupCommandOutput) => void
362
+ ): void;
363
+ updateParameterGroup(
364
+ args: UpdateParameterGroupCommandInput,
365
+ options: __HttpHandlerOptions,
366
+ cb: (err: any, data?: UpdateParameterGroupCommandOutput) => void
367
+ ): void;
368
+
369
+ updateSubnetGroup(
370
+ args: UpdateSubnetGroupCommandInput,
371
+ options?: __HttpHandlerOptions
372
+ ): Promise<UpdateSubnetGroupCommandOutput>;
373
+ updateSubnetGroup(
374
+ args: UpdateSubnetGroupCommandInput,
375
+ cb: (err: any, data?: UpdateSubnetGroupCommandOutput) => void
376
+ ): void;
377
+ updateSubnetGroup(
378
+ args: UpdateSubnetGroupCommandInput,
379
+ options: __HttpHandlerOptions,
380
+ cb: (err: any, data?: UpdateSubnetGroupCommandOutput) => void
381
+ ): void;
382
+ }