@aws-sdk/client-dax 3.170.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/DAX.d.ts +0 -21
- package/dist-types/ts3.4/DAXClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateParameterGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSubnetGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DecreaseReplicationFactorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteParameterGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSubnetGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDefaultParametersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeParameterGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSubnetGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/IncreaseReplicationFactorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RebootNodeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateParameterGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSubnetGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/DAXServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -233
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-dax
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-dax
|
|
@@ -84,7 +84,6 @@ import {
|
|
|
84
84
|
UpdateSubnetGroupCommandOutput,
|
|
85
85
|
} from "./commands/UpdateSubnetGroupCommand";
|
|
86
86
|
import { DAXClient } from "./DAXClient";
|
|
87
|
-
|
|
88
87
|
export declare class DAX extends DAXClient {
|
|
89
88
|
createCluster(
|
|
90
89
|
args: CreateClusterCommandInput,
|
|
@@ -99,7 +98,6 @@ export declare class DAX extends DAXClient {
|
|
|
99
98
|
options: __HttpHandlerOptions,
|
|
100
99
|
cb: (err: any, data?: CreateClusterCommandOutput) => void
|
|
101
100
|
): void;
|
|
102
|
-
|
|
103
101
|
createParameterGroup(
|
|
104
102
|
args: CreateParameterGroupCommandInput,
|
|
105
103
|
options?: __HttpHandlerOptions
|
|
@@ -113,7 +111,6 @@ export declare class DAX extends DAXClient {
|
|
|
113
111
|
options: __HttpHandlerOptions,
|
|
114
112
|
cb: (err: any, data?: CreateParameterGroupCommandOutput) => void
|
|
115
113
|
): void;
|
|
116
|
-
|
|
117
114
|
createSubnetGroup(
|
|
118
115
|
args: CreateSubnetGroupCommandInput,
|
|
119
116
|
options?: __HttpHandlerOptions
|
|
@@ -127,7 +124,6 @@ export declare class DAX extends DAXClient {
|
|
|
127
124
|
options: __HttpHandlerOptions,
|
|
128
125
|
cb: (err: any, data?: CreateSubnetGroupCommandOutput) => void
|
|
129
126
|
): void;
|
|
130
|
-
|
|
131
127
|
decreaseReplicationFactor(
|
|
132
128
|
args: DecreaseReplicationFactorCommandInput,
|
|
133
129
|
options?: __HttpHandlerOptions
|
|
@@ -141,7 +137,6 @@ export declare class DAX extends DAXClient {
|
|
|
141
137
|
options: __HttpHandlerOptions,
|
|
142
138
|
cb: (err: any, data?: DecreaseReplicationFactorCommandOutput) => void
|
|
143
139
|
): void;
|
|
144
|
-
|
|
145
140
|
deleteCluster(
|
|
146
141
|
args: DeleteClusterCommandInput,
|
|
147
142
|
options?: __HttpHandlerOptions
|
|
@@ -155,7 +150,6 @@ export declare class DAX extends DAXClient {
|
|
|
155
150
|
options: __HttpHandlerOptions,
|
|
156
151
|
cb: (err: any, data?: DeleteClusterCommandOutput) => void
|
|
157
152
|
): void;
|
|
158
|
-
|
|
159
153
|
deleteParameterGroup(
|
|
160
154
|
args: DeleteParameterGroupCommandInput,
|
|
161
155
|
options?: __HttpHandlerOptions
|
|
@@ -169,7 +163,6 @@ export declare class DAX extends DAXClient {
|
|
|
169
163
|
options: __HttpHandlerOptions,
|
|
170
164
|
cb: (err: any, data?: DeleteParameterGroupCommandOutput) => void
|
|
171
165
|
): void;
|
|
172
|
-
|
|
173
166
|
deleteSubnetGroup(
|
|
174
167
|
args: DeleteSubnetGroupCommandInput,
|
|
175
168
|
options?: __HttpHandlerOptions
|
|
@@ -183,7 +176,6 @@ export declare class DAX extends DAXClient {
|
|
|
183
176
|
options: __HttpHandlerOptions,
|
|
184
177
|
cb: (err: any, data?: DeleteSubnetGroupCommandOutput) => void
|
|
185
178
|
): void;
|
|
186
|
-
|
|
187
179
|
describeClusters(
|
|
188
180
|
args: DescribeClustersCommandInput,
|
|
189
181
|
options?: __HttpHandlerOptions
|
|
@@ -197,7 +189,6 @@ export declare class DAX extends DAXClient {
|
|
|
197
189
|
options: __HttpHandlerOptions,
|
|
198
190
|
cb: (err: any, data?: DescribeClustersCommandOutput) => void
|
|
199
191
|
): void;
|
|
200
|
-
|
|
201
192
|
describeDefaultParameters(
|
|
202
193
|
args: DescribeDefaultParametersCommandInput,
|
|
203
194
|
options?: __HttpHandlerOptions
|
|
@@ -211,7 +202,6 @@ export declare class DAX extends DAXClient {
|
|
|
211
202
|
options: __HttpHandlerOptions,
|
|
212
203
|
cb: (err: any, data?: DescribeDefaultParametersCommandOutput) => void
|
|
213
204
|
): void;
|
|
214
|
-
|
|
215
205
|
describeEvents(
|
|
216
206
|
args: DescribeEventsCommandInput,
|
|
217
207
|
options?: __HttpHandlerOptions
|
|
@@ -225,7 +215,6 @@ export declare class DAX extends DAXClient {
|
|
|
225
215
|
options: __HttpHandlerOptions,
|
|
226
216
|
cb: (err: any, data?: DescribeEventsCommandOutput) => void
|
|
227
217
|
): void;
|
|
228
|
-
|
|
229
218
|
describeParameterGroups(
|
|
230
219
|
args: DescribeParameterGroupsCommandInput,
|
|
231
220
|
options?: __HttpHandlerOptions
|
|
@@ -239,7 +228,6 @@ export declare class DAX extends DAXClient {
|
|
|
239
228
|
options: __HttpHandlerOptions,
|
|
240
229
|
cb: (err: any, data?: DescribeParameterGroupsCommandOutput) => void
|
|
241
230
|
): void;
|
|
242
|
-
|
|
243
231
|
describeParameters(
|
|
244
232
|
args: DescribeParametersCommandInput,
|
|
245
233
|
options?: __HttpHandlerOptions
|
|
@@ -253,7 +241,6 @@ export declare class DAX extends DAXClient {
|
|
|
253
241
|
options: __HttpHandlerOptions,
|
|
254
242
|
cb: (err: any, data?: DescribeParametersCommandOutput) => void
|
|
255
243
|
): void;
|
|
256
|
-
|
|
257
244
|
describeSubnetGroups(
|
|
258
245
|
args: DescribeSubnetGroupsCommandInput,
|
|
259
246
|
options?: __HttpHandlerOptions
|
|
@@ -267,7 +254,6 @@ export declare class DAX extends DAXClient {
|
|
|
267
254
|
options: __HttpHandlerOptions,
|
|
268
255
|
cb: (err: any, data?: DescribeSubnetGroupsCommandOutput) => void
|
|
269
256
|
): void;
|
|
270
|
-
|
|
271
257
|
increaseReplicationFactor(
|
|
272
258
|
args: IncreaseReplicationFactorCommandInput,
|
|
273
259
|
options?: __HttpHandlerOptions
|
|
@@ -281,7 +267,6 @@ export declare class DAX extends DAXClient {
|
|
|
281
267
|
options: __HttpHandlerOptions,
|
|
282
268
|
cb: (err: any, data?: IncreaseReplicationFactorCommandOutput) => void
|
|
283
269
|
): void;
|
|
284
|
-
|
|
285
270
|
listTags(
|
|
286
271
|
args: ListTagsCommandInput,
|
|
287
272
|
options?: __HttpHandlerOptions
|
|
@@ -295,7 +280,6 @@ export declare class DAX extends DAXClient {
|
|
|
295
280
|
options: __HttpHandlerOptions,
|
|
296
281
|
cb: (err: any, data?: ListTagsCommandOutput) => void
|
|
297
282
|
): void;
|
|
298
|
-
|
|
299
283
|
rebootNode(
|
|
300
284
|
args: RebootNodeCommandInput,
|
|
301
285
|
options?: __HttpHandlerOptions
|
|
@@ -309,7 +293,6 @@ export declare class DAX extends DAXClient {
|
|
|
309
293
|
options: __HttpHandlerOptions,
|
|
310
294
|
cb: (err: any, data?: RebootNodeCommandOutput) => void
|
|
311
295
|
): void;
|
|
312
|
-
|
|
313
296
|
tagResource(
|
|
314
297
|
args: TagResourceCommandInput,
|
|
315
298
|
options?: __HttpHandlerOptions
|
|
@@ -323,7 +306,6 @@ export declare class DAX extends DAXClient {
|
|
|
323
306
|
options: __HttpHandlerOptions,
|
|
324
307
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
325
308
|
): void;
|
|
326
|
-
|
|
327
309
|
untagResource(
|
|
328
310
|
args: UntagResourceCommandInput,
|
|
329
311
|
options?: __HttpHandlerOptions
|
|
@@ -337,7 +319,6 @@ export declare class DAX extends DAXClient {
|
|
|
337
319
|
options: __HttpHandlerOptions,
|
|
338
320
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
339
321
|
): void;
|
|
340
|
-
|
|
341
322
|
updateCluster(
|
|
342
323
|
args: UpdateClusterCommandInput,
|
|
343
324
|
options?: __HttpHandlerOptions
|
|
@@ -351,7 +332,6 @@ export declare class DAX extends DAXClient {
|
|
|
351
332
|
options: __HttpHandlerOptions,
|
|
352
333
|
cb: (err: any, data?: UpdateClusterCommandOutput) => void
|
|
353
334
|
): void;
|
|
354
|
-
|
|
355
335
|
updateParameterGroup(
|
|
356
336
|
args: UpdateParameterGroupCommandInput,
|
|
357
337
|
options?: __HttpHandlerOptions
|
|
@@ -365,7 +345,6 @@ export declare class DAX extends DAXClient {
|
|
|
365
345
|
options: __HttpHandlerOptions,
|
|
366
346
|
cb: (err: any, data?: UpdateParameterGroupCommandOutput) => void
|
|
367
347
|
): void;
|
|
368
|
-
|
|
369
348
|
updateSubnetGroup(
|
|
370
349
|
args: UpdateSubnetGroupCommandInput,
|
|
371
350
|
options?: __HttpHandlerOptions
|
|
@@ -173,47 +173,26 @@ export declare type ServiceOutputTypes =
|
|
|
173
173
|
export interface ClientDefaults
|
|
174
174
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
175
175
|
requestHandler?: __HttpHandler;
|
|
176
|
-
|
|
177
176
|
sha256?: __HashConstructor;
|
|
178
|
-
|
|
179
177
|
urlParser?: __UrlParser;
|
|
180
|
-
|
|
181
178
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
182
|
-
|
|
183
179
|
streamCollector?: __StreamCollector;
|
|
184
|
-
|
|
185
180
|
base64Decoder?: __Decoder;
|
|
186
|
-
|
|
187
181
|
base64Encoder?: __Encoder;
|
|
188
|
-
|
|
189
182
|
utf8Decoder?: __Decoder;
|
|
190
|
-
|
|
191
183
|
utf8Encoder?: __Encoder;
|
|
192
|
-
|
|
193
184
|
runtime?: string;
|
|
194
|
-
|
|
195
185
|
disableHostPrefix?: boolean;
|
|
196
|
-
|
|
197
186
|
maxAttempts?: number | __Provider<number>;
|
|
198
|
-
|
|
199
187
|
retryMode?: string | __Provider<string>;
|
|
200
|
-
|
|
201
188
|
logger?: __Logger;
|
|
202
|
-
|
|
203
189
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
204
|
-
|
|
205
190
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
206
|
-
|
|
207
191
|
serviceId?: string;
|
|
208
|
-
|
|
209
192
|
region?: string | __Provider<string>;
|
|
210
|
-
|
|
211
193
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
212
|
-
|
|
213
194
|
regionInfoProvider?: RegionInfoProvider;
|
|
214
|
-
|
|
215
195
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
216
|
-
|
|
217
196
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
218
197
|
}
|
|
219
198
|
declare type DAXClientConfigType = Partial<
|
|
@@ -226,7 +205,6 @@ declare type DAXClientConfigType = Partial<
|
|
|
226
205
|
HostHeaderInputConfig &
|
|
227
206
|
AwsAuthInputConfig &
|
|
228
207
|
UserAgentInputConfig;
|
|
229
|
-
|
|
230
208
|
export interface DAXClientConfig extends DAXClientConfigType {}
|
|
231
209
|
declare type DAXClientResolvedConfigType =
|
|
232
210
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -237,9 +215,7 @@ declare type DAXClientResolvedConfigType =
|
|
|
237
215
|
HostHeaderResolvedConfig &
|
|
238
216
|
AwsAuthResolvedConfig &
|
|
239
217
|
UserAgentResolvedConfig;
|
|
240
|
-
|
|
241
218
|
export interface DAXClientResolvedConfig extends DAXClientResolvedConfigType {}
|
|
242
|
-
|
|
243
219
|
export declare class DAXClient extends __Client<
|
|
244
220
|
__HttpHandlerOptions,
|
|
245
221
|
ServiceInputTypes,
|
|
@@ -248,7 +224,6 @@ export declare class DAXClient extends __Client<
|
|
|
248
224
|
> {
|
|
249
225
|
readonly config: DAXClientResolvedConfig;
|
|
250
226
|
constructor(configuration: DAXClientConfig);
|
|
251
|
-
|
|
252
227
|
destroy(): void;
|
|
253
228
|
}
|
|
254
229
|
export {};
|
|
@@ -18,7 +18,6 @@ export interface CreateClusterCommandInput extends CreateClusterRequest {}
|
|
|
18
18
|
export interface CreateClusterCommandOutput
|
|
19
19
|
extends CreateClusterResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateClusterCommand extends $Command<
|
|
23
22
|
CreateClusterCommandInput,
|
|
24
23
|
CreateClusterCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateClusterCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateClusterCommandInput;
|
|
28
27
|
constructor(input: CreateClusterCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: DAXClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateParameterGroupCommandInput
|
|
|
19
19
|
export interface CreateParameterGroupCommandOutput
|
|
20
20
|
extends CreateParameterGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateParameterGroupCommand extends $Command<
|
|
24
23
|
CreateParameterGroupCommandInput,
|
|
25
24
|
CreateParameterGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateParameterGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateParameterGroupCommandInput;
|
|
29
28
|
constructor(input: CreateParameterGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DAXClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateSubnetGroupCommandInput
|
|
|
19
19
|
export interface CreateSubnetGroupCommandOutput
|
|
20
20
|
extends CreateSubnetGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateSubnetGroupCommand extends $Command<
|
|
24
23
|
CreateSubnetGroupCommandInput,
|
|
25
24
|
CreateSubnetGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateSubnetGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateSubnetGroupCommandInput;
|
|
29
28
|
constructor(input: CreateSubnetGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DAXClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DecreaseReplicationFactorCommandInput
|
|
|
19
19
|
export interface DecreaseReplicationFactorCommandOutput
|
|
20
20
|
extends DecreaseReplicationFactorResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DecreaseReplicationFactorCommand extends $Command<
|
|
24
23
|
DecreaseReplicationFactorCommandInput,
|
|
25
24
|
DecreaseReplicationFactorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DecreaseReplicationFactorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DecreaseReplicationFactorCommandInput;
|
|
29
28
|
constructor(input: DecreaseReplicationFactorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DAXClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
|
|
|
18
18
|
export interface DeleteClusterCommandOutput
|
|
19
19
|
extends DeleteClusterResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteClusterCommand extends $Command<
|
|
23
22
|
DeleteClusterCommandInput,
|
|
24
23
|
DeleteClusterCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteClusterCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteClusterCommandInput;
|
|
28
27
|
constructor(input: DeleteClusterCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: DAXClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteParameterGroupCommandInput
|
|
|
19
19
|
export interface DeleteParameterGroupCommandOutput
|
|
20
20
|
extends DeleteParameterGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteParameterGroupCommand extends $Command<
|
|
24
23
|
DeleteParameterGroupCommandInput,
|
|
25
24
|
DeleteParameterGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteParameterGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteParameterGroupCommandInput;
|
|
29
28
|
constructor(input: DeleteParameterGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DAXClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteSubnetGroupCommandInput
|
|
|
19
19
|
export interface DeleteSubnetGroupCommandOutput
|
|
20
20
|
extends DeleteSubnetGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteSubnetGroupCommand extends $Command<
|
|
24
23
|
DeleteSubnetGroupCommandInput,
|
|
25
24
|
DeleteSubnetGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteSubnetGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteSubnetGroupCommandInput;
|
|
29
28
|
constructor(input: DeleteSubnetGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DAXClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeClustersCommandInput extends DescribeClustersRequest {}
|
|
|
18
18
|
export interface DescribeClustersCommandOutput
|
|
19
19
|
extends DescribeClustersResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeClustersCommand extends $Command<
|
|
23
22
|
DescribeClustersCommandInput,
|
|
24
23
|
DescribeClustersCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeClustersCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeClustersCommandInput;
|
|
28
27
|
constructor(input: DescribeClustersCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: DAXClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeDefaultParametersCommandInput
|
|
|
19
19
|
export interface DescribeDefaultParametersCommandOutput
|
|
20
20
|
extends DescribeDefaultParametersResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeDefaultParametersCommand extends $Command<
|
|
24
23
|
DescribeDefaultParametersCommandInput,
|
|
25
24
|
DescribeDefaultParametersCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeDefaultParametersCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeDefaultParametersCommandInput;
|
|
29
28
|
constructor(input: DescribeDefaultParametersCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DAXClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeEventsCommandInput extends DescribeEventsRequest {}
|
|
|
18
18
|
export interface DescribeEventsCommandOutput
|
|
19
19
|
extends DescribeEventsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeEventsCommand extends $Command<
|
|
23
22
|
DescribeEventsCommandInput,
|
|
24
23
|
DescribeEventsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeEventsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeEventsCommandInput;
|
|
28
27
|
constructor(input: DescribeEventsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: DAXClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeParameterGroupsCommandInput
|
|
|
19
19
|
export interface DescribeParameterGroupsCommandOutput
|
|
20
20
|
extends DescribeParameterGroupsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeParameterGroupsCommand extends $Command<
|
|
24
23
|
DescribeParameterGroupsCommandInput,
|
|
25
24
|
DescribeParameterGroupsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeParameterGroupsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeParameterGroupsCommandInput;
|
|
29
28
|
constructor(input: DescribeParameterGroupsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DAXClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeParametersCommandInput
|
|
|
19
19
|
export interface DescribeParametersCommandOutput
|
|
20
20
|
extends DescribeParametersResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeParametersCommand extends $Command<
|
|
24
23
|
DescribeParametersCommandInput,
|
|
25
24
|
DescribeParametersCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeParametersCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeParametersCommandInput;
|
|
29
28
|
constructor(input: DescribeParametersCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DAXClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeSubnetGroupsCommandInput
|
|
|
19
19
|
export interface DescribeSubnetGroupsCommandOutput
|
|
20
20
|
extends DescribeSubnetGroupsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeSubnetGroupsCommand extends $Command<
|
|
24
23
|
DescribeSubnetGroupsCommandInput,
|
|
25
24
|
DescribeSubnetGroupsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeSubnetGroupsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeSubnetGroupsCommandInput;
|
|
29
28
|
constructor(input: DescribeSubnetGroupsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DAXClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface IncreaseReplicationFactorCommandInput
|
|
|
19
19
|
export interface IncreaseReplicationFactorCommandOutput
|
|
20
20
|
extends IncreaseReplicationFactorResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class IncreaseReplicationFactorCommand extends $Command<
|
|
24
23
|
IncreaseReplicationFactorCommandInput,
|
|
25
24
|
IncreaseReplicationFactorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class IncreaseReplicationFactorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: IncreaseReplicationFactorCommandInput;
|
|
29
28
|
constructor(input: IncreaseReplicationFactorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DAXClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListTagsCommandInput extends ListTagsRequest {}
|
|
|
15
15
|
export interface ListTagsCommandOutput
|
|
16
16
|
extends ListTagsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListTagsCommand extends $Command<
|
|
20
19
|
ListTagsCommandInput,
|
|
21
20
|
ListTagsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListTagsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListTagsCommandInput;
|
|
25
24
|
constructor(input: ListTagsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DAXClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface RebootNodeCommandInput extends RebootNodeRequest {}
|
|
|
15
15
|
export interface RebootNodeCommandOutput
|
|
16
16
|
extends RebootNodeResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class RebootNodeCommand extends $Command<
|
|
20
19
|
RebootNodeCommandInput,
|
|
21
20
|
RebootNodeCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class RebootNodeCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: RebootNodeCommandInput;
|
|
25
24
|
constructor(input: RebootNodeCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DAXClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DAXClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: DAXClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateClusterCommandInput extends UpdateClusterRequest {}
|
|
|
18
18
|
export interface UpdateClusterCommandOutput
|
|
19
19
|
extends UpdateClusterResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateClusterCommand extends $Command<
|
|
23
22
|
UpdateClusterCommandInput,
|
|
24
23
|
UpdateClusterCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateClusterCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateClusterCommandInput;
|
|
28
27
|
constructor(input: UpdateClusterCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: DAXClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateParameterGroupCommandInput
|
|
|
19
19
|
export interface UpdateParameterGroupCommandOutput
|
|
20
20
|
extends UpdateParameterGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateParameterGroupCommand extends $Command<
|
|
24
23
|
UpdateParameterGroupCommandInput,
|
|
25
24
|
UpdateParameterGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateParameterGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateParameterGroupCommandInput;
|
|
29
28
|
constructor(input: UpdateParameterGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DAXClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateSubnetGroupCommandInput
|
|
|
19
19
|
export interface UpdateSubnetGroupCommandOutput
|
|
20
20
|
extends UpdateSubnetGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateSubnetGroupCommand extends $Command<
|
|
24
23
|
UpdateSubnetGroupCommandInput,
|
|
25
24
|
UpdateSubnetGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateSubnetGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateSubnetGroupCommandInput;
|
|
29
28
|
constructor(input: UpdateSubnetGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DAXClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class DAXServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|