@aws-sdk/client-m2 3.533.0 → 3.535.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-types/M2.d.ts +5 -1
- package/dist-types/M2Client.d.ts +1 -1
- package/dist-types/commands/CancelBatchJobExecutionCommand.d.ts +2 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataSetImportTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationFromEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
- package/dist-types/commands/GetApplicationVersionCommand.d.ts +2 -1
- package/dist-types/commands/GetBatchJobExecutionCommand.d.ts +2 -1
- package/dist-types/commands/GetDataSetDetailsCommand.d.ts +2 -1
- package/dist-types/commands/GetDataSetImportTaskCommand.d.ts +2 -1
- package/dist-types/commands/GetDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/GetSignedBluinsightsUrlCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/ListBatchJobDefinitionsCommand.d.ts +2 -1
- package/dist-types/commands/ListBatchJobExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListDataSetImportHistoryCommand.d.ts +2 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -1
- package/dist-types/commands/ListEngineVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartApplicationCommand.d.ts +2 -1
- package/dist-types/commands/StartBatchJobCommand.d.ts +2 -1
- package/dist-types/commands/StopApplicationCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +428 -428
- package/dist-types/ts3.4/M2.d.ts +4 -0
- package/dist-types/ts3.4/commands/CancelBatchJobExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDataSetImportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApplicationFromEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetApplicationVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBatchJobExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataSetDetailsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataSetImportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSignedBluinsightsUrlCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBatchJobDefinitionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBatchJobExecutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDataSetImportHistoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartBatchJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { M2ServiceException as __BaseException } from "./M2ServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* <p>The account or role doesn't have the right permissions to make the request.</p>
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
8
8
|
readonly name: "AccessDeniedException";
|
|
@@ -13,32 +13,32 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
13
13
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
14
14
|
}
|
|
15
15
|
/**
|
|
16
|
-
* @public
|
|
17
16
|
* <p>Defines an alternate key. This value is optional. A legacy data set might not have any
|
|
18
17
|
* alternate key defined but if those alternate keys definitions exist, provide them, as some
|
|
19
18
|
* applications will make use of them.</p>
|
|
19
|
+
* @public
|
|
20
20
|
*/
|
|
21
21
|
export interface AlternateKey {
|
|
22
22
|
/**
|
|
23
|
-
* @public
|
|
24
23
|
* <p>The name of the alternate key.</p>
|
|
24
|
+
* @public
|
|
25
25
|
*/
|
|
26
26
|
name?: string;
|
|
27
27
|
/**
|
|
28
|
-
* @public
|
|
29
28
|
* <p>A positive integer value representing the offset to mark the start of the alternate key
|
|
30
29
|
* part in the record byte array.</p>
|
|
30
|
+
* @public
|
|
31
31
|
*/
|
|
32
32
|
offset: number | undefined;
|
|
33
33
|
/**
|
|
34
|
-
* @public
|
|
35
34
|
* <p>A strictly positive integer value representing the length of the alternate key.</p>
|
|
35
|
+
* @public
|
|
36
36
|
*/
|
|
37
37
|
length: number | undefined;
|
|
38
38
|
/**
|
|
39
|
-
* @public
|
|
40
39
|
* <p>Indicates whether the alternate key values are supposed to be unique for the given data
|
|
41
40
|
* set.</p>
|
|
41
|
+
* @public
|
|
42
42
|
*/
|
|
43
43
|
allowDuplicates?: boolean;
|
|
44
44
|
}
|
|
@@ -47,13 +47,13 @@ export interface AlternateKey {
|
|
|
47
47
|
*/
|
|
48
48
|
export interface CancelBatchJobExecutionRequest {
|
|
49
49
|
/**
|
|
50
|
-
* @public
|
|
51
50
|
* <p>The unique identifier of the application.</p>
|
|
51
|
+
* @public
|
|
52
52
|
*/
|
|
53
53
|
applicationId: string | undefined;
|
|
54
54
|
/**
|
|
55
|
-
* @public
|
|
56
55
|
* <p>The unique identifier of the batch job execution.</p>
|
|
56
|
+
* @public
|
|
57
57
|
*/
|
|
58
58
|
executionId: string | undefined;
|
|
59
59
|
}
|
|
@@ -63,20 +63,20 @@ export interface CancelBatchJobExecutionRequest {
|
|
|
63
63
|
export interface CancelBatchJobExecutionResponse {
|
|
64
64
|
}
|
|
65
65
|
/**
|
|
66
|
-
* @public
|
|
67
66
|
* <p>The parameters provided in the request conflict with existing resources.</p>
|
|
67
|
+
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class ConflictException extends __BaseException {
|
|
70
70
|
readonly name: "ConflictException";
|
|
71
71
|
readonly $fault: "client";
|
|
72
72
|
/**
|
|
73
|
-
* @public
|
|
74
73
|
* <p>The ID of the conflicting resource.</p>
|
|
74
|
+
* @public
|
|
75
75
|
*/
|
|
76
76
|
resourceId?: string;
|
|
77
77
|
/**
|
|
78
|
-
* @public
|
|
79
78
|
* <p>The type of the conflicting resource.</p>
|
|
79
|
+
* @public
|
|
80
80
|
*/
|
|
81
81
|
resourceType?: string;
|
|
82
82
|
/**
|
|
@@ -85,16 +85,16 @@ export declare class ConflictException extends __BaseException {
|
|
|
85
85
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
|
-
* @public
|
|
89
88
|
* <p>An unexpected error occurred during the processing of the request.</p>
|
|
89
|
+
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class InternalServerException extends __BaseException {
|
|
92
92
|
readonly name: "InternalServerException";
|
|
93
93
|
readonly $fault: "server";
|
|
94
94
|
$retryable: {};
|
|
95
95
|
/**
|
|
96
|
-
* @public
|
|
97
96
|
* <p>The number of seconds to wait before retrying the request.</p>
|
|
97
|
+
* @public
|
|
98
98
|
*/
|
|
99
99
|
retryAfterSeconds?: number;
|
|
100
100
|
/**
|
|
@@ -103,20 +103,20 @@ export declare class InternalServerException extends __BaseException {
|
|
|
103
103
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
104
104
|
}
|
|
105
105
|
/**
|
|
106
|
-
* @public
|
|
107
106
|
* <p>The specified resource was not found.</p>
|
|
107
|
+
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
110
110
|
readonly name: "ResourceNotFoundException";
|
|
111
111
|
readonly $fault: "client";
|
|
112
112
|
/**
|
|
113
|
-
* @public
|
|
114
113
|
* <p>The ID of the missing resource.</p>
|
|
114
|
+
* @public
|
|
115
115
|
*/
|
|
116
116
|
resourceId?: string;
|
|
117
117
|
/**
|
|
118
|
-
* @public
|
|
119
118
|
* <p>The type of the missing resource.</p>
|
|
119
|
+
* @public
|
|
120
120
|
*/
|
|
121
121
|
resourceType?: string;
|
|
122
122
|
/**
|
|
@@ -125,8 +125,8 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
125
125
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
126
126
|
}
|
|
127
127
|
/**
|
|
128
|
-
* @public
|
|
129
128
|
* <p>The number of requests made exceeds the limit.</p>
|
|
129
|
+
* @public
|
|
130
130
|
*/
|
|
131
131
|
export declare class ThrottlingException extends __BaseException {
|
|
132
132
|
readonly name: "ThrottlingException";
|
|
@@ -135,18 +135,18 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
135
135
|
throttling: boolean;
|
|
136
136
|
};
|
|
137
137
|
/**
|
|
138
|
-
* @public
|
|
139
138
|
* <p>The identifier of the service that the throttled request was made to.</p>
|
|
139
|
+
* @public
|
|
140
140
|
*/
|
|
141
141
|
serviceCode?: string;
|
|
142
142
|
/**
|
|
143
|
-
* @public
|
|
144
143
|
* <p>The identifier of the throttled request.</p>
|
|
144
|
+
* @public
|
|
145
145
|
*/
|
|
146
146
|
quotaCode?: string;
|
|
147
147
|
/**
|
|
148
|
-
* @public
|
|
149
148
|
* <p>The number of seconds to wait before retrying the request.</p>
|
|
149
|
+
* @public
|
|
150
150
|
*/
|
|
151
151
|
retryAfterSeconds?: number;
|
|
152
152
|
/**
|
|
@@ -155,18 +155,18 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
155
155
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
156
156
|
}
|
|
157
157
|
/**
|
|
158
|
-
* @public
|
|
159
158
|
* <p>Contains information about a validation exception field.</p>
|
|
159
|
+
* @public
|
|
160
160
|
*/
|
|
161
161
|
export interface ValidationExceptionField {
|
|
162
162
|
/**
|
|
163
|
-
* @public
|
|
164
163
|
* <p>The name of the exception field.</p>
|
|
164
|
+
* @public
|
|
165
165
|
*/
|
|
166
166
|
name: string | undefined;
|
|
167
167
|
/**
|
|
168
|
-
* @public
|
|
169
168
|
* <p>The message of the exception field.</p>
|
|
169
|
+
* @public
|
|
170
170
|
*/
|
|
171
171
|
message: string | undefined;
|
|
172
172
|
}
|
|
@@ -185,20 +185,20 @@ export declare const ValidationExceptionReason: {
|
|
|
185
185
|
*/
|
|
186
186
|
export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
187
187
|
/**
|
|
188
|
-
* @public
|
|
189
188
|
* <p>One or more parameters provided in the request is not valid.</p>
|
|
189
|
+
* @public
|
|
190
190
|
*/
|
|
191
191
|
export declare class ValidationException extends __BaseException {
|
|
192
192
|
readonly name: "ValidationException";
|
|
193
193
|
readonly $fault: "client";
|
|
194
194
|
/**
|
|
195
|
-
* @public
|
|
196
195
|
* <p>The reason why it failed service validation.</p>
|
|
196
|
+
* @public
|
|
197
197
|
*/
|
|
198
198
|
reason?: ValidationExceptionReason;
|
|
199
199
|
/**
|
|
200
|
-
* @public
|
|
201
200
|
* <p>The list of fields that failed service validation.</p>
|
|
201
|
+
* @public
|
|
202
202
|
*/
|
|
203
203
|
fieldList?: ValidationExceptionField[];
|
|
204
204
|
/**
|
|
@@ -207,8 +207,8 @@ export declare class ValidationException extends __BaseException {
|
|
|
207
207
|
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
208
208
|
}
|
|
209
209
|
/**
|
|
210
|
-
* @public
|
|
211
210
|
* <p>The application definition for a particular application. </p>
|
|
211
|
+
* @public
|
|
212
212
|
*/
|
|
213
213
|
export type Definition = Definition.ContentMember | Definition.S3LocationMember | Definition.$UnknownMember;
|
|
214
214
|
/**
|
|
@@ -216,8 +216,8 @@ export type Definition = Definition.ContentMember | Definition.S3LocationMember
|
|
|
216
216
|
*/
|
|
217
217
|
export declare namespace Definition {
|
|
218
218
|
/**
|
|
219
|
-
* @public
|
|
220
219
|
* <p>The S3 bucket that contains the application definition.</p>
|
|
220
|
+
* @public
|
|
221
221
|
*/
|
|
222
222
|
interface S3LocationMember {
|
|
223
223
|
s3Location: string;
|
|
@@ -225,9 +225,9 @@ export declare namespace Definition {
|
|
|
225
225
|
$unknown?: never;
|
|
226
226
|
}
|
|
227
227
|
/**
|
|
228
|
-
* @public
|
|
229
228
|
* <p>The content of the application definition. This is a JSON object that contains the
|
|
230
229
|
* resource configuration/definitions that identify an application.</p>
|
|
230
|
+
* @public
|
|
231
231
|
*/
|
|
232
232
|
interface ContentMember {
|
|
233
233
|
s3Location?: never;
|
|
@@ -266,49 +266,49 @@ export type EngineType = (typeof EngineType)[keyof typeof EngineType];
|
|
|
266
266
|
*/
|
|
267
267
|
export interface CreateApplicationRequest {
|
|
268
268
|
/**
|
|
269
|
-
* @public
|
|
270
269
|
* <p>The unique identifier of the application.</p>
|
|
270
|
+
* @public
|
|
271
271
|
*/
|
|
272
272
|
name: string | undefined;
|
|
273
273
|
/**
|
|
274
|
-
* @public
|
|
275
274
|
* <p>The description of the application.</p>
|
|
275
|
+
* @public
|
|
276
276
|
*/
|
|
277
277
|
description?: string;
|
|
278
278
|
/**
|
|
279
|
-
* @public
|
|
280
279
|
* <p>The type of the target platform for this application.</p>
|
|
280
|
+
* @public
|
|
281
281
|
*/
|
|
282
282
|
engineType: EngineType | undefined;
|
|
283
283
|
/**
|
|
284
|
-
* @public
|
|
285
284
|
* <p>The application definition for this application. You can specify either inline JSON or
|
|
286
285
|
* an S3 bucket location.</p>
|
|
286
|
+
* @public
|
|
287
287
|
*/
|
|
288
288
|
definition: Definition | undefined;
|
|
289
289
|
/**
|
|
290
|
-
* @public
|
|
291
290
|
* <p>A list of tags to apply to the application.</p>
|
|
291
|
+
* @public
|
|
292
292
|
*/
|
|
293
293
|
tags?: Record<string, string>;
|
|
294
294
|
/**
|
|
295
|
-
* @public
|
|
296
295
|
* <p>Unique, case-sensitive identifier the service generates to ensure the idempotency of the
|
|
297
296
|
* request to create an application. The service generates the clientToken when the API call
|
|
298
297
|
* is triggered. The token expires after one hour, so if you retry the API within this
|
|
299
298
|
* timeframe with the same clientToken, you will get the same response. The service also
|
|
300
299
|
* handles deleting the clientToken after it expires. </p>
|
|
300
|
+
* @public
|
|
301
301
|
*/
|
|
302
302
|
clientToken?: string;
|
|
303
303
|
/**
|
|
304
|
-
* @public
|
|
305
304
|
* <p>The identifier of a customer managed key.</p>
|
|
305
|
+
* @public
|
|
306
306
|
*/
|
|
307
307
|
kmsKeyId?: string;
|
|
308
308
|
/**
|
|
309
|
-
* @public
|
|
310
309
|
* <p>The Amazon Resource Name (ARN) that identifies a role that the application uses to access Amazon Web Services resources
|
|
311
310
|
* that are not part of the application or are in a different Amazon Web Services account.</p>
|
|
311
|
+
* @public
|
|
312
312
|
*/
|
|
313
313
|
roleArn?: string;
|
|
314
314
|
}
|
|
@@ -317,46 +317,46 @@ export interface CreateApplicationRequest {
|
|
|
317
317
|
*/
|
|
318
318
|
export interface CreateApplicationResponse {
|
|
319
319
|
/**
|
|
320
|
-
* @public
|
|
321
320
|
* <p>The Amazon Resource Name (ARN) of the application.</p>
|
|
321
|
+
* @public
|
|
322
322
|
*/
|
|
323
323
|
applicationArn: string | undefined;
|
|
324
324
|
/**
|
|
325
|
-
* @public
|
|
326
325
|
* <p>The unique application identifier.</p>
|
|
326
|
+
* @public
|
|
327
327
|
*/
|
|
328
328
|
applicationId: string | undefined;
|
|
329
329
|
/**
|
|
330
|
-
* @public
|
|
331
330
|
* <p>The version number of the application.</p>
|
|
331
|
+
* @public
|
|
332
332
|
*/
|
|
333
333
|
applicationVersion: number | undefined;
|
|
334
334
|
}
|
|
335
335
|
/**
|
|
336
|
-
* @public
|
|
337
336
|
* <p>One or more quotas for Amazon Web Services Mainframe Modernization exceeds the limit.</p>
|
|
337
|
+
* @public
|
|
338
338
|
*/
|
|
339
339
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
340
340
|
readonly name: "ServiceQuotaExceededException";
|
|
341
341
|
readonly $fault: "client";
|
|
342
342
|
/**
|
|
343
|
-
* @public
|
|
344
343
|
* <p>The ID of the resource that is exceeding the quota limit.</p>
|
|
344
|
+
* @public
|
|
345
345
|
*/
|
|
346
346
|
resourceId?: string;
|
|
347
347
|
/**
|
|
348
|
-
* @public
|
|
349
348
|
* <p>The type of resource that is exceeding the quota limit for Amazon Web Services Mainframe Modernization.</p>
|
|
349
|
+
* @public
|
|
350
350
|
*/
|
|
351
351
|
resourceType?: string;
|
|
352
352
|
/**
|
|
353
|
-
* @public
|
|
354
353
|
* <p>A code that identifies the service that the exceeded quota belongs to.</p>
|
|
354
|
+
* @public
|
|
355
355
|
*/
|
|
356
356
|
serviceCode?: string;
|
|
357
357
|
/**
|
|
358
|
-
* @public
|
|
359
358
|
* <p>The identifier of the exceeded quota.</p>
|
|
359
|
+
* @public
|
|
360
360
|
*/
|
|
361
361
|
quotaCode?: string;
|
|
362
362
|
/**
|
|
@@ -365,124 +365,124 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
365
365
|
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
366
366
|
}
|
|
367
367
|
/**
|
|
368
|
-
* @public
|
|
369
368
|
* <p>The required attributes for a generation data group data set. A generation data set is
|
|
370
369
|
* one of a collection of successive, historically related, catalogued data sets that together
|
|
371
370
|
* are known as a generation data group (GDG). Use this structure when you want to import a
|
|
372
371
|
* GDG. For more information on GDG, see <a href="https://www.ibm.com/docs/en/zos/2.3.0?topic=guide-generation-data-sets">Generation
|
|
373
372
|
* data sets</a>.</p>
|
|
373
|
+
* @public
|
|
374
374
|
*/
|
|
375
375
|
export interface GdgAttributes {
|
|
376
376
|
/**
|
|
377
|
-
* @public
|
|
378
377
|
* <p>The maximum number of generation data sets, up to 255, in a GDG.</p>
|
|
378
|
+
* @public
|
|
379
379
|
*/
|
|
380
380
|
limit?: number;
|
|
381
381
|
/**
|
|
382
|
-
* @public
|
|
383
382
|
* <p>The disposition of the data set in the catalog.</p>
|
|
383
|
+
* @public
|
|
384
384
|
*/
|
|
385
385
|
rollDisposition?: string;
|
|
386
386
|
}
|
|
387
387
|
/**
|
|
388
|
-
* @public
|
|
389
388
|
* <p>The supported properties for a PO type data set.</p>
|
|
389
|
+
* @public
|
|
390
390
|
*/
|
|
391
391
|
export interface PoAttributes {
|
|
392
392
|
/**
|
|
393
|
-
* @public
|
|
394
393
|
* <p>The format of the data set records.</p>
|
|
394
|
+
* @public
|
|
395
395
|
*/
|
|
396
396
|
format: string | undefined;
|
|
397
397
|
/**
|
|
398
|
-
* @public
|
|
399
398
|
* <p>The character set encoding of the data set.</p>
|
|
399
|
+
* @public
|
|
400
400
|
*/
|
|
401
401
|
encoding?: string;
|
|
402
402
|
/**
|
|
403
|
-
* @public
|
|
404
403
|
* <p>An array containing one or more filename extensions, allowing you to specify which files
|
|
405
404
|
* to be included as PDS member.</p>
|
|
405
|
+
* @public
|
|
406
406
|
*/
|
|
407
407
|
memberFileExtensions: string[] | undefined;
|
|
408
408
|
}
|
|
409
409
|
/**
|
|
410
|
-
* @public
|
|
411
410
|
* <p>The supported properties for a PS type data set.</p>
|
|
411
|
+
* @public
|
|
412
412
|
*/
|
|
413
413
|
export interface PsAttributes {
|
|
414
414
|
/**
|
|
415
|
-
* @public
|
|
416
415
|
* <p>The format of the data set records.</p>
|
|
416
|
+
* @public
|
|
417
417
|
*/
|
|
418
418
|
format: string | undefined;
|
|
419
419
|
/**
|
|
420
|
-
* @public
|
|
421
420
|
* <p>The character set encoding of the data set.</p>
|
|
421
|
+
* @public
|
|
422
422
|
*/
|
|
423
423
|
encoding?: string;
|
|
424
424
|
}
|
|
425
425
|
/**
|
|
426
|
-
* @public
|
|
427
426
|
* <p>The primary key for a KSDS data set.</p>
|
|
427
|
+
* @public
|
|
428
428
|
*/
|
|
429
429
|
export interface PrimaryKey {
|
|
430
430
|
/**
|
|
431
|
-
* @public
|
|
432
431
|
* <p>A name for the Primary Key.</p>
|
|
432
|
+
* @public
|
|
433
433
|
*/
|
|
434
434
|
name?: string;
|
|
435
435
|
/**
|
|
436
|
-
* @public
|
|
437
436
|
* <p>A positive integer value representing the offset to mark the start of the primary key in
|
|
438
437
|
* the record byte array.</p>
|
|
438
|
+
* @public
|
|
439
439
|
*/
|
|
440
440
|
offset: number | undefined;
|
|
441
441
|
/**
|
|
442
|
-
* @public
|
|
443
442
|
* <p>A strictly positive integer value representing the length of the primary key. </p>
|
|
443
|
+
* @public
|
|
444
444
|
*/
|
|
445
445
|
length: number | undefined;
|
|
446
446
|
}
|
|
447
447
|
/**
|
|
448
|
-
* @public
|
|
449
448
|
* <p>The attributes of a VSAM type data set.</p>
|
|
449
|
+
* @public
|
|
450
450
|
*/
|
|
451
451
|
export interface VsamAttributes {
|
|
452
452
|
/**
|
|
453
|
-
* @public
|
|
454
453
|
* <p>The record format of the data set.</p>
|
|
454
|
+
* @public
|
|
455
455
|
*/
|
|
456
456
|
format: string | undefined;
|
|
457
457
|
/**
|
|
458
|
-
* @public
|
|
459
458
|
* <p>The character set used by the data set. Can be ASCII, EBCDIC, or unknown.</p>
|
|
459
|
+
* @public
|
|
460
460
|
*/
|
|
461
461
|
encoding?: string;
|
|
462
462
|
/**
|
|
463
|
-
* @public
|
|
464
463
|
* <p>Indicates whether indexes for this dataset are stored as compressed values. If you have
|
|
465
464
|
* a large data set (typically > 100 Mb), consider setting this flag to True.</p>
|
|
465
|
+
* @public
|
|
466
466
|
*/
|
|
467
467
|
compressed?: boolean;
|
|
468
468
|
/**
|
|
469
|
-
* @public
|
|
470
469
|
* <p>The primary key of the data set.</p>
|
|
470
|
+
* @public
|
|
471
471
|
*/
|
|
472
472
|
primaryKey?: PrimaryKey;
|
|
473
473
|
/**
|
|
474
|
-
* @public
|
|
475
474
|
* <p>The alternate key definitions, if any. A legacy dataset might not have any alternate key
|
|
476
475
|
* defined, but if those alternate keys definitions exist, provide them as some applications
|
|
477
476
|
* will make use of them.</p>
|
|
477
|
+
* @public
|
|
478
478
|
*/
|
|
479
479
|
alternateKeys?: AlternateKey[];
|
|
480
480
|
}
|
|
481
481
|
/**
|
|
482
|
-
* @public
|
|
483
482
|
* <p>Additional details about the data set. Different attributes correspond to different data
|
|
484
483
|
* set organizations. The values are populated based on datasetOrg, storageType and backend
|
|
485
484
|
* (Blu Age or Micro Focus).</p>
|
|
485
|
+
* @public
|
|
486
486
|
*/
|
|
487
487
|
export type DatasetOrgAttributes = DatasetOrgAttributes.GdgMember | DatasetOrgAttributes.PoMember | DatasetOrgAttributes.PsMember | DatasetOrgAttributes.VsamMember | DatasetOrgAttributes.$UnknownMember;
|
|
488
488
|
/**
|
|
@@ -490,8 +490,8 @@ export type DatasetOrgAttributes = DatasetOrgAttributes.GdgMember | DatasetOrgAt
|
|
|
490
490
|
*/
|
|
491
491
|
export declare namespace DatasetOrgAttributes {
|
|
492
492
|
/**
|
|
493
|
-
* @public
|
|
494
493
|
* <p>The details of a VSAM data set.</p>
|
|
494
|
+
* @public
|
|
495
495
|
*/
|
|
496
496
|
interface VsamMember {
|
|
497
497
|
vsam: VsamAttributes;
|
|
@@ -501,8 +501,8 @@ export declare namespace DatasetOrgAttributes {
|
|
|
501
501
|
$unknown?: never;
|
|
502
502
|
}
|
|
503
503
|
/**
|
|
504
|
-
* @public
|
|
505
504
|
* <p>The generation data group of the data set.</p>
|
|
505
|
+
* @public
|
|
506
506
|
*/
|
|
507
507
|
interface GdgMember {
|
|
508
508
|
vsam?: never;
|
|
@@ -512,8 +512,8 @@ export declare namespace DatasetOrgAttributes {
|
|
|
512
512
|
$unknown?: never;
|
|
513
513
|
}
|
|
514
514
|
/**
|
|
515
|
-
* @public
|
|
516
515
|
* <p>The details of a PO type data set.</p>
|
|
516
|
+
* @public
|
|
517
517
|
*/
|
|
518
518
|
interface PoMember {
|
|
519
519
|
vsam?: never;
|
|
@@ -523,8 +523,8 @@ export declare namespace DatasetOrgAttributes {
|
|
|
523
523
|
$unknown?: never;
|
|
524
524
|
}
|
|
525
525
|
/**
|
|
526
|
-
* @public
|
|
527
526
|
* <p>The details of a PS type data set.</p>
|
|
527
|
+
* @public
|
|
528
528
|
*/
|
|
529
529
|
interface PsMember {
|
|
530
530
|
vsam?: never;
|
|
@@ -553,58 +553,58 @@ export declare namespace DatasetOrgAttributes {
|
|
|
553
553
|
const visit: <T>(value: DatasetOrgAttributes, visitor: Visitor<T>) => T;
|
|
554
554
|
}
|
|
555
555
|
/**
|
|
556
|
-
* @public
|
|
557
556
|
* <p>The length of the records in the data set.</p>
|
|
557
|
+
* @public
|
|
558
558
|
*/
|
|
559
559
|
export interface RecordLength {
|
|
560
560
|
/**
|
|
561
|
-
* @public
|
|
562
561
|
* <p>The minimum record length of a record.</p>
|
|
562
|
+
* @public
|
|
563
563
|
*/
|
|
564
564
|
min: number | undefined;
|
|
565
565
|
/**
|
|
566
|
-
* @public
|
|
567
566
|
* <p>The maximum record length. In case of fixed, both minimum and maximum are the
|
|
568
567
|
* same.</p>
|
|
568
|
+
* @public
|
|
569
569
|
*/
|
|
570
570
|
max: number | undefined;
|
|
571
571
|
}
|
|
572
572
|
/**
|
|
573
|
-
* @public
|
|
574
573
|
* <p>Defines a data set.</p>
|
|
574
|
+
* @public
|
|
575
575
|
*/
|
|
576
576
|
export interface DataSet {
|
|
577
577
|
/**
|
|
578
|
-
* @public
|
|
579
578
|
* <p>The storage type of the data set: database or file system. For Micro Focus, database
|
|
580
579
|
* corresponds to datastore and file system corresponds to EFS/FSX. For Blu Age, there is no
|
|
581
580
|
* support of file system and database corresponds to Blusam. </p>
|
|
581
|
+
* @public
|
|
582
582
|
*/
|
|
583
583
|
storageType?: string;
|
|
584
584
|
/**
|
|
585
|
-
* @public
|
|
586
585
|
* <p>The logical identifier for a specific data set (in mainframe format).</p>
|
|
586
|
+
* @public
|
|
587
587
|
*/
|
|
588
588
|
datasetName: string | undefined;
|
|
589
589
|
/**
|
|
590
|
-
* @public
|
|
591
590
|
* <p>The type of dataset. The only supported value is VSAM.</p>
|
|
591
|
+
* @public
|
|
592
592
|
*/
|
|
593
593
|
datasetOrg: DatasetOrgAttributes | undefined;
|
|
594
594
|
/**
|
|
595
|
-
* @public
|
|
596
595
|
* <p>The relative location of the data set in the database or file system. </p>
|
|
596
|
+
* @public
|
|
597
597
|
*/
|
|
598
598
|
relativePath?: string;
|
|
599
599
|
/**
|
|
600
|
-
* @public
|
|
601
600
|
* <p>The length of a record.</p>
|
|
601
|
+
* @public
|
|
602
602
|
*/
|
|
603
603
|
recordLength: RecordLength | undefined;
|
|
604
604
|
}
|
|
605
605
|
/**
|
|
606
|
-
* @public
|
|
607
606
|
* <p>Defines an external storage location.</p>
|
|
607
|
+
* @public
|
|
608
608
|
*/
|
|
609
609
|
export type ExternalLocation = ExternalLocation.S3LocationMember | ExternalLocation.$UnknownMember;
|
|
610
610
|
/**
|
|
@@ -612,8 +612,8 @@ export type ExternalLocation = ExternalLocation.S3LocationMember | ExternalLocat
|
|
|
612
612
|
*/
|
|
613
613
|
export declare namespace ExternalLocation {
|
|
614
614
|
/**
|
|
615
|
-
* @public
|
|
616
615
|
* <p>The URI of the Amazon S3 bucket.</p>
|
|
616
|
+
* @public
|
|
617
617
|
*/
|
|
618
618
|
interface S3LocationMember {
|
|
619
619
|
s3Location: string;
|
|
@@ -633,24 +633,24 @@ export declare namespace ExternalLocation {
|
|
|
633
633
|
const visit: <T>(value: ExternalLocation, visitor: Visitor<T>) => T;
|
|
634
634
|
}
|
|
635
635
|
/**
|
|
636
|
-
* @public
|
|
637
636
|
* <p>Identifies a specific data set to import from an external location.</p>
|
|
637
|
+
* @public
|
|
638
638
|
*/
|
|
639
639
|
export interface DataSetImportItem {
|
|
640
640
|
/**
|
|
641
|
-
* @public
|
|
642
641
|
* <p>The data set.</p>
|
|
642
|
+
* @public
|
|
643
643
|
*/
|
|
644
644
|
dataSet: DataSet | undefined;
|
|
645
645
|
/**
|
|
646
|
-
* @public
|
|
647
646
|
* <p>The location of the data set.</p>
|
|
647
|
+
* @public
|
|
648
648
|
*/
|
|
649
649
|
externalLocation: ExternalLocation | undefined;
|
|
650
650
|
}
|
|
651
651
|
/**
|
|
652
|
-
* @public
|
|
653
652
|
* <p>Identifies one or more data sets you want to import with the <a>CreateDataSetImportTask</a> operation.</p>
|
|
653
|
+
* @public
|
|
654
654
|
*/
|
|
655
655
|
export type DataSetImportConfig = DataSetImportConfig.DataSetsMember | DataSetImportConfig.S3LocationMember | DataSetImportConfig.$UnknownMember;
|
|
656
656
|
/**
|
|
@@ -658,8 +658,8 @@ export type DataSetImportConfig = DataSetImportConfig.DataSetsMember | DataSetIm
|
|
|
658
658
|
*/
|
|
659
659
|
export declare namespace DataSetImportConfig {
|
|
660
660
|
/**
|
|
661
|
-
* @public
|
|
662
661
|
* <p>The Amazon S3 location of the data sets.</p>
|
|
662
|
+
* @public
|
|
663
663
|
*/
|
|
664
664
|
interface S3LocationMember {
|
|
665
665
|
s3Location: string;
|
|
@@ -667,8 +667,8 @@ export declare namespace DataSetImportConfig {
|
|
|
667
667
|
$unknown?: never;
|
|
668
668
|
}
|
|
669
669
|
/**
|
|
670
|
-
* @public
|
|
671
670
|
* <p>The data sets.</p>
|
|
671
|
+
* @public
|
|
672
672
|
*/
|
|
673
673
|
interface DataSetsMember {
|
|
674
674
|
s3Location?: never;
|
|
@@ -695,22 +695,22 @@ export declare namespace DataSetImportConfig {
|
|
|
695
695
|
*/
|
|
696
696
|
export interface CreateDataSetImportTaskRequest {
|
|
697
697
|
/**
|
|
698
|
-
* @public
|
|
699
698
|
* <p>The unique identifier of the application for which you want to import data sets.</p>
|
|
699
|
+
* @public
|
|
700
700
|
*/
|
|
701
701
|
applicationId: string | undefined;
|
|
702
702
|
/**
|
|
703
|
-
* @public
|
|
704
703
|
* <p>The data set import task configuration.</p>
|
|
704
|
+
* @public
|
|
705
705
|
*/
|
|
706
706
|
importConfig: DataSetImportConfig | undefined;
|
|
707
707
|
/**
|
|
708
|
-
* @public
|
|
709
708
|
* <p> Unique, case-sensitive identifier you provide to ensure the idempotency of the request
|
|
710
709
|
* to create a data set import. The service generates the clientToken when the API call is
|
|
711
710
|
* triggered. The token expires after one hour, so if you retry the API within this timeframe
|
|
712
711
|
* with the same clientToken, you will get the same response. The service also handles
|
|
713
712
|
* deleting the clientToken after it expires. </p>
|
|
713
|
+
* @public
|
|
714
714
|
*/
|
|
715
715
|
clientToken?: string;
|
|
716
716
|
}
|
|
@@ -719,8 +719,8 @@ export interface CreateDataSetImportTaskRequest {
|
|
|
719
719
|
*/
|
|
720
720
|
export interface CreateDataSetImportTaskResponse {
|
|
721
721
|
/**
|
|
722
|
-
* @public
|
|
723
722
|
* <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>
|
|
723
|
+
* @public
|
|
724
724
|
*/
|
|
725
725
|
taskId: string | undefined;
|
|
726
726
|
}
|
|
@@ -729,28 +729,28 @@ export interface CreateDataSetImportTaskResponse {
|
|
|
729
729
|
*/
|
|
730
730
|
export interface CreateDeploymentRequest {
|
|
731
731
|
/**
|
|
732
|
-
* @public
|
|
733
732
|
* <p>The identifier of the runtime environment where you want to deploy this
|
|
734
733
|
* application.</p>
|
|
734
|
+
* @public
|
|
735
735
|
*/
|
|
736
736
|
environmentId: string | undefined;
|
|
737
737
|
/**
|
|
738
|
-
* @public
|
|
739
738
|
* <p>The application identifier.</p>
|
|
739
|
+
* @public
|
|
740
740
|
*/
|
|
741
741
|
applicationId: string | undefined;
|
|
742
742
|
/**
|
|
743
|
-
* @public
|
|
744
743
|
* <p>The version of the application to deploy.</p>
|
|
744
|
+
* @public
|
|
745
745
|
*/
|
|
746
746
|
applicationVersion: number | undefined;
|
|
747
747
|
/**
|
|
748
|
-
* @public
|
|
749
748
|
* <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request
|
|
750
749
|
* to create a deployment. The service generates the clientToken when the API call is
|
|
751
750
|
* triggered. The token expires after one hour, so if you retry the API within this timeframe
|
|
752
751
|
* with the same clientToken, you will get the same response. The service also handles
|
|
753
752
|
* deleting the clientToken after it expires. </p>
|
|
753
|
+
* @public
|
|
754
754
|
*/
|
|
755
755
|
clientToken?: string;
|
|
756
756
|
}
|
|
@@ -759,8 +759,8 @@ export interface CreateDeploymentRequest {
|
|
|
759
759
|
*/
|
|
760
760
|
export interface CreateDeploymentResponse {
|
|
761
761
|
/**
|
|
762
|
-
* @public
|
|
763
762
|
* <p>The unique identifier of the deployment.</p>
|
|
763
|
+
* @public
|
|
764
764
|
*/
|
|
765
765
|
deploymentId: string | undefined;
|
|
766
766
|
}
|
|
@@ -769,8 +769,8 @@ export interface CreateDeploymentResponse {
|
|
|
769
769
|
*/
|
|
770
770
|
export interface DeleteApplicationRequest {
|
|
771
771
|
/**
|
|
772
|
-
* @public
|
|
773
772
|
* <p>The unique identifier of the application you want to delete.</p>
|
|
773
|
+
* @public
|
|
774
774
|
*/
|
|
775
775
|
applicationId: string | undefined;
|
|
776
776
|
}
|
|
@@ -784,14 +784,14 @@ export interface DeleteApplicationResponse {
|
|
|
784
784
|
*/
|
|
785
785
|
export interface DeleteApplicationFromEnvironmentRequest {
|
|
786
786
|
/**
|
|
787
|
-
* @public
|
|
788
787
|
* <p>The unique identifier of the application you want to delete.</p>
|
|
788
|
+
* @public
|
|
789
789
|
*/
|
|
790
790
|
applicationId: string | undefined;
|
|
791
791
|
/**
|
|
792
|
-
* @public
|
|
793
792
|
* <p>The unique identifier of the runtime environment where the application was previously
|
|
794
793
|
* deployed.</p>
|
|
794
|
+
* @public
|
|
795
795
|
*/
|
|
796
796
|
environmentId: string | undefined;
|
|
797
797
|
}
|
|
@@ -805,8 +805,8 @@ export interface DeleteApplicationFromEnvironmentResponse {
|
|
|
805
805
|
*/
|
|
806
806
|
export interface GetApplicationRequest {
|
|
807
807
|
/**
|
|
808
|
-
* @public
|
|
809
808
|
* <p>The identifier of the application.</p>
|
|
809
|
+
* @public
|
|
810
810
|
*/
|
|
811
811
|
applicationId: string | undefined;
|
|
812
812
|
}
|
|
@@ -825,23 +825,23 @@ export declare const DeploymentLifecycle: {
|
|
|
825
825
|
*/
|
|
826
826
|
export type DeploymentLifecycle = (typeof DeploymentLifecycle)[keyof typeof DeploymentLifecycle];
|
|
827
827
|
/**
|
|
828
|
-
* @public
|
|
829
828
|
* <p>Contains a summary of a deployed application.</p>
|
|
829
|
+
* @public
|
|
830
830
|
*/
|
|
831
831
|
export interface DeployedVersionSummary {
|
|
832
832
|
/**
|
|
833
|
-
* @public
|
|
834
833
|
* <p>The version of the deployed application.</p>
|
|
834
|
+
* @public
|
|
835
835
|
*/
|
|
836
836
|
applicationVersion: number | undefined;
|
|
837
837
|
/**
|
|
838
|
-
* @public
|
|
839
838
|
* <p>The status of the deployment.</p>
|
|
839
|
+
* @public
|
|
840
840
|
*/
|
|
841
841
|
status: DeploymentLifecycle | undefined;
|
|
842
842
|
/**
|
|
843
|
-
* @public
|
|
844
843
|
* <p>The reason for the reported status.</p>
|
|
844
|
+
* @public
|
|
845
845
|
*/
|
|
846
846
|
statusReason?: string;
|
|
847
847
|
}
|
|
@@ -859,45 +859,45 @@ export declare const ApplicationVersionLifecycle: {
|
|
|
859
859
|
*/
|
|
860
860
|
export type ApplicationVersionLifecycle = (typeof ApplicationVersionLifecycle)[keyof typeof ApplicationVersionLifecycle];
|
|
861
861
|
/**
|
|
862
|
-
* @public
|
|
863
862
|
* <p>Defines an application version summary.</p>
|
|
863
|
+
* @public
|
|
864
864
|
*/
|
|
865
865
|
export interface ApplicationVersionSummary {
|
|
866
866
|
/**
|
|
867
|
-
* @public
|
|
868
867
|
* <p>The application version.</p>
|
|
868
|
+
* @public
|
|
869
869
|
*/
|
|
870
870
|
applicationVersion: number | undefined;
|
|
871
871
|
/**
|
|
872
|
-
* @public
|
|
873
872
|
* <p>The status of the application.</p>
|
|
873
|
+
* @public
|
|
874
874
|
*/
|
|
875
875
|
status: ApplicationVersionLifecycle | undefined;
|
|
876
876
|
/**
|
|
877
|
-
* @public
|
|
878
877
|
* <p>The reason for the reported status.</p>
|
|
878
|
+
* @public
|
|
879
879
|
*/
|
|
880
880
|
statusReason?: string;
|
|
881
881
|
/**
|
|
882
|
-
* @public
|
|
883
882
|
* <p>The timestamp when the application version was created.</p>
|
|
883
|
+
* @public
|
|
884
884
|
*/
|
|
885
885
|
creationTime: Date | undefined;
|
|
886
886
|
}
|
|
887
887
|
/**
|
|
888
|
-
* @public
|
|
889
888
|
* <p>A subset of the attributes that describe a log group. In CloudWatch a log group is a group of
|
|
890
889
|
* log streams that share the same retention, monitoring, and access control settings.</p>
|
|
890
|
+
* @public
|
|
891
891
|
*/
|
|
892
892
|
export interface LogGroupSummary {
|
|
893
893
|
/**
|
|
894
|
-
* @public
|
|
895
894
|
* <p>The type of log.</p>
|
|
895
|
+
* @public
|
|
896
896
|
*/
|
|
897
897
|
logType: string | undefined;
|
|
898
898
|
/**
|
|
899
|
-
* @public
|
|
900
899
|
* <p>The name of the log group.</p>
|
|
900
|
+
* @public
|
|
901
901
|
*/
|
|
902
902
|
logGroupName: string | undefined;
|
|
903
903
|
}
|
|
@@ -927,111 +927,111 @@ export type ApplicationLifecycle = (typeof ApplicationLifecycle)[keyof typeof Ap
|
|
|
927
927
|
*/
|
|
928
928
|
export interface GetApplicationResponse {
|
|
929
929
|
/**
|
|
930
|
-
* @public
|
|
931
930
|
* <p>The unique identifier of the application.</p>
|
|
931
|
+
* @public
|
|
932
932
|
*/
|
|
933
933
|
name: string | undefined;
|
|
934
934
|
/**
|
|
935
|
-
* @public
|
|
936
935
|
* <p>The description of the application.</p>
|
|
936
|
+
* @public
|
|
937
937
|
*/
|
|
938
938
|
description?: string;
|
|
939
939
|
/**
|
|
940
|
-
* @public
|
|
941
940
|
* <p>The identifier of the application.</p>
|
|
941
|
+
* @public
|
|
942
942
|
*/
|
|
943
943
|
applicationId: string | undefined;
|
|
944
944
|
/**
|
|
945
|
-
* @public
|
|
946
945
|
* <p>The Amazon Resource Name (ARN) of the application.</p>
|
|
946
|
+
* @public
|
|
947
947
|
*/
|
|
948
948
|
applicationArn: string | undefined;
|
|
949
949
|
/**
|
|
950
|
-
* @public
|
|
951
950
|
* <p>The status of the application.</p>
|
|
951
|
+
* @public
|
|
952
952
|
*/
|
|
953
953
|
status: ApplicationLifecycle | undefined;
|
|
954
954
|
/**
|
|
955
|
-
* @public
|
|
956
955
|
* <p>The latest version of the application.</p>
|
|
956
|
+
* @public
|
|
957
957
|
*/
|
|
958
958
|
latestVersion: ApplicationVersionSummary | undefined;
|
|
959
959
|
/**
|
|
960
|
-
* @public
|
|
961
960
|
* <p>The version of the application that is deployed.</p>
|
|
961
|
+
* @public
|
|
962
962
|
*/
|
|
963
963
|
deployedVersion?: DeployedVersionSummary;
|
|
964
964
|
/**
|
|
965
|
-
* @public
|
|
966
965
|
* <p>The type of the target platform for the application.</p>
|
|
966
|
+
* @public
|
|
967
967
|
*/
|
|
968
968
|
engineType: EngineType | undefined;
|
|
969
969
|
/**
|
|
970
|
-
* @public
|
|
971
970
|
* <p>The list of log summaries. Each log summary includes the log type as well as the log
|
|
972
971
|
* group identifier. These are CloudWatch logs. Amazon Web Services Mainframe Modernization pushes the application log to CloudWatch under
|
|
973
972
|
* the customer's account.</p>
|
|
973
|
+
* @public
|
|
974
974
|
*/
|
|
975
975
|
logGroups?: LogGroupSummary[];
|
|
976
976
|
/**
|
|
977
|
-
* @public
|
|
978
977
|
* <p>The timestamp when this application was created.</p>
|
|
978
|
+
* @public
|
|
979
979
|
*/
|
|
980
980
|
creationTime: Date | undefined;
|
|
981
981
|
/**
|
|
982
|
-
* @public
|
|
983
982
|
* <p>The timestamp when you last started the application. Null until the application runs for
|
|
984
983
|
* the first time.</p>
|
|
984
|
+
* @public
|
|
985
985
|
*/
|
|
986
986
|
lastStartTime?: Date;
|
|
987
987
|
/**
|
|
988
|
-
* @public
|
|
989
988
|
* <p>A list of tags associated with the application.</p>
|
|
989
|
+
* @public
|
|
990
990
|
*/
|
|
991
991
|
tags?: Record<string, string>;
|
|
992
992
|
/**
|
|
993
|
-
* @public
|
|
994
993
|
* <p>The identifier of the runtime environment where you want to deploy the
|
|
995
994
|
* application.</p>
|
|
995
|
+
* @public
|
|
996
996
|
*/
|
|
997
997
|
environmentId?: string;
|
|
998
998
|
/**
|
|
999
|
-
* @public
|
|
1000
999
|
* <p>Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the
|
|
1001
1000
|
* network load balancer.</p>
|
|
1001
|
+
* @public
|
|
1002
1002
|
*/
|
|
1003
1003
|
targetGroupArns?: string[];
|
|
1004
1004
|
/**
|
|
1005
|
-
* @public
|
|
1006
1005
|
* <p>The Amazon Resource Name (ARN) for the network load balancer listener created in your
|
|
1007
1006
|
* Amazon Web Services account. Amazon Web Services Mainframe Modernization creates this listener for you the first time you deploy an
|
|
1008
1007
|
* application.</p>
|
|
1008
|
+
* @public
|
|
1009
1009
|
*/
|
|
1010
1010
|
listenerArns?: string[];
|
|
1011
1011
|
/**
|
|
1012
|
-
* @public
|
|
1013
1012
|
* <p>The port associated with the network load balancer listener created in your Amazon Web Services
|
|
1014
1013
|
* account.</p>
|
|
1014
|
+
* @public
|
|
1015
1015
|
*/
|
|
1016
1016
|
listenerPorts?: number[];
|
|
1017
1017
|
/**
|
|
1018
|
-
* @public
|
|
1019
1018
|
* <p>The public DNS name of the load balancer created in your Amazon Web Services account.</p>
|
|
1019
|
+
* @public
|
|
1020
1020
|
*/
|
|
1021
1021
|
loadBalancerDnsName?: string;
|
|
1022
1022
|
/**
|
|
1023
|
-
* @public
|
|
1024
1023
|
* <p>The reason for the reported status.</p>
|
|
1024
|
+
* @public
|
|
1025
1025
|
*/
|
|
1026
1026
|
statusReason?: string;
|
|
1027
1027
|
/**
|
|
1028
|
-
* @public
|
|
1029
1028
|
* <p>The identifier of a customer managed key.</p>
|
|
1029
|
+
* @public
|
|
1030
1030
|
*/
|
|
1031
1031
|
kmsKeyId?: string;
|
|
1032
1032
|
/**
|
|
1033
|
-
* @public
|
|
1034
1033
|
* <p>The Amazon Resource Name (ARN) of the role associated with the application.</p>
|
|
1034
|
+
* @public
|
|
1035
1035
|
*/
|
|
1036
1036
|
roleArn?: string;
|
|
1037
1037
|
}
|
|
@@ -1040,13 +1040,13 @@ export interface GetApplicationResponse {
|
|
|
1040
1040
|
*/
|
|
1041
1041
|
export interface GetApplicationVersionRequest {
|
|
1042
1042
|
/**
|
|
1043
|
-
* @public
|
|
1044
1043
|
* <p>The unique identifier of the application.</p>
|
|
1044
|
+
* @public
|
|
1045
1045
|
*/
|
|
1046
1046
|
applicationId: string | undefined;
|
|
1047
1047
|
/**
|
|
1048
|
-
* @public
|
|
1049
1048
|
* <p>The specific version of the application.</p>
|
|
1049
|
+
* @public
|
|
1050
1050
|
*/
|
|
1051
1051
|
applicationVersion: number | undefined;
|
|
1052
1052
|
}
|
|
@@ -1055,39 +1055,39 @@ export interface GetApplicationVersionRequest {
|
|
|
1055
1055
|
*/
|
|
1056
1056
|
export interface GetApplicationVersionResponse {
|
|
1057
1057
|
/**
|
|
1058
|
-
* @public
|
|
1059
1058
|
* <p>The name of the application version.</p>
|
|
1059
|
+
* @public
|
|
1060
1060
|
*/
|
|
1061
1061
|
name: string | undefined;
|
|
1062
1062
|
/**
|
|
1063
|
-
* @public
|
|
1064
1063
|
* <p>The specific version of the application.</p>
|
|
1064
|
+
* @public
|
|
1065
1065
|
*/
|
|
1066
1066
|
applicationVersion: number | undefined;
|
|
1067
1067
|
/**
|
|
1068
|
-
* @public
|
|
1069
1068
|
* <p>The application description.</p>
|
|
1069
|
+
* @public
|
|
1070
1070
|
*/
|
|
1071
1071
|
description?: string;
|
|
1072
1072
|
/**
|
|
1073
|
-
* @public
|
|
1074
1073
|
* <p>The content of the application definition. This is a JSON object that contains the
|
|
1075
1074
|
* resource configuration and definitions that identify an application.</p>
|
|
1075
|
+
* @public
|
|
1076
1076
|
*/
|
|
1077
1077
|
definitionContent: string | undefined;
|
|
1078
1078
|
/**
|
|
1079
|
-
* @public
|
|
1080
1079
|
* <p>The status of the application version.</p>
|
|
1080
|
+
* @public
|
|
1081
1081
|
*/
|
|
1082
1082
|
status: ApplicationVersionLifecycle | undefined;
|
|
1083
1083
|
/**
|
|
1084
|
-
* @public
|
|
1085
1084
|
* <p>The timestamp when the application version was created.</p>
|
|
1085
|
+
* @public
|
|
1086
1086
|
*/
|
|
1087
1087
|
creationTime: Date | undefined;
|
|
1088
1088
|
/**
|
|
1089
|
-
* @public
|
|
1090
1089
|
* <p>The reason for the reported status.</p>
|
|
1090
|
+
* @public
|
|
1091
1091
|
*/
|
|
1092
1092
|
statusReason?: string;
|
|
1093
1093
|
}
|
|
@@ -1096,36 +1096,36 @@ export interface GetApplicationVersionResponse {
|
|
|
1096
1096
|
*/
|
|
1097
1097
|
export interface GetBatchJobExecutionRequest {
|
|
1098
1098
|
/**
|
|
1099
|
-
* @public
|
|
1100
1099
|
* <p>The identifier of the application.</p>
|
|
1100
|
+
* @public
|
|
1101
1101
|
*/
|
|
1102
1102
|
applicationId: string | undefined;
|
|
1103
1103
|
/**
|
|
1104
|
-
* @public
|
|
1105
1104
|
* <p>The unique identifier of the batch job execution.</p>
|
|
1105
|
+
* @public
|
|
1106
1106
|
*/
|
|
1107
1107
|
executionId: string | undefined;
|
|
1108
1108
|
}
|
|
1109
1109
|
/**
|
|
1110
|
-
* @public
|
|
1111
1110
|
* <p>A batch job identifier in which the batch job to run is identified by the file name and
|
|
1112
1111
|
* the relative path to the file name.</p>
|
|
1112
|
+
* @public
|
|
1113
1113
|
*/
|
|
1114
1114
|
export interface FileBatchJobIdentifier {
|
|
1115
1115
|
/**
|
|
1116
|
-
* @public
|
|
1117
1116
|
* <p>The file name for the batch job identifier.</p>
|
|
1117
|
+
* @public
|
|
1118
1118
|
*/
|
|
1119
1119
|
fileName: string | undefined;
|
|
1120
1120
|
/**
|
|
1121
|
-
* @public
|
|
1122
1121
|
* <p>The relative path to the file name for the batch job identifier.</p>
|
|
1122
|
+
* @public
|
|
1123
1123
|
*/
|
|
1124
1124
|
folderPath?: string;
|
|
1125
1125
|
}
|
|
1126
1126
|
/**
|
|
1127
|
-
* @public
|
|
1128
1127
|
* <p>Identifies a specific batch job.</p>
|
|
1128
|
+
* @public
|
|
1129
1129
|
*/
|
|
1130
1130
|
export type JobIdentifier = JobIdentifier.FileNameMember | JobIdentifier.ScriptNameMember | JobIdentifier.$UnknownMember;
|
|
1131
1131
|
/**
|
|
@@ -1133,8 +1133,8 @@ export type JobIdentifier = JobIdentifier.FileNameMember | JobIdentifier.ScriptN
|
|
|
1133
1133
|
*/
|
|
1134
1134
|
export declare namespace JobIdentifier {
|
|
1135
1135
|
/**
|
|
1136
|
-
* @public
|
|
1137
1136
|
* <p>The name of the file that contains the batch job definition.</p>
|
|
1137
|
+
* @public
|
|
1138
1138
|
*/
|
|
1139
1139
|
interface FileNameMember {
|
|
1140
1140
|
fileName: string;
|
|
@@ -1142,8 +1142,8 @@ export declare namespace JobIdentifier {
|
|
|
1142
1142
|
$unknown?: never;
|
|
1143
1143
|
}
|
|
1144
1144
|
/**
|
|
1145
|
-
* @public
|
|
1146
1145
|
* <p>The name of the script that contains the batch job definition.</p>
|
|
1146
|
+
* @public
|
|
1147
1147
|
*/
|
|
1148
1148
|
interface ScriptNameMember {
|
|
1149
1149
|
fileName?: never;
|
|
@@ -1166,41 +1166,41 @@ export declare namespace JobIdentifier {
|
|
|
1166
1166
|
const visit: <T>(value: JobIdentifier, visitor: Visitor<T>) => T;
|
|
1167
1167
|
}
|
|
1168
1168
|
/**
|
|
1169
|
-
* @public
|
|
1170
1169
|
* <p>A batch job identifier in which the batch jobs to run are identified by an Amazon S3 location.</p>
|
|
1170
|
+
* @public
|
|
1171
1171
|
*/
|
|
1172
1172
|
export interface S3BatchJobIdentifier {
|
|
1173
1173
|
/**
|
|
1174
|
-
* @public
|
|
1175
1174
|
* <p>The Amazon S3 bucket that contains the batch job definitions.</p>
|
|
1175
|
+
* @public
|
|
1176
1176
|
*/
|
|
1177
1177
|
bucket: string | undefined;
|
|
1178
1178
|
/**
|
|
1179
|
-
* @public
|
|
1180
1179
|
* <p>The key prefix that specifies the path to the folder in the S3 bucket that has the batch job definitions.</p>
|
|
1180
|
+
* @public
|
|
1181
1181
|
*/
|
|
1182
1182
|
keyPrefix?: string;
|
|
1183
1183
|
/**
|
|
1184
|
-
* @public
|
|
1185
1184
|
* <p>Identifies the batch job definition. This identifier can also point to any batch job definition that already exists in the application or to one of the batch job definitions within the directory that is specified in <code>keyPrefix</code>.</p>
|
|
1185
|
+
* @public
|
|
1186
1186
|
*/
|
|
1187
1187
|
identifier: JobIdentifier | undefined;
|
|
1188
1188
|
}
|
|
1189
1189
|
/**
|
|
1190
|
-
* @public
|
|
1191
1190
|
* <p>A batch job identifier in which the batch job to run is identified by the script
|
|
1192
1191
|
* name.</p>
|
|
1192
|
+
* @public
|
|
1193
1193
|
*/
|
|
1194
1194
|
export interface ScriptBatchJobIdentifier {
|
|
1195
1195
|
/**
|
|
1196
|
-
* @public
|
|
1197
1196
|
* <p>The name of the script containing the batch job definition.</p>
|
|
1197
|
+
* @public
|
|
1198
1198
|
*/
|
|
1199
1199
|
scriptName: string | undefined;
|
|
1200
1200
|
}
|
|
1201
1201
|
/**
|
|
1202
|
-
* @public
|
|
1203
1202
|
* <p>Identifies a specific batch job.</p>
|
|
1203
|
+
* @public
|
|
1204
1204
|
*/
|
|
1205
1205
|
export type BatchJobIdentifier = BatchJobIdentifier.FileBatchJobIdentifierMember | BatchJobIdentifier.S3BatchJobIdentifierMember | BatchJobIdentifier.ScriptBatchJobIdentifierMember | BatchJobIdentifier.$UnknownMember;
|
|
1206
1206
|
/**
|
|
@@ -1208,8 +1208,8 @@ export type BatchJobIdentifier = BatchJobIdentifier.FileBatchJobIdentifierMember
|
|
|
1208
1208
|
*/
|
|
1209
1209
|
export declare namespace BatchJobIdentifier {
|
|
1210
1210
|
/**
|
|
1211
|
-
* @public
|
|
1212
1211
|
* <p>Specifies a file associated with a specific batch job.</p>
|
|
1212
|
+
* @public
|
|
1213
1213
|
*/
|
|
1214
1214
|
interface FileBatchJobIdentifierMember {
|
|
1215
1215
|
fileBatchJobIdentifier: FileBatchJobIdentifier;
|
|
@@ -1218,9 +1218,9 @@ export declare namespace BatchJobIdentifier {
|
|
|
1218
1218
|
$unknown?: never;
|
|
1219
1219
|
}
|
|
1220
1220
|
/**
|
|
1221
|
-
* @public
|
|
1222
1221
|
* <p>A batch job identifier in which the batch job to run is identified by the script
|
|
1223
1222
|
* name.</p>
|
|
1223
|
+
* @public
|
|
1224
1224
|
*/
|
|
1225
1225
|
interface ScriptBatchJobIdentifierMember {
|
|
1226
1226
|
fileBatchJobIdentifier?: never;
|
|
@@ -1229,8 +1229,8 @@ export declare namespace BatchJobIdentifier {
|
|
|
1229
1229
|
$unknown?: never;
|
|
1230
1230
|
}
|
|
1231
1231
|
/**
|
|
1232
|
-
* @public
|
|
1233
1232
|
* <p>Specifies an Amazon S3 location that identifies the batch jobs that you want to run. Use this identifier to run ad hoc batch jobs.</p>
|
|
1233
|
+
* @public
|
|
1234
1234
|
*/
|
|
1235
1235
|
interface S3BatchJobIdentifierMember {
|
|
1236
1236
|
fileBatchJobIdentifier?: never;
|
|
@@ -1292,72 +1292,72 @@ export type BatchJobExecutionStatus = (typeof BatchJobExecutionStatus)[keyof typ
|
|
|
1292
1292
|
*/
|
|
1293
1293
|
export interface GetBatchJobExecutionResponse {
|
|
1294
1294
|
/**
|
|
1295
|
-
* @public
|
|
1296
1295
|
* <p>The unique identifier for this batch job execution.</p>
|
|
1296
|
+
* @public
|
|
1297
1297
|
*/
|
|
1298
1298
|
executionId: string | undefined;
|
|
1299
1299
|
/**
|
|
1300
|
-
* @public
|
|
1301
1300
|
* <p>The identifier of the application.</p>
|
|
1301
|
+
* @public
|
|
1302
1302
|
*/
|
|
1303
1303
|
applicationId: string | undefined;
|
|
1304
1304
|
/**
|
|
1305
|
-
* @public
|
|
1306
1305
|
* <p>The unique identifier for this batch job.</p>
|
|
1306
|
+
* @public
|
|
1307
1307
|
*/
|
|
1308
1308
|
jobId?: string;
|
|
1309
1309
|
/**
|
|
1310
|
-
* @public
|
|
1311
1310
|
* <p>The name of this batch job.</p>
|
|
1311
|
+
* @public
|
|
1312
1312
|
*/
|
|
1313
1313
|
jobName?: string;
|
|
1314
1314
|
/**
|
|
1315
|
-
* @public
|
|
1316
1315
|
* <p>The user for the job.</p>
|
|
1316
|
+
* @public
|
|
1317
1317
|
*/
|
|
1318
1318
|
jobUser?: string;
|
|
1319
1319
|
/**
|
|
1320
|
-
* @public
|
|
1321
1320
|
* <p>The type of job.</p>
|
|
1321
|
+
* @public
|
|
1322
1322
|
*/
|
|
1323
1323
|
jobType?: BatchJobType;
|
|
1324
1324
|
/**
|
|
1325
|
-
* @public
|
|
1326
1325
|
* <p>The status of the batch job execution.</p>
|
|
1326
|
+
* @public
|
|
1327
1327
|
*/
|
|
1328
1328
|
status: BatchJobExecutionStatus | undefined;
|
|
1329
1329
|
/**
|
|
1330
|
-
* @public
|
|
1331
1330
|
* <p>The timestamp when the batch job execution started.</p>
|
|
1331
|
+
* @public
|
|
1332
1332
|
*/
|
|
1333
1333
|
startTime: Date | undefined;
|
|
1334
1334
|
/**
|
|
1335
|
-
* @public
|
|
1336
1335
|
* <p>The timestamp when the batch job execution ended.</p>
|
|
1336
|
+
* @public
|
|
1337
1337
|
*/
|
|
1338
1338
|
endTime?: Date;
|
|
1339
1339
|
/**
|
|
1340
|
-
* @public
|
|
1341
1340
|
* <p>The reason for the reported status.</p>
|
|
1341
|
+
* @public
|
|
1342
1342
|
*/
|
|
1343
1343
|
statusReason?: string;
|
|
1344
1344
|
/**
|
|
1345
|
-
* @public
|
|
1346
1345
|
* <p>The batch job return code from either the Blu Age or Micro Focus runtime engines. For more
|
|
1347
1346
|
* information, see <a href="https://www.ibm.com/docs/en/was/8.5.5?topic=model-batch-return-codes">Batch return
|
|
1348
1347
|
* codes</a> in the <i>IBM WebSphere Application Server</i>
|
|
1349
1348
|
* documentation.</p>
|
|
1349
|
+
* @public
|
|
1350
1350
|
*/
|
|
1351
1351
|
returnCode?: string;
|
|
1352
1352
|
/**
|
|
1353
|
-
* @public
|
|
1354
1353
|
* <p>The unique identifier of this batch job.</p>
|
|
1354
|
+
* @public
|
|
1355
1355
|
*/
|
|
1356
1356
|
batchJobIdentifier?: BatchJobIdentifier;
|
|
1357
1357
|
}
|
|
1358
1358
|
/**
|
|
1359
|
-
* @public
|
|
1360
1359
|
* <p> Failed to connect to server, or didn’t receive response within expected time period.</p>
|
|
1360
|
+
* @public
|
|
1361
1361
|
*/
|
|
1362
1362
|
export declare class ExecutionTimeoutException extends __BaseException {
|
|
1363
1363
|
readonly name: "ExecutionTimeoutException";
|
|
@@ -1373,113 +1373,113 @@ export declare class ExecutionTimeoutException extends __BaseException {
|
|
|
1373
1373
|
*/
|
|
1374
1374
|
export interface GetDataSetDetailsRequest {
|
|
1375
1375
|
/**
|
|
1376
|
-
* @public
|
|
1377
1376
|
* <p>The unique identifier of the application that this data set is associated with.</p>
|
|
1377
|
+
* @public
|
|
1378
1378
|
*/
|
|
1379
1379
|
applicationId: string | undefined;
|
|
1380
1380
|
/**
|
|
1381
|
-
* @public
|
|
1382
1381
|
* <p>The name of the data set.</p>
|
|
1382
|
+
* @public
|
|
1383
1383
|
*/
|
|
1384
1384
|
dataSetName: string | undefined;
|
|
1385
1385
|
}
|
|
1386
1386
|
/**
|
|
1387
|
-
* @public
|
|
1388
1387
|
* <p>The required attributes for a generation data group data set. A generation data set is
|
|
1389
1388
|
* one of a collection of successive, historically related, catalogued data sets that together
|
|
1390
1389
|
* are known as a generation data group (GDG). Use this structure when you want to import a
|
|
1391
1390
|
* GDG. For more information on GDG, see <a href="https://www.ibm.com/docs/en/zos/2.3.0?topic=guide-generation-data-sets">Generation
|
|
1392
1391
|
* data sets</a>.</p>
|
|
1392
|
+
* @public
|
|
1393
1393
|
*/
|
|
1394
1394
|
export interface GdgDetailAttributes {
|
|
1395
1395
|
/**
|
|
1396
|
-
* @public
|
|
1397
1396
|
* <p>The maximum number of generation data sets, up to 255, in a GDG.</p>
|
|
1397
|
+
* @public
|
|
1398
1398
|
*/
|
|
1399
1399
|
limit?: number;
|
|
1400
1400
|
/**
|
|
1401
|
-
* @public
|
|
1402
1401
|
* <p>The disposition of the data set in the catalog.</p>
|
|
1402
|
+
* @public
|
|
1403
1403
|
*/
|
|
1404
1404
|
rollDisposition?: string;
|
|
1405
1405
|
}
|
|
1406
1406
|
/**
|
|
1407
|
-
* @public
|
|
1408
1407
|
* <p>The supported properties for a PO type data set.</p>
|
|
1408
|
+
* @public
|
|
1409
1409
|
*/
|
|
1410
1410
|
export interface PoDetailAttributes {
|
|
1411
1411
|
/**
|
|
1412
|
-
* @public
|
|
1413
1412
|
* <p>The format of the data set records.</p>
|
|
1413
|
+
* @public
|
|
1414
1414
|
*/
|
|
1415
1415
|
format: string | undefined;
|
|
1416
1416
|
/**
|
|
1417
|
-
* @public
|
|
1418
1417
|
* <p>The character set encoding of the data set.</p>
|
|
1418
|
+
* @public
|
|
1419
1419
|
*/
|
|
1420
1420
|
encoding: string | undefined;
|
|
1421
1421
|
}
|
|
1422
1422
|
/**
|
|
1423
|
-
* @public
|
|
1424
1423
|
* <p>The supported properties for a PS type data set.</p>
|
|
1424
|
+
* @public
|
|
1425
1425
|
*/
|
|
1426
1426
|
export interface PsDetailAttributes {
|
|
1427
1427
|
/**
|
|
1428
|
-
* @public
|
|
1429
1428
|
* <p>The format of the data set records.</p>
|
|
1429
|
+
* @public
|
|
1430
1430
|
*/
|
|
1431
1431
|
format: string | undefined;
|
|
1432
1432
|
/**
|
|
1433
|
-
* @public
|
|
1434
1433
|
* <p>The character set encoding of the data set.</p>
|
|
1434
|
+
* @public
|
|
1435
1435
|
*/
|
|
1436
1436
|
encoding: string | undefined;
|
|
1437
1437
|
}
|
|
1438
1438
|
/**
|
|
1439
|
-
* @public
|
|
1440
1439
|
* <p>The attributes of a VSAM type data set.</p>
|
|
1440
|
+
* @public
|
|
1441
1441
|
*/
|
|
1442
1442
|
export interface VsamDetailAttributes {
|
|
1443
1443
|
/**
|
|
1444
|
-
* @public
|
|
1445
1444
|
* <p>The character set used by the data set. Can be ASCII, EBCDIC, or unknown.</p>
|
|
1445
|
+
* @public
|
|
1446
1446
|
*/
|
|
1447
1447
|
encoding?: string;
|
|
1448
1448
|
/**
|
|
1449
|
-
* @public
|
|
1450
1449
|
* <p>The record format of the data set.</p>
|
|
1450
|
+
* @public
|
|
1451
1451
|
*/
|
|
1452
1452
|
recordFormat?: string;
|
|
1453
1453
|
/**
|
|
1454
|
-
* @public
|
|
1455
1454
|
* <p>Indicates whether indexes for this dataset are stored as compressed values. If you have
|
|
1456
1455
|
* a large data set (typically > 100 Mb), consider setting this flag to True.</p>
|
|
1456
|
+
* @public
|
|
1457
1457
|
*/
|
|
1458
1458
|
compressed?: boolean;
|
|
1459
1459
|
/**
|
|
1460
|
-
* @public
|
|
1461
1460
|
* <p>If set to True, enforces loading the data set into cache before it’s used by the
|
|
1462
1461
|
* application.</p>
|
|
1462
|
+
* @public
|
|
1463
1463
|
*/
|
|
1464
1464
|
cacheAtStartup?: boolean;
|
|
1465
1465
|
/**
|
|
1466
|
-
* @public
|
|
1467
1466
|
* <p>The primary key of the data set.</p>
|
|
1467
|
+
* @public
|
|
1468
1468
|
*/
|
|
1469
1469
|
primaryKey?: PrimaryKey;
|
|
1470
1470
|
/**
|
|
1471
|
-
* @public
|
|
1472
1471
|
* <p>The alternate key definitions, if any. A legacy dataset might not have any alternate key
|
|
1473
1472
|
* defined, but if those alternate keys definitions exist, provide them as some applications
|
|
1474
1473
|
* will make use of them.</p>
|
|
1474
|
+
* @public
|
|
1475
1475
|
*/
|
|
1476
1476
|
alternateKeys?: AlternateKey[];
|
|
1477
1477
|
}
|
|
1478
1478
|
/**
|
|
1479
|
-
* @public
|
|
1480
1479
|
* <p>Additional details about the data set. Different attributes correspond to different data
|
|
1481
1480
|
* set organizations. The values are populated based on datasetOrg, storageType and backend
|
|
1482
1481
|
* (Blu Age or Micro Focus).</p>
|
|
1482
|
+
* @public
|
|
1483
1483
|
*/
|
|
1484
1484
|
export type DatasetDetailOrgAttributes = DatasetDetailOrgAttributes.GdgMember | DatasetDetailOrgAttributes.PoMember | DatasetDetailOrgAttributes.PsMember | DatasetDetailOrgAttributes.VsamMember | DatasetDetailOrgAttributes.$UnknownMember;
|
|
1485
1485
|
/**
|
|
@@ -1487,8 +1487,8 @@ export type DatasetDetailOrgAttributes = DatasetDetailOrgAttributes.GdgMember |
|
|
|
1487
1487
|
*/
|
|
1488
1488
|
export declare namespace DatasetDetailOrgAttributes {
|
|
1489
1489
|
/**
|
|
1490
|
-
* @public
|
|
1491
1490
|
* <p>The details of a VSAM data set.</p>
|
|
1491
|
+
* @public
|
|
1492
1492
|
*/
|
|
1493
1493
|
interface VsamMember {
|
|
1494
1494
|
vsam: VsamDetailAttributes;
|
|
@@ -1498,8 +1498,8 @@ export declare namespace DatasetDetailOrgAttributes {
|
|
|
1498
1498
|
$unknown?: never;
|
|
1499
1499
|
}
|
|
1500
1500
|
/**
|
|
1501
|
-
* @public
|
|
1502
1501
|
* <p>The generation data group of the data set.</p>
|
|
1502
|
+
* @public
|
|
1503
1503
|
*/
|
|
1504
1504
|
interface GdgMember {
|
|
1505
1505
|
vsam?: never;
|
|
@@ -1509,8 +1509,8 @@ export declare namespace DatasetDetailOrgAttributes {
|
|
|
1509
1509
|
$unknown?: never;
|
|
1510
1510
|
}
|
|
1511
1511
|
/**
|
|
1512
|
-
* @public
|
|
1513
1512
|
* <p>The details of a PO type data set.</p>
|
|
1513
|
+
* @public
|
|
1514
1514
|
*/
|
|
1515
1515
|
interface PoMember {
|
|
1516
1516
|
vsam?: never;
|
|
@@ -1520,8 +1520,8 @@ export declare namespace DatasetDetailOrgAttributes {
|
|
|
1520
1520
|
$unknown?: never;
|
|
1521
1521
|
}
|
|
1522
1522
|
/**
|
|
1523
|
-
* @public
|
|
1524
1523
|
* <p>The details of a PS type data set.</p>
|
|
1524
|
+
* @public
|
|
1525
1525
|
*/
|
|
1526
1526
|
interface PsMember {
|
|
1527
1527
|
vsam?: never;
|
|
@@ -1554,54 +1554,54 @@ export declare namespace DatasetDetailOrgAttributes {
|
|
|
1554
1554
|
*/
|
|
1555
1555
|
export interface GetDataSetDetailsResponse {
|
|
1556
1556
|
/**
|
|
1557
|
-
* @public
|
|
1558
1557
|
* <p>The name of the data set.</p>
|
|
1558
|
+
* @public
|
|
1559
1559
|
*/
|
|
1560
1560
|
dataSetName: string | undefined;
|
|
1561
1561
|
/**
|
|
1562
|
-
* @public
|
|
1563
1562
|
* <p>The type of data set. The only supported value is VSAM.</p>
|
|
1563
|
+
* @public
|
|
1564
1564
|
*/
|
|
1565
1565
|
dataSetOrg?: DatasetDetailOrgAttributes;
|
|
1566
1566
|
/**
|
|
1567
|
-
* @public
|
|
1568
1567
|
* <p>The length of records in the data set.</p>
|
|
1568
|
+
* @public
|
|
1569
1569
|
*/
|
|
1570
1570
|
recordLength?: number;
|
|
1571
1571
|
/**
|
|
1572
|
-
* @public
|
|
1573
1572
|
* <p>The location where the data set is stored.</p>
|
|
1573
|
+
* @public
|
|
1574
1574
|
*/
|
|
1575
1575
|
location?: string;
|
|
1576
1576
|
/**
|
|
1577
|
-
* @public
|
|
1578
1577
|
* <p>The size of the block on disk. </p>
|
|
1578
|
+
* @public
|
|
1579
1579
|
*/
|
|
1580
1580
|
blocksize?: number;
|
|
1581
1581
|
/**
|
|
1582
|
-
* @public
|
|
1583
1582
|
* <p>The timestamp when the data set was created.</p>
|
|
1583
|
+
* @public
|
|
1584
1584
|
*/
|
|
1585
1585
|
creationTime?: Date;
|
|
1586
1586
|
/**
|
|
1587
|
-
* @public
|
|
1588
1587
|
* <p>The last time the data set was updated.</p>
|
|
1588
|
+
* @public
|
|
1589
1589
|
*/
|
|
1590
1590
|
lastUpdatedTime?: Date;
|
|
1591
1591
|
/**
|
|
1592
|
-
* @public
|
|
1593
1592
|
* <p>The last time the data set was referenced.</p>
|
|
1593
|
+
* @public
|
|
1594
1594
|
*/
|
|
1595
1595
|
lastReferencedTime?: Date;
|
|
1596
1596
|
/**
|
|
1597
|
-
* @public
|
|
1598
1597
|
* <p>File size of the dataset.</p>
|
|
1598
|
+
* @public
|
|
1599
1599
|
*/
|
|
1600
1600
|
fileSize?: number;
|
|
1601
1601
|
}
|
|
1602
1602
|
/**
|
|
1603
|
-
* @public
|
|
1604
1603
|
* <p>Server cannot process the request at the moment.</p>
|
|
1604
|
+
* @public
|
|
1605
1605
|
*/
|
|
1606
1606
|
export declare class ServiceUnavailableException extends __BaseException {
|
|
1607
1607
|
readonly name: "ServiceUnavailableException";
|
|
@@ -1617,14 +1617,14 @@ export declare class ServiceUnavailableException extends __BaseException {
|
|
|
1617
1617
|
*/
|
|
1618
1618
|
export interface GetDataSetImportTaskRequest {
|
|
1619
1619
|
/**
|
|
1620
|
-
* @public
|
|
1621
1620
|
* <p>The application identifier.</p>
|
|
1621
|
+
* @public
|
|
1622
1622
|
*/
|
|
1623
1623
|
applicationId: string | undefined;
|
|
1624
1624
|
/**
|
|
1625
|
-
* @public
|
|
1626
1625
|
* <p>The task identifier returned by the <a>CreateDataSetImportTask</a> operation.
|
|
1627
1626
|
* </p>
|
|
1627
|
+
* @public
|
|
1628
1628
|
*/
|
|
1629
1629
|
taskId: string | undefined;
|
|
1630
1630
|
}
|
|
@@ -1643,33 +1643,33 @@ export declare const DataSetTaskLifecycle: {
|
|
|
1643
1643
|
*/
|
|
1644
1644
|
export type DataSetTaskLifecycle = (typeof DataSetTaskLifecycle)[keyof typeof DataSetTaskLifecycle];
|
|
1645
1645
|
/**
|
|
1646
|
-
* @public
|
|
1647
1646
|
* <p>Represents a summary of data set imports.</p>
|
|
1647
|
+
* @public
|
|
1648
1648
|
*/
|
|
1649
1649
|
export interface DataSetImportSummary {
|
|
1650
1650
|
/**
|
|
1651
|
-
* @public
|
|
1652
1651
|
* <p>The total number of data set imports.</p>
|
|
1652
|
+
* @public
|
|
1653
1653
|
*/
|
|
1654
1654
|
total: number | undefined;
|
|
1655
1655
|
/**
|
|
1656
|
-
* @public
|
|
1657
1656
|
* <p>The number of data set imports that have succeeded.</p>
|
|
1657
|
+
* @public
|
|
1658
1658
|
*/
|
|
1659
1659
|
succeeded: number | undefined;
|
|
1660
1660
|
/**
|
|
1661
|
-
* @public
|
|
1662
1661
|
* <p>The number of data set imports that have failed.</p>
|
|
1662
|
+
* @public
|
|
1663
1663
|
*/
|
|
1664
1664
|
failed: number | undefined;
|
|
1665
1665
|
/**
|
|
1666
|
-
* @public
|
|
1667
1666
|
* <p>The number of data set imports that are pending.</p>
|
|
1667
|
+
* @public
|
|
1668
1668
|
*/
|
|
1669
1669
|
pending: number | undefined;
|
|
1670
1670
|
/**
|
|
1671
|
-
* @public
|
|
1672
1671
|
* <p>The number of data set imports that are in progress.</p>
|
|
1672
|
+
* @public
|
|
1673
1673
|
*/
|
|
1674
1674
|
inProgress: number | undefined;
|
|
1675
1675
|
}
|
|
@@ -1678,18 +1678,18 @@ export interface DataSetImportSummary {
|
|
|
1678
1678
|
*/
|
|
1679
1679
|
export interface GetDataSetImportTaskResponse {
|
|
1680
1680
|
/**
|
|
1681
|
-
* @public
|
|
1682
1681
|
* <p>The task identifier.</p>
|
|
1682
|
+
* @public
|
|
1683
1683
|
*/
|
|
1684
1684
|
taskId: string | undefined;
|
|
1685
1685
|
/**
|
|
1686
|
-
* @public
|
|
1687
1686
|
* <p>The status of the task.</p>
|
|
1687
|
+
* @public
|
|
1688
1688
|
*/
|
|
1689
1689
|
status: DataSetTaskLifecycle | undefined;
|
|
1690
1690
|
/**
|
|
1691
|
-
* @public
|
|
1692
1691
|
* <p>A summary of the status of the task.</p>
|
|
1692
|
+
* @public
|
|
1693
1693
|
*/
|
|
1694
1694
|
summary?: DataSetImportSummary;
|
|
1695
1695
|
}
|
|
@@ -1698,13 +1698,13 @@ export interface GetDataSetImportTaskResponse {
|
|
|
1698
1698
|
*/
|
|
1699
1699
|
export interface GetDeploymentRequest {
|
|
1700
1700
|
/**
|
|
1701
|
-
* @public
|
|
1702
1701
|
* <p>The unique identifier for the deployment.</p>
|
|
1702
|
+
* @public
|
|
1703
1703
|
*/
|
|
1704
1704
|
deploymentId: string | undefined;
|
|
1705
1705
|
/**
|
|
1706
|
-
* @public
|
|
1707
1706
|
* <p>The unique identifier of the application.</p>
|
|
1707
|
+
* @public
|
|
1708
1708
|
*/
|
|
1709
1709
|
applicationId: string | undefined;
|
|
1710
1710
|
}
|
|
@@ -1713,38 +1713,38 @@ export interface GetDeploymentRequest {
|
|
|
1713
1713
|
*/
|
|
1714
1714
|
export interface GetDeploymentResponse {
|
|
1715
1715
|
/**
|
|
1716
|
-
* @public
|
|
1717
1716
|
* <p>The unique identifier of the deployment.</p>
|
|
1717
|
+
* @public
|
|
1718
1718
|
*/
|
|
1719
1719
|
deploymentId: string | undefined;
|
|
1720
1720
|
/**
|
|
1721
|
-
* @public
|
|
1722
1721
|
* <p>The unique identifier of the application.</p>
|
|
1722
|
+
* @public
|
|
1723
1723
|
*/
|
|
1724
1724
|
applicationId: string | undefined;
|
|
1725
1725
|
/**
|
|
1726
|
-
* @public
|
|
1727
1726
|
* <p>The unique identifier of the runtime environment.</p>
|
|
1727
|
+
* @public
|
|
1728
1728
|
*/
|
|
1729
1729
|
environmentId: string | undefined;
|
|
1730
1730
|
/**
|
|
1731
|
-
* @public
|
|
1732
1731
|
* <p>The application version.</p>
|
|
1732
|
+
* @public
|
|
1733
1733
|
*/
|
|
1734
1734
|
applicationVersion: number | undefined;
|
|
1735
1735
|
/**
|
|
1736
|
-
* @public
|
|
1737
1736
|
* <p>The status of the deployment.</p>
|
|
1737
|
+
* @public
|
|
1738
1738
|
*/
|
|
1739
1739
|
status: DeploymentLifecycle | undefined;
|
|
1740
1740
|
/**
|
|
1741
|
-
* @public
|
|
1742
1741
|
* <p>The timestamp when the deployment was created.</p>
|
|
1742
|
+
* @public
|
|
1743
1743
|
*/
|
|
1744
1744
|
creationTime: Date | undefined;
|
|
1745
1745
|
/**
|
|
1746
|
-
* @public
|
|
1747
1746
|
* <p>The reason for the reported status.</p>
|
|
1747
|
+
* @public
|
|
1748
1748
|
*/
|
|
1749
1749
|
statusReason?: string;
|
|
1750
1750
|
}
|
|
@@ -1753,24 +1753,24 @@ export interface GetDeploymentResponse {
|
|
|
1753
1753
|
*/
|
|
1754
1754
|
export interface ListApplicationsRequest {
|
|
1755
1755
|
/**
|
|
1756
|
-
* @public
|
|
1757
1756
|
* <p>A pagination token to control the number of applications displayed in the list.</p>
|
|
1757
|
+
* @public
|
|
1758
1758
|
*/
|
|
1759
1759
|
nextToken?: string;
|
|
1760
1760
|
/**
|
|
1761
|
-
* @public
|
|
1762
1761
|
* <p>The maximum number of applications to return.</p>
|
|
1762
|
+
* @public
|
|
1763
1763
|
*/
|
|
1764
1764
|
maxResults?: number;
|
|
1765
1765
|
/**
|
|
1766
|
-
* @public
|
|
1767
1766
|
* <p>The names of the applications.</p>
|
|
1767
|
+
* @public
|
|
1768
1768
|
*/
|
|
1769
1769
|
names?: string[];
|
|
1770
1770
|
/**
|
|
1771
|
-
* @public
|
|
1772
1771
|
* <p>The unique identifier of the runtime environment where the applications are
|
|
1773
1772
|
* deployed.</p>
|
|
1773
|
+
* @public
|
|
1774
1774
|
*/
|
|
1775
1775
|
environmentId?: string;
|
|
1776
1776
|
}
|
|
@@ -1787,75 +1787,75 @@ export declare const ApplicationDeploymentLifecycle: {
|
|
|
1787
1787
|
*/
|
|
1788
1788
|
export type ApplicationDeploymentLifecycle = (typeof ApplicationDeploymentLifecycle)[keyof typeof ApplicationDeploymentLifecycle];
|
|
1789
1789
|
/**
|
|
1790
|
-
* @public
|
|
1791
1790
|
* <p>A subset of the possible application attributes. Used in the application list.</p>
|
|
1791
|
+
* @public
|
|
1792
1792
|
*/
|
|
1793
1793
|
export interface ApplicationSummary {
|
|
1794
1794
|
/**
|
|
1795
|
-
* @public
|
|
1796
1795
|
* <p>The name of the application.</p>
|
|
1796
|
+
* @public
|
|
1797
1797
|
*/
|
|
1798
1798
|
name: string | undefined;
|
|
1799
1799
|
/**
|
|
1800
|
-
* @public
|
|
1801
1800
|
* <p>The description of the application.</p>
|
|
1801
|
+
* @public
|
|
1802
1802
|
*/
|
|
1803
1803
|
description?: string;
|
|
1804
1804
|
/**
|
|
1805
|
-
* @public
|
|
1806
1805
|
* <p>The unique identifier of the application.</p>
|
|
1806
|
+
* @public
|
|
1807
1807
|
*/
|
|
1808
1808
|
applicationId: string | undefined;
|
|
1809
1809
|
/**
|
|
1810
|
-
* @public
|
|
1811
1810
|
* <p>The Amazon Resource Name (ARN) of the application.</p>
|
|
1811
|
+
* @public
|
|
1812
1812
|
*/
|
|
1813
1813
|
applicationArn: string | undefined;
|
|
1814
1814
|
/**
|
|
1815
|
-
* @public
|
|
1816
1815
|
* <p>The version of the application.</p>
|
|
1816
|
+
* @public
|
|
1817
1817
|
*/
|
|
1818
1818
|
applicationVersion: number | undefined;
|
|
1819
1819
|
/**
|
|
1820
|
-
* @public
|
|
1821
1820
|
* <p>The status of the application.</p>
|
|
1821
|
+
* @public
|
|
1822
1822
|
*/
|
|
1823
1823
|
status: ApplicationLifecycle | undefined;
|
|
1824
1824
|
/**
|
|
1825
|
-
* @public
|
|
1826
1825
|
* <p>The type of the target platform for this application.</p>
|
|
1826
|
+
* @public
|
|
1827
1827
|
*/
|
|
1828
1828
|
engineType: EngineType | undefined;
|
|
1829
1829
|
/**
|
|
1830
|
-
* @public
|
|
1831
1830
|
* <p>The timestamp when the application was created.</p>
|
|
1831
|
+
* @public
|
|
1832
1832
|
*/
|
|
1833
1833
|
creationTime: Date | undefined;
|
|
1834
1834
|
/**
|
|
1835
|
-
* @public
|
|
1836
1835
|
* <p>The unique identifier of the runtime environment that hosts this application.</p>
|
|
1836
|
+
* @public
|
|
1837
1837
|
*/
|
|
1838
1838
|
environmentId?: string;
|
|
1839
1839
|
/**
|
|
1840
|
-
* @public
|
|
1841
1840
|
* <p>The timestamp when you last started the application. Null until the application runs for
|
|
1842
1841
|
* the first time.</p>
|
|
1842
|
+
* @public
|
|
1843
1843
|
*/
|
|
1844
1844
|
lastStartTime?: Date;
|
|
1845
1845
|
/**
|
|
1846
|
-
* @public
|
|
1847
1846
|
* <p>Indicates the status of the latest version of the application.</p>
|
|
1847
|
+
* @public
|
|
1848
1848
|
*/
|
|
1849
1849
|
versionStatus?: ApplicationVersionLifecycle;
|
|
1850
1850
|
/**
|
|
1851
|
-
* @public
|
|
1852
1851
|
* <p>Indicates either an ongoing deployment or if the application has ever deployed
|
|
1853
1852
|
* successfully.</p>
|
|
1853
|
+
* @public
|
|
1854
1854
|
*/
|
|
1855
1855
|
deploymentStatus?: ApplicationDeploymentLifecycle;
|
|
1856
1856
|
/**
|
|
1857
|
-
* @public
|
|
1858
1857
|
* <p>The Amazon Resource Name (ARN) of the role associated with the application.</p>
|
|
1858
|
+
* @public
|
|
1859
1859
|
*/
|
|
1860
1860
|
roleArn?: string;
|
|
1861
1861
|
}
|
|
@@ -1864,15 +1864,15 @@ export interface ApplicationSummary {
|
|
|
1864
1864
|
*/
|
|
1865
1865
|
export interface ListApplicationsResponse {
|
|
1866
1866
|
/**
|
|
1867
|
-
* @public
|
|
1868
1867
|
* <p>Returns a list of summary details for all the applications in a runtime
|
|
1869
1868
|
* environment.</p>
|
|
1869
|
+
* @public
|
|
1870
1870
|
*/
|
|
1871
1871
|
applications: ApplicationSummary[] | undefined;
|
|
1872
1872
|
/**
|
|
1873
|
-
* @public
|
|
1874
1873
|
* <p>A pagination token that's returned when the response doesn't contain all
|
|
1875
1874
|
* applications.</p>
|
|
1875
|
+
* @public
|
|
1876
1876
|
*/
|
|
1877
1877
|
nextToken?: string;
|
|
1878
1878
|
}
|
|
@@ -1881,20 +1881,20 @@ export interface ListApplicationsResponse {
|
|
|
1881
1881
|
*/
|
|
1882
1882
|
export interface ListApplicationVersionsRequest {
|
|
1883
1883
|
/**
|
|
1884
|
-
* @public
|
|
1885
1884
|
* <p>A pagination token returned from a previous call to
|
|
1886
1885
|
* this operation. This specifies the next item to return. To return to the beginning of the
|
|
1887
1886
|
* list, exclude this parameter.</p>
|
|
1887
|
+
* @public
|
|
1888
1888
|
*/
|
|
1889
1889
|
nextToken?: string;
|
|
1890
1890
|
/**
|
|
1891
|
-
* @public
|
|
1892
1891
|
* <p>The maximum number of application versions to return.</p>
|
|
1892
|
+
* @public
|
|
1893
1893
|
*/
|
|
1894
1894
|
maxResults?: number;
|
|
1895
1895
|
/**
|
|
1896
|
-
* @public
|
|
1897
1896
|
* <p>The unique identifier of the application.</p>
|
|
1897
|
+
* @public
|
|
1898
1898
|
*/
|
|
1899
1899
|
applicationId: string | undefined;
|
|
1900
1900
|
}
|
|
@@ -1903,14 +1903,14 @@ export interface ListApplicationVersionsRequest {
|
|
|
1903
1903
|
*/
|
|
1904
1904
|
export interface ListApplicationVersionsResponse {
|
|
1905
1905
|
/**
|
|
1906
|
-
* @public
|
|
1907
1906
|
* <p>The list of application versions.</p>
|
|
1907
|
+
* @public
|
|
1908
1908
|
*/
|
|
1909
1909
|
applicationVersions: ApplicationVersionSummary[] | undefined;
|
|
1910
1910
|
/**
|
|
1911
|
-
* @public
|
|
1912
1911
|
* <p>If there are more items to return, this contains a token
|
|
1913
1912
|
* that is passed to a subsequent call to this operation to retrieve the next set of items.</p>
|
|
1913
|
+
* @public
|
|
1914
1914
|
*/
|
|
1915
1915
|
nextToken?: string;
|
|
1916
1916
|
}
|
|
@@ -1919,59 +1919,59 @@ export interface ListApplicationVersionsResponse {
|
|
|
1919
1919
|
*/
|
|
1920
1920
|
export interface ListBatchJobDefinitionsRequest {
|
|
1921
1921
|
/**
|
|
1922
|
-
* @public
|
|
1923
1922
|
* <p>A pagination token returned from a previous call to
|
|
1924
1923
|
* this operation. This specifies the next item to return. To return to the beginning of the
|
|
1925
1924
|
* list, exclude this parameter.</p>
|
|
1925
|
+
* @public
|
|
1926
1926
|
*/
|
|
1927
1927
|
nextToken?: string;
|
|
1928
1928
|
/**
|
|
1929
|
-
* @public
|
|
1930
1929
|
* <p>The maximum number of batch job definitions to return.</p>
|
|
1930
|
+
* @public
|
|
1931
1931
|
*/
|
|
1932
1932
|
maxResults?: number;
|
|
1933
1933
|
/**
|
|
1934
|
-
* @public
|
|
1935
1934
|
* <p>The identifier of the application.</p>
|
|
1935
|
+
* @public
|
|
1936
1936
|
*/
|
|
1937
1937
|
applicationId: string | undefined;
|
|
1938
1938
|
/**
|
|
1939
|
-
* @public
|
|
1940
1939
|
* <p>If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search
|
|
1941
1940
|
* on the file names of FileBatchJobDefinitions.</p>
|
|
1941
|
+
* @public
|
|
1942
1942
|
*/
|
|
1943
1943
|
prefix?: string;
|
|
1944
1944
|
}
|
|
1945
1945
|
/**
|
|
1946
|
-
* @public
|
|
1947
1946
|
* <p>A file containing a batch job definition.</p>
|
|
1947
|
+
* @public
|
|
1948
1948
|
*/
|
|
1949
1949
|
export interface FileBatchJobDefinition {
|
|
1950
1950
|
/**
|
|
1951
|
-
* @public
|
|
1952
1951
|
* <p>The name of the file containing the batch job definition.</p>
|
|
1952
|
+
* @public
|
|
1953
1953
|
*/
|
|
1954
1954
|
fileName: string | undefined;
|
|
1955
1955
|
/**
|
|
1956
|
-
* @public
|
|
1957
1956
|
* <p>The path to the file containing the batch job definition.</p>
|
|
1957
|
+
* @public
|
|
1958
1958
|
*/
|
|
1959
1959
|
folderPath?: string;
|
|
1960
1960
|
}
|
|
1961
1961
|
/**
|
|
1962
|
-
* @public
|
|
1963
1962
|
* <p>A batch job definition contained in a script.</p>
|
|
1963
|
+
* @public
|
|
1964
1964
|
*/
|
|
1965
1965
|
export interface ScriptBatchJobDefinition {
|
|
1966
1966
|
/**
|
|
1967
|
-
* @public
|
|
1968
1967
|
* <p>The name of the script containing the batch job definition.</p>
|
|
1968
|
+
* @public
|
|
1969
1969
|
*/
|
|
1970
1970
|
scriptName: string | undefined;
|
|
1971
1971
|
}
|
|
1972
1972
|
/**
|
|
1973
|
-
* @public
|
|
1974
1973
|
* <p>Defines the details of a batch job.</p>
|
|
1974
|
+
* @public
|
|
1975
1975
|
*/
|
|
1976
1976
|
export type BatchJobDefinition = BatchJobDefinition.FileBatchJobDefinitionMember | BatchJobDefinition.ScriptBatchJobDefinitionMember | BatchJobDefinition.$UnknownMember;
|
|
1977
1977
|
/**
|
|
@@ -1979,8 +1979,8 @@ export type BatchJobDefinition = BatchJobDefinition.FileBatchJobDefinitionMember
|
|
|
1979
1979
|
*/
|
|
1980
1980
|
export declare namespace BatchJobDefinition {
|
|
1981
1981
|
/**
|
|
1982
|
-
* @public
|
|
1983
1982
|
* <p>Specifies a file containing a batch job definition.</p>
|
|
1983
|
+
* @public
|
|
1984
1984
|
*/
|
|
1985
1985
|
interface FileBatchJobDefinitionMember {
|
|
1986
1986
|
fileBatchJobDefinition: FileBatchJobDefinition;
|
|
@@ -1988,8 +1988,8 @@ export declare namespace BatchJobDefinition {
|
|
|
1988
1988
|
$unknown?: never;
|
|
1989
1989
|
}
|
|
1990
1990
|
/**
|
|
1991
|
-
* @public
|
|
1992
1991
|
* <p>A script containing a batch job definition.</p>
|
|
1992
|
+
* @public
|
|
1993
1993
|
*/
|
|
1994
1994
|
interface ScriptBatchJobDefinitionMember {
|
|
1995
1995
|
fileBatchJobDefinition?: never;
|
|
@@ -2016,14 +2016,14 @@ export declare namespace BatchJobDefinition {
|
|
|
2016
2016
|
*/
|
|
2017
2017
|
export interface ListBatchJobDefinitionsResponse {
|
|
2018
2018
|
/**
|
|
2019
|
-
* @public
|
|
2020
2019
|
* <p>The list of batch job definitions.</p>
|
|
2020
|
+
* @public
|
|
2021
2021
|
*/
|
|
2022
2022
|
batchJobDefinitions: BatchJobDefinition[] | undefined;
|
|
2023
2023
|
/**
|
|
2024
|
-
* @public
|
|
2025
2024
|
* <p>If there are more items to return, this contains a token
|
|
2026
2025
|
* that is passed to a subsequent call to this operation to retrieve the next set of items.</p>
|
|
2026
|
+
* @public
|
|
2027
2027
|
*/
|
|
2028
2028
|
nextToken?: string;
|
|
2029
2029
|
}
|
|
@@ -2032,103 +2032,103 @@ export interface ListBatchJobDefinitionsResponse {
|
|
|
2032
2032
|
*/
|
|
2033
2033
|
export interface ListBatchJobExecutionsRequest {
|
|
2034
2034
|
/**
|
|
2035
|
-
* @public
|
|
2036
2035
|
* <p>A pagination token to control the number of batch job executions displayed in the
|
|
2037
2036
|
* list.</p>
|
|
2037
|
+
* @public
|
|
2038
2038
|
*/
|
|
2039
2039
|
nextToken?: string;
|
|
2040
2040
|
/**
|
|
2041
|
-
* @public
|
|
2042
2041
|
* <p>The maximum number of batch job executions to return.</p>
|
|
2042
|
+
* @public
|
|
2043
2043
|
*/
|
|
2044
2044
|
maxResults?: number;
|
|
2045
2045
|
/**
|
|
2046
|
-
* @public
|
|
2047
2046
|
* <p>The unique identifier of the application.</p>
|
|
2047
|
+
* @public
|
|
2048
2048
|
*/
|
|
2049
2049
|
applicationId: string | undefined;
|
|
2050
2050
|
/**
|
|
2051
|
-
* @public
|
|
2052
2051
|
* <p>The unique identifier of each batch job execution.</p>
|
|
2052
|
+
* @public
|
|
2053
2053
|
*/
|
|
2054
2054
|
executionIds?: string[];
|
|
2055
2055
|
/**
|
|
2056
|
-
* @public
|
|
2057
2056
|
* <p>The name of each batch job execution.</p>
|
|
2057
|
+
* @public
|
|
2058
2058
|
*/
|
|
2059
2059
|
jobName?: string;
|
|
2060
2060
|
/**
|
|
2061
|
-
* @public
|
|
2062
2061
|
* <p>The status of the batch job executions.</p>
|
|
2062
|
+
* @public
|
|
2063
2063
|
*/
|
|
2064
2064
|
status?: BatchJobExecutionStatus;
|
|
2065
2065
|
/**
|
|
2066
|
-
* @public
|
|
2067
2066
|
* <p>The time after which the batch job executions started.</p>
|
|
2067
|
+
* @public
|
|
2068
2068
|
*/
|
|
2069
2069
|
startedAfter?: Date;
|
|
2070
2070
|
/**
|
|
2071
|
-
* @public
|
|
2072
2071
|
* <p>The time before the batch job executions started.</p>
|
|
2072
|
+
* @public
|
|
2073
2073
|
*/
|
|
2074
2074
|
startedBefore?: Date;
|
|
2075
2075
|
}
|
|
2076
2076
|
/**
|
|
2077
|
-
* @public
|
|
2078
2077
|
* <p>A subset of the possible batch job attributes. Used in the batch job list.</p>
|
|
2078
|
+
* @public
|
|
2079
2079
|
*/
|
|
2080
2080
|
export interface BatchJobExecutionSummary {
|
|
2081
2081
|
/**
|
|
2082
|
-
* @public
|
|
2083
2082
|
* <p>The unique identifier of this execution of the batch job.</p>
|
|
2083
|
+
* @public
|
|
2084
2084
|
*/
|
|
2085
2085
|
executionId: string | undefined;
|
|
2086
2086
|
/**
|
|
2087
|
-
* @public
|
|
2088
2087
|
* <p>The unique identifier of the application that hosts this batch job.</p>
|
|
2088
|
+
* @public
|
|
2089
2089
|
*/
|
|
2090
2090
|
applicationId: string | undefined;
|
|
2091
2091
|
/**
|
|
2092
|
-
* @public
|
|
2093
2092
|
* <p>The unique identifier of a particular batch job.</p>
|
|
2093
|
+
* @public
|
|
2094
2094
|
*/
|
|
2095
2095
|
jobId?: string;
|
|
2096
2096
|
/**
|
|
2097
|
-
* @public
|
|
2098
2097
|
* <p>The name of a particular batch job.</p>
|
|
2098
|
+
* @public
|
|
2099
2099
|
*/
|
|
2100
2100
|
jobName?: string;
|
|
2101
2101
|
/**
|
|
2102
|
-
* @public
|
|
2103
2102
|
* <p>The type of a particular batch job execution.</p>
|
|
2103
|
+
* @public
|
|
2104
2104
|
*/
|
|
2105
2105
|
jobType?: BatchJobType;
|
|
2106
2106
|
/**
|
|
2107
|
-
* @public
|
|
2108
2107
|
* <p>The status of a particular batch job execution.</p>
|
|
2108
|
+
* @public
|
|
2109
2109
|
*/
|
|
2110
2110
|
status: BatchJobExecutionStatus | undefined;
|
|
2111
2111
|
/**
|
|
2112
|
-
* @public
|
|
2113
2112
|
* <p>The timestamp when a particular batch job execution started.</p>
|
|
2113
|
+
* @public
|
|
2114
2114
|
*/
|
|
2115
2115
|
startTime: Date | undefined;
|
|
2116
2116
|
/**
|
|
2117
|
-
* @public
|
|
2118
2117
|
* <p>The timestamp when this batch job execution ended.</p>
|
|
2118
|
+
* @public
|
|
2119
2119
|
*/
|
|
2120
2120
|
endTime?: Date;
|
|
2121
2121
|
/**
|
|
2122
|
-
* @public
|
|
2123
2122
|
* <p>The batch job return code from either the Blu Age or Micro Focus runtime engines. For more
|
|
2124
2123
|
* information, see <a href="https://www.ibm.com/docs/en/was/8.5.5?topic=model-batch-return-codes">Batch return
|
|
2125
2124
|
* codes</a> in the <i>IBM WebSphere Application Server</i>
|
|
2126
2125
|
* documentation.</p>
|
|
2126
|
+
* @public
|
|
2127
2127
|
*/
|
|
2128
2128
|
returnCode?: string;
|
|
2129
2129
|
/**
|
|
2130
|
-
* @public
|
|
2131
2130
|
* <p>The unique identifier of this batch job.</p>
|
|
2131
|
+
* @public
|
|
2132
2132
|
*/
|
|
2133
2133
|
batchJobIdentifier?: BatchJobIdentifier;
|
|
2134
2134
|
}
|
|
@@ -2137,14 +2137,14 @@ export interface BatchJobExecutionSummary {
|
|
|
2137
2137
|
*/
|
|
2138
2138
|
export interface ListBatchJobExecutionsResponse {
|
|
2139
2139
|
/**
|
|
2140
|
-
* @public
|
|
2141
2140
|
* <p>Returns a list of batch job executions for an application.</p>
|
|
2141
|
+
* @public
|
|
2142
2142
|
*/
|
|
2143
2143
|
batchJobExecutions: BatchJobExecutionSummary[] | undefined;
|
|
2144
2144
|
/**
|
|
2145
|
-
* @public
|
|
2146
2145
|
* <p>A pagination token that's returned when the response doesn't contain all batch job
|
|
2147
2146
|
* executions.</p>
|
|
2147
|
+
* @public
|
|
2148
2148
|
*/
|
|
2149
2149
|
nextToken?: string;
|
|
2150
2150
|
}
|
|
@@ -2153,46 +2153,46 @@ export interface ListBatchJobExecutionsResponse {
|
|
|
2153
2153
|
*/
|
|
2154
2154
|
export interface ListDataSetImportHistoryRequest {
|
|
2155
2155
|
/**
|
|
2156
|
-
* @public
|
|
2157
2156
|
* <p>A pagination token returned from a previous call to
|
|
2158
2157
|
* this operation. This specifies the next item to return. To return to the beginning of the
|
|
2159
2158
|
* list, exclude this parameter.</p>
|
|
2159
|
+
* @public
|
|
2160
2160
|
*/
|
|
2161
2161
|
nextToken?: string;
|
|
2162
2162
|
/**
|
|
2163
|
-
* @public
|
|
2164
2163
|
* <p>The maximum number of objects to return.</p>
|
|
2164
|
+
* @public
|
|
2165
2165
|
*/
|
|
2166
2166
|
maxResults?: number;
|
|
2167
2167
|
/**
|
|
2168
|
-
* @public
|
|
2169
2168
|
* <p>The unique identifier of the application.</p>
|
|
2169
|
+
* @public
|
|
2170
2170
|
*/
|
|
2171
2171
|
applicationId: string | undefined;
|
|
2172
2172
|
}
|
|
2173
2173
|
/**
|
|
2174
|
-
* @public
|
|
2175
2174
|
* <p>Contains information about a data set import task.</p>
|
|
2175
|
+
* @public
|
|
2176
2176
|
*/
|
|
2177
2177
|
export interface DataSetImportTask {
|
|
2178
2178
|
/**
|
|
2179
|
-
* @public
|
|
2180
2179
|
* <p>The identifier of the data set import task.</p>
|
|
2180
|
+
* @public
|
|
2181
2181
|
*/
|
|
2182
2182
|
taskId: string | undefined;
|
|
2183
2183
|
/**
|
|
2184
|
-
* @public
|
|
2185
2184
|
* <p>The status of the data set import task.</p>
|
|
2185
|
+
* @public
|
|
2186
2186
|
*/
|
|
2187
2187
|
status: DataSetTaskLifecycle | undefined;
|
|
2188
2188
|
/**
|
|
2189
|
-
* @public
|
|
2190
2189
|
* <p>A summary of the data set import task.</p>
|
|
2190
|
+
* @public
|
|
2191
2191
|
*/
|
|
2192
2192
|
summary: DataSetImportSummary | undefined;
|
|
2193
2193
|
/**
|
|
2194
|
-
* @public
|
|
2195
2194
|
* <p>If dataset import failed, the failure reason will show here.</p>
|
|
2195
|
+
* @public
|
|
2196
2196
|
*/
|
|
2197
2197
|
statusReason?: string;
|
|
2198
2198
|
}
|
|
@@ -2201,14 +2201,14 @@ export interface DataSetImportTask {
|
|
|
2201
2201
|
*/
|
|
2202
2202
|
export interface ListDataSetImportHistoryResponse {
|
|
2203
2203
|
/**
|
|
2204
|
-
* @public
|
|
2205
2204
|
* <p>The data set import tasks.</p>
|
|
2205
|
+
* @public
|
|
2206
2206
|
*/
|
|
2207
2207
|
dataSetImportTasks: DataSetImportTask[] | undefined;
|
|
2208
2208
|
/**
|
|
2209
|
-
* @public
|
|
2210
2209
|
* <p>If there are more items to return, this contains a token
|
|
2211
2210
|
* that is passed to a subsequent call to this operation to retrieve the next set of items.</p>
|
|
2211
|
+
* @public
|
|
2212
2212
|
*/
|
|
2213
2213
|
nextToken?: string;
|
|
2214
2214
|
}
|
|
@@ -2217,68 +2217,68 @@ export interface ListDataSetImportHistoryResponse {
|
|
|
2217
2217
|
*/
|
|
2218
2218
|
export interface ListDataSetsRequest {
|
|
2219
2219
|
/**
|
|
2220
|
-
* @public
|
|
2221
2220
|
* <p>The unique identifier of the application for which you want to list the associated data
|
|
2222
2221
|
* sets.</p>
|
|
2222
|
+
* @public
|
|
2223
2223
|
*/
|
|
2224
2224
|
applicationId: string | undefined;
|
|
2225
2225
|
/**
|
|
2226
|
-
* @public
|
|
2227
2226
|
* <p>A pagination token returned from a previous call to
|
|
2228
2227
|
* this operation. This specifies the next item to return. To return to the beginning of the
|
|
2229
2228
|
* list, exclude this parameter.</p>
|
|
2229
|
+
* @public
|
|
2230
2230
|
*/
|
|
2231
2231
|
nextToken?: string;
|
|
2232
2232
|
/**
|
|
2233
|
-
* @public
|
|
2234
2233
|
* <p>The maximum number of objects to return.</p>
|
|
2234
|
+
* @public
|
|
2235
2235
|
*/
|
|
2236
2236
|
maxResults?: number;
|
|
2237
2237
|
/**
|
|
2238
|
-
* @public
|
|
2239
2238
|
* <p>The prefix of the data set name, which you can use to filter the list of data
|
|
2240
2239
|
* sets.</p>
|
|
2240
|
+
* @public
|
|
2241
2241
|
*/
|
|
2242
2242
|
prefix?: string;
|
|
2243
2243
|
/**
|
|
2244
|
-
* @public
|
|
2245
2244
|
* <p>Filter dataset name matching the specified pattern. Can use * and % as wild cards.</p>
|
|
2245
|
+
* @public
|
|
2246
2246
|
*/
|
|
2247
2247
|
nameFilter?: string;
|
|
2248
2248
|
}
|
|
2249
2249
|
/**
|
|
2250
|
-
* @public
|
|
2251
2250
|
* <p>A subset of the possible data set attributes.</p>
|
|
2251
|
+
* @public
|
|
2252
2252
|
*/
|
|
2253
2253
|
export interface DataSetSummary {
|
|
2254
2254
|
/**
|
|
2255
|
-
* @public
|
|
2256
2255
|
* <p>The name of the data set.</p>
|
|
2256
|
+
* @public
|
|
2257
2257
|
*/
|
|
2258
2258
|
dataSetName: string | undefined;
|
|
2259
2259
|
/**
|
|
2260
|
-
* @public
|
|
2261
2260
|
* <p>The type of data set. The only supported value is VSAM.</p>
|
|
2261
|
+
* @public
|
|
2262
2262
|
*/
|
|
2263
2263
|
dataSetOrg?: string;
|
|
2264
2264
|
/**
|
|
2265
|
-
* @public
|
|
2266
2265
|
* <p>The format of the data set. </p>
|
|
2266
|
+
* @public
|
|
2267
2267
|
*/
|
|
2268
2268
|
format?: string;
|
|
2269
2269
|
/**
|
|
2270
|
-
* @public
|
|
2271
2270
|
* <p>The timestamp when the data set was created.</p>
|
|
2271
|
+
* @public
|
|
2272
2272
|
*/
|
|
2273
2273
|
creationTime?: Date;
|
|
2274
2274
|
/**
|
|
2275
|
-
* @public
|
|
2276
2275
|
* <p>The last time the data set was updated.</p>
|
|
2276
|
+
* @public
|
|
2277
2277
|
*/
|
|
2278
2278
|
lastUpdatedTime?: Date;
|
|
2279
2279
|
/**
|
|
2280
|
-
* @public
|
|
2281
2280
|
* <p>The last time the data set was referenced.</p>
|
|
2281
|
+
* @public
|
|
2282
2282
|
*/
|
|
2283
2283
|
lastReferencedTime?: Date;
|
|
2284
2284
|
}
|
|
@@ -2287,16 +2287,16 @@ export interface DataSetSummary {
|
|
|
2287
2287
|
*/
|
|
2288
2288
|
export interface ListDataSetsResponse {
|
|
2289
2289
|
/**
|
|
2290
|
-
* @public
|
|
2291
2290
|
* <p>The list of data sets, containing information including the creation time, the data set
|
|
2292
2291
|
* name, the data set organization, the data set format, and the last time the data set was
|
|
2293
2292
|
* referenced or updated.</p>
|
|
2293
|
+
* @public
|
|
2294
2294
|
*/
|
|
2295
2295
|
dataSets: DataSetSummary[] | undefined;
|
|
2296
2296
|
/**
|
|
2297
|
-
* @public
|
|
2298
2297
|
* <p>If there are more items to return, this contains a token
|
|
2299
2298
|
* that is passed to a subsequent call to this operation to retrieve the next set of items.</p>
|
|
2299
|
+
* @public
|
|
2300
2300
|
*/
|
|
2301
2301
|
nextToken?: string;
|
|
2302
2302
|
}
|
|
@@ -2305,61 +2305,61 @@ export interface ListDataSetsResponse {
|
|
|
2305
2305
|
*/
|
|
2306
2306
|
export interface ListDeploymentsRequest {
|
|
2307
2307
|
/**
|
|
2308
|
-
* @public
|
|
2309
2308
|
* <p>A pagination token returned from a previous call to
|
|
2310
2309
|
* this operation. This specifies the next item to return. To return to the beginning of the
|
|
2311
2310
|
* list, exclude this parameter.</p>
|
|
2311
|
+
* @public
|
|
2312
2312
|
*/
|
|
2313
2313
|
nextToken?: string;
|
|
2314
2314
|
/**
|
|
2315
|
-
* @public
|
|
2316
2315
|
* <p>The maximum number of objects to return.</p>
|
|
2316
|
+
* @public
|
|
2317
2317
|
*/
|
|
2318
2318
|
maxResults?: number;
|
|
2319
2319
|
/**
|
|
2320
|
-
* @public
|
|
2321
2320
|
* <p>The application identifier.</p>
|
|
2321
|
+
* @public
|
|
2322
2322
|
*/
|
|
2323
2323
|
applicationId: string | undefined;
|
|
2324
2324
|
}
|
|
2325
2325
|
/**
|
|
2326
|
-
* @public
|
|
2327
2326
|
* <p>A subset of information about a specific deployment.</p>
|
|
2327
|
+
* @public
|
|
2328
2328
|
*/
|
|
2329
2329
|
export interface DeploymentSummary {
|
|
2330
2330
|
/**
|
|
2331
|
-
* @public
|
|
2332
2331
|
* <p>The unique identifier of the deployment.</p>
|
|
2332
|
+
* @public
|
|
2333
2333
|
*/
|
|
2334
2334
|
deploymentId: string | undefined;
|
|
2335
2335
|
/**
|
|
2336
|
-
* @public
|
|
2337
2336
|
* <p>The unique identifier of the application.</p>
|
|
2337
|
+
* @public
|
|
2338
2338
|
*/
|
|
2339
2339
|
applicationId: string | undefined;
|
|
2340
2340
|
/**
|
|
2341
|
-
* @public
|
|
2342
2341
|
* <p>The unique identifier of the runtime environment.</p>
|
|
2342
|
+
* @public
|
|
2343
2343
|
*/
|
|
2344
2344
|
environmentId: string | undefined;
|
|
2345
2345
|
/**
|
|
2346
|
-
* @public
|
|
2347
2346
|
* <p>The version of the application.</p>
|
|
2347
|
+
* @public
|
|
2348
2348
|
*/
|
|
2349
2349
|
applicationVersion: number | undefined;
|
|
2350
2350
|
/**
|
|
2351
|
-
* @public
|
|
2352
2351
|
* <p>The current status of the deployment.</p>
|
|
2352
|
+
* @public
|
|
2353
2353
|
*/
|
|
2354
2354
|
status: DeploymentLifecycle | undefined;
|
|
2355
2355
|
/**
|
|
2356
|
-
* @public
|
|
2357
2356
|
* <p>The timestamp when the deployment was created.</p>
|
|
2357
|
+
* @public
|
|
2358
2358
|
*/
|
|
2359
2359
|
creationTime: Date | undefined;
|
|
2360
2360
|
/**
|
|
2361
|
-
* @public
|
|
2362
2361
|
* <p>The reason for the reported status.</p>
|
|
2362
|
+
* @public
|
|
2363
2363
|
*/
|
|
2364
2364
|
statusReason?: string;
|
|
2365
2365
|
}
|
|
@@ -2368,14 +2368,14 @@ export interface DeploymentSummary {
|
|
|
2368
2368
|
*/
|
|
2369
2369
|
export interface ListDeploymentsResponse {
|
|
2370
2370
|
/**
|
|
2371
|
-
* @public
|
|
2372
2371
|
* <p>The list of deployments that is returned.</p>
|
|
2372
|
+
* @public
|
|
2373
2373
|
*/
|
|
2374
2374
|
deployments: DeploymentSummary[] | undefined;
|
|
2375
2375
|
/**
|
|
2376
|
-
* @public
|
|
2377
2376
|
* <p>If there are more items to return, this contains a token
|
|
2378
2377
|
* that is passed to a subsequent call to this operation to retrieve the next set of items.</p>
|
|
2378
|
+
* @public
|
|
2379
2379
|
*/
|
|
2380
2380
|
nextToken?: string;
|
|
2381
2381
|
}
|
|
@@ -2384,8 +2384,8 @@ export interface ListDeploymentsResponse {
|
|
|
2384
2384
|
*/
|
|
2385
2385
|
export interface StartApplicationRequest {
|
|
2386
2386
|
/**
|
|
2387
|
-
* @public
|
|
2388
2387
|
* <p>The unique identifier of the application you want to start.</p>
|
|
2388
|
+
* @public
|
|
2389
2389
|
*/
|
|
2390
2390
|
applicationId: string | undefined;
|
|
2391
2391
|
}
|
|
@@ -2399,19 +2399,19 @@ export interface StartApplicationResponse {
|
|
|
2399
2399
|
*/
|
|
2400
2400
|
export interface StartBatchJobRequest {
|
|
2401
2401
|
/**
|
|
2402
|
-
* @public
|
|
2403
2402
|
* <p>The unique identifier of the application associated with this batch job.</p>
|
|
2403
|
+
* @public
|
|
2404
2404
|
*/
|
|
2405
2405
|
applicationId: string | undefined;
|
|
2406
2406
|
/**
|
|
2407
|
-
* @public
|
|
2408
2407
|
* <p>The unique identifier of the batch job.</p>
|
|
2408
|
+
* @public
|
|
2409
2409
|
*/
|
|
2410
2410
|
batchJobIdentifier: BatchJobIdentifier | undefined;
|
|
2411
2411
|
/**
|
|
2412
|
-
* @public
|
|
2413
2412
|
* <p>The collection of batch job parameters. For details about limits for keys and values,
|
|
2414
2413
|
* see <a href="https://www.ibm.com/docs/en/workload-automation/9.3.0?topic=zos-coding-variables-in-jcl">Coding variables in JCL</a>.</p>
|
|
2414
|
+
* @public
|
|
2415
2415
|
*/
|
|
2416
2416
|
jobParams?: Record<string, string>;
|
|
2417
2417
|
}
|
|
@@ -2420,8 +2420,8 @@ export interface StartBatchJobRequest {
|
|
|
2420
2420
|
*/
|
|
2421
2421
|
export interface StartBatchJobResponse {
|
|
2422
2422
|
/**
|
|
2423
|
-
* @public
|
|
2424
2423
|
* <p>The unique identifier of this execution of the batch job.</p>
|
|
2424
|
+
* @public
|
|
2425
2425
|
*/
|
|
2426
2426
|
executionId: string | undefined;
|
|
2427
2427
|
}
|
|
@@ -2430,15 +2430,15 @@ export interface StartBatchJobResponse {
|
|
|
2430
2430
|
*/
|
|
2431
2431
|
export interface StopApplicationRequest {
|
|
2432
2432
|
/**
|
|
2433
|
-
* @public
|
|
2434
2433
|
* <p>The unique identifier of the application you want to stop.</p>
|
|
2434
|
+
* @public
|
|
2435
2435
|
*/
|
|
2436
2436
|
applicationId: string | undefined;
|
|
2437
2437
|
/**
|
|
2438
|
-
* @public
|
|
2439
2438
|
* <p>Stopping an application process can take a long time. Setting this parameter to true
|
|
2440
2439
|
* lets you force stop the application so you don't need to wait until the process finishes to
|
|
2441
2440
|
* apply another action on the application. The default value is false.</p>
|
|
2441
|
+
* @public
|
|
2442
2442
|
*/
|
|
2443
2443
|
forceStop?: boolean;
|
|
2444
2444
|
}
|
|
@@ -2452,24 +2452,24 @@ export interface StopApplicationResponse {
|
|
|
2452
2452
|
*/
|
|
2453
2453
|
export interface UpdateApplicationRequest {
|
|
2454
2454
|
/**
|
|
2455
|
-
* @public
|
|
2456
2455
|
* <p>The unique identifier of the application you want to update.</p>
|
|
2456
|
+
* @public
|
|
2457
2457
|
*/
|
|
2458
2458
|
applicationId: string | undefined;
|
|
2459
2459
|
/**
|
|
2460
|
-
* @public
|
|
2461
2460
|
* <p>The description of the application to update.</p>
|
|
2461
|
+
* @public
|
|
2462
2462
|
*/
|
|
2463
2463
|
description?: string;
|
|
2464
2464
|
/**
|
|
2465
|
-
* @public
|
|
2466
2465
|
* <p>The current version of the application to update.</p>
|
|
2466
|
+
* @public
|
|
2467
2467
|
*/
|
|
2468
2468
|
currentApplicationVersion: number | undefined;
|
|
2469
2469
|
/**
|
|
2470
|
-
* @public
|
|
2471
2470
|
* <p>The application definition for this application. You can specify either inline JSON or
|
|
2472
2471
|
* an S3 bucket location.</p>
|
|
2472
|
+
* @public
|
|
2473
2473
|
*/
|
|
2474
2474
|
definition?: Definition;
|
|
2475
2475
|
}
|
|
@@ -2478,57 +2478,57 @@ export interface UpdateApplicationRequest {
|
|
|
2478
2478
|
*/
|
|
2479
2479
|
export interface UpdateApplicationResponse {
|
|
2480
2480
|
/**
|
|
2481
|
-
* @public
|
|
2482
2481
|
* <p>The new version of the application.</p>
|
|
2482
|
+
* @public
|
|
2483
2483
|
*/
|
|
2484
2484
|
applicationVersion: number | undefined;
|
|
2485
2485
|
}
|
|
2486
2486
|
/**
|
|
2487
|
-
* @public
|
|
2488
2487
|
* <p>Defines the details of a high availability configuration.</p>
|
|
2488
|
+
* @public
|
|
2489
2489
|
*/
|
|
2490
2490
|
export interface HighAvailabilityConfig {
|
|
2491
2491
|
/**
|
|
2492
|
-
* @public
|
|
2493
2492
|
* <p>The number of instances in a high availability configuration. The minimum possible value is 1 and the maximum is 100.</p>
|
|
2493
|
+
* @public
|
|
2494
2494
|
*/
|
|
2495
2495
|
desiredCapacity: number | undefined;
|
|
2496
2496
|
}
|
|
2497
2497
|
/**
|
|
2498
|
-
* @public
|
|
2499
2498
|
* <p>Defines the storage configuration for an Amazon EFS file system.</p>
|
|
2499
|
+
* @public
|
|
2500
2500
|
*/
|
|
2501
2501
|
export interface EfsStorageConfiguration {
|
|
2502
2502
|
/**
|
|
2503
|
-
* @public
|
|
2504
2503
|
* <p>The file system identifier.</p>
|
|
2504
|
+
* @public
|
|
2505
2505
|
*/
|
|
2506
2506
|
fileSystemId: string | undefined;
|
|
2507
2507
|
/**
|
|
2508
|
-
* @public
|
|
2509
2508
|
* <p>The mount point for the file system.</p>
|
|
2509
|
+
* @public
|
|
2510
2510
|
*/
|
|
2511
2511
|
mountPoint: string | undefined;
|
|
2512
2512
|
}
|
|
2513
2513
|
/**
|
|
2514
|
-
* @public
|
|
2515
2514
|
* <p>Defines the storage configuration for an Amazon FSx file system.</p>
|
|
2515
|
+
* @public
|
|
2516
2516
|
*/
|
|
2517
2517
|
export interface FsxStorageConfiguration {
|
|
2518
2518
|
/**
|
|
2519
|
-
* @public
|
|
2520
2519
|
* <p>The file system identifier.</p>
|
|
2520
|
+
* @public
|
|
2521
2521
|
*/
|
|
2522
2522
|
fileSystemId: string | undefined;
|
|
2523
2523
|
/**
|
|
2524
|
-
* @public
|
|
2525
2524
|
* <p>The mount point for the file system.</p>
|
|
2525
|
+
* @public
|
|
2526
2526
|
*/
|
|
2527
2527
|
mountPoint: string | undefined;
|
|
2528
2528
|
}
|
|
2529
2529
|
/**
|
|
2530
|
-
* @public
|
|
2531
2530
|
* <p>Defines the storage configuration for a runtime environment.</p>
|
|
2531
|
+
* @public
|
|
2532
2532
|
*/
|
|
2533
2533
|
export type StorageConfiguration = StorageConfiguration.EfsMember | StorageConfiguration.FsxMember | StorageConfiguration.$UnknownMember;
|
|
2534
2534
|
/**
|
|
@@ -2536,8 +2536,8 @@ export type StorageConfiguration = StorageConfiguration.EfsMember | StorageConfi
|
|
|
2536
2536
|
*/
|
|
2537
2537
|
export declare namespace StorageConfiguration {
|
|
2538
2538
|
/**
|
|
2539
|
-
* @public
|
|
2540
2539
|
* <p>Defines the storage configuration for an Amazon EFS file system.</p>
|
|
2540
|
+
* @public
|
|
2541
2541
|
*/
|
|
2542
2542
|
interface EfsMember {
|
|
2543
2543
|
efs: EfsStorageConfiguration;
|
|
@@ -2545,8 +2545,8 @@ export declare namespace StorageConfiguration {
|
|
|
2545
2545
|
$unknown?: never;
|
|
2546
2546
|
}
|
|
2547
2547
|
/**
|
|
2548
|
-
* @public
|
|
2549
2548
|
* <p>Defines the storage configuration for an Amazon FSx file system.</p>
|
|
2549
|
+
* @public
|
|
2550
2550
|
*/
|
|
2551
2551
|
interface FsxMember {
|
|
2552
2552
|
efs?: never;
|
|
@@ -2573,78 +2573,78 @@ export declare namespace StorageConfiguration {
|
|
|
2573
2573
|
*/
|
|
2574
2574
|
export interface CreateEnvironmentRequest {
|
|
2575
2575
|
/**
|
|
2576
|
-
* @public
|
|
2577
2576
|
* <p>The name of the runtime environment. Must be unique within the account.</p>
|
|
2577
|
+
* @public
|
|
2578
2578
|
*/
|
|
2579
2579
|
name: string | undefined;
|
|
2580
2580
|
/**
|
|
2581
|
-
* @public
|
|
2582
2581
|
* <p>The type of instance for the runtime environment.</p>
|
|
2582
|
+
* @public
|
|
2583
2583
|
*/
|
|
2584
2584
|
instanceType: string | undefined;
|
|
2585
2585
|
/**
|
|
2586
|
-
* @public
|
|
2587
2586
|
* <p>The description of the runtime environment.</p>
|
|
2587
|
+
* @public
|
|
2588
2588
|
*/
|
|
2589
2589
|
description?: string;
|
|
2590
2590
|
/**
|
|
2591
|
-
* @public
|
|
2592
2591
|
* <p>The engine type for the runtime environment.</p>
|
|
2592
|
+
* @public
|
|
2593
2593
|
*/
|
|
2594
2594
|
engineType: EngineType | undefined;
|
|
2595
2595
|
/**
|
|
2596
|
-
* @public
|
|
2597
2596
|
* <p>The version of the engine type for the runtime environment.</p>
|
|
2597
|
+
* @public
|
|
2598
2598
|
*/
|
|
2599
2599
|
engineVersion?: string;
|
|
2600
2600
|
/**
|
|
2601
|
-
* @public
|
|
2602
2601
|
* <p>The list of subnets associated with the VPC for this runtime environment.</p>
|
|
2602
|
+
* @public
|
|
2603
2603
|
*/
|
|
2604
2604
|
subnetIds?: string[];
|
|
2605
2605
|
/**
|
|
2606
|
-
* @public
|
|
2607
2606
|
* <p>The list of security groups for the VPC associated with this runtime environment.</p>
|
|
2607
|
+
* @public
|
|
2608
2608
|
*/
|
|
2609
2609
|
securityGroupIds?: string[];
|
|
2610
2610
|
/**
|
|
2611
|
-
* @public
|
|
2612
2611
|
* <p>Optional. The storage configurations for this runtime environment.</p>
|
|
2612
|
+
* @public
|
|
2613
2613
|
*/
|
|
2614
2614
|
storageConfigurations?: StorageConfiguration[];
|
|
2615
2615
|
/**
|
|
2616
|
-
* @public
|
|
2617
2616
|
* <p>Specifies whether the runtime environment is publicly accessible.</p>
|
|
2617
|
+
* @public
|
|
2618
2618
|
*/
|
|
2619
2619
|
publiclyAccessible?: boolean;
|
|
2620
2620
|
/**
|
|
2621
|
-
* @public
|
|
2622
2621
|
* <p>The details of a high availability configuration for this runtime environment.</p>
|
|
2622
|
+
* @public
|
|
2623
2623
|
*/
|
|
2624
2624
|
highAvailabilityConfig?: HighAvailabilityConfig;
|
|
2625
2625
|
/**
|
|
2626
|
-
* @public
|
|
2627
2626
|
* <p>The tags for the runtime environment.</p>
|
|
2627
|
+
* @public
|
|
2628
2628
|
*/
|
|
2629
2629
|
tags?: Record<string, string>;
|
|
2630
2630
|
/**
|
|
2631
|
-
* @public
|
|
2632
2631
|
* <p>Configures the maintenance window that you want for the runtime environment. The maintenance window must have the format <code>ddd:hh24:mi-ddd:hh24:mi</code> and must be less than 24 hours. The following two examples are valid maintenance windows: <code>sun:23:45-mon:00:15</code> or <code>sat:01:00-sat:03:00</code>. </p>
|
|
2633
2632
|
* <p>If you do not provide a value, a random system-generated value will be assigned.</p>
|
|
2633
|
+
* @public
|
|
2634
2634
|
*/
|
|
2635
2635
|
preferredMaintenanceWindow?: string;
|
|
2636
2636
|
/**
|
|
2637
|
-
* @public
|
|
2638
2637
|
* <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request
|
|
2639
2638
|
* to create an environment. The service generates the clientToken when the API call is
|
|
2640
2639
|
* triggered. The token expires after one hour, so if you retry the API within this timeframe
|
|
2641
2640
|
* with the same clientToken, you will get the same response. The service also handles
|
|
2642
2641
|
* deleting the clientToken after it expires. </p>
|
|
2642
|
+
* @public
|
|
2643
2643
|
*/
|
|
2644
2644
|
clientToken?: string;
|
|
2645
2645
|
/**
|
|
2646
|
-
* @public
|
|
2647
2646
|
* <p>The identifier of a customer managed key.</p>
|
|
2647
|
+
* @public
|
|
2648
2648
|
*/
|
|
2649
2649
|
kmsKeyId?: string;
|
|
2650
2650
|
}
|
|
@@ -2653,8 +2653,8 @@ export interface CreateEnvironmentRequest {
|
|
|
2653
2653
|
*/
|
|
2654
2654
|
export interface CreateEnvironmentResponse {
|
|
2655
2655
|
/**
|
|
2656
|
-
* @public
|
|
2657
2656
|
* <p>The unique identifier of the runtime environment.</p>
|
|
2657
|
+
* @public
|
|
2658
2658
|
*/
|
|
2659
2659
|
environmentId: string | undefined;
|
|
2660
2660
|
}
|
|
@@ -2663,8 +2663,8 @@ export interface CreateEnvironmentResponse {
|
|
|
2663
2663
|
*/
|
|
2664
2664
|
export interface DeleteEnvironmentRequest {
|
|
2665
2665
|
/**
|
|
2666
|
-
* @public
|
|
2667
2666
|
* <p>The unique identifier of the runtime environment you want to delete.</p>
|
|
2667
|
+
* @public
|
|
2668
2668
|
*/
|
|
2669
2669
|
environmentId: string | undefined;
|
|
2670
2670
|
}
|
|
@@ -2678,40 +2678,40 @@ export interface DeleteEnvironmentResponse {
|
|
|
2678
2678
|
*/
|
|
2679
2679
|
export interface GetEnvironmentRequest {
|
|
2680
2680
|
/**
|
|
2681
|
-
* @public
|
|
2682
2681
|
* <p>The unique identifier of the runtime environment.</p>
|
|
2682
|
+
* @public
|
|
2683
2683
|
*/
|
|
2684
2684
|
environmentId: string | undefined;
|
|
2685
2685
|
}
|
|
2686
2686
|
/**
|
|
2687
|
-
* @public
|
|
2688
2687
|
* <p>The information about the maintenance schedule.</p>
|
|
2688
|
+
* @public
|
|
2689
2689
|
*/
|
|
2690
2690
|
export interface MaintenanceSchedule {
|
|
2691
2691
|
/**
|
|
2692
|
-
* @public
|
|
2693
2692
|
* <p>The time the scheduled maintenance is to start.</p>
|
|
2693
|
+
* @public
|
|
2694
2694
|
*/
|
|
2695
2695
|
startTime?: Date;
|
|
2696
2696
|
/**
|
|
2697
|
-
* @public
|
|
2698
2697
|
* <p>The time the scheduled maintenance is to end.</p>
|
|
2698
|
+
* @public
|
|
2699
2699
|
*/
|
|
2700
2700
|
endTime?: Date;
|
|
2701
2701
|
}
|
|
2702
2702
|
/**
|
|
2703
|
-
* @public
|
|
2704
2703
|
* <p>The scheduled maintenance for a runtime engine.</p>
|
|
2704
|
+
* @public
|
|
2705
2705
|
*/
|
|
2706
2706
|
export interface PendingMaintenance {
|
|
2707
2707
|
/**
|
|
2708
|
-
* @public
|
|
2709
2708
|
* <p>The maintenance schedule for the runtime engine version.</p>
|
|
2709
|
+
* @public
|
|
2710
2710
|
*/
|
|
2711
2711
|
schedule?: MaintenanceSchedule;
|
|
2712
2712
|
/**
|
|
2713
|
-
* @public
|
|
2714
2713
|
* <p>The specific runtime engine that the maintenance schedule applies to.</p>
|
|
2714
|
+
* @public
|
|
2715
2715
|
*/
|
|
2716
2716
|
engineVersion?: string;
|
|
2717
2717
|
}
|
|
@@ -2735,120 +2735,120 @@ export type EnvironmentLifecycle = (typeof EnvironmentLifecycle)[keyof typeof En
|
|
|
2735
2735
|
*/
|
|
2736
2736
|
export interface GetEnvironmentResponse {
|
|
2737
2737
|
/**
|
|
2738
|
-
* @public
|
|
2739
2738
|
* <p>The name of the runtime environment. Must be unique within the account.</p>
|
|
2739
|
+
* @public
|
|
2740
2740
|
*/
|
|
2741
2741
|
name: string | undefined;
|
|
2742
2742
|
/**
|
|
2743
|
-
* @public
|
|
2744
2743
|
* <p>The description of the runtime environment.</p>
|
|
2744
|
+
* @public
|
|
2745
2745
|
*/
|
|
2746
2746
|
description?: string;
|
|
2747
2747
|
/**
|
|
2748
|
-
* @public
|
|
2749
2748
|
* <p>The Amazon Resource Name (ARN) of the runtime environment.</p>
|
|
2749
|
+
* @public
|
|
2750
2750
|
*/
|
|
2751
2751
|
environmentArn: string | undefined;
|
|
2752
2752
|
/**
|
|
2753
|
-
* @public
|
|
2754
2753
|
* <p>The unique identifier of the runtime environment.</p>
|
|
2754
|
+
* @public
|
|
2755
2755
|
*/
|
|
2756
2756
|
environmentId: string | undefined;
|
|
2757
2757
|
/**
|
|
2758
|
-
* @public
|
|
2759
2758
|
* <p>The type of instance underlying the runtime environment.</p>
|
|
2759
|
+
* @public
|
|
2760
2760
|
*/
|
|
2761
2761
|
instanceType: string | undefined;
|
|
2762
2762
|
/**
|
|
2763
|
-
* @public
|
|
2764
2763
|
* <p>The status of the runtime environment.</p>
|
|
2764
|
+
* @public
|
|
2765
2765
|
*/
|
|
2766
2766
|
status: EnvironmentLifecycle | undefined;
|
|
2767
2767
|
/**
|
|
2768
|
-
* @public
|
|
2769
2768
|
* <p>The target platform for the runtime environment.</p>
|
|
2769
|
+
* @public
|
|
2770
2770
|
*/
|
|
2771
2771
|
engineType: EngineType | undefined;
|
|
2772
2772
|
/**
|
|
2773
|
-
* @public
|
|
2774
2773
|
* <p>The version of the runtime engine.</p>
|
|
2774
|
+
* @public
|
|
2775
2775
|
*/
|
|
2776
2776
|
engineVersion: string | undefined;
|
|
2777
2777
|
/**
|
|
2778
|
-
* @public
|
|
2779
2778
|
* <p>The unique identifier for the VPC used with this runtime environment.</p>
|
|
2779
|
+
* @public
|
|
2780
2780
|
*/
|
|
2781
2781
|
vpcId: string | undefined;
|
|
2782
2782
|
/**
|
|
2783
|
-
* @public
|
|
2784
2783
|
* <p>The unique identifiers of the subnets assigned to this runtime environment.</p>
|
|
2784
|
+
* @public
|
|
2785
2785
|
*/
|
|
2786
2786
|
subnetIds: string[] | undefined;
|
|
2787
2787
|
/**
|
|
2788
|
-
* @public
|
|
2789
2788
|
* <p>The unique identifiers of the security groups assigned to this runtime
|
|
2790
2789
|
* environment.</p>
|
|
2790
|
+
* @public
|
|
2791
2791
|
*/
|
|
2792
2792
|
securityGroupIds: string[] | undefined;
|
|
2793
2793
|
/**
|
|
2794
|
-
* @public
|
|
2795
2794
|
* <p>The timestamp when the runtime environment was created.</p>
|
|
2795
|
+
* @public
|
|
2796
2796
|
*/
|
|
2797
2797
|
creationTime: Date | undefined;
|
|
2798
2798
|
/**
|
|
2799
|
-
* @public
|
|
2800
2799
|
* <p>The storage configurations defined for the runtime environment.</p>
|
|
2800
|
+
* @public
|
|
2801
2801
|
*/
|
|
2802
2802
|
storageConfigurations?: StorageConfiguration[];
|
|
2803
2803
|
/**
|
|
2804
|
-
* @public
|
|
2805
2804
|
* <p>The tags defined for this runtime environment.</p>
|
|
2805
|
+
* @public
|
|
2806
2806
|
*/
|
|
2807
2807
|
tags?: Record<string, string>;
|
|
2808
2808
|
/**
|
|
2809
|
-
* @public
|
|
2810
2809
|
* <p>The desired capacity of the high availability configuration for the runtime
|
|
2811
2810
|
* environment.</p>
|
|
2811
|
+
* @public
|
|
2812
2812
|
*/
|
|
2813
2813
|
highAvailabilityConfig?: HighAvailabilityConfig;
|
|
2814
2814
|
/**
|
|
2815
|
-
* @public
|
|
2816
2815
|
* <p>Whether applications running in this runtime environment are publicly accessible.
|
|
2817
2816
|
* </p>
|
|
2817
|
+
* @public
|
|
2818
2818
|
*/
|
|
2819
2819
|
publiclyAccessible?: boolean;
|
|
2820
2820
|
/**
|
|
2821
|
-
* @public
|
|
2822
2821
|
* <p>The number of instances included in the runtime environment. A standalone runtime
|
|
2823
2822
|
* environment has a maximum of one instance. Currently, a high availability runtime
|
|
2824
2823
|
* environment has a maximum of two instances. </p>
|
|
2824
|
+
* @public
|
|
2825
2825
|
*/
|
|
2826
2826
|
actualCapacity?: number;
|
|
2827
2827
|
/**
|
|
2828
|
-
* @public
|
|
2829
2828
|
* <p>The Amazon Resource Name (ARN) for the load balancer used with the runtime
|
|
2830
2829
|
* environment.</p>
|
|
2830
|
+
* @public
|
|
2831
2831
|
*/
|
|
2832
2832
|
loadBalancerArn?: string;
|
|
2833
2833
|
/**
|
|
2834
|
-
* @public
|
|
2835
2834
|
* <p>The reason for the reported status.</p>
|
|
2835
|
+
* @public
|
|
2836
2836
|
*/
|
|
2837
2837
|
statusReason?: string;
|
|
2838
2838
|
/**
|
|
2839
|
-
* @public
|
|
2840
2839
|
* <p>The maintenance window for the runtime environment. If you don't
|
|
2841
2840
|
* provide a value for the maintenance window, the service assigns a random value.</p>
|
|
2841
|
+
* @public
|
|
2842
2842
|
*/
|
|
2843
2843
|
preferredMaintenanceWindow?: string;
|
|
2844
2844
|
/**
|
|
2845
|
-
* @public
|
|
2846
2845
|
* <p>Indicates the pending maintenance scheduled on this environment.</p>
|
|
2846
|
+
* @public
|
|
2847
2847
|
*/
|
|
2848
2848
|
pendingMaintenance?: PendingMaintenance;
|
|
2849
2849
|
/**
|
|
2850
|
-
* @public
|
|
2851
2850
|
* <p>The identifier of a customer managed key.</p>
|
|
2851
|
+
* @public
|
|
2852
2852
|
*/
|
|
2853
2853
|
kmsKeyId?: string;
|
|
2854
2854
|
}
|
|
@@ -2857,71 +2857,71 @@ export interface GetEnvironmentResponse {
|
|
|
2857
2857
|
*/
|
|
2858
2858
|
export interface ListEnvironmentsRequest {
|
|
2859
2859
|
/**
|
|
2860
|
-
* @public
|
|
2861
2860
|
* <p>A pagination token to control the number of runtime environments displayed in the
|
|
2862
2861
|
* list.</p>
|
|
2862
|
+
* @public
|
|
2863
2863
|
*/
|
|
2864
2864
|
nextToken?: string;
|
|
2865
2865
|
/**
|
|
2866
|
-
* @public
|
|
2867
2866
|
* <p>The maximum number of runtime environments to return.</p>
|
|
2867
|
+
* @public
|
|
2868
2868
|
*/
|
|
2869
2869
|
maxResults?: number;
|
|
2870
2870
|
/**
|
|
2871
|
-
* @public
|
|
2872
2871
|
* <p>The names of the runtime environments. Must be unique within the account.</p>
|
|
2872
|
+
* @public
|
|
2873
2873
|
*/
|
|
2874
2874
|
names?: string[];
|
|
2875
2875
|
/**
|
|
2876
|
-
* @public
|
|
2877
2876
|
* <p>The engine type for the runtime environment.</p>
|
|
2877
|
+
* @public
|
|
2878
2878
|
*/
|
|
2879
2879
|
engineType?: EngineType;
|
|
2880
2880
|
}
|
|
2881
2881
|
/**
|
|
2882
|
-
* @public
|
|
2883
2882
|
* <p>Contains a subset of the possible runtime environment attributes. Used in the
|
|
2884
2883
|
* environment list.</p>
|
|
2884
|
+
* @public
|
|
2885
2885
|
*/
|
|
2886
2886
|
export interface EnvironmentSummary {
|
|
2887
2887
|
/**
|
|
2888
|
-
* @public
|
|
2889
2888
|
* <p>The name of the runtime environment.</p>
|
|
2889
|
+
* @public
|
|
2890
2890
|
*/
|
|
2891
2891
|
name: string | undefined;
|
|
2892
2892
|
/**
|
|
2893
|
-
* @public
|
|
2894
2893
|
* <p>The Amazon Resource Name (ARN) of a particular runtime environment.</p>
|
|
2894
|
+
* @public
|
|
2895
2895
|
*/
|
|
2896
2896
|
environmentArn: string | undefined;
|
|
2897
2897
|
/**
|
|
2898
|
-
* @public
|
|
2899
2898
|
* <p>The unique identifier of a particular runtime environment.</p>
|
|
2899
|
+
* @public
|
|
2900
2900
|
*/
|
|
2901
2901
|
environmentId: string | undefined;
|
|
2902
2902
|
/**
|
|
2903
|
-
* @public
|
|
2904
2903
|
* <p>The instance type of the runtime environment.</p>
|
|
2904
|
+
* @public
|
|
2905
2905
|
*/
|
|
2906
2906
|
instanceType: string | undefined;
|
|
2907
2907
|
/**
|
|
2908
|
-
* @public
|
|
2909
2908
|
* <p>The status of the runtime environment</p>
|
|
2909
|
+
* @public
|
|
2910
2910
|
*/
|
|
2911
2911
|
status: EnvironmentLifecycle | undefined;
|
|
2912
2912
|
/**
|
|
2913
|
-
* @public
|
|
2914
2913
|
* <p>The target platform for the runtime environment.</p>
|
|
2914
|
+
* @public
|
|
2915
2915
|
*/
|
|
2916
2916
|
engineType: EngineType | undefined;
|
|
2917
2917
|
/**
|
|
2918
|
-
* @public
|
|
2919
2918
|
* <p>The version of the runtime engine.</p>
|
|
2919
|
+
* @public
|
|
2920
2920
|
*/
|
|
2921
2921
|
engineVersion: string | undefined;
|
|
2922
2922
|
/**
|
|
2923
|
-
* @public
|
|
2924
2923
|
* <p>The timestamp when the runtime environment was created.</p>
|
|
2924
|
+
* @public
|
|
2925
2925
|
*/
|
|
2926
2926
|
creationTime: Date | undefined;
|
|
2927
2927
|
}
|
|
@@ -2930,15 +2930,15 @@ export interface EnvironmentSummary {
|
|
|
2930
2930
|
*/
|
|
2931
2931
|
export interface ListEnvironmentsResponse {
|
|
2932
2932
|
/**
|
|
2933
|
-
* @public
|
|
2934
2933
|
* <p>Returns a list of summary details for all the runtime environments in your account.
|
|
2935
2934
|
* </p>
|
|
2935
|
+
* @public
|
|
2936
2936
|
*/
|
|
2937
2937
|
environments: EnvironmentSummary[] | undefined;
|
|
2938
2938
|
/**
|
|
2939
|
-
* @public
|
|
2940
2939
|
* <p>A pagination token that's returned when the response doesn't contain all the runtime
|
|
2941
2940
|
* environments.</p>
|
|
2941
|
+
* @public
|
|
2942
2942
|
*/
|
|
2943
2943
|
nextToken?: string;
|
|
2944
2944
|
}
|
|
@@ -2947,45 +2947,45 @@ export interface ListEnvironmentsResponse {
|
|
|
2947
2947
|
*/
|
|
2948
2948
|
export interface UpdateEnvironmentRequest {
|
|
2949
2949
|
/**
|
|
2950
|
-
* @public
|
|
2951
2950
|
* <p>The unique identifier of the runtime environment that you want to update.</p>
|
|
2951
|
+
* @public
|
|
2952
2952
|
*/
|
|
2953
2953
|
environmentId: string | undefined;
|
|
2954
2954
|
/**
|
|
2955
|
-
* @public
|
|
2956
2955
|
* <p>The desired capacity for the runtime environment to update. The minimum possible value is 0 and the maximum is 100.</p>
|
|
2956
|
+
* @public
|
|
2957
2957
|
*/
|
|
2958
2958
|
desiredCapacity?: number;
|
|
2959
2959
|
/**
|
|
2960
|
-
* @public
|
|
2961
2960
|
* <p>The instance type for the runtime environment to update.</p>
|
|
2961
|
+
* @public
|
|
2962
2962
|
*/
|
|
2963
2963
|
instanceType?: string;
|
|
2964
2964
|
/**
|
|
2965
|
-
* @public
|
|
2966
2965
|
* <p>The version of the runtime engine for the runtime environment.</p>
|
|
2966
|
+
* @public
|
|
2967
2967
|
*/
|
|
2968
2968
|
engineVersion?: string;
|
|
2969
2969
|
/**
|
|
2970
|
-
* @public
|
|
2971
2970
|
* <p>Configures the maintenance window that you want for the runtime environment. The maintenance window must have the format <code>ddd:hh24:mi-ddd:hh24:mi</code> and must be less than 24 hours. The following two examples are valid maintenance windows: <code>sun:23:45-mon:00:15</code> or <code>sat:01:00-sat:03:00</code>. </p>
|
|
2972
2971
|
* <p>If you do not provide a value, a random system-generated value will be assigned.</p>
|
|
2972
|
+
* @public
|
|
2973
2973
|
*/
|
|
2974
2974
|
preferredMaintenanceWindow?: string;
|
|
2975
2975
|
/**
|
|
2976
|
-
* @public
|
|
2977
2976
|
* <p>Indicates whether to update the runtime environment during the maintenance window. The
|
|
2978
2977
|
* default is false. Currently, Amazon Web Services Mainframe Modernization accepts the <code>engineVersion</code> parameter
|
|
2979
2978
|
* only if <code>applyDuringMaintenanceWindow</code> is true. If any parameter other than
|
|
2980
2979
|
* <code>engineVersion</code> is provided in <code>UpdateEnvironmentRequest</code>, it will
|
|
2981
2980
|
* fail if <code>applyDuringMaintenanceWindow</code> is set to true.</p>
|
|
2981
|
+
* @public
|
|
2982
2982
|
*/
|
|
2983
2983
|
applyDuringMaintenanceWindow?: boolean;
|
|
2984
2984
|
/**
|
|
2985
|
-
* @public
|
|
2986
2985
|
* <p>Forces the updates on the environment. This option is needed if the applications in the environment are not stopped or if there are ongoing application-related activities in the environment.</p>
|
|
2987
2986
|
* <p>If you use this option, be aware that it could lead to data corruption in the applications, and that you might need to perform repair and recovery procedures for the applications.</p>
|
|
2988
2987
|
* <p>This option is not needed if the attribute being updated is <code>preferredMaintenanceWindow</code>.</p>
|
|
2988
|
+
* @public
|
|
2989
2989
|
*/
|
|
2990
2990
|
forceUpdate?: boolean;
|
|
2991
2991
|
}
|
|
@@ -2994,8 +2994,8 @@ export interface UpdateEnvironmentRequest {
|
|
|
2994
2994
|
*/
|
|
2995
2995
|
export interface UpdateEnvironmentResponse {
|
|
2996
2996
|
/**
|
|
2997
|
-
* @public
|
|
2998
2997
|
* <p>The unique identifier of the runtime environment that was updated.</p>
|
|
2998
|
+
* @public
|
|
2999
2999
|
*/
|
|
3000
3000
|
environmentId: string | undefined;
|
|
3001
3001
|
}
|
|
@@ -3004,8 +3004,8 @@ export interface UpdateEnvironmentResponse {
|
|
|
3004
3004
|
*/
|
|
3005
3005
|
export interface GetSignedBluinsightsUrlResponse {
|
|
3006
3006
|
/**
|
|
3007
|
-
* @public
|
|
3008
3007
|
* <p>Single sign-on AWS Blu Insights URL.</p>
|
|
3008
|
+
* @public
|
|
3009
3009
|
*/
|
|
3010
3010
|
signedBiUrl: string | undefined;
|
|
3011
3011
|
}
|
|
@@ -3014,36 +3014,36 @@ export interface GetSignedBluinsightsUrlResponse {
|
|
|
3014
3014
|
*/
|
|
3015
3015
|
export interface ListEngineVersionsRequest {
|
|
3016
3016
|
/**
|
|
3017
|
-
* @public
|
|
3018
3017
|
* <p>The type of target platform.</p>
|
|
3018
|
+
* @public
|
|
3019
3019
|
*/
|
|
3020
3020
|
engineType?: EngineType;
|
|
3021
3021
|
/**
|
|
3022
|
-
* @public
|
|
3023
3022
|
* <p>A pagination token returned from a previous call to
|
|
3024
3023
|
* this operation. This specifies the next item to return. To return to the beginning of the
|
|
3025
3024
|
* list, exclude this parameter.</p>
|
|
3025
|
+
* @public
|
|
3026
3026
|
*/
|
|
3027
3027
|
nextToken?: string;
|
|
3028
3028
|
/**
|
|
3029
|
-
* @public
|
|
3030
3029
|
* <p>The maximum number of objects to return.</p>
|
|
3030
|
+
* @public
|
|
3031
3031
|
*/
|
|
3032
3032
|
maxResults?: number;
|
|
3033
3033
|
}
|
|
3034
3034
|
/**
|
|
3035
|
-
* @public
|
|
3036
3035
|
* <p>A subset of information about the engine version for a specific application.</p>
|
|
3036
|
+
* @public
|
|
3037
3037
|
*/
|
|
3038
3038
|
export interface EngineVersionsSummary {
|
|
3039
3039
|
/**
|
|
3040
|
-
* @public
|
|
3041
3040
|
* <p>The type of target platform for the application.</p>
|
|
3041
|
+
* @public
|
|
3042
3042
|
*/
|
|
3043
3043
|
engineType: string | undefined;
|
|
3044
3044
|
/**
|
|
3045
|
-
* @public
|
|
3046
3045
|
* <p>The version of the engine type used by the application.</p>
|
|
3046
|
+
* @public
|
|
3047
3047
|
*/
|
|
3048
3048
|
engineVersion: string | undefined;
|
|
3049
3049
|
}
|
|
@@ -3052,14 +3052,14 @@ export interface EngineVersionsSummary {
|
|
|
3052
3052
|
*/
|
|
3053
3053
|
export interface ListEngineVersionsResponse {
|
|
3054
3054
|
/**
|
|
3055
|
-
* @public
|
|
3056
3055
|
* <p>Returns the engine versions.</p>
|
|
3056
|
+
* @public
|
|
3057
3057
|
*/
|
|
3058
3058
|
engineVersions: EngineVersionsSummary[] | undefined;
|
|
3059
3059
|
/**
|
|
3060
|
-
* @public
|
|
3061
3060
|
* <p>If there are more items to return, this contains a token
|
|
3062
3061
|
* that is passed to a subsequent call to this operation to retrieve the next set of items.</p>
|
|
3062
|
+
* @public
|
|
3063
3063
|
*/
|
|
3064
3064
|
nextToken?: string;
|
|
3065
3065
|
}
|
|
@@ -3068,8 +3068,8 @@ export interface ListEngineVersionsResponse {
|
|
|
3068
3068
|
*/
|
|
3069
3069
|
export interface ListTagsForResourceRequest {
|
|
3070
3070
|
/**
|
|
3071
|
-
* @public
|
|
3072
3071
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
3072
|
+
* @public
|
|
3073
3073
|
*/
|
|
3074
3074
|
resourceArn: string | undefined;
|
|
3075
3075
|
}
|
|
@@ -3078,8 +3078,8 @@ export interface ListTagsForResourceRequest {
|
|
|
3078
3078
|
*/
|
|
3079
3079
|
export interface ListTagsForResourceResponse {
|
|
3080
3080
|
/**
|
|
3081
|
-
* @public
|
|
3082
3081
|
* <p>The tags for the resource.</p>
|
|
3082
|
+
* @public
|
|
3083
3083
|
*/
|
|
3084
3084
|
tags: Record<string, string> | undefined;
|
|
3085
3085
|
}
|
|
@@ -3088,13 +3088,13 @@ export interface ListTagsForResourceResponse {
|
|
|
3088
3088
|
*/
|
|
3089
3089
|
export interface TagResourceRequest {
|
|
3090
3090
|
/**
|
|
3091
|
-
* @public
|
|
3092
3091
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
3092
|
+
* @public
|
|
3093
3093
|
*/
|
|
3094
3094
|
resourceArn: string | undefined;
|
|
3095
3095
|
/**
|
|
3096
|
-
* @public
|
|
3097
3096
|
* <p>The tags to add to the resource.</p>
|
|
3097
|
+
* @public
|
|
3098
3098
|
*/
|
|
3099
3099
|
tags: Record<string, string> | undefined;
|
|
3100
3100
|
}
|
|
@@ -3108,13 +3108,13 @@ export interface TagResourceResponse {
|
|
|
3108
3108
|
*/
|
|
3109
3109
|
export interface UntagResourceRequest {
|
|
3110
3110
|
/**
|
|
3111
|
-
* @public
|
|
3112
3111
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
3112
|
+
* @public
|
|
3113
3113
|
*/
|
|
3114
3114
|
resourceArn: string | undefined;
|
|
3115
3115
|
/**
|
|
3116
|
-
* @public
|
|
3117
3116
|
* <p>The keys of the tags to remove.</p>
|
|
3117
|
+
* @public
|
|
3118
3118
|
*/
|
|
3119
3119
|
tagKeys: string[] | undefined;
|
|
3120
3120
|
}
|