@aws-sdk/client-m2 3.533.0 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/M2.d.ts +5 -1
- package/dist-types/M2Client.d.ts +1 -1
- package/dist-types/commands/CancelBatchJobExecutionCommand.d.ts +2 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataSetImportTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationFromEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
- package/dist-types/commands/GetApplicationVersionCommand.d.ts +2 -1
- package/dist-types/commands/GetBatchJobExecutionCommand.d.ts +2 -1
- package/dist-types/commands/GetDataSetDetailsCommand.d.ts +2 -1
- package/dist-types/commands/GetDataSetImportTaskCommand.d.ts +2 -1
- package/dist-types/commands/GetDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/GetSignedBluinsightsUrlCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/ListBatchJobDefinitionsCommand.d.ts +2 -1
- package/dist-types/commands/ListBatchJobExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListDataSetImportHistoryCommand.d.ts +2 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -1
- package/dist-types/commands/ListEngineVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartApplicationCommand.d.ts +2 -1
- package/dist-types/commands/StartBatchJobCommand.d.ts +2 -1
- package/dist-types/commands/StopApplicationCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +428 -428
- package/dist-types/ts3.4/M2.d.ts +4 -0
- package/dist-types/ts3.4/commands/CancelBatchJobExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDataSetImportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApplicationFromEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetApplicationVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBatchJobExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataSetDetailsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataSetImportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSignedBluinsightsUrlCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBatchJobDefinitionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBatchJobExecutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDataSetImportHistoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartBatchJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +9 -0
- package/package.json +40 -40
package/dist-types/M2.d.ts
CHANGED
|
@@ -127,12 +127,14 @@ export interface M2 {
|
|
|
127
127
|
/**
|
|
128
128
|
* @see {@link GetSignedBluinsightsUrlCommand}
|
|
129
129
|
*/
|
|
130
|
+
getSignedBluinsightsUrl(): Promise<GetSignedBluinsightsUrlCommandOutput>;
|
|
130
131
|
getSignedBluinsightsUrl(args: GetSignedBluinsightsUrlCommandInput, options?: __HttpHandlerOptions): Promise<GetSignedBluinsightsUrlCommandOutput>;
|
|
131
132
|
getSignedBluinsightsUrl(args: GetSignedBluinsightsUrlCommandInput, cb: (err: any, data?: GetSignedBluinsightsUrlCommandOutput) => void): void;
|
|
132
133
|
getSignedBluinsightsUrl(args: GetSignedBluinsightsUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSignedBluinsightsUrlCommandOutput) => void): void;
|
|
133
134
|
/**
|
|
134
135
|
* @see {@link ListApplicationsCommand}
|
|
135
136
|
*/
|
|
137
|
+
listApplications(): Promise<ListApplicationsCommandOutput>;
|
|
136
138
|
listApplications(args: ListApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationsCommandOutput>;
|
|
137
139
|
listApplications(args: ListApplicationsCommandInput, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
|
|
138
140
|
listApplications(args: ListApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
|
|
@@ -175,12 +177,14 @@ export interface M2 {
|
|
|
175
177
|
/**
|
|
176
178
|
* @see {@link ListEngineVersionsCommand}
|
|
177
179
|
*/
|
|
180
|
+
listEngineVersions(): Promise<ListEngineVersionsCommandOutput>;
|
|
178
181
|
listEngineVersions(args: ListEngineVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListEngineVersionsCommandOutput>;
|
|
179
182
|
listEngineVersions(args: ListEngineVersionsCommandInput, cb: (err: any, data?: ListEngineVersionsCommandOutput) => void): void;
|
|
180
183
|
listEngineVersions(args: ListEngineVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEngineVersionsCommandOutput) => void): void;
|
|
181
184
|
/**
|
|
182
185
|
* @see {@link ListEnvironmentsCommand}
|
|
183
186
|
*/
|
|
187
|
+
listEnvironments(): Promise<ListEnvironmentsCommandOutput>;
|
|
184
188
|
listEnvironments(args: ListEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListEnvironmentsCommandOutput>;
|
|
185
189
|
listEnvironments(args: ListEnvironmentsCommandInput, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
|
|
186
190
|
listEnvironments(args: ListEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
|
|
@@ -234,12 +238,12 @@ export interface M2 {
|
|
|
234
238
|
updateEnvironment(args: UpdateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
|
|
235
239
|
}
|
|
236
240
|
/**
|
|
237
|
-
* @public
|
|
238
241
|
* <p>Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and
|
|
239
242
|
* modernization from mainframes to Amazon Web Services managed runtime environments. It provides tools for
|
|
240
243
|
* analyzing existing mainframe applications, developing or updating mainframe applications
|
|
241
244
|
* using COBOL or PL/I, and implementing an automated pipeline for continuous integration and
|
|
242
245
|
* continuous delivery (CI/CD) of the applications.</p>
|
|
246
|
+
* @public
|
|
243
247
|
*/
|
|
244
248
|
export declare class M2 extends M2Client implements M2 {
|
|
245
249
|
}
|
package/dist-types/M2Client.d.ts
CHANGED
|
@@ -184,12 +184,12 @@ export type M2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHan
|
|
|
184
184
|
export interface M2ClientResolvedConfig extends M2ClientResolvedConfigType {
|
|
185
185
|
}
|
|
186
186
|
/**
|
|
187
|
-
* @public
|
|
188
187
|
* <p>Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and
|
|
189
188
|
* modernization from mainframes to Amazon Web Services managed runtime environments. It provides tools for
|
|
190
189
|
* analyzing existing mainframe applications, developing or updating mainframe applications
|
|
191
190
|
* using COBOL or PL/I, and implementing an automated pipeline for continuous integration and
|
|
192
191
|
* continuous delivery (CI/CD) of the applications.</p>
|
|
192
|
+
* @public
|
|
193
193
|
*/
|
|
194
194
|
export declare class M2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, M2ClientResolvedConfig> {
|
|
195
195
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CancelBatchJobExecutionCommandOutput extends CancelBatchJobExec
|
|
|
22
22
|
}
|
|
23
23
|
declare const CancelBatchJobExecutionCommand_base: {
|
|
24
24
|
new (input: CancelBatchJobExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<CancelBatchJobExecutionCommandInput, CancelBatchJobExecutionCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CancelBatchJobExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<CancelBatchJobExecutionCommandInput, CancelBatchJobExecutionCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Cancels the running of a specific batch job execution.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const CancelBatchJobExecutionCommand_base: {
|
|
|
70
70
|
* @throws {@link M2ServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class CancelBatchJobExecutionCommand extends CancelBatchJobExecutionCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateApplicationCommand_base: {
|
|
24
24
|
new (input: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new application with given parameters. Requires an existing runtime
|
|
30
30
|
* environment and application definition file.</p>
|
|
31
31
|
* @example
|
|
@@ -86,6 +86,7 @@ declare const CreateApplicationCommand_base: {
|
|
|
86
86
|
* @throws {@link M2ServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateDataSetImportTaskCommandOutput extends CreateDataSetImpor
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDataSetImportTaskCommand_base: {
|
|
24
24
|
new (input: CreateDataSetImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataSetImportTaskCommandInput, CreateDataSetImportTaskCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDataSetImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataSetImportTaskCommandInput, CreateDataSetImportTaskCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts a data set import task for a specific application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -129,6 +129,7 @@ declare const CreateDataSetImportTaskCommand_base: {
|
|
|
129
129
|
* @throws {@link M2ServiceException}
|
|
130
130
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
131
131
|
*
|
|
132
|
+
* @public
|
|
132
133
|
*/
|
|
133
134
|
export declare class CreateDataSetImportTaskCommand extends CreateDataSetImportTaskCommand_base {
|
|
134
135
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDeploymentCommand_base: {
|
|
24
24
|
new (input: CreateDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates and starts a deployment to deploy an application into a runtime
|
|
30
30
|
* environment.</p>
|
|
31
31
|
* @example
|
|
@@ -78,6 +78,7 @@ declare const CreateDeploymentCommand_base: {
|
|
|
78
78
|
* @throws {@link M2ServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateEnvironmentCommand_base: {
|
|
24
24
|
new (input: CreateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a runtime environment for a given runtime engine.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -103,6 +103,7 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
103
103
|
* @throws {@link M2ServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
|
|
108
109
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteApplicationCommand_base: {
|
|
24
24
|
new (input: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a specific application. You cannot delete a running application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeleteApplicationCommand_base: {
|
|
|
66
66
|
* @throws {@link M2ServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteApplicationFromEnvironmentCommandOutput extends DeleteApp
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteApplicationFromEnvironmentCommand_base: {
|
|
24
24
|
new (input: DeleteApplicationFromEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationFromEnvironmentCommandInput, DeleteApplicationFromEnvironmentCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteApplicationFromEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationFromEnvironmentCommandInput, DeleteApplicationFromEnvironmentCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a specific application from the specific runtime environment where it was
|
|
30
30
|
* previously deployed. You cannot delete a runtime environment using DeleteEnvironment if any
|
|
31
31
|
* application has ever been deployed to it. This API removes the association of the
|
|
@@ -73,6 +73,7 @@ declare const DeleteApplicationFromEnvironmentCommand_base: {
|
|
|
73
73
|
* @throws {@link M2ServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DeleteApplicationFromEnvironmentCommand extends DeleteApplicationFromEnvironmentCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteEnvironmentCommand_base: {
|
|
24
24
|
new (input: DeleteEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a specific runtime environment. The environment cannot contain deployed
|
|
30
30
|
* applications. If it does, you must delete those applications before you delete the
|
|
31
31
|
* environment.</p>
|
|
@@ -68,6 +68,7 @@ declare const DeleteEnvironmentCommand_base: {
|
|
|
68
68
|
* @throws {@link M2ServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetApplicationCommandOutput extends GetApplicationResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetApplicationCommand_base: {
|
|
24
24
|
new (input: GetApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the details of a specific application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -109,6 +109,7 @@ declare const GetApplicationCommand_base: {
|
|
|
109
109
|
* @throws {@link M2ServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
111
111
|
*
|
|
112
|
+
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class GetApplicationCommand extends GetApplicationCommand_base {
|
|
114
115
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetApplicationVersionCommandOutput extends GetApplicationVersio
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetApplicationVersionCommand_base: {
|
|
24
24
|
new (input: GetApplicationVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationVersionCommandInput, GetApplicationVersionCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetApplicationVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationVersionCommandInput, GetApplicationVersionCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns details about a specific version of a specific application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const GetApplicationVersionCommand_base: {
|
|
|
75
75
|
* @throws {@link M2ServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetApplicationVersionCommand extends GetApplicationVersionCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetBatchJobExecutionCommandOutput extends GetBatchJobExecutionR
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetBatchJobExecutionCommand_base: {
|
|
24
24
|
new (input: GetBatchJobExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<GetBatchJobExecutionCommandInput, GetBatchJobExecutionCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetBatchJobExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<GetBatchJobExecutionCommandInput, GetBatchJobExecutionCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the details of a specific batch job execution for a specific application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -96,6 +96,7 @@ declare const GetBatchJobExecutionCommand_base: {
|
|
|
96
96
|
* @throws {@link M2ServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class GetBatchJobExecutionCommand extends GetBatchJobExecutionCommand_base {
|
|
101
102
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetDataSetDetailsCommandOutput extends GetDataSetDetailsRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDataSetDetailsCommand_base: {
|
|
24
24
|
new (input: GetDataSetDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSetDetailsCommandInput, GetDataSetDetailsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetDataSetDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSetDetailsCommandInput, GetDataSetDetailsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the details of a specific data set.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -118,6 +118,7 @@ declare const GetDataSetDetailsCommand_base: {
|
|
|
118
118
|
* @throws {@link M2ServiceException}
|
|
119
119
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
120
120
|
*
|
|
121
|
+
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class GetDataSetDetailsCommand extends GetDataSetDetailsCommand_base {
|
|
123
124
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetDataSetImportTaskCommandOutput extends GetDataSetImportTaskR
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDataSetImportTaskCommand_base: {
|
|
24
24
|
new (input: GetDataSetImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSetImportTaskCommandInput, GetDataSetImportTaskCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetDataSetImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSetImportTaskCommandInput, GetDataSetImportTaskCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the status of a data set import task initiated with the <a>CreateDataSetImportTask</a> operation.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const GetDataSetImportTaskCommand_base: {
|
|
|
77
77
|
* @throws {@link M2ServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetDataSetImportTaskCommand extends GetDataSetImportTaskCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDeploymentCommand_base: {
|
|
24
24
|
new (input: GetDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets details of a specific deployment with a given deployment identifier.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const GetDeploymentCommand_base: {
|
|
|
75
75
|
* @throws {@link M2ServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetDeploymentCommand extends GetDeploymentCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetEnvironmentCommand_base: {
|
|
24
24
|
new (input: GetEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes a specific runtime environment.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -114,6 +114,7 @@ declare const GetEnvironmentCommand_base: {
|
|
|
114
114
|
* @throws {@link M2ServiceException}
|
|
115
115
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
116
116
|
*
|
|
117
|
+
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {
|
|
119
120
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSignedBluinsightsUrlCommandOutput extends GetSignedBluinsigh
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSignedBluinsightsUrlCommand_base: {
|
|
24
24
|
new (input: GetSignedBluinsightsUrlCommandInput): import("@smithy/smithy-client").CommandImpl<GetSignedBluinsightsUrlCommandInput, GetSignedBluinsightsUrlCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetSignedBluinsightsUrlCommandInput]): import("@smithy/smithy-client").CommandImpl<GetSignedBluinsightsUrlCommandInput, GetSignedBluinsightsUrlCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets a single sign-on URL that can be used to connect to AWS Blu Insights.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -60,6 +60,7 @@ declare const GetSignedBluinsightsUrlCommand_base: {
|
|
|
60
60
|
* @throws {@link M2ServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
62
62
|
*
|
|
63
|
+
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class GetSignedBluinsightsUrlCommand extends GetSignedBluinsightsUrlCommand_base {
|
|
65
66
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListApplicationVersionsCommandOutput extends ListApplicationVer
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListApplicationVersionsCommand_base: {
|
|
24
24
|
new (input: ListApplicationVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListApplicationVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of the application versions for a specific application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const ListApplicationVersionsCommand_base: {
|
|
|
78
78
|
* @throws {@link M2ServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListApplicationVersionsCommand extends ListApplicationVersionsCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListApplicationsCommand_base: {
|
|
24
24
|
new (input: ListApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the applications associated with a specific Amazon Web Services account. You can provide the
|
|
30
30
|
* unique identifier of a specific runtime environment in a query parameter to see all
|
|
31
31
|
* applications associated with that environment.</p>
|
|
@@ -89,6 +89,7 @@ declare const ListApplicationsCommand_base: {
|
|
|
89
89
|
* @throws {@link M2ServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListBatchJobDefinitionsCommandOutput extends ListBatchJobDefini
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListBatchJobDefinitionsCommand_base: {
|
|
24
24
|
new (input: ListBatchJobDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBatchJobDefinitionsCommandInput, ListBatchJobDefinitionsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListBatchJobDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBatchJobDefinitionsCommandInput, ListBatchJobDefinitionsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all the available batch job definitions based on the batch job resources uploaded
|
|
30
30
|
* during the application creation. You can use the batch job definitions in the list to start
|
|
31
31
|
* a batch job.</p>
|
|
@@ -84,6 +84,7 @@ declare const ListBatchJobDefinitionsCommand_base: {
|
|
|
84
84
|
* @throws {@link M2ServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListBatchJobDefinitionsCommand extends ListBatchJobDefinitionsCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListBatchJobExecutionsCommandOutput extends ListBatchJobExecuti
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListBatchJobExecutionsCommand_base: {
|
|
24
24
|
new (input: ListBatchJobExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBatchJobExecutionsCommandInput, ListBatchJobExecutionsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListBatchJobExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBatchJobExecutionsCommandInput, ListBatchJobExecutionsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists historical, current, and scheduled batch job executions for a specific
|
|
30
30
|
* application.</p>
|
|
31
31
|
* @example
|
|
@@ -108,6 +108,7 @@ declare const ListBatchJobExecutionsCommand_base: {
|
|
|
108
108
|
* @throws {@link M2ServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
110
110
|
*
|
|
111
|
+
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class ListBatchJobExecutionsCommand extends ListBatchJobExecutionsCommand_base {
|
|
113
114
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDataSetImportHistoryCommandOutput extends ListDataSetImport
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDataSetImportHistoryCommand_base: {
|
|
24
24
|
new (input: ListDataSetImportHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSetImportHistoryCommandInput, ListDataSetImportHistoryCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListDataSetImportHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSetImportHistoryCommandInput, ListDataSetImportHistoryCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the data set imports for the specified application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const ListDataSetImportHistoryCommand_base: {
|
|
|
84
84
|
* @throws {@link M2ServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListDataSetImportHistoryCommand extends ListDataSetImportHistoryCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDataSetsCommand_base: {
|
|
24
24
|
new (input: ListDataSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSetsCommandInput, ListDataSetsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListDataSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSetsCommandInput, ListDataSetsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the data sets imported for a specific application. In Amazon Web Services Mainframe Modernization, data sets are
|
|
30
30
|
* associated with applications deployed on runtime environments. This is known as importing
|
|
31
31
|
* data 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>
|
|
@@ -93,6 +93,7 @@ declare const ListDataSetsCommand_base: {
|
|
|
93
93
|
* @throws {@link M2ServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ListDataSetsCommand extends ListDataSetsCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDeploymentsCommand_base: {
|
|
24
24
|
new (input: ListDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of all deployments of a specific application. A deployment is a
|
|
30
30
|
* combination of a specific application and a specific version of that application. Each
|
|
31
31
|
* deployment is mapped to a particular application version.</p>
|
|
@@ -83,6 +83,7 @@ declare const ListDeploymentsCommand_base: {
|
|
|
83
83
|
* @throws {@link M2ServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListDeploymentsCommand extends ListDeploymentsCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListEngineVersionsCommandOutput extends ListEngineVersionsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListEngineVersionsCommand_base: {
|
|
24
24
|
new (input: ListEngineVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListEngineVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the available engine versions.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const ListEngineVersionsCommand_base: {
|
|
|
73
73
|
* @throws {@link M2ServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListEngineVersionsCommand extends ListEngineVersionsCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListEnvironmentsCommand_base: {
|
|
24
24
|
new (input: ListEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListEnvironmentsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the runtime environments.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -82,6 +82,7 @@ declare const ListEnvironmentsCommand_base: {
|
|
|
82
82
|
* @throws {@link M2ServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the tags for the specified resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
70
70
|
* @throws {@link M2ServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartApplicationCommandOutput extends StartApplicationResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartApplicationCommand_base: {
|
|
24
24
|
new (input: StartApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<StartApplicationCommandInput, StartApplicationCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<StartApplicationCommandInput, StartApplicationCommandOutput, M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts an application that is currently stopped.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const StartApplicationCommand_base: {
|
|
|
69
69
|
* @throws {@link M2ServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from M2 service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class StartApplicationCommand extends StartApplicationCommand_base {
|
|
74
75
|
}
|