@aws-sdk/client-emr-serverless 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/EMRServerless.d.ts +2 -1
- package/dist-types/EMRServerlessClient.d.ts +1 -1
- package/dist-types/commands/CancelJobRunCommand.d.ts +2 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
- package/dist-types/commands/GetDashboardForJobRunCommand.d.ts +2 -1
- package/dist-types/commands/GetJobRunCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/ListJobRunsCommand.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/StartJobRunCommand.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/models/models_0.d.ts +217 -217
- package/dist-types/ts3.4/EMRServerless.d.ts +1 -0
- package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDashboardForJobRunCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListJobRunsCommand.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/StartJobRunCommand.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/package.json +40 -40
|
@@ -55,6 +55,7 @@ export interface EMRServerless {
|
|
|
55
55
|
/**
|
|
56
56
|
* @see {@link ListApplicationsCommand}
|
|
57
57
|
*/
|
|
58
|
+
listApplications(): Promise<ListApplicationsCommandOutput>;
|
|
58
59
|
listApplications(args: ListApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationsCommandOutput>;
|
|
59
60
|
listApplications(args: ListApplicationsCommandInput, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
|
|
60
61
|
listApplications(args: ListApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
|
|
@@ -108,7 +109,6 @@ export interface EMRServerless {
|
|
|
108
109
|
updateApplication(args: UpdateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
|
|
109
110
|
}
|
|
110
111
|
/**
|
|
111
|
-
* @public
|
|
112
112
|
* <p>Amazon EMR Serverless is a new deployment option for Amazon EMR. Amazon EMR Serverless provides a serverless runtime environment that simplifies running
|
|
113
113
|
* analytics applications using the latest open source frameworks such as Apache Spark and
|
|
114
114
|
* Apache Hive. With Amazon EMR Serverless, you don’t have to configure, optimize,
|
|
@@ -130,6 +130,7 @@ export interface EMRServerless {
|
|
|
130
130
|
* example, <code>emr-serverless.us-east-2.amazonaws.com</code>.</p>
|
|
131
131
|
* </li>
|
|
132
132
|
* </ul>
|
|
133
|
+
* @public
|
|
133
134
|
*/
|
|
134
135
|
export declare class EMRServerless extends EMRServerlessClient implements EMRServerless {
|
|
135
136
|
}
|
|
@@ -166,7 +166,6 @@ export type EMRServerlessClientResolvedConfigType = __SmithyResolvedConfiguratio
|
|
|
166
166
|
export interface EMRServerlessClientResolvedConfig extends EMRServerlessClientResolvedConfigType {
|
|
167
167
|
}
|
|
168
168
|
/**
|
|
169
|
-
* @public
|
|
170
169
|
* <p>Amazon EMR Serverless is a new deployment option for Amazon EMR. Amazon EMR Serverless provides a serverless runtime environment that simplifies running
|
|
171
170
|
* analytics applications using the latest open source frameworks such as Apache Spark and
|
|
172
171
|
* Apache Hive. With Amazon EMR Serverless, you don’t have to configure, optimize,
|
|
@@ -188,6 +187,7 @@ export interface EMRServerlessClientResolvedConfig extends EMRServerlessClientRe
|
|
|
188
187
|
* example, <code>emr-serverless.us-east-2.amazonaws.com</code>.</p>
|
|
189
188
|
* </li>
|
|
190
189
|
* </ul>
|
|
190
|
+
* @public
|
|
191
191
|
*/
|
|
192
192
|
export declare class EMRServerlessClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EMRServerlessClientResolvedConfig> {
|
|
193
193
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CancelJobRunCommandOutput extends CancelJobRunResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const CancelJobRunCommand_base: {
|
|
24
24
|
new (input: CancelJobRunCommandInput): import("@smithy/smithy-client").CommandImpl<CancelJobRunCommandInput, CancelJobRunCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CancelJobRunCommandInput): import("@smithy/smithy-client").CommandImpl<CancelJobRunCommandInput, CancelJobRunCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Cancels a job run.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -65,6 +65,7 @@ declare const CancelJobRunCommand_base: {
|
|
|
65
65
|
* @throws {@link EMRServerlessServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class CancelJobRunCommand extends CancelJobRunCommand_base {
|
|
70
71
|
}
|
|
@@ -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, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -154,6 +154,7 @@ declare const CreateApplicationCommand_base: {
|
|
|
154
154
|
* @throws {@link EMRServerlessServiceException}
|
|
155
155
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
156
156
|
*
|
|
157
|
+
* @public
|
|
157
158
|
*/
|
|
158
159
|
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
159
160
|
}
|
|
@@ -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, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an application. An application has to be in a stopped or created state in order
|
|
30
30
|
* to be deleted.</p>
|
|
31
31
|
* @example
|
|
@@ -62,6 +62,7 @@ declare const DeleteApplicationCommand_base: {
|
|
|
62
62
|
* @throws {@link EMRServerlessServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
67
68
|
}
|
|
@@ -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, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Displays detailed information about a specified application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -157,6 +157,7 @@ declare const GetApplicationCommand_base: {
|
|
|
157
157
|
* @throws {@link EMRServerlessServiceException}
|
|
158
158
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
159
159
|
*
|
|
160
|
+
* @public
|
|
160
161
|
*/
|
|
161
162
|
export declare class GetApplicationCommand extends GetApplicationCommand_base {
|
|
162
163
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetDashboardForJobRunCommandOutput extends GetDashboardForJobRu
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDashboardForJobRunCommand_base: {
|
|
24
24
|
new (input: GetDashboardForJobRunCommandInput): import("@smithy/smithy-client").CommandImpl<GetDashboardForJobRunCommandInput, GetDashboardForJobRunCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetDashboardForJobRunCommandInput): import("@smithy/smithy-client").CommandImpl<GetDashboardForJobRunCommandInput, GetDashboardForJobRunCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates and returns a URL that you can use to access the application UIs for a job
|
|
30
30
|
* run.</p>
|
|
31
31
|
* <p>For jobs in a running state, the application UI is a live user interface such as the
|
|
@@ -72,6 +72,7 @@ declare const GetDashboardForJobRunCommand_base: {
|
|
|
72
72
|
* @throws {@link EMRServerlessServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class GetDashboardForJobRunCommand extends GetDashboardForJobRunCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetJobRunCommandOutput extends GetJobRunResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetJobRunCommand_base: {
|
|
24
24
|
new (input: GetJobRunCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobRunCommandInput, GetJobRunCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetJobRunCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobRunCommandInput, GetJobRunCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Displays detailed information about a job run.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -153,6 +153,7 @@ declare const GetJobRunCommand_base: {
|
|
|
153
153
|
* @throws {@link EMRServerlessServiceException}
|
|
154
154
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
155
155
|
*
|
|
156
|
+
* @public
|
|
156
157
|
*/
|
|
157
158
|
export declare class GetJobRunCommand extends GetJobRunCommand_base {
|
|
158
159
|
}
|
|
@@ -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, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists applications based on a set of parameters.</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 ListApplicationsCommand_base: {
|
|
|
78
78
|
* @throws {@link EMRServerlessServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListJobRunsCommand_base: {
|
|
24
24
|
new (input: ListJobRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobRunsCommandInput, ListJobRunsCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListJobRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobRunsCommandInput, ListJobRunsCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists job runs based on a set of parameters.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -83,6 +83,7 @@ declare const ListJobRunsCommand_base: {
|
|
|
83
83
|
* @throws {@link EMRServerlessServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListJobRunsCommand extends ListJobRunsCommand_base {
|
|
88
89
|
}
|
|
@@ -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, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the tags assigned to the resources.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -65,6 +65,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link EMRServerlessServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
70
71
|
}
|
|
@@ -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, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<StartApplicationCommandInput, StartApplicationCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts a specified application and initializes initial capacity if configured.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const StartApplicationCommand_base: {
|
|
|
64
64
|
* @throws {@link EMRServerlessServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class StartApplicationCommand extends StartApplicationCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartJobRunCommand_base: {
|
|
24
24
|
new (input: StartJobRunCommandInput): import("@smithy/smithy-client").CommandImpl<StartJobRunCommandInput, StartJobRunCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartJobRunCommandInput): import("@smithy/smithy-client").CommandImpl<StartJobRunCommandInput, StartJobRunCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts a job run.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -130,6 +130,7 @@ declare const StartJobRunCommand_base: {
|
|
|
130
130
|
* @throws {@link EMRServerlessServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
132
132
|
*
|
|
133
|
+
* @public
|
|
133
134
|
*/
|
|
134
135
|
export declare class StartJobRunCommand extends StartJobRunCommand_base {
|
|
135
136
|
}
|
|
@@ -22,10 +22,10 @@ export interface StopApplicationCommandOutput extends StopApplicationResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const StopApplicationCommand_base: {
|
|
24
24
|
new (input: StopApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<StopApplicationCommandInput, StopApplicationCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StopApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<StopApplicationCommandInput, StopApplicationCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Stops a specified application and releases initial capacity if configured. All scheduled
|
|
30
30
|
* and running jobs must be completed or cancelled before stopping an application.</p>
|
|
31
31
|
* @example
|
|
@@ -62,6 +62,7 @@ declare const StopApplicationCommand_base: {
|
|
|
62
62
|
* @throws {@link EMRServerlessServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class StopApplicationCommand extends StopApplicationCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Assigns tags to resources. A tag is a label that you assign to an Amazon Web Services
|
|
30
30
|
* resource. Each tag consists of a key and an optional value, both of which you define. Tags
|
|
31
31
|
* enable you to categorize your Amazon Web Services resources by attributes such as purpose,
|
|
@@ -68,6 +68,7 @@ declare const TagResourceCommand_base: {
|
|
|
68
68
|
* @throws {@link EMRServerlessServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes tags from resources.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const UntagResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link EMRServerlessServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateApplicationCommand_base: {
|
|
24
24
|
new (input: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a specified application. An application has to be in a stopped or created state
|
|
30
30
|
* in order to be updated.</p>
|
|
31
31
|
* @example
|
|
@@ -239,6 +239,7 @@ declare const UpdateApplicationCommand_base: {
|
|
|
239
239
|
* @throws {@link EMRServerlessServiceException}
|
|
240
240
|
* <p>Base exception class for all service exceptions from EMRServerless service.</p>
|
|
241
241
|
*
|
|
242
|
+
* @public
|
|
242
243
|
*/
|
|
243
244
|
export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
|
|
244
245
|
}
|