@aws-sdk/client-m2 3.169.0 → 3.170.0

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