@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.
Files changed (45) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/M2.d.ts +0 -32
  6. package/dist-types/ts3.4/M2Client.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/CancelBatchJobExecutionCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateDataSetImportTaskCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteApplicationFromEnvironmentCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/GetApplicationVersionCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/GetBatchJobExecutionCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/GetDataSetDetailsCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/GetDataSetImportTaskCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/ListBatchJobDefinitionsCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/ListBatchJobExecutionsCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/ListDataSetImportHistoryCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/StartBatchJobCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/models/M2ServiceException.d.ts +0 -1
  40. package/dist-types/ts3.4/models/models_0.d.ts +0 -400
  41. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  42. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  43. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  44. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  45. package/package.json +26 -26
@@ -1,88 +1,63 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { M2ServiceException as __BaseException } from "./M2ServiceException";
3
-
4
3
  export declare class AccessDeniedException extends __BaseException {
5
4
  readonly name: "AccessDeniedException";
6
5
  readonly $fault: "client";
7
-
8
6
  constructor(
9
7
  opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
10
8
  );
11
9
  }
12
-
13
10
  export interface AlternateKey {
14
11
  name?: string;
15
-
16
12
  offset: number | undefined;
17
-
18
13
  length: number | undefined;
19
-
20
14
  allowDuplicates?: boolean;
21
15
  }
22
16
  export interface CancelBatchJobExecutionRequest {
23
17
  applicationId: string | undefined;
24
-
25
18
  executionId: string | undefined;
26
19
  }
27
20
  export interface CancelBatchJobExecutionResponse {}
28
-
29
21
  export declare class ConflictException extends __BaseException {
30
22
  readonly name: "ConflictException";
31
23
  readonly $fault: "client";
32
-
33
24
  resourceId?: string;
34
-
35
25
  resourceType?: string;
36
-
37
26
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
38
27
  }
39
-
40
28
  export declare class InternalServerException extends __BaseException {
41
29
  readonly name: "InternalServerException";
42
30
  readonly $fault: "server";
43
31
  $retryable: {};
44
-
45
32
  retryAfterSeconds?: number;
46
-
47
33
  constructor(
48
34
  opts: __ExceptionOptionType<InternalServerException, __BaseException>
49
35
  );
50
36
  }
51
-
52
37
  export declare class ResourceNotFoundException extends __BaseException {
53
38
  readonly name: "ResourceNotFoundException";
54
39
  readonly $fault: "client";
55
-
56
40
  resourceId?: string;
57
-
58
41
  resourceType?: string;
59
-
60
42
  constructor(
61
43
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
62
44
  );
63
45
  }
64
-
65
46
  export declare class ThrottlingException extends __BaseException {
66
47
  readonly name: "ThrottlingException";
67
48
  readonly $fault: "client";
68
49
  $retryable: {
69
50
  throttling: boolean;
70
51
  };
71
-
72
52
  serviceCode?: string;
73
-
74
53
  quotaCode?: string;
75
-
76
54
  retryAfterSeconds?: number;
77
-
78
55
  constructor(
79
56
  opts: __ExceptionOptionType<ThrottlingException, __BaseException>
80
57
  );
81
58
  }
82
-
83
59
  export interface ValidationExceptionField {
84
60
  name: string | undefined;
85
-
86
61
  message: string | undefined;
87
62
  }
88
63
  export declare enum ValidationExceptionReason {
@@ -91,20 +66,15 @@ export declare enum ValidationExceptionReason {
91
66
  OTHER = "other",
92
67
  UNKNOWN_OPERATION = "unknownOperation",
93
68
  }
94
-
95
69
  export declare class ValidationException extends __BaseException {
96
70
  readonly name: "ValidationException";
97
71
  readonly $fault: "client";
98
-
99
72
  reason?: ValidationExceptionReason | string;
100
-
101
73
  fieldList?: ValidationExceptionField[];
102
-
103
74
  constructor(
104
75
  opts: __ExceptionOptionType<ValidationException, __BaseException>
105
76
  );
106
77
  }
107
-
108
78
  export declare type Definition =
109
79
  | Definition.ContentMember
110
80
  | Definition.S3LocationMember
@@ -115,7 +85,6 @@ export declare namespace Definition {
115
85
  content?: never;
116
86
  $unknown?: never;
117
87
  }
118
-
119
88
  interface ContentMember {
120
89
  s3Location?: never;
121
90
  content: string;
@@ -139,68 +108,44 @@ export declare enum EngineType {
139
108
  }
140
109
  export interface CreateApplicationRequest {
141
110
  name: string | undefined;
142
-
143
111
  description?: string;
144
-
145
112
  engineType: EngineType | string | undefined;
146
-
147
113
  definition: Definition | undefined;
148
-
149
114
  tags?: Record<string, string>;
150
-
151
115
  clientToken?: string;
152
116
  }
153
117
  export interface CreateApplicationResponse {
154
118
  applicationArn: string | undefined;
155
-
156
119
  applicationId: string | undefined;
157
-
158
120
  applicationVersion: number | undefined;
159
121
  }
160
-
161
122
  export declare class ServiceQuotaExceededException extends __BaseException {
162
123
  readonly name: "ServiceQuotaExceededException";
163
124
  readonly $fault: "client";
164
-
165
125
  resourceId?: string;
166
-
167
126
  resourceType?: string;
168
-
169
127
  serviceCode?: string;
170
-
171
128
  quotaCode?: string;
172
-
173
129
  constructor(
174
130
  opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
175
131
  );
176
132
  }
177
-
178
133
  export interface GdgAttributes {
179
134
  limit?: number;
180
-
181
135
  rollDisposition?: string;
182
136
  }
183
-
184
137
  export interface PrimaryKey {
185
138
  name?: string;
186
-
187
139
  offset: number | undefined;
188
-
189
140
  length: number | undefined;
190
141
  }
191
-
192
142
  export interface VsamAttributes {
193
143
  format: string | undefined;
194
-
195
144
  encoding?: string;
196
-
197
145
  compressed?: boolean;
198
-
199
146
  primaryKey?: PrimaryKey;
200
-
201
147
  alternateKeys?: AlternateKey[];
202
148
  }
203
-
204
149
  export declare type DatasetOrgAttributes =
205
150
  | DatasetOrgAttributes.GdgMember
206
151
  | DatasetOrgAttributes.VsamMember
@@ -211,7 +156,6 @@ export declare namespace DatasetOrgAttributes {
211
156
  gdg?: never;
212
157
  $unknown?: never;
213
158
  }
214
-
215
159
  interface GdgMember {
216
160
  vsam?: never;
217
161
  gdg: GdgAttributes;
@@ -229,25 +173,17 @@ export declare namespace DatasetOrgAttributes {
229
173
  }
230
174
  const visit: <T>(value: DatasetOrgAttributes, visitor: Visitor<T>) => T;
231
175
  }
232
-
233
176
  export interface RecordLength {
234
177
  min: number | undefined;
235
-
236
178
  max: number | undefined;
237
179
  }
238
-
239
180
  export interface DataSet {
240
181
  storageType?: string;
241
-
242
182
  datasetName: string | undefined;
243
-
244
183
  datasetOrg: DatasetOrgAttributes | undefined;
245
-
246
184
  relativePath?: string;
247
-
248
185
  recordLength: RecordLength | undefined;
249
186
  }
250
-
251
187
  export declare type ExternalLocation =
252
188
  | ExternalLocation.S3LocationMember
253
189
  | ExternalLocation.$UnknownMember;
@@ -266,13 +202,10 @@ export declare namespace ExternalLocation {
266
202
  }
267
203
  const visit: <T>(value: ExternalLocation, visitor: Visitor<T>) => T;
268
204
  }
269
-
270
205
  export interface DataSetImportItem {
271
206
  dataSet: DataSet | undefined;
272
-
273
207
  externalLocation: ExternalLocation | undefined;
274
208
  }
275
-
276
209
  export declare type DataSetImportConfig =
277
210
  | DataSetImportConfig.DataSetsMember
278
211
  | DataSetImportConfig.S3LocationMember
@@ -283,7 +216,6 @@ export declare namespace DataSetImportConfig {
283
216
  dataSets?: never;
284
217
  $unknown?: never;
285
218
  }
286
-
287
219
  interface DataSetsMember {
288
220
  s3Location?: never;
289
221
  dataSets: DataSetImportItem[];
@@ -303,9 +235,7 @@ export declare namespace DataSetImportConfig {
303
235
  }
304
236
  export interface CreateDataSetImportTaskRequest {
305
237
  applicationId: string | undefined;
306
-
307
238
  importConfig: DataSetImportConfig | undefined;
308
-
309
239
  clientToken?: string;
310
240
  }
311
241
  export interface CreateDataSetImportTaskResponse {
@@ -313,11 +243,8 @@ export interface CreateDataSetImportTaskResponse {
313
243
  }
314
244
  export interface CreateDeploymentRequest {
315
245
  environmentId: string | undefined;
316
-
317
246
  applicationId: string | undefined;
318
-
319
247
  applicationVersion: number | undefined;
320
-
321
248
  clientToken?: string;
322
249
  }
323
250
  export interface CreateDeploymentResponse {
@@ -329,7 +256,6 @@ export interface DeleteApplicationRequest {
329
256
  export interface DeleteApplicationResponse {}
330
257
  export interface DeleteApplicationFromEnvironmentRequest {
331
258
  applicationId: string | undefined;
332
-
333
259
  environmentId: string | undefined;
334
260
  }
335
261
  export interface DeleteApplicationFromEnvironmentResponse {}
@@ -341,12 +267,9 @@ export declare enum DeploymentLifecycle {
341
267
  FAILED = "Failed",
342
268
  SUCCEEDED = "Succeeded",
343
269
  }
344
-
345
270
  export interface DeployedVersionSummary {
346
271
  applicationVersion: number | undefined;
347
-
348
272
  status: DeploymentLifecycle | string | undefined;
349
-
350
273
  statusReason?: string;
351
274
  }
352
275
  export declare enum ApplicationVersionLifecycle {
@@ -354,20 +277,14 @@ export declare enum ApplicationVersionLifecycle {
354
277
  CREATING = "Creating",
355
278
  FAILED = "Failed",
356
279
  }
357
-
358
280
  export interface ApplicationVersionSummary {
359
281
  applicationVersion: number | undefined;
360
-
361
282
  status: ApplicationVersionLifecycle | string | undefined;
362
-
363
283
  statusReason?: string;
364
-
365
284
  creationTime: Date | undefined;
366
285
  }
367
-
368
286
  export interface LogGroupSummary {
369
287
  logType: string | undefined;
370
-
371
288
  logGroupName: string | undefined;
372
289
  }
373
290
  export declare enum ApplicationLifecycle {
@@ -384,64 +301,39 @@ export declare enum ApplicationLifecycle {
384
301
  }
385
302
  export interface GetApplicationResponse {
386
303
  name: string | undefined;
387
-
388
304
  description?: string;
389
-
390
305
  applicationId: string | undefined;
391
-
392
306
  applicationArn: string | undefined;
393
-
394
307
  status: ApplicationLifecycle | string | undefined;
395
-
396
308
  latestVersion: ApplicationVersionSummary | undefined;
397
-
398
309
  deployedVersion?: DeployedVersionSummary;
399
-
400
310
  engineType: EngineType | string | undefined;
401
-
402
311
  logGroups?: LogGroupSummary[];
403
-
404
312
  creationTime: Date | undefined;
405
-
406
313
  lastStartTime?: Date;
407
-
408
314
  tags?: Record<string, string>;
409
-
410
315
  environmentId?: string;
411
-
412
316
  targetGroupArns?: string[];
413
-
414
317
  listenerArns?: string[];
415
-
416
318
  listenerPorts?: number[];
417
-
418
319
  loadBalancerDnsName?: string;
419
-
420
320
  statusReason?: string;
421
321
  }
422
322
  export interface GetApplicationVersionRequest {
423
323
  applicationId: string | undefined;
424
-
425
324
  applicationVersion: number | undefined;
426
325
  }
427
326
  export interface GetApplicationVersionResponse {
428
327
  name: string | undefined;
429
-
430
328
  applicationVersion: number | undefined;
431
-
432
329
  description?: string;
433
-
434
330
  definitionContent: string | undefined;
435
-
436
331
  status: ApplicationVersionLifecycle | string | undefined;
437
-
438
332
  creationTime: Date | undefined;
439
-
440
333
  statusReason?: string;
441
334
  }
442
335
  export interface GetBatchJobExecutionRequest {
443
336
  applicationId: string | undefined;
444
-
445
337
  executionId: string | undefined;
446
338
  }
447
339
  export declare enum BatchJobType {
@@ -462,51 +354,32 @@ export declare enum BatchJobExecutionStatus {
462
354
  }
463
355
  export interface GetBatchJobExecutionResponse {
464
356
  executionId: string | undefined;
465
-
466
357
  applicationId: string | undefined;
467
-
468
358
  jobId?: string;
469
-
470
359
  jobName?: string;
471
-
472
360
  jobUser?: string;
473
-
474
361
  jobType?: BatchJobType | string;
475
-
476
362
  status: BatchJobExecutionStatus | string | undefined;
477
-
478
363
  startTime: Date | undefined;
479
-
480
364
  endTime?: Date;
481
-
482
365
  statusReason?: string;
483
366
  }
484
367
  export interface GetDataSetDetailsRequest {
485
368
  applicationId: string | undefined;
486
-
487
369
  dataSetName: string | undefined;
488
370
  }
489
-
490
371
  export interface GdgDetailAttributes {
491
372
  limit?: number;
492
-
493
373
  rollDisposition?: string;
494
374
  }
495
-
496
375
  export interface VsamDetailAttributes {
497
376
  encoding?: string;
498
-
499
377
  recordFormat?: string;
500
-
501
378
  compressed?: boolean;
502
-
503
379
  cacheAtStartup?: boolean;
504
-
505
380
  primaryKey?: PrimaryKey;
506
-
507
381
  alternateKeys?: AlternateKey[];
508
382
  }
509
-
510
383
  export declare type DatasetDetailOrgAttributes =
511
384
  | DatasetDetailOrgAttributes.GdgMember
512
385
  | DatasetDetailOrgAttributes.VsamMember
@@ -517,7 +390,6 @@ export declare namespace DatasetDetailOrgAttributes {
517
390
  gdg?: never;
518
391
  $unknown?: never;
519
392
  }
520
-
521
393
  interface GdgMember {
522
394
  vsam?: never;
523
395
  gdg: GdgDetailAttributes;
@@ -537,24 +409,16 @@ export declare namespace DatasetDetailOrgAttributes {
537
409
  }
538
410
  export interface GetDataSetDetailsResponse {
539
411
  dataSetName: string | undefined;
540
-
541
412
  dataSetOrg?: DatasetDetailOrgAttributes;
542
-
543
413
  recordLength?: number;
544
-
545
414
  location?: string;
546
-
547
415
  blocksize?: number;
548
-
549
416
  creationTime?: Date;
550
-
551
417
  lastUpdatedTime?: Date;
552
-
553
418
  lastReferencedTime?: Date;
554
419
  }
555
420
  export interface GetDataSetImportTaskRequest {
556
421
  applicationId: string | undefined;
557
-
558
422
  taskId: string | undefined;
559
423
  }
560
424
  export declare enum DataSetTaskLifecycle {
@@ -562,121 +426,81 @@ export declare enum DataSetTaskLifecycle {
562
426
  CREATING = "Creating",
563
427
  RUNNING = "Running",
564
428
  }
565
-
566
429
  export interface DataSetImportSummary {
567
430
  total: number | undefined;
568
-
569
431
  succeeded: number | undefined;
570
-
571
432
  failed: number | undefined;
572
-
573
433
  pending: number | undefined;
574
-
575
434
  inProgress: number | undefined;
576
435
  }
577
436
  export interface GetDataSetImportTaskResponse {
578
437
  taskId: string | undefined;
579
-
580
438
  status: DataSetTaskLifecycle | string | undefined;
581
-
582
439
  summary?: DataSetImportSummary;
583
440
  }
584
441
  export interface GetDeploymentRequest {
585
442
  deploymentId: string | undefined;
586
-
587
443
  applicationId: string | undefined;
588
444
  }
589
445
  export interface GetDeploymentResponse {
590
446
  deploymentId: string | undefined;
591
-
592
447
  applicationId: string | undefined;
593
-
594
448
  environmentId: string | undefined;
595
-
596
449
  applicationVersion: number | undefined;
597
-
598
450
  status: DeploymentLifecycle | string | undefined;
599
-
600
451
  creationTime: Date | undefined;
601
-
602
452
  statusReason?: string;
603
453
  }
604
454
  export interface ListApplicationsRequest {
605
455
  nextToken?: string;
606
-
607
456
  maxResults?: number;
608
-
609
457
  names?: string[];
610
-
611
458
  environmentId?: string;
612
459
  }
613
460
  export declare enum ApplicationDeploymentLifecycle {
614
461
  DEPLOYED = "Deployed",
615
462
  DEPLOYING = "Deploying",
616
463
  }
617
-
618
464
  export interface ApplicationSummary {
619
465
  name: string | undefined;
620
-
621
466
  description?: string;
622
-
623
467
  applicationId: string | undefined;
624
-
625
468
  applicationArn: string | undefined;
626
-
627
469
  applicationVersion: number | undefined;
628
-
629
470
  status: ApplicationLifecycle | string | undefined;
630
-
631
471
  engineType: EngineType | string | undefined;
632
-
633
472
  creationTime: Date | undefined;
634
-
635
473
  environmentId?: string;
636
-
637
474
  lastStartTime?: Date;
638
-
639
475
  versionStatus?: ApplicationVersionLifecycle | string;
640
-
641
476
  deploymentStatus?: ApplicationDeploymentLifecycle | string;
642
477
  }
643
478
  export interface ListApplicationsResponse {
644
479
  applications: ApplicationSummary[] | undefined;
645
-
646
480
  nextToken?: string;
647
481
  }
648
482
  export interface ListApplicationVersionsRequest {
649
483
  nextToken?: string;
650
-
651
484
  maxResults?: number;
652
-
653
485
  applicationId: string | undefined;
654
486
  }
655
487
  export interface ListApplicationVersionsResponse {
656
488
  applicationVersions: ApplicationVersionSummary[] | undefined;
657
-
658
489
  nextToken?: string;
659
490
  }
660
491
  export interface ListBatchJobDefinitionsRequest {
661
492
  nextToken?: string;
662
-
663
493
  maxResults?: number;
664
-
665
494
  applicationId: string | undefined;
666
-
667
495
  prefix?: string;
668
496
  }
669
-
670
497
  export interface FileBatchJobDefinition {
671
498
  fileName: string | undefined;
672
-
673
499
  folderPath?: string;
674
500
  }
675
-
676
501
  export interface ScriptBatchJobDefinition {
677
502
  scriptName: string | undefined;
678
503
  }
679
-
680
504
  export declare type BatchJobDefinition =
681
505
  | BatchJobDefinition.FileBatchJobDefinitionMember
682
506
  | BatchJobDefinition.ScriptBatchJobDefinitionMember
@@ -687,7 +511,6 @@ export declare namespace BatchJobDefinition {
687
511
  scriptBatchJobDefinition?: never;
688
512
  $unknown?: never;
689
513
  }
690
-
691
514
  interface ScriptBatchJobDefinitionMember {
692
515
  fileBatchJobDefinition?: never;
693
516
  scriptBatchJobDefinition: ScriptBatchJobDefinition;
@@ -707,140 +530,93 @@ export declare namespace BatchJobDefinition {
707
530
  }
708
531
  export interface ListBatchJobDefinitionsResponse {
709
532
  batchJobDefinitions: BatchJobDefinition[] | undefined;
710
-
711
533
  nextToken?: string;
712
534
  }
713
535
  export interface ListBatchJobExecutionsRequest {
714
536
  nextToken?: string;
715
-
716
537
  maxResults?: number;
717
-
718
538
  applicationId: string | undefined;
719
-
720
539
  executionIds?: string[];
721
-
722
540
  jobName?: string;
723
-
724
541
  status?: BatchJobExecutionStatus | string;
725
-
726
542
  startedAfter?: Date;
727
-
728
543
  startedBefore?: Date;
729
544
  }
730
-
731
545
  export interface BatchJobExecutionSummary {
732
546
  executionId: string | undefined;
733
-
734
547
  applicationId: string | undefined;
735
-
736
548
  jobId?: string;
737
-
738
549
  jobName?: string;
739
-
740
550
  jobType?: BatchJobType | string;
741
-
742
551
  status: BatchJobExecutionStatus | string | undefined;
743
-
744
552
  startTime: Date | undefined;
745
-
746
553
  endTime?: Date;
747
554
  }
748
555
  export interface ListBatchJobExecutionsResponse {
749
556
  batchJobExecutions: BatchJobExecutionSummary[] | undefined;
750
-
751
557
  nextToken?: string;
752
558
  }
753
559
  export interface ListDataSetImportHistoryRequest {
754
560
  nextToken?: string;
755
-
756
561
  maxResults?: number;
757
-
758
562
  applicationId: string | undefined;
759
563
  }
760
-
761
564
  export interface DataSetImportTask {
762
565
  taskId: string | undefined;
763
-
764
566
  status: DataSetTaskLifecycle | string | undefined;
765
-
766
567
  summary: DataSetImportSummary | undefined;
767
568
  }
768
569
  export interface ListDataSetImportHistoryResponse {
769
570
  dataSetImportTasks: DataSetImportTask[] | undefined;
770
-
771
571
  nextToken?: string;
772
572
  }
773
573
  export interface ListDataSetsRequest {
774
574
  applicationId: string | undefined;
775
-
776
575
  nextToken?: string;
777
-
778
576
  maxResults?: number;
779
-
780
577
  prefix?: string;
781
578
  }
782
-
783
579
  export interface DataSetSummary {
784
580
  dataSetName: string | undefined;
785
-
786
581
  dataSetOrg?: string;
787
-
788
582
  format?: string;
789
-
790
583
  creationTime?: Date;
791
-
792
584
  lastUpdatedTime?: Date;
793
-
794
585
  lastReferencedTime?: Date;
795
586
  }
796
587
  export interface ListDataSetsResponse {
797
588
  dataSets: DataSetSummary[] | undefined;
798
-
799
589
  nextToken?: string;
800
590
  }
801
591
  export interface ListDeploymentsRequest {
802
592
  nextToken?: string;
803
-
804
593
  maxResults?: number;
805
-
806
594
  applicationId: string | undefined;
807
595
  }
808
-
809
596
  export interface DeploymentSummary {
810
597
  deploymentId: string | undefined;
811
-
812
598
  applicationId: string | undefined;
813
-
814
599
  environmentId: string | undefined;
815
-
816
600
  applicationVersion: number | undefined;
817
-
818
601
  status: DeploymentLifecycle | string | undefined;
819
-
820
602
  creationTime: Date | undefined;
821
-
822
603
  statusReason?: string;
823
604
  }
824
605
  export interface ListDeploymentsResponse {
825
606
  deployments: DeploymentSummary[] | undefined;
826
-
827
607
  nextToken?: string;
828
608
  }
829
609
  export interface StartApplicationRequest {
830
610
  applicationId: string | undefined;
831
611
  }
832
612
  export interface StartApplicationResponse {}
833
-
834
613
  export interface FileBatchJobIdentifier {
835
614
  fileName: string | undefined;
836
-
837
615
  folderPath?: string;
838
616
  }
839
-
840
617
  export interface ScriptBatchJobIdentifier {
841
618
  scriptName: string | undefined;
842
619
  }
843
-
844
620
  export declare type BatchJobIdentifier =
845
621
  | BatchJobIdentifier.FileBatchJobIdentifierMember
846
622
  | BatchJobIdentifier.ScriptBatchJobIdentifierMember
@@ -851,7 +627,6 @@ export declare namespace BatchJobIdentifier {
851
627
  scriptBatchJobIdentifier?: never;
852
628
  $unknown?: never;
853
629
  }
854
-
855
630
  interface ScriptBatchJobIdentifierMember {
856
631
  fileBatchJobIdentifier?: never;
857
632
  scriptBatchJobIdentifier: ScriptBatchJobIdentifier;
@@ -871,9 +646,7 @@ export declare namespace BatchJobIdentifier {
871
646
  }
872
647
  export interface StartBatchJobRequest {
873
648
  applicationId: string | undefined;
874
-
875
649
  batchJobIdentifier: BatchJobIdentifier | undefined;
876
-
877
650
  jobParams?: Record<string, string>;
878
651
  }
879
652
  export interface StartBatchJobResponse {
@@ -881,39 +654,29 @@ export interface StartBatchJobResponse {
881
654
  }
882
655
  export interface StopApplicationRequest {
883
656
  applicationId: string | undefined;
884
-
885
657
  forceStop?: boolean;
886
658
  }
887
659
  export interface StopApplicationResponse {}
888
660
  export interface UpdateApplicationRequest {
889
661
  applicationId: string | undefined;
890
-
891
662
  description?: string;
892
-
893
663
  currentApplicationVersion: number | undefined;
894
-
895
664
  definition?: Definition;
896
665
  }
897
666
  export interface UpdateApplicationResponse {
898
667
  applicationVersion: number | undefined;
899
668
  }
900
-
901
669
  export interface HighAvailabilityConfig {
902
670
  desiredCapacity: number | undefined;
903
671
  }
904
-
905
672
  export interface EfsStorageConfiguration {
906
673
  fileSystemId: string | undefined;
907
-
908
674
  mountPoint: string | undefined;
909
675
  }
910
-
911
676
  export interface FsxStorageConfiguration {
912
677
  fileSystemId: string | undefined;
913
-
914
678
  mountPoint: string | undefined;
915
679
  }
916
-
917
680
  export declare type StorageConfiguration =
918
681
  | StorageConfiguration.EfsMember
919
682
  | StorageConfiguration.FsxMember
@@ -924,7 +687,6 @@ export declare namespace StorageConfiguration {
924
687
  fsx?: never;
925
688
  $unknown?: never;
926
689
  }
927
-
928
690
  interface FsxMember {
929
691
  efs?: never;
930
692
  fsx: FsxStorageConfiguration;
@@ -944,29 +706,17 @@ export declare namespace StorageConfiguration {
944
706
  }
945
707
  export interface CreateEnvironmentRequest {
946
708
  name: string | undefined;
947
-
948
709
  instanceType: string | undefined;
949
-
950
710
  description?: string;
951
-
952
711
  engineType: EngineType | string | undefined;
953
-
954
712
  engineVersion?: string;
955
-
956
713
  subnetIds?: string[];
957
-
958
714
  securityGroupIds?: string[];
959
-
960
715
  storageConfigurations?: StorageConfiguration[];
961
-
962
716
  publiclyAccessible?: boolean;
963
-
964
717
  highAvailabilityConfig?: HighAvailabilityConfig;
965
-
966
718
  tags?: Record<string, string>;
967
-
968
719
  preferredMaintenanceWindow?: string;
969
-
970
720
  clientToken?: string;
971
721
  }
972
722
  export interface CreateEnvironmentResponse {
@@ -979,16 +729,12 @@ export interface DeleteEnvironmentResponse {}
979
729
  export interface GetEnvironmentRequest {
980
730
  environmentId: string | undefined;
981
731
  }
982
-
983
732
  export interface MaintenanceSchedule {
984
733
  startTime?: Date;
985
-
986
734
  endTime?: Date;
987
735
  }
988
-
989
736
  export interface PendingMaintenance {
990
737
  schedule?: MaintenanceSchedule;
991
-
992
738
  engineVersion?: string;
993
739
  }
994
740
  export declare enum EnvironmentLifecycle {
@@ -999,90 +745,53 @@ export declare enum EnvironmentLifecycle {
999
745
  }
1000
746
  export interface GetEnvironmentResponse {
1001
747
  name: string | undefined;
1002
-
1003
748
  description?: string;
1004
-
1005
749
  environmentArn: string | undefined;
1006
-
1007
750
  environmentId: string | undefined;
1008
-
1009
751
  instanceType: string | undefined;
1010
-
1011
752
  status: EnvironmentLifecycle | string | undefined;
1012
-
1013
753
  engineType: EngineType | string | undefined;
1014
-
1015
754
  engineVersion: string | undefined;
1016
-
1017
755
  vpcId: string | undefined;
1018
-
1019
756
  subnetIds: string[] | undefined;
1020
-
1021
757
  securityGroupIds: string[] | undefined;
1022
-
1023
758
  creationTime: Date | undefined;
1024
-
1025
759
  storageConfigurations?: StorageConfiguration[];
1026
-
1027
760
  tags?: Record<string, string>;
1028
-
1029
761
  highAvailabilityConfig?: HighAvailabilityConfig;
1030
-
1031
762
  publiclyAccessible?: boolean;
1032
-
1033
763
  actualCapacity?: number;
1034
-
1035
764
  loadBalancerArn?: string;
1036
-
1037
765
  statusReason?: string;
1038
-
1039
766
  preferredMaintenanceWindow?: string;
1040
-
1041
767
  pendingMaintenance?: PendingMaintenance;
1042
768
  }
1043
769
  export interface ListEnvironmentsRequest {
1044
770
  nextToken?: string;
1045
-
1046
771
  maxResults?: number;
1047
-
1048
772
  names?: string[];
1049
-
1050
773
  engineType?: EngineType | string;
1051
774
  }
1052
-
1053
775
  export interface EnvironmentSummary {
1054
776
  name: string | undefined;
1055
-
1056
777
  environmentArn: string | undefined;
1057
-
1058
778
  environmentId: string | undefined;
1059
-
1060
779
  instanceType: string | undefined;
1061
-
1062
780
  status: EnvironmentLifecycle | string | undefined;
1063
-
1064
781
  engineType: EngineType | string | undefined;
1065
-
1066
782
  engineVersion: string | undefined;
1067
-
1068
783
  creationTime: Date | undefined;
1069
784
  }
1070
785
  export interface ListEnvironmentsResponse {
1071
786
  environments: EnvironmentSummary[] | undefined;
1072
-
1073
787
  nextToken?: string;
1074
788
  }
1075
789
  export interface UpdateEnvironmentRequest {
1076
790
  environmentId: string | undefined;
1077
-
1078
791
  desiredCapacity?: number;
1079
-
1080
792
  instanceType?: string;
1081
-
1082
793
  engineVersion?: string;
1083
-
1084
794
  preferredMaintenanceWindow?: string;
1085
-
1086
795
  applyDuringMaintenanceWindow?: boolean;
1087
796
  }
1088
797
  export interface UpdateEnvironmentResponse {
@@ -1090,20 +799,15 @@ export interface UpdateEnvironmentResponse {
1090
799
  }
1091
800
  export interface ListEngineVersionsRequest {
1092
801
  engineType?: EngineType | string;
1093
-
1094
802
  nextToken?: string;
1095
-
1096
803
  maxResults?: number;
1097
804
  }
1098
-
1099
805
  export interface EngineVersionsSummary {
1100
806
  engineType: string | undefined;
1101
-
1102
807
  engineVersion: string | undefined;
1103
808
  }
1104
809
  export interface ListEngineVersionsResponse {
1105
810
  engineVersions: EngineVersionsSummary[] | undefined;
1106
-
1107
811
  nextToken?: string;
1108
812
  }
1109
813
  export interface ListTagsForResourceRequest {
@@ -1114,411 +818,307 @@ export interface ListTagsForResourceResponse {
1114
818
  }
1115
819
  export interface TagResourceRequest {
1116
820
  resourceArn: string | undefined;
1117
-
1118
821
  tags: Record<string, string> | undefined;
1119
822
  }
1120
823
  export interface TagResourceResponse {}
1121
824
  export interface UntagResourceRequest {
1122
825
  resourceArn: string | undefined;
1123
-
1124
826
  tagKeys: string[] | undefined;
1125
827
  }
1126
828
  export interface UntagResourceResponse {}
1127
-
1128
829
  export declare const AlternateKeyFilterSensitiveLog: (obj: AlternateKey) => any;
1129
-
1130
830
  export declare const CancelBatchJobExecutionRequestFilterSensitiveLog: (
1131
831
  obj: CancelBatchJobExecutionRequest
1132
832
  ) => any;
1133
-
1134
833
  export declare const CancelBatchJobExecutionResponseFilterSensitiveLog: (
1135
834
  obj: CancelBatchJobExecutionResponse
1136
835
  ) => any;
1137
-
1138
836
  export declare const ValidationExceptionFieldFilterSensitiveLog: (
1139
837
  obj: ValidationExceptionField
1140
838
  ) => any;
1141
-
1142
839
  export declare const DefinitionFilterSensitiveLog: (obj: Definition) => any;
1143
-
1144
840
  export declare const CreateApplicationRequestFilterSensitiveLog: (
1145
841
  obj: CreateApplicationRequest
1146
842
  ) => any;
1147
-
1148
843
  export declare const CreateApplicationResponseFilterSensitiveLog: (
1149
844
  obj: CreateApplicationResponse
1150
845
  ) => any;
1151
-
1152
846
  export declare const GdgAttributesFilterSensitiveLog: (
1153
847
  obj: GdgAttributes
1154
848
  ) => any;
1155
-
1156
849
  export declare const PrimaryKeyFilterSensitiveLog: (obj: PrimaryKey) => any;
1157
-
1158
850
  export declare const VsamAttributesFilterSensitiveLog: (
1159
851
  obj: VsamAttributes
1160
852
  ) => any;
1161
-
1162
853
  export declare const DatasetOrgAttributesFilterSensitiveLog: (
1163
854
  obj: DatasetOrgAttributes
1164
855
  ) => any;
1165
-
1166
856
  export declare const RecordLengthFilterSensitiveLog: (obj: RecordLength) => any;
1167
-
1168
857
  export declare const DataSetFilterSensitiveLog: (obj: DataSet) => any;
1169
-
1170
858
  export declare const ExternalLocationFilterSensitiveLog: (
1171
859
  obj: ExternalLocation
1172
860
  ) => any;
1173
-
1174
861
  export declare const DataSetImportItemFilterSensitiveLog: (
1175
862
  obj: DataSetImportItem
1176
863
  ) => any;
1177
-
1178
864
  export declare const DataSetImportConfigFilterSensitiveLog: (
1179
865
  obj: DataSetImportConfig
1180
866
  ) => any;
1181
-
1182
867
  export declare const CreateDataSetImportTaskRequestFilterSensitiveLog: (
1183
868
  obj: CreateDataSetImportTaskRequest
1184
869
  ) => any;
1185
-
1186
870
  export declare const CreateDataSetImportTaskResponseFilterSensitiveLog: (
1187
871
  obj: CreateDataSetImportTaskResponse
1188
872
  ) => any;
1189
-
1190
873
  export declare const CreateDeploymentRequestFilterSensitiveLog: (
1191
874
  obj: CreateDeploymentRequest
1192
875
  ) => any;
1193
-
1194
876
  export declare const CreateDeploymentResponseFilterSensitiveLog: (
1195
877
  obj: CreateDeploymentResponse
1196
878
  ) => any;
1197
-
1198
879
  export declare const DeleteApplicationRequestFilterSensitiveLog: (
1199
880
  obj: DeleteApplicationRequest
1200
881
  ) => any;
1201
-
1202
882
  export declare const DeleteApplicationResponseFilterSensitiveLog: (
1203
883
  obj: DeleteApplicationResponse
1204
884
  ) => any;
1205
-
1206
885
  export declare const DeleteApplicationFromEnvironmentRequestFilterSensitiveLog: (
1207
886
  obj: DeleteApplicationFromEnvironmentRequest
1208
887
  ) => any;
1209
-
1210
888
  export declare const DeleteApplicationFromEnvironmentResponseFilterSensitiveLog: (
1211
889
  obj: DeleteApplicationFromEnvironmentResponse
1212
890
  ) => any;
1213
-
1214
891
  export declare const GetApplicationRequestFilterSensitiveLog: (
1215
892
  obj: GetApplicationRequest
1216
893
  ) => any;
1217
-
1218
894
  export declare const DeployedVersionSummaryFilterSensitiveLog: (
1219
895
  obj: DeployedVersionSummary
1220
896
  ) => any;
1221
-
1222
897
  export declare const ApplicationVersionSummaryFilterSensitiveLog: (
1223
898
  obj: ApplicationVersionSummary
1224
899
  ) => any;
1225
-
1226
900
  export declare const LogGroupSummaryFilterSensitiveLog: (
1227
901
  obj: LogGroupSummary
1228
902
  ) => any;
1229
-
1230
903
  export declare const GetApplicationResponseFilterSensitiveLog: (
1231
904
  obj: GetApplicationResponse
1232
905
  ) => any;
1233
-
1234
906
  export declare const GetApplicationVersionRequestFilterSensitiveLog: (
1235
907
  obj: GetApplicationVersionRequest
1236
908
  ) => any;
1237
-
1238
909
  export declare const GetApplicationVersionResponseFilterSensitiveLog: (
1239
910
  obj: GetApplicationVersionResponse
1240
911
  ) => any;
1241
-
1242
912
  export declare const GetBatchJobExecutionRequestFilterSensitiveLog: (
1243
913
  obj: GetBatchJobExecutionRequest
1244
914
  ) => any;
1245
-
1246
915
  export declare const GetBatchJobExecutionResponseFilterSensitiveLog: (
1247
916
  obj: GetBatchJobExecutionResponse
1248
917
  ) => any;
1249
-
1250
918
  export declare const GetDataSetDetailsRequestFilterSensitiveLog: (
1251
919
  obj: GetDataSetDetailsRequest
1252
920
  ) => any;
1253
-
1254
921
  export declare const GdgDetailAttributesFilterSensitiveLog: (
1255
922
  obj: GdgDetailAttributes
1256
923
  ) => any;
1257
-
1258
924
  export declare const VsamDetailAttributesFilterSensitiveLog: (
1259
925
  obj: VsamDetailAttributes
1260
926
  ) => any;
1261
-
1262
927
  export declare const DatasetDetailOrgAttributesFilterSensitiveLog: (
1263
928
  obj: DatasetDetailOrgAttributes
1264
929
  ) => any;
1265
-
1266
930
  export declare const GetDataSetDetailsResponseFilterSensitiveLog: (
1267
931
  obj: GetDataSetDetailsResponse
1268
932
  ) => any;
1269
-
1270
933
  export declare const GetDataSetImportTaskRequestFilterSensitiveLog: (
1271
934
  obj: GetDataSetImportTaskRequest
1272
935
  ) => any;
1273
-
1274
936
  export declare const DataSetImportSummaryFilterSensitiveLog: (
1275
937
  obj: DataSetImportSummary
1276
938
  ) => any;
1277
-
1278
939
  export declare const GetDataSetImportTaskResponseFilterSensitiveLog: (
1279
940
  obj: GetDataSetImportTaskResponse
1280
941
  ) => any;
1281
-
1282
942
  export declare const GetDeploymentRequestFilterSensitiveLog: (
1283
943
  obj: GetDeploymentRequest
1284
944
  ) => any;
1285
-
1286
945
  export declare const GetDeploymentResponseFilterSensitiveLog: (
1287
946
  obj: GetDeploymentResponse
1288
947
  ) => any;
1289
-
1290
948
  export declare const ListApplicationsRequestFilterSensitiveLog: (
1291
949
  obj: ListApplicationsRequest
1292
950
  ) => any;
1293
-
1294
951
  export declare const ApplicationSummaryFilterSensitiveLog: (
1295
952
  obj: ApplicationSummary
1296
953
  ) => any;
1297
-
1298
954
  export declare const ListApplicationsResponseFilterSensitiveLog: (
1299
955
  obj: ListApplicationsResponse
1300
956
  ) => any;
1301
-
1302
957
  export declare const ListApplicationVersionsRequestFilterSensitiveLog: (
1303
958
  obj: ListApplicationVersionsRequest
1304
959
  ) => any;
1305
-
1306
960
  export declare const ListApplicationVersionsResponseFilterSensitiveLog: (
1307
961
  obj: ListApplicationVersionsResponse
1308
962
  ) => any;
1309
-
1310
963
  export declare const ListBatchJobDefinitionsRequestFilterSensitiveLog: (
1311
964
  obj: ListBatchJobDefinitionsRequest
1312
965
  ) => any;
1313
-
1314
966
  export declare const FileBatchJobDefinitionFilterSensitiveLog: (
1315
967
  obj: FileBatchJobDefinition
1316
968
  ) => any;
1317
-
1318
969
  export declare const ScriptBatchJobDefinitionFilterSensitiveLog: (
1319
970
  obj: ScriptBatchJobDefinition
1320
971
  ) => any;
1321
-
1322
972
  export declare const BatchJobDefinitionFilterSensitiveLog: (
1323
973
  obj: BatchJobDefinition
1324
974
  ) => any;
1325
-
1326
975
  export declare const ListBatchJobDefinitionsResponseFilterSensitiveLog: (
1327
976
  obj: ListBatchJobDefinitionsResponse
1328
977
  ) => any;
1329
-
1330
978
  export declare const ListBatchJobExecutionsRequestFilterSensitiveLog: (
1331
979
  obj: ListBatchJobExecutionsRequest
1332
980
  ) => any;
1333
-
1334
981
  export declare const BatchJobExecutionSummaryFilterSensitiveLog: (
1335
982
  obj: BatchJobExecutionSummary
1336
983
  ) => any;
1337
-
1338
984
  export declare const ListBatchJobExecutionsResponseFilterSensitiveLog: (
1339
985
  obj: ListBatchJobExecutionsResponse
1340
986
  ) => any;
1341
-
1342
987
  export declare const ListDataSetImportHistoryRequestFilterSensitiveLog: (
1343
988
  obj: ListDataSetImportHistoryRequest
1344
989
  ) => any;
1345
-
1346
990
  export declare const DataSetImportTaskFilterSensitiveLog: (
1347
991
  obj: DataSetImportTask
1348
992
  ) => any;
1349
-
1350
993
  export declare const ListDataSetImportHistoryResponseFilterSensitiveLog: (
1351
994
  obj: ListDataSetImportHistoryResponse
1352
995
  ) => any;
1353
-
1354
996
  export declare const ListDataSetsRequestFilterSensitiveLog: (
1355
997
  obj: ListDataSetsRequest
1356
998
  ) => any;
1357
-
1358
999
  export declare const DataSetSummaryFilterSensitiveLog: (
1359
1000
  obj: DataSetSummary
1360
1001
  ) => any;
1361
-
1362
1002
  export declare const ListDataSetsResponseFilterSensitiveLog: (
1363
1003
  obj: ListDataSetsResponse
1364
1004
  ) => any;
1365
-
1366
1005
  export declare const ListDeploymentsRequestFilterSensitiveLog: (
1367
1006
  obj: ListDeploymentsRequest
1368
1007
  ) => any;
1369
-
1370
1008
  export declare const DeploymentSummaryFilterSensitiveLog: (
1371
1009
  obj: DeploymentSummary
1372
1010
  ) => any;
1373
-
1374
1011
  export declare const ListDeploymentsResponseFilterSensitiveLog: (
1375
1012
  obj: ListDeploymentsResponse
1376
1013
  ) => any;
1377
-
1378
1014
  export declare const StartApplicationRequestFilterSensitiveLog: (
1379
1015
  obj: StartApplicationRequest
1380
1016
  ) => any;
1381
-
1382
1017
  export declare const StartApplicationResponseFilterSensitiveLog: (
1383
1018
  obj: StartApplicationResponse
1384
1019
  ) => any;
1385
-
1386
1020
  export declare const FileBatchJobIdentifierFilterSensitiveLog: (
1387
1021
  obj: FileBatchJobIdentifier
1388
1022
  ) => any;
1389
-
1390
1023
  export declare const ScriptBatchJobIdentifierFilterSensitiveLog: (
1391
1024
  obj: ScriptBatchJobIdentifier
1392
1025
  ) => any;
1393
-
1394
1026
  export declare const BatchJobIdentifierFilterSensitiveLog: (
1395
1027
  obj: BatchJobIdentifier
1396
1028
  ) => any;
1397
-
1398
1029
  export declare const StartBatchJobRequestFilterSensitiveLog: (
1399
1030
  obj: StartBatchJobRequest
1400
1031
  ) => any;
1401
-
1402
1032
  export declare const StartBatchJobResponseFilterSensitiveLog: (
1403
1033
  obj: StartBatchJobResponse
1404
1034
  ) => any;
1405
-
1406
1035
  export declare const StopApplicationRequestFilterSensitiveLog: (
1407
1036
  obj: StopApplicationRequest
1408
1037
  ) => any;
1409
-
1410
1038
  export declare const StopApplicationResponseFilterSensitiveLog: (
1411
1039
  obj: StopApplicationResponse
1412
1040
  ) => any;
1413
-
1414
1041
  export declare const UpdateApplicationRequestFilterSensitiveLog: (
1415
1042
  obj: UpdateApplicationRequest
1416
1043
  ) => any;
1417
-
1418
1044
  export declare const UpdateApplicationResponseFilterSensitiveLog: (
1419
1045
  obj: UpdateApplicationResponse
1420
1046
  ) => any;
1421
-
1422
1047
  export declare const HighAvailabilityConfigFilterSensitiveLog: (
1423
1048
  obj: HighAvailabilityConfig
1424
1049
  ) => any;
1425
-
1426
1050
  export declare const EfsStorageConfigurationFilterSensitiveLog: (
1427
1051
  obj: EfsStorageConfiguration
1428
1052
  ) => any;
1429
-
1430
1053
  export declare const FsxStorageConfigurationFilterSensitiveLog: (
1431
1054
  obj: FsxStorageConfiguration
1432
1055
  ) => any;
1433
-
1434
1056
  export declare const StorageConfigurationFilterSensitiveLog: (
1435
1057
  obj: StorageConfiguration
1436
1058
  ) => any;
1437
-
1438
1059
  export declare const CreateEnvironmentRequestFilterSensitiveLog: (
1439
1060
  obj: CreateEnvironmentRequest
1440
1061
  ) => any;
1441
-
1442
1062
  export declare const CreateEnvironmentResponseFilterSensitiveLog: (
1443
1063
  obj: CreateEnvironmentResponse
1444
1064
  ) => any;
1445
-
1446
1065
  export declare const DeleteEnvironmentRequestFilterSensitiveLog: (
1447
1066
  obj: DeleteEnvironmentRequest
1448
1067
  ) => any;
1449
-
1450
1068
  export declare const DeleteEnvironmentResponseFilterSensitiveLog: (
1451
1069
  obj: DeleteEnvironmentResponse
1452
1070
  ) => any;
1453
-
1454
1071
  export declare const GetEnvironmentRequestFilterSensitiveLog: (
1455
1072
  obj: GetEnvironmentRequest
1456
1073
  ) => any;
1457
-
1458
1074
  export declare const MaintenanceScheduleFilterSensitiveLog: (
1459
1075
  obj: MaintenanceSchedule
1460
1076
  ) => any;
1461
-
1462
1077
  export declare const PendingMaintenanceFilterSensitiveLog: (
1463
1078
  obj: PendingMaintenance
1464
1079
  ) => any;
1465
-
1466
1080
  export declare const GetEnvironmentResponseFilterSensitiveLog: (
1467
1081
  obj: GetEnvironmentResponse
1468
1082
  ) => any;
1469
-
1470
1083
  export declare const ListEnvironmentsRequestFilterSensitiveLog: (
1471
1084
  obj: ListEnvironmentsRequest
1472
1085
  ) => any;
1473
-
1474
1086
  export declare const EnvironmentSummaryFilterSensitiveLog: (
1475
1087
  obj: EnvironmentSummary
1476
1088
  ) => any;
1477
-
1478
1089
  export declare const ListEnvironmentsResponseFilterSensitiveLog: (
1479
1090
  obj: ListEnvironmentsResponse
1480
1091
  ) => any;
1481
-
1482
1092
  export declare const UpdateEnvironmentRequestFilterSensitiveLog: (
1483
1093
  obj: UpdateEnvironmentRequest
1484
1094
  ) => any;
1485
-
1486
1095
  export declare const UpdateEnvironmentResponseFilterSensitiveLog: (
1487
1096
  obj: UpdateEnvironmentResponse
1488
1097
  ) => any;
1489
-
1490
1098
  export declare const ListEngineVersionsRequestFilterSensitiveLog: (
1491
1099
  obj: ListEngineVersionsRequest
1492
1100
  ) => any;
1493
-
1494
1101
  export declare const EngineVersionsSummaryFilterSensitiveLog: (
1495
1102
  obj: EngineVersionsSummary
1496
1103
  ) => any;
1497
-
1498
1104
  export declare const ListEngineVersionsResponseFilterSensitiveLog: (
1499
1105
  obj: ListEngineVersionsResponse
1500
1106
  ) => any;
1501
-
1502
1107
  export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1503
1108
  obj: ListTagsForResourceRequest
1504
1109
  ) => any;
1505
-
1506
1110
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1507
1111
  obj: ListTagsForResourceResponse
1508
1112
  ) => any;
1509
-
1510
1113
  export declare const TagResourceRequestFilterSensitiveLog: (
1511
1114
  obj: TagResourceRequest
1512
1115
  ) => any;
1513
-
1514
1116
  export declare const TagResourceResponseFilterSensitiveLog: (
1515
1117
  obj: TagResourceResponse
1516
1118
  ) => any;
1517
-
1518
1119
  export declare const UntagResourceRequestFilterSensitiveLog: (
1519
1120
  obj: UntagResourceRequest
1520
1121
  ) => any;
1521
-
1522
1122
  export declare const UntagResourceResponseFilterSensitiveLog: (
1523
1123
  obj: UntagResourceResponse
1524
1124
  ) => any;