@aws-sdk/client-m2 3.300.0 → 3.303.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_0.js +65 -75
- package/dist-es/models/models_0.js +65 -75
- package/dist-types/commands/CancelBatchJobExecutionCommand.d.ts +1 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/CreateDataSetImportTaskCommand.d.ts +13 -13
- package/dist-types/commands/CreateDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +8 -8
- package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApplicationFromEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/GetApplicationCommand.d.ts +1 -1
- package/dist-types/commands/GetApplicationVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetBatchJobExecutionCommand.d.ts +1 -1
- package/dist-types/commands/GetDataSetDetailsCommand.d.ts +1 -1
- package/dist-types/commands/GetDataSetImportTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +2 -2
- package/dist-types/commands/ListBatchJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListBatchJobExecutionsCommand.d.ts +2 -2
- package/dist-types/commands/ListDataSetImportHistoryCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/ListEngineVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/StartApplicationCommand.d.ts +1 -1
- package/dist-types/commands/StartBatchJobCommand.d.ts +5 -5
- package/dist-types/commands/StopApplicationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +115 -65
- package/dist-types/ts3.4/models/models_0.d.ts +83 -65
- package/package.json +34 -34
|
@@ -79,13 +79,12 @@ class ThrottlingException extends M2ServiceException_1.M2ServiceException {
|
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
exports.ThrottlingException = ThrottlingException;
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
})(ValidationExceptionReason = exports.ValidationExceptionReason || (exports.ValidationExceptionReason = {}));
|
|
82
|
+
exports.ValidationExceptionReason = {
|
|
83
|
+
CANNOT_PARSE: "cannotParse",
|
|
84
|
+
FIELD_VALIDATION_FAILED: "fieldValidationFailed",
|
|
85
|
+
OTHER: "other",
|
|
86
|
+
UNKNOWN_OPERATION: "unknownOperation",
|
|
87
|
+
};
|
|
89
88
|
class ValidationException extends M2ServiceException_1.M2ServiceException {
|
|
90
89
|
constructor(opts) {
|
|
91
90
|
super({
|
|
@@ -111,11 +110,10 @@ var Definition;
|
|
|
111
110
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
112
111
|
};
|
|
113
112
|
})(Definition = exports.Definition || (exports.Definition = {}));
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
})(EngineType = exports.EngineType || (exports.EngineType = {}));
|
|
113
|
+
exports.EngineType = {
|
|
114
|
+
BLUAGE: "bluage",
|
|
115
|
+
MICROFOCUS: "microfocus",
|
|
116
|
+
};
|
|
119
117
|
class ServiceQuotaExceededException extends M2ServiceException_1.M2ServiceException {
|
|
120
118
|
constructor(opts) {
|
|
121
119
|
super({
|
|
@@ -161,32 +159,29 @@ var DataSetImportConfig;
|
|
|
161
159
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
162
160
|
};
|
|
163
161
|
})(DataSetImportConfig = exports.DataSetImportConfig || (exports.DataSetImportConfig = {}));
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
ApplicationLifecycle["STOPPED"] = "Stopped";
|
|
188
|
-
ApplicationLifecycle["STOPPING"] = "Stopping";
|
|
189
|
-
})(ApplicationLifecycle = exports.ApplicationLifecycle || (exports.ApplicationLifecycle = {}));
|
|
162
|
+
exports.DeploymentLifecycle = {
|
|
163
|
+
DEPLOYING: "Deploying",
|
|
164
|
+
FAILED: "Failed",
|
|
165
|
+
SUCCEEDED: "Succeeded",
|
|
166
|
+
};
|
|
167
|
+
exports.ApplicationVersionLifecycle = {
|
|
168
|
+
AVAILABLE: "Available",
|
|
169
|
+
CREATING: "Creating",
|
|
170
|
+
FAILED: "Failed",
|
|
171
|
+
};
|
|
172
|
+
exports.ApplicationLifecycle = {
|
|
173
|
+
AVAILABLE: "Available",
|
|
174
|
+
CREATED: "Created",
|
|
175
|
+
CREATING: "Creating",
|
|
176
|
+
DELETING: "Deleting",
|
|
177
|
+
DELETING_FROM_ENVIRONMENT: "Deleting From Environment",
|
|
178
|
+
FAILED: "Failed",
|
|
179
|
+
READY: "Ready",
|
|
180
|
+
RUNNING: "Running",
|
|
181
|
+
STARTING: "Starting",
|
|
182
|
+
STOPPED: "Stopped",
|
|
183
|
+
STOPPING: "Stopping",
|
|
184
|
+
};
|
|
190
185
|
var BatchJobIdentifier;
|
|
191
186
|
(function (BatchJobIdentifier) {
|
|
192
187
|
BatchJobIdentifier.visit = (value, visitor) => {
|
|
@@ -197,24 +192,22 @@ var BatchJobIdentifier;
|
|
|
197
192
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
198
193
|
};
|
|
199
194
|
})(BatchJobIdentifier = exports.BatchJobIdentifier || (exports.BatchJobIdentifier = {}));
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
BatchJobExecutionStatus["SUCCEEDED_WITH_WARNING"] = "Succeeded With Warning";
|
|
217
|
-
})(BatchJobExecutionStatus = exports.BatchJobExecutionStatus || (exports.BatchJobExecutionStatus = {}));
|
|
195
|
+
exports.BatchJobType = {
|
|
196
|
+
JES2: "JES2",
|
|
197
|
+
JES3: "JES3",
|
|
198
|
+
VSE: "VSE",
|
|
199
|
+
};
|
|
200
|
+
exports.BatchJobExecutionStatus = {
|
|
201
|
+
CANCELLED: "Cancelled",
|
|
202
|
+
CANCELLING: "Cancelling",
|
|
203
|
+
DISPATCH: "Dispatching",
|
|
204
|
+
FAILED: "Failed",
|
|
205
|
+
HOLDING: "Holding",
|
|
206
|
+
RUNNING: "Running",
|
|
207
|
+
SUBMITTING: "Submitting",
|
|
208
|
+
SUCCEEDED: "Succeeded",
|
|
209
|
+
SUCCEEDED_WITH_WARNING: "Succeeded With Warning",
|
|
210
|
+
};
|
|
218
211
|
var DatasetDetailOrgAttributes;
|
|
219
212
|
(function (DatasetDetailOrgAttributes) {
|
|
220
213
|
DatasetDetailOrgAttributes.visit = (value, visitor) => {
|
|
@@ -225,17 +218,15 @@ var DatasetDetailOrgAttributes;
|
|
|
225
218
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
226
219
|
};
|
|
227
220
|
})(DatasetDetailOrgAttributes = exports.DatasetDetailOrgAttributes || (exports.DatasetDetailOrgAttributes = {}));
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
ApplicationDeploymentLifecycle["DEPLOYING"] = "Deploying";
|
|
238
|
-
})(ApplicationDeploymentLifecycle = exports.ApplicationDeploymentLifecycle || (exports.ApplicationDeploymentLifecycle = {}));
|
|
221
|
+
exports.DataSetTaskLifecycle = {
|
|
222
|
+
COMPLETED: "Completed",
|
|
223
|
+
CREATING: "Creating",
|
|
224
|
+
RUNNING: "Running",
|
|
225
|
+
};
|
|
226
|
+
exports.ApplicationDeploymentLifecycle = {
|
|
227
|
+
DEPLOYED: "Deployed",
|
|
228
|
+
DEPLOYING: "Deploying",
|
|
229
|
+
};
|
|
239
230
|
var BatchJobDefinition;
|
|
240
231
|
(function (BatchJobDefinition) {
|
|
241
232
|
BatchJobDefinition.visit = (value, visitor) => {
|
|
@@ -256,11 +247,10 @@ var StorageConfiguration;
|
|
|
256
247
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
257
248
|
};
|
|
258
249
|
})(StorageConfiguration = exports.StorageConfiguration || (exports.StorageConfiguration = {}));
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
})(EnvironmentLifecycle = exports.EnvironmentLifecycle || (exports.EnvironmentLifecycle = {}));
|
|
250
|
+
exports.EnvironmentLifecycle = {
|
|
251
|
+
AVAILABLE: "Available",
|
|
252
|
+
CREATING: "Creating",
|
|
253
|
+
DELETING: "Deleting",
|
|
254
|
+
FAILED: "Failed",
|
|
255
|
+
UPDATING: "Updating",
|
|
256
|
+
};
|
|
@@ -71,13 +71,12 @@ export class ThrottlingException extends __BaseException {
|
|
|
71
71
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
|
-
export
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
})(ValidationExceptionReason || (ValidationExceptionReason = {}));
|
|
74
|
+
export const ValidationExceptionReason = {
|
|
75
|
+
CANNOT_PARSE: "cannotParse",
|
|
76
|
+
FIELD_VALIDATION_FAILED: "fieldValidationFailed",
|
|
77
|
+
OTHER: "other",
|
|
78
|
+
UNKNOWN_OPERATION: "unknownOperation",
|
|
79
|
+
};
|
|
81
80
|
export class ValidationException extends __BaseException {
|
|
82
81
|
constructor(opts) {
|
|
83
82
|
super({
|
|
@@ -102,11 +101,10 @@ export var Definition;
|
|
|
102
101
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
103
102
|
};
|
|
104
103
|
})(Definition || (Definition = {}));
|
|
105
|
-
export
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
})(EngineType || (EngineType = {}));
|
|
104
|
+
export const EngineType = {
|
|
105
|
+
BLUAGE: "bluage",
|
|
106
|
+
MICROFOCUS: "microfocus",
|
|
107
|
+
};
|
|
110
108
|
export class ServiceQuotaExceededException extends __BaseException {
|
|
111
109
|
constructor(opts) {
|
|
112
110
|
super({
|
|
@@ -151,32 +149,29 @@ export var DataSetImportConfig;
|
|
|
151
149
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
152
150
|
};
|
|
153
151
|
})(DataSetImportConfig || (DataSetImportConfig = {}));
|
|
154
|
-
export
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
ApplicationLifecycle["STOPPED"] = "Stopped";
|
|
178
|
-
ApplicationLifecycle["STOPPING"] = "Stopping";
|
|
179
|
-
})(ApplicationLifecycle || (ApplicationLifecycle = {}));
|
|
152
|
+
export const DeploymentLifecycle = {
|
|
153
|
+
DEPLOYING: "Deploying",
|
|
154
|
+
FAILED: "Failed",
|
|
155
|
+
SUCCEEDED: "Succeeded",
|
|
156
|
+
};
|
|
157
|
+
export const ApplicationVersionLifecycle = {
|
|
158
|
+
AVAILABLE: "Available",
|
|
159
|
+
CREATING: "Creating",
|
|
160
|
+
FAILED: "Failed",
|
|
161
|
+
};
|
|
162
|
+
export const ApplicationLifecycle = {
|
|
163
|
+
AVAILABLE: "Available",
|
|
164
|
+
CREATED: "Created",
|
|
165
|
+
CREATING: "Creating",
|
|
166
|
+
DELETING: "Deleting",
|
|
167
|
+
DELETING_FROM_ENVIRONMENT: "Deleting From Environment",
|
|
168
|
+
FAILED: "Failed",
|
|
169
|
+
READY: "Ready",
|
|
170
|
+
RUNNING: "Running",
|
|
171
|
+
STARTING: "Starting",
|
|
172
|
+
STOPPED: "Stopped",
|
|
173
|
+
STOPPING: "Stopping",
|
|
174
|
+
};
|
|
180
175
|
export var BatchJobIdentifier;
|
|
181
176
|
(function (BatchJobIdentifier) {
|
|
182
177
|
BatchJobIdentifier.visit = (value, visitor) => {
|
|
@@ -187,24 +182,22 @@ export var BatchJobIdentifier;
|
|
|
187
182
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
188
183
|
};
|
|
189
184
|
})(BatchJobIdentifier || (BatchJobIdentifier = {}));
|
|
190
|
-
export
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
BatchJobExecutionStatus["SUCCEEDED_WITH_WARNING"] = "Succeeded With Warning";
|
|
207
|
-
})(BatchJobExecutionStatus || (BatchJobExecutionStatus = {}));
|
|
185
|
+
export const BatchJobType = {
|
|
186
|
+
JES2: "JES2",
|
|
187
|
+
JES3: "JES3",
|
|
188
|
+
VSE: "VSE",
|
|
189
|
+
};
|
|
190
|
+
export const BatchJobExecutionStatus = {
|
|
191
|
+
CANCELLED: "Cancelled",
|
|
192
|
+
CANCELLING: "Cancelling",
|
|
193
|
+
DISPATCH: "Dispatching",
|
|
194
|
+
FAILED: "Failed",
|
|
195
|
+
HOLDING: "Holding",
|
|
196
|
+
RUNNING: "Running",
|
|
197
|
+
SUBMITTING: "Submitting",
|
|
198
|
+
SUCCEEDED: "Succeeded",
|
|
199
|
+
SUCCEEDED_WITH_WARNING: "Succeeded With Warning",
|
|
200
|
+
};
|
|
208
201
|
export var DatasetDetailOrgAttributes;
|
|
209
202
|
(function (DatasetDetailOrgAttributes) {
|
|
210
203
|
DatasetDetailOrgAttributes.visit = (value, visitor) => {
|
|
@@ -215,17 +208,15 @@ export var DatasetDetailOrgAttributes;
|
|
|
215
208
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
216
209
|
};
|
|
217
210
|
})(DatasetDetailOrgAttributes || (DatasetDetailOrgAttributes = {}));
|
|
218
|
-
export
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
ApplicationDeploymentLifecycle["DEPLOYING"] = "Deploying";
|
|
228
|
-
})(ApplicationDeploymentLifecycle || (ApplicationDeploymentLifecycle = {}));
|
|
211
|
+
export const DataSetTaskLifecycle = {
|
|
212
|
+
COMPLETED: "Completed",
|
|
213
|
+
CREATING: "Creating",
|
|
214
|
+
RUNNING: "Running",
|
|
215
|
+
};
|
|
216
|
+
export const ApplicationDeploymentLifecycle = {
|
|
217
|
+
DEPLOYED: "Deployed",
|
|
218
|
+
DEPLOYING: "Deploying",
|
|
219
|
+
};
|
|
229
220
|
export var BatchJobDefinition;
|
|
230
221
|
(function (BatchJobDefinition) {
|
|
231
222
|
BatchJobDefinition.visit = (value, visitor) => {
|
|
@@ -246,11 +237,10 @@ export var StorageConfiguration;
|
|
|
246
237
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
247
238
|
};
|
|
248
239
|
})(StorageConfiguration || (StorageConfiguration = {}));
|
|
249
|
-
export
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
})(EnvironmentLifecycle || (EnvironmentLifecycle = {}));
|
|
240
|
+
export const EnvironmentLifecycle = {
|
|
241
|
+
AVAILABLE: "Available",
|
|
242
|
+
CREATING: "Creating",
|
|
243
|
+
DELETING: "Deleting",
|
|
244
|
+
FAILED: "Failed",
|
|
245
|
+
UPDATING: "Updating",
|
|
246
|
+
};
|
|
@@ -26,7 +26,7 @@ export interface CancelBatchJobExecutionCommandOutput extends CancelBatchJobExec
|
|
|
26
26
|
* import { M2Client, CancelBatchJobExecutionCommand } from "@aws-sdk/client-m2"; // ES Modules import
|
|
27
27
|
* // const { M2Client, CancelBatchJobExecutionCommand } = require("@aws-sdk/client-m2"); // CommonJS import
|
|
28
28
|
* const client = new M2Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CancelBatchJobExecutionRequest
|
|
30
30
|
* applicationId: "STRING_VALUE", // required
|
|
31
31
|
* executionId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -27,15 +27,15 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
|
|
|
27
27
|
* import { M2Client, CreateApplicationCommand } from "@aws-sdk/client-m2"; // ES Modules import
|
|
28
28
|
* // const { M2Client, CreateApplicationCommand } = require("@aws-sdk/client-m2"); // CommonJS import
|
|
29
29
|
* const client = new M2Client(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateApplicationRequest
|
|
31
31
|
* name: "STRING_VALUE", // required
|
|
32
32
|
* description: "STRING_VALUE",
|
|
33
33
|
* engineType: "STRING_VALUE", // required
|
|
34
|
-
* definition: { // Union: only one key present
|
|
34
|
+
* definition: { // Definition Union: only one key present
|
|
35
35
|
* s3Location: "STRING_VALUE",
|
|
36
36
|
* content: "STRING_VALUE",
|
|
37
37
|
* },
|
|
38
|
-
* tags: {
|
|
38
|
+
* tags: { // TagMap
|
|
39
39
|
* "<keys>": "STRING_VALUE",
|
|
40
40
|
* },
|
|
41
41
|
* clientToken: "STRING_VALUE",
|
|
@@ -26,27 +26,27 @@ export interface CreateDataSetImportTaskCommandOutput extends CreateDataSetImpor
|
|
|
26
26
|
* import { M2Client, CreateDataSetImportTaskCommand } from "@aws-sdk/client-m2"; // ES Modules import
|
|
27
27
|
* // const { M2Client, CreateDataSetImportTaskCommand } = require("@aws-sdk/client-m2"); // CommonJS import
|
|
28
28
|
* const client = new M2Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateDataSetImportTaskRequest
|
|
30
30
|
* applicationId: "STRING_VALUE", // required
|
|
31
|
-
* importConfig: { // Union: only one key present
|
|
31
|
+
* importConfig: { // DataSetImportConfig Union: only one key present
|
|
32
32
|
* s3Location: "STRING_VALUE",
|
|
33
|
-
* dataSets: [
|
|
34
|
-
* {
|
|
35
|
-
* dataSet: {
|
|
33
|
+
* dataSets: [ // DataSetImportList
|
|
34
|
+
* { // DataSetImportItem
|
|
35
|
+
* dataSet: { // DataSet
|
|
36
36
|
* storageType: "STRING_VALUE",
|
|
37
37
|
* datasetName: "STRING_VALUE", // required
|
|
38
|
-
* datasetOrg: { // Union: only one key present
|
|
39
|
-
* vsam: {
|
|
38
|
+
* datasetOrg: { // DatasetOrgAttributes Union: only one key present
|
|
39
|
+
* vsam: { // VsamAttributes
|
|
40
40
|
* format: "STRING_VALUE", // required
|
|
41
41
|
* encoding: "STRING_VALUE",
|
|
42
42
|
* compressed: true || false,
|
|
43
|
-
* primaryKey: {
|
|
43
|
+
* primaryKey: { // PrimaryKey
|
|
44
44
|
* name: "STRING_VALUE",
|
|
45
45
|
* offset: Number("int"), // required
|
|
46
46
|
* length: Number("int"), // required
|
|
47
47
|
* },
|
|
48
|
-
* alternateKeys: [
|
|
49
|
-
* {
|
|
48
|
+
* alternateKeys: [ // AlternateKeyList
|
|
49
|
+
* { // AlternateKey
|
|
50
50
|
* name: "STRING_VALUE",
|
|
51
51
|
* offset: Number("int"), // required
|
|
52
52
|
* length: Number("int"), // required
|
|
@@ -54,18 +54,18 @@ export interface CreateDataSetImportTaskCommandOutput extends CreateDataSetImpor
|
|
|
54
54
|
* },
|
|
55
55
|
* ],
|
|
56
56
|
* },
|
|
57
|
-
* gdg: {
|
|
57
|
+
* gdg: { // GdgAttributes
|
|
58
58
|
* limit: Number("int"),
|
|
59
59
|
* rollDisposition: "STRING_VALUE",
|
|
60
60
|
* },
|
|
61
61
|
* },
|
|
62
62
|
* relativePath: "STRING_VALUE",
|
|
63
|
-
* recordLength: {
|
|
63
|
+
* recordLength: { // RecordLength
|
|
64
64
|
* min: Number("int"), // required
|
|
65
65
|
* max: Number("int"), // required
|
|
66
66
|
* },
|
|
67
67
|
* },
|
|
68
|
-
* externalLocation: { // Union: only one key present
|
|
68
|
+
* externalLocation: { // ExternalLocation Union: only one key present
|
|
69
69
|
* s3Location: "STRING_VALUE",
|
|
70
70
|
* },
|
|
71
71
|
* },
|
|
@@ -26,7 +26,7 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
|
|
|
26
26
|
* import { M2Client, CreateDeploymentCommand } from "@aws-sdk/client-m2"; // ES Modules import
|
|
27
27
|
* // const { M2Client, CreateDeploymentCommand } = require("@aws-sdk/client-m2"); // CommonJS import
|
|
28
28
|
* const client = new M2Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateDeploymentRequest
|
|
30
30
|
* environmentId: "STRING_VALUE", // required
|
|
31
31
|
* applicationId: "STRING_VALUE", // required
|
|
32
32
|
* applicationVersion: Number("int"), // required
|
|
@@ -26,35 +26,35 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentRespons
|
|
|
26
26
|
* import { M2Client, CreateEnvironmentCommand } from "@aws-sdk/client-m2"; // ES Modules import
|
|
27
27
|
* // const { M2Client, CreateEnvironmentCommand } = require("@aws-sdk/client-m2"); // CommonJS import
|
|
28
28
|
* const client = new M2Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateEnvironmentRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* instanceType: "STRING_VALUE", // required
|
|
32
32
|
* description: "STRING_VALUE",
|
|
33
33
|
* engineType: "STRING_VALUE", // required
|
|
34
34
|
* engineVersion: "STRING_VALUE",
|
|
35
|
-
* subnetIds: [
|
|
35
|
+
* subnetIds: [ // String50List
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
38
|
* securityGroupIds: [
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
|
-
* storageConfigurations: [
|
|
42
|
-
* { // Union: only one key present
|
|
43
|
-
* efs: {
|
|
41
|
+
* storageConfigurations: [ // StorageConfigurationList
|
|
42
|
+
* { // StorageConfiguration Union: only one key present
|
|
43
|
+
* efs: { // EfsStorageConfiguration
|
|
44
44
|
* fileSystemId: "STRING_VALUE", // required
|
|
45
45
|
* mountPoint: "STRING_VALUE", // required
|
|
46
46
|
* },
|
|
47
|
-
* fsx: {
|
|
47
|
+
* fsx: { // FsxStorageConfiguration
|
|
48
48
|
* fileSystemId: "STRING_VALUE", // required
|
|
49
49
|
* mountPoint: "STRING_VALUE", // required
|
|
50
50
|
* },
|
|
51
51
|
* },
|
|
52
52
|
* ],
|
|
53
53
|
* publiclyAccessible: true || false,
|
|
54
|
-
* highAvailabilityConfig: {
|
|
54
|
+
* highAvailabilityConfig: { // HighAvailabilityConfig
|
|
55
55
|
* desiredCapacity: Number("int"), // required
|
|
56
56
|
* },
|
|
57
|
-
* tags: {
|
|
57
|
+
* tags: { // TagMap
|
|
58
58
|
* "<keys>": "STRING_VALUE",
|
|
59
59
|
* },
|
|
60
60
|
* preferredMaintenanceWindow: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
|
|
|
26
26
|
* import { M2Client, DeleteApplicationCommand } from "@aws-sdk/client-m2"; // ES Modules import
|
|
27
27
|
* // const { M2Client, DeleteApplicationCommand } = require("@aws-sdk/client-m2"); // CommonJS import
|
|
28
28
|
* const client = new M2Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteApplicationRequest
|
|
30
30
|
* applicationId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteApplicationCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface DeleteApplicationFromEnvironmentCommandOutput extends DeleteApp
|
|
|
29
29
|
* import { M2Client, DeleteApplicationFromEnvironmentCommand } from "@aws-sdk/client-m2"; // ES Modules import
|
|
30
30
|
* // const { M2Client, DeleteApplicationFromEnvironmentCommand } = require("@aws-sdk/client-m2"); // CommonJS import
|
|
31
31
|
* const client = new M2Client(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteApplicationFromEnvironmentRequest
|
|
33
33
|
* applicationId: "STRING_VALUE", // required
|
|
34
34
|
* environmentId: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentRespons
|
|
|
27
27
|
* import { M2Client, DeleteEnvironmentCommand } from "@aws-sdk/client-m2"; // ES Modules import
|
|
28
28
|
* // const { M2Client, DeleteEnvironmentCommand } = require("@aws-sdk/client-m2"); // CommonJS import
|
|
29
29
|
* const client = new M2Client(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteEnvironmentRequest
|
|
31
31
|
* environmentId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteEnvironmentCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetApplicationCommandOutput extends GetApplicationResponse, __M
|
|
|
26
26
|
* import { M2Client, GetApplicationCommand } from "@aws-sdk/client-m2"; // ES Modules import
|
|
27
27
|
* // const { M2Client, GetApplicationCommand } = require("@aws-sdk/client-m2"); // CommonJS import
|
|
28
28
|
* const client = new M2Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetApplicationRequest
|
|
30
30
|
* applicationId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetApplicationCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetApplicationVersionCommandOutput extends GetApplicationVersio
|
|
|
26
26
|
* import { M2Client, GetApplicationVersionCommand } from "@aws-sdk/client-m2"; // ES Modules import
|
|
27
27
|
* // const { M2Client, GetApplicationVersionCommand } = require("@aws-sdk/client-m2"); // CommonJS import
|
|
28
28
|
* const client = new M2Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetApplicationVersionRequest
|
|
30
30
|
* applicationId: "STRING_VALUE", // required
|
|
31
31
|
* applicationVersion: Number("int"), // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetBatchJobExecutionCommandOutput extends GetBatchJobExecutionR
|
|
|
26
26
|
* import { M2Client, GetBatchJobExecutionCommand } from "@aws-sdk/client-m2"; // ES Modules import
|
|
27
27
|
* // const { M2Client, GetBatchJobExecutionCommand } = require("@aws-sdk/client-m2"); // CommonJS import
|
|
28
28
|
* const client = new M2Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetBatchJobExecutionRequest
|
|
30
30
|
* applicationId: "STRING_VALUE", // required
|
|
31
31
|
* executionId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetDataSetDetailsCommandOutput extends GetDataSetDetailsRespons
|
|
|
26
26
|
* import { M2Client, GetDataSetDetailsCommand } from "@aws-sdk/client-m2"; // ES Modules import
|
|
27
27
|
* // const { M2Client, GetDataSetDetailsCommand } = require("@aws-sdk/client-m2"); // CommonJS import
|
|
28
28
|
* const client = new M2Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetDataSetDetailsRequest
|
|
30
30
|
* applicationId: "STRING_VALUE", // required
|
|
31
31
|
* dataSetName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetDataSetImportTaskCommandOutput extends GetDataSetImportTaskR
|
|
|
26
26
|
* import { M2Client, GetDataSetImportTaskCommand } from "@aws-sdk/client-m2"; // ES Modules import
|
|
27
27
|
* // const { M2Client, GetDataSetImportTaskCommand } = require("@aws-sdk/client-m2"); // CommonJS import
|
|
28
28
|
* const client = new M2Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetDataSetImportTaskRequest
|
|
30
30
|
* applicationId: "STRING_VALUE", // required
|
|
31
31
|
* taskId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
|
|
|
26
26
|
* import { M2Client, GetDeploymentCommand } from "@aws-sdk/client-m2"; // ES Modules import
|
|
27
27
|
* // const { M2Client, GetDeploymentCommand } = require("@aws-sdk/client-m2"); // CommonJS import
|
|
28
28
|
* const client = new M2Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetDeploymentRequest
|
|
30
30
|
* deploymentId: "STRING_VALUE", // required
|
|
31
31
|
* applicationId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __M
|
|
|
26
26
|
* import { M2Client, GetEnvironmentCommand } from "@aws-sdk/client-m2"; // ES Modules import
|
|
27
27
|
* // const { M2Client, GetEnvironmentCommand } = require("@aws-sdk/client-m2"); // CommonJS import
|
|
28
28
|
* const client = new M2Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetEnvironmentRequest
|
|
30
30
|
* environmentId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetEnvironmentCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface ListApplicationVersionsCommandOutput extends ListApplicationVer
|
|
|
26
26
|
* import { M2Client, ListApplicationVersionsCommand } from "@aws-sdk/client-m2"; // ES Modules import
|
|
27
27
|
* // const { M2Client, ListApplicationVersionsCommand } = require("@aws-sdk/client-m2"); // CommonJS import
|
|
28
28
|
* const client = new M2Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListApplicationVersionsRequest
|
|
30
30
|
* nextToken: "STRING_VALUE",
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* applicationId: "STRING_VALUE", // required
|