@aws-sdk/client-m2 3.296.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CancelBatchJobExecutionCommand.js +2 -3
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -3
- package/dist-cjs/commands/CreateDataSetImportTaskCommand.js +2 -3
- package/dist-cjs/commands/CreateDeploymentCommand.js +2 -3
- package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -3
- package/dist-cjs/commands/DeleteApplicationFromEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/GetApplicationCommand.js +2 -3
- package/dist-cjs/commands/GetApplicationVersionCommand.js +2 -3
- package/dist-cjs/commands/GetBatchJobExecutionCommand.js +2 -3
- package/dist-cjs/commands/GetDataSetDetailsCommand.js +2 -3
- package/dist-cjs/commands/GetDataSetImportTaskCommand.js +2 -3
- package/dist-cjs/commands/GetDeploymentCommand.js +2 -3
- package/dist-cjs/commands/GetEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/ListApplicationVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -3
- package/dist-cjs/commands/ListBatchJobDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListBatchJobExecutionsCommand.js +2 -3
- package/dist-cjs/commands/ListDataSetImportHistoryCommand.js +2 -3
- package/dist-cjs/commands/ListDataSetsCommand.js +2 -3
- package/dist-cjs/commands/ListDeploymentsCommand.js +2 -3
- package/dist-cjs/commands/ListEngineVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/StartApplicationCommand.js +2 -3
- package/dist-cjs/commands/StartBatchJobCommand.js +2 -3
- package/dist-cjs/commands/StopApplicationCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -3
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -471
- package/dist-es/commands/CancelBatchJobExecutionCommand.js +2 -3
- package/dist-es/commands/CreateApplicationCommand.js +2 -3
- package/dist-es/commands/CreateDataSetImportTaskCommand.js +2 -3
- package/dist-es/commands/CreateDeploymentCommand.js +2 -3
- package/dist-es/commands/CreateEnvironmentCommand.js +2 -3
- package/dist-es/commands/DeleteApplicationCommand.js +2 -3
- package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +2 -3
- package/dist-es/commands/DeleteEnvironmentCommand.js +2 -3
- package/dist-es/commands/GetApplicationCommand.js +2 -3
- package/dist-es/commands/GetApplicationVersionCommand.js +2 -3
- package/dist-es/commands/GetBatchJobExecutionCommand.js +2 -3
- package/dist-es/commands/GetDataSetDetailsCommand.js +2 -3
- package/dist-es/commands/GetDataSetImportTaskCommand.js +2 -3
- package/dist-es/commands/GetDeploymentCommand.js +2 -3
- package/dist-es/commands/GetEnvironmentCommand.js +2 -3
- package/dist-es/commands/ListApplicationVersionsCommand.js +2 -3
- package/dist-es/commands/ListApplicationsCommand.js +2 -3
- package/dist-es/commands/ListBatchJobDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListBatchJobExecutionsCommand.js +2 -3
- package/dist-es/commands/ListDataSetImportHistoryCommand.js +2 -3
- package/dist-es/commands/ListDataSetsCommand.js +2 -3
- package/dist-es/commands/ListDeploymentsCommand.js +2 -3
- package/dist-es/commands/ListEngineVersionsCommand.js +2 -3
- package/dist-es/commands/ListEnvironmentsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/StartApplicationCommand.js +2 -3
- package/dist-es/commands/StartBatchJobCommand.js +2 -3
- package/dist-es/commands/StopApplicationCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateApplicationCommand.js +2 -3
- package/dist-es/commands/UpdateEnvironmentCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -366
- package/dist-types/M2.d.ts +33 -0
- package/dist-types/M2Client.d.ts +24 -4
- package/dist-types/commands/CancelBatchJobExecutionCommand.d.ts +16 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/CreateDataSetImportTaskCommand.d.ts +16 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationFromEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +16 -0
- package/dist-types/commands/GetApplicationVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetBatchJobExecutionCommand.d.ts +16 -0
- package/dist-types/commands/GetDataSetDetailsCommand.d.ts +16 -0
- package/dist-types/commands/GetDataSetImportTaskCommand.d.ts +16 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/ListApplicationVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +16 -0
- package/dist-types/commands/ListBatchJobDefinitionsCommand.d.ts +16 -0
- package/dist-types/commands/ListBatchJobExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataSetImportHistoryCommand.d.ts +16 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +16 -0
- package/dist-types/commands/ListEngineVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/StartApplicationCommand.d.ts +16 -0
- package/dist-types/commands/StartBatchJobCommand.d.ts +16 -0
- package/dist-types/commands/StopApplicationCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +16 -0
- package/dist-types/models/M2ServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +291 -408
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListApplicationVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBatchJobDefinitionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBatchJobExecutionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataSetImportHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataSetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDeploymentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEngineVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -296
- package/package.json +4 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { M2ServiceException as __BaseException } from "./M2ServiceException";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
4
5
|
* <p>The account or role doesn't have the right permissions to make the request.</p>
|
|
5
6
|
*/
|
|
6
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -12,6 +13,7 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
12
13
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
13
14
|
}
|
|
14
15
|
/**
|
|
16
|
+
* @public
|
|
15
17
|
* <p>Defines an alternate key. This value is optional. A legacy data set might not have any
|
|
16
18
|
* alternate key defined but if those alternate keys definitions exist, provide them, as some
|
|
17
19
|
* applications will make use of them.</p>
|
|
@@ -36,6 +38,9 @@ export interface AlternateKey {
|
|
|
36
38
|
*/
|
|
37
39
|
allowDuplicates?: boolean;
|
|
38
40
|
}
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
39
44
|
export interface CancelBatchJobExecutionRequest {
|
|
40
45
|
/**
|
|
41
46
|
* <p>The unique identifier of the application.</p>
|
|
@@ -46,9 +51,13 @@ export interface CancelBatchJobExecutionRequest {
|
|
|
46
51
|
*/
|
|
47
52
|
executionId: string | undefined;
|
|
48
53
|
}
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
49
57
|
export interface CancelBatchJobExecutionResponse {
|
|
50
58
|
}
|
|
51
59
|
/**
|
|
60
|
+
* @public
|
|
52
61
|
* <p>The parameters provided in the request conflict with existing resources.</p>
|
|
53
62
|
*/
|
|
54
63
|
export declare class ConflictException extends __BaseException {
|
|
@@ -68,6 +77,7 @@ export declare class ConflictException extends __BaseException {
|
|
|
68
77
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
69
78
|
}
|
|
70
79
|
/**
|
|
80
|
+
* @public
|
|
71
81
|
* <p>An unexpected error occurred during the processing of the request.</p>
|
|
72
82
|
*/
|
|
73
83
|
export declare class InternalServerException extends __BaseException {
|
|
@@ -84,6 +94,7 @@ export declare class InternalServerException extends __BaseException {
|
|
|
84
94
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
85
95
|
}
|
|
86
96
|
/**
|
|
97
|
+
* @public
|
|
87
98
|
* <p>The specified resource was not found.</p>
|
|
88
99
|
*/
|
|
89
100
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
@@ -103,6 +114,7 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
103
114
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
104
115
|
}
|
|
105
116
|
/**
|
|
117
|
+
* @public
|
|
106
118
|
* <p>The number of requests made exceeds the limit.</p>
|
|
107
119
|
*/
|
|
108
120
|
export declare class ThrottlingException extends __BaseException {
|
|
@@ -129,6 +141,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
129
141
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
130
142
|
}
|
|
131
143
|
/**
|
|
144
|
+
* @public
|
|
132
145
|
* <p>Contains information about a validation exception field.</p>
|
|
133
146
|
*/
|
|
134
147
|
export interface ValidationExceptionField {
|
|
@@ -141,6 +154,9 @@ export interface ValidationExceptionField {
|
|
|
141
154
|
*/
|
|
142
155
|
message: string | undefined;
|
|
143
156
|
}
|
|
157
|
+
/**
|
|
158
|
+
* @public
|
|
159
|
+
*/
|
|
144
160
|
export declare enum ValidationExceptionReason {
|
|
145
161
|
CANNOT_PARSE = "cannotParse",
|
|
146
162
|
FIELD_VALIDATION_FAILED = "fieldValidationFailed",
|
|
@@ -148,6 +164,7 @@ export declare enum ValidationExceptionReason {
|
|
|
148
164
|
UNKNOWN_OPERATION = "unknownOperation"
|
|
149
165
|
}
|
|
150
166
|
/**
|
|
167
|
+
* @public
|
|
151
168
|
* <p>One or more parameters provided in the request is not valid.</p>
|
|
152
169
|
*/
|
|
153
170
|
export declare class ValidationException extends __BaseException {
|
|
@@ -167,9 +184,13 @@ export declare class ValidationException extends __BaseException {
|
|
|
167
184
|
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
168
185
|
}
|
|
169
186
|
/**
|
|
187
|
+
* @public
|
|
170
188
|
* <p>The application definition for a particular application. </p>
|
|
171
189
|
*/
|
|
172
190
|
export type Definition = Definition.ContentMember | Definition.S3LocationMember | Definition.$UnknownMember;
|
|
191
|
+
/**
|
|
192
|
+
* @public
|
|
193
|
+
*/
|
|
173
194
|
export declare namespace Definition {
|
|
174
195
|
/**
|
|
175
196
|
* <p>The S3 bucket that contains the application definition.</p>
|
|
@@ -200,10 +221,16 @@ export declare namespace Definition {
|
|
|
200
221
|
}
|
|
201
222
|
const visit: <T>(value: Definition, visitor: Visitor<T>) => T;
|
|
202
223
|
}
|
|
224
|
+
/**
|
|
225
|
+
* @public
|
|
226
|
+
*/
|
|
203
227
|
export declare enum EngineType {
|
|
204
228
|
BLUAGE = "bluage",
|
|
205
229
|
MICROFOCUS = "microfocus"
|
|
206
230
|
}
|
|
231
|
+
/**
|
|
232
|
+
* @public
|
|
233
|
+
*/
|
|
207
234
|
export interface CreateApplicationRequest {
|
|
208
235
|
/**
|
|
209
236
|
* <p>The unique identifier of the application.</p>
|
|
@@ -239,6 +266,9 @@ export interface CreateApplicationRequest {
|
|
|
239
266
|
*/
|
|
240
267
|
kmsKeyId?: string;
|
|
241
268
|
}
|
|
269
|
+
/**
|
|
270
|
+
* @public
|
|
271
|
+
*/
|
|
242
272
|
export interface CreateApplicationResponse {
|
|
243
273
|
/**
|
|
244
274
|
* <p>The Amazon Resource Name (ARN) of the application.</p>
|
|
@@ -254,6 +284,7 @@ export interface CreateApplicationResponse {
|
|
|
254
284
|
applicationVersion: number | undefined;
|
|
255
285
|
}
|
|
256
286
|
/**
|
|
287
|
+
* @public
|
|
257
288
|
* <p>One or more quotas for Amazon Web Services Mainframe Modernization exceeds the limit.</p>
|
|
258
289
|
*/
|
|
259
290
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
@@ -281,6 +312,7 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
281
312
|
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
282
313
|
}
|
|
283
314
|
/**
|
|
315
|
+
* @public
|
|
284
316
|
* <p>The required attributes for a generation data group data set. A generation data set is
|
|
285
317
|
* one of a collection of successive, historically related, catalogued data sets that together
|
|
286
318
|
* are known as a generation data group (GDG). Use this structure when you want to import a
|
|
@@ -298,6 +330,7 @@ export interface GdgAttributes {
|
|
|
298
330
|
rollDisposition?: string;
|
|
299
331
|
}
|
|
300
332
|
/**
|
|
333
|
+
* @public
|
|
301
334
|
* <p>The primary key for a KSDS data set.</p>
|
|
302
335
|
*/
|
|
303
336
|
export interface PrimaryKey {
|
|
@@ -316,6 +349,7 @@ export interface PrimaryKey {
|
|
|
316
349
|
length: number | undefined;
|
|
317
350
|
}
|
|
318
351
|
/**
|
|
352
|
+
* @public
|
|
319
353
|
* <p>The attributes of a VSAM type data set.</p>
|
|
320
354
|
*/
|
|
321
355
|
export interface VsamAttributes {
|
|
@@ -344,11 +378,15 @@ export interface VsamAttributes {
|
|
|
344
378
|
alternateKeys?: AlternateKey[];
|
|
345
379
|
}
|
|
346
380
|
/**
|
|
381
|
+
* @public
|
|
347
382
|
* <p>Additional details about the data set. Different attributes correspond to different data
|
|
348
383
|
* set organizations. The values are populated based on datasetOrg, storageType and backend
|
|
349
384
|
* (Blu Age or Micro Focus).</p>
|
|
350
385
|
*/
|
|
351
386
|
export type DatasetOrgAttributes = DatasetOrgAttributes.GdgMember | DatasetOrgAttributes.VsamMember | DatasetOrgAttributes.$UnknownMember;
|
|
387
|
+
/**
|
|
388
|
+
* @public
|
|
389
|
+
*/
|
|
352
390
|
export declare namespace DatasetOrgAttributes {
|
|
353
391
|
/**
|
|
354
392
|
* <p>The details of a VSAM data set.</p>
|
|
@@ -379,6 +417,7 @@ export declare namespace DatasetOrgAttributes {
|
|
|
379
417
|
const visit: <T>(value: DatasetOrgAttributes, visitor: Visitor<T>) => T;
|
|
380
418
|
}
|
|
381
419
|
/**
|
|
420
|
+
* @public
|
|
382
421
|
* <p>The length of the records in the data set.</p>
|
|
383
422
|
*/
|
|
384
423
|
export interface RecordLength {
|
|
@@ -393,6 +432,7 @@ export interface RecordLength {
|
|
|
393
432
|
max: number | undefined;
|
|
394
433
|
}
|
|
395
434
|
/**
|
|
435
|
+
* @public
|
|
396
436
|
* <p>Defines a data set.</p>
|
|
397
437
|
*/
|
|
398
438
|
export interface DataSet {
|
|
@@ -420,9 +460,13 @@ export interface DataSet {
|
|
|
420
460
|
recordLength: RecordLength | undefined;
|
|
421
461
|
}
|
|
422
462
|
/**
|
|
463
|
+
* @public
|
|
423
464
|
* <p>Defines an external storage location.</p>
|
|
424
465
|
*/
|
|
425
466
|
export type ExternalLocation = ExternalLocation.S3LocationMember | ExternalLocation.$UnknownMember;
|
|
467
|
+
/**
|
|
468
|
+
* @public
|
|
469
|
+
*/
|
|
426
470
|
export declare namespace ExternalLocation {
|
|
427
471
|
/**
|
|
428
472
|
* <p>The URI of the Amazon S3 bucket.</p>
|
|
@@ -442,6 +486,7 @@ export declare namespace ExternalLocation {
|
|
|
442
486
|
const visit: <T>(value: ExternalLocation, visitor: Visitor<T>) => T;
|
|
443
487
|
}
|
|
444
488
|
/**
|
|
489
|
+
* @public
|
|
445
490
|
* <p>Identifies a specific data set to import from an external location.</p>
|
|
446
491
|
*/
|
|
447
492
|
export interface DataSetImportItem {
|
|
@@ -455,9 +500,13 @@ export interface DataSetImportItem {
|
|
|
455
500
|
externalLocation: ExternalLocation | undefined;
|
|
456
501
|
}
|
|
457
502
|
/**
|
|
503
|
+
* @public
|
|
458
504
|
* <p>Identifies one or more data sets you want to import with the <a>CreateDataSetImportTask</a> operation.</p>
|
|
459
505
|
*/
|
|
460
506
|
export type DataSetImportConfig = DataSetImportConfig.DataSetsMember | DataSetImportConfig.S3LocationMember | DataSetImportConfig.$UnknownMember;
|
|
507
|
+
/**
|
|
508
|
+
* @public
|
|
509
|
+
*/
|
|
461
510
|
export declare namespace DataSetImportConfig {
|
|
462
511
|
/**
|
|
463
512
|
* <p>The Amazon S3 location of the data sets.</p>
|
|
@@ -487,6 +536,9 @@ export declare namespace DataSetImportConfig {
|
|
|
487
536
|
}
|
|
488
537
|
const visit: <T>(value: DataSetImportConfig, visitor: Visitor<T>) => T;
|
|
489
538
|
}
|
|
539
|
+
/**
|
|
540
|
+
* @public
|
|
541
|
+
*/
|
|
490
542
|
export interface CreateDataSetImportTaskRequest {
|
|
491
543
|
/**
|
|
492
544
|
* <p>The unique identifier of the application for which you want to import data sets.</p>
|
|
@@ -505,12 +557,18 @@ export interface CreateDataSetImportTaskRequest {
|
|
|
505
557
|
*/
|
|
506
558
|
clientToken?: string;
|
|
507
559
|
}
|
|
560
|
+
/**
|
|
561
|
+
* @public
|
|
562
|
+
*/
|
|
508
563
|
export interface CreateDataSetImportTaskResponse {
|
|
509
564
|
/**
|
|
510
565
|
* <p>The task identifier. This operation is asynchronous. Use this identifier with the <a>GetDataSetImportTask</a> operation to obtain the status of this task.</p>
|
|
511
566
|
*/
|
|
512
567
|
taskId: string | undefined;
|
|
513
568
|
}
|
|
569
|
+
/**
|
|
570
|
+
* @public
|
|
571
|
+
*/
|
|
514
572
|
export interface CreateDeploymentRequest {
|
|
515
573
|
/**
|
|
516
574
|
* <p>The identifier of the runtime environment where you want to deploy this application.</p>
|
|
@@ -533,20 +591,32 @@ export interface CreateDeploymentRequest {
|
|
|
533
591
|
*/
|
|
534
592
|
clientToken?: string;
|
|
535
593
|
}
|
|
594
|
+
/**
|
|
595
|
+
* @public
|
|
596
|
+
*/
|
|
536
597
|
export interface CreateDeploymentResponse {
|
|
537
598
|
/**
|
|
538
599
|
* <p>The unique identifier of the deployment.</p>
|
|
539
600
|
*/
|
|
540
601
|
deploymentId: string | undefined;
|
|
541
602
|
}
|
|
603
|
+
/**
|
|
604
|
+
* @public
|
|
605
|
+
*/
|
|
542
606
|
export interface DeleteApplicationRequest {
|
|
543
607
|
/**
|
|
544
608
|
* <p>The unique identifier of the application you want to delete.</p>
|
|
545
609
|
*/
|
|
546
610
|
applicationId: string | undefined;
|
|
547
611
|
}
|
|
612
|
+
/**
|
|
613
|
+
* @public
|
|
614
|
+
*/
|
|
548
615
|
export interface DeleteApplicationResponse {
|
|
549
616
|
}
|
|
617
|
+
/**
|
|
618
|
+
* @public
|
|
619
|
+
*/
|
|
550
620
|
export interface DeleteApplicationFromEnvironmentRequest {
|
|
551
621
|
/**
|
|
552
622
|
* <p>The unique identifier of the application you want to delete.</p>
|
|
@@ -558,20 +628,30 @@ export interface DeleteApplicationFromEnvironmentRequest {
|
|
|
558
628
|
*/
|
|
559
629
|
environmentId: string | undefined;
|
|
560
630
|
}
|
|
631
|
+
/**
|
|
632
|
+
* @public
|
|
633
|
+
*/
|
|
561
634
|
export interface DeleteApplicationFromEnvironmentResponse {
|
|
562
635
|
}
|
|
636
|
+
/**
|
|
637
|
+
* @public
|
|
638
|
+
*/
|
|
563
639
|
export interface GetApplicationRequest {
|
|
564
640
|
/**
|
|
565
641
|
* <p>The identifier of the application.</p>
|
|
566
642
|
*/
|
|
567
643
|
applicationId: string | undefined;
|
|
568
644
|
}
|
|
645
|
+
/**
|
|
646
|
+
* @public
|
|
647
|
+
*/
|
|
569
648
|
export declare enum DeploymentLifecycle {
|
|
570
649
|
DEPLOYING = "Deploying",
|
|
571
650
|
FAILED = "Failed",
|
|
572
651
|
SUCCEEDED = "Succeeded"
|
|
573
652
|
}
|
|
574
653
|
/**
|
|
654
|
+
* @public
|
|
575
655
|
* <p>Contains a summary of a deployed application.</p>
|
|
576
656
|
*/
|
|
577
657
|
export interface DeployedVersionSummary {
|
|
@@ -588,12 +668,16 @@ export interface DeployedVersionSummary {
|
|
|
588
668
|
*/
|
|
589
669
|
statusReason?: string;
|
|
590
670
|
}
|
|
671
|
+
/**
|
|
672
|
+
* @public
|
|
673
|
+
*/
|
|
591
674
|
export declare enum ApplicationVersionLifecycle {
|
|
592
675
|
AVAILABLE = "Available",
|
|
593
676
|
CREATING = "Creating",
|
|
594
677
|
FAILED = "Failed"
|
|
595
678
|
}
|
|
596
679
|
/**
|
|
680
|
+
* @public
|
|
597
681
|
* <p>Defines an application version summary.</p>
|
|
598
682
|
*/
|
|
599
683
|
export interface ApplicationVersionSummary {
|
|
@@ -615,6 +699,7 @@ export interface ApplicationVersionSummary {
|
|
|
615
699
|
creationTime: Date | undefined;
|
|
616
700
|
}
|
|
617
701
|
/**
|
|
702
|
+
* @public
|
|
618
703
|
* <p>A subset of the attributes that describe a log group. In CloudWatch a log group is a group of log
|
|
619
704
|
* streams that share the same retention, monitoring, and access control settings.</p>
|
|
620
705
|
*/
|
|
@@ -628,6 +713,9 @@ export interface LogGroupSummary {
|
|
|
628
713
|
*/
|
|
629
714
|
logGroupName: string | undefined;
|
|
630
715
|
}
|
|
716
|
+
/**
|
|
717
|
+
* @public
|
|
718
|
+
*/
|
|
631
719
|
export declare enum ApplicationLifecycle {
|
|
632
720
|
AVAILABLE = "Available",
|
|
633
721
|
CREATED = "Created",
|
|
@@ -641,6 +729,9 @@ export declare enum ApplicationLifecycle {
|
|
|
641
729
|
STOPPED = "Stopped",
|
|
642
730
|
STOPPING = "Stopping"
|
|
643
731
|
}
|
|
732
|
+
/**
|
|
733
|
+
* @public
|
|
734
|
+
*/
|
|
644
735
|
export interface GetApplicationResponse {
|
|
645
736
|
/**
|
|
646
737
|
* <p>The unique identifier of the application.</p>
|
|
@@ -725,6 +816,9 @@ export interface GetApplicationResponse {
|
|
|
725
816
|
*/
|
|
726
817
|
kmsKeyId?: string;
|
|
727
818
|
}
|
|
819
|
+
/**
|
|
820
|
+
* @public
|
|
821
|
+
*/
|
|
728
822
|
export interface GetApplicationVersionRequest {
|
|
729
823
|
/**
|
|
730
824
|
* <p>The unique identifier of the application.</p>
|
|
@@ -735,6 +829,9 @@ export interface GetApplicationVersionRequest {
|
|
|
735
829
|
*/
|
|
736
830
|
applicationVersion: number | undefined;
|
|
737
831
|
}
|
|
832
|
+
/**
|
|
833
|
+
* @public
|
|
834
|
+
*/
|
|
738
835
|
export interface GetApplicationVersionResponse {
|
|
739
836
|
/**
|
|
740
837
|
* <p>The name of the application version.</p>
|
|
@@ -766,6 +863,9 @@ export interface GetApplicationVersionResponse {
|
|
|
766
863
|
*/
|
|
767
864
|
statusReason?: string;
|
|
768
865
|
}
|
|
866
|
+
/**
|
|
867
|
+
* @public
|
|
868
|
+
*/
|
|
769
869
|
export interface GetBatchJobExecutionRequest {
|
|
770
870
|
/**
|
|
771
871
|
* <p>The identifier of the application.</p>
|
|
@@ -777,6 +877,7 @@ export interface GetBatchJobExecutionRequest {
|
|
|
777
877
|
executionId: string | undefined;
|
|
778
878
|
}
|
|
779
879
|
/**
|
|
880
|
+
* @public
|
|
780
881
|
* <p>A batch job identifier in which the batch job to run is identified by the file name and
|
|
781
882
|
* the relative path to the file name.</p>
|
|
782
883
|
*/
|
|
@@ -791,6 +892,7 @@ export interface FileBatchJobIdentifier {
|
|
|
791
892
|
folderPath?: string;
|
|
792
893
|
}
|
|
793
894
|
/**
|
|
895
|
+
* @public
|
|
794
896
|
* <p>A batch job identifier in which the batch job to run is identified by the script
|
|
795
897
|
* name.</p>
|
|
796
898
|
*/
|
|
@@ -801,9 +903,13 @@ export interface ScriptBatchJobIdentifier {
|
|
|
801
903
|
scriptName: string | undefined;
|
|
802
904
|
}
|
|
803
905
|
/**
|
|
906
|
+
* @public
|
|
804
907
|
* <p>Identifies a specific batch job.</p>
|
|
805
908
|
*/
|
|
806
909
|
export type BatchJobIdentifier = BatchJobIdentifier.FileBatchJobIdentifierMember | BatchJobIdentifier.ScriptBatchJobIdentifierMember | BatchJobIdentifier.$UnknownMember;
|
|
910
|
+
/**
|
|
911
|
+
* @public
|
|
912
|
+
*/
|
|
807
913
|
export declare namespace BatchJobIdentifier {
|
|
808
914
|
/**
|
|
809
915
|
* <p>Specifies a file associated with a specific batch job.</p>
|
|
@@ -833,11 +939,17 @@ export declare namespace BatchJobIdentifier {
|
|
|
833
939
|
}
|
|
834
940
|
const visit: <T>(value: BatchJobIdentifier, visitor: Visitor<T>) => T;
|
|
835
941
|
}
|
|
942
|
+
/**
|
|
943
|
+
* @public
|
|
944
|
+
*/
|
|
836
945
|
export declare enum BatchJobType {
|
|
837
946
|
JES2 = "JES2",
|
|
838
947
|
JES3 = "JES3",
|
|
839
948
|
VSE = "VSE"
|
|
840
949
|
}
|
|
950
|
+
/**
|
|
951
|
+
* @public
|
|
952
|
+
*/
|
|
841
953
|
export declare enum BatchJobExecutionStatus {
|
|
842
954
|
CANCELLED = "Cancelled",
|
|
843
955
|
CANCELLING = "Cancelling",
|
|
@@ -849,6 +961,9 @@ export declare enum BatchJobExecutionStatus {
|
|
|
849
961
|
SUCCEEDED = "Succeeded",
|
|
850
962
|
SUCCEEDED_WITH_WARNING = "Succeeded With Warning"
|
|
851
963
|
}
|
|
964
|
+
/**
|
|
965
|
+
* @public
|
|
966
|
+
*/
|
|
852
967
|
export interface GetBatchJobExecutionResponse {
|
|
853
968
|
/**
|
|
854
969
|
* <p>The unique identifier for this batch job execution.</p>
|
|
@@ -899,6 +1014,9 @@ export interface GetBatchJobExecutionResponse {
|
|
|
899
1014
|
*/
|
|
900
1015
|
batchJobIdentifier?: BatchJobIdentifier;
|
|
901
1016
|
}
|
|
1017
|
+
/**
|
|
1018
|
+
* @public
|
|
1019
|
+
*/
|
|
902
1020
|
export interface GetDataSetDetailsRequest {
|
|
903
1021
|
/**
|
|
904
1022
|
* <p>The unique identifier of the application that this data set is associated with.</p>
|
|
@@ -910,6 +1028,7 @@ export interface GetDataSetDetailsRequest {
|
|
|
910
1028
|
dataSetName: string | undefined;
|
|
911
1029
|
}
|
|
912
1030
|
/**
|
|
1031
|
+
* @public
|
|
913
1032
|
* <p>The required attributes for a generation data group data set. A generation data set is
|
|
914
1033
|
* one of a collection of successive, historically related, catalogued data sets that together
|
|
915
1034
|
* are known as a generation data group (GDG). Use this structure when you want to import a
|
|
@@ -927,6 +1046,7 @@ export interface GdgDetailAttributes {
|
|
|
927
1046
|
rollDisposition?: string;
|
|
928
1047
|
}
|
|
929
1048
|
/**
|
|
1049
|
+
* @public
|
|
930
1050
|
* <p>The attributes of a VSAM type data set.</p>
|
|
931
1051
|
*/
|
|
932
1052
|
export interface VsamDetailAttributes {
|
|
@@ -960,11 +1080,15 @@ export interface VsamDetailAttributes {
|
|
|
960
1080
|
alternateKeys?: AlternateKey[];
|
|
961
1081
|
}
|
|
962
1082
|
/**
|
|
1083
|
+
* @public
|
|
963
1084
|
* <p>Additional details about the data set. Different attributes correspond to different data
|
|
964
1085
|
* set organizations. The values are populated based on datasetOrg, storageType and backend
|
|
965
1086
|
* (Blu Age or Micro Focus).</p>
|
|
966
1087
|
*/
|
|
967
1088
|
export type DatasetDetailOrgAttributes = DatasetDetailOrgAttributes.GdgMember | DatasetDetailOrgAttributes.VsamMember | DatasetDetailOrgAttributes.$UnknownMember;
|
|
1089
|
+
/**
|
|
1090
|
+
* @public
|
|
1091
|
+
*/
|
|
968
1092
|
export declare namespace DatasetDetailOrgAttributes {
|
|
969
1093
|
/**
|
|
970
1094
|
* <p>The details of a VSAM data set.</p>
|
|
@@ -994,6 +1118,9 @@ export declare namespace DatasetDetailOrgAttributes {
|
|
|
994
1118
|
}
|
|
995
1119
|
const visit: <T>(value: DatasetDetailOrgAttributes, visitor: Visitor<T>) => T;
|
|
996
1120
|
}
|
|
1121
|
+
/**
|
|
1122
|
+
* @public
|
|
1123
|
+
*/
|
|
997
1124
|
export interface GetDataSetDetailsResponse {
|
|
998
1125
|
/**
|
|
999
1126
|
* <p>The name of the data set.</p>
|
|
@@ -1028,6 +1155,9 @@ export interface GetDataSetDetailsResponse {
|
|
|
1028
1155
|
*/
|
|
1029
1156
|
lastReferencedTime?: Date;
|
|
1030
1157
|
}
|
|
1158
|
+
/**
|
|
1159
|
+
* @public
|
|
1160
|
+
*/
|
|
1031
1161
|
export interface GetDataSetImportTaskRequest {
|
|
1032
1162
|
/**
|
|
1033
1163
|
* <p>The application identifier.</p>
|
|
@@ -1039,12 +1169,16 @@ export interface GetDataSetImportTaskRequest {
|
|
|
1039
1169
|
*/
|
|
1040
1170
|
taskId: string | undefined;
|
|
1041
1171
|
}
|
|
1172
|
+
/**
|
|
1173
|
+
* @public
|
|
1174
|
+
*/
|
|
1042
1175
|
export declare enum DataSetTaskLifecycle {
|
|
1043
1176
|
COMPLETED = "Completed",
|
|
1044
1177
|
CREATING = "Creating",
|
|
1045
1178
|
RUNNING = "Running"
|
|
1046
1179
|
}
|
|
1047
1180
|
/**
|
|
1181
|
+
* @public
|
|
1048
1182
|
* <p>Represents a summary of data set imports.</p>
|
|
1049
1183
|
*/
|
|
1050
1184
|
export interface DataSetImportSummary {
|
|
@@ -1069,6 +1203,9 @@ export interface DataSetImportSummary {
|
|
|
1069
1203
|
*/
|
|
1070
1204
|
inProgress: number | undefined;
|
|
1071
1205
|
}
|
|
1206
|
+
/**
|
|
1207
|
+
* @public
|
|
1208
|
+
*/
|
|
1072
1209
|
export interface GetDataSetImportTaskResponse {
|
|
1073
1210
|
/**
|
|
1074
1211
|
* <p>The task identifier.</p>
|
|
@@ -1083,6 +1220,9 @@ export interface GetDataSetImportTaskResponse {
|
|
|
1083
1220
|
*/
|
|
1084
1221
|
summary?: DataSetImportSummary;
|
|
1085
1222
|
}
|
|
1223
|
+
/**
|
|
1224
|
+
* @public
|
|
1225
|
+
*/
|
|
1086
1226
|
export interface GetDeploymentRequest {
|
|
1087
1227
|
/**
|
|
1088
1228
|
* <p>The unique identifier for the deployment.</p>
|
|
@@ -1093,6 +1233,9 @@ export interface GetDeploymentRequest {
|
|
|
1093
1233
|
*/
|
|
1094
1234
|
applicationId: string | undefined;
|
|
1095
1235
|
}
|
|
1236
|
+
/**
|
|
1237
|
+
* @public
|
|
1238
|
+
*/
|
|
1096
1239
|
export interface GetDeploymentResponse {
|
|
1097
1240
|
/**
|
|
1098
1241
|
* <p>The unique identifier of the deployment.</p>
|
|
@@ -1123,6 +1266,9 @@ export interface GetDeploymentResponse {
|
|
|
1123
1266
|
*/
|
|
1124
1267
|
statusReason?: string;
|
|
1125
1268
|
}
|
|
1269
|
+
/**
|
|
1270
|
+
* @public
|
|
1271
|
+
*/
|
|
1126
1272
|
export interface ListApplicationsRequest {
|
|
1127
1273
|
/**
|
|
1128
1274
|
* <p>A pagination token to control the number of applications displayed in the list.</p>
|
|
@@ -1142,11 +1288,15 @@ export interface ListApplicationsRequest {
|
|
|
1142
1288
|
*/
|
|
1143
1289
|
environmentId?: string;
|
|
1144
1290
|
}
|
|
1291
|
+
/**
|
|
1292
|
+
* @public
|
|
1293
|
+
*/
|
|
1145
1294
|
export declare enum ApplicationDeploymentLifecycle {
|
|
1146
1295
|
DEPLOYED = "Deployed",
|
|
1147
1296
|
DEPLOYING = "Deploying"
|
|
1148
1297
|
}
|
|
1149
1298
|
/**
|
|
1299
|
+
* @public
|
|
1150
1300
|
* <p>A subset of the possible application attributes. Used in the application list.</p>
|
|
1151
1301
|
*/
|
|
1152
1302
|
export interface ApplicationSummary {
|
|
@@ -1200,6 +1350,9 @@ export interface ApplicationSummary {
|
|
|
1200
1350
|
*/
|
|
1201
1351
|
deploymentStatus?: ApplicationDeploymentLifecycle | string;
|
|
1202
1352
|
}
|
|
1353
|
+
/**
|
|
1354
|
+
* @public
|
|
1355
|
+
*/
|
|
1203
1356
|
export interface ListApplicationsResponse {
|
|
1204
1357
|
/**
|
|
1205
1358
|
* <p>Returns a list of summary details for all the applications in a runtime environment.</p>
|
|
@@ -1211,6 +1364,9 @@ export interface ListApplicationsResponse {
|
|
|
1211
1364
|
*/
|
|
1212
1365
|
nextToken?: string;
|
|
1213
1366
|
}
|
|
1367
|
+
/**
|
|
1368
|
+
* @public
|
|
1369
|
+
*/
|
|
1214
1370
|
export interface ListApplicationVersionsRequest {
|
|
1215
1371
|
/**
|
|
1216
1372
|
* <p>A pagination token returned from a previous call to
|
|
@@ -1227,6 +1383,9 @@ export interface ListApplicationVersionsRequest {
|
|
|
1227
1383
|
*/
|
|
1228
1384
|
applicationId: string | undefined;
|
|
1229
1385
|
}
|
|
1386
|
+
/**
|
|
1387
|
+
* @public
|
|
1388
|
+
*/
|
|
1230
1389
|
export interface ListApplicationVersionsResponse {
|
|
1231
1390
|
/**
|
|
1232
1391
|
* <p>The list of application versions.</p>
|
|
@@ -1238,6 +1397,9 @@ export interface ListApplicationVersionsResponse {
|
|
|
1238
1397
|
*/
|
|
1239
1398
|
nextToken?: string;
|
|
1240
1399
|
}
|
|
1400
|
+
/**
|
|
1401
|
+
* @public
|
|
1402
|
+
*/
|
|
1241
1403
|
export interface ListBatchJobDefinitionsRequest {
|
|
1242
1404
|
/**
|
|
1243
1405
|
* <p>A pagination token returned from a previous call to
|
|
@@ -1260,6 +1422,7 @@ export interface ListBatchJobDefinitionsRequest {
|
|
|
1260
1422
|
prefix?: string;
|
|
1261
1423
|
}
|
|
1262
1424
|
/**
|
|
1425
|
+
* @public
|
|
1263
1426
|
* <p>A file containing a batch job definition.</p>
|
|
1264
1427
|
*/
|
|
1265
1428
|
export interface FileBatchJobDefinition {
|
|
@@ -1273,6 +1436,7 @@ export interface FileBatchJobDefinition {
|
|
|
1273
1436
|
folderPath?: string;
|
|
1274
1437
|
}
|
|
1275
1438
|
/**
|
|
1439
|
+
* @public
|
|
1276
1440
|
* <p>A batch job definition contained in a script.</p>
|
|
1277
1441
|
*/
|
|
1278
1442
|
export interface ScriptBatchJobDefinition {
|
|
@@ -1282,9 +1446,13 @@ export interface ScriptBatchJobDefinition {
|
|
|
1282
1446
|
scriptName: string | undefined;
|
|
1283
1447
|
}
|
|
1284
1448
|
/**
|
|
1449
|
+
* @public
|
|
1285
1450
|
* <p>Defines the details of a batch job.</p>
|
|
1286
1451
|
*/
|
|
1287
1452
|
export type BatchJobDefinition = BatchJobDefinition.FileBatchJobDefinitionMember | BatchJobDefinition.ScriptBatchJobDefinitionMember | BatchJobDefinition.$UnknownMember;
|
|
1453
|
+
/**
|
|
1454
|
+
* @public
|
|
1455
|
+
*/
|
|
1288
1456
|
export declare namespace BatchJobDefinition {
|
|
1289
1457
|
/**
|
|
1290
1458
|
* <p>Specifies a file containing a batch job definition.</p>
|
|
@@ -1314,6 +1482,9 @@ export declare namespace BatchJobDefinition {
|
|
|
1314
1482
|
}
|
|
1315
1483
|
const visit: <T>(value: BatchJobDefinition, visitor: Visitor<T>) => T;
|
|
1316
1484
|
}
|
|
1485
|
+
/**
|
|
1486
|
+
* @public
|
|
1487
|
+
*/
|
|
1317
1488
|
export interface ListBatchJobDefinitionsResponse {
|
|
1318
1489
|
/**
|
|
1319
1490
|
* <p>The list of batch job definitions.</p>
|
|
@@ -1325,6 +1496,9 @@ export interface ListBatchJobDefinitionsResponse {
|
|
|
1325
1496
|
*/
|
|
1326
1497
|
nextToken?: string;
|
|
1327
1498
|
}
|
|
1499
|
+
/**
|
|
1500
|
+
* @public
|
|
1501
|
+
*/
|
|
1328
1502
|
export interface ListBatchJobExecutionsRequest {
|
|
1329
1503
|
/**
|
|
1330
1504
|
* <p>A pagination token to control the number of batch job executions displayed in the
|
|
@@ -1361,6 +1535,7 @@ export interface ListBatchJobExecutionsRequest {
|
|
|
1361
1535
|
startedBefore?: Date;
|
|
1362
1536
|
}
|
|
1363
1537
|
/**
|
|
1538
|
+
* @public
|
|
1364
1539
|
* <p>A subset of the possible batch job attributes. Used in the batch job list.</p>
|
|
1365
1540
|
*/
|
|
1366
1541
|
export interface BatchJobExecutionSummary {
|
|
@@ -1405,6 +1580,9 @@ export interface BatchJobExecutionSummary {
|
|
|
1405
1580
|
*/
|
|
1406
1581
|
batchJobIdentifier?: BatchJobIdentifier;
|
|
1407
1582
|
}
|
|
1583
|
+
/**
|
|
1584
|
+
* @public
|
|
1585
|
+
*/
|
|
1408
1586
|
export interface ListBatchJobExecutionsResponse {
|
|
1409
1587
|
/**
|
|
1410
1588
|
* <p>Returns a list of batch job executions for an application.</p>
|
|
@@ -1416,6 +1594,9 @@ export interface ListBatchJobExecutionsResponse {
|
|
|
1416
1594
|
*/
|
|
1417
1595
|
nextToken?: string;
|
|
1418
1596
|
}
|
|
1597
|
+
/**
|
|
1598
|
+
* @public
|
|
1599
|
+
*/
|
|
1419
1600
|
export interface ListDataSetImportHistoryRequest {
|
|
1420
1601
|
/**
|
|
1421
1602
|
* <p>A pagination token returned from a previous call to
|
|
@@ -1433,6 +1614,7 @@ export interface ListDataSetImportHistoryRequest {
|
|
|
1433
1614
|
applicationId: string | undefined;
|
|
1434
1615
|
}
|
|
1435
1616
|
/**
|
|
1617
|
+
* @public
|
|
1436
1618
|
* <p>Contains information about a data set import task.</p>
|
|
1437
1619
|
*/
|
|
1438
1620
|
export interface DataSetImportTask {
|
|
@@ -1449,6 +1631,9 @@ export interface DataSetImportTask {
|
|
|
1449
1631
|
*/
|
|
1450
1632
|
summary: DataSetImportSummary | undefined;
|
|
1451
1633
|
}
|
|
1634
|
+
/**
|
|
1635
|
+
* @public
|
|
1636
|
+
*/
|
|
1452
1637
|
export interface ListDataSetImportHistoryResponse {
|
|
1453
1638
|
/**
|
|
1454
1639
|
* <p>The data set import tasks.</p>
|
|
@@ -1460,6 +1645,9 @@ export interface ListDataSetImportHistoryResponse {
|
|
|
1460
1645
|
*/
|
|
1461
1646
|
nextToken?: string;
|
|
1462
1647
|
}
|
|
1648
|
+
/**
|
|
1649
|
+
* @public
|
|
1650
|
+
*/
|
|
1463
1651
|
export interface ListDataSetsRequest {
|
|
1464
1652
|
/**
|
|
1465
1653
|
* <p>The unique identifier of the application for which you want to list the associated data
|
|
@@ -1483,6 +1671,7 @@ export interface ListDataSetsRequest {
|
|
|
1483
1671
|
prefix?: string;
|
|
1484
1672
|
}
|
|
1485
1673
|
/**
|
|
1674
|
+
* @public
|
|
1486
1675
|
* <p>A subset of the possible data set attributes.</p>
|
|
1487
1676
|
*/
|
|
1488
1677
|
export interface DataSetSummary {
|
|
@@ -1511,6 +1700,9 @@ export interface DataSetSummary {
|
|
|
1511
1700
|
*/
|
|
1512
1701
|
lastReferencedTime?: Date;
|
|
1513
1702
|
}
|
|
1703
|
+
/**
|
|
1704
|
+
* @public
|
|
1705
|
+
*/
|
|
1514
1706
|
export interface ListDataSetsResponse {
|
|
1515
1707
|
/**
|
|
1516
1708
|
* <p>The list of data sets, containing information including the creation time, the data set
|
|
@@ -1524,6 +1716,9 @@ export interface ListDataSetsResponse {
|
|
|
1524
1716
|
*/
|
|
1525
1717
|
nextToken?: string;
|
|
1526
1718
|
}
|
|
1719
|
+
/**
|
|
1720
|
+
* @public
|
|
1721
|
+
*/
|
|
1527
1722
|
export interface ListDeploymentsRequest {
|
|
1528
1723
|
/**
|
|
1529
1724
|
* <p>A pagination token returned from a previous call to
|
|
@@ -1541,6 +1736,7 @@ export interface ListDeploymentsRequest {
|
|
|
1541
1736
|
applicationId: string | undefined;
|
|
1542
1737
|
}
|
|
1543
1738
|
/**
|
|
1739
|
+
* @public
|
|
1544
1740
|
* <p>A subset of information about a specific deployment.</p>
|
|
1545
1741
|
*/
|
|
1546
1742
|
export interface DeploymentSummary {
|
|
@@ -1573,6 +1769,9 @@ export interface DeploymentSummary {
|
|
|
1573
1769
|
*/
|
|
1574
1770
|
statusReason?: string;
|
|
1575
1771
|
}
|
|
1772
|
+
/**
|
|
1773
|
+
* @public
|
|
1774
|
+
*/
|
|
1576
1775
|
export interface ListDeploymentsResponse {
|
|
1577
1776
|
/**
|
|
1578
1777
|
* <p>The list of deployments that is returned.</p>
|
|
@@ -1584,14 +1783,23 @@ export interface ListDeploymentsResponse {
|
|
|
1584
1783
|
*/
|
|
1585
1784
|
nextToken?: string;
|
|
1586
1785
|
}
|
|
1786
|
+
/**
|
|
1787
|
+
* @public
|
|
1788
|
+
*/
|
|
1587
1789
|
export interface StartApplicationRequest {
|
|
1588
1790
|
/**
|
|
1589
1791
|
* <p>The unique identifier of the application you want to start.</p>
|
|
1590
1792
|
*/
|
|
1591
1793
|
applicationId: string | undefined;
|
|
1592
1794
|
}
|
|
1795
|
+
/**
|
|
1796
|
+
* @public
|
|
1797
|
+
*/
|
|
1593
1798
|
export interface StartApplicationResponse {
|
|
1594
1799
|
}
|
|
1800
|
+
/**
|
|
1801
|
+
* @public
|
|
1802
|
+
*/
|
|
1595
1803
|
export interface StartBatchJobRequest {
|
|
1596
1804
|
/**
|
|
1597
1805
|
* <p>The unique identifier of the application associated with this batch job.</p>
|
|
@@ -1607,12 +1815,18 @@ export interface StartBatchJobRequest {
|
|
|
1607
1815
|
*/
|
|
1608
1816
|
jobParams?: Record<string, string>;
|
|
1609
1817
|
}
|
|
1818
|
+
/**
|
|
1819
|
+
* @public
|
|
1820
|
+
*/
|
|
1610
1821
|
export interface StartBatchJobResponse {
|
|
1611
1822
|
/**
|
|
1612
1823
|
* <p>The unique identifier of this execution of the batch job.</p>
|
|
1613
1824
|
*/
|
|
1614
1825
|
executionId: string | undefined;
|
|
1615
1826
|
}
|
|
1827
|
+
/**
|
|
1828
|
+
* @public
|
|
1829
|
+
*/
|
|
1616
1830
|
export interface StopApplicationRequest {
|
|
1617
1831
|
/**
|
|
1618
1832
|
* <p>The unique identifier of the application you want to stop.</p>
|
|
@@ -1625,8 +1839,14 @@ export interface StopApplicationRequest {
|
|
|
1625
1839
|
*/
|
|
1626
1840
|
forceStop?: boolean;
|
|
1627
1841
|
}
|
|
1842
|
+
/**
|
|
1843
|
+
* @public
|
|
1844
|
+
*/
|
|
1628
1845
|
export interface StopApplicationResponse {
|
|
1629
1846
|
}
|
|
1847
|
+
/**
|
|
1848
|
+
* @public
|
|
1849
|
+
*/
|
|
1630
1850
|
export interface UpdateApplicationRequest {
|
|
1631
1851
|
/**
|
|
1632
1852
|
* <p>The unique identifier of the application you want to update.</p>
|
|
@@ -1646,6 +1866,9 @@ export interface UpdateApplicationRequest {
|
|
|
1646
1866
|
*/
|
|
1647
1867
|
definition?: Definition;
|
|
1648
1868
|
}
|
|
1869
|
+
/**
|
|
1870
|
+
* @public
|
|
1871
|
+
*/
|
|
1649
1872
|
export interface UpdateApplicationResponse {
|
|
1650
1873
|
/**
|
|
1651
1874
|
* <p>The new version of the application.</p>
|
|
@@ -1653,6 +1876,7 @@ export interface UpdateApplicationResponse {
|
|
|
1653
1876
|
applicationVersion: number | undefined;
|
|
1654
1877
|
}
|
|
1655
1878
|
/**
|
|
1879
|
+
* @public
|
|
1656
1880
|
* <p>Defines the details of a high availability configuration.</p>
|
|
1657
1881
|
*/
|
|
1658
1882
|
export interface HighAvailabilityConfig {
|
|
@@ -1662,6 +1886,7 @@ export interface HighAvailabilityConfig {
|
|
|
1662
1886
|
desiredCapacity: number | undefined;
|
|
1663
1887
|
}
|
|
1664
1888
|
/**
|
|
1889
|
+
* @public
|
|
1665
1890
|
* <p>Defines the storage configuration for an Amazon EFS file system.</p>
|
|
1666
1891
|
*/
|
|
1667
1892
|
export interface EfsStorageConfiguration {
|
|
@@ -1675,6 +1900,7 @@ export interface EfsStorageConfiguration {
|
|
|
1675
1900
|
mountPoint: string | undefined;
|
|
1676
1901
|
}
|
|
1677
1902
|
/**
|
|
1903
|
+
* @public
|
|
1678
1904
|
* <p>Defines the storage configuration for an Amazon FSx file system.</p>
|
|
1679
1905
|
*/
|
|
1680
1906
|
export interface FsxStorageConfiguration {
|
|
@@ -1688,9 +1914,13 @@ export interface FsxStorageConfiguration {
|
|
|
1688
1914
|
mountPoint: string | undefined;
|
|
1689
1915
|
}
|
|
1690
1916
|
/**
|
|
1917
|
+
* @public
|
|
1691
1918
|
* <p>Defines the storage configuration for a runtime environment.</p>
|
|
1692
1919
|
*/
|
|
1693
1920
|
export type StorageConfiguration = StorageConfiguration.EfsMember | StorageConfiguration.FsxMember | StorageConfiguration.$UnknownMember;
|
|
1921
|
+
/**
|
|
1922
|
+
* @public
|
|
1923
|
+
*/
|
|
1694
1924
|
export declare namespace StorageConfiguration {
|
|
1695
1925
|
/**
|
|
1696
1926
|
* <p>Defines the storage configuration for an Amazon EFS file system.</p>
|
|
@@ -1720,6 +1950,9 @@ export declare namespace StorageConfiguration {
|
|
|
1720
1950
|
}
|
|
1721
1951
|
const visit: <T>(value: StorageConfiguration, visitor: Visitor<T>) => T;
|
|
1722
1952
|
}
|
|
1953
|
+
/**
|
|
1954
|
+
* @public
|
|
1955
|
+
*/
|
|
1723
1956
|
export interface CreateEnvironmentRequest {
|
|
1724
1957
|
/**
|
|
1725
1958
|
* <p>The name of the runtime environment. Must be unique within the account.</p>
|
|
@@ -1783,20 +2016,32 @@ export interface CreateEnvironmentRequest {
|
|
|
1783
2016
|
*/
|
|
1784
2017
|
kmsKeyId?: string;
|
|
1785
2018
|
}
|
|
2019
|
+
/**
|
|
2020
|
+
* @public
|
|
2021
|
+
*/
|
|
1786
2022
|
export interface CreateEnvironmentResponse {
|
|
1787
2023
|
/**
|
|
1788
2024
|
* <p>The unique identifier of the runtime environment.</p>
|
|
1789
2025
|
*/
|
|
1790
2026
|
environmentId: string | undefined;
|
|
1791
2027
|
}
|
|
2028
|
+
/**
|
|
2029
|
+
* @public
|
|
2030
|
+
*/
|
|
1792
2031
|
export interface DeleteEnvironmentRequest {
|
|
1793
2032
|
/**
|
|
1794
2033
|
* <p>The unique identifier of the runtime environment you want to delete.</p>
|
|
1795
2034
|
*/
|
|
1796
2035
|
environmentId: string | undefined;
|
|
1797
2036
|
}
|
|
2037
|
+
/**
|
|
2038
|
+
* @public
|
|
2039
|
+
*/
|
|
1798
2040
|
export interface DeleteEnvironmentResponse {
|
|
1799
2041
|
}
|
|
2042
|
+
/**
|
|
2043
|
+
* @public
|
|
2044
|
+
*/
|
|
1800
2045
|
export interface GetEnvironmentRequest {
|
|
1801
2046
|
/**
|
|
1802
2047
|
* <p>The unique identifier of the runtime environment.</p>
|
|
@@ -1804,6 +2049,7 @@ export interface GetEnvironmentRequest {
|
|
|
1804
2049
|
environmentId: string | undefined;
|
|
1805
2050
|
}
|
|
1806
2051
|
/**
|
|
2052
|
+
* @public
|
|
1807
2053
|
* <p>The information about the maintenance schedule.</p>
|
|
1808
2054
|
*/
|
|
1809
2055
|
export interface MaintenanceSchedule {
|
|
@@ -1817,6 +2063,7 @@ export interface MaintenanceSchedule {
|
|
|
1817
2063
|
endTime?: Date;
|
|
1818
2064
|
}
|
|
1819
2065
|
/**
|
|
2066
|
+
* @public
|
|
1820
2067
|
* <p>The scheduled maintenance for a runtime engine.</p>
|
|
1821
2068
|
*/
|
|
1822
2069
|
export interface PendingMaintenance {
|
|
@@ -1829,6 +2076,9 @@ export interface PendingMaintenance {
|
|
|
1829
2076
|
*/
|
|
1830
2077
|
engineVersion?: string;
|
|
1831
2078
|
}
|
|
2079
|
+
/**
|
|
2080
|
+
* @public
|
|
2081
|
+
*/
|
|
1832
2082
|
export declare enum EnvironmentLifecycle {
|
|
1833
2083
|
AVAILABLE = "Available",
|
|
1834
2084
|
CREATING = "Creating",
|
|
@@ -1836,6 +2086,9 @@ export declare enum EnvironmentLifecycle {
|
|
|
1836
2086
|
FAILED = "Failed",
|
|
1837
2087
|
UPDATING = "Updating"
|
|
1838
2088
|
}
|
|
2089
|
+
/**
|
|
2090
|
+
* @public
|
|
2091
|
+
*/
|
|
1839
2092
|
export interface GetEnvironmentResponse {
|
|
1840
2093
|
/**
|
|
1841
2094
|
* <p>The name of the runtime environment. Must be unique within the account.</p>
|
|
@@ -1933,6 +2186,9 @@ export interface GetEnvironmentResponse {
|
|
|
1933
2186
|
*/
|
|
1934
2187
|
kmsKeyId?: string;
|
|
1935
2188
|
}
|
|
2189
|
+
/**
|
|
2190
|
+
* @public
|
|
2191
|
+
*/
|
|
1936
2192
|
export interface ListEnvironmentsRequest {
|
|
1937
2193
|
/**
|
|
1938
2194
|
* <p>A pagination token to control the number of runtime environments displayed in the list.</p>
|
|
@@ -1952,6 +2208,7 @@ export interface ListEnvironmentsRequest {
|
|
|
1952
2208
|
engineType?: EngineType | string;
|
|
1953
2209
|
}
|
|
1954
2210
|
/**
|
|
2211
|
+
* @public
|
|
1955
2212
|
* <p>Contains a subset of the possible runtime environment attributes. Used in the environment
|
|
1956
2213
|
* list.</p>
|
|
1957
2214
|
*/
|
|
@@ -1989,6 +2246,9 @@ export interface EnvironmentSummary {
|
|
|
1989
2246
|
*/
|
|
1990
2247
|
creationTime: Date | undefined;
|
|
1991
2248
|
}
|
|
2249
|
+
/**
|
|
2250
|
+
* @public
|
|
2251
|
+
*/
|
|
1992
2252
|
export interface ListEnvironmentsResponse {
|
|
1993
2253
|
/**
|
|
1994
2254
|
* <p>Returns a list of summary details for all the runtime environments in your account. </p>
|
|
@@ -2000,6 +2260,9 @@ export interface ListEnvironmentsResponse {
|
|
|
2000
2260
|
*/
|
|
2001
2261
|
nextToken?: string;
|
|
2002
2262
|
}
|
|
2263
|
+
/**
|
|
2264
|
+
* @public
|
|
2265
|
+
*/
|
|
2003
2266
|
export interface UpdateEnvironmentRequest {
|
|
2004
2267
|
/**
|
|
2005
2268
|
* <p>The unique identifier of the runtime environment that you want to update.</p>
|
|
@@ -2031,12 +2294,18 @@ export interface UpdateEnvironmentRequest {
|
|
|
2031
2294
|
*/
|
|
2032
2295
|
applyDuringMaintenanceWindow?: boolean;
|
|
2033
2296
|
}
|
|
2297
|
+
/**
|
|
2298
|
+
* @public
|
|
2299
|
+
*/
|
|
2034
2300
|
export interface UpdateEnvironmentResponse {
|
|
2035
2301
|
/**
|
|
2036
2302
|
* <p>The unique identifier of the runtime environment that was updated.</p>
|
|
2037
2303
|
*/
|
|
2038
2304
|
environmentId: string | undefined;
|
|
2039
2305
|
}
|
|
2306
|
+
/**
|
|
2307
|
+
* @public
|
|
2308
|
+
*/
|
|
2040
2309
|
export interface ListEngineVersionsRequest {
|
|
2041
2310
|
/**
|
|
2042
2311
|
* <p>The type of target platform.</p>
|
|
@@ -2054,6 +2323,7 @@ export interface ListEngineVersionsRequest {
|
|
|
2054
2323
|
maxResults?: number;
|
|
2055
2324
|
}
|
|
2056
2325
|
/**
|
|
2326
|
+
* @public
|
|
2057
2327
|
* <p>A subset of information about the engine version for a specific application.</p>
|
|
2058
2328
|
*/
|
|
2059
2329
|
export interface EngineVersionsSummary {
|
|
@@ -2066,6 +2336,9 @@ export interface EngineVersionsSummary {
|
|
|
2066
2336
|
*/
|
|
2067
2337
|
engineVersion: string | undefined;
|
|
2068
2338
|
}
|
|
2339
|
+
/**
|
|
2340
|
+
* @public
|
|
2341
|
+
*/
|
|
2069
2342
|
export interface ListEngineVersionsResponse {
|
|
2070
2343
|
/**
|
|
2071
2344
|
* <p>Returns the engine versions.</p>
|
|
@@ -2077,18 +2350,27 @@ export interface ListEngineVersionsResponse {
|
|
|
2077
2350
|
*/
|
|
2078
2351
|
nextToken?: string;
|
|
2079
2352
|
}
|
|
2353
|
+
/**
|
|
2354
|
+
* @public
|
|
2355
|
+
*/
|
|
2080
2356
|
export interface ListTagsForResourceRequest {
|
|
2081
2357
|
/**
|
|
2082
2358
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
2083
2359
|
*/
|
|
2084
2360
|
resourceArn: string | undefined;
|
|
2085
2361
|
}
|
|
2362
|
+
/**
|
|
2363
|
+
* @public
|
|
2364
|
+
*/
|
|
2086
2365
|
export interface ListTagsForResourceResponse {
|
|
2087
2366
|
/**
|
|
2088
2367
|
* <p>The tags for the resource.</p>
|
|
2089
2368
|
*/
|
|
2090
2369
|
tags: Record<string, string> | undefined;
|
|
2091
2370
|
}
|
|
2371
|
+
/**
|
|
2372
|
+
* @public
|
|
2373
|
+
*/
|
|
2092
2374
|
export interface TagResourceRequest {
|
|
2093
2375
|
/**
|
|
2094
2376
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
@@ -2099,8 +2381,14 @@ export interface TagResourceRequest {
|
|
|
2099
2381
|
*/
|
|
2100
2382
|
tags: Record<string, string> | undefined;
|
|
2101
2383
|
}
|
|
2384
|
+
/**
|
|
2385
|
+
* @public
|
|
2386
|
+
*/
|
|
2102
2387
|
export interface TagResourceResponse {
|
|
2103
2388
|
}
|
|
2389
|
+
/**
|
|
2390
|
+
* @public
|
|
2391
|
+
*/
|
|
2104
2392
|
export interface UntagResourceRequest {
|
|
2105
2393
|
/**
|
|
2106
2394
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
@@ -2111,413 +2399,8 @@ export interface UntagResourceRequest {
|
|
|
2111
2399
|
*/
|
|
2112
2400
|
tagKeys: string[] | undefined;
|
|
2113
2401
|
}
|
|
2114
|
-
export interface UntagResourceResponse {
|
|
2115
|
-
}
|
|
2116
|
-
/**
|
|
2117
|
-
* @internal
|
|
2118
|
-
*/
|
|
2119
|
-
export declare const AlternateKeyFilterSensitiveLog: (obj: AlternateKey) => any;
|
|
2120
|
-
/**
|
|
2121
|
-
* @internal
|
|
2122
|
-
*/
|
|
2123
|
-
export declare const CancelBatchJobExecutionRequestFilterSensitiveLog: (obj: CancelBatchJobExecutionRequest) => any;
|
|
2124
|
-
/**
|
|
2125
|
-
* @internal
|
|
2126
|
-
*/
|
|
2127
|
-
export declare const CancelBatchJobExecutionResponseFilterSensitiveLog: (obj: CancelBatchJobExecutionResponse) => any;
|
|
2128
|
-
/**
|
|
2129
|
-
* @internal
|
|
2130
|
-
*/
|
|
2131
|
-
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
2132
|
-
/**
|
|
2133
|
-
* @internal
|
|
2134
|
-
*/
|
|
2135
|
-
export declare const DefinitionFilterSensitiveLog: (obj: Definition) => any;
|
|
2136
|
-
/**
|
|
2137
|
-
* @internal
|
|
2138
|
-
*/
|
|
2139
|
-
export declare const CreateApplicationRequestFilterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
2140
|
-
/**
|
|
2141
|
-
* @internal
|
|
2142
|
-
*/
|
|
2143
|
-
export declare const CreateApplicationResponseFilterSensitiveLog: (obj: CreateApplicationResponse) => any;
|
|
2144
|
-
/**
|
|
2145
|
-
* @internal
|
|
2146
|
-
*/
|
|
2147
|
-
export declare const GdgAttributesFilterSensitiveLog: (obj: GdgAttributes) => any;
|
|
2148
|
-
/**
|
|
2149
|
-
* @internal
|
|
2150
|
-
*/
|
|
2151
|
-
export declare const PrimaryKeyFilterSensitiveLog: (obj: PrimaryKey) => any;
|
|
2152
|
-
/**
|
|
2153
|
-
* @internal
|
|
2154
|
-
*/
|
|
2155
|
-
export declare const VsamAttributesFilterSensitiveLog: (obj: VsamAttributes) => any;
|
|
2156
2402
|
/**
|
|
2157
|
-
* @
|
|
2403
|
+
* @public
|
|
2158
2404
|
*/
|
|
2159
|
-
export
|
|
2160
|
-
|
|
2161
|
-
* @internal
|
|
2162
|
-
*/
|
|
2163
|
-
export declare const RecordLengthFilterSensitiveLog: (obj: RecordLength) => any;
|
|
2164
|
-
/**
|
|
2165
|
-
* @internal
|
|
2166
|
-
*/
|
|
2167
|
-
export declare const DataSetFilterSensitiveLog: (obj: DataSet) => any;
|
|
2168
|
-
/**
|
|
2169
|
-
* @internal
|
|
2170
|
-
*/
|
|
2171
|
-
export declare const ExternalLocationFilterSensitiveLog: (obj: ExternalLocation) => any;
|
|
2172
|
-
/**
|
|
2173
|
-
* @internal
|
|
2174
|
-
*/
|
|
2175
|
-
export declare const DataSetImportItemFilterSensitiveLog: (obj: DataSetImportItem) => any;
|
|
2176
|
-
/**
|
|
2177
|
-
* @internal
|
|
2178
|
-
*/
|
|
2179
|
-
export declare const DataSetImportConfigFilterSensitiveLog: (obj: DataSetImportConfig) => any;
|
|
2180
|
-
/**
|
|
2181
|
-
* @internal
|
|
2182
|
-
*/
|
|
2183
|
-
export declare const CreateDataSetImportTaskRequestFilterSensitiveLog: (obj: CreateDataSetImportTaskRequest) => any;
|
|
2184
|
-
/**
|
|
2185
|
-
* @internal
|
|
2186
|
-
*/
|
|
2187
|
-
export declare const CreateDataSetImportTaskResponseFilterSensitiveLog: (obj: CreateDataSetImportTaskResponse) => any;
|
|
2188
|
-
/**
|
|
2189
|
-
* @internal
|
|
2190
|
-
*/
|
|
2191
|
-
export declare const CreateDeploymentRequestFilterSensitiveLog: (obj: CreateDeploymentRequest) => any;
|
|
2192
|
-
/**
|
|
2193
|
-
* @internal
|
|
2194
|
-
*/
|
|
2195
|
-
export declare const CreateDeploymentResponseFilterSensitiveLog: (obj: CreateDeploymentResponse) => any;
|
|
2196
|
-
/**
|
|
2197
|
-
* @internal
|
|
2198
|
-
*/
|
|
2199
|
-
export declare const DeleteApplicationRequestFilterSensitiveLog: (obj: DeleteApplicationRequest) => any;
|
|
2200
|
-
/**
|
|
2201
|
-
* @internal
|
|
2202
|
-
*/
|
|
2203
|
-
export declare const DeleteApplicationResponseFilterSensitiveLog: (obj: DeleteApplicationResponse) => any;
|
|
2204
|
-
/**
|
|
2205
|
-
* @internal
|
|
2206
|
-
*/
|
|
2207
|
-
export declare const DeleteApplicationFromEnvironmentRequestFilterSensitiveLog: (obj: DeleteApplicationFromEnvironmentRequest) => any;
|
|
2208
|
-
/**
|
|
2209
|
-
* @internal
|
|
2210
|
-
*/
|
|
2211
|
-
export declare const DeleteApplicationFromEnvironmentResponseFilterSensitiveLog: (obj: DeleteApplicationFromEnvironmentResponse) => any;
|
|
2212
|
-
/**
|
|
2213
|
-
* @internal
|
|
2214
|
-
*/
|
|
2215
|
-
export declare const GetApplicationRequestFilterSensitiveLog: (obj: GetApplicationRequest) => any;
|
|
2216
|
-
/**
|
|
2217
|
-
* @internal
|
|
2218
|
-
*/
|
|
2219
|
-
export declare const DeployedVersionSummaryFilterSensitiveLog: (obj: DeployedVersionSummary) => any;
|
|
2220
|
-
/**
|
|
2221
|
-
* @internal
|
|
2222
|
-
*/
|
|
2223
|
-
export declare const ApplicationVersionSummaryFilterSensitiveLog: (obj: ApplicationVersionSummary) => any;
|
|
2224
|
-
/**
|
|
2225
|
-
* @internal
|
|
2226
|
-
*/
|
|
2227
|
-
export declare const LogGroupSummaryFilterSensitiveLog: (obj: LogGroupSummary) => any;
|
|
2228
|
-
/**
|
|
2229
|
-
* @internal
|
|
2230
|
-
*/
|
|
2231
|
-
export declare const GetApplicationResponseFilterSensitiveLog: (obj: GetApplicationResponse) => any;
|
|
2232
|
-
/**
|
|
2233
|
-
* @internal
|
|
2234
|
-
*/
|
|
2235
|
-
export declare const GetApplicationVersionRequestFilterSensitiveLog: (obj: GetApplicationVersionRequest) => any;
|
|
2236
|
-
/**
|
|
2237
|
-
* @internal
|
|
2238
|
-
*/
|
|
2239
|
-
export declare const GetApplicationVersionResponseFilterSensitiveLog: (obj: GetApplicationVersionResponse) => any;
|
|
2240
|
-
/**
|
|
2241
|
-
* @internal
|
|
2242
|
-
*/
|
|
2243
|
-
export declare const GetBatchJobExecutionRequestFilterSensitiveLog: (obj: GetBatchJobExecutionRequest) => any;
|
|
2244
|
-
/**
|
|
2245
|
-
* @internal
|
|
2246
|
-
*/
|
|
2247
|
-
export declare const FileBatchJobIdentifierFilterSensitiveLog: (obj: FileBatchJobIdentifier) => any;
|
|
2248
|
-
/**
|
|
2249
|
-
* @internal
|
|
2250
|
-
*/
|
|
2251
|
-
export declare const ScriptBatchJobIdentifierFilterSensitiveLog: (obj: ScriptBatchJobIdentifier) => any;
|
|
2252
|
-
/**
|
|
2253
|
-
* @internal
|
|
2254
|
-
*/
|
|
2255
|
-
export declare const BatchJobIdentifierFilterSensitiveLog: (obj: BatchJobIdentifier) => any;
|
|
2256
|
-
/**
|
|
2257
|
-
* @internal
|
|
2258
|
-
*/
|
|
2259
|
-
export declare const GetBatchJobExecutionResponseFilterSensitiveLog: (obj: GetBatchJobExecutionResponse) => any;
|
|
2260
|
-
/**
|
|
2261
|
-
* @internal
|
|
2262
|
-
*/
|
|
2263
|
-
export declare const GetDataSetDetailsRequestFilterSensitiveLog: (obj: GetDataSetDetailsRequest) => any;
|
|
2264
|
-
/**
|
|
2265
|
-
* @internal
|
|
2266
|
-
*/
|
|
2267
|
-
export declare const GdgDetailAttributesFilterSensitiveLog: (obj: GdgDetailAttributes) => any;
|
|
2268
|
-
/**
|
|
2269
|
-
* @internal
|
|
2270
|
-
*/
|
|
2271
|
-
export declare const VsamDetailAttributesFilterSensitiveLog: (obj: VsamDetailAttributes) => any;
|
|
2272
|
-
/**
|
|
2273
|
-
* @internal
|
|
2274
|
-
*/
|
|
2275
|
-
export declare const DatasetDetailOrgAttributesFilterSensitiveLog: (obj: DatasetDetailOrgAttributes) => any;
|
|
2276
|
-
/**
|
|
2277
|
-
* @internal
|
|
2278
|
-
*/
|
|
2279
|
-
export declare const GetDataSetDetailsResponseFilterSensitiveLog: (obj: GetDataSetDetailsResponse) => any;
|
|
2280
|
-
/**
|
|
2281
|
-
* @internal
|
|
2282
|
-
*/
|
|
2283
|
-
export declare const GetDataSetImportTaskRequestFilterSensitiveLog: (obj: GetDataSetImportTaskRequest) => any;
|
|
2284
|
-
/**
|
|
2285
|
-
* @internal
|
|
2286
|
-
*/
|
|
2287
|
-
export declare const DataSetImportSummaryFilterSensitiveLog: (obj: DataSetImportSummary) => any;
|
|
2288
|
-
/**
|
|
2289
|
-
* @internal
|
|
2290
|
-
*/
|
|
2291
|
-
export declare const GetDataSetImportTaskResponseFilterSensitiveLog: (obj: GetDataSetImportTaskResponse) => any;
|
|
2292
|
-
/**
|
|
2293
|
-
* @internal
|
|
2294
|
-
*/
|
|
2295
|
-
export declare const GetDeploymentRequestFilterSensitiveLog: (obj: GetDeploymentRequest) => any;
|
|
2296
|
-
/**
|
|
2297
|
-
* @internal
|
|
2298
|
-
*/
|
|
2299
|
-
export declare const GetDeploymentResponseFilterSensitiveLog: (obj: GetDeploymentResponse) => any;
|
|
2300
|
-
/**
|
|
2301
|
-
* @internal
|
|
2302
|
-
*/
|
|
2303
|
-
export declare const ListApplicationsRequestFilterSensitiveLog: (obj: ListApplicationsRequest) => any;
|
|
2304
|
-
/**
|
|
2305
|
-
* @internal
|
|
2306
|
-
*/
|
|
2307
|
-
export declare const ApplicationSummaryFilterSensitiveLog: (obj: ApplicationSummary) => any;
|
|
2308
|
-
/**
|
|
2309
|
-
* @internal
|
|
2310
|
-
*/
|
|
2311
|
-
export declare const ListApplicationsResponseFilterSensitiveLog: (obj: ListApplicationsResponse) => any;
|
|
2312
|
-
/**
|
|
2313
|
-
* @internal
|
|
2314
|
-
*/
|
|
2315
|
-
export declare const ListApplicationVersionsRequestFilterSensitiveLog: (obj: ListApplicationVersionsRequest) => any;
|
|
2316
|
-
/**
|
|
2317
|
-
* @internal
|
|
2318
|
-
*/
|
|
2319
|
-
export declare const ListApplicationVersionsResponseFilterSensitiveLog: (obj: ListApplicationVersionsResponse) => any;
|
|
2320
|
-
/**
|
|
2321
|
-
* @internal
|
|
2322
|
-
*/
|
|
2323
|
-
export declare const ListBatchJobDefinitionsRequestFilterSensitiveLog: (obj: ListBatchJobDefinitionsRequest) => any;
|
|
2324
|
-
/**
|
|
2325
|
-
* @internal
|
|
2326
|
-
*/
|
|
2327
|
-
export declare const FileBatchJobDefinitionFilterSensitiveLog: (obj: FileBatchJobDefinition) => any;
|
|
2328
|
-
/**
|
|
2329
|
-
* @internal
|
|
2330
|
-
*/
|
|
2331
|
-
export declare const ScriptBatchJobDefinitionFilterSensitiveLog: (obj: ScriptBatchJobDefinition) => any;
|
|
2332
|
-
/**
|
|
2333
|
-
* @internal
|
|
2334
|
-
*/
|
|
2335
|
-
export declare const BatchJobDefinitionFilterSensitiveLog: (obj: BatchJobDefinition) => any;
|
|
2336
|
-
/**
|
|
2337
|
-
* @internal
|
|
2338
|
-
*/
|
|
2339
|
-
export declare const ListBatchJobDefinitionsResponseFilterSensitiveLog: (obj: ListBatchJobDefinitionsResponse) => any;
|
|
2340
|
-
/**
|
|
2341
|
-
* @internal
|
|
2342
|
-
*/
|
|
2343
|
-
export declare const ListBatchJobExecutionsRequestFilterSensitiveLog: (obj: ListBatchJobExecutionsRequest) => any;
|
|
2344
|
-
/**
|
|
2345
|
-
* @internal
|
|
2346
|
-
*/
|
|
2347
|
-
export declare const BatchJobExecutionSummaryFilterSensitiveLog: (obj: BatchJobExecutionSummary) => any;
|
|
2348
|
-
/**
|
|
2349
|
-
* @internal
|
|
2350
|
-
*/
|
|
2351
|
-
export declare const ListBatchJobExecutionsResponseFilterSensitiveLog: (obj: ListBatchJobExecutionsResponse) => any;
|
|
2352
|
-
/**
|
|
2353
|
-
* @internal
|
|
2354
|
-
*/
|
|
2355
|
-
export declare const ListDataSetImportHistoryRequestFilterSensitiveLog: (obj: ListDataSetImportHistoryRequest) => any;
|
|
2356
|
-
/**
|
|
2357
|
-
* @internal
|
|
2358
|
-
*/
|
|
2359
|
-
export declare const DataSetImportTaskFilterSensitiveLog: (obj: DataSetImportTask) => any;
|
|
2360
|
-
/**
|
|
2361
|
-
* @internal
|
|
2362
|
-
*/
|
|
2363
|
-
export declare const ListDataSetImportHistoryResponseFilterSensitiveLog: (obj: ListDataSetImportHistoryResponse) => any;
|
|
2364
|
-
/**
|
|
2365
|
-
* @internal
|
|
2366
|
-
*/
|
|
2367
|
-
export declare const ListDataSetsRequestFilterSensitiveLog: (obj: ListDataSetsRequest) => any;
|
|
2368
|
-
/**
|
|
2369
|
-
* @internal
|
|
2370
|
-
*/
|
|
2371
|
-
export declare const DataSetSummaryFilterSensitiveLog: (obj: DataSetSummary) => any;
|
|
2372
|
-
/**
|
|
2373
|
-
* @internal
|
|
2374
|
-
*/
|
|
2375
|
-
export declare const ListDataSetsResponseFilterSensitiveLog: (obj: ListDataSetsResponse) => any;
|
|
2376
|
-
/**
|
|
2377
|
-
* @internal
|
|
2378
|
-
*/
|
|
2379
|
-
export declare const ListDeploymentsRequestFilterSensitiveLog: (obj: ListDeploymentsRequest) => any;
|
|
2380
|
-
/**
|
|
2381
|
-
* @internal
|
|
2382
|
-
*/
|
|
2383
|
-
export declare const DeploymentSummaryFilterSensitiveLog: (obj: DeploymentSummary) => any;
|
|
2384
|
-
/**
|
|
2385
|
-
* @internal
|
|
2386
|
-
*/
|
|
2387
|
-
export declare const ListDeploymentsResponseFilterSensitiveLog: (obj: ListDeploymentsResponse) => any;
|
|
2388
|
-
/**
|
|
2389
|
-
* @internal
|
|
2390
|
-
*/
|
|
2391
|
-
export declare const StartApplicationRequestFilterSensitiveLog: (obj: StartApplicationRequest) => any;
|
|
2392
|
-
/**
|
|
2393
|
-
* @internal
|
|
2394
|
-
*/
|
|
2395
|
-
export declare const StartApplicationResponseFilterSensitiveLog: (obj: StartApplicationResponse) => any;
|
|
2396
|
-
/**
|
|
2397
|
-
* @internal
|
|
2398
|
-
*/
|
|
2399
|
-
export declare const StartBatchJobRequestFilterSensitiveLog: (obj: StartBatchJobRequest) => any;
|
|
2400
|
-
/**
|
|
2401
|
-
* @internal
|
|
2402
|
-
*/
|
|
2403
|
-
export declare const StartBatchJobResponseFilterSensitiveLog: (obj: StartBatchJobResponse) => any;
|
|
2404
|
-
/**
|
|
2405
|
-
* @internal
|
|
2406
|
-
*/
|
|
2407
|
-
export declare const StopApplicationRequestFilterSensitiveLog: (obj: StopApplicationRequest) => any;
|
|
2408
|
-
/**
|
|
2409
|
-
* @internal
|
|
2410
|
-
*/
|
|
2411
|
-
export declare const StopApplicationResponseFilterSensitiveLog: (obj: StopApplicationResponse) => any;
|
|
2412
|
-
/**
|
|
2413
|
-
* @internal
|
|
2414
|
-
*/
|
|
2415
|
-
export declare const UpdateApplicationRequestFilterSensitiveLog: (obj: UpdateApplicationRequest) => any;
|
|
2416
|
-
/**
|
|
2417
|
-
* @internal
|
|
2418
|
-
*/
|
|
2419
|
-
export declare const UpdateApplicationResponseFilterSensitiveLog: (obj: UpdateApplicationResponse) => any;
|
|
2420
|
-
/**
|
|
2421
|
-
* @internal
|
|
2422
|
-
*/
|
|
2423
|
-
export declare const HighAvailabilityConfigFilterSensitiveLog: (obj: HighAvailabilityConfig) => any;
|
|
2424
|
-
/**
|
|
2425
|
-
* @internal
|
|
2426
|
-
*/
|
|
2427
|
-
export declare const EfsStorageConfigurationFilterSensitiveLog: (obj: EfsStorageConfiguration) => any;
|
|
2428
|
-
/**
|
|
2429
|
-
* @internal
|
|
2430
|
-
*/
|
|
2431
|
-
export declare const FsxStorageConfigurationFilterSensitiveLog: (obj: FsxStorageConfiguration) => any;
|
|
2432
|
-
/**
|
|
2433
|
-
* @internal
|
|
2434
|
-
*/
|
|
2435
|
-
export declare const StorageConfigurationFilterSensitiveLog: (obj: StorageConfiguration) => any;
|
|
2436
|
-
/**
|
|
2437
|
-
* @internal
|
|
2438
|
-
*/
|
|
2439
|
-
export declare const CreateEnvironmentRequestFilterSensitiveLog: (obj: CreateEnvironmentRequest) => any;
|
|
2440
|
-
/**
|
|
2441
|
-
* @internal
|
|
2442
|
-
*/
|
|
2443
|
-
export declare const CreateEnvironmentResponseFilterSensitiveLog: (obj: CreateEnvironmentResponse) => any;
|
|
2444
|
-
/**
|
|
2445
|
-
* @internal
|
|
2446
|
-
*/
|
|
2447
|
-
export declare const DeleteEnvironmentRequestFilterSensitiveLog: (obj: DeleteEnvironmentRequest) => any;
|
|
2448
|
-
/**
|
|
2449
|
-
* @internal
|
|
2450
|
-
*/
|
|
2451
|
-
export declare const DeleteEnvironmentResponseFilterSensitiveLog: (obj: DeleteEnvironmentResponse) => any;
|
|
2452
|
-
/**
|
|
2453
|
-
* @internal
|
|
2454
|
-
*/
|
|
2455
|
-
export declare const GetEnvironmentRequestFilterSensitiveLog: (obj: GetEnvironmentRequest) => any;
|
|
2456
|
-
/**
|
|
2457
|
-
* @internal
|
|
2458
|
-
*/
|
|
2459
|
-
export declare const MaintenanceScheduleFilterSensitiveLog: (obj: MaintenanceSchedule) => any;
|
|
2460
|
-
/**
|
|
2461
|
-
* @internal
|
|
2462
|
-
*/
|
|
2463
|
-
export declare const PendingMaintenanceFilterSensitiveLog: (obj: PendingMaintenance) => any;
|
|
2464
|
-
/**
|
|
2465
|
-
* @internal
|
|
2466
|
-
*/
|
|
2467
|
-
export declare const GetEnvironmentResponseFilterSensitiveLog: (obj: GetEnvironmentResponse) => any;
|
|
2468
|
-
/**
|
|
2469
|
-
* @internal
|
|
2470
|
-
*/
|
|
2471
|
-
export declare const ListEnvironmentsRequestFilterSensitiveLog: (obj: ListEnvironmentsRequest) => any;
|
|
2472
|
-
/**
|
|
2473
|
-
* @internal
|
|
2474
|
-
*/
|
|
2475
|
-
export declare const EnvironmentSummaryFilterSensitiveLog: (obj: EnvironmentSummary) => any;
|
|
2476
|
-
/**
|
|
2477
|
-
* @internal
|
|
2478
|
-
*/
|
|
2479
|
-
export declare const ListEnvironmentsResponseFilterSensitiveLog: (obj: ListEnvironmentsResponse) => any;
|
|
2480
|
-
/**
|
|
2481
|
-
* @internal
|
|
2482
|
-
*/
|
|
2483
|
-
export declare const UpdateEnvironmentRequestFilterSensitiveLog: (obj: UpdateEnvironmentRequest) => any;
|
|
2484
|
-
/**
|
|
2485
|
-
* @internal
|
|
2486
|
-
*/
|
|
2487
|
-
export declare const UpdateEnvironmentResponseFilterSensitiveLog: (obj: UpdateEnvironmentResponse) => any;
|
|
2488
|
-
/**
|
|
2489
|
-
* @internal
|
|
2490
|
-
*/
|
|
2491
|
-
export declare const ListEngineVersionsRequestFilterSensitiveLog: (obj: ListEngineVersionsRequest) => any;
|
|
2492
|
-
/**
|
|
2493
|
-
* @internal
|
|
2494
|
-
*/
|
|
2495
|
-
export declare const EngineVersionsSummaryFilterSensitiveLog: (obj: EngineVersionsSummary) => any;
|
|
2496
|
-
/**
|
|
2497
|
-
* @internal
|
|
2498
|
-
*/
|
|
2499
|
-
export declare const ListEngineVersionsResponseFilterSensitiveLog: (obj: ListEngineVersionsResponse) => any;
|
|
2500
|
-
/**
|
|
2501
|
-
* @internal
|
|
2502
|
-
*/
|
|
2503
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2504
|
-
/**
|
|
2505
|
-
* @internal
|
|
2506
|
-
*/
|
|
2507
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2508
|
-
/**
|
|
2509
|
-
* @internal
|
|
2510
|
-
*/
|
|
2511
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2512
|
-
/**
|
|
2513
|
-
* @internal
|
|
2514
|
-
*/
|
|
2515
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2516
|
-
/**
|
|
2517
|
-
* @internal
|
|
2518
|
-
*/
|
|
2519
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2520
|
-
/**
|
|
2521
|
-
* @internal
|
|
2522
|
-
*/
|
|
2523
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2405
|
+
export interface UntagResourceResponse {
|
|
2406
|
+
}
|