@aws-sdk/client-m2 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CancelBatchJobExecutionCommand.js +2 -2
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSetImportTaskCommand.js +2 -2
- package/dist-cjs/commands/CreateDeploymentCommand.js +2 -2
- package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationFromEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/GetApplicationCommand.js +2 -2
- package/dist-cjs/commands/GetApplicationVersionCommand.js +2 -2
- package/dist-cjs/commands/GetBatchJobExecutionCommand.js +2 -2
- package/dist-cjs/commands/GetDataSetDetailsCommand.js +2 -2
- package/dist-cjs/commands/GetDataSetImportTaskCommand.js +2 -2
- package/dist-cjs/commands/GetDeploymentCommand.js +2 -2
- package/dist-cjs/commands/GetEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/ListApplicationVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
- package/dist-cjs/commands/ListBatchJobDefinitionsCommand.js +2 -2
- package/dist-cjs/commands/ListBatchJobExecutionsCommand.js +2 -2
- package/dist-cjs/commands/ListDataSetImportHistoryCommand.js +2 -2
- package/dist-cjs/commands/ListDataSetsCommand.js +2 -2
- package/dist-cjs/commands/ListDeploymentsCommand.js +2 -2
- package/dist-cjs/commands/ListEngineVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/StartApplicationCommand.js +2 -2
- package/dist-cjs/commands/StartBatchJobCommand.js +2 -2
- package/dist-cjs/commands/StopApplicationCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -2
- package/dist-cjs/models/models_0.js +466 -648
- package/dist-es/commands/CancelBatchJobExecutionCommand.js +3 -3
- package/dist-es/commands/CreateApplicationCommand.js +3 -3
- package/dist-es/commands/CreateDataSetImportTaskCommand.js +3 -3
- package/dist-es/commands/CreateDeploymentCommand.js +3 -3
- package/dist-es/commands/CreateEnvironmentCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +3 -3
- package/dist-es/commands/DeleteEnvironmentCommand.js +3 -3
- package/dist-es/commands/GetApplicationCommand.js +3 -3
- package/dist-es/commands/GetApplicationVersionCommand.js +3 -3
- package/dist-es/commands/GetBatchJobExecutionCommand.js +3 -3
- package/dist-es/commands/GetDataSetDetailsCommand.js +3 -3
- package/dist-es/commands/GetDataSetImportTaskCommand.js +3 -3
- package/dist-es/commands/GetDeploymentCommand.js +3 -3
- package/dist-es/commands/GetEnvironmentCommand.js +3 -3
- package/dist-es/commands/ListApplicationVersionsCommand.js +3 -3
- package/dist-es/commands/ListApplicationsCommand.js +3 -3
- package/dist-es/commands/ListBatchJobDefinitionsCommand.js +3 -3
- package/dist-es/commands/ListBatchJobExecutionsCommand.js +3 -3
- package/dist-es/commands/ListDataSetImportHistoryCommand.js +3 -3
- package/dist-es/commands/ListDataSetsCommand.js +3 -3
- package/dist-es/commands/ListDeploymentsCommand.js +3 -3
- package/dist-es/commands/ListEngineVersionsCommand.js +3 -3
- package/dist-es/commands/ListEnvironmentsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/StartApplicationCommand.js +3 -3
- package/dist-es/commands/StartBatchJobCommand.js +3 -3
- package/dist-es/commands/StopApplicationCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateApplicationCommand.js +3 -3
- package/dist-es/commands/UpdateEnvironmentCommand.js +3 -3
- package/dist-es/models/models_0.js +170 -454
- package/dist-types/models/models_0.d.ts +408 -596
- package/dist-types/ts3.4/models/models_0.d.ts +204 -392
- package/package.json +7 -7
|
@@ -18,26 +18,14 @@ export interface AlternateKey {
|
|
|
18
18
|
|
|
19
19
|
allowDuplicates?: boolean;
|
|
20
20
|
}
|
|
21
|
-
export declare namespace AlternateKey {
|
|
22
|
-
|
|
23
|
-
const filterSensitiveLog: (obj: AlternateKey) => any;
|
|
24
|
-
}
|
|
25
21
|
export interface CancelBatchJobExecutionRequest {
|
|
26
22
|
|
|
27
23
|
applicationId: string | undefined;
|
|
28
24
|
|
|
29
25
|
executionId: string | undefined;
|
|
30
26
|
}
|
|
31
|
-
export declare namespace CancelBatchJobExecutionRequest {
|
|
32
|
-
|
|
33
|
-
const filterSensitiveLog: (obj: CancelBatchJobExecutionRequest) => any;
|
|
34
|
-
}
|
|
35
27
|
export interface CancelBatchJobExecutionResponse {
|
|
36
28
|
}
|
|
37
|
-
export declare namespace CancelBatchJobExecutionResponse {
|
|
38
|
-
|
|
39
|
-
const filterSensitiveLog: (obj: CancelBatchJobExecutionResponse) => any;
|
|
40
|
-
}
|
|
41
29
|
|
|
42
30
|
export declare class ConflictException extends __BaseException {
|
|
43
31
|
readonly name: "ConflictException";
|
|
@@ -93,10 +81,6 @@ export interface ValidationExceptionField {
|
|
|
93
81
|
|
|
94
82
|
message: string | undefined;
|
|
95
83
|
}
|
|
96
|
-
export declare namespace ValidationExceptionField {
|
|
97
|
-
|
|
98
|
-
const filterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
99
|
-
}
|
|
100
84
|
export declare enum ValidationExceptionReason {
|
|
101
85
|
CANNOT_PARSE = "cannotParse",
|
|
102
86
|
FIELD_VALIDATION_FAILED = "fieldValidationFailed",
|
|
@@ -143,8 +127,6 @@ export declare namespace Definition {
|
|
|
143
127
|
_: (name: string, value: any) => T;
|
|
144
128
|
}
|
|
145
129
|
const visit: <T>(value: Definition, visitor: Visitor<T>) => T;
|
|
146
|
-
|
|
147
|
-
const filterSensitiveLog: (obj: Definition) => any;
|
|
148
130
|
}
|
|
149
131
|
export declare enum EngineType {
|
|
150
132
|
BLUAGE = "bluage",
|
|
@@ -164,10 +146,6 @@ export interface CreateApplicationRequest {
|
|
|
164
146
|
|
|
165
147
|
clientToken?: string;
|
|
166
148
|
}
|
|
167
|
-
export declare namespace CreateApplicationRequest {
|
|
168
|
-
|
|
169
|
-
const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
170
|
-
}
|
|
171
149
|
export interface CreateApplicationResponse {
|
|
172
150
|
|
|
173
151
|
applicationArn: string | undefined;
|
|
@@ -176,10 +154,6 @@ export interface CreateApplicationResponse {
|
|
|
176
154
|
|
|
177
155
|
applicationVersion: number | undefined;
|
|
178
156
|
}
|
|
179
|
-
export declare namespace CreateApplicationResponse {
|
|
180
|
-
|
|
181
|
-
const filterSensitiveLog: (obj: CreateApplicationResponse) => any;
|
|
182
|
-
}
|
|
183
157
|
|
|
184
158
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
185
159
|
readonly name: "ServiceQuotaExceededException";
|
|
@@ -202,10 +176,6 @@ export interface GdgAttributes {
|
|
|
202
176
|
|
|
203
177
|
rollDisposition?: string;
|
|
204
178
|
}
|
|
205
|
-
export declare namespace GdgAttributes {
|
|
206
|
-
|
|
207
|
-
const filterSensitiveLog: (obj: GdgAttributes) => any;
|
|
208
|
-
}
|
|
209
179
|
|
|
210
180
|
export interface PrimaryKey {
|
|
211
181
|
|
|
@@ -215,10 +185,6 @@ export interface PrimaryKey {
|
|
|
215
185
|
|
|
216
186
|
length: number | undefined;
|
|
217
187
|
}
|
|
218
|
-
export declare namespace PrimaryKey {
|
|
219
|
-
|
|
220
|
-
const filterSensitiveLog: (obj: PrimaryKey) => any;
|
|
221
|
-
}
|
|
222
188
|
|
|
223
189
|
export interface VsamAttributes {
|
|
224
190
|
|
|
@@ -232,10 +198,6 @@ export interface VsamAttributes {
|
|
|
232
198
|
|
|
233
199
|
alternateKeys?: AlternateKey[];
|
|
234
200
|
}
|
|
235
|
-
export declare namespace VsamAttributes {
|
|
236
|
-
|
|
237
|
-
const filterSensitiveLog: (obj: VsamAttributes) => any;
|
|
238
|
-
}
|
|
239
201
|
|
|
240
202
|
export declare type DatasetOrgAttributes = DatasetOrgAttributes.GdgMember | DatasetOrgAttributes.VsamMember | DatasetOrgAttributes.$UnknownMember;
|
|
241
203
|
export declare namespace DatasetOrgAttributes {
|
|
@@ -265,8 +227,6 @@ export declare namespace DatasetOrgAttributes {
|
|
|
265
227
|
_: (name: string, value: any) => T;
|
|
266
228
|
}
|
|
267
229
|
const visit: <T>(value: DatasetOrgAttributes, visitor: Visitor<T>) => T;
|
|
268
|
-
|
|
269
|
-
const filterSensitiveLog: (obj: DatasetOrgAttributes) => any;
|
|
270
230
|
}
|
|
271
231
|
|
|
272
232
|
export interface RecordLength {
|
|
@@ -275,10 +235,6 @@ export interface RecordLength {
|
|
|
275
235
|
|
|
276
236
|
max: number | undefined;
|
|
277
237
|
}
|
|
278
|
-
export declare namespace RecordLength {
|
|
279
|
-
|
|
280
|
-
const filterSensitiveLog: (obj: RecordLength) => any;
|
|
281
|
-
}
|
|
282
238
|
|
|
283
239
|
export interface DataSet {
|
|
284
240
|
|
|
@@ -292,10 +248,6 @@ export interface DataSet {
|
|
|
292
248
|
|
|
293
249
|
recordLength: RecordLength | undefined;
|
|
294
250
|
}
|
|
295
|
-
export declare namespace DataSet {
|
|
296
|
-
|
|
297
|
-
const filterSensitiveLog: (obj: DataSet) => any;
|
|
298
|
-
}
|
|
299
251
|
|
|
300
252
|
export declare type ExternalLocation = ExternalLocation.S3LocationMember | ExternalLocation.$UnknownMember;
|
|
301
253
|
export declare namespace ExternalLocation {
|
|
@@ -316,8 +268,6 @@ export declare namespace ExternalLocation {
|
|
|
316
268
|
_: (name: string, value: any) => T;
|
|
317
269
|
}
|
|
318
270
|
const visit: <T>(value: ExternalLocation, visitor: Visitor<T>) => T;
|
|
319
|
-
|
|
320
|
-
const filterSensitiveLog: (obj: ExternalLocation) => any;
|
|
321
271
|
}
|
|
322
272
|
|
|
323
273
|
export interface DataSetImportItem {
|
|
@@ -326,10 +276,6 @@ export interface DataSetImportItem {
|
|
|
326
276
|
|
|
327
277
|
externalLocation: ExternalLocation | undefined;
|
|
328
278
|
}
|
|
329
|
-
export declare namespace DataSetImportItem {
|
|
330
|
-
|
|
331
|
-
const filterSensitiveLog: (obj: DataSetImportItem) => any;
|
|
332
|
-
}
|
|
333
279
|
|
|
334
280
|
export declare type DataSetImportConfig = DataSetImportConfig.DataSetsMember | DataSetImportConfig.S3LocationMember | DataSetImportConfig.$UnknownMember;
|
|
335
281
|
export declare namespace DataSetImportConfig {
|
|
@@ -359,8 +305,6 @@ export declare namespace DataSetImportConfig {
|
|
|
359
305
|
_: (name: string, value: any) => T;
|
|
360
306
|
}
|
|
361
307
|
const visit: <T>(value: DataSetImportConfig, visitor: Visitor<T>) => T;
|
|
362
|
-
|
|
363
|
-
const filterSensitiveLog: (obj: DataSetImportConfig) => any;
|
|
364
308
|
}
|
|
365
309
|
export interface CreateDataSetImportTaskRequest {
|
|
366
310
|
|
|
@@ -370,18 +314,10 @@ export interface CreateDataSetImportTaskRequest {
|
|
|
370
314
|
|
|
371
315
|
clientToken?: string;
|
|
372
316
|
}
|
|
373
|
-
export declare namespace CreateDataSetImportTaskRequest {
|
|
374
|
-
|
|
375
|
-
const filterSensitiveLog: (obj: CreateDataSetImportTaskRequest) => any;
|
|
376
|
-
}
|
|
377
317
|
export interface CreateDataSetImportTaskResponse {
|
|
378
318
|
|
|
379
319
|
taskId: string | undefined;
|
|
380
320
|
}
|
|
381
|
-
export declare namespace CreateDataSetImportTaskResponse {
|
|
382
|
-
|
|
383
|
-
const filterSensitiveLog: (obj: CreateDataSetImportTaskResponse) => any;
|
|
384
|
-
}
|
|
385
321
|
export interface CreateDeploymentRequest {
|
|
386
322
|
|
|
387
323
|
environmentId: string | undefined;
|
|
@@ -392,56 +328,28 @@ export interface CreateDeploymentRequest {
|
|
|
392
328
|
|
|
393
329
|
clientToken?: string;
|
|
394
330
|
}
|
|
395
|
-
export declare namespace CreateDeploymentRequest {
|
|
396
|
-
|
|
397
|
-
const filterSensitiveLog: (obj: CreateDeploymentRequest) => any;
|
|
398
|
-
}
|
|
399
331
|
export interface CreateDeploymentResponse {
|
|
400
332
|
|
|
401
333
|
deploymentId: string | undefined;
|
|
402
334
|
}
|
|
403
|
-
export declare namespace CreateDeploymentResponse {
|
|
404
|
-
|
|
405
|
-
const filterSensitiveLog: (obj: CreateDeploymentResponse) => any;
|
|
406
|
-
}
|
|
407
335
|
export interface DeleteApplicationRequest {
|
|
408
336
|
|
|
409
337
|
applicationId: string | undefined;
|
|
410
338
|
}
|
|
411
|
-
export declare namespace DeleteApplicationRequest {
|
|
412
|
-
|
|
413
|
-
const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
|
|
414
|
-
}
|
|
415
339
|
export interface DeleteApplicationResponse {
|
|
416
340
|
}
|
|
417
|
-
export declare namespace DeleteApplicationResponse {
|
|
418
|
-
|
|
419
|
-
const filterSensitiveLog: (obj: DeleteApplicationResponse) => any;
|
|
420
|
-
}
|
|
421
341
|
export interface DeleteApplicationFromEnvironmentRequest {
|
|
422
342
|
|
|
423
343
|
applicationId: string | undefined;
|
|
424
344
|
|
|
425
345
|
environmentId: string | undefined;
|
|
426
346
|
}
|
|
427
|
-
export declare namespace DeleteApplicationFromEnvironmentRequest {
|
|
428
|
-
|
|
429
|
-
const filterSensitiveLog: (obj: DeleteApplicationFromEnvironmentRequest) => any;
|
|
430
|
-
}
|
|
431
347
|
export interface DeleteApplicationFromEnvironmentResponse {
|
|
432
348
|
}
|
|
433
|
-
export declare namespace DeleteApplicationFromEnvironmentResponse {
|
|
434
|
-
|
|
435
|
-
const filterSensitiveLog: (obj: DeleteApplicationFromEnvironmentResponse) => any;
|
|
436
|
-
}
|
|
437
349
|
export interface GetApplicationRequest {
|
|
438
350
|
|
|
439
351
|
applicationId: string | undefined;
|
|
440
352
|
}
|
|
441
|
-
export declare namespace GetApplicationRequest {
|
|
442
|
-
|
|
443
|
-
const filterSensitiveLog: (obj: GetApplicationRequest) => any;
|
|
444
|
-
}
|
|
445
353
|
export declare enum DeploymentLifecycle {
|
|
446
354
|
DEPLOYING = "Deploying",
|
|
447
355
|
FAILED = "Failed",
|
|
@@ -456,10 +364,6 @@ export interface DeployedVersionSummary {
|
|
|
456
364
|
|
|
457
365
|
statusReason?: string;
|
|
458
366
|
}
|
|
459
|
-
export declare namespace DeployedVersionSummary {
|
|
460
|
-
|
|
461
|
-
const filterSensitiveLog: (obj: DeployedVersionSummary) => any;
|
|
462
|
-
}
|
|
463
367
|
export declare enum ApplicationVersionLifecycle {
|
|
464
368
|
AVAILABLE = "Available",
|
|
465
369
|
CREATING = "Creating",
|
|
@@ -476,10 +380,6 @@ export interface ApplicationVersionSummary {
|
|
|
476
380
|
|
|
477
381
|
creationTime: Date | undefined;
|
|
478
382
|
}
|
|
479
|
-
export declare namespace ApplicationVersionSummary {
|
|
480
|
-
|
|
481
|
-
const filterSensitiveLog: (obj: ApplicationVersionSummary) => any;
|
|
482
|
-
}
|
|
483
383
|
|
|
484
384
|
export interface LogGroupSummary {
|
|
485
385
|
|
|
@@ -487,10 +387,6 @@ export interface LogGroupSummary {
|
|
|
487
387
|
|
|
488
388
|
logGroupName: string | undefined;
|
|
489
389
|
}
|
|
490
|
-
export declare namespace LogGroupSummary {
|
|
491
|
-
|
|
492
|
-
const filterSensitiveLog: (obj: LogGroupSummary) => any;
|
|
493
|
-
}
|
|
494
390
|
export declare enum ApplicationLifecycle {
|
|
495
391
|
AVAILABLE = "Available",
|
|
496
392
|
CREATED = "Created",
|
|
@@ -541,20 +437,12 @@ export interface GetApplicationResponse {
|
|
|
541
437
|
|
|
542
438
|
statusReason?: string;
|
|
543
439
|
}
|
|
544
|
-
export declare namespace GetApplicationResponse {
|
|
545
|
-
|
|
546
|
-
const filterSensitiveLog: (obj: GetApplicationResponse) => any;
|
|
547
|
-
}
|
|
548
440
|
export interface GetApplicationVersionRequest {
|
|
549
441
|
|
|
550
442
|
applicationId: string | undefined;
|
|
551
443
|
|
|
552
444
|
applicationVersion: number | undefined;
|
|
553
445
|
}
|
|
554
|
-
export declare namespace GetApplicationVersionRequest {
|
|
555
|
-
|
|
556
|
-
const filterSensitiveLog: (obj: GetApplicationVersionRequest) => any;
|
|
557
|
-
}
|
|
558
446
|
export interface GetApplicationVersionResponse {
|
|
559
447
|
|
|
560
448
|
name: string | undefined;
|
|
@@ -571,20 +459,12 @@ export interface GetApplicationVersionResponse {
|
|
|
571
459
|
|
|
572
460
|
statusReason?: string;
|
|
573
461
|
}
|
|
574
|
-
export declare namespace GetApplicationVersionResponse {
|
|
575
|
-
|
|
576
|
-
const filterSensitiveLog: (obj: GetApplicationVersionResponse) => any;
|
|
577
|
-
}
|
|
578
462
|
export interface GetBatchJobExecutionRequest {
|
|
579
463
|
|
|
580
464
|
applicationId: string | undefined;
|
|
581
465
|
|
|
582
466
|
executionId: string | undefined;
|
|
583
467
|
}
|
|
584
|
-
export declare namespace GetBatchJobExecutionRequest {
|
|
585
|
-
|
|
586
|
-
const filterSensitiveLog: (obj: GetBatchJobExecutionRequest) => any;
|
|
587
|
-
}
|
|
588
468
|
export declare enum BatchJobType {
|
|
589
469
|
JES2 = "JES2",
|
|
590
470
|
JES3 = "JES3",
|
|
@@ -623,20 +503,12 @@ export interface GetBatchJobExecutionResponse {
|
|
|
623
503
|
|
|
624
504
|
statusReason?: string;
|
|
625
505
|
}
|
|
626
|
-
export declare namespace GetBatchJobExecutionResponse {
|
|
627
|
-
|
|
628
|
-
const filterSensitiveLog: (obj: GetBatchJobExecutionResponse) => any;
|
|
629
|
-
}
|
|
630
506
|
export interface GetDataSetDetailsRequest {
|
|
631
507
|
|
|
632
508
|
applicationId: string | undefined;
|
|
633
509
|
|
|
634
510
|
dataSetName: string | undefined;
|
|
635
511
|
}
|
|
636
|
-
export declare namespace GetDataSetDetailsRequest {
|
|
637
|
-
|
|
638
|
-
const filterSensitiveLog: (obj: GetDataSetDetailsRequest) => any;
|
|
639
|
-
}
|
|
640
512
|
|
|
641
513
|
export interface GdgDetailAttributes {
|
|
642
514
|
|
|
@@ -644,10 +516,6 @@ export interface GdgDetailAttributes {
|
|
|
644
516
|
|
|
645
517
|
rollDisposition?: string;
|
|
646
518
|
}
|
|
647
|
-
export declare namespace GdgDetailAttributes {
|
|
648
|
-
|
|
649
|
-
const filterSensitiveLog: (obj: GdgDetailAttributes) => any;
|
|
650
|
-
}
|
|
651
519
|
|
|
652
520
|
export interface VsamDetailAttributes {
|
|
653
521
|
|
|
@@ -663,10 +531,6 @@ export interface VsamDetailAttributes {
|
|
|
663
531
|
|
|
664
532
|
alternateKeys?: AlternateKey[];
|
|
665
533
|
}
|
|
666
|
-
export declare namespace VsamDetailAttributes {
|
|
667
|
-
|
|
668
|
-
const filterSensitiveLog: (obj: VsamDetailAttributes) => any;
|
|
669
|
-
}
|
|
670
534
|
|
|
671
535
|
export declare type DatasetDetailOrgAttributes = DatasetDetailOrgAttributes.GdgMember | DatasetDetailOrgAttributes.VsamMember | DatasetDetailOrgAttributes.$UnknownMember;
|
|
672
536
|
export declare namespace DatasetDetailOrgAttributes {
|
|
@@ -696,8 +560,6 @@ export declare namespace DatasetDetailOrgAttributes {
|
|
|
696
560
|
_: (name: string, value: any) => T;
|
|
697
561
|
}
|
|
698
562
|
const visit: <T>(value: DatasetDetailOrgAttributes, visitor: Visitor<T>) => T;
|
|
699
|
-
|
|
700
|
-
const filterSensitiveLog: (obj: DatasetDetailOrgAttributes) => any;
|
|
701
563
|
}
|
|
702
564
|
export interface GetDataSetDetailsResponse {
|
|
703
565
|
|
|
@@ -717,20 +579,12 @@ export interface GetDataSetDetailsResponse {
|
|
|
717
579
|
|
|
718
580
|
lastReferencedTime?: Date;
|
|
719
581
|
}
|
|
720
|
-
export declare namespace GetDataSetDetailsResponse {
|
|
721
|
-
|
|
722
|
-
const filterSensitiveLog: (obj: GetDataSetDetailsResponse) => any;
|
|
723
|
-
}
|
|
724
582
|
export interface GetDataSetImportTaskRequest {
|
|
725
583
|
|
|
726
584
|
applicationId: string | undefined;
|
|
727
585
|
|
|
728
586
|
taskId: string | undefined;
|
|
729
587
|
}
|
|
730
|
-
export declare namespace GetDataSetImportTaskRequest {
|
|
731
|
-
|
|
732
|
-
const filterSensitiveLog: (obj: GetDataSetImportTaskRequest) => any;
|
|
733
|
-
}
|
|
734
588
|
export declare enum DataSetTaskLifecycle {
|
|
735
589
|
COMPLETED = "Completed",
|
|
736
590
|
CREATING = "Creating",
|
|
@@ -749,10 +603,6 @@ export interface DataSetImportSummary {
|
|
|
749
603
|
|
|
750
604
|
inProgress: number | undefined;
|
|
751
605
|
}
|
|
752
|
-
export declare namespace DataSetImportSummary {
|
|
753
|
-
|
|
754
|
-
const filterSensitiveLog: (obj: DataSetImportSummary) => any;
|
|
755
|
-
}
|
|
756
606
|
export interface GetDataSetImportTaskResponse {
|
|
757
607
|
|
|
758
608
|
taskId: string | undefined;
|
|
@@ -761,20 +611,12 @@ export interface GetDataSetImportTaskResponse {
|
|
|
761
611
|
|
|
762
612
|
summary?: DataSetImportSummary;
|
|
763
613
|
}
|
|
764
|
-
export declare namespace GetDataSetImportTaskResponse {
|
|
765
|
-
|
|
766
|
-
const filterSensitiveLog: (obj: GetDataSetImportTaskResponse) => any;
|
|
767
|
-
}
|
|
768
614
|
export interface GetDeploymentRequest {
|
|
769
615
|
|
|
770
616
|
deploymentId: string | undefined;
|
|
771
617
|
|
|
772
618
|
applicationId: string | undefined;
|
|
773
619
|
}
|
|
774
|
-
export declare namespace GetDeploymentRequest {
|
|
775
|
-
|
|
776
|
-
const filterSensitiveLog: (obj: GetDeploymentRequest) => any;
|
|
777
|
-
}
|
|
778
620
|
export interface GetDeploymentResponse {
|
|
779
621
|
|
|
780
622
|
deploymentId: string | undefined;
|
|
@@ -791,10 +633,6 @@ export interface GetDeploymentResponse {
|
|
|
791
633
|
|
|
792
634
|
statusReason?: string;
|
|
793
635
|
}
|
|
794
|
-
export declare namespace GetDeploymentResponse {
|
|
795
|
-
|
|
796
|
-
const filterSensitiveLog: (obj: GetDeploymentResponse) => any;
|
|
797
|
-
}
|
|
798
636
|
export interface ListApplicationsRequest {
|
|
799
637
|
|
|
800
638
|
nextToken?: string;
|
|
@@ -805,10 +643,6 @@ export interface ListApplicationsRequest {
|
|
|
805
643
|
|
|
806
644
|
environmentId?: string;
|
|
807
645
|
}
|
|
808
|
-
export declare namespace ListApplicationsRequest {
|
|
809
|
-
|
|
810
|
-
const filterSensitiveLog: (obj: ListApplicationsRequest) => any;
|
|
811
|
-
}
|
|
812
646
|
export declare enum ApplicationDeploymentLifecycle {
|
|
813
647
|
DEPLOYED = "Deployed",
|
|
814
648
|
DEPLOYING = "Deploying"
|
|
@@ -840,20 +674,12 @@ export interface ApplicationSummary {
|
|
|
840
674
|
|
|
841
675
|
deploymentStatus?: ApplicationDeploymentLifecycle | string;
|
|
842
676
|
}
|
|
843
|
-
export declare namespace ApplicationSummary {
|
|
844
|
-
|
|
845
|
-
const filterSensitiveLog: (obj: ApplicationSummary) => any;
|
|
846
|
-
}
|
|
847
677
|
export interface ListApplicationsResponse {
|
|
848
678
|
|
|
849
679
|
applications: ApplicationSummary[] | undefined;
|
|
850
680
|
|
|
851
681
|
nextToken?: string;
|
|
852
682
|
}
|
|
853
|
-
export declare namespace ListApplicationsResponse {
|
|
854
|
-
|
|
855
|
-
const filterSensitiveLog: (obj: ListApplicationsResponse) => any;
|
|
856
|
-
}
|
|
857
683
|
export interface ListApplicationVersionsRequest {
|
|
858
684
|
|
|
859
685
|
nextToken?: string;
|
|
@@ -862,20 +688,12 @@ export interface ListApplicationVersionsRequest {
|
|
|
862
688
|
|
|
863
689
|
applicationId: string | undefined;
|
|
864
690
|
}
|
|
865
|
-
export declare namespace ListApplicationVersionsRequest {
|
|
866
|
-
|
|
867
|
-
const filterSensitiveLog: (obj: ListApplicationVersionsRequest) => any;
|
|
868
|
-
}
|
|
869
691
|
export interface ListApplicationVersionsResponse {
|
|
870
692
|
|
|
871
693
|
applicationVersions: ApplicationVersionSummary[] | undefined;
|
|
872
694
|
|
|
873
695
|
nextToken?: string;
|
|
874
696
|
}
|
|
875
|
-
export declare namespace ListApplicationVersionsResponse {
|
|
876
|
-
|
|
877
|
-
const filterSensitiveLog: (obj: ListApplicationVersionsResponse) => any;
|
|
878
|
-
}
|
|
879
697
|
export interface ListBatchJobDefinitionsRequest {
|
|
880
698
|
|
|
881
699
|
nextToken?: string;
|
|
@@ -886,10 +704,6 @@ export interface ListBatchJobDefinitionsRequest {
|
|
|
886
704
|
|
|
887
705
|
prefix?: string;
|
|
888
706
|
}
|
|
889
|
-
export declare namespace ListBatchJobDefinitionsRequest {
|
|
890
|
-
|
|
891
|
-
const filterSensitiveLog: (obj: ListBatchJobDefinitionsRequest) => any;
|
|
892
|
-
}
|
|
893
707
|
|
|
894
708
|
export interface FileBatchJobDefinition {
|
|
895
709
|
|
|
@@ -897,19 +711,11 @@ export interface FileBatchJobDefinition {
|
|
|
897
711
|
|
|
898
712
|
folderPath?: string;
|
|
899
713
|
}
|
|
900
|
-
export declare namespace FileBatchJobDefinition {
|
|
901
|
-
|
|
902
|
-
const filterSensitiveLog: (obj: FileBatchJobDefinition) => any;
|
|
903
|
-
}
|
|
904
714
|
|
|
905
715
|
export interface ScriptBatchJobDefinition {
|
|
906
716
|
|
|
907
717
|
scriptName: string | undefined;
|
|
908
718
|
}
|
|
909
|
-
export declare namespace ScriptBatchJobDefinition {
|
|
910
|
-
|
|
911
|
-
const filterSensitiveLog: (obj: ScriptBatchJobDefinition) => any;
|
|
912
|
-
}
|
|
913
719
|
|
|
914
720
|
export declare type BatchJobDefinition = BatchJobDefinition.FileBatchJobDefinitionMember | BatchJobDefinition.ScriptBatchJobDefinitionMember | BatchJobDefinition.$UnknownMember;
|
|
915
721
|
export declare namespace BatchJobDefinition {
|
|
@@ -939,8 +745,6 @@ export declare namespace BatchJobDefinition {
|
|
|
939
745
|
_: (name: string, value: any) => T;
|
|
940
746
|
}
|
|
941
747
|
const visit: <T>(value: BatchJobDefinition, visitor: Visitor<T>) => T;
|
|
942
|
-
|
|
943
|
-
const filterSensitiveLog: (obj: BatchJobDefinition) => any;
|
|
944
748
|
}
|
|
945
749
|
export interface ListBatchJobDefinitionsResponse {
|
|
946
750
|
|
|
@@ -948,10 +752,6 @@ export interface ListBatchJobDefinitionsResponse {
|
|
|
948
752
|
|
|
949
753
|
nextToken?: string;
|
|
950
754
|
}
|
|
951
|
-
export declare namespace ListBatchJobDefinitionsResponse {
|
|
952
|
-
|
|
953
|
-
const filterSensitiveLog: (obj: ListBatchJobDefinitionsResponse) => any;
|
|
954
|
-
}
|
|
955
755
|
export interface ListBatchJobExecutionsRequest {
|
|
956
756
|
|
|
957
757
|
nextToken?: string;
|
|
@@ -970,10 +770,6 @@ export interface ListBatchJobExecutionsRequest {
|
|
|
970
770
|
|
|
971
771
|
startedBefore?: Date;
|
|
972
772
|
}
|
|
973
|
-
export declare namespace ListBatchJobExecutionsRequest {
|
|
974
|
-
|
|
975
|
-
const filterSensitiveLog: (obj: ListBatchJobExecutionsRequest) => any;
|
|
976
|
-
}
|
|
977
773
|
|
|
978
774
|
export interface BatchJobExecutionSummary {
|
|
979
775
|
|
|
@@ -993,20 +789,12 @@ export interface BatchJobExecutionSummary {
|
|
|
993
789
|
|
|
994
790
|
endTime?: Date;
|
|
995
791
|
}
|
|
996
|
-
export declare namespace BatchJobExecutionSummary {
|
|
997
|
-
|
|
998
|
-
const filterSensitiveLog: (obj: BatchJobExecutionSummary) => any;
|
|
999
|
-
}
|
|
1000
792
|
export interface ListBatchJobExecutionsResponse {
|
|
1001
793
|
|
|
1002
794
|
batchJobExecutions: BatchJobExecutionSummary[] | undefined;
|
|
1003
795
|
|
|
1004
796
|
nextToken?: string;
|
|
1005
797
|
}
|
|
1006
|
-
export declare namespace ListBatchJobExecutionsResponse {
|
|
1007
|
-
|
|
1008
|
-
const filterSensitiveLog: (obj: ListBatchJobExecutionsResponse) => any;
|
|
1009
|
-
}
|
|
1010
798
|
export interface ListDataSetImportHistoryRequest {
|
|
1011
799
|
|
|
1012
800
|
nextToken?: string;
|
|
@@ -1015,10 +803,6 @@ export interface ListDataSetImportHistoryRequest {
|
|
|
1015
803
|
|
|
1016
804
|
applicationId: string | undefined;
|
|
1017
805
|
}
|
|
1018
|
-
export declare namespace ListDataSetImportHistoryRequest {
|
|
1019
|
-
|
|
1020
|
-
const filterSensitiveLog: (obj: ListDataSetImportHistoryRequest) => any;
|
|
1021
|
-
}
|
|
1022
806
|
|
|
1023
807
|
export interface DataSetImportTask {
|
|
1024
808
|
|
|
@@ -1028,20 +812,12 @@ export interface DataSetImportTask {
|
|
|
1028
812
|
|
|
1029
813
|
summary: DataSetImportSummary | undefined;
|
|
1030
814
|
}
|
|
1031
|
-
export declare namespace DataSetImportTask {
|
|
1032
|
-
|
|
1033
|
-
const filterSensitiveLog: (obj: DataSetImportTask) => any;
|
|
1034
|
-
}
|
|
1035
815
|
export interface ListDataSetImportHistoryResponse {
|
|
1036
816
|
|
|
1037
817
|
dataSetImportTasks: DataSetImportTask[] | undefined;
|
|
1038
818
|
|
|
1039
819
|
nextToken?: string;
|
|
1040
820
|
}
|
|
1041
|
-
export declare namespace ListDataSetImportHistoryResponse {
|
|
1042
|
-
|
|
1043
|
-
const filterSensitiveLog: (obj: ListDataSetImportHistoryResponse) => any;
|
|
1044
|
-
}
|
|
1045
821
|
export interface ListDataSetsRequest {
|
|
1046
822
|
|
|
1047
823
|
applicationId: string | undefined;
|
|
@@ -1052,10 +828,6 @@ export interface ListDataSetsRequest {
|
|
|
1052
828
|
|
|
1053
829
|
prefix?: string;
|
|
1054
830
|
}
|
|
1055
|
-
export declare namespace ListDataSetsRequest {
|
|
1056
|
-
|
|
1057
|
-
const filterSensitiveLog: (obj: ListDataSetsRequest) => any;
|
|
1058
|
-
}
|
|
1059
831
|
|
|
1060
832
|
export interface DataSetSummary {
|
|
1061
833
|
|
|
@@ -1071,20 +843,12 @@ export interface DataSetSummary {
|
|
|
1071
843
|
|
|
1072
844
|
lastReferencedTime?: Date;
|
|
1073
845
|
}
|
|
1074
|
-
export declare namespace DataSetSummary {
|
|
1075
|
-
|
|
1076
|
-
const filterSensitiveLog: (obj: DataSetSummary) => any;
|
|
1077
|
-
}
|
|
1078
846
|
export interface ListDataSetsResponse {
|
|
1079
847
|
|
|
1080
848
|
dataSets: DataSetSummary[] | undefined;
|
|
1081
849
|
|
|
1082
850
|
nextToken?: string;
|
|
1083
851
|
}
|
|
1084
|
-
export declare namespace ListDataSetsResponse {
|
|
1085
|
-
|
|
1086
|
-
const filterSensitiveLog: (obj: ListDataSetsResponse) => any;
|
|
1087
|
-
}
|
|
1088
852
|
export interface ListDeploymentsRequest {
|
|
1089
853
|
|
|
1090
854
|
nextToken?: string;
|
|
@@ -1093,10 +857,6 @@ export interface ListDeploymentsRequest {
|
|
|
1093
857
|
|
|
1094
858
|
applicationId: string | undefined;
|
|
1095
859
|
}
|
|
1096
|
-
export declare namespace ListDeploymentsRequest {
|
|
1097
|
-
|
|
1098
|
-
const filterSensitiveLog: (obj: ListDeploymentsRequest) => any;
|
|
1099
|
-
}
|
|
1100
860
|
|
|
1101
861
|
export interface DeploymentSummary {
|
|
1102
862
|
|
|
@@ -1114,34 +874,18 @@ export interface DeploymentSummary {
|
|
|
1114
874
|
|
|
1115
875
|
statusReason?: string;
|
|
1116
876
|
}
|
|
1117
|
-
export declare namespace DeploymentSummary {
|
|
1118
|
-
|
|
1119
|
-
const filterSensitiveLog: (obj: DeploymentSummary) => any;
|
|
1120
|
-
}
|
|
1121
877
|
export interface ListDeploymentsResponse {
|
|
1122
878
|
|
|
1123
879
|
deployments: DeploymentSummary[] | undefined;
|
|
1124
880
|
|
|
1125
881
|
nextToken?: string;
|
|
1126
882
|
}
|
|
1127
|
-
export declare namespace ListDeploymentsResponse {
|
|
1128
|
-
|
|
1129
|
-
const filterSensitiveLog: (obj: ListDeploymentsResponse) => any;
|
|
1130
|
-
}
|
|
1131
883
|
export interface StartApplicationRequest {
|
|
1132
884
|
|
|
1133
885
|
applicationId: string | undefined;
|
|
1134
886
|
}
|
|
1135
|
-
export declare namespace StartApplicationRequest {
|
|
1136
|
-
|
|
1137
|
-
const filterSensitiveLog: (obj: StartApplicationRequest) => any;
|
|
1138
|
-
}
|
|
1139
887
|
export interface StartApplicationResponse {
|
|
1140
888
|
}
|
|
1141
|
-
export declare namespace StartApplicationResponse {
|
|
1142
|
-
|
|
1143
|
-
const filterSensitiveLog: (obj: StartApplicationResponse) => any;
|
|
1144
|
-
}
|
|
1145
889
|
|
|
1146
890
|
export interface FileBatchJobIdentifier {
|
|
1147
891
|
|
|
@@ -1149,19 +893,11 @@ export interface FileBatchJobIdentifier {
|
|
|
1149
893
|
|
|
1150
894
|
folderPath?: string;
|
|
1151
895
|
}
|
|
1152
|
-
export declare namespace FileBatchJobIdentifier {
|
|
1153
|
-
|
|
1154
|
-
const filterSensitiveLog: (obj: FileBatchJobIdentifier) => any;
|
|
1155
|
-
}
|
|
1156
896
|
|
|
1157
897
|
export interface ScriptBatchJobIdentifier {
|
|
1158
898
|
|
|
1159
899
|
scriptName: string | undefined;
|
|
1160
900
|
}
|
|
1161
|
-
export declare namespace ScriptBatchJobIdentifier {
|
|
1162
|
-
|
|
1163
|
-
const filterSensitiveLog: (obj: ScriptBatchJobIdentifier) => any;
|
|
1164
|
-
}
|
|
1165
901
|
|
|
1166
902
|
export declare type BatchJobIdentifier = BatchJobIdentifier.FileBatchJobIdentifierMember | BatchJobIdentifier.ScriptBatchJobIdentifierMember | BatchJobIdentifier.$UnknownMember;
|
|
1167
903
|
export declare namespace BatchJobIdentifier {
|
|
@@ -1191,8 +927,6 @@ export declare namespace BatchJobIdentifier {
|
|
|
1191
927
|
_: (name: string, value: any) => T;
|
|
1192
928
|
}
|
|
1193
929
|
const visit: <T>(value: BatchJobIdentifier, visitor: Visitor<T>) => T;
|
|
1194
|
-
|
|
1195
|
-
const filterSensitiveLog: (obj: BatchJobIdentifier) => any;
|
|
1196
930
|
}
|
|
1197
931
|
export interface StartBatchJobRequest {
|
|
1198
932
|
|
|
@@ -1202,34 +936,18 @@ export interface StartBatchJobRequest {
|
|
|
1202
936
|
|
|
1203
937
|
jobParams?: Record<string, string>;
|
|
1204
938
|
}
|
|
1205
|
-
export declare namespace StartBatchJobRequest {
|
|
1206
|
-
|
|
1207
|
-
const filterSensitiveLog: (obj: StartBatchJobRequest) => any;
|
|
1208
|
-
}
|
|
1209
939
|
export interface StartBatchJobResponse {
|
|
1210
940
|
|
|
1211
941
|
executionId: string | undefined;
|
|
1212
942
|
}
|
|
1213
|
-
export declare namespace StartBatchJobResponse {
|
|
1214
|
-
|
|
1215
|
-
const filterSensitiveLog: (obj: StartBatchJobResponse) => any;
|
|
1216
|
-
}
|
|
1217
943
|
export interface StopApplicationRequest {
|
|
1218
944
|
|
|
1219
945
|
applicationId: string | undefined;
|
|
1220
946
|
|
|
1221
947
|
forceStop?: boolean;
|
|
1222
948
|
}
|
|
1223
|
-
export declare namespace StopApplicationRequest {
|
|
1224
|
-
|
|
1225
|
-
const filterSensitiveLog: (obj: StopApplicationRequest) => any;
|
|
1226
|
-
}
|
|
1227
949
|
export interface StopApplicationResponse {
|
|
1228
950
|
}
|
|
1229
|
-
export declare namespace StopApplicationResponse {
|
|
1230
|
-
|
|
1231
|
-
const filterSensitiveLog: (obj: StopApplicationResponse) => any;
|
|
1232
|
-
}
|
|
1233
951
|
export interface UpdateApplicationRequest {
|
|
1234
952
|
|
|
1235
953
|
applicationId: string | undefined;
|
|
@@ -1240,27 +958,15 @@ export interface UpdateApplicationRequest {
|
|
|
1240
958
|
|
|
1241
959
|
definition?: Definition;
|
|
1242
960
|
}
|
|
1243
|
-
export declare namespace UpdateApplicationRequest {
|
|
1244
|
-
|
|
1245
|
-
const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
|
|
1246
|
-
}
|
|
1247
961
|
export interface UpdateApplicationResponse {
|
|
1248
962
|
|
|
1249
963
|
applicationVersion: number | undefined;
|
|
1250
964
|
}
|
|
1251
|
-
export declare namespace UpdateApplicationResponse {
|
|
1252
|
-
|
|
1253
|
-
const filterSensitiveLog: (obj: UpdateApplicationResponse) => any;
|
|
1254
|
-
}
|
|
1255
965
|
|
|
1256
966
|
export interface HighAvailabilityConfig {
|
|
1257
967
|
|
|
1258
968
|
desiredCapacity: number | undefined;
|
|
1259
969
|
}
|
|
1260
|
-
export declare namespace HighAvailabilityConfig {
|
|
1261
|
-
|
|
1262
|
-
const filterSensitiveLog: (obj: HighAvailabilityConfig) => any;
|
|
1263
|
-
}
|
|
1264
970
|
|
|
1265
971
|
export interface EfsStorageConfiguration {
|
|
1266
972
|
|
|
@@ -1268,10 +974,6 @@ export interface EfsStorageConfiguration {
|
|
|
1268
974
|
|
|
1269
975
|
mountPoint: string | undefined;
|
|
1270
976
|
}
|
|
1271
|
-
export declare namespace EfsStorageConfiguration {
|
|
1272
|
-
|
|
1273
|
-
const filterSensitiveLog: (obj: EfsStorageConfiguration) => any;
|
|
1274
|
-
}
|
|
1275
977
|
|
|
1276
978
|
export interface FsxStorageConfiguration {
|
|
1277
979
|
|
|
@@ -1279,10 +981,6 @@ export interface FsxStorageConfiguration {
|
|
|
1279
981
|
|
|
1280
982
|
mountPoint: string | undefined;
|
|
1281
983
|
}
|
|
1282
|
-
export declare namespace FsxStorageConfiguration {
|
|
1283
|
-
|
|
1284
|
-
const filterSensitiveLog: (obj: FsxStorageConfiguration) => any;
|
|
1285
|
-
}
|
|
1286
984
|
|
|
1287
985
|
export declare type StorageConfiguration = StorageConfiguration.EfsMember | StorageConfiguration.FsxMember | StorageConfiguration.$UnknownMember;
|
|
1288
986
|
export declare namespace StorageConfiguration {
|
|
@@ -1312,8 +1010,6 @@ export declare namespace StorageConfiguration {
|
|
|
1312
1010
|
_: (name: string, value: any) => T;
|
|
1313
1011
|
}
|
|
1314
1012
|
const visit: <T>(value: StorageConfiguration, visitor: Visitor<T>) => T;
|
|
1315
|
-
|
|
1316
|
-
const filterSensitiveLog: (obj: StorageConfiguration) => any;
|
|
1317
1013
|
}
|
|
1318
1014
|
export interface CreateEnvironmentRequest {
|
|
1319
1015
|
|
|
@@ -1343,40 +1039,20 @@ export interface CreateEnvironmentRequest {
|
|
|
1343
1039
|
|
|
1344
1040
|
clientToken?: string;
|
|
1345
1041
|
}
|
|
1346
|
-
export declare namespace CreateEnvironmentRequest {
|
|
1347
|
-
|
|
1348
|
-
const filterSensitiveLog: (obj: CreateEnvironmentRequest) => any;
|
|
1349
|
-
}
|
|
1350
1042
|
export interface CreateEnvironmentResponse {
|
|
1351
1043
|
|
|
1352
1044
|
environmentId: string | undefined;
|
|
1353
1045
|
}
|
|
1354
|
-
export declare namespace CreateEnvironmentResponse {
|
|
1355
|
-
|
|
1356
|
-
const filterSensitiveLog: (obj: CreateEnvironmentResponse) => any;
|
|
1357
|
-
}
|
|
1358
1046
|
export interface DeleteEnvironmentRequest {
|
|
1359
1047
|
|
|
1360
1048
|
environmentId: string | undefined;
|
|
1361
1049
|
}
|
|
1362
|
-
export declare namespace DeleteEnvironmentRequest {
|
|
1363
|
-
|
|
1364
|
-
const filterSensitiveLog: (obj: DeleteEnvironmentRequest) => any;
|
|
1365
|
-
}
|
|
1366
1050
|
export interface DeleteEnvironmentResponse {
|
|
1367
1051
|
}
|
|
1368
|
-
export declare namespace DeleteEnvironmentResponse {
|
|
1369
|
-
|
|
1370
|
-
const filterSensitiveLog: (obj: DeleteEnvironmentResponse) => any;
|
|
1371
|
-
}
|
|
1372
1052
|
export interface GetEnvironmentRequest {
|
|
1373
1053
|
|
|
1374
1054
|
environmentId: string | undefined;
|
|
1375
1055
|
}
|
|
1376
|
-
export declare namespace GetEnvironmentRequest {
|
|
1377
|
-
|
|
1378
|
-
const filterSensitiveLog: (obj: GetEnvironmentRequest) => any;
|
|
1379
|
-
}
|
|
1380
1056
|
|
|
1381
1057
|
export interface MaintenanceSchedule {
|
|
1382
1058
|
|
|
@@ -1384,10 +1060,6 @@ export interface MaintenanceSchedule {
|
|
|
1384
1060
|
|
|
1385
1061
|
endTime?: Date;
|
|
1386
1062
|
}
|
|
1387
|
-
export declare namespace MaintenanceSchedule {
|
|
1388
|
-
|
|
1389
|
-
const filterSensitiveLog: (obj: MaintenanceSchedule) => any;
|
|
1390
|
-
}
|
|
1391
1063
|
|
|
1392
1064
|
export interface PendingMaintenance {
|
|
1393
1065
|
|
|
@@ -1395,10 +1067,6 @@ export interface PendingMaintenance {
|
|
|
1395
1067
|
|
|
1396
1068
|
engineVersion?: string;
|
|
1397
1069
|
}
|
|
1398
|
-
export declare namespace PendingMaintenance {
|
|
1399
|
-
|
|
1400
|
-
const filterSensitiveLog: (obj: PendingMaintenance) => any;
|
|
1401
|
-
}
|
|
1402
1070
|
export declare enum EnvironmentLifecycle {
|
|
1403
1071
|
AVAILABLE = "Available",
|
|
1404
1072
|
CREATING = "Creating",
|
|
@@ -1449,10 +1117,6 @@ export interface GetEnvironmentResponse {
|
|
|
1449
1117
|
|
|
1450
1118
|
pendingMaintenance?: PendingMaintenance;
|
|
1451
1119
|
}
|
|
1452
|
-
export declare namespace GetEnvironmentResponse {
|
|
1453
|
-
|
|
1454
|
-
const filterSensitiveLog: (obj: GetEnvironmentResponse) => any;
|
|
1455
|
-
}
|
|
1456
1120
|
export interface ListEnvironmentsRequest {
|
|
1457
1121
|
|
|
1458
1122
|
nextToken?: string;
|
|
@@ -1463,10 +1127,6 @@ export interface ListEnvironmentsRequest {
|
|
|
1463
1127
|
|
|
1464
1128
|
engineType?: EngineType | string;
|
|
1465
1129
|
}
|
|
1466
|
-
export declare namespace ListEnvironmentsRequest {
|
|
1467
|
-
|
|
1468
|
-
const filterSensitiveLog: (obj: ListEnvironmentsRequest) => any;
|
|
1469
|
-
}
|
|
1470
1130
|
|
|
1471
1131
|
export interface EnvironmentSummary {
|
|
1472
1132
|
|
|
@@ -1486,20 +1146,12 @@ export interface EnvironmentSummary {
|
|
|
1486
1146
|
|
|
1487
1147
|
creationTime: Date | undefined;
|
|
1488
1148
|
}
|
|
1489
|
-
export declare namespace EnvironmentSummary {
|
|
1490
|
-
|
|
1491
|
-
const filterSensitiveLog: (obj: EnvironmentSummary) => any;
|
|
1492
|
-
}
|
|
1493
1149
|
export interface ListEnvironmentsResponse {
|
|
1494
1150
|
|
|
1495
1151
|
environments: EnvironmentSummary[] | undefined;
|
|
1496
1152
|
|
|
1497
1153
|
nextToken?: string;
|
|
1498
1154
|
}
|
|
1499
|
-
export declare namespace ListEnvironmentsResponse {
|
|
1500
|
-
|
|
1501
|
-
const filterSensitiveLog: (obj: ListEnvironmentsResponse) => any;
|
|
1502
|
-
}
|
|
1503
1155
|
export interface UpdateEnvironmentRequest {
|
|
1504
1156
|
|
|
1505
1157
|
environmentId: string | undefined;
|
|
@@ -1514,18 +1166,10 @@ export interface UpdateEnvironmentRequest {
|
|
|
1514
1166
|
|
|
1515
1167
|
applyDuringMaintenanceWindow?: boolean;
|
|
1516
1168
|
}
|
|
1517
|
-
export declare namespace UpdateEnvironmentRequest {
|
|
1518
|
-
|
|
1519
|
-
const filterSensitiveLog: (obj: UpdateEnvironmentRequest) => any;
|
|
1520
|
-
}
|
|
1521
1169
|
export interface UpdateEnvironmentResponse {
|
|
1522
1170
|
|
|
1523
1171
|
environmentId: string | undefined;
|
|
1524
1172
|
}
|
|
1525
|
-
export declare namespace UpdateEnvironmentResponse {
|
|
1526
|
-
|
|
1527
|
-
const filterSensitiveLog: (obj: UpdateEnvironmentResponse) => any;
|
|
1528
|
-
}
|
|
1529
1173
|
export interface ListEngineVersionsRequest {
|
|
1530
1174
|
|
|
1531
1175
|
engineType?: EngineType | string;
|
|
@@ -1534,10 +1178,6 @@ export interface ListEngineVersionsRequest {
|
|
|
1534
1178
|
|
|
1535
1179
|
maxResults?: number;
|
|
1536
1180
|
}
|
|
1537
|
-
export declare namespace ListEngineVersionsRequest {
|
|
1538
|
-
|
|
1539
|
-
const filterSensitiveLog: (obj: ListEngineVersionsRequest) => any;
|
|
1540
|
-
}
|
|
1541
1181
|
|
|
1542
1182
|
export interface EngineVersionsSummary {
|
|
1543
1183
|
|
|
@@ -1545,65 +1185,237 @@ export interface EngineVersionsSummary {
|
|
|
1545
1185
|
|
|
1546
1186
|
engineVersion: string | undefined;
|
|
1547
1187
|
}
|
|
1548
|
-
export declare namespace EngineVersionsSummary {
|
|
1549
|
-
|
|
1550
|
-
const filterSensitiveLog: (obj: EngineVersionsSummary) => any;
|
|
1551
|
-
}
|
|
1552
1188
|
export interface ListEngineVersionsResponse {
|
|
1553
1189
|
|
|
1554
1190
|
engineVersions: EngineVersionsSummary[] | undefined;
|
|
1555
1191
|
|
|
1556
1192
|
nextToken?: string;
|
|
1557
1193
|
}
|
|
1558
|
-
export declare namespace ListEngineVersionsResponse {
|
|
1559
|
-
|
|
1560
|
-
const filterSensitiveLog: (obj: ListEngineVersionsResponse) => any;
|
|
1561
|
-
}
|
|
1562
1194
|
export interface ListTagsForResourceRequest {
|
|
1563
1195
|
|
|
1564
1196
|
resourceArn: string | undefined;
|
|
1565
1197
|
}
|
|
1566
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1567
|
-
|
|
1568
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1569
|
-
}
|
|
1570
1198
|
export interface ListTagsForResourceResponse {
|
|
1571
1199
|
|
|
1572
1200
|
tags: Record<string, string> | undefined;
|
|
1573
1201
|
}
|
|
1574
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1575
|
-
|
|
1576
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1577
|
-
}
|
|
1578
1202
|
export interface TagResourceRequest {
|
|
1579
1203
|
|
|
1580
1204
|
resourceArn: string | undefined;
|
|
1581
1205
|
|
|
1582
1206
|
tags: Record<string, string> | undefined;
|
|
1583
1207
|
}
|
|
1584
|
-
export declare namespace TagResourceRequest {
|
|
1585
|
-
|
|
1586
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1587
|
-
}
|
|
1588
1208
|
export interface TagResourceResponse {
|
|
1589
1209
|
}
|
|
1590
|
-
export declare namespace TagResourceResponse {
|
|
1591
|
-
|
|
1592
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1593
|
-
}
|
|
1594
1210
|
export interface UntagResourceRequest {
|
|
1595
1211
|
|
|
1596
1212
|
resourceArn: string | undefined;
|
|
1597
1213
|
|
|
1598
1214
|
tagKeys: string[] | undefined;
|
|
1599
1215
|
}
|
|
1600
|
-
export declare namespace UntagResourceRequest {
|
|
1601
|
-
|
|
1602
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1603
|
-
}
|
|
1604
1216
|
export interface UntagResourceResponse {
|
|
1605
1217
|
}
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1218
|
+
|
|
1219
|
+
export declare const AlternateKeyFilterSensitiveLog: (obj: AlternateKey) => any;
|
|
1220
|
+
|
|
1221
|
+
export declare const CancelBatchJobExecutionRequestFilterSensitiveLog: (obj: CancelBatchJobExecutionRequest) => any;
|
|
1222
|
+
|
|
1223
|
+
export declare const CancelBatchJobExecutionResponseFilterSensitiveLog: (obj: CancelBatchJobExecutionResponse) => any;
|
|
1224
|
+
|
|
1225
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
1226
|
+
|
|
1227
|
+
export declare const DefinitionFilterSensitiveLog: (obj: Definition) => any;
|
|
1228
|
+
|
|
1229
|
+
export declare const CreateApplicationRequestFilterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
1230
|
+
|
|
1231
|
+
export declare const CreateApplicationResponseFilterSensitiveLog: (obj: CreateApplicationResponse) => any;
|
|
1232
|
+
|
|
1233
|
+
export declare const GdgAttributesFilterSensitiveLog: (obj: GdgAttributes) => any;
|
|
1234
|
+
|
|
1235
|
+
export declare const PrimaryKeyFilterSensitiveLog: (obj: PrimaryKey) => any;
|
|
1236
|
+
|
|
1237
|
+
export declare const VsamAttributesFilterSensitiveLog: (obj: VsamAttributes) => any;
|
|
1238
|
+
|
|
1239
|
+
export declare const DatasetOrgAttributesFilterSensitiveLog: (obj: DatasetOrgAttributes) => any;
|
|
1240
|
+
|
|
1241
|
+
export declare const RecordLengthFilterSensitiveLog: (obj: RecordLength) => any;
|
|
1242
|
+
|
|
1243
|
+
export declare const DataSetFilterSensitiveLog: (obj: DataSet) => any;
|
|
1244
|
+
|
|
1245
|
+
export declare const ExternalLocationFilterSensitiveLog: (obj: ExternalLocation) => any;
|
|
1246
|
+
|
|
1247
|
+
export declare const DataSetImportItemFilterSensitiveLog: (obj: DataSetImportItem) => any;
|
|
1248
|
+
|
|
1249
|
+
export declare const DataSetImportConfigFilterSensitiveLog: (obj: DataSetImportConfig) => any;
|
|
1250
|
+
|
|
1251
|
+
export declare const CreateDataSetImportTaskRequestFilterSensitiveLog: (obj: CreateDataSetImportTaskRequest) => any;
|
|
1252
|
+
|
|
1253
|
+
export declare const CreateDataSetImportTaskResponseFilterSensitiveLog: (obj: CreateDataSetImportTaskResponse) => any;
|
|
1254
|
+
|
|
1255
|
+
export declare const CreateDeploymentRequestFilterSensitiveLog: (obj: CreateDeploymentRequest) => any;
|
|
1256
|
+
|
|
1257
|
+
export declare const CreateDeploymentResponseFilterSensitiveLog: (obj: CreateDeploymentResponse) => any;
|
|
1258
|
+
|
|
1259
|
+
export declare const DeleteApplicationRequestFilterSensitiveLog: (obj: DeleteApplicationRequest) => any;
|
|
1260
|
+
|
|
1261
|
+
export declare const DeleteApplicationResponseFilterSensitiveLog: (obj: DeleteApplicationResponse) => any;
|
|
1262
|
+
|
|
1263
|
+
export declare const DeleteApplicationFromEnvironmentRequestFilterSensitiveLog: (obj: DeleteApplicationFromEnvironmentRequest) => any;
|
|
1264
|
+
|
|
1265
|
+
export declare const DeleteApplicationFromEnvironmentResponseFilterSensitiveLog: (obj: DeleteApplicationFromEnvironmentResponse) => any;
|
|
1266
|
+
|
|
1267
|
+
export declare const GetApplicationRequestFilterSensitiveLog: (obj: GetApplicationRequest) => any;
|
|
1268
|
+
|
|
1269
|
+
export declare const DeployedVersionSummaryFilterSensitiveLog: (obj: DeployedVersionSummary) => any;
|
|
1270
|
+
|
|
1271
|
+
export declare const ApplicationVersionSummaryFilterSensitiveLog: (obj: ApplicationVersionSummary) => any;
|
|
1272
|
+
|
|
1273
|
+
export declare const LogGroupSummaryFilterSensitiveLog: (obj: LogGroupSummary) => any;
|
|
1274
|
+
|
|
1275
|
+
export declare const GetApplicationResponseFilterSensitiveLog: (obj: GetApplicationResponse) => any;
|
|
1276
|
+
|
|
1277
|
+
export declare const GetApplicationVersionRequestFilterSensitiveLog: (obj: GetApplicationVersionRequest) => any;
|
|
1278
|
+
|
|
1279
|
+
export declare const GetApplicationVersionResponseFilterSensitiveLog: (obj: GetApplicationVersionResponse) => any;
|
|
1280
|
+
|
|
1281
|
+
export declare const GetBatchJobExecutionRequestFilterSensitiveLog: (obj: GetBatchJobExecutionRequest) => any;
|
|
1282
|
+
|
|
1283
|
+
export declare const GetBatchJobExecutionResponseFilterSensitiveLog: (obj: GetBatchJobExecutionResponse) => any;
|
|
1284
|
+
|
|
1285
|
+
export declare const GetDataSetDetailsRequestFilterSensitiveLog: (obj: GetDataSetDetailsRequest) => any;
|
|
1286
|
+
|
|
1287
|
+
export declare const GdgDetailAttributesFilterSensitiveLog: (obj: GdgDetailAttributes) => any;
|
|
1288
|
+
|
|
1289
|
+
export declare const VsamDetailAttributesFilterSensitiveLog: (obj: VsamDetailAttributes) => any;
|
|
1290
|
+
|
|
1291
|
+
export declare const DatasetDetailOrgAttributesFilterSensitiveLog: (obj: DatasetDetailOrgAttributes) => any;
|
|
1292
|
+
|
|
1293
|
+
export declare const GetDataSetDetailsResponseFilterSensitiveLog: (obj: GetDataSetDetailsResponse) => any;
|
|
1294
|
+
|
|
1295
|
+
export declare const GetDataSetImportTaskRequestFilterSensitiveLog: (obj: GetDataSetImportTaskRequest) => any;
|
|
1296
|
+
|
|
1297
|
+
export declare const DataSetImportSummaryFilterSensitiveLog: (obj: DataSetImportSummary) => any;
|
|
1298
|
+
|
|
1299
|
+
export declare const GetDataSetImportTaskResponseFilterSensitiveLog: (obj: GetDataSetImportTaskResponse) => any;
|
|
1300
|
+
|
|
1301
|
+
export declare const GetDeploymentRequestFilterSensitiveLog: (obj: GetDeploymentRequest) => any;
|
|
1302
|
+
|
|
1303
|
+
export declare const GetDeploymentResponseFilterSensitiveLog: (obj: GetDeploymentResponse) => any;
|
|
1304
|
+
|
|
1305
|
+
export declare const ListApplicationsRequestFilterSensitiveLog: (obj: ListApplicationsRequest) => any;
|
|
1306
|
+
|
|
1307
|
+
export declare const ApplicationSummaryFilterSensitiveLog: (obj: ApplicationSummary) => any;
|
|
1308
|
+
|
|
1309
|
+
export declare const ListApplicationsResponseFilterSensitiveLog: (obj: ListApplicationsResponse) => any;
|
|
1310
|
+
|
|
1311
|
+
export declare const ListApplicationVersionsRequestFilterSensitiveLog: (obj: ListApplicationVersionsRequest) => any;
|
|
1312
|
+
|
|
1313
|
+
export declare const ListApplicationVersionsResponseFilterSensitiveLog: (obj: ListApplicationVersionsResponse) => any;
|
|
1314
|
+
|
|
1315
|
+
export declare const ListBatchJobDefinitionsRequestFilterSensitiveLog: (obj: ListBatchJobDefinitionsRequest) => any;
|
|
1316
|
+
|
|
1317
|
+
export declare const FileBatchJobDefinitionFilterSensitiveLog: (obj: FileBatchJobDefinition) => any;
|
|
1318
|
+
|
|
1319
|
+
export declare const ScriptBatchJobDefinitionFilterSensitiveLog: (obj: ScriptBatchJobDefinition) => any;
|
|
1320
|
+
|
|
1321
|
+
export declare const BatchJobDefinitionFilterSensitiveLog: (obj: BatchJobDefinition) => any;
|
|
1322
|
+
|
|
1323
|
+
export declare const ListBatchJobDefinitionsResponseFilterSensitiveLog: (obj: ListBatchJobDefinitionsResponse) => any;
|
|
1324
|
+
|
|
1325
|
+
export declare const ListBatchJobExecutionsRequestFilterSensitiveLog: (obj: ListBatchJobExecutionsRequest) => any;
|
|
1326
|
+
|
|
1327
|
+
export declare const BatchJobExecutionSummaryFilterSensitiveLog: (obj: BatchJobExecutionSummary) => any;
|
|
1328
|
+
|
|
1329
|
+
export declare const ListBatchJobExecutionsResponseFilterSensitiveLog: (obj: ListBatchJobExecutionsResponse) => any;
|
|
1330
|
+
|
|
1331
|
+
export declare const ListDataSetImportHistoryRequestFilterSensitiveLog: (obj: ListDataSetImportHistoryRequest) => any;
|
|
1332
|
+
|
|
1333
|
+
export declare const DataSetImportTaskFilterSensitiveLog: (obj: DataSetImportTask) => any;
|
|
1334
|
+
|
|
1335
|
+
export declare const ListDataSetImportHistoryResponseFilterSensitiveLog: (obj: ListDataSetImportHistoryResponse) => any;
|
|
1336
|
+
|
|
1337
|
+
export declare const ListDataSetsRequestFilterSensitiveLog: (obj: ListDataSetsRequest) => any;
|
|
1338
|
+
|
|
1339
|
+
export declare const DataSetSummaryFilterSensitiveLog: (obj: DataSetSummary) => any;
|
|
1340
|
+
|
|
1341
|
+
export declare const ListDataSetsResponseFilterSensitiveLog: (obj: ListDataSetsResponse) => any;
|
|
1342
|
+
|
|
1343
|
+
export declare const ListDeploymentsRequestFilterSensitiveLog: (obj: ListDeploymentsRequest) => any;
|
|
1344
|
+
|
|
1345
|
+
export declare const DeploymentSummaryFilterSensitiveLog: (obj: DeploymentSummary) => any;
|
|
1346
|
+
|
|
1347
|
+
export declare const ListDeploymentsResponseFilterSensitiveLog: (obj: ListDeploymentsResponse) => any;
|
|
1348
|
+
|
|
1349
|
+
export declare const StartApplicationRequestFilterSensitiveLog: (obj: StartApplicationRequest) => any;
|
|
1350
|
+
|
|
1351
|
+
export declare const StartApplicationResponseFilterSensitiveLog: (obj: StartApplicationResponse) => any;
|
|
1352
|
+
|
|
1353
|
+
export declare const FileBatchJobIdentifierFilterSensitiveLog: (obj: FileBatchJobIdentifier) => any;
|
|
1354
|
+
|
|
1355
|
+
export declare const ScriptBatchJobIdentifierFilterSensitiveLog: (obj: ScriptBatchJobIdentifier) => any;
|
|
1356
|
+
|
|
1357
|
+
export declare const BatchJobIdentifierFilterSensitiveLog: (obj: BatchJobIdentifier) => any;
|
|
1358
|
+
|
|
1359
|
+
export declare const StartBatchJobRequestFilterSensitiveLog: (obj: StartBatchJobRequest) => any;
|
|
1360
|
+
|
|
1361
|
+
export declare const StartBatchJobResponseFilterSensitiveLog: (obj: StartBatchJobResponse) => any;
|
|
1362
|
+
|
|
1363
|
+
export declare const StopApplicationRequestFilterSensitiveLog: (obj: StopApplicationRequest) => any;
|
|
1364
|
+
|
|
1365
|
+
export declare const StopApplicationResponseFilterSensitiveLog: (obj: StopApplicationResponse) => any;
|
|
1366
|
+
|
|
1367
|
+
export declare const UpdateApplicationRequestFilterSensitiveLog: (obj: UpdateApplicationRequest) => any;
|
|
1368
|
+
|
|
1369
|
+
export declare const UpdateApplicationResponseFilterSensitiveLog: (obj: UpdateApplicationResponse) => any;
|
|
1370
|
+
|
|
1371
|
+
export declare const HighAvailabilityConfigFilterSensitiveLog: (obj: HighAvailabilityConfig) => any;
|
|
1372
|
+
|
|
1373
|
+
export declare const EfsStorageConfigurationFilterSensitiveLog: (obj: EfsStorageConfiguration) => any;
|
|
1374
|
+
|
|
1375
|
+
export declare const FsxStorageConfigurationFilterSensitiveLog: (obj: FsxStorageConfiguration) => any;
|
|
1376
|
+
|
|
1377
|
+
export declare const StorageConfigurationFilterSensitiveLog: (obj: StorageConfiguration) => any;
|
|
1378
|
+
|
|
1379
|
+
export declare const CreateEnvironmentRequestFilterSensitiveLog: (obj: CreateEnvironmentRequest) => any;
|
|
1380
|
+
|
|
1381
|
+
export declare const CreateEnvironmentResponseFilterSensitiveLog: (obj: CreateEnvironmentResponse) => any;
|
|
1382
|
+
|
|
1383
|
+
export declare const DeleteEnvironmentRequestFilterSensitiveLog: (obj: DeleteEnvironmentRequest) => any;
|
|
1384
|
+
|
|
1385
|
+
export declare const DeleteEnvironmentResponseFilterSensitiveLog: (obj: DeleteEnvironmentResponse) => any;
|
|
1386
|
+
|
|
1387
|
+
export declare const GetEnvironmentRequestFilterSensitiveLog: (obj: GetEnvironmentRequest) => any;
|
|
1388
|
+
|
|
1389
|
+
export declare const MaintenanceScheduleFilterSensitiveLog: (obj: MaintenanceSchedule) => any;
|
|
1390
|
+
|
|
1391
|
+
export declare const PendingMaintenanceFilterSensitiveLog: (obj: PendingMaintenance) => any;
|
|
1392
|
+
|
|
1393
|
+
export declare const GetEnvironmentResponseFilterSensitiveLog: (obj: GetEnvironmentResponse) => any;
|
|
1394
|
+
|
|
1395
|
+
export declare const ListEnvironmentsRequestFilterSensitiveLog: (obj: ListEnvironmentsRequest) => any;
|
|
1396
|
+
|
|
1397
|
+
export declare const EnvironmentSummaryFilterSensitiveLog: (obj: EnvironmentSummary) => any;
|
|
1398
|
+
|
|
1399
|
+
export declare const ListEnvironmentsResponseFilterSensitiveLog: (obj: ListEnvironmentsResponse) => any;
|
|
1400
|
+
|
|
1401
|
+
export declare const UpdateEnvironmentRequestFilterSensitiveLog: (obj: UpdateEnvironmentRequest) => any;
|
|
1402
|
+
|
|
1403
|
+
export declare const UpdateEnvironmentResponseFilterSensitiveLog: (obj: UpdateEnvironmentResponse) => any;
|
|
1404
|
+
|
|
1405
|
+
export declare const ListEngineVersionsRequestFilterSensitiveLog: (obj: ListEngineVersionsRequest) => any;
|
|
1406
|
+
|
|
1407
|
+
export declare const EngineVersionsSummaryFilterSensitiveLog: (obj: EngineVersionsSummary) => any;
|
|
1408
|
+
|
|
1409
|
+
export declare const ListEngineVersionsResponseFilterSensitiveLog: (obj: ListEngineVersionsResponse) => any;
|
|
1410
|
+
|
|
1411
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1412
|
+
|
|
1413
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1414
|
+
|
|
1415
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1416
|
+
|
|
1417
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1418
|
+
|
|
1419
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1420
|
+
|
|
1421
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|