@aws-sdk/client-m2 3.296.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CancelBatchJobExecutionCommand.js +2 -3
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -3
- package/dist-cjs/commands/CreateDataSetImportTaskCommand.js +2 -3
- package/dist-cjs/commands/CreateDeploymentCommand.js +2 -3
- package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -3
- package/dist-cjs/commands/DeleteApplicationFromEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/GetApplicationCommand.js +2 -3
- package/dist-cjs/commands/GetApplicationVersionCommand.js +2 -3
- package/dist-cjs/commands/GetBatchJobExecutionCommand.js +2 -3
- package/dist-cjs/commands/GetDataSetDetailsCommand.js +2 -3
- package/dist-cjs/commands/GetDataSetImportTaskCommand.js +2 -3
- package/dist-cjs/commands/GetDeploymentCommand.js +2 -3
- package/dist-cjs/commands/GetEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/ListApplicationVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -3
- package/dist-cjs/commands/ListBatchJobDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListBatchJobExecutionsCommand.js +2 -3
- package/dist-cjs/commands/ListDataSetImportHistoryCommand.js +2 -3
- package/dist-cjs/commands/ListDataSetsCommand.js +2 -3
- package/dist-cjs/commands/ListDeploymentsCommand.js +2 -3
- package/dist-cjs/commands/ListEngineVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/StartApplicationCommand.js +2 -3
- package/dist-cjs/commands/StartBatchJobCommand.js +2 -3
- package/dist-cjs/commands/StopApplicationCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -3
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -471
- package/dist-es/commands/CancelBatchJobExecutionCommand.js +2 -3
- package/dist-es/commands/CreateApplicationCommand.js +2 -3
- package/dist-es/commands/CreateDataSetImportTaskCommand.js +2 -3
- package/dist-es/commands/CreateDeploymentCommand.js +2 -3
- package/dist-es/commands/CreateEnvironmentCommand.js +2 -3
- package/dist-es/commands/DeleteApplicationCommand.js +2 -3
- package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +2 -3
- package/dist-es/commands/DeleteEnvironmentCommand.js +2 -3
- package/dist-es/commands/GetApplicationCommand.js +2 -3
- package/dist-es/commands/GetApplicationVersionCommand.js +2 -3
- package/dist-es/commands/GetBatchJobExecutionCommand.js +2 -3
- package/dist-es/commands/GetDataSetDetailsCommand.js +2 -3
- package/dist-es/commands/GetDataSetImportTaskCommand.js +2 -3
- package/dist-es/commands/GetDeploymentCommand.js +2 -3
- package/dist-es/commands/GetEnvironmentCommand.js +2 -3
- package/dist-es/commands/ListApplicationVersionsCommand.js +2 -3
- package/dist-es/commands/ListApplicationsCommand.js +2 -3
- package/dist-es/commands/ListBatchJobDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListBatchJobExecutionsCommand.js +2 -3
- package/dist-es/commands/ListDataSetImportHistoryCommand.js +2 -3
- package/dist-es/commands/ListDataSetsCommand.js +2 -3
- package/dist-es/commands/ListDeploymentsCommand.js +2 -3
- package/dist-es/commands/ListEngineVersionsCommand.js +2 -3
- package/dist-es/commands/ListEnvironmentsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/StartApplicationCommand.js +2 -3
- package/dist-es/commands/StartBatchJobCommand.js +2 -3
- package/dist-es/commands/StopApplicationCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateApplicationCommand.js +2 -3
- package/dist-es/commands/UpdateEnvironmentCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -366
- package/dist-types/M2.d.ts +33 -0
- package/dist-types/M2Client.d.ts +24 -4
- package/dist-types/commands/CancelBatchJobExecutionCommand.d.ts +16 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/CreateDataSetImportTaskCommand.d.ts +16 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationFromEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +16 -0
- package/dist-types/commands/GetApplicationVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetBatchJobExecutionCommand.d.ts +16 -0
- package/dist-types/commands/GetDataSetDetailsCommand.d.ts +16 -0
- package/dist-types/commands/GetDataSetImportTaskCommand.d.ts +16 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/ListApplicationVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +16 -0
- package/dist-types/commands/ListBatchJobDefinitionsCommand.d.ts +16 -0
- package/dist-types/commands/ListBatchJobExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataSetImportHistoryCommand.d.ts +16 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +16 -0
- package/dist-types/commands/ListEngineVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/StartApplicationCommand.d.ts +16 -0
- package/dist-types/commands/StartBatchJobCommand.d.ts +16 -0
- package/dist-types/commands/StopApplicationCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +16 -0
- package/dist-types/models/M2ServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +291 -408
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListApplicationVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBatchJobDefinitionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBatchJobExecutionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataSetImportHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataSetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDeploymentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEngineVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -296
- package/package.json +4 -3
|
@@ -254,369 +254,3 @@ export var EnvironmentLifecycle;
|
|
|
254
254
|
EnvironmentLifecycle["FAILED"] = "Failed";
|
|
255
255
|
EnvironmentLifecycle["UPDATING"] = "Updating";
|
|
256
256
|
})(EnvironmentLifecycle || (EnvironmentLifecycle = {}));
|
|
257
|
-
export const AlternateKeyFilterSensitiveLog = (obj) => ({
|
|
258
|
-
...obj,
|
|
259
|
-
});
|
|
260
|
-
export const CancelBatchJobExecutionRequestFilterSensitiveLog = (obj) => ({
|
|
261
|
-
...obj,
|
|
262
|
-
});
|
|
263
|
-
export const CancelBatchJobExecutionResponseFilterSensitiveLog = (obj) => ({
|
|
264
|
-
...obj,
|
|
265
|
-
});
|
|
266
|
-
export const ValidationExceptionFieldFilterSensitiveLog = (obj) => ({
|
|
267
|
-
...obj,
|
|
268
|
-
});
|
|
269
|
-
export const DefinitionFilterSensitiveLog = (obj) => {
|
|
270
|
-
if (obj.s3Location !== undefined)
|
|
271
|
-
return { s3Location: obj.s3Location };
|
|
272
|
-
if (obj.content !== undefined)
|
|
273
|
-
return { content: obj.content };
|
|
274
|
-
if (obj.$unknown !== undefined)
|
|
275
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
276
|
-
};
|
|
277
|
-
export const CreateApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
278
|
-
...obj,
|
|
279
|
-
...(obj.definition && { definition: DefinitionFilterSensitiveLog(obj.definition) }),
|
|
280
|
-
});
|
|
281
|
-
export const CreateApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
282
|
-
...obj,
|
|
283
|
-
});
|
|
284
|
-
export const GdgAttributesFilterSensitiveLog = (obj) => ({
|
|
285
|
-
...obj,
|
|
286
|
-
});
|
|
287
|
-
export const PrimaryKeyFilterSensitiveLog = (obj) => ({
|
|
288
|
-
...obj,
|
|
289
|
-
});
|
|
290
|
-
export const VsamAttributesFilterSensitiveLog = (obj) => ({
|
|
291
|
-
...obj,
|
|
292
|
-
});
|
|
293
|
-
export const DatasetOrgAttributesFilterSensitiveLog = (obj) => {
|
|
294
|
-
if (obj.vsam !== undefined)
|
|
295
|
-
return { vsam: VsamAttributesFilterSensitiveLog(obj.vsam) };
|
|
296
|
-
if (obj.gdg !== undefined)
|
|
297
|
-
return { gdg: GdgAttributesFilterSensitiveLog(obj.gdg) };
|
|
298
|
-
if (obj.$unknown !== undefined)
|
|
299
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
300
|
-
};
|
|
301
|
-
export const RecordLengthFilterSensitiveLog = (obj) => ({
|
|
302
|
-
...obj,
|
|
303
|
-
});
|
|
304
|
-
export const DataSetFilterSensitiveLog = (obj) => ({
|
|
305
|
-
...obj,
|
|
306
|
-
...(obj.datasetOrg && { datasetOrg: DatasetOrgAttributesFilterSensitiveLog(obj.datasetOrg) }),
|
|
307
|
-
});
|
|
308
|
-
export const ExternalLocationFilterSensitiveLog = (obj) => {
|
|
309
|
-
if (obj.s3Location !== undefined)
|
|
310
|
-
return { s3Location: obj.s3Location };
|
|
311
|
-
if (obj.$unknown !== undefined)
|
|
312
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
313
|
-
};
|
|
314
|
-
export const DataSetImportItemFilterSensitiveLog = (obj) => ({
|
|
315
|
-
...obj,
|
|
316
|
-
...(obj.dataSet && { dataSet: DataSetFilterSensitiveLog(obj.dataSet) }),
|
|
317
|
-
...(obj.externalLocation && { externalLocation: ExternalLocationFilterSensitiveLog(obj.externalLocation) }),
|
|
318
|
-
});
|
|
319
|
-
export const DataSetImportConfigFilterSensitiveLog = (obj) => {
|
|
320
|
-
if (obj.s3Location !== undefined)
|
|
321
|
-
return { s3Location: obj.s3Location };
|
|
322
|
-
if (obj.dataSets !== undefined)
|
|
323
|
-
return { dataSets: obj.dataSets.map((item) => DataSetImportItemFilterSensitiveLog(item)) };
|
|
324
|
-
if (obj.$unknown !== undefined)
|
|
325
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
326
|
-
};
|
|
327
|
-
export const CreateDataSetImportTaskRequestFilterSensitiveLog = (obj) => ({
|
|
328
|
-
...obj,
|
|
329
|
-
...(obj.importConfig && { importConfig: DataSetImportConfigFilterSensitiveLog(obj.importConfig) }),
|
|
330
|
-
});
|
|
331
|
-
export const CreateDataSetImportTaskResponseFilterSensitiveLog = (obj) => ({
|
|
332
|
-
...obj,
|
|
333
|
-
});
|
|
334
|
-
export const CreateDeploymentRequestFilterSensitiveLog = (obj) => ({
|
|
335
|
-
...obj,
|
|
336
|
-
});
|
|
337
|
-
export const CreateDeploymentResponseFilterSensitiveLog = (obj) => ({
|
|
338
|
-
...obj,
|
|
339
|
-
});
|
|
340
|
-
export const DeleteApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
341
|
-
...obj,
|
|
342
|
-
});
|
|
343
|
-
export const DeleteApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
344
|
-
...obj,
|
|
345
|
-
});
|
|
346
|
-
export const DeleteApplicationFromEnvironmentRequestFilterSensitiveLog = (obj) => ({
|
|
347
|
-
...obj,
|
|
348
|
-
});
|
|
349
|
-
export const DeleteApplicationFromEnvironmentResponseFilterSensitiveLog = (obj) => ({
|
|
350
|
-
...obj,
|
|
351
|
-
});
|
|
352
|
-
export const GetApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
353
|
-
...obj,
|
|
354
|
-
});
|
|
355
|
-
export const DeployedVersionSummaryFilterSensitiveLog = (obj) => ({
|
|
356
|
-
...obj,
|
|
357
|
-
});
|
|
358
|
-
export const ApplicationVersionSummaryFilterSensitiveLog = (obj) => ({
|
|
359
|
-
...obj,
|
|
360
|
-
});
|
|
361
|
-
export const LogGroupSummaryFilterSensitiveLog = (obj) => ({
|
|
362
|
-
...obj,
|
|
363
|
-
});
|
|
364
|
-
export const GetApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
365
|
-
...obj,
|
|
366
|
-
});
|
|
367
|
-
export const GetApplicationVersionRequestFilterSensitiveLog = (obj) => ({
|
|
368
|
-
...obj,
|
|
369
|
-
});
|
|
370
|
-
export const GetApplicationVersionResponseFilterSensitiveLog = (obj) => ({
|
|
371
|
-
...obj,
|
|
372
|
-
});
|
|
373
|
-
export const GetBatchJobExecutionRequestFilterSensitiveLog = (obj) => ({
|
|
374
|
-
...obj,
|
|
375
|
-
});
|
|
376
|
-
export const FileBatchJobIdentifierFilterSensitiveLog = (obj) => ({
|
|
377
|
-
...obj,
|
|
378
|
-
});
|
|
379
|
-
export const ScriptBatchJobIdentifierFilterSensitiveLog = (obj) => ({
|
|
380
|
-
...obj,
|
|
381
|
-
});
|
|
382
|
-
export const BatchJobIdentifierFilterSensitiveLog = (obj) => {
|
|
383
|
-
if (obj.fileBatchJobIdentifier !== undefined)
|
|
384
|
-
return { fileBatchJobIdentifier: FileBatchJobIdentifierFilterSensitiveLog(obj.fileBatchJobIdentifier) };
|
|
385
|
-
if (obj.scriptBatchJobIdentifier !== undefined)
|
|
386
|
-
return { scriptBatchJobIdentifier: ScriptBatchJobIdentifierFilterSensitiveLog(obj.scriptBatchJobIdentifier) };
|
|
387
|
-
if (obj.$unknown !== undefined)
|
|
388
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
389
|
-
};
|
|
390
|
-
export const GetBatchJobExecutionResponseFilterSensitiveLog = (obj) => ({
|
|
391
|
-
...obj,
|
|
392
|
-
...(obj.batchJobIdentifier && { batchJobIdentifier: BatchJobIdentifierFilterSensitiveLog(obj.batchJobIdentifier) }),
|
|
393
|
-
});
|
|
394
|
-
export const GetDataSetDetailsRequestFilterSensitiveLog = (obj) => ({
|
|
395
|
-
...obj,
|
|
396
|
-
});
|
|
397
|
-
export const GdgDetailAttributesFilterSensitiveLog = (obj) => ({
|
|
398
|
-
...obj,
|
|
399
|
-
});
|
|
400
|
-
export const VsamDetailAttributesFilterSensitiveLog = (obj) => ({
|
|
401
|
-
...obj,
|
|
402
|
-
});
|
|
403
|
-
export const DatasetDetailOrgAttributesFilterSensitiveLog = (obj) => {
|
|
404
|
-
if (obj.vsam !== undefined)
|
|
405
|
-
return { vsam: VsamDetailAttributesFilterSensitiveLog(obj.vsam) };
|
|
406
|
-
if (obj.gdg !== undefined)
|
|
407
|
-
return { gdg: GdgDetailAttributesFilterSensitiveLog(obj.gdg) };
|
|
408
|
-
if (obj.$unknown !== undefined)
|
|
409
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
410
|
-
};
|
|
411
|
-
export const GetDataSetDetailsResponseFilterSensitiveLog = (obj) => ({
|
|
412
|
-
...obj,
|
|
413
|
-
...(obj.dataSetOrg && { dataSetOrg: DatasetDetailOrgAttributesFilterSensitiveLog(obj.dataSetOrg) }),
|
|
414
|
-
});
|
|
415
|
-
export const GetDataSetImportTaskRequestFilterSensitiveLog = (obj) => ({
|
|
416
|
-
...obj,
|
|
417
|
-
});
|
|
418
|
-
export const DataSetImportSummaryFilterSensitiveLog = (obj) => ({
|
|
419
|
-
...obj,
|
|
420
|
-
});
|
|
421
|
-
export const GetDataSetImportTaskResponseFilterSensitiveLog = (obj) => ({
|
|
422
|
-
...obj,
|
|
423
|
-
});
|
|
424
|
-
export const GetDeploymentRequestFilterSensitiveLog = (obj) => ({
|
|
425
|
-
...obj,
|
|
426
|
-
});
|
|
427
|
-
export const GetDeploymentResponseFilterSensitiveLog = (obj) => ({
|
|
428
|
-
...obj,
|
|
429
|
-
});
|
|
430
|
-
export const ListApplicationsRequestFilterSensitiveLog = (obj) => ({
|
|
431
|
-
...obj,
|
|
432
|
-
});
|
|
433
|
-
export const ApplicationSummaryFilterSensitiveLog = (obj) => ({
|
|
434
|
-
...obj,
|
|
435
|
-
});
|
|
436
|
-
export const ListApplicationsResponseFilterSensitiveLog = (obj) => ({
|
|
437
|
-
...obj,
|
|
438
|
-
});
|
|
439
|
-
export const ListApplicationVersionsRequestFilterSensitiveLog = (obj) => ({
|
|
440
|
-
...obj,
|
|
441
|
-
});
|
|
442
|
-
export const ListApplicationVersionsResponseFilterSensitiveLog = (obj) => ({
|
|
443
|
-
...obj,
|
|
444
|
-
});
|
|
445
|
-
export const ListBatchJobDefinitionsRequestFilterSensitiveLog = (obj) => ({
|
|
446
|
-
...obj,
|
|
447
|
-
});
|
|
448
|
-
export const FileBatchJobDefinitionFilterSensitiveLog = (obj) => ({
|
|
449
|
-
...obj,
|
|
450
|
-
});
|
|
451
|
-
export const ScriptBatchJobDefinitionFilterSensitiveLog = (obj) => ({
|
|
452
|
-
...obj,
|
|
453
|
-
});
|
|
454
|
-
export const BatchJobDefinitionFilterSensitiveLog = (obj) => {
|
|
455
|
-
if (obj.fileBatchJobDefinition !== undefined)
|
|
456
|
-
return { fileBatchJobDefinition: FileBatchJobDefinitionFilterSensitiveLog(obj.fileBatchJobDefinition) };
|
|
457
|
-
if (obj.scriptBatchJobDefinition !== undefined)
|
|
458
|
-
return { scriptBatchJobDefinition: ScriptBatchJobDefinitionFilterSensitiveLog(obj.scriptBatchJobDefinition) };
|
|
459
|
-
if (obj.$unknown !== undefined)
|
|
460
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
461
|
-
};
|
|
462
|
-
export const ListBatchJobDefinitionsResponseFilterSensitiveLog = (obj) => ({
|
|
463
|
-
...obj,
|
|
464
|
-
...(obj.batchJobDefinitions && {
|
|
465
|
-
batchJobDefinitions: obj.batchJobDefinitions.map((item) => BatchJobDefinitionFilterSensitiveLog(item)),
|
|
466
|
-
}),
|
|
467
|
-
});
|
|
468
|
-
export const ListBatchJobExecutionsRequestFilterSensitiveLog = (obj) => ({
|
|
469
|
-
...obj,
|
|
470
|
-
});
|
|
471
|
-
export const BatchJobExecutionSummaryFilterSensitiveLog = (obj) => ({
|
|
472
|
-
...obj,
|
|
473
|
-
...(obj.batchJobIdentifier && { batchJobIdentifier: BatchJobIdentifierFilterSensitiveLog(obj.batchJobIdentifier) }),
|
|
474
|
-
});
|
|
475
|
-
export const ListBatchJobExecutionsResponseFilterSensitiveLog = (obj) => ({
|
|
476
|
-
...obj,
|
|
477
|
-
...(obj.batchJobExecutions && {
|
|
478
|
-
batchJobExecutions: obj.batchJobExecutions.map((item) => BatchJobExecutionSummaryFilterSensitiveLog(item)),
|
|
479
|
-
}),
|
|
480
|
-
});
|
|
481
|
-
export const ListDataSetImportHistoryRequestFilterSensitiveLog = (obj) => ({
|
|
482
|
-
...obj,
|
|
483
|
-
});
|
|
484
|
-
export const DataSetImportTaskFilterSensitiveLog = (obj) => ({
|
|
485
|
-
...obj,
|
|
486
|
-
});
|
|
487
|
-
export const ListDataSetImportHistoryResponseFilterSensitiveLog = (obj) => ({
|
|
488
|
-
...obj,
|
|
489
|
-
});
|
|
490
|
-
export const ListDataSetsRequestFilterSensitiveLog = (obj) => ({
|
|
491
|
-
...obj,
|
|
492
|
-
});
|
|
493
|
-
export const DataSetSummaryFilterSensitiveLog = (obj) => ({
|
|
494
|
-
...obj,
|
|
495
|
-
});
|
|
496
|
-
export const ListDataSetsResponseFilterSensitiveLog = (obj) => ({
|
|
497
|
-
...obj,
|
|
498
|
-
});
|
|
499
|
-
export const ListDeploymentsRequestFilterSensitiveLog = (obj) => ({
|
|
500
|
-
...obj,
|
|
501
|
-
});
|
|
502
|
-
export const DeploymentSummaryFilterSensitiveLog = (obj) => ({
|
|
503
|
-
...obj,
|
|
504
|
-
});
|
|
505
|
-
export const ListDeploymentsResponseFilterSensitiveLog = (obj) => ({
|
|
506
|
-
...obj,
|
|
507
|
-
});
|
|
508
|
-
export const StartApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
509
|
-
...obj,
|
|
510
|
-
});
|
|
511
|
-
export const StartApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
512
|
-
...obj,
|
|
513
|
-
});
|
|
514
|
-
export const StartBatchJobRequestFilterSensitiveLog = (obj) => ({
|
|
515
|
-
...obj,
|
|
516
|
-
...(obj.batchJobIdentifier && { batchJobIdentifier: BatchJobIdentifierFilterSensitiveLog(obj.batchJobIdentifier) }),
|
|
517
|
-
});
|
|
518
|
-
export const StartBatchJobResponseFilterSensitiveLog = (obj) => ({
|
|
519
|
-
...obj,
|
|
520
|
-
});
|
|
521
|
-
export const StopApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
522
|
-
...obj,
|
|
523
|
-
});
|
|
524
|
-
export const StopApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
525
|
-
...obj,
|
|
526
|
-
});
|
|
527
|
-
export const UpdateApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
528
|
-
...obj,
|
|
529
|
-
...(obj.definition && { definition: DefinitionFilterSensitiveLog(obj.definition) }),
|
|
530
|
-
});
|
|
531
|
-
export const UpdateApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
532
|
-
...obj,
|
|
533
|
-
});
|
|
534
|
-
export const HighAvailabilityConfigFilterSensitiveLog = (obj) => ({
|
|
535
|
-
...obj,
|
|
536
|
-
});
|
|
537
|
-
export const EfsStorageConfigurationFilterSensitiveLog = (obj) => ({
|
|
538
|
-
...obj,
|
|
539
|
-
});
|
|
540
|
-
export const FsxStorageConfigurationFilterSensitiveLog = (obj) => ({
|
|
541
|
-
...obj,
|
|
542
|
-
});
|
|
543
|
-
export const StorageConfigurationFilterSensitiveLog = (obj) => {
|
|
544
|
-
if (obj.efs !== undefined)
|
|
545
|
-
return { efs: EfsStorageConfigurationFilterSensitiveLog(obj.efs) };
|
|
546
|
-
if (obj.fsx !== undefined)
|
|
547
|
-
return { fsx: FsxStorageConfigurationFilterSensitiveLog(obj.fsx) };
|
|
548
|
-
if (obj.$unknown !== undefined)
|
|
549
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
550
|
-
};
|
|
551
|
-
export const CreateEnvironmentRequestFilterSensitiveLog = (obj) => ({
|
|
552
|
-
...obj,
|
|
553
|
-
...(obj.storageConfigurations && {
|
|
554
|
-
storageConfigurations: obj.storageConfigurations.map((item) => StorageConfigurationFilterSensitiveLog(item)),
|
|
555
|
-
}),
|
|
556
|
-
});
|
|
557
|
-
export const CreateEnvironmentResponseFilterSensitiveLog = (obj) => ({
|
|
558
|
-
...obj,
|
|
559
|
-
});
|
|
560
|
-
export const DeleteEnvironmentRequestFilterSensitiveLog = (obj) => ({
|
|
561
|
-
...obj,
|
|
562
|
-
});
|
|
563
|
-
export const DeleteEnvironmentResponseFilterSensitiveLog = (obj) => ({
|
|
564
|
-
...obj,
|
|
565
|
-
});
|
|
566
|
-
export const GetEnvironmentRequestFilterSensitiveLog = (obj) => ({
|
|
567
|
-
...obj,
|
|
568
|
-
});
|
|
569
|
-
export const MaintenanceScheduleFilterSensitiveLog = (obj) => ({
|
|
570
|
-
...obj,
|
|
571
|
-
});
|
|
572
|
-
export const PendingMaintenanceFilterSensitiveLog = (obj) => ({
|
|
573
|
-
...obj,
|
|
574
|
-
});
|
|
575
|
-
export const GetEnvironmentResponseFilterSensitiveLog = (obj) => ({
|
|
576
|
-
...obj,
|
|
577
|
-
...(obj.storageConfigurations && {
|
|
578
|
-
storageConfigurations: obj.storageConfigurations.map((item) => StorageConfigurationFilterSensitiveLog(item)),
|
|
579
|
-
}),
|
|
580
|
-
});
|
|
581
|
-
export const ListEnvironmentsRequestFilterSensitiveLog = (obj) => ({
|
|
582
|
-
...obj,
|
|
583
|
-
});
|
|
584
|
-
export const EnvironmentSummaryFilterSensitiveLog = (obj) => ({
|
|
585
|
-
...obj,
|
|
586
|
-
});
|
|
587
|
-
export const ListEnvironmentsResponseFilterSensitiveLog = (obj) => ({
|
|
588
|
-
...obj,
|
|
589
|
-
});
|
|
590
|
-
export const UpdateEnvironmentRequestFilterSensitiveLog = (obj) => ({
|
|
591
|
-
...obj,
|
|
592
|
-
});
|
|
593
|
-
export const UpdateEnvironmentResponseFilterSensitiveLog = (obj) => ({
|
|
594
|
-
...obj,
|
|
595
|
-
});
|
|
596
|
-
export const ListEngineVersionsRequestFilterSensitiveLog = (obj) => ({
|
|
597
|
-
...obj,
|
|
598
|
-
});
|
|
599
|
-
export const EngineVersionsSummaryFilterSensitiveLog = (obj) => ({
|
|
600
|
-
...obj,
|
|
601
|
-
});
|
|
602
|
-
export const ListEngineVersionsResponseFilterSensitiveLog = (obj) => ({
|
|
603
|
-
...obj,
|
|
604
|
-
});
|
|
605
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
606
|
-
...obj,
|
|
607
|
-
});
|
|
608
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
609
|
-
...obj,
|
|
610
|
-
});
|
|
611
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
612
|
-
...obj,
|
|
613
|
-
});
|
|
614
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
615
|
-
...obj,
|
|
616
|
-
});
|
|
617
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
618
|
-
...obj,
|
|
619
|
-
});
|
|
620
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
621
|
-
...obj,
|
|
622
|
-
});
|
package/dist-types/M2.d.ts
CHANGED
|
@@ -33,6 +33,7 @@ import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from ".
|
|
|
33
33
|
import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
|
|
34
34
|
import { M2Client } from "./M2Client";
|
|
35
35
|
/**
|
|
36
|
+
* @public
|
|
36
37
|
* <p>Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and
|
|
37
38
|
* modernization from mainframes to Amazon Web Services managed runtime environments. It provides tools for
|
|
38
39
|
* analyzing existing mainframe applications, developing or updating mainframe applications
|
|
@@ -41,12 +42,14 @@ import { M2Client } from "./M2Client";
|
|
|
41
42
|
*/
|
|
42
43
|
export declare class M2 extends M2Client {
|
|
43
44
|
/**
|
|
45
|
+
* @public
|
|
44
46
|
* <p>Cancels the running of a specific batch job execution.</p>
|
|
45
47
|
*/
|
|
46
48
|
cancelBatchJobExecution(args: CancelBatchJobExecutionCommandInput, options?: __HttpHandlerOptions): Promise<CancelBatchJobExecutionCommandOutput>;
|
|
47
49
|
cancelBatchJobExecution(args: CancelBatchJobExecutionCommandInput, cb: (err: any, data?: CancelBatchJobExecutionCommandOutput) => void): void;
|
|
48
50
|
cancelBatchJobExecution(args: CancelBatchJobExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelBatchJobExecutionCommandOutput) => void): void;
|
|
49
51
|
/**
|
|
52
|
+
* @public
|
|
50
53
|
* <p>Creates a new application with given parameters. Requires an existing runtime environment and
|
|
51
54
|
* application definition file.</p>
|
|
52
55
|
*/
|
|
@@ -54,30 +57,35 @@ export declare class M2 extends M2Client {
|
|
|
54
57
|
createApplication(args: CreateApplicationCommandInput, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
|
|
55
58
|
createApplication(args: CreateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
|
|
56
59
|
/**
|
|
60
|
+
* @public
|
|
57
61
|
* <p>Starts a data set import task for a specific application.</p>
|
|
58
62
|
*/
|
|
59
63
|
createDataSetImportTask(args: CreateDataSetImportTaskCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataSetImportTaskCommandOutput>;
|
|
60
64
|
createDataSetImportTask(args: CreateDataSetImportTaskCommandInput, cb: (err: any, data?: CreateDataSetImportTaskCommandOutput) => void): void;
|
|
61
65
|
createDataSetImportTask(args: CreateDataSetImportTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataSetImportTaskCommandOutput) => void): void;
|
|
62
66
|
/**
|
|
67
|
+
* @public
|
|
63
68
|
* <p>Creates and starts a deployment to deploy an application into a runtime environment.</p>
|
|
64
69
|
*/
|
|
65
70
|
createDeployment(args: CreateDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<CreateDeploymentCommandOutput>;
|
|
66
71
|
createDeployment(args: CreateDeploymentCommandInput, cb: (err: any, data?: CreateDeploymentCommandOutput) => void): void;
|
|
67
72
|
createDeployment(args: CreateDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeploymentCommandOutput) => void): void;
|
|
68
73
|
/**
|
|
74
|
+
* @public
|
|
69
75
|
* <p>Creates a runtime environment for a given runtime engine.</p>
|
|
70
76
|
*/
|
|
71
77
|
createEnvironment(args: CreateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateEnvironmentCommandOutput>;
|
|
72
78
|
createEnvironment(args: CreateEnvironmentCommandInput, cb: (err: any, data?: CreateEnvironmentCommandOutput) => void): void;
|
|
73
79
|
createEnvironment(args: CreateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentCommandOutput) => void): void;
|
|
74
80
|
/**
|
|
81
|
+
* @public
|
|
75
82
|
* <p>Deletes a specific application. You cannot delete a running application.</p>
|
|
76
83
|
*/
|
|
77
84
|
deleteApplication(args: DeleteApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationCommandOutput>;
|
|
78
85
|
deleteApplication(args: DeleteApplicationCommandInput, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
|
|
79
86
|
deleteApplication(args: DeleteApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
|
|
80
87
|
/**
|
|
88
|
+
* @public
|
|
81
89
|
* <p>Deletes a specific application from the specific runtime environment where it was previously
|
|
82
90
|
* deployed. You cannot delete a runtime environment using DeleteEnvironment if any application has
|
|
83
91
|
* ever been deployed to it. This API removes the association of the application with the
|
|
@@ -87,6 +95,7 @@ export declare class M2 extends M2Client {
|
|
|
87
95
|
deleteApplicationFromEnvironment(args: DeleteApplicationFromEnvironmentCommandInput, cb: (err: any, data?: DeleteApplicationFromEnvironmentCommandOutput) => void): void;
|
|
88
96
|
deleteApplicationFromEnvironment(args: DeleteApplicationFromEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationFromEnvironmentCommandOutput) => void): void;
|
|
89
97
|
/**
|
|
98
|
+
* @public
|
|
90
99
|
* <p>Deletes a specific runtime environment. The environment cannot contain deployed applications. If
|
|
91
100
|
* it does, you must delete those applications before you delete the environment.</p>
|
|
92
101
|
*/
|
|
@@ -94,48 +103,56 @@ export declare class M2 extends M2Client {
|
|
|
94
103
|
deleteEnvironment(args: DeleteEnvironmentCommandInput, cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void): void;
|
|
95
104
|
deleteEnvironment(args: DeleteEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void): void;
|
|
96
105
|
/**
|
|
106
|
+
* @public
|
|
97
107
|
* <p>Describes the details of a specific application.</p>
|
|
98
108
|
*/
|
|
99
109
|
getApplication(args: GetApplicationCommandInput, options?: __HttpHandlerOptions): Promise<GetApplicationCommandOutput>;
|
|
100
110
|
getApplication(args: GetApplicationCommandInput, cb: (err: any, data?: GetApplicationCommandOutput) => void): void;
|
|
101
111
|
getApplication(args: GetApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApplicationCommandOutput) => void): void;
|
|
102
112
|
/**
|
|
113
|
+
* @public
|
|
103
114
|
* <p>Returns details about a specific version of a specific application.</p>
|
|
104
115
|
*/
|
|
105
116
|
getApplicationVersion(args: GetApplicationVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetApplicationVersionCommandOutput>;
|
|
106
117
|
getApplicationVersion(args: GetApplicationVersionCommandInput, cb: (err: any, data?: GetApplicationVersionCommandOutput) => void): void;
|
|
107
118
|
getApplicationVersion(args: GetApplicationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApplicationVersionCommandOutput) => void): void;
|
|
108
119
|
/**
|
|
120
|
+
* @public
|
|
109
121
|
* <p>Gets the details of a specific batch job execution for a specific application.</p>
|
|
110
122
|
*/
|
|
111
123
|
getBatchJobExecution(args: GetBatchJobExecutionCommandInput, options?: __HttpHandlerOptions): Promise<GetBatchJobExecutionCommandOutput>;
|
|
112
124
|
getBatchJobExecution(args: GetBatchJobExecutionCommandInput, cb: (err: any, data?: GetBatchJobExecutionCommandOutput) => void): void;
|
|
113
125
|
getBatchJobExecution(args: GetBatchJobExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBatchJobExecutionCommandOutput) => void): void;
|
|
114
126
|
/**
|
|
127
|
+
* @public
|
|
115
128
|
* <p>Gets the details of a specific data set.</p>
|
|
116
129
|
*/
|
|
117
130
|
getDataSetDetails(args: GetDataSetDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetDataSetDetailsCommandOutput>;
|
|
118
131
|
getDataSetDetails(args: GetDataSetDetailsCommandInput, cb: (err: any, data?: GetDataSetDetailsCommandOutput) => void): void;
|
|
119
132
|
getDataSetDetails(args: GetDataSetDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataSetDetailsCommandOutput) => void): void;
|
|
120
133
|
/**
|
|
134
|
+
* @public
|
|
121
135
|
* <p>Gets the status of a data set import task initiated with the <a>CreateDataSetImportTask</a> operation.</p>
|
|
122
136
|
*/
|
|
123
137
|
getDataSetImportTask(args: GetDataSetImportTaskCommandInput, options?: __HttpHandlerOptions): Promise<GetDataSetImportTaskCommandOutput>;
|
|
124
138
|
getDataSetImportTask(args: GetDataSetImportTaskCommandInput, cb: (err: any, data?: GetDataSetImportTaskCommandOutput) => void): void;
|
|
125
139
|
getDataSetImportTask(args: GetDataSetImportTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataSetImportTaskCommandOutput) => void): void;
|
|
126
140
|
/**
|
|
141
|
+
* @public
|
|
127
142
|
* <p>Gets details of a specific deployment with a given deployment identifier.</p>
|
|
128
143
|
*/
|
|
129
144
|
getDeployment(args: GetDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentCommandOutput>;
|
|
130
145
|
getDeployment(args: GetDeploymentCommandInput, cb: (err: any, data?: GetDeploymentCommandOutput) => void): void;
|
|
131
146
|
getDeployment(args: GetDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentCommandOutput) => void): void;
|
|
132
147
|
/**
|
|
148
|
+
* @public
|
|
133
149
|
* <p>Describes a specific runtime environment.</p>
|
|
134
150
|
*/
|
|
135
151
|
getEnvironment(args: GetEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<GetEnvironmentCommandOutput>;
|
|
136
152
|
getEnvironment(args: GetEnvironmentCommandInput, cb: (err: any, data?: GetEnvironmentCommandOutput) => void): void;
|
|
137
153
|
getEnvironment(args: GetEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEnvironmentCommandOutput) => void): void;
|
|
138
154
|
/**
|
|
155
|
+
* @public
|
|
139
156
|
* <p>Lists the applications associated with a specific Amazon Web Services account. You can provide the
|
|
140
157
|
* unique identifier of a specific runtime environment in a query parameter to see all applications
|
|
141
158
|
* associated with that environment.</p>
|
|
@@ -144,12 +161,14 @@ export declare class M2 extends M2Client {
|
|
|
144
161
|
listApplications(args: ListApplicationsCommandInput, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
|
|
145
162
|
listApplications(args: ListApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
|
|
146
163
|
/**
|
|
164
|
+
* @public
|
|
147
165
|
* <p>Returns a list of the application versions for a specific application.</p>
|
|
148
166
|
*/
|
|
149
167
|
listApplicationVersions(args: ListApplicationVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationVersionsCommandOutput>;
|
|
150
168
|
listApplicationVersions(args: ListApplicationVersionsCommandInput, cb: (err: any, data?: ListApplicationVersionsCommandOutput) => void): void;
|
|
151
169
|
listApplicationVersions(args: ListApplicationVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationVersionsCommandOutput) => void): void;
|
|
152
170
|
/**
|
|
171
|
+
* @public
|
|
153
172
|
* <p>Lists all the available batch job definitions based on the batch job resources uploaded
|
|
154
173
|
* during the application creation. You can use the batch job definitions in the list to start
|
|
155
174
|
* a batch job.</p>
|
|
@@ -158,6 +177,7 @@ export declare class M2 extends M2Client {
|
|
|
158
177
|
listBatchJobDefinitions(args: ListBatchJobDefinitionsCommandInput, cb: (err: any, data?: ListBatchJobDefinitionsCommandOutput) => void): void;
|
|
159
178
|
listBatchJobDefinitions(args: ListBatchJobDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBatchJobDefinitionsCommandOutput) => void): void;
|
|
160
179
|
/**
|
|
180
|
+
* @public
|
|
161
181
|
* <p>Lists historical, current, and scheduled batch job executions for a specific
|
|
162
182
|
* application.</p>
|
|
163
183
|
*/
|
|
@@ -165,12 +185,14 @@ export declare class M2 extends M2Client {
|
|
|
165
185
|
listBatchJobExecutions(args: ListBatchJobExecutionsCommandInput, cb: (err: any, data?: ListBatchJobExecutionsCommandOutput) => void): void;
|
|
166
186
|
listBatchJobExecutions(args: ListBatchJobExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBatchJobExecutionsCommandOutput) => void): void;
|
|
167
187
|
/**
|
|
188
|
+
* @public
|
|
168
189
|
* <p>Lists the data set imports for the specified application.</p>
|
|
169
190
|
*/
|
|
170
191
|
listDataSetImportHistory(args: ListDataSetImportHistoryCommandInput, options?: __HttpHandlerOptions): Promise<ListDataSetImportHistoryCommandOutput>;
|
|
171
192
|
listDataSetImportHistory(args: ListDataSetImportHistoryCommandInput, cb: (err: any, data?: ListDataSetImportHistoryCommandOutput) => void): void;
|
|
172
193
|
listDataSetImportHistory(args: ListDataSetImportHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataSetImportHistoryCommandOutput) => void): void;
|
|
173
194
|
/**
|
|
195
|
+
* @public
|
|
174
196
|
* <p>Lists the data sets imported for a specific application. In Amazon Web Services Mainframe Modernization, data sets are
|
|
175
197
|
* associated with applications deployed on runtime environments. This is known as importing data
|
|
176
198
|
* sets. Currently, Amazon Web Services Mainframe Modernization can import data sets into catalogs using <a href="https://docs.aws.amazon.com/m2/latest/APIReference/API_CreateDataSetImportTask.html">CreateDataSetImportTask</a>.</p>
|
|
@@ -179,6 +201,7 @@ export declare class M2 extends M2Client {
|
|
|
179
201
|
listDataSets(args: ListDataSetsCommandInput, cb: (err: any, data?: ListDataSetsCommandOutput) => void): void;
|
|
180
202
|
listDataSets(args: ListDataSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataSetsCommandOutput) => void): void;
|
|
181
203
|
/**
|
|
204
|
+
* @public
|
|
182
205
|
* <p>Returns a list of all deployments of a specific application. A deployment is a
|
|
183
206
|
* combination of a specific application and a specific version of that application. Each
|
|
184
207
|
* deployment is mapped to a particular application version.</p>
|
|
@@ -187,30 +210,35 @@ export declare class M2 extends M2Client {
|
|
|
187
210
|
listDeployments(args: ListDeploymentsCommandInput, cb: (err: any, data?: ListDeploymentsCommandOutput) => void): void;
|
|
188
211
|
listDeployments(args: ListDeploymentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentsCommandOutput) => void): void;
|
|
189
212
|
/**
|
|
213
|
+
* @public
|
|
190
214
|
* <p>Lists the available engine versions.</p>
|
|
191
215
|
*/
|
|
192
216
|
listEngineVersions(args: ListEngineVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListEngineVersionsCommandOutput>;
|
|
193
217
|
listEngineVersions(args: ListEngineVersionsCommandInput, cb: (err: any, data?: ListEngineVersionsCommandOutput) => void): void;
|
|
194
218
|
listEngineVersions(args: ListEngineVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEngineVersionsCommandOutput) => void): void;
|
|
195
219
|
/**
|
|
220
|
+
* @public
|
|
196
221
|
* <p>Lists the runtime environments.</p>
|
|
197
222
|
*/
|
|
198
223
|
listEnvironments(args: ListEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListEnvironmentsCommandOutput>;
|
|
199
224
|
listEnvironments(args: ListEnvironmentsCommandInput, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
|
|
200
225
|
listEnvironments(args: ListEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
|
|
201
226
|
/**
|
|
227
|
+
* @public
|
|
202
228
|
* <p>Lists the tags for the specified resource.</p>
|
|
203
229
|
*/
|
|
204
230
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
205
231
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
206
232
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
207
233
|
/**
|
|
234
|
+
* @public
|
|
208
235
|
* <p>Starts an application that is currently stopped.</p>
|
|
209
236
|
*/
|
|
210
237
|
startApplication(args: StartApplicationCommandInput, options?: __HttpHandlerOptions): Promise<StartApplicationCommandOutput>;
|
|
211
238
|
startApplication(args: StartApplicationCommandInput, cb: (err: any, data?: StartApplicationCommandOutput) => void): void;
|
|
212
239
|
startApplication(args: StartApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartApplicationCommandOutput) => void): void;
|
|
213
240
|
/**
|
|
241
|
+
* @public
|
|
214
242
|
* <p>Starts a batch job and returns the unique identifier of this execution of the batch job.
|
|
215
243
|
* The associated application must be running in order to start the batch job.</p>
|
|
216
244
|
*/
|
|
@@ -218,30 +246,35 @@ export declare class M2 extends M2Client {
|
|
|
218
246
|
startBatchJob(args: StartBatchJobCommandInput, cb: (err: any, data?: StartBatchJobCommandOutput) => void): void;
|
|
219
247
|
startBatchJob(args: StartBatchJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartBatchJobCommandOutput) => void): void;
|
|
220
248
|
/**
|
|
249
|
+
* @public
|
|
221
250
|
* <p>Stops a running application.</p>
|
|
222
251
|
*/
|
|
223
252
|
stopApplication(args: StopApplicationCommandInput, options?: __HttpHandlerOptions): Promise<StopApplicationCommandOutput>;
|
|
224
253
|
stopApplication(args: StopApplicationCommandInput, cb: (err: any, data?: StopApplicationCommandOutput) => void): void;
|
|
225
254
|
stopApplication(args: StopApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopApplicationCommandOutput) => void): void;
|
|
226
255
|
/**
|
|
256
|
+
* @public
|
|
227
257
|
* <p>Adds one or more tags to the specified resource.</p>
|
|
228
258
|
*/
|
|
229
259
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
230
260
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
231
261
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
232
262
|
/**
|
|
263
|
+
* @public
|
|
233
264
|
* <p>Removes one or more tags from the specified resource.</p>
|
|
234
265
|
*/
|
|
235
266
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
236
267
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
237
268
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
238
269
|
/**
|
|
270
|
+
* @public
|
|
239
271
|
* <p>Updates an application and creates a new version.</p>
|
|
240
272
|
*/
|
|
241
273
|
updateApplication(args: UpdateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationCommandOutput>;
|
|
242
274
|
updateApplication(args: UpdateApplicationCommandInput, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
|
|
243
275
|
updateApplication(args: UpdateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
|
|
244
276
|
/**
|
|
277
|
+
* @public
|
|
245
278
|
* <p>Updates the configuration details for a specific runtime environment.</p>
|
|
246
279
|
*/
|
|
247
280
|
updateEnvironment(args: UpdateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEnvironmentCommandOutput>;
|