@aws-sdk/client-emr-serverless 3.297.0 → 3.299.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CancelJobRunCommand.js +2 -3
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -3
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -3
- package/dist-cjs/commands/GetApplicationCommand.js +2 -3
- package/dist-cjs/commands/GetDashboardForJobRunCommand.js +2 -3
- package/dist-cjs/commands/GetJobRunCommand.js +1 -1
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -3
- package/dist-cjs/commands/ListJobRunsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/StartApplicationCommand.js +2 -3
- package/dist-cjs/commands/StartJobRunCommand.js +1 -1
- package/dist-cjs/commands/StopApplicationCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -182
- package/dist-es/commands/CancelJobRunCommand.js +2 -3
- package/dist-es/commands/CreateApplicationCommand.js +2 -3
- package/dist-es/commands/DeleteApplicationCommand.js +2 -3
- package/dist-es/commands/GetApplicationCommand.js +2 -3
- package/dist-es/commands/GetDashboardForJobRunCommand.js +2 -3
- package/dist-es/commands/GetJobRunCommand.js +2 -2
- package/dist-es/commands/ListApplicationsCommand.js +2 -3
- package/dist-es/commands/ListJobRunsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/StartApplicationCommand.js +2 -3
- package/dist-es/commands/StartJobRunCommand.js +2 -2
- package/dist-es/commands/StopApplicationCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateApplicationCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -135
- package/dist-types/models/models_0.d.ts +0 -180
- package/dist-types/ts3.4/models/models_0.d.ts +0 -133
- package/package.json +11 -10
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListTagsForResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StartApplicationRequestFilterSensitiveLog, StartApplicationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1StartApplicationCommand, serializeAws_restJson1StartApplicationCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class StartApplicationCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class StartApplicationCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StartJobRunRequestFilterSensitiveLog
|
|
4
|
+
import { StartJobRunRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1StartJobRunCommand, serializeAws_restJson1StartJobRunCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class StartJobRunCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -28,7 +28,7 @@ export class StartJobRunCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: StartJobRunRequestFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StopApplicationRequestFilterSensitiveLog, StopApplicationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1StopApplicationCommand, serializeAws_restJson1StopApplicationCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class StopApplicationCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class StopApplicationCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class TagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UntagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateApplicationRequestFilterSensitiveLog, UpdateApplicationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateApplicationCommand, serializeAws_restJson1UpdateApplicationCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateApplicationCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateApplicationCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -96,108 +96,6 @@ export var JobRunState;
|
|
|
96
96
|
JobRunState["SUBMITTED"] = "SUBMITTED";
|
|
97
97
|
JobRunState["SUCCESS"] = "SUCCESS";
|
|
98
98
|
})(JobRunState || (JobRunState = {}));
|
|
99
|
-
export const AutoStartConfigFilterSensitiveLog = (obj) => ({
|
|
100
|
-
...obj,
|
|
101
|
-
});
|
|
102
|
-
export const AutoStopConfigFilterSensitiveLog = (obj) => ({
|
|
103
|
-
...obj,
|
|
104
|
-
});
|
|
105
|
-
export const ImageConfigurationFilterSensitiveLog = (obj) => ({
|
|
106
|
-
...obj,
|
|
107
|
-
});
|
|
108
|
-
export const WorkerResourceConfigFilterSensitiveLog = (obj) => ({
|
|
109
|
-
...obj,
|
|
110
|
-
});
|
|
111
|
-
export const InitialCapacityConfigFilterSensitiveLog = (obj) => ({
|
|
112
|
-
...obj,
|
|
113
|
-
});
|
|
114
|
-
export const MaximumAllowedResourcesFilterSensitiveLog = (obj) => ({
|
|
115
|
-
...obj,
|
|
116
|
-
});
|
|
117
|
-
export const NetworkConfigurationFilterSensitiveLog = (obj) => ({
|
|
118
|
-
...obj,
|
|
119
|
-
});
|
|
120
|
-
export const WorkerTypeSpecificationFilterSensitiveLog = (obj) => ({
|
|
121
|
-
...obj,
|
|
122
|
-
});
|
|
123
|
-
export const ApplicationFilterSensitiveLog = (obj) => ({
|
|
124
|
-
...obj,
|
|
125
|
-
});
|
|
126
|
-
export const ApplicationSummaryFilterSensitiveLog = (obj) => ({
|
|
127
|
-
...obj,
|
|
128
|
-
});
|
|
129
|
-
export const ImageConfigurationInputFilterSensitiveLog = (obj) => ({
|
|
130
|
-
...obj,
|
|
131
|
-
});
|
|
132
|
-
export const WorkerTypeSpecificationInputFilterSensitiveLog = (obj) => ({
|
|
133
|
-
...obj,
|
|
134
|
-
});
|
|
135
|
-
export const CreateApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
136
|
-
...obj,
|
|
137
|
-
});
|
|
138
|
-
export const CreateApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
139
|
-
...obj,
|
|
140
|
-
});
|
|
141
|
-
export const DeleteApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
142
|
-
...obj,
|
|
143
|
-
});
|
|
144
|
-
export const DeleteApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
145
|
-
...obj,
|
|
146
|
-
});
|
|
147
|
-
export const GetApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
148
|
-
...obj,
|
|
149
|
-
});
|
|
150
|
-
export const GetApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
151
|
-
...obj,
|
|
152
|
-
});
|
|
153
|
-
export const ListApplicationsRequestFilterSensitiveLog = (obj) => ({
|
|
154
|
-
...obj,
|
|
155
|
-
});
|
|
156
|
-
export const ListApplicationsResponseFilterSensitiveLog = (obj) => ({
|
|
157
|
-
...obj,
|
|
158
|
-
});
|
|
159
|
-
export const StartApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
160
|
-
...obj,
|
|
161
|
-
});
|
|
162
|
-
export const StartApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
163
|
-
...obj,
|
|
164
|
-
});
|
|
165
|
-
export const StopApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
166
|
-
...obj,
|
|
167
|
-
});
|
|
168
|
-
export const StopApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
169
|
-
...obj,
|
|
170
|
-
});
|
|
171
|
-
export const UpdateApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
172
|
-
...obj,
|
|
173
|
-
});
|
|
174
|
-
export const UpdateApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
175
|
-
...obj,
|
|
176
|
-
});
|
|
177
|
-
export const CancelJobRunRequestFilterSensitiveLog = (obj) => ({
|
|
178
|
-
...obj,
|
|
179
|
-
});
|
|
180
|
-
export const CancelJobRunResponseFilterSensitiveLog = (obj) => ({
|
|
181
|
-
...obj,
|
|
182
|
-
});
|
|
183
|
-
export const GetDashboardForJobRunRequestFilterSensitiveLog = (obj) => ({
|
|
184
|
-
...obj,
|
|
185
|
-
});
|
|
186
|
-
export const GetDashboardForJobRunResponseFilterSensitiveLog = (obj) => ({
|
|
187
|
-
...obj,
|
|
188
|
-
});
|
|
189
|
-
export const GetJobRunRequestFilterSensitiveLog = (obj) => ({
|
|
190
|
-
...obj,
|
|
191
|
-
});
|
|
192
|
-
export const ManagedPersistenceMonitoringConfigurationFilterSensitiveLog = (obj) => ({
|
|
193
|
-
...obj,
|
|
194
|
-
});
|
|
195
|
-
export const S3MonitoringConfigurationFilterSensitiveLog = (obj) => ({
|
|
196
|
-
...obj,
|
|
197
|
-
});
|
|
198
|
-
export const MonitoringConfigurationFilterSensitiveLog = (obj) => ({
|
|
199
|
-
...obj,
|
|
200
|
-
});
|
|
201
99
|
export const HiveFilterSensitiveLog = (obj) => ({
|
|
202
100
|
...obj,
|
|
203
101
|
...(obj.query && { query: SENSITIVE_STRING }),
|
|
@@ -218,39 +116,6 @@ export const JobDriverFilterSensitiveLog = (obj) => {
|
|
|
218
116
|
if (obj.$unknown !== undefined)
|
|
219
117
|
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
220
118
|
};
|
|
221
|
-
export const TotalResourceUtilizationFilterSensitiveLog = (obj) => ({
|
|
222
|
-
...obj,
|
|
223
|
-
});
|
|
224
|
-
export const ListJobRunsRequestFilterSensitiveLog = (obj) => ({
|
|
225
|
-
...obj,
|
|
226
|
-
});
|
|
227
|
-
export const JobRunSummaryFilterSensitiveLog = (obj) => ({
|
|
228
|
-
...obj,
|
|
229
|
-
});
|
|
230
|
-
export const ListJobRunsResponseFilterSensitiveLog = (obj) => ({
|
|
231
|
-
...obj,
|
|
232
|
-
});
|
|
233
|
-
export const StartJobRunResponseFilterSensitiveLog = (obj) => ({
|
|
234
|
-
...obj,
|
|
235
|
-
});
|
|
236
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
237
|
-
...obj,
|
|
238
|
-
});
|
|
239
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
240
|
-
...obj,
|
|
241
|
-
});
|
|
242
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
243
|
-
...obj,
|
|
244
|
-
});
|
|
245
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
246
|
-
...obj,
|
|
247
|
-
});
|
|
248
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
249
|
-
...obj,
|
|
250
|
-
});
|
|
251
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
252
|
-
...obj,
|
|
253
|
-
});
|
|
254
119
|
export const ConfigurationFilterSensitiveLog = (obj) => ({
|
|
255
120
|
...obj,
|
|
256
121
|
...(obj.properties && { properties: SENSITIVE_STRING }),
|
|
@@ -1132,142 +1132,6 @@ export interface GetJobRunResponse {
|
|
|
1132
1132
|
*/
|
|
1133
1133
|
jobRun: JobRun | undefined;
|
|
1134
1134
|
}
|
|
1135
|
-
/**
|
|
1136
|
-
* @internal
|
|
1137
|
-
*/
|
|
1138
|
-
export declare const AutoStartConfigFilterSensitiveLog: (obj: AutoStartConfig) => any;
|
|
1139
|
-
/**
|
|
1140
|
-
* @internal
|
|
1141
|
-
*/
|
|
1142
|
-
export declare const AutoStopConfigFilterSensitiveLog: (obj: AutoStopConfig) => any;
|
|
1143
|
-
/**
|
|
1144
|
-
* @internal
|
|
1145
|
-
*/
|
|
1146
|
-
export declare const ImageConfigurationFilterSensitiveLog: (obj: ImageConfiguration) => any;
|
|
1147
|
-
/**
|
|
1148
|
-
* @internal
|
|
1149
|
-
*/
|
|
1150
|
-
export declare const WorkerResourceConfigFilterSensitiveLog: (obj: WorkerResourceConfig) => any;
|
|
1151
|
-
/**
|
|
1152
|
-
* @internal
|
|
1153
|
-
*/
|
|
1154
|
-
export declare const InitialCapacityConfigFilterSensitiveLog: (obj: InitialCapacityConfig) => any;
|
|
1155
|
-
/**
|
|
1156
|
-
* @internal
|
|
1157
|
-
*/
|
|
1158
|
-
export declare const MaximumAllowedResourcesFilterSensitiveLog: (obj: MaximumAllowedResources) => any;
|
|
1159
|
-
/**
|
|
1160
|
-
* @internal
|
|
1161
|
-
*/
|
|
1162
|
-
export declare const NetworkConfigurationFilterSensitiveLog: (obj: NetworkConfiguration) => any;
|
|
1163
|
-
/**
|
|
1164
|
-
* @internal
|
|
1165
|
-
*/
|
|
1166
|
-
export declare const WorkerTypeSpecificationFilterSensitiveLog: (obj: WorkerTypeSpecification) => any;
|
|
1167
|
-
/**
|
|
1168
|
-
* @internal
|
|
1169
|
-
*/
|
|
1170
|
-
export declare const ApplicationFilterSensitiveLog: (obj: Application) => any;
|
|
1171
|
-
/**
|
|
1172
|
-
* @internal
|
|
1173
|
-
*/
|
|
1174
|
-
export declare const ApplicationSummaryFilterSensitiveLog: (obj: ApplicationSummary) => any;
|
|
1175
|
-
/**
|
|
1176
|
-
* @internal
|
|
1177
|
-
*/
|
|
1178
|
-
export declare const ImageConfigurationInputFilterSensitiveLog: (obj: ImageConfigurationInput) => any;
|
|
1179
|
-
/**
|
|
1180
|
-
* @internal
|
|
1181
|
-
*/
|
|
1182
|
-
export declare const WorkerTypeSpecificationInputFilterSensitiveLog: (obj: WorkerTypeSpecificationInput) => any;
|
|
1183
|
-
/**
|
|
1184
|
-
* @internal
|
|
1185
|
-
*/
|
|
1186
|
-
export declare const CreateApplicationRequestFilterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
1187
|
-
/**
|
|
1188
|
-
* @internal
|
|
1189
|
-
*/
|
|
1190
|
-
export declare const CreateApplicationResponseFilterSensitiveLog: (obj: CreateApplicationResponse) => any;
|
|
1191
|
-
/**
|
|
1192
|
-
* @internal
|
|
1193
|
-
*/
|
|
1194
|
-
export declare const DeleteApplicationRequestFilterSensitiveLog: (obj: DeleteApplicationRequest) => any;
|
|
1195
|
-
/**
|
|
1196
|
-
* @internal
|
|
1197
|
-
*/
|
|
1198
|
-
export declare const DeleteApplicationResponseFilterSensitiveLog: (obj: DeleteApplicationResponse) => any;
|
|
1199
|
-
/**
|
|
1200
|
-
* @internal
|
|
1201
|
-
*/
|
|
1202
|
-
export declare const GetApplicationRequestFilterSensitiveLog: (obj: GetApplicationRequest) => any;
|
|
1203
|
-
/**
|
|
1204
|
-
* @internal
|
|
1205
|
-
*/
|
|
1206
|
-
export declare const GetApplicationResponseFilterSensitiveLog: (obj: GetApplicationResponse) => any;
|
|
1207
|
-
/**
|
|
1208
|
-
* @internal
|
|
1209
|
-
*/
|
|
1210
|
-
export declare const ListApplicationsRequestFilterSensitiveLog: (obj: ListApplicationsRequest) => any;
|
|
1211
|
-
/**
|
|
1212
|
-
* @internal
|
|
1213
|
-
*/
|
|
1214
|
-
export declare const ListApplicationsResponseFilterSensitiveLog: (obj: ListApplicationsResponse) => any;
|
|
1215
|
-
/**
|
|
1216
|
-
* @internal
|
|
1217
|
-
*/
|
|
1218
|
-
export declare const StartApplicationRequestFilterSensitiveLog: (obj: StartApplicationRequest) => any;
|
|
1219
|
-
/**
|
|
1220
|
-
* @internal
|
|
1221
|
-
*/
|
|
1222
|
-
export declare const StartApplicationResponseFilterSensitiveLog: (obj: StartApplicationResponse) => any;
|
|
1223
|
-
/**
|
|
1224
|
-
* @internal
|
|
1225
|
-
*/
|
|
1226
|
-
export declare const StopApplicationRequestFilterSensitiveLog: (obj: StopApplicationRequest) => any;
|
|
1227
|
-
/**
|
|
1228
|
-
* @internal
|
|
1229
|
-
*/
|
|
1230
|
-
export declare const StopApplicationResponseFilterSensitiveLog: (obj: StopApplicationResponse) => any;
|
|
1231
|
-
/**
|
|
1232
|
-
* @internal
|
|
1233
|
-
*/
|
|
1234
|
-
export declare const UpdateApplicationRequestFilterSensitiveLog: (obj: UpdateApplicationRequest) => any;
|
|
1235
|
-
/**
|
|
1236
|
-
* @internal
|
|
1237
|
-
*/
|
|
1238
|
-
export declare const UpdateApplicationResponseFilterSensitiveLog: (obj: UpdateApplicationResponse) => any;
|
|
1239
|
-
/**
|
|
1240
|
-
* @internal
|
|
1241
|
-
*/
|
|
1242
|
-
export declare const CancelJobRunRequestFilterSensitiveLog: (obj: CancelJobRunRequest) => any;
|
|
1243
|
-
/**
|
|
1244
|
-
* @internal
|
|
1245
|
-
*/
|
|
1246
|
-
export declare const CancelJobRunResponseFilterSensitiveLog: (obj: CancelJobRunResponse) => any;
|
|
1247
|
-
/**
|
|
1248
|
-
* @internal
|
|
1249
|
-
*/
|
|
1250
|
-
export declare const GetDashboardForJobRunRequestFilterSensitiveLog: (obj: GetDashboardForJobRunRequest) => any;
|
|
1251
|
-
/**
|
|
1252
|
-
* @internal
|
|
1253
|
-
*/
|
|
1254
|
-
export declare const GetDashboardForJobRunResponseFilterSensitiveLog: (obj: GetDashboardForJobRunResponse) => any;
|
|
1255
|
-
/**
|
|
1256
|
-
* @internal
|
|
1257
|
-
*/
|
|
1258
|
-
export declare const GetJobRunRequestFilterSensitiveLog: (obj: GetJobRunRequest) => any;
|
|
1259
|
-
/**
|
|
1260
|
-
* @internal
|
|
1261
|
-
*/
|
|
1262
|
-
export declare const ManagedPersistenceMonitoringConfigurationFilterSensitiveLog: (obj: ManagedPersistenceMonitoringConfiguration) => any;
|
|
1263
|
-
/**
|
|
1264
|
-
* @internal
|
|
1265
|
-
*/
|
|
1266
|
-
export declare const S3MonitoringConfigurationFilterSensitiveLog: (obj: S3MonitoringConfiguration) => any;
|
|
1267
|
-
/**
|
|
1268
|
-
* @internal
|
|
1269
|
-
*/
|
|
1270
|
-
export declare const MonitoringConfigurationFilterSensitiveLog: (obj: MonitoringConfiguration) => any;
|
|
1271
1135
|
/**
|
|
1272
1136
|
* @internal
|
|
1273
1137
|
*/
|
|
@@ -1280,50 +1144,6 @@ export declare const SparkSubmitFilterSensitiveLog: (obj: SparkSubmit) => any;
|
|
|
1280
1144
|
* @internal
|
|
1281
1145
|
*/
|
|
1282
1146
|
export declare const JobDriverFilterSensitiveLog: (obj: JobDriver) => any;
|
|
1283
|
-
/**
|
|
1284
|
-
* @internal
|
|
1285
|
-
*/
|
|
1286
|
-
export declare const TotalResourceUtilizationFilterSensitiveLog: (obj: TotalResourceUtilization) => any;
|
|
1287
|
-
/**
|
|
1288
|
-
* @internal
|
|
1289
|
-
*/
|
|
1290
|
-
export declare const ListJobRunsRequestFilterSensitiveLog: (obj: ListJobRunsRequest) => any;
|
|
1291
|
-
/**
|
|
1292
|
-
* @internal
|
|
1293
|
-
*/
|
|
1294
|
-
export declare const JobRunSummaryFilterSensitiveLog: (obj: JobRunSummary) => any;
|
|
1295
|
-
/**
|
|
1296
|
-
* @internal
|
|
1297
|
-
*/
|
|
1298
|
-
export declare const ListJobRunsResponseFilterSensitiveLog: (obj: ListJobRunsResponse) => any;
|
|
1299
|
-
/**
|
|
1300
|
-
* @internal
|
|
1301
|
-
*/
|
|
1302
|
-
export declare const StartJobRunResponseFilterSensitiveLog: (obj: StartJobRunResponse) => any;
|
|
1303
|
-
/**
|
|
1304
|
-
* @internal
|
|
1305
|
-
*/
|
|
1306
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1307
|
-
/**
|
|
1308
|
-
* @internal
|
|
1309
|
-
*/
|
|
1310
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1311
|
-
/**
|
|
1312
|
-
* @internal
|
|
1313
|
-
*/
|
|
1314
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1315
|
-
/**
|
|
1316
|
-
* @internal
|
|
1317
|
-
*/
|
|
1318
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1319
|
-
/**
|
|
1320
|
-
* @internal
|
|
1321
|
-
*/
|
|
1322
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1323
|
-
/**
|
|
1324
|
-
* @internal
|
|
1325
|
-
*/
|
|
1326
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1327
1147
|
/**
|
|
1328
1148
|
* @internal
|
|
1329
1149
|
*/
|
|
@@ -349,142 +349,9 @@ export interface StartJobRunRequest {
|
|
|
349
349
|
export interface GetJobRunResponse {
|
|
350
350
|
jobRun: JobRun | undefined;
|
|
351
351
|
}
|
|
352
|
-
export declare const AutoStartConfigFilterSensitiveLog: (
|
|
353
|
-
obj: AutoStartConfig
|
|
354
|
-
) => any;
|
|
355
|
-
export declare const AutoStopConfigFilterSensitiveLog: (
|
|
356
|
-
obj: AutoStopConfig
|
|
357
|
-
) => any;
|
|
358
|
-
export declare const ImageConfigurationFilterSensitiveLog: (
|
|
359
|
-
obj: ImageConfiguration
|
|
360
|
-
) => any;
|
|
361
|
-
export declare const WorkerResourceConfigFilterSensitiveLog: (
|
|
362
|
-
obj: WorkerResourceConfig
|
|
363
|
-
) => any;
|
|
364
|
-
export declare const InitialCapacityConfigFilterSensitiveLog: (
|
|
365
|
-
obj: InitialCapacityConfig
|
|
366
|
-
) => any;
|
|
367
|
-
export declare const MaximumAllowedResourcesFilterSensitiveLog: (
|
|
368
|
-
obj: MaximumAllowedResources
|
|
369
|
-
) => any;
|
|
370
|
-
export declare const NetworkConfigurationFilterSensitiveLog: (
|
|
371
|
-
obj: NetworkConfiguration
|
|
372
|
-
) => any;
|
|
373
|
-
export declare const WorkerTypeSpecificationFilterSensitiveLog: (
|
|
374
|
-
obj: WorkerTypeSpecification
|
|
375
|
-
) => any;
|
|
376
|
-
export declare const ApplicationFilterSensitiveLog: (obj: Application) => any;
|
|
377
|
-
export declare const ApplicationSummaryFilterSensitiveLog: (
|
|
378
|
-
obj: ApplicationSummary
|
|
379
|
-
) => any;
|
|
380
|
-
export declare const ImageConfigurationInputFilterSensitiveLog: (
|
|
381
|
-
obj: ImageConfigurationInput
|
|
382
|
-
) => any;
|
|
383
|
-
export declare const WorkerTypeSpecificationInputFilterSensitiveLog: (
|
|
384
|
-
obj: WorkerTypeSpecificationInput
|
|
385
|
-
) => any;
|
|
386
|
-
export declare const CreateApplicationRequestFilterSensitiveLog: (
|
|
387
|
-
obj: CreateApplicationRequest
|
|
388
|
-
) => any;
|
|
389
|
-
export declare const CreateApplicationResponseFilterSensitiveLog: (
|
|
390
|
-
obj: CreateApplicationResponse
|
|
391
|
-
) => any;
|
|
392
|
-
export declare const DeleteApplicationRequestFilterSensitiveLog: (
|
|
393
|
-
obj: DeleteApplicationRequest
|
|
394
|
-
) => any;
|
|
395
|
-
export declare const DeleteApplicationResponseFilterSensitiveLog: (
|
|
396
|
-
obj: DeleteApplicationResponse
|
|
397
|
-
) => any;
|
|
398
|
-
export declare const GetApplicationRequestFilterSensitiveLog: (
|
|
399
|
-
obj: GetApplicationRequest
|
|
400
|
-
) => any;
|
|
401
|
-
export declare const GetApplicationResponseFilterSensitiveLog: (
|
|
402
|
-
obj: GetApplicationResponse
|
|
403
|
-
) => any;
|
|
404
|
-
export declare const ListApplicationsRequestFilterSensitiveLog: (
|
|
405
|
-
obj: ListApplicationsRequest
|
|
406
|
-
) => any;
|
|
407
|
-
export declare const ListApplicationsResponseFilterSensitiveLog: (
|
|
408
|
-
obj: ListApplicationsResponse
|
|
409
|
-
) => any;
|
|
410
|
-
export declare const StartApplicationRequestFilterSensitiveLog: (
|
|
411
|
-
obj: StartApplicationRequest
|
|
412
|
-
) => any;
|
|
413
|
-
export declare const StartApplicationResponseFilterSensitiveLog: (
|
|
414
|
-
obj: StartApplicationResponse
|
|
415
|
-
) => any;
|
|
416
|
-
export declare const StopApplicationRequestFilterSensitiveLog: (
|
|
417
|
-
obj: StopApplicationRequest
|
|
418
|
-
) => any;
|
|
419
|
-
export declare const StopApplicationResponseFilterSensitiveLog: (
|
|
420
|
-
obj: StopApplicationResponse
|
|
421
|
-
) => any;
|
|
422
|
-
export declare const UpdateApplicationRequestFilterSensitiveLog: (
|
|
423
|
-
obj: UpdateApplicationRequest
|
|
424
|
-
) => any;
|
|
425
|
-
export declare const UpdateApplicationResponseFilterSensitiveLog: (
|
|
426
|
-
obj: UpdateApplicationResponse
|
|
427
|
-
) => any;
|
|
428
|
-
export declare const CancelJobRunRequestFilterSensitiveLog: (
|
|
429
|
-
obj: CancelJobRunRequest
|
|
430
|
-
) => any;
|
|
431
|
-
export declare const CancelJobRunResponseFilterSensitiveLog: (
|
|
432
|
-
obj: CancelJobRunResponse
|
|
433
|
-
) => any;
|
|
434
|
-
export declare const GetDashboardForJobRunRequestFilterSensitiveLog: (
|
|
435
|
-
obj: GetDashboardForJobRunRequest
|
|
436
|
-
) => any;
|
|
437
|
-
export declare const GetDashboardForJobRunResponseFilterSensitiveLog: (
|
|
438
|
-
obj: GetDashboardForJobRunResponse
|
|
439
|
-
) => any;
|
|
440
|
-
export declare const GetJobRunRequestFilterSensitiveLog: (
|
|
441
|
-
obj: GetJobRunRequest
|
|
442
|
-
) => any;
|
|
443
|
-
export declare const ManagedPersistenceMonitoringConfigurationFilterSensitiveLog: (
|
|
444
|
-
obj: ManagedPersistenceMonitoringConfiguration
|
|
445
|
-
) => any;
|
|
446
|
-
export declare const S3MonitoringConfigurationFilterSensitiveLog: (
|
|
447
|
-
obj: S3MonitoringConfiguration
|
|
448
|
-
) => any;
|
|
449
|
-
export declare const MonitoringConfigurationFilterSensitiveLog: (
|
|
450
|
-
obj: MonitoringConfiguration
|
|
451
|
-
) => any;
|
|
452
352
|
export declare const HiveFilterSensitiveLog: (obj: Hive) => any;
|
|
453
353
|
export declare const SparkSubmitFilterSensitiveLog: (obj: SparkSubmit) => any;
|
|
454
354
|
export declare const JobDriverFilterSensitiveLog: (obj: JobDriver) => any;
|
|
455
|
-
export declare const TotalResourceUtilizationFilterSensitiveLog: (
|
|
456
|
-
obj: TotalResourceUtilization
|
|
457
|
-
) => any;
|
|
458
|
-
export declare const ListJobRunsRequestFilterSensitiveLog: (
|
|
459
|
-
obj: ListJobRunsRequest
|
|
460
|
-
) => any;
|
|
461
|
-
export declare const JobRunSummaryFilterSensitiveLog: (
|
|
462
|
-
obj: JobRunSummary
|
|
463
|
-
) => any;
|
|
464
|
-
export declare const ListJobRunsResponseFilterSensitiveLog: (
|
|
465
|
-
obj: ListJobRunsResponse
|
|
466
|
-
) => any;
|
|
467
|
-
export declare const StartJobRunResponseFilterSensitiveLog: (
|
|
468
|
-
obj: StartJobRunResponse
|
|
469
|
-
) => any;
|
|
470
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
471
|
-
obj: ListTagsForResourceRequest
|
|
472
|
-
) => any;
|
|
473
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
474
|
-
obj: ListTagsForResourceResponse
|
|
475
|
-
) => any;
|
|
476
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
477
|
-
obj: TagResourceRequest
|
|
478
|
-
) => any;
|
|
479
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
480
|
-
obj: TagResourceResponse
|
|
481
|
-
) => any;
|
|
482
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
483
|
-
obj: UntagResourceRequest
|
|
484
|
-
) => any;
|
|
485
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
486
|
-
obj: UntagResourceResponse
|
|
487
|
-
) => any;
|
|
488
355
|
export declare const ConfigurationFilterSensitiveLog: (
|
|
489
356
|
obj: Configuration
|
|
490
357
|
) => any;
|
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.299.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo emr-serverless"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,22 +21,22 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
56
|
"tslib": "^2.5.0",
|
|
56
57
|
"uuid": "^8.3.2"
|