@aws-sdk/client-m2 3.169.0 → 3.171.0

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