@aws-sdk/client-m2 3.325.0 → 3.327.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/dist-types/commands/CancelBatchJobExecutionCommand.d.ts +4 -0
  2. package/dist-types/commands/CreateApplicationCommand.d.ts +8 -0
  3. package/dist-types/commands/CreateDataSetImportTaskCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateEnvironmentCommand.d.ts +6 -0
  6. package/dist-types/commands/DeleteApplicationCommand.d.ts +4 -0
  7. package/dist-types/commands/DeleteApplicationFromEnvironmentCommand.d.ts +4 -0
  8. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +4 -0
  9. package/dist-types/commands/GetApplicationCommand.d.ts +46 -0
  10. package/dist-types/commands/GetApplicationVersionCommand.d.ts +12 -0
  11. package/dist-types/commands/GetBatchJobExecutionCommand.d.ts +25 -0
  12. package/dist-types/commands/GetDataSetDetailsCommand.d.ts +37 -0
  13. package/dist-types/commands/GetDataSetImportTaskCommand.d.ts +14 -0
  14. package/dist-types/commands/GetDeploymentCommand.d.ts +12 -0
  15. package/dist-types/commands/GetEnvironmentCommand.d.ts +52 -0
  16. package/dist-types/commands/ListApplicationVersionsCommand.d.ts +14 -0
  17. package/dist-types/commands/ListApplicationsCommand.d.ts +22 -0
  18. package/dist-types/commands/ListBatchJobDefinitionsCommand.d.ts +17 -0
  19. package/dist-types/commands/ListBatchJobExecutionsCommand.d.ts +28 -0
  20. package/dist-types/commands/ListDataSetImportHistoryCommand.d.ts +19 -0
  21. package/dist-types/commands/ListDataSetsCommand.d.ts +16 -0
  22. package/dist-types/commands/ListDeploymentsCommand.d.ts +17 -0
  23. package/dist-types/commands/ListEngineVersionsCommand.d.ts +12 -0
  24. package/dist-types/commands/ListEnvironmentsCommand.d.ts +18 -0
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
  26. package/dist-types/commands/StartApplicationCommand.d.ts +4 -0
  27. package/dist-types/commands/StartBatchJobCommand.d.ts +6 -0
  28. package/dist-types/commands/StopApplicationCommand.d.ts +4 -0
  29. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  30. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  31. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -0
  32. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +6 -0
  33. package/package.json +7 -7
@@ -32,6 +32,8 @@ export interface CancelBatchJobExecutionCommandOutput extends CancelBatchJobExec
32
32
  * };
33
33
  * const command = new CancelBatchJobExecutionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param CancelBatchJobExecutionCommandInput - {@link CancelBatchJobExecutionCommandInput}
@@ -58,6 +60,8 @@ export interface CancelBatchJobExecutionCommandOutput extends CancelBatchJobExec
58
60
  * @throws {@link ValidationException} (client fault)
59
61
  * <p>One or more parameters provided in the request is not valid.</p>
60
62
  *
63
+ * @throws {@link M2ServiceException}
64
+ * <p>Base exception class for all service exceptions from M2 service.</p>
61
65
  *
62
66
  */
63
67
  export declare class CancelBatchJobExecutionCommand extends $Command<CancelBatchJobExecutionCommandInput, CancelBatchJobExecutionCommandOutput, M2ClientResolvedConfig> {
@@ -43,6 +43,12 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
43
43
  * };
44
44
  * const command = new CreateApplicationCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // CreateApplicationResponse
47
+ * // applicationArn: "STRING_VALUE", // required
48
+ * // applicationId: "STRING_VALUE", // required
49
+ * // applicationVersion: Number("int"), // required
50
+ * // };
51
+ *
46
52
  * ```
47
53
  *
48
54
  * @param CreateApplicationCommandInput - {@link CreateApplicationCommandInput}
@@ -69,6 +75,8 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
69
75
  * @throws {@link ValidationException} (client fault)
70
76
  * <p>One or more parameters provided in the request is not valid.</p>
71
77
  *
78
+ * @throws {@link M2ServiceException}
79
+ * <p>Base exception class for all service exceptions from M2 service.</p>
72
80
  *
73
81
  */
74
82
  export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, M2ClientResolvedConfig> {
@@ -75,6 +75,10 @@ export interface CreateDataSetImportTaskCommandOutput extends CreateDataSetImpor
75
75
  * };
76
76
  * const command = new CreateDataSetImportTaskCommand(input);
77
77
  * const response = await client.send(command);
78
+ * // { // CreateDataSetImportTaskResponse
79
+ * // taskId: "STRING_VALUE", // required
80
+ * // };
81
+ *
78
82
  * ```
79
83
  *
80
84
  * @param CreateDataSetImportTaskCommandInput - {@link CreateDataSetImportTaskCommandInput}
@@ -104,6 +108,8 @@ export interface CreateDataSetImportTaskCommandOutput extends CreateDataSetImpor
104
108
  * @throws {@link ValidationException} (client fault)
105
109
  * <p>One or more parameters provided in the request is not valid.</p>
106
110
  *
111
+ * @throws {@link M2ServiceException}
112
+ * <p>Base exception class for all service exceptions from M2 service.</p>
107
113
  *
108
114
  */
109
115
  export declare class CreateDataSetImportTaskCommand extends $Command<CreateDataSetImportTaskCommandInput, CreateDataSetImportTaskCommandOutput, M2ClientResolvedConfig> {
@@ -34,6 +34,10 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
34
34
  * };
35
35
  * const command = new CreateDeploymentCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // CreateDeploymentResponse
38
+ * // deploymentId: "STRING_VALUE", // required
39
+ * // };
40
+ *
37
41
  * ```
38
42
  *
39
43
  * @param CreateDeploymentCommandInput - {@link CreateDeploymentCommandInput}
@@ -63,6 +67,8 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
63
67
  * @throws {@link ValidationException} (client fault)
64
68
  * <p>One or more parameters provided in the request is not valid.</p>
65
69
  *
70
+ * @throws {@link M2ServiceException}
71
+ * <p>Base exception class for all service exceptions from M2 service.</p>
66
72
  *
67
73
  */
68
74
  export declare class CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, M2ClientResolvedConfig> {
@@ -63,6 +63,10 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentRespons
63
63
  * };
64
64
  * const command = new CreateEnvironmentCommand(input);
65
65
  * const response = await client.send(command);
66
+ * // { // CreateEnvironmentResponse
67
+ * // environmentId: "STRING_VALUE", // required
68
+ * // };
69
+ *
66
70
  * ```
67
71
  *
68
72
  * @param CreateEnvironmentCommandInput - {@link CreateEnvironmentCommandInput}
@@ -89,6 +93,8 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentRespons
89
93
  * @throws {@link ValidationException} (client fault)
90
94
  * <p>One or more parameters provided in the request is not valid.</p>
91
95
  *
96
+ * @throws {@link M2ServiceException}
97
+ * <p>Base exception class for all service exceptions from M2 service.</p>
92
98
  *
93
99
  */
94
100
  export declare class CreateEnvironmentCommand extends $Command<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, M2ClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
31
31
  * };
32
32
  * const command = new DeleteApplicationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteApplicationCommandInput - {@link DeleteApplicationCommandInput}
@@ -54,6 +56,8 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
54
56
  * @throws {@link ValidationException} (client fault)
55
57
  * <p>One or more parameters provided in the request is not valid.</p>
56
58
  *
59
+ * @throws {@link M2ServiceException}
60
+ * <p>Base exception class for all service exceptions from M2 service.</p>
57
61
  *
58
62
  */
59
63
  export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, M2ClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface DeleteApplicationFromEnvironmentCommandOutput extends DeleteApp
35
35
  * };
36
36
  * const command = new DeleteApplicationFromEnvironmentCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param DeleteApplicationFromEnvironmentCommandInput - {@link DeleteApplicationFromEnvironmentCommandInput}
@@ -61,6 +63,8 @@ export interface DeleteApplicationFromEnvironmentCommandOutput extends DeleteApp
61
63
  * @throws {@link ValidationException} (client fault)
62
64
  * <p>One or more parameters provided in the request is not valid.</p>
63
65
  *
66
+ * @throws {@link M2ServiceException}
67
+ * <p>Base exception class for all service exceptions from M2 service.</p>
64
68
  *
65
69
  */
66
70
  export declare class DeleteApplicationFromEnvironmentCommand extends $Command<DeleteApplicationFromEnvironmentCommandInput, DeleteApplicationFromEnvironmentCommandOutput, M2ClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentRespons
32
32
  * };
33
33
  * const command = new DeleteEnvironmentCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteEnvironmentCommandInput - {@link DeleteEnvironmentCommandInput}
@@ -55,6 +57,8 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentRespons
55
57
  * @throws {@link ValidationException} (client fault)
56
58
  * <p>One or more parameters provided in the request is not valid.</p>
57
59
  *
60
+ * @throws {@link M2ServiceException}
61
+ * <p>Base exception class for all service exceptions from M2 service.</p>
58
62
  *
59
63
  */
60
64
  export declare class DeleteEnvironmentCommand extends $Command<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, M2ClientResolvedConfig> {
@@ -31,6 +31,50 @@ export interface GetApplicationCommandOutput extends GetApplicationResponse, __M
31
31
  * };
32
32
  * const command = new GetApplicationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetApplicationResponse
35
+ * // name: "STRING_VALUE", // required
36
+ * // description: "STRING_VALUE",
37
+ * // applicationId: "STRING_VALUE", // required
38
+ * // applicationArn: "STRING_VALUE", // required
39
+ * // status: "STRING_VALUE", // required
40
+ * // latestVersion: { // ApplicationVersionSummary
41
+ * // applicationVersion: Number("int"), // required
42
+ * // status: "STRING_VALUE", // required
43
+ * // statusReason: "STRING_VALUE",
44
+ * // creationTime: new Date("TIMESTAMP"), // required
45
+ * // },
46
+ * // deployedVersion: { // DeployedVersionSummary
47
+ * // applicationVersion: Number("int"), // required
48
+ * // status: "STRING_VALUE", // required
49
+ * // statusReason: "STRING_VALUE",
50
+ * // },
51
+ * // engineType: "STRING_VALUE", // required
52
+ * // logGroups: [ // LogGroupSummaries
53
+ * // { // LogGroupSummary
54
+ * // logType: "STRING_VALUE", // required
55
+ * // logGroupName: "STRING_VALUE", // required
56
+ * // },
57
+ * // ],
58
+ * // creationTime: new Date("TIMESTAMP"), // required
59
+ * // lastStartTime: new Date("TIMESTAMP"),
60
+ * // tags: { // TagMap
61
+ * // "<keys>": "STRING_VALUE",
62
+ * // },
63
+ * // environmentId: "STRING_VALUE",
64
+ * // targetGroupArns: [ // ArnList
65
+ * // "STRING_VALUE",
66
+ * // ],
67
+ * // listenerArns: [
68
+ * // "STRING_VALUE",
69
+ * // ],
70
+ * // listenerPorts: [ // PortList
71
+ * // Number("int"),
72
+ * // ],
73
+ * // loadBalancerDnsName: "STRING_VALUE",
74
+ * // statusReason: "STRING_VALUE",
75
+ * // kmsKeyId: "STRING_VALUE",
76
+ * // };
77
+ *
34
78
  * ```
35
79
  *
36
80
  * @param GetApplicationCommandInput - {@link GetApplicationCommandInput}
@@ -54,6 +98,8 @@ export interface GetApplicationCommandOutput extends GetApplicationResponse, __M
54
98
  * @throws {@link ValidationException} (client fault)
55
99
  * <p>One or more parameters provided in the request is not valid.</p>
56
100
  *
101
+ * @throws {@link M2ServiceException}
102
+ * <p>Base exception class for all service exceptions from M2 service.</p>
57
103
  *
58
104
  */
59
105
  export declare class GetApplicationCommand extends $Command<GetApplicationCommandInput, GetApplicationCommandOutput, M2ClientResolvedConfig> {
@@ -32,6 +32,16 @@ export interface GetApplicationVersionCommandOutput extends GetApplicationVersio
32
32
  * };
33
33
  * const command = new GetApplicationVersionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetApplicationVersionResponse
36
+ * // name: "STRING_VALUE", // required
37
+ * // applicationVersion: Number("int"), // required
38
+ * // description: "STRING_VALUE",
39
+ * // definitionContent: "STRING_VALUE", // required
40
+ * // status: "STRING_VALUE", // required
41
+ * // creationTime: new Date("TIMESTAMP"), // required
42
+ * // statusReason: "STRING_VALUE",
43
+ * // };
44
+ *
35
45
  * ```
36
46
  *
37
47
  * @param GetApplicationVersionCommandInput - {@link GetApplicationVersionCommandInput}
@@ -55,6 +65,8 @@ export interface GetApplicationVersionCommandOutput extends GetApplicationVersio
55
65
  * @throws {@link ValidationException} (client fault)
56
66
  * <p>One or more parameters provided in the request is not valid.</p>
57
67
  *
68
+ * @throws {@link M2ServiceException}
69
+ * <p>Base exception class for all service exceptions from M2 service.</p>
58
70
  *
59
71
  */
60
72
  export declare class GetApplicationVersionCommand extends $Command<GetApplicationVersionCommandInput, GetApplicationVersionCommandOutput, M2ClientResolvedConfig> {
@@ -32,6 +32,29 @@ export interface GetBatchJobExecutionCommandOutput extends GetBatchJobExecutionR
32
32
  * };
33
33
  * const command = new GetBatchJobExecutionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetBatchJobExecutionResponse
36
+ * // executionId: "STRING_VALUE", // required
37
+ * // applicationId: "STRING_VALUE", // required
38
+ * // jobId: "STRING_VALUE",
39
+ * // jobName: "STRING_VALUE",
40
+ * // jobUser: "STRING_VALUE",
41
+ * // jobType: "STRING_VALUE",
42
+ * // status: "STRING_VALUE", // required
43
+ * // startTime: new Date("TIMESTAMP"), // required
44
+ * // endTime: new Date("TIMESTAMP"),
45
+ * // statusReason: "STRING_VALUE",
46
+ * // returnCode: "STRING_VALUE",
47
+ * // batchJobIdentifier: { // BatchJobIdentifier Union: only one key present
48
+ * // fileBatchJobIdentifier: { // FileBatchJobIdentifier
49
+ * // fileName: "STRING_VALUE", // required
50
+ * // folderPath: "STRING_VALUE",
51
+ * // },
52
+ * // scriptBatchJobIdentifier: { // ScriptBatchJobIdentifier
53
+ * // scriptName: "STRING_VALUE", // required
54
+ * // },
55
+ * // },
56
+ * // };
57
+ *
35
58
  * ```
36
59
  *
37
60
  * @param GetBatchJobExecutionCommandInput - {@link GetBatchJobExecutionCommandInput}
@@ -55,6 +78,8 @@ export interface GetBatchJobExecutionCommandOutput extends GetBatchJobExecutionR
55
78
  * @throws {@link ValidationException} (client fault)
56
79
  * <p>One or more parameters provided in the request is not valid.</p>
57
80
  *
81
+ * @throws {@link M2ServiceException}
82
+ * <p>Base exception class for all service exceptions from M2 service.</p>
58
83
  *
59
84
  */
60
85
  export declare class GetBatchJobExecutionCommand extends $Command<GetBatchJobExecutionCommandInput, GetBatchJobExecutionCommandOutput, M2ClientResolvedConfig> {
@@ -32,6 +32,41 @@ export interface GetDataSetDetailsCommandOutput extends GetDataSetDetailsRespons
32
32
  * };
33
33
  * const command = new GetDataSetDetailsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetDataSetDetailsResponse
36
+ * // dataSetName: "STRING_VALUE", // required
37
+ * // dataSetOrg: { // DatasetDetailOrgAttributes Union: only one key present
38
+ * // vsam: { // VsamDetailAttributes
39
+ * // encoding: "STRING_VALUE",
40
+ * // recordFormat: "STRING_VALUE",
41
+ * // compressed: true || false,
42
+ * // cacheAtStartup: true || false,
43
+ * // primaryKey: { // PrimaryKey
44
+ * // name: "STRING_VALUE",
45
+ * // offset: Number("int"), // required
46
+ * // length: Number("int"), // required
47
+ * // },
48
+ * // alternateKeys: [ // AlternateKeyList
49
+ * // { // AlternateKey
50
+ * // name: "STRING_VALUE",
51
+ * // offset: Number("int"), // required
52
+ * // length: Number("int"), // required
53
+ * // allowDuplicates: true || false,
54
+ * // },
55
+ * // ],
56
+ * // },
57
+ * // gdg: { // GdgDetailAttributes
58
+ * // limit: Number("int"),
59
+ * // rollDisposition: "STRING_VALUE",
60
+ * // },
61
+ * // },
62
+ * // recordLength: Number("int"),
63
+ * // location: "STRING_VALUE",
64
+ * // blocksize: Number("int"),
65
+ * // creationTime: new Date("TIMESTAMP"),
66
+ * // lastUpdatedTime: new Date("TIMESTAMP"),
67
+ * // lastReferencedTime: new Date("TIMESTAMP"),
68
+ * // };
69
+ *
35
70
  * ```
36
71
  *
37
72
  * @param GetDataSetDetailsCommandInput - {@link GetDataSetDetailsCommandInput}
@@ -55,6 +90,8 @@ export interface GetDataSetDetailsCommandOutput extends GetDataSetDetailsRespons
55
90
  * @throws {@link ValidationException} (client fault)
56
91
  * <p>One or more parameters provided in the request is not valid.</p>
57
92
  *
93
+ * @throws {@link M2ServiceException}
94
+ * <p>Base exception class for all service exceptions from M2 service.</p>
58
95
  *
59
96
  */
60
97
  export declare class GetDataSetDetailsCommand extends $Command<GetDataSetDetailsCommandInput, GetDataSetDetailsCommandOutput, M2ClientResolvedConfig> {
@@ -32,6 +32,18 @@ export interface GetDataSetImportTaskCommandOutput extends GetDataSetImportTaskR
32
32
  * };
33
33
  * const command = new GetDataSetImportTaskCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetDataSetImportTaskResponse
36
+ * // taskId: "STRING_VALUE", // required
37
+ * // status: "STRING_VALUE", // required
38
+ * // summary: { // DataSetImportSummary
39
+ * // total: Number("int"), // required
40
+ * // succeeded: Number("int"), // required
41
+ * // failed: Number("int"), // required
42
+ * // pending: Number("int"), // required
43
+ * // inProgress: Number("int"), // required
44
+ * // },
45
+ * // };
46
+ *
35
47
  * ```
36
48
  *
37
49
  * @param GetDataSetImportTaskCommandInput - {@link GetDataSetImportTaskCommandInput}
@@ -55,6 +67,8 @@ export interface GetDataSetImportTaskCommandOutput extends GetDataSetImportTaskR
55
67
  * @throws {@link ValidationException} (client fault)
56
68
  * <p>One or more parameters provided in the request is not valid.</p>
57
69
  *
70
+ * @throws {@link M2ServiceException}
71
+ * <p>Base exception class for all service exceptions from M2 service.</p>
58
72
  *
59
73
  */
60
74
  export declare class GetDataSetImportTaskCommand extends $Command<GetDataSetImportTaskCommandInput, GetDataSetImportTaskCommandOutput, M2ClientResolvedConfig> {
@@ -32,6 +32,16 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
32
32
  * };
33
33
  * const command = new GetDeploymentCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetDeploymentResponse
36
+ * // deploymentId: "STRING_VALUE", // required
37
+ * // applicationId: "STRING_VALUE", // required
38
+ * // environmentId: "STRING_VALUE", // required
39
+ * // applicationVersion: Number("int"), // required
40
+ * // status: "STRING_VALUE", // required
41
+ * // creationTime: new Date("TIMESTAMP"), // required
42
+ * // statusReason: "STRING_VALUE",
43
+ * // };
44
+ *
35
45
  * ```
36
46
  *
37
47
  * @param GetDeploymentCommandInput - {@link GetDeploymentCommandInput}
@@ -55,6 +65,8 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
55
65
  * @throws {@link ValidationException} (client fault)
56
66
  * <p>One or more parameters provided in the request is not valid.</p>
57
67
  *
68
+ * @throws {@link M2ServiceException}
69
+ * <p>Base exception class for all service exceptions from M2 service.</p>
58
70
  *
59
71
  */
60
72
  export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, M2ClientResolvedConfig> {
@@ -31,6 +31,56 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __M
31
31
  * };
32
32
  * const command = new GetEnvironmentCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetEnvironmentResponse
35
+ * // name: "STRING_VALUE", // required
36
+ * // description: "STRING_VALUE",
37
+ * // environmentArn: "STRING_VALUE", // required
38
+ * // environmentId: "STRING_VALUE", // required
39
+ * // instanceType: "STRING_VALUE", // required
40
+ * // status: "STRING_VALUE", // required
41
+ * // engineType: "STRING_VALUE", // required
42
+ * // engineVersion: "STRING_VALUE", // required
43
+ * // vpcId: "STRING_VALUE", // required
44
+ * // subnetIds: [ // String50List // required
45
+ * // "STRING_VALUE",
46
+ * // ],
47
+ * // securityGroupIds: [ // required
48
+ * // "STRING_VALUE",
49
+ * // ],
50
+ * // creationTime: new Date("TIMESTAMP"), // required
51
+ * // storageConfigurations: [ // StorageConfigurationList
52
+ * // { // StorageConfiguration Union: only one key present
53
+ * // efs: { // EfsStorageConfiguration
54
+ * // fileSystemId: "STRING_VALUE", // required
55
+ * // mountPoint: "STRING_VALUE", // required
56
+ * // },
57
+ * // fsx: { // FsxStorageConfiguration
58
+ * // fileSystemId: "STRING_VALUE", // required
59
+ * // mountPoint: "STRING_VALUE", // required
60
+ * // },
61
+ * // },
62
+ * // ],
63
+ * // tags: { // TagMap
64
+ * // "<keys>": "STRING_VALUE",
65
+ * // },
66
+ * // highAvailabilityConfig: { // HighAvailabilityConfig
67
+ * // desiredCapacity: Number("int"), // required
68
+ * // },
69
+ * // publiclyAccessible: true || false,
70
+ * // actualCapacity: Number("int"),
71
+ * // loadBalancerArn: "STRING_VALUE",
72
+ * // statusReason: "STRING_VALUE",
73
+ * // preferredMaintenanceWindow: "STRING_VALUE",
74
+ * // pendingMaintenance: { // PendingMaintenance
75
+ * // schedule: { // MaintenanceSchedule
76
+ * // startTime: new Date("TIMESTAMP"),
77
+ * // endTime: new Date("TIMESTAMP"),
78
+ * // },
79
+ * // engineVersion: "STRING_VALUE",
80
+ * // },
81
+ * // kmsKeyId: "STRING_VALUE",
82
+ * // };
83
+ *
34
84
  * ```
35
85
  *
36
86
  * @param GetEnvironmentCommandInput - {@link GetEnvironmentCommandInput}
@@ -54,6 +104,8 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __M
54
104
  * @throws {@link ValidationException} (client fault)
55
105
  * <p>One or more parameters provided in the request is not valid.</p>
56
106
  *
107
+ * @throws {@link M2ServiceException}
108
+ * <p>Base exception class for all service exceptions from M2 service.</p>
57
109
  *
58
110
  */
59
111
  export declare class GetEnvironmentCommand extends $Command<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, M2ClientResolvedConfig> {
@@ -33,6 +33,18 @@ export interface ListApplicationVersionsCommandOutput extends ListApplicationVer
33
33
  * };
34
34
  * const command = new ListApplicationVersionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListApplicationVersionsResponse
37
+ * // applicationVersions: [ // ApplicationVersionSummaryList // required
38
+ * // { // ApplicationVersionSummary
39
+ * // applicationVersion: Number("int"), // required
40
+ * // status: "STRING_VALUE", // required
41
+ * // statusReason: "STRING_VALUE",
42
+ * // creationTime: new Date("TIMESTAMP"), // required
43
+ * // },
44
+ * // ],
45
+ * // nextToken: "STRING_VALUE",
46
+ * // };
47
+ *
36
48
  * ```
37
49
  *
38
50
  * @param ListApplicationVersionsCommandInput - {@link ListApplicationVersionsCommandInput}
@@ -56,6 +68,8 @@ export interface ListApplicationVersionsCommandOutput extends ListApplicationVer
56
68
  * @throws {@link ValidationException} (client fault)
57
69
  * <p>One or more parameters provided in the request is not valid.</p>
58
70
  *
71
+ * @throws {@link M2ServiceException}
72
+ * <p>Base exception class for all service exceptions from M2 service.</p>
59
73
  *
60
74
  */
61
75
  export declare class ListApplicationVersionsCommand extends $Command<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput, M2ClientResolvedConfig> {
@@ -38,6 +38,26 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
38
38
  * };
39
39
  * const command = new ListApplicationsCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // ListApplicationsResponse
42
+ * // applications: [ // ApplicationSummaryList // required
43
+ * // { // ApplicationSummary
44
+ * // name: "STRING_VALUE", // required
45
+ * // description: "STRING_VALUE",
46
+ * // applicationId: "STRING_VALUE", // required
47
+ * // applicationArn: "STRING_VALUE", // required
48
+ * // applicationVersion: Number("int"), // required
49
+ * // status: "STRING_VALUE", // required
50
+ * // engineType: "STRING_VALUE", // required
51
+ * // creationTime: new Date("TIMESTAMP"), // required
52
+ * // environmentId: "STRING_VALUE",
53
+ * // lastStartTime: new Date("TIMESTAMP"),
54
+ * // versionStatus: "STRING_VALUE",
55
+ * // deploymentStatus: "STRING_VALUE",
56
+ * // },
57
+ * // ],
58
+ * // nextToken: "STRING_VALUE",
59
+ * // };
60
+ *
41
61
  * ```
42
62
  *
43
63
  * @param ListApplicationsCommandInput - {@link ListApplicationsCommandInput}
@@ -58,6 +78,8 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
58
78
  * @throws {@link ValidationException} (client fault)
59
79
  * <p>One or more parameters provided in the request is not valid.</p>
60
80
  *
81
+ * @throws {@link M2ServiceException}
82
+ * <p>Base exception class for all service exceptions from M2 service.</p>
61
83
  *
62
84
  */
63
85
  export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, M2ClientResolvedConfig> {
@@ -36,6 +36,21 @@ export interface ListBatchJobDefinitionsCommandOutput extends ListBatchJobDefini
36
36
  * };
37
37
  * const command = new ListBatchJobDefinitionsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListBatchJobDefinitionsResponse
40
+ * // batchJobDefinitions: [ // BatchJobDefinitions // required
41
+ * // { // BatchJobDefinition Union: only one key present
42
+ * // fileBatchJobDefinition: { // FileBatchJobDefinition
43
+ * // fileName: "STRING_VALUE", // required
44
+ * // folderPath: "STRING_VALUE",
45
+ * // },
46
+ * // scriptBatchJobDefinition: { // ScriptBatchJobDefinition
47
+ * // scriptName: "STRING_VALUE", // required
48
+ * // },
49
+ * // },
50
+ * // ],
51
+ * // nextToken: "STRING_VALUE",
52
+ * // };
53
+ *
39
54
  * ```
40
55
  *
41
56
  * @param ListBatchJobDefinitionsCommandInput - {@link ListBatchJobDefinitionsCommandInput}
@@ -59,6 +74,8 @@ export interface ListBatchJobDefinitionsCommandOutput extends ListBatchJobDefini
59
74
  * @throws {@link ValidationException} (client fault)
60
75
  * <p>One or more parameters provided in the request is not valid.</p>
61
76
  *
77
+ * @throws {@link M2ServiceException}
78
+ * <p>Base exception class for all service exceptions from M2 service.</p>
62
79
  *
63
80
  */
64
81
  export declare class ListBatchJobDefinitionsCommand extends $Command<ListBatchJobDefinitionsCommandInput, ListBatchJobDefinitionsCommandOutput, M2ClientResolvedConfig> {
@@ -41,6 +41,32 @@ export interface ListBatchJobExecutionsCommandOutput extends ListBatchJobExecuti
41
41
  * };
42
42
  * const command = new ListBatchJobExecutionsCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // ListBatchJobExecutionsResponse
45
+ * // batchJobExecutions: [ // BatchJobExecutionSummaryList // required
46
+ * // { // BatchJobExecutionSummary
47
+ * // executionId: "STRING_VALUE", // required
48
+ * // applicationId: "STRING_VALUE", // required
49
+ * // jobId: "STRING_VALUE",
50
+ * // jobName: "STRING_VALUE",
51
+ * // jobType: "STRING_VALUE",
52
+ * // status: "STRING_VALUE", // required
53
+ * // startTime: new Date("TIMESTAMP"), // required
54
+ * // endTime: new Date("TIMESTAMP"),
55
+ * // returnCode: "STRING_VALUE",
56
+ * // batchJobIdentifier: { // BatchJobIdentifier Union: only one key present
57
+ * // fileBatchJobIdentifier: { // FileBatchJobIdentifier
58
+ * // fileName: "STRING_VALUE", // required
59
+ * // folderPath: "STRING_VALUE",
60
+ * // },
61
+ * // scriptBatchJobIdentifier: { // ScriptBatchJobIdentifier
62
+ * // scriptName: "STRING_VALUE", // required
63
+ * // },
64
+ * // },
65
+ * // },
66
+ * // ],
67
+ * // nextToken: "STRING_VALUE",
68
+ * // };
69
+ *
44
70
  * ```
45
71
  *
46
72
  * @param ListBatchJobExecutionsCommandInput - {@link ListBatchJobExecutionsCommandInput}
@@ -64,6 +90,8 @@ export interface ListBatchJobExecutionsCommandOutput extends ListBatchJobExecuti
64
90
  * @throws {@link ValidationException} (client fault)
65
91
  * <p>One or more parameters provided in the request is not valid.</p>
66
92
  *
93
+ * @throws {@link M2ServiceException}
94
+ * <p>Base exception class for all service exceptions from M2 service.</p>
67
95
  *
68
96
  */
69
97
  export declare class ListBatchJobExecutionsCommand extends $Command<ListBatchJobExecutionsCommandInput, ListBatchJobExecutionsCommandOutput, M2ClientResolvedConfig> {
@@ -33,6 +33,23 @@ export interface ListDataSetImportHistoryCommandOutput extends ListDataSetImport
33
33
  * };
34
34
  * const command = new ListDataSetImportHistoryCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListDataSetImportHistoryResponse
37
+ * // dataSetImportTasks: [ // DataSetImportTaskList // required
38
+ * // { // DataSetImportTask
39
+ * // taskId: "STRING_VALUE", // required
40
+ * // status: "STRING_VALUE", // required
41
+ * // summary: { // DataSetImportSummary
42
+ * // total: Number("int"), // required
43
+ * // succeeded: Number("int"), // required
44
+ * // failed: Number("int"), // required
45
+ * // pending: Number("int"), // required
46
+ * // inProgress: Number("int"), // required
47
+ * // },
48
+ * // },
49
+ * // ],
50
+ * // nextToken: "STRING_VALUE",
51
+ * // };
52
+ *
36
53
  * ```
37
54
  *
38
55
  * @param ListDataSetImportHistoryCommandInput - {@link ListDataSetImportHistoryCommandInput}
@@ -56,6 +73,8 @@ export interface ListDataSetImportHistoryCommandOutput extends ListDataSetImport
56
73
  * @throws {@link ValidationException} (client fault)
57
74
  * <p>One or more parameters provided in the request is not valid.</p>
58
75
  *
76
+ * @throws {@link M2ServiceException}
77
+ * <p>Base exception class for all service exceptions from M2 service.</p>
59
78
  *
60
79
  */
61
80
  export declare class ListDataSetImportHistoryCommand extends $Command<ListDataSetImportHistoryCommandInput, ListDataSetImportHistoryCommandOutput, M2ClientResolvedConfig> {
@@ -36,6 +36,20 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad
36
36
  * };
37
37
  * const command = new ListDataSetsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListDataSetsResponse
40
+ * // dataSets: [ // DataSetsSummaryList // required
41
+ * // { // DataSetSummary
42
+ * // dataSetName: "STRING_VALUE", // required
43
+ * // dataSetOrg: "STRING_VALUE",
44
+ * // format: "STRING_VALUE",
45
+ * // creationTime: new Date("TIMESTAMP"),
46
+ * // lastUpdatedTime: new Date("TIMESTAMP"),
47
+ * // lastReferencedTime: new Date("TIMESTAMP"),
48
+ * // },
49
+ * // ],
50
+ * // nextToken: "STRING_VALUE",
51
+ * // };
52
+ *
39
53
  * ```
40
54
  *
41
55
  * @param ListDataSetsCommandInput - {@link ListDataSetsCommandInput}
@@ -59,6 +73,8 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad
59
73
  * @throws {@link ValidationException} (client fault)
60
74
  * <p>One or more parameters provided in the request is not valid.</p>
61
75
  *
76
+ * @throws {@link M2ServiceException}
77
+ * <p>Base exception class for all service exceptions from M2 service.</p>
62
78
  *
63
79
  */
64
80
  export declare class ListDataSetsCommand extends $Command<ListDataSetsCommandInput, ListDataSetsCommandOutput, M2ClientResolvedConfig> {
@@ -35,6 +35,21 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, _
35
35
  * };
36
36
  * const command = new ListDeploymentsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListDeploymentsResponse
39
+ * // deployments: [ // DeploymentList // required
40
+ * // { // DeploymentSummary
41
+ * // deploymentId: "STRING_VALUE", // required
42
+ * // applicationId: "STRING_VALUE", // required
43
+ * // environmentId: "STRING_VALUE", // required
44
+ * // applicationVersion: Number("int"), // required
45
+ * // status: "STRING_VALUE", // required
46
+ * // creationTime: new Date("TIMESTAMP"), // required
47
+ * // statusReason: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // nextToken: "STRING_VALUE",
51
+ * // };
52
+ *
38
53
  * ```
39
54
  *
40
55
  * @param ListDeploymentsCommandInput - {@link ListDeploymentsCommandInput}
@@ -58,6 +73,8 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, _
58
73
  * @throws {@link ValidationException} (client fault)
59
74
  * <p>One or more parameters provided in the request is not valid.</p>
60
75
  *
76
+ * @throws {@link M2ServiceException}
77
+ * <p>Base exception class for all service exceptions from M2 service.</p>
61
78
  *
62
79
  */
63
80
  export declare class ListDeploymentsCommand extends $Command<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, M2ClientResolvedConfig> {
@@ -33,6 +33,16 @@ export interface ListEngineVersionsCommandOutput extends ListEngineVersionsRespo
33
33
  * };
34
34
  * const command = new ListEngineVersionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListEngineVersionsResponse
37
+ * // engineVersions: [ // EngineVersionsSummaryList // required
38
+ * // { // EngineVersionsSummary
39
+ * // engineType: "STRING_VALUE", // required
40
+ * // engineVersion: "STRING_VALUE", // required
41
+ * // },
42
+ * // ],
43
+ * // nextToken: "STRING_VALUE",
44
+ * // };
45
+ *
36
46
  * ```
37
47
  *
38
48
  * @param ListEngineVersionsCommandInput - {@link ListEngineVersionsCommandInput}
@@ -53,6 +63,8 @@ export interface ListEngineVersionsCommandOutput extends ListEngineVersionsRespo
53
63
  * @throws {@link ValidationException} (client fault)
54
64
  * <p>One or more parameters provided in the request is not valid.</p>
55
65
  *
66
+ * @throws {@link M2ServiceException}
67
+ * <p>Base exception class for all service exceptions from M2 service.</p>
56
68
  *
57
69
  */
58
70
  export declare class ListEngineVersionsCommand extends $Command<ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput, M2ClientResolvedConfig> {
@@ -36,6 +36,22 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse,
36
36
  * };
37
37
  * const command = new ListEnvironmentsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListEnvironmentsResponse
40
+ * // environments: [ // EnvironmentSummaryList // required
41
+ * // { // EnvironmentSummary
42
+ * // name: "STRING_VALUE", // required
43
+ * // environmentArn: "STRING_VALUE", // required
44
+ * // environmentId: "STRING_VALUE", // required
45
+ * // instanceType: "STRING_VALUE", // required
46
+ * // status: "STRING_VALUE", // required
47
+ * // engineType: "STRING_VALUE", // required
48
+ * // engineVersion: "STRING_VALUE", // required
49
+ * // creationTime: new Date("TIMESTAMP"), // required
50
+ * // },
51
+ * // ],
52
+ * // nextToken: "STRING_VALUE",
53
+ * // };
54
+ *
39
55
  * ```
40
56
  *
41
57
  * @param ListEnvironmentsCommandInput - {@link ListEnvironmentsCommandInput}
@@ -56,6 +72,8 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse,
56
72
  * @throws {@link ValidationException} (client fault)
57
73
  * <p>One or more parameters provided in the request is not valid.</p>
58
74
  *
75
+ * @throws {@link M2ServiceException}
76
+ * <p>Base exception class for all service exceptions from M2 service.</p>
59
77
  *
60
78
  */
61
79
  export declare class ListEnvironmentsCommand extends $Command<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, M2ClientResolvedConfig> {
@@ -31,6 +31,12 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // ListTagsForResourceResponse
35
+ * // tags: { // TagMap // required
36
+ * // "<keys>": "STRING_VALUE",
37
+ * // },
38
+ * // };
39
+ *
34
40
  * ```
35
41
  *
36
42
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -54,6 +60,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
54
60
  * @throws {@link ValidationException} (client fault)
55
61
  * <p>One or more parameters provided in the request is not valid.</p>
56
62
  *
63
+ * @throws {@link M2ServiceException}
64
+ * <p>Base exception class for all service exceptions from M2 service.</p>
57
65
  *
58
66
  */
59
67
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, M2ClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface StartApplicationCommandOutput extends StartApplicationResponse,
31
31
  * };
32
32
  * const command = new StartApplicationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param StartApplicationCommandInput - {@link StartApplicationCommandInput}
@@ -57,6 +59,8 @@ export interface StartApplicationCommandOutput extends StartApplicationResponse,
57
59
  * @throws {@link ValidationException} (client fault)
58
60
  * <p>One or more parameters provided in the request is not valid.</p>
59
61
  *
62
+ * @throws {@link M2ServiceException}
63
+ * <p>Base exception class for all service exceptions from M2 service.</p>
60
64
  *
61
65
  */
62
66
  export declare class StartApplicationCommand extends $Command<StartApplicationCommandInput, StartApplicationCommandOutput, M2ClientResolvedConfig> {
@@ -44,6 +44,10 @@ export interface StartBatchJobCommandOutput extends StartBatchJobResponse, __Met
44
44
  * };
45
45
  * const command = new StartBatchJobCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // StartBatchJobResponse
48
+ * // executionId: "STRING_VALUE", // required
49
+ * // };
50
+ *
47
51
  * ```
48
52
  *
49
53
  * @param StartBatchJobCommandInput - {@link StartBatchJobCommandInput}
@@ -70,6 +74,8 @@ export interface StartBatchJobCommandOutput extends StartBatchJobResponse, __Met
70
74
  * @throws {@link ValidationException} (client fault)
71
75
  * <p>One or more parameters provided in the request is not valid.</p>
72
76
  *
77
+ * @throws {@link M2ServiceException}
78
+ * <p>Base exception class for all service exceptions from M2 service.</p>
73
79
  *
74
80
  */
75
81
  export declare class StartBatchJobCommand extends $Command<StartBatchJobCommandInput, StartBatchJobCommandOutput, M2ClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface StopApplicationCommandOutput extends StopApplicationResponse, _
32
32
  * };
33
33
  * const command = new StopApplicationCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param StopApplicationCommandInput - {@link StopApplicationCommandInput}
@@ -58,6 +60,8 @@ export interface StopApplicationCommandOutput extends StopApplicationResponse, _
58
60
  * @throws {@link ValidationException} (client fault)
59
61
  * <p>One or more parameters provided in the request is not valid.</p>
60
62
  *
63
+ * @throws {@link M2ServiceException}
64
+ * <p>Base exception class for all service exceptions from M2 service.</p>
61
65
  *
62
66
  */
63
67
  export declare class StopApplicationCommand extends $Command<StopApplicationCommandInput, StopApplicationCommandOutput, M2ClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
34
34
  * };
35
35
  * const command = new TagResourceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param TagResourceCommandInput - {@link TagResourceCommandInput}
@@ -60,6 +62,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
60
62
  * @throws {@link ValidationException} (client fault)
61
63
  * <p>One or more parameters provided in the request is not valid.</p>
62
64
  *
65
+ * @throws {@link M2ServiceException}
66
+ * <p>Base exception class for all service exceptions from M2 service.</p>
63
67
  *
64
68
  */
65
69
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, M2ClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
34
34
  * };
35
35
  * const command = new UntagResourceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
@@ -57,6 +59,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
57
59
  * @throws {@link ValidationException} (client fault)
58
60
  * <p>One or more parameters provided in the request is not valid.</p>
59
61
  *
62
+ * @throws {@link M2ServiceException}
63
+ * <p>Base exception class for all service exceptions from M2 service.</p>
60
64
  *
61
65
  */
62
66
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, M2ClientResolvedConfig> {
@@ -37,6 +37,10 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
37
37
  * };
38
38
  * const command = new UpdateApplicationCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // UpdateApplicationResponse
41
+ * // applicationVersion: Number("int"), // required
42
+ * // };
43
+ *
40
44
  * ```
41
45
  *
42
46
  * @param UpdateApplicationCommandInput - {@link UpdateApplicationCommandInput}
@@ -63,6 +67,8 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
63
67
  * @throws {@link ValidationException} (client fault)
64
68
  * <p>One or more parameters provided in the request is not valid.</p>
65
69
  *
70
+ * @throws {@link M2ServiceException}
71
+ * <p>Base exception class for all service exceptions from M2 service.</p>
66
72
  *
67
73
  */
68
74
  export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, M2ClientResolvedConfig> {
@@ -36,6 +36,10 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentRespons
36
36
  * };
37
37
  * const command = new UpdateEnvironmentCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // UpdateEnvironmentResponse
40
+ * // environmentId: "STRING_VALUE", // required
41
+ * // };
42
+ *
39
43
  * ```
40
44
  *
41
45
  * @param UpdateEnvironmentCommandInput - {@link UpdateEnvironmentCommandInput}
@@ -65,6 +69,8 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentRespons
65
69
  * @throws {@link ValidationException} (client fault)
66
70
  * <p>One or more parameters provided in the request is not valid.</p>
67
71
  *
72
+ * @throws {@link M2ServiceException}
73
+ * <p>Base exception class for all service exceptions from M2 service.</p>
68
74
  *
69
75
  */
70
76
  export declare class UpdateEnvironmentCommand extends $Command<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, M2ClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-m2",
3
3
  "description": "AWS SDK for JavaScript M2 Client for Node.js, Browser and React Native",
4
- "version": "3.325.0",
4
+ "version": "3.327.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.325.0",
24
+ "@aws-sdk/client-sts": "3.327.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.325.0",
26
+ "@aws-sdk/credential-provider-node": "3.327.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
@@ -32,11 +32,11 @@
32
32
  "@aws-sdk/middleware-host-header": "3.325.0",
33
33
  "@aws-sdk/middleware-logger": "3.325.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.325.0",
35
- "@aws-sdk/middleware-retry": "3.325.0",
35
+ "@aws-sdk/middleware-retry": "3.327.0",
36
36
  "@aws-sdk/middleware-serde": "3.325.0",
37
37
  "@aws-sdk/middleware-signing": "3.325.0",
38
38
  "@aws-sdk/middleware-stack": "3.325.0",
39
- "@aws-sdk/middleware-user-agent": "3.325.0",
39
+ "@aws-sdk/middleware-user-agent": "3.327.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
@@ -48,8 +48,8 @@
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.325.0",
50
50
  "@aws-sdk/util-defaults-mode-node": "3.325.0",
51
- "@aws-sdk/util-endpoints": "3.319.0",
52
- "@aws-sdk/util-retry": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.327.0",
52
+ "@aws-sdk/util-retry": "3.327.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",
54
54
  "@aws-sdk/util-user-agent-node": "3.310.0",
55
55
  "@aws-sdk/util-utf8": "3.310.0",