@aws-sdk/client-emr-serverless 3.170.0 → 3.171.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/EMRServerless.d.ts +0 -14
- package/dist-types/ts3.4/EMRServerlessClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/EMRServerlessServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -185
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-emr-serverless
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-emr-serverless
|
|
@@ -56,7 +56,6 @@ import {
|
|
|
56
56
|
UpdateApplicationCommandOutput,
|
|
57
57
|
} from "./commands/UpdateApplicationCommand";
|
|
58
58
|
import { EMRServerlessClient } from "./EMRServerlessClient";
|
|
59
|
-
|
|
60
59
|
export declare class EMRServerless extends EMRServerlessClient {
|
|
61
60
|
cancelJobRun(
|
|
62
61
|
args: CancelJobRunCommandInput,
|
|
@@ -71,7 +70,6 @@ export declare class EMRServerless extends EMRServerlessClient {
|
|
|
71
70
|
options: __HttpHandlerOptions,
|
|
72
71
|
cb: (err: any, data?: CancelJobRunCommandOutput) => void
|
|
73
72
|
): void;
|
|
74
|
-
|
|
75
73
|
createApplication(
|
|
76
74
|
args: CreateApplicationCommandInput,
|
|
77
75
|
options?: __HttpHandlerOptions
|
|
@@ -85,7 +83,6 @@ export declare class EMRServerless extends EMRServerlessClient {
|
|
|
85
83
|
options: __HttpHandlerOptions,
|
|
86
84
|
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
87
85
|
): void;
|
|
88
|
-
|
|
89
86
|
deleteApplication(
|
|
90
87
|
args: DeleteApplicationCommandInput,
|
|
91
88
|
options?: __HttpHandlerOptions
|
|
@@ -99,7 +96,6 @@ export declare class EMRServerless extends EMRServerlessClient {
|
|
|
99
96
|
options: __HttpHandlerOptions,
|
|
100
97
|
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
101
98
|
): void;
|
|
102
|
-
|
|
103
99
|
getApplication(
|
|
104
100
|
args: GetApplicationCommandInput,
|
|
105
101
|
options?: __HttpHandlerOptions
|
|
@@ -113,7 +109,6 @@ export declare class EMRServerless extends EMRServerlessClient {
|
|
|
113
109
|
options: __HttpHandlerOptions,
|
|
114
110
|
cb: (err: any, data?: GetApplicationCommandOutput) => void
|
|
115
111
|
): void;
|
|
116
|
-
|
|
117
112
|
getJobRun(
|
|
118
113
|
args: GetJobRunCommandInput,
|
|
119
114
|
options?: __HttpHandlerOptions
|
|
@@ -127,7 +122,6 @@ export declare class EMRServerless extends EMRServerlessClient {
|
|
|
127
122
|
options: __HttpHandlerOptions,
|
|
128
123
|
cb: (err: any, data?: GetJobRunCommandOutput) => void
|
|
129
124
|
): void;
|
|
130
|
-
|
|
131
125
|
listApplications(
|
|
132
126
|
args: ListApplicationsCommandInput,
|
|
133
127
|
options?: __HttpHandlerOptions
|
|
@@ -141,7 +135,6 @@ export declare class EMRServerless extends EMRServerlessClient {
|
|
|
141
135
|
options: __HttpHandlerOptions,
|
|
142
136
|
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
143
137
|
): void;
|
|
144
|
-
|
|
145
138
|
listJobRuns(
|
|
146
139
|
args: ListJobRunsCommandInput,
|
|
147
140
|
options?: __HttpHandlerOptions
|
|
@@ -155,7 +148,6 @@ export declare class EMRServerless extends EMRServerlessClient {
|
|
|
155
148
|
options: __HttpHandlerOptions,
|
|
156
149
|
cb: (err: any, data?: ListJobRunsCommandOutput) => void
|
|
157
150
|
): void;
|
|
158
|
-
|
|
159
151
|
listTagsForResource(
|
|
160
152
|
args: ListTagsForResourceCommandInput,
|
|
161
153
|
options?: __HttpHandlerOptions
|
|
@@ -169,7 +161,6 @@ export declare class EMRServerless extends EMRServerlessClient {
|
|
|
169
161
|
options: __HttpHandlerOptions,
|
|
170
162
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
171
163
|
): void;
|
|
172
|
-
|
|
173
164
|
startApplication(
|
|
174
165
|
args: StartApplicationCommandInput,
|
|
175
166
|
options?: __HttpHandlerOptions
|
|
@@ -183,7 +174,6 @@ export declare class EMRServerless extends EMRServerlessClient {
|
|
|
183
174
|
options: __HttpHandlerOptions,
|
|
184
175
|
cb: (err: any, data?: StartApplicationCommandOutput) => void
|
|
185
176
|
): void;
|
|
186
|
-
|
|
187
177
|
startJobRun(
|
|
188
178
|
args: StartJobRunCommandInput,
|
|
189
179
|
options?: __HttpHandlerOptions
|
|
@@ -197,7 +187,6 @@ export declare class EMRServerless extends EMRServerlessClient {
|
|
|
197
187
|
options: __HttpHandlerOptions,
|
|
198
188
|
cb: (err: any, data?: StartJobRunCommandOutput) => void
|
|
199
189
|
): void;
|
|
200
|
-
|
|
201
190
|
stopApplication(
|
|
202
191
|
args: StopApplicationCommandInput,
|
|
203
192
|
options?: __HttpHandlerOptions
|
|
@@ -211,7 +200,6 @@ export declare class EMRServerless extends EMRServerlessClient {
|
|
|
211
200
|
options: __HttpHandlerOptions,
|
|
212
201
|
cb: (err: any, data?: StopApplicationCommandOutput) => void
|
|
213
202
|
): void;
|
|
214
|
-
|
|
215
203
|
tagResource(
|
|
216
204
|
args: TagResourceCommandInput,
|
|
217
205
|
options?: __HttpHandlerOptions
|
|
@@ -225,7 +213,6 @@ export declare class EMRServerless extends EMRServerlessClient {
|
|
|
225
213
|
options: __HttpHandlerOptions,
|
|
226
214
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
227
215
|
): void;
|
|
228
|
-
|
|
229
216
|
untagResource(
|
|
230
217
|
args: UntagResourceCommandInput,
|
|
231
218
|
options?: __HttpHandlerOptions
|
|
@@ -239,7 +226,6 @@ export declare class EMRServerless extends EMRServerlessClient {
|
|
|
239
226
|
options: __HttpHandlerOptions,
|
|
240
227
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
241
228
|
): void;
|
|
242
|
-
|
|
243
229
|
updateApplication(
|
|
244
230
|
args: UpdateApplicationCommandInput,
|
|
245
231
|
options?: __HttpHandlerOptions
|
|
@@ -131,47 +131,26 @@ export declare type ServiceOutputTypes =
|
|
|
131
131
|
export interface ClientDefaults
|
|
132
132
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
133
133
|
requestHandler?: __HttpHandler;
|
|
134
|
-
|
|
135
134
|
sha256?: __HashConstructor;
|
|
136
|
-
|
|
137
135
|
urlParser?: __UrlParser;
|
|
138
|
-
|
|
139
136
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
140
|
-
|
|
141
137
|
streamCollector?: __StreamCollector;
|
|
142
|
-
|
|
143
138
|
base64Decoder?: __Decoder;
|
|
144
|
-
|
|
145
139
|
base64Encoder?: __Encoder;
|
|
146
|
-
|
|
147
140
|
utf8Decoder?: __Decoder;
|
|
148
|
-
|
|
149
141
|
utf8Encoder?: __Encoder;
|
|
150
|
-
|
|
151
142
|
runtime?: string;
|
|
152
|
-
|
|
153
143
|
disableHostPrefix?: boolean;
|
|
154
|
-
|
|
155
144
|
maxAttempts?: number | __Provider<number>;
|
|
156
|
-
|
|
157
145
|
retryMode?: string | __Provider<string>;
|
|
158
|
-
|
|
159
146
|
logger?: __Logger;
|
|
160
|
-
|
|
161
147
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
162
|
-
|
|
163
148
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
164
|
-
|
|
165
149
|
serviceId?: string;
|
|
166
|
-
|
|
167
150
|
region?: string | __Provider<string>;
|
|
168
|
-
|
|
169
151
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
170
|
-
|
|
171
152
|
regionInfoProvider?: RegionInfoProvider;
|
|
172
|
-
|
|
173
153
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
174
|
-
|
|
175
154
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
176
155
|
}
|
|
177
156
|
declare type EMRServerlessClientConfigType = Partial<
|
|
@@ -184,7 +163,6 @@ declare type EMRServerlessClientConfigType = Partial<
|
|
|
184
163
|
HostHeaderInputConfig &
|
|
185
164
|
AwsAuthInputConfig &
|
|
186
165
|
UserAgentInputConfig;
|
|
187
|
-
|
|
188
166
|
export interface EMRServerlessClientConfig
|
|
189
167
|
extends EMRServerlessClientConfigType {}
|
|
190
168
|
declare type EMRServerlessClientResolvedConfigType =
|
|
@@ -196,10 +174,8 @@ declare type EMRServerlessClientResolvedConfigType =
|
|
|
196
174
|
HostHeaderResolvedConfig &
|
|
197
175
|
AwsAuthResolvedConfig &
|
|
198
176
|
UserAgentResolvedConfig;
|
|
199
|
-
|
|
200
177
|
export interface EMRServerlessClientResolvedConfig
|
|
201
178
|
extends EMRServerlessClientResolvedConfigType {}
|
|
202
|
-
|
|
203
179
|
export declare class EMRServerlessClient extends __Client<
|
|
204
180
|
__HttpHandlerOptions,
|
|
205
181
|
ServiceInputTypes,
|
|
@@ -208,7 +184,6 @@ export declare class EMRServerlessClient extends __Client<
|
|
|
208
184
|
> {
|
|
209
185
|
readonly config: EMRServerlessClientResolvedConfig;
|
|
210
186
|
constructor(configuration: EMRServerlessClientConfig);
|
|
211
|
-
|
|
212
187
|
destroy(): void;
|
|
213
188
|
}
|
|
214
189
|
export {};
|
|
@@ -15,7 +15,6 @@ export interface CancelJobRunCommandInput extends CancelJobRunRequest {}
|
|
|
15
15
|
export interface CancelJobRunCommandOutput
|
|
16
16
|
extends CancelJobRunResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CancelJobRunCommand extends $Command<
|
|
20
19
|
CancelJobRunCommandInput,
|
|
21
20
|
CancelJobRunCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CancelJobRunCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CancelJobRunCommandInput;
|
|
25
24
|
constructor(input: CancelJobRunCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: EMRServerlessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateApplicationCommandInput
|
|
|
19
19
|
export interface CreateApplicationCommandOutput
|
|
20
20
|
extends CreateApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateApplicationCommand extends $Command<
|
|
24
23
|
CreateApplicationCommandInput,
|
|
25
24
|
CreateApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateApplicationCommandInput;
|
|
29
28
|
constructor(input: CreateApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EMRServerlessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteApplicationCommandInput
|
|
|
19
19
|
export interface DeleteApplicationCommandOutput
|
|
20
20
|
extends DeleteApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteApplicationCommand extends $Command<
|
|
24
23
|
DeleteApplicationCommandInput,
|
|
25
24
|
DeleteApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteApplicationCommandInput;
|
|
29
28
|
constructor(input: DeleteApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EMRServerlessClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetApplicationCommandInput extends GetApplicationRequest {}
|
|
|
18
18
|
export interface GetApplicationCommandOutput
|
|
19
19
|
extends GetApplicationResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetApplicationCommand extends $Command<
|
|
23
22
|
GetApplicationCommandInput,
|
|
24
23
|
GetApplicationCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetApplicationCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetApplicationCommandInput;
|
|
28
27
|
constructor(input: GetApplicationCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: EMRServerlessClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetJobRunCommandInput extends GetJobRunRequest {}
|
|
|
15
15
|
export interface GetJobRunCommandOutput
|
|
16
16
|
extends GetJobRunResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetJobRunCommand extends $Command<
|
|
20
19
|
GetJobRunCommandInput,
|
|
21
20
|
GetJobRunCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetJobRunCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetJobRunCommandInput;
|
|
25
24
|
constructor(input: GetJobRunCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: EMRServerlessClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
|
18
18
|
export interface ListApplicationsCommandOutput
|
|
19
19
|
extends ListApplicationsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListApplicationsCommand extends $Command<
|
|
23
22
|
ListApplicationsCommandInput,
|
|
24
23
|
ListApplicationsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListApplicationsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListApplicationsCommandInput;
|
|
28
27
|
constructor(input: ListApplicationsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: EMRServerlessClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListJobRunsCommandInput extends ListJobRunsRequest {}
|
|
|
15
15
|
export interface ListJobRunsCommandOutput
|
|
16
16
|
extends ListJobRunsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListJobRunsCommand extends $Command<
|
|
20
19
|
ListJobRunsCommandInput,
|
|
21
20
|
ListJobRunsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListJobRunsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListJobRunsCommandInput;
|
|
25
24
|
constructor(input: ListJobRunsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: EMRServerlessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EMRServerlessClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface StartApplicationCommandInput extends StartApplicationRequest {}
|
|
|
18
18
|
export interface StartApplicationCommandOutput
|
|
19
19
|
extends StartApplicationResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StartApplicationCommand extends $Command<
|
|
23
22
|
StartApplicationCommandInput,
|
|
24
23
|
StartApplicationCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StartApplicationCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StartApplicationCommandInput;
|
|
28
27
|
constructor(input: StartApplicationCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: EMRServerlessClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface StartJobRunCommandInput extends StartJobRunRequest {}
|
|
|
15
15
|
export interface StartJobRunCommandOutput
|
|
16
16
|
extends StartJobRunResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class StartJobRunCommand extends $Command<
|
|
20
19
|
StartJobRunCommandInput,
|
|
21
20
|
StartJobRunCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class StartJobRunCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: StartJobRunCommandInput;
|
|
25
24
|
constructor(input: StartJobRunCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: EMRServerlessClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface StopApplicationCommandInput extends StopApplicationRequest {}
|
|
|
18
18
|
export interface StopApplicationCommandOutput
|
|
19
19
|
extends StopApplicationResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StopApplicationCommand extends $Command<
|
|
23
22
|
StopApplicationCommandInput,
|
|
24
23
|
StopApplicationCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StopApplicationCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StopApplicationCommandInput;
|
|
28
27
|
constructor(input: StopApplicationCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: EMRServerlessClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: EMRServerlessClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: EMRServerlessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateApplicationCommandInput
|
|
|
19
19
|
export interface UpdateApplicationCommandOutput
|
|
20
20
|
extends UpdateApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateApplicationCommand extends $Command<
|
|
24
23
|
UpdateApplicationCommandInput,
|
|
25
24
|
UpdateApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateApplicationCommandInput;
|
|
29
28
|
constructor(input: UpdateApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EMRServerlessClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class EMRServerlessServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -1,41 +1,28 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { EMRServerlessServiceException as __BaseException } from "./EMRServerlessServiceException";
|
|
3
|
-
|
|
4
3
|
export interface AutoStartConfig {
|
|
5
4
|
enabled?: boolean;
|
|
6
5
|
}
|
|
7
|
-
|
|
8
6
|
export interface AutoStopConfig {
|
|
9
7
|
enabled?: boolean;
|
|
10
|
-
|
|
11
8
|
idleTimeoutMinutes?: number;
|
|
12
9
|
}
|
|
13
|
-
|
|
14
10
|
export interface WorkerResourceConfig {
|
|
15
11
|
cpu: string | undefined;
|
|
16
|
-
|
|
17
12
|
memory: string | undefined;
|
|
18
|
-
|
|
19
13
|
disk?: string;
|
|
20
14
|
}
|
|
21
|
-
|
|
22
15
|
export interface InitialCapacityConfig {
|
|
23
16
|
workerCount: number | undefined;
|
|
24
|
-
|
|
25
17
|
workerConfiguration?: WorkerResourceConfig;
|
|
26
18
|
}
|
|
27
|
-
|
|
28
19
|
export interface MaximumAllowedResources {
|
|
29
20
|
cpu: string | undefined;
|
|
30
|
-
|
|
31
21
|
memory: string | undefined;
|
|
32
|
-
|
|
33
22
|
disk?: string;
|
|
34
23
|
}
|
|
35
|
-
|
|
36
24
|
export interface NetworkConfiguration {
|
|
37
25
|
subnetIds?: string[];
|
|
38
|
-
|
|
39
26
|
securityGroupIds?: string[];
|
|
40
27
|
}
|
|
41
28
|
export declare enum ApplicationState {
|
|
@@ -47,107 +34,66 @@ export declare enum ApplicationState {
|
|
|
47
34
|
STOPPING = "STOPPING",
|
|
48
35
|
TERMINATED = "TERMINATED",
|
|
49
36
|
}
|
|
50
|
-
|
|
51
37
|
export interface Application {
|
|
52
38
|
applicationId: string | undefined;
|
|
53
|
-
|
|
54
39
|
name?: string;
|
|
55
|
-
|
|
56
40
|
arn: string | undefined;
|
|
57
|
-
|
|
58
41
|
releaseLabel: string | undefined;
|
|
59
|
-
|
|
60
42
|
type: string | undefined;
|
|
61
|
-
|
|
62
43
|
state: ApplicationState | string | undefined;
|
|
63
|
-
|
|
64
44
|
stateDetails?: string;
|
|
65
|
-
|
|
66
45
|
initialCapacity?: Record<string, InitialCapacityConfig>;
|
|
67
|
-
|
|
68
46
|
maximumCapacity?: MaximumAllowedResources;
|
|
69
|
-
|
|
70
47
|
createdAt: Date | undefined;
|
|
71
|
-
|
|
72
48
|
updatedAt: Date | undefined;
|
|
73
|
-
|
|
74
49
|
tags?: Record<string, string>;
|
|
75
|
-
|
|
76
50
|
autoStartConfiguration?: AutoStartConfig;
|
|
77
|
-
|
|
78
51
|
autoStopConfiguration?: AutoStopConfig;
|
|
79
|
-
|
|
80
52
|
networkConfiguration?: NetworkConfiguration;
|
|
81
53
|
}
|
|
82
|
-
|
|
83
54
|
export interface ApplicationSummary {
|
|
84
55
|
id: string | undefined;
|
|
85
|
-
|
|
86
56
|
name?: string;
|
|
87
|
-
|
|
88
57
|
arn: string | undefined;
|
|
89
|
-
|
|
90
58
|
releaseLabel: string | undefined;
|
|
91
|
-
|
|
92
59
|
type: string | undefined;
|
|
93
|
-
|
|
94
60
|
state: ApplicationState | string | undefined;
|
|
95
|
-
|
|
96
61
|
stateDetails?: string;
|
|
97
|
-
|
|
98
62
|
createdAt: Date | undefined;
|
|
99
|
-
|
|
100
63
|
updatedAt: Date | undefined;
|
|
101
64
|
}
|
|
102
|
-
|
|
103
65
|
export declare class ConflictException extends __BaseException {
|
|
104
66
|
readonly name: "ConflictException";
|
|
105
67
|
readonly $fault: "client";
|
|
106
|
-
|
|
107
68
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
108
69
|
}
|
|
109
70
|
export interface CreateApplicationRequest {
|
|
110
71
|
name?: string;
|
|
111
|
-
|
|
112
72
|
releaseLabel: string | undefined;
|
|
113
|
-
|
|
114
73
|
type: string | undefined;
|
|
115
|
-
|
|
116
74
|
clientToken?: string;
|
|
117
|
-
|
|
118
75
|
initialCapacity?: Record<string, InitialCapacityConfig>;
|
|
119
|
-
|
|
120
76
|
maximumCapacity?: MaximumAllowedResources;
|
|
121
|
-
|
|
122
77
|
tags?: Record<string, string>;
|
|
123
|
-
|
|
124
78
|
autoStartConfiguration?: AutoStartConfig;
|
|
125
|
-
|
|
126
79
|
autoStopConfiguration?: AutoStopConfig;
|
|
127
|
-
|
|
128
80
|
networkConfiguration?: NetworkConfiguration;
|
|
129
81
|
}
|
|
130
82
|
export interface CreateApplicationResponse {
|
|
131
83
|
applicationId: string | undefined;
|
|
132
|
-
|
|
133
84
|
name?: string;
|
|
134
|
-
|
|
135
85
|
arn: string | undefined;
|
|
136
86
|
}
|
|
137
|
-
|
|
138
87
|
export declare class InternalServerException extends __BaseException {
|
|
139
88
|
readonly name: "InternalServerException";
|
|
140
89
|
readonly $fault: "server";
|
|
141
|
-
|
|
142
90
|
constructor(
|
|
143
91
|
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
144
92
|
);
|
|
145
93
|
}
|
|
146
|
-
|
|
147
94
|
export declare class ValidationException extends __BaseException {
|
|
148
95
|
readonly name: "ValidationException";
|
|
149
96
|
readonly $fault: "client";
|
|
150
|
-
|
|
151
97
|
constructor(
|
|
152
98
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
153
99
|
);
|
|
@@ -156,11 +102,9 @@ export interface DeleteApplicationRequest {
|
|
|
156
102
|
applicationId: string | undefined;
|
|
157
103
|
}
|
|
158
104
|
export interface DeleteApplicationResponse {}
|
|
159
|
-
|
|
160
105
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
161
106
|
readonly name: "ResourceNotFoundException";
|
|
162
107
|
readonly $fault: "client";
|
|
163
|
-
|
|
164
108
|
constructor(
|
|
165
109
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
166
110
|
);
|
|
@@ -173,21 +117,16 @@ export interface GetApplicationResponse {
|
|
|
173
117
|
}
|
|
174
118
|
export interface ListApplicationsRequest {
|
|
175
119
|
nextToken?: string;
|
|
176
|
-
|
|
177
120
|
maxResults?: number;
|
|
178
|
-
|
|
179
121
|
states?: (ApplicationState | string)[];
|
|
180
122
|
}
|
|
181
123
|
export interface ListApplicationsResponse {
|
|
182
124
|
applications: ApplicationSummary[] | undefined;
|
|
183
|
-
|
|
184
125
|
nextToken?: string;
|
|
185
126
|
}
|
|
186
|
-
|
|
187
127
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
188
128
|
readonly name: "ServiceQuotaExceededException";
|
|
189
129
|
readonly $fault: "client";
|
|
190
|
-
|
|
191
130
|
constructor(
|
|
192
131
|
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
193
132
|
);
|
|
@@ -202,17 +141,11 @@ export interface StopApplicationRequest {
|
|
|
202
141
|
export interface StopApplicationResponse {}
|
|
203
142
|
export interface UpdateApplicationRequest {
|
|
204
143
|
applicationId: string | undefined;
|
|
205
|
-
|
|
206
144
|
clientToken?: string;
|
|
207
|
-
|
|
208
145
|
initialCapacity?: Record<string, InitialCapacityConfig>;
|
|
209
|
-
|
|
210
146
|
maximumCapacity?: MaximumAllowedResources;
|
|
211
|
-
|
|
212
147
|
autoStartConfiguration?: AutoStartConfig;
|
|
213
|
-
|
|
214
148
|
autoStopConfiguration?: AutoStopConfig;
|
|
215
|
-
|
|
216
149
|
networkConfiguration?: NetworkConfiguration;
|
|
217
150
|
}
|
|
218
151
|
export interface UpdateApplicationResponse {
|
|
@@ -220,54 +153,38 @@ export interface UpdateApplicationResponse {
|
|
|
220
153
|
}
|
|
221
154
|
export interface CancelJobRunRequest {
|
|
222
155
|
applicationId: string | undefined;
|
|
223
|
-
|
|
224
156
|
jobRunId: string | undefined;
|
|
225
157
|
}
|
|
226
158
|
export interface CancelJobRunResponse {
|
|
227
159
|
applicationId: string | undefined;
|
|
228
|
-
|
|
229
160
|
jobRunId: string | undefined;
|
|
230
161
|
}
|
|
231
162
|
export interface GetJobRunRequest {
|
|
232
163
|
applicationId: string | undefined;
|
|
233
|
-
|
|
234
164
|
jobRunId: string | undefined;
|
|
235
165
|
}
|
|
236
|
-
|
|
237
166
|
export interface ManagedPersistenceMonitoringConfiguration {
|
|
238
167
|
enabled?: boolean;
|
|
239
|
-
|
|
240
168
|
encryptionKeyArn?: string;
|
|
241
169
|
}
|
|
242
|
-
|
|
243
170
|
export interface S3MonitoringConfiguration {
|
|
244
171
|
logUri?: string;
|
|
245
|
-
|
|
246
172
|
encryptionKeyArn?: string;
|
|
247
173
|
}
|
|
248
|
-
|
|
249
174
|
export interface MonitoringConfiguration {
|
|
250
175
|
s3MonitoringConfiguration?: S3MonitoringConfiguration;
|
|
251
|
-
|
|
252
176
|
managedPersistenceMonitoringConfiguration?: ManagedPersistenceMonitoringConfiguration;
|
|
253
177
|
}
|
|
254
|
-
|
|
255
178
|
export interface Hive {
|
|
256
179
|
query: string | undefined;
|
|
257
|
-
|
|
258
180
|
initQueryFile?: string;
|
|
259
|
-
|
|
260
181
|
parameters?: string;
|
|
261
182
|
}
|
|
262
|
-
|
|
263
183
|
export interface SparkSubmit {
|
|
264
184
|
entryPoint: string | undefined;
|
|
265
|
-
|
|
266
185
|
entryPointArguments?: string[];
|
|
267
|
-
|
|
268
186
|
sparkSubmitParameters?: string;
|
|
269
187
|
}
|
|
270
|
-
|
|
271
188
|
export declare type JobDriver =
|
|
272
189
|
| JobDriver.HiveMember
|
|
273
190
|
| JobDriver.SparkSubmitMember
|
|
@@ -278,7 +195,6 @@ export declare namespace JobDriver {
|
|
|
278
195
|
hive?: never;
|
|
279
196
|
$unknown?: never;
|
|
280
197
|
}
|
|
281
|
-
|
|
282
198
|
interface HiveMember {
|
|
283
199
|
sparkSubmit?: never;
|
|
284
200
|
hive: Hive;
|
|
@@ -306,63 +222,40 @@ export declare enum JobRunState {
|
|
|
306
222
|
SUBMITTED = "SUBMITTED",
|
|
307
223
|
SUCCESS = "SUCCESS",
|
|
308
224
|
}
|
|
309
|
-
|
|
310
225
|
export interface TotalResourceUtilization {
|
|
311
226
|
vCPUHour?: number;
|
|
312
|
-
|
|
313
227
|
memoryGBHour?: number;
|
|
314
|
-
|
|
315
228
|
storageGBHour?: number;
|
|
316
229
|
}
|
|
317
230
|
export interface ListJobRunsRequest {
|
|
318
231
|
applicationId: string | undefined;
|
|
319
|
-
|
|
320
232
|
nextToken?: string;
|
|
321
|
-
|
|
322
233
|
maxResults?: number;
|
|
323
|
-
|
|
324
234
|
createdAtAfter?: Date;
|
|
325
|
-
|
|
326
235
|
createdAtBefore?: Date;
|
|
327
|
-
|
|
328
236
|
states?: (JobRunState | string)[];
|
|
329
237
|
}
|
|
330
|
-
|
|
331
238
|
export interface JobRunSummary {
|
|
332
239
|
applicationId: string | undefined;
|
|
333
|
-
|
|
334
240
|
id: string | undefined;
|
|
335
|
-
|
|
336
241
|
name?: string;
|
|
337
|
-
|
|
338
242
|
arn: string | undefined;
|
|
339
|
-
|
|
340
243
|
createdBy: string | undefined;
|
|
341
|
-
|
|
342
244
|
createdAt: Date | undefined;
|
|
343
|
-
|
|
344
245
|
updatedAt: Date | undefined;
|
|
345
|
-
|
|
346
246
|
executionRole: string | undefined;
|
|
347
|
-
|
|
348
247
|
state: JobRunState | string | undefined;
|
|
349
|
-
|
|
350
248
|
stateDetails: string | undefined;
|
|
351
|
-
|
|
352
249
|
releaseLabel: string | undefined;
|
|
353
|
-
|
|
354
250
|
type?: string;
|
|
355
251
|
}
|
|
356
252
|
export interface ListJobRunsResponse {
|
|
357
253
|
jobRuns: JobRunSummary[] | undefined;
|
|
358
|
-
|
|
359
254
|
nextToken?: string;
|
|
360
255
|
}
|
|
361
256
|
export interface StartJobRunResponse {
|
|
362
257
|
applicationId: string | undefined;
|
|
363
|
-
|
|
364
258
|
jobRunId: string | undefined;
|
|
365
|
-
|
|
366
259
|
arn: string | undefined;
|
|
367
260
|
}
|
|
368
261
|
export interface ListTagsForResourceRequest {
|
|
@@ -373,261 +266,183 @@ export interface ListTagsForResourceResponse {
|
|
|
373
266
|
}
|
|
374
267
|
export interface TagResourceRequest {
|
|
375
268
|
resourceArn: string | undefined;
|
|
376
|
-
|
|
377
269
|
tags: Record<string, string> | undefined;
|
|
378
270
|
}
|
|
379
271
|
export interface TagResourceResponse {}
|
|
380
272
|
export interface UntagResourceRequest {
|
|
381
273
|
resourceArn: string | undefined;
|
|
382
|
-
|
|
383
274
|
tagKeys: string[] | undefined;
|
|
384
275
|
}
|
|
385
276
|
export interface UntagResourceResponse {}
|
|
386
|
-
|
|
387
277
|
export interface Configuration {
|
|
388
278
|
classification: string | undefined;
|
|
389
|
-
|
|
390
279
|
properties?: Record<string, string>;
|
|
391
|
-
|
|
392
280
|
configurations?: Configuration[];
|
|
393
281
|
}
|
|
394
|
-
|
|
395
282
|
export interface ConfigurationOverrides {
|
|
396
283
|
applicationConfiguration?: Configuration[];
|
|
397
|
-
|
|
398
284
|
monitoringConfiguration?: MonitoringConfiguration;
|
|
399
285
|
}
|
|
400
|
-
|
|
401
286
|
export interface JobRun {
|
|
402
287
|
applicationId: string | undefined;
|
|
403
|
-
|
|
404
288
|
jobRunId: string | undefined;
|
|
405
|
-
|
|
406
289
|
name?: string;
|
|
407
|
-
|
|
408
290
|
arn: string | undefined;
|
|
409
|
-
|
|
410
291
|
createdBy: string | undefined;
|
|
411
|
-
|
|
412
292
|
createdAt: Date | undefined;
|
|
413
|
-
|
|
414
293
|
updatedAt: Date | undefined;
|
|
415
|
-
|
|
416
294
|
executionRole: string | undefined;
|
|
417
|
-
|
|
418
295
|
state: JobRunState | string | undefined;
|
|
419
|
-
|
|
420
296
|
stateDetails: string | undefined;
|
|
421
|
-
|
|
422
297
|
releaseLabel: string | undefined;
|
|
423
|
-
|
|
424
298
|
configurationOverrides?: ConfigurationOverrides;
|
|
425
|
-
|
|
426
299
|
jobDriver: JobDriver | undefined;
|
|
427
|
-
|
|
428
300
|
tags?: Record<string, string>;
|
|
429
|
-
|
|
430
301
|
totalResourceUtilization?: TotalResourceUtilization;
|
|
431
|
-
|
|
432
302
|
networkConfiguration?: NetworkConfiguration;
|
|
433
|
-
|
|
434
303
|
totalExecutionDurationSeconds?: number;
|
|
435
304
|
}
|
|
436
305
|
export interface StartJobRunRequest {
|
|
437
306
|
applicationId: string | undefined;
|
|
438
|
-
|
|
439
307
|
clientToken?: string;
|
|
440
|
-
|
|
441
308
|
executionRoleArn: string | undefined;
|
|
442
|
-
|
|
443
309
|
jobDriver?: JobDriver;
|
|
444
|
-
|
|
445
310
|
configurationOverrides?: ConfigurationOverrides;
|
|
446
|
-
|
|
447
311
|
tags?: Record<string, string>;
|
|
448
|
-
|
|
449
312
|
executionTimeoutMinutes?: number;
|
|
450
|
-
|
|
451
313
|
name?: string;
|
|
452
314
|
}
|
|
453
315
|
export interface GetJobRunResponse {
|
|
454
316
|
jobRun: JobRun | undefined;
|
|
455
317
|
}
|
|
456
|
-
|
|
457
318
|
export declare const AutoStartConfigFilterSensitiveLog: (
|
|
458
319
|
obj: AutoStartConfig
|
|
459
320
|
) => any;
|
|
460
|
-
|
|
461
321
|
export declare const AutoStopConfigFilterSensitiveLog: (
|
|
462
322
|
obj: AutoStopConfig
|
|
463
323
|
) => any;
|
|
464
|
-
|
|
465
324
|
export declare const WorkerResourceConfigFilterSensitiveLog: (
|
|
466
325
|
obj: WorkerResourceConfig
|
|
467
326
|
) => any;
|
|
468
|
-
|
|
469
327
|
export declare const InitialCapacityConfigFilterSensitiveLog: (
|
|
470
328
|
obj: InitialCapacityConfig
|
|
471
329
|
) => any;
|
|
472
|
-
|
|
473
330
|
export declare const MaximumAllowedResourcesFilterSensitiveLog: (
|
|
474
331
|
obj: MaximumAllowedResources
|
|
475
332
|
) => any;
|
|
476
|
-
|
|
477
333
|
export declare const NetworkConfigurationFilterSensitiveLog: (
|
|
478
334
|
obj: NetworkConfiguration
|
|
479
335
|
) => any;
|
|
480
|
-
|
|
481
336
|
export declare const ApplicationFilterSensitiveLog: (obj: Application) => any;
|
|
482
|
-
|
|
483
337
|
export declare const ApplicationSummaryFilterSensitiveLog: (
|
|
484
338
|
obj: ApplicationSummary
|
|
485
339
|
) => any;
|
|
486
|
-
|
|
487
340
|
export declare const CreateApplicationRequestFilterSensitiveLog: (
|
|
488
341
|
obj: CreateApplicationRequest
|
|
489
342
|
) => any;
|
|
490
|
-
|
|
491
343
|
export declare const CreateApplicationResponseFilterSensitiveLog: (
|
|
492
344
|
obj: CreateApplicationResponse
|
|
493
345
|
) => any;
|
|
494
|
-
|
|
495
346
|
export declare const DeleteApplicationRequestFilterSensitiveLog: (
|
|
496
347
|
obj: DeleteApplicationRequest
|
|
497
348
|
) => any;
|
|
498
|
-
|
|
499
349
|
export declare const DeleteApplicationResponseFilterSensitiveLog: (
|
|
500
350
|
obj: DeleteApplicationResponse
|
|
501
351
|
) => any;
|
|
502
|
-
|
|
503
352
|
export declare const GetApplicationRequestFilterSensitiveLog: (
|
|
504
353
|
obj: GetApplicationRequest
|
|
505
354
|
) => any;
|
|
506
|
-
|
|
507
355
|
export declare const GetApplicationResponseFilterSensitiveLog: (
|
|
508
356
|
obj: GetApplicationResponse
|
|
509
357
|
) => any;
|
|
510
|
-
|
|
511
358
|
export declare const ListApplicationsRequestFilterSensitiveLog: (
|
|
512
359
|
obj: ListApplicationsRequest
|
|
513
360
|
) => any;
|
|
514
|
-
|
|
515
361
|
export declare const ListApplicationsResponseFilterSensitiveLog: (
|
|
516
362
|
obj: ListApplicationsResponse
|
|
517
363
|
) => any;
|
|
518
|
-
|
|
519
364
|
export declare const StartApplicationRequestFilterSensitiveLog: (
|
|
520
365
|
obj: StartApplicationRequest
|
|
521
366
|
) => any;
|
|
522
|
-
|
|
523
367
|
export declare const StartApplicationResponseFilterSensitiveLog: (
|
|
524
368
|
obj: StartApplicationResponse
|
|
525
369
|
) => any;
|
|
526
|
-
|
|
527
370
|
export declare const StopApplicationRequestFilterSensitiveLog: (
|
|
528
371
|
obj: StopApplicationRequest
|
|
529
372
|
) => any;
|
|
530
|
-
|
|
531
373
|
export declare const StopApplicationResponseFilterSensitiveLog: (
|
|
532
374
|
obj: StopApplicationResponse
|
|
533
375
|
) => any;
|
|
534
|
-
|
|
535
376
|
export declare const UpdateApplicationRequestFilterSensitiveLog: (
|
|
536
377
|
obj: UpdateApplicationRequest
|
|
537
378
|
) => any;
|
|
538
|
-
|
|
539
379
|
export declare const UpdateApplicationResponseFilterSensitiveLog: (
|
|
540
380
|
obj: UpdateApplicationResponse
|
|
541
381
|
) => any;
|
|
542
|
-
|
|
543
382
|
export declare const CancelJobRunRequestFilterSensitiveLog: (
|
|
544
383
|
obj: CancelJobRunRequest
|
|
545
384
|
) => any;
|
|
546
|
-
|
|
547
385
|
export declare const CancelJobRunResponseFilterSensitiveLog: (
|
|
548
386
|
obj: CancelJobRunResponse
|
|
549
387
|
) => any;
|
|
550
|
-
|
|
551
388
|
export declare const GetJobRunRequestFilterSensitiveLog: (
|
|
552
389
|
obj: GetJobRunRequest
|
|
553
390
|
) => any;
|
|
554
|
-
|
|
555
391
|
export declare const ManagedPersistenceMonitoringConfigurationFilterSensitiveLog: (
|
|
556
392
|
obj: ManagedPersistenceMonitoringConfiguration
|
|
557
393
|
) => any;
|
|
558
|
-
|
|
559
394
|
export declare const S3MonitoringConfigurationFilterSensitiveLog: (
|
|
560
395
|
obj: S3MonitoringConfiguration
|
|
561
396
|
) => any;
|
|
562
|
-
|
|
563
397
|
export declare const MonitoringConfigurationFilterSensitiveLog: (
|
|
564
398
|
obj: MonitoringConfiguration
|
|
565
399
|
) => any;
|
|
566
|
-
|
|
567
400
|
export declare const HiveFilterSensitiveLog: (obj: Hive) => any;
|
|
568
|
-
|
|
569
401
|
export declare const SparkSubmitFilterSensitiveLog: (obj: SparkSubmit) => any;
|
|
570
|
-
|
|
571
402
|
export declare const JobDriverFilterSensitiveLog: (obj: JobDriver) => any;
|
|
572
|
-
|
|
573
403
|
export declare const TotalResourceUtilizationFilterSensitiveLog: (
|
|
574
404
|
obj: TotalResourceUtilization
|
|
575
405
|
) => any;
|
|
576
|
-
|
|
577
406
|
export declare const ListJobRunsRequestFilterSensitiveLog: (
|
|
578
407
|
obj: ListJobRunsRequest
|
|
579
408
|
) => any;
|
|
580
|
-
|
|
581
409
|
export declare const JobRunSummaryFilterSensitiveLog: (
|
|
582
410
|
obj: JobRunSummary
|
|
583
411
|
) => any;
|
|
584
|
-
|
|
585
412
|
export declare const ListJobRunsResponseFilterSensitiveLog: (
|
|
586
413
|
obj: ListJobRunsResponse
|
|
587
414
|
) => any;
|
|
588
|
-
|
|
589
415
|
export declare const StartJobRunResponseFilterSensitiveLog: (
|
|
590
416
|
obj: StartJobRunResponse
|
|
591
417
|
) => any;
|
|
592
|
-
|
|
593
418
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
594
419
|
obj: ListTagsForResourceRequest
|
|
595
420
|
) => any;
|
|
596
|
-
|
|
597
421
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
598
422
|
obj: ListTagsForResourceResponse
|
|
599
423
|
) => any;
|
|
600
|
-
|
|
601
424
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
602
425
|
obj: TagResourceRequest
|
|
603
426
|
) => any;
|
|
604
|
-
|
|
605
427
|
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
606
428
|
obj: TagResourceResponse
|
|
607
429
|
) => any;
|
|
608
|
-
|
|
609
430
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
610
431
|
obj: UntagResourceRequest
|
|
611
432
|
) => any;
|
|
612
|
-
|
|
613
433
|
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
614
434
|
obj: UntagResourceResponse
|
|
615
435
|
) => any;
|
|
616
|
-
|
|
617
436
|
export declare const ConfigurationFilterSensitiveLog: (
|
|
618
437
|
obj: Configuration
|
|
619
438
|
) => any;
|
|
620
|
-
|
|
621
439
|
export declare const ConfigurationOverridesFilterSensitiveLog: (
|
|
622
440
|
obj: ConfigurationOverrides
|
|
623
441
|
) => any;
|
|
624
|
-
|
|
625
442
|
export declare const JobRunFilterSensitiveLog: (obj: JobRun) => any;
|
|
626
|
-
|
|
627
443
|
export declare const StartJobRunRequestFilterSensitiveLog: (
|
|
628
444
|
obj: StartJobRunRequest
|
|
629
445
|
) => any;
|
|
630
|
-
|
|
631
446
|
export declare const GetJobRunResponseFilterSensitiveLog: (
|
|
632
447
|
obj: GetJobRunResponse
|
|
633
448
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { EMRServerlessClientConfig } from "./EMRServerlessClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: EMRServerlessClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { EMRServerlessClientConfig } from "./EMRServerlessClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: EMRServerlessClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-emr-serverless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Emr Serverless Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.171.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",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.171.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.171.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.171.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.171.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.171.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.171.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.171.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.171.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.171.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.171.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.171.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.171.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.171.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.171.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.171.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.171.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.171.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.171.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.171.0",
|
|
41
|
+
"@aws-sdk/types": "3.171.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.171.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.171.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.171.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.171.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.171.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1",
|