@aws-sdk/client-m2 3.170.0 → 3.178.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 +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/M2.d.ts +0 -32
- package/dist-types/ts3.4/M2Client.d.ts +0 -25
- package/dist-types/ts3.4/commands/CancelBatchJobExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDataSetImportTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationFromEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApplicationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBatchJobExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDataSetDetailsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDataSetImportTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBatchJobDefinitionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBatchJobExecutionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDataSetImportHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartBatchJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopApplicationCommand.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/UpdateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/M2ServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -400
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-m2
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-m2
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-m2
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: M2ClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: M2ClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: M2ClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
package/dist-types/ts3.4/M2.d.ts
CHANGED
|
@@ -128,7 +128,6 @@ import {
|
|
|
128
128
|
UpdateEnvironmentCommandOutput,
|
|
129
129
|
} from "./commands/UpdateEnvironmentCommand";
|
|
130
130
|
import { M2Client } from "./M2Client";
|
|
131
|
-
|
|
132
131
|
export declare class M2 extends M2Client {
|
|
133
132
|
cancelBatchJobExecution(
|
|
134
133
|
args: CancelBatchJobExecutionCommandInput,
|
|
@@ -143,7 +142,6 @@ export declare class M2 extends M2Client {
|
|
|
143
142
|
options: __HttpHandlerOptions,
|
|
144
143
|
cb: (err: any, data?: CancelBatchJobExecutionCommandOutput) => void
|
|
145
144
|
): void;
|
|
146
|
-
|
|
147
145
|
createApplication(
|
|
148
146
|
args: CreateApplicationCommandInput,
|
|
149
147
|
options?: __HttpHandlerOptions
|
|
@@ -157,7 +155,6 @@ export declare class M2 extends M2Client {
|
|
|
157
155
|
options: __HttpHandlerOptions,
|
|
158
156
|
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
159
157
|
): void;
|
|
160
|
-
|
|
161
158
|
createDataSetImportTask(
|
|
162
159
|
args: CreateDataSetImportTaskCommandInput,
|
|
163
160
|
options?: __HttpHandlerOptions
|
|
@@ -171,7 +168,6 @@ export declare class M2 extends M2Client {
|
|
|
171
168
|
options: __HttpHandlerOptions,
|
|
172
169
|
cb: (err: any, data?: CreateDataSetImportTaskCommandOutput) => void
|
|
173
170
|
): void;
|
|
174
|
-
|
|
175
171
|
createDeployment(
|
|
176
172
|
args: CreateDeploymentCommandInput,
|
|
177
173
|
options?: __HttpHandlerOptions
|
|
@@ -185,7 +181,6 @@ export declare class M2 extends M2Client {
|
|
|
185
181
|
options: __HttpHandlerOptions,
|
|
186
182
|
cb: (err: any, data?: CreateDeploymentCommandOutput) => void
|
|
187
183
|
): void;
|
|
188
|
-
|
|
189
184
|
createEnvironment(
|
|
190
185
|
args: CreateEnvironmentCommandInput,
|
|
191
186
|
options?: __HttpHandlerOptions
|
|
@@ -199,7 +194,6 @@ export declare class M2 extends M2Client {
|
|
|
199
194
|
options: __HttpHandlerOptions,
|
|
200
195
|
cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
|
|
201
196
|
): void;
|
|
202
|
-
|
|
203
197
|
deleteApplication(
|
|
204
198
|
args: DeleteApplicationCommandInput,
|
|
205
199
|
options?: __HttpHandlerOptions
|
|
@@ -213,7 +207,6 @@ export declare class M2 extends M2Client {
|
|
|
213
207
|
options: __HttpHandlerOptions,
|
|
214
208
|
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
215
209
|
): void;
|
|
216
|
-
|
|
217
210
|
deleteApplicationFromEnvironment(
|
|
218
211
|
args: DeleteApplicationFromEnvironmentCommandInput,
|
|
219
212
|
options?: __HttpHandlerOptions
|
|
@@ -227,7 +220,6 @@ export declare class M2 extends M2Client {
|
|
|
227
220
|
options: __HttpHandlerOptions,
|
|
228
221
|
cb: (err: any, data?: DeleteApplicationFromEnvironmentCommandOutput) => void
|
|
229
222
|
): void;
|
|
230
|
-
|
|
231
223
|
deleteEnvironment(
|
|
232
224
|
args: DeleteEnvironmentCommandInput,
|
|
233
225
|
options?: __HttpHandlerOptions
|
|
@@ -241,7 +233,6 @@ export declare class M2 extends M2Client {
|
|
|
241
233
|
options: __HttpHandlerOptions,
|
|
242
234
|
cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void
|
|
243
235
|
): void;
|
|
244
|
-
|
|
245
236
|
getApplication(
|
|
246
237
|
args: GetApplicationCommandInput,
|
|
247
238
|
options?: __HttpHandlerOptions
|
|
@@ -255,7 +246,6 @@ export declare class M2 extends M2Client {
|
|
|
255
246
|
options: __HttpHandlerOptions,
|
|
256
247
|
cb: (err: any, data?: GetApplicationCommandOutput) => void
|
|
257
248
|
): void;
|
|
258
|
-
|
|
259
249
|
getApplicationVersion(
|
|
260
250
|
args: GetApplicationVersionCommandInput,
|
|
261
251
|
options?: __HttpHandlerOptions
|
|
@@ -269,7 +259,6 @@ export declare class M2 extends M2Client {
|
|
|
269
259
|
options: __HttpHandlerOptions,
|
|
270
260
|
cb: (err: any, data?: GetApplicationVersionCommandOutput) => void
|
|
271
261
|
): void;
|
|
272
|
-
|
|
273
262
|
getBatchJobExecution(
|
|
274
263
|
args: GetBatchJobExecutionCommandInput,
|
|
275
264
|
options?: __HttpHandlerOptions
|
|
@@ -283,7 +272,6 @@ export declare class M2 extends M2Client {
|
|
|
283
272
|
options: __HttpHandlerOptions,
|
|
284
273
|
cb: (err: any, data?: GetBatchJobExecutionCommandOutput) => void
|
|
285
274
|
): void;
|
|
286
|
-
|
|
287
275
|
getDataSetDetails(
|
|
288
276
|
args: GetDataSetDetailsCommandInput,
|
|
289
277
|
options?: __HttpHandlerOptions
|
|
@@ -297,7 +285,6 @@ export declare class M2 extends M2Client {
|
|
|
297
285
|
options: __HttpHandlerOptions,
|
|
298
286
|
cb: (err: any, data?: GetDataSetDetailsCommandOutput) => void
|
|
299
287
|
): void;
|
|
300
|
-
|
|
301
288
|
getDataSetImportTask(
|
|
302
289
|
args: GetDataSetImportTaskCommandInput,
|
|
303
290
|
options?: __HttpHandlerOptions
|
|
@@ -311,7 +298,6 @@ export declare class M2 extends M2Client {
|
|
|
311
298
|
options: __HttpHandlerOptions,
|
|
312
299
|
cb: (err: any, data?: GetDataSetImportTaskCommandOutput) => void
|
|
313
300
|
): void;
|
|
314
|
-
|
|
315
301
|
getDeployment(
|
|
316
302
|
args: GetDeploymentCommandInput,
|
|
317
303
|
options?: __HttpHandlerOptions
|
|
@@ -325,7 +311,6 @@ export declare class M2 extends M2Client {
|
|
|
325
311
|
options: __HttpHandlerOptions,
|
|
326
312
|
cb: (err: any, data?: GetDeploymentCommandOutput) => void
|
|
327
313
|
): void;
|
|
328
|
-
|
|
329
314
|
getEnvironment(
|
|
330
315
|
args: GetEnvironmentCommandInput,
|
|
331
316
|
options?: __HttpHandlerOptions
|
|
@@ -339,7 +324,6 @@ export declare class M2 extends M2Client {
|
|
|
339
324
|
options: __HttpHandlerOptions,
|
|
340
325
|
cb: (err: any, data?: GetEnvironmentCommandOutput) => void
|
|
341
326
|
): void;
|
|
342
|
-
|
|
343
327
|
listApplications(
|
|
344
328
|
args: ListApplicationsCommandInput,
|
|
345
329
|
options?: __HttpHandlerOptions
|
|
@@ -353,7 +337,6 @@ export declare class M2 extends M2Client {
|
|
|
353
337
|
options: __HttpHandlerOptions,
|
|
354
338
|
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
355
339
|
): void;
|
|
356
|
-
|
|
357
340
|
listApplicationVersions(
|
|
358
341
|
args: ListApplicationVersionsCommandInput,
|
|
359
342
|
options?: __HttpHandlerOptions
|
|
@@ -367,7 +350,6 @@ export declare class M2 extends M2Client {
|
|
|
367
350
|
options: __HttpHandlerOptions,
|
|
368
351
|
cb: (err: any, data?: ListApplicationVersionsCommandOutput) => void
|
|
369
352
|
): void;
|
|
370
|
-
|
|
371
353
|
listBatchJobDefinitions(
|
|
372
354
|
args: ListBatchJobDefinitionsCommandInput,
|
|
373
355
|
options?: __HttpHandlerOptions
|
|
@@ -381,7 +363,6 @@ export declare class M2 extends M2Client {
|
|
|
381
363
|
options: __HttpHandlerOptions,
|
|
382
364
|
cb: (err: any, data?: ListBatchJobDefinitionsCommandOutput) => void
|
|
383
365
|
): void;
|
|
384
|
-
|
|
385
366
|
listBatchJobExecutions(
|
|
386
367
|
args: ListBatchJobExecutionsCommandInput,
|
|
387
368
|
options?: __HttpHandlerOptions
|
|
@@ -395,7 +376,6 @@ export declare class M2 extends M2Client {
|
|
|
395
376
|
options: __HttpHandlerOptions,
|
|
396
377
|
cb: (err: any, data?: ListBatchJobExecutionsCommandOutput) => void
|
|
397
378
|
): void;
|
|
398
|
-
|
|
399
379
|
listDataSetImportHistory(
|
|
400
380
|
args: ListDataSetImportHistoryCommandInput,
|
|
401
381
|
options?: __HttpHandlerOptions
|
|
@@ -409,7 +389,6 @@ export declare class M2 extends M2Client {
|
|
|
409
389
|
options: __HttpHandlerOptions,
|
|
410
390
|
cb: (err: any, data?: ListDataSetImportHistoryCommandOutput) => void
|
|
411
391
|
): void;
|
|
412
|
-
|
|
413
392
|
listDataSets(
|
|
414
393
|
args: ListDataSetsCommandInput,
|
|
415
394
|
options?: __HttpHandlerOptions
|
|
@@ -423,7 +402,6 @@ export declare class M2 extends M2Client {
|
|
|
423
402
|
options: __HttpHandlerOptions,
|
|
424
403
|
cb: (err: any, data?: ListDataSetsCommandOutput) => void
|
|
425
404
|
): void;
|
|
426
|
-
|
|
427
405
|
listDeployments(
|
|
428
406
|
args: ListDeploymentsCommandInput,
|
|
429
407
|
options?: __HttpHandlerOptions
|
|
@@ -437,7 +415,6 @@ export declare class M2 extends M2Client {
|
|
|
437
415
|
options: __HttpHandlerOptions,
|
|
438
416
|
cb: (err: any, data?: ListDeploymentsCommandOutput) => void
|
|
439
417
|
): void;
|
|
440
|
-
|
|
441
418
|
listEngineVersions(
|
|
442
419
|
args: ListEngineVersionsCommandInput,
|
|
443
420
|
options?: __HttpHandlerOptions
|
|
@@ -451,7 +428,6 @@ export declare class M2 extends M2Client {
|
|
|
451
428
|
options: __HttpHandlerOptions,
|
|
452
429
|
cb: (err: any, data?: ListEngineVersionsCommandOutput) => void
|
|
453
430
|
): void;
|
|
454
|
-
|
|
455
431
|
listEnvironments(
|
|
456
432
|
args: ListEnvironmentsCommandInput,
|
|
457
433
|
options?: __HttpHandlerOptions
|
|
@@ -465,7 +441,6 @@ export declare class M2 extends M2Client {
|
|
|
465
441
|
options: __HttpHandlerOptions,
|
|
466
442
|
cb: (err: any, data?: ListEnvironmentsCommandOutput) => void
|
|
467
443
|
): void;
|
|
468
|
-
|
|
469
444
|
listTagsForResource(
|
|
470
445
|
args: ListTagsForResourceCommandInput,
|
|
471
446
|
options?: __HttpHandlerOptions
|
|
@@ -479,7 +454,6 @@ export declare class M2 extends M2Client {
|
|
|
479
454
|
options: __HttpHandlerOptions,
|
|
480
455
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
481
456
|
): void;
|
|
482
|
-
|
|
483
457
|
startApplication(
|
|
484
458
|
args: StartApplicationCommandInput,
|
|
485
459
|
options?: __HttpHandlerOptions
|
|
@@ -493,7 +467,6 @@ export declare class M2 extends M2Client {
|
|
|
493
467
|
options: __HttpHandlerOptions,
|
|
494
468
|
cb: (err: any, data?: StartApplicationCommandOutput) => void
|
|
495
469
|
): void;
|
|
496
|
-
|
|
497
470
|
startBatchJob(
|
|
498
471
|
args: StartBatchJobCommandInput,
|
|
499
472
|
options?: __HttpHandlerOptions
|
|
@@ -507,7 +480,6 @@ export declare class M2 extends M2Client {
|
|
|
507
480
|
options: __HttpHandlerOptions,
|
|
508
481
|
cb: (err: any, data?: StartBatchJobCommandOutput) => void
|
|
509
482
|
): void;
|
|
510
|
-
|
|
511
483
|
stopApplication(
|
|
512
484
|
args: StopApplicationCommandInput,
|
|
513
485
|
options?: __HttpHandlerOptions
|
|
@@ -521,7 +493,6 @@ export declare class M2 extends M2Client {
|
|
|
521
493
|
options: __HttpHandlerOptions,
|
|
522
494
|
cb: (err: any, data?: StopApplicationCommandOutput) => void
|
|
523
495
|
): void;
|
|
524
|
-
|
|
525
496
|
tagResource(
|
|
526
497
|
args: TagResourceCommandInput,
|
|
527
498
|
options?: __HttpHandlerOptions
|
|
@@ -535,7 +506,6 @@ export declare class M2 extends M2Client {
|
|
|
535
506
|
options: __HttpHandlerOptions,
|
|
536
507
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
537
508
|
): void;
|
|
538
|
-
|
|
539
509
|
untagResource(
|
|
540
510
|
args: UntagResourceCommandInput,
|
|
541
511
|
options?: __HttpHandlerOptions
|
|
@@ -549,7 +519,6 @@ export declare class M2 extends M2Client {
|
|
|
549
519
|
options: __HttpHandlerOptions,
|
|
550
520
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
551
521
|
): void;
|
|
552
|
-
|
|
553
522
|
updateApplication(
|
|
554
523
|
args: UpdateApplicationCommandInput,
|
|
555
524
|
options?: __HttpHandlerOptions
|
|
@@ -563,7 +532,6 @@ export declare class M2 extends M2Client {
|
|
|
563
532
|
options: __HttpHandlerOptions,
|
|
564
533
|
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
565
534
|
): void;
|
|
566
|
-
|
|
567
535
|
updateEnvironment(
|
|
568
536
|
args: UpdateEnvironmentCommandInput,
|
|
569
537
|
options?: __HttpHandlerOptions
|
|
@@ -239,47 +239,26 @@ export declare type ServiceOutputTypes =
|
|
|
239
239
|
export interface ClientDefaults
|
|
240
240
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
241
241
|
requestHandler?: __HttpHandler;
|
|
242
|
-
|
|
243
242
|
sha256?: __HashConstructor;
|
|
244
|
-
|
|
245
243
|
urlParser?: __UrlParser;
|
|
246
|
-
|
|
247
244
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
248
|
-
|
|
249
245
|
streamCollector?: __StreamCollector;
|
|
250
|
-
|
|
251
246
|
base64Decoder?: __Decoder;
|
|
252
|
-
|
|
253
247
|
base64Encoder?: __Encoder;
|
|
254
|
-
|
|
255
248
|
utf8Decoder?: __Decoder;
|
|
256
|
-
|
|
257
249
|
utf8Encoder?: __Encoder;
|
|
258
|
-
|
|
259
250
|
runtime?: string;
|
|
260
|
-
|
|
261
251
|
disableHostPrefix?: boolean;
|
|
262
|
-
|
|
263
252
|
maxAttempts?: number | __Provider<number>;
|
|
264
|
-
|
|
265
253
|
retryMode?: string | __Provider<string>;
|
|
266
|
-
|
|
267
254
|
logger?: __Logger;
|
|
268
|
-
|
|
269
255
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
270
|
-
|
|
271
256
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
272
|
-
|
|
273
257
|
serviceId?: string;
|
|
274
|
-
|
|
275
258
|
region?: string | __Provider<string>;
|
|
276
|
-
|
|
277
259
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
278
|
-
|
|
279
260
|
regionInfoProvider?: RegionInfoProvider;
|
|
280
|
-
|
|
281
261
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
282
|
-
|
|
283
262
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
284
263
|
}
|
|
285
264
|
declare type M2ClientConfigType = Partial<
|
|
@@ -292,7 +271,6 @@ declare type M2ClientConfigType = Partial<
|
|
|
292
271
|
HostHeaderInputConfig &
|
|
293
272
|
AwsAuthInputConfig &
|
|
294
273
|
UserAgentInputConfig;
|
|
295
|
-
|
|
296
274
|
export interface M2ClientConfig extends M2ClientConfigType {}
|
|
297
275
|
declare type M2ClientResolvedConfigType =
|
|
298
276
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -303,9 +281,7 @@ declare type M2ClientResolvedConfigType =
|
|
|
303
281
|
HostHeaderResolvedConfig &
|
|
304
282
|
AwsAuthResolvedConfig &
|
|
305
283
|
UserAgentResolvedConfig;
|
|
306
|
-
|
|
307
284
|
export interface M2ClientResolvedConfig extends M2ClientResolvedConfigType {}
|
|
308
|
-
|
|
309
285
|
export declare class M2Client extends __Client<
|
|
310
286
|
__HttpHandlerOptions,
|
|
311
287
|
ServiceInputTypes,
|
|
@@ -314,7 +290,6 @@ export declare class M2Client extends __Client<
|
|
|
314
290
|
> {
|
|
315
291
|
readonly config: M2ClientResolvedConfig;
|
|
316
292
|
constructor(configuration: M2ClientConfig);
|
|
317
|
-
|
|
318
293
|
destroy(): void;
|
|
319
294
|
}
|
|
320
295
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface CancelBatchJobExecutionCommandInput
|
|
|
19
19
|
export interface CancelBatchJobExecutionCommandOutput
|
|
20
20
|
extends CancelBatchJobExecutionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CancelBatchJobExecutionCommand extends $Command<
|
|
24
23
|
CancelBatchJobExecutionCommandInput,
|
|
25
24
|
CancelBatchJobExecutionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CancelBatchJobExecutionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CancelBatchJobExecutionCommandInput;
|
|
29
28
|
constructor(input: CancelBatchJobExecutionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: M2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateApplicationCommandInput
|
|
|
19
19
|
export interface CreateApplicationCommandOutput
|
|
20
20
|
extends CreateApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateApplicationCommand extends $Command<
|
|
24
23
|
CreateApplicationCommandInput,
|
|
25
24
|
CreateApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateApplicationCommandInput;
|
|
29
28
|
constructor(input: CreateApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: M2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateDataSetImportTaskCommandInput
|
|
|
19
19
|
export interface CreateDataSetImportTaskCommandOutput
|
|
20
20
|
extends CreateDataSetImportTaskResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateDataSetImportTaskCommand extends $Command<
|
|
24
23
|
CreateDataSetImportTaskCommandInput,
|
|
25
24
|
CreateDataSetImportTaskCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateDataSetImportTaskCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateDataSetImportTaskCommandInput;
|
|
29
28
|
constructor(input: CreateDataSetImportTaskCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: M2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {}
|
|
|
18
18
|
export interface CreateDeploymentCommandOutput
|
|
19
19
|
extends CreateDeploymentResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateDeploymentCommand extends $Command<
|
|
23
22
|
CreateDeploymentCommandInput,
|
|
24
23
|
CreateDeploymentCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateDeploymentCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateDeploymentCommandInput;
|
|
28
27
|
constructor(input: CreateDeploymentCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: M2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateEnvironmentCommandInput
|
|
|
19
19
|
export interface CreateEnvironmentCommandOutput
|
|
20
20
|
extends CreateEnvironmentResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateEnvironmentCommand extends $Command<
|
|
24
23
|
CreateEnvironmentCommandInput,
|
|
25
24
|
CreateEnvironmentCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateEnvironmentCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateEnvironmentCommandInput;
|
|
29
28
|
constructor(input: CreateEnvironmentCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: M2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteApplicationCommandInput
|
|
|
19
19
|
export interface DeleteApplicationCommandOutput
|
|
20
20
|
extends DeleteApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteApplicationCommand extends $Command<
|
|
24
23
|
DeleteApplicationCommandInput,
|
|
25
24
|
DeleteApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteApplicationCommandInput;
|
|
29
28
|
constructor(input: DeleteApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: M2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteApplicationFromEnvironmentCommandInput
|
|
|
19
19
|
export interface DeleteApplicationFromEnvironmentCommandOutput
|
|
20
20
|
extends DeleteApplicationFromEnvironmentResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteApplicationFromEnvironmentCommand extends $Command<
|
|
24
23
|
DeleteApplicationFromEnvironmentCommandInput,
|
|
25
24
|
DeleteApplicationFromEnvironmentCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteApplicationFromEnvironmentCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteApplicationFromEnvironmentCommandInput;
|
|
29
28
|
constructor(input: DeleteApplicationFromEnvironmentCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: M2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteEnvironmentCommandInput
|
|
|
19
19
|
export interface DeleteEnvironmentCommandOutput
|
|
20
20
|
extends DeleteEnvironmentResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteEnvironmentCommand extends $Command<
|
|
24
23
|
DeleteEnvironmentCommandInput,
|
|
25
24
|
DeleteEnvironmentCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteEnvironmentCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteEnvironmentCommandInput;
|
|
29
28
|
constructor(input: DeleteEnvironmentCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: M2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetApplicationCommandInput extends GetApplicationRequest {}
|
|
|
18
18
|
export interface GetApplicationCommandOutput
|
|
19
19
|
extends GetApplicationResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetApplicationCommand extends $Command<
|
|
23
22
|
GetApplicationCommandInput,
|
|
24
23
|
GetApplicationCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetApplicationCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetApplicationCommandInput;
|
|
28
27
|
constructor(input: GetApplicationCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: M2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetApplicationVersionCommandInput
|
|
|
19
19
|
export interface GetApplicationVersionCommandOutput
|
|
20
20
|
extends GetApplicationVersionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetApplicationVersionCommand extends $Command<
|
|
24
23
|
GetApplicationVersionCommandInput,
|
|
25
24
|
GetApplicationVersionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetApplicationVersionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetApplicationVersionCommandInput;
|
|
29
28
|
constructor(input: GetApplicationVersionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: M2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetBatchJobExecutionCommandInput
|
|
|
19
19
|
export interface GetBatchJobExecutionCommandOutput
|
|
20
20
|
extends GetBatchJobExecutionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetBatchJobExecutionCommand extends $Command<
|
|
24
23
|
GetBatchJobExecutionCommandInput,
|
|
25
24
|
GetBatchJobExecutionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetBatchJobExecutionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetBatchJobExecutionCommandInput;
|
|
29
28
|
constructor(input: GetBatchJobExecutionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: M2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetDataSetDetailsCommandInput
|
|
|
19
19
|
export interface GetDataSetDetailsCommandOutput
|
|
20
20
|
extends GetDataSetDetailsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDataSetDetailsCommand extends $Command<
|
|
24
23
|
GetDataSetDetailsCommandInput,
|
|
25
24
|
GetDataSetDetailsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDataSetDetailsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDataSetDetailsCommandInput;
|
|
29
28
|
constructor(input: GetDataSetDetailsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: M2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetDataSetImportTaskCommandInput
|
|
|
19
19
|
export interface GetDataSetImportTaskCommandOutput
|
|
20
20
|
extends GetDataSetImportTaskResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDataSetImportTaskCommand extends $Command<
|
|
24
23
|
GetDataSetImportTaskCommandInput,
|
|
25
24
|
GetDataSetImportTaskCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDataSetImportTaskCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDataSetImportTaskCommandInput;
|
|
29
28
|
constructor(input: GetDataSetImportTaskCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: M2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetDeploymentCommandInput extends GetDeploymentRequest {}
|
|
|
18
18
|
export interface GetDeploymentCommandOutput
|
|
19
19
|
extends GetDeploymentResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetDeploymentCommand extends $Command<
|
|
23
22
|
GetDeploymentCommandInput,
|
|
24
23
|
GetDeploymentCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetDeploymentCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetDeploymentCommandInput;
|
|
28
27
|
constructor(input: GetDeploymentCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: M2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {}
|
|
|
18
18
|
export interface GetEnvironmentCommandOutput
|
|
19
19
|
extends GetEnvironmentResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetEnvironmentCommand extends $Command<
|
|
23
22
|
GetEnvironmentCommandInput,
|
|
24
23
|
GetEnvironmentCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetEnvironmentCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetEnvironmentCommandInput;
|
|
28
27
|
constructor(input: GetEnvironmentCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: M2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListApplicationVersionsCommandInput
|
|
|
19
19
|
export interface ListApplicationVersionsCommandOutput
|
|
20
20
|
extends ListApplicationVersionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListApplicationVersionsCommand extends $Command<
|
|
24
23
|
ListApplicationVersionsCommandInput,
|
|
25
24
|
ListApplicationVersionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListApplicationVersionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListApplicationVersionsCommandInput;
|
|
29
28
|
constructor(input: ListApplicationVersionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: M2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
|
18
18
|
export interface ListApplicationsCommandOutput
|
|
19
19
|
extends ListApplicationsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListApplicationsCommand extends $Command<
|
|
23
22
|
ListApplicationsCommandInput,
|
|
24
23
|
ListApplicationsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListApplicationsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListApplicationsCommandInput;
|
|
28
27
|
constructor(input: ListApplicationsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: M2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListBatchJobDefinitionsCommandInput
|
|
|
19
19
|
export interface ListBatchJobDefinitionsCommandOutput
|
|
20
20
|
extends ListBatchJobDefinitionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListBatchJobDefinitionsCommand extends $Command<
|
|
24
23
|
ListBatchJobDefinitionsCommandInput,
|
|
25
24
|
ListBatchJobDefinitionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListBatchJobDefinitionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListBatchJobDefinitionsCommandInput;
|
|
29
28
|
constructor(input: ListBatchJobDefinitionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: M2ClientResolvedConfig,
|