@aws-sdk/client-emr-serverless 3.649.0 → 3.650.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/index.js +16 -48
- package/dist-es/commands/CancelJobRunCommand.js +1 -3
- package/dist-es/commands/CreateApplicationCommand.js +1 -3
- package/dist-es/commands/DeleteApplicationCommand.js +1 -3
- package/dist-es/commands/GetApplicationCommand.js +1 -3
- package/dist-es/commands/GetDashboardForJobRunCommand.js +1 -3
- package/dist-es/commands/GetJobRunCommand.js +1 -3
- package/dist-es/commands/ListApplicationsCommand.js +1 -3
- package/dist-es/commands/ListJobRunAttemptsCommand.js +1 -3
- package/dist-es/commands/ListJobRunsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/StartApplicationCommand.js +1 -3
- package/dist-es/commands/StartJobRunCommand.js +1 -3
- package/dist-es/commands/StopApplicationCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateApplicationCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1176,9 +1176,7 @@ var _s = "states";
|
|
|
1176
1176
|
var _tK = "tagKeys";
|
|
1177
1177
|
|
|
1178
1178
|
// src/commands/CancelJobRunCommand.ts
|
|
1179
|
-
var _CancelJobRunCommand = class _CancelJobRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1180
|
-
...commonParams
|
|
1181
|
-
}).m(function(Command, cs, config, o) {
|
|
1179
|
+
var _CancelJobRunCommand = class _CancelJobRunCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1182
1180
|
return [
|
|
1183
1181
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1184
1182
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1192,9 +1190,7 @@ var CancelJobRunCommand = _CancelJobRunCommand;
|
|
|
1192
1190
|
|
|
1193
1191
|
|
|
1194
1192
|
|
|
1195
|
-
var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1196
|
-
...commonParams
|
|
1197
|
-
}).m(function(Command, cs, config, o) {
|
|
1193
|
+
var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1198
1194
|
return [
|
|
1199
1195
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1200
1196
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1208,9 +1204,7 @@ var CreateApplicationCommand = _CreateApplicationCommand;
|
|
|
1208
1204
|
|
|
1209
1205
|
|
|
1210
1206
|
|
|
1211
|
-
var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1212
|
-
...commonParams
|
|
1213
|
-
}).m(function(Command, cs, config, o) {
|
|
1207
|
+
var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1214
1208
|
return [
|
|
1215
1209
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1216
1210
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1224,9 +1218,7 @@ var DeleteApplicationCommand = _DeleteApplicationCommand;
|
|
|
1224
1218
|
|
|
1225
1219
|
|
|
1226
1220
|
|
|
1227
|
-
var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1228
|
-
...commonParams
|
|
1229
|
-
}).m(function(Command, cs, config, o) {
|
|
1221
|
+
var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1230
1222
|
return [
|
|
1231
1223
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1232
1224
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1240,9 +1232,7 @@ var GetApplicationCommand = _GetApplicationCommand;
|
|
|
1240
1232
|
|
|
1241
1233
|
|
|
1242
1234
|
|
|
1243
|
-
var _GetDashboardForJobRunCommand = class _GetDashboardForJobRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1244
|
-
...commonParams
|
|
1245
|
-
}).m(function(Command, cs, config, o) {
|
|
1235
|
+
var _GetDashboardForJobRunCommand = class _GetDashboardForJobRunCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1246
1236
|
return [
|
|
1247
1237
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1248
1238
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1256,9 +1246,7 @@ var GetDashboardForJobRunCommand = _GetDashboardForJobRunCommand;
|
|
|
1256
1246
|
|
|
1257
1247
|
|
|
1258
1248
|
|
|
1259
|
-
var _GetJobRunCommand = class _GetJobRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1260
|
-
...commonParams
|
|
1261
|
-
}).m(function(Command, cs, config, o) {
|
|
1249
|
+
var _GetJobRunCommand = class _GetJobRunCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1262
1250
|
return [
|
|
1263
1251
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1264
1252
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1272,9 +1260,7 @@ var GetJobRunCommand = _GetJobRunCommand;
|
|
|
1272
1260
|
|
|
1273
1261
|
|
|
1274
1262
|
|
|
1275
|
-
var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1276
|
-
...commonParams
|
|
1277
|
-
}).m(function(Command, cs, config, o) {
|
|
1263
|
+
var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1278
1264
|
return [
|
|
1279
1265
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1280
1266
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1288,9 +1274,7 @@ var ListApplicationsCommand = _ListApplicationsCommand;
|
|
|
1288
1274
|
|
|
1289
1275
|
|
|
1290
1276
|
|
|
1291
|
-
var _ListJobRunAttemptsCommand = class _ListJobRunAttemptsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1292
|
-
...commonParams
|
|
1293
|
-
}).m(function(Command, cs, config, o) {
|
|
1277
|
+
var _ListJobRunAttemptsCommand = class _ListJobRunAttemptsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1294
1278
|
return [
|
|
1295
1279
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1296
1280
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1304,9 +1288,7 @@ var ListJobRunAttemptsCommand = _ListJobRunAttemptsCommand;
|
|
|
1304
1288
|
|
|
1305
1289
|
|
|
1306
1290
|
|
|
1307
|
-
var _ListJobRunsCommand = class _ListJobRunsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1308
|
-
...commonParams
|
|
1309
|
-
}).m(function(Command, cs, config, o) {
|
|
1291
|
+
var _ListJobRunsCommand = class _ListJobRunsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1310
1292
|
return [
|
|
1311
1293
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1312
1294
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1320,9 +1302,7 @@ var ListJobRunsCommand = _ListJobRunsCommand;
|
|
|
1320
1302
|
|
|
1321
1303
|
|
|
1322
1304
|
|
|
1323
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1324
|
-
...commonParams
|
|
1325
|
-
}).m(function(Command, cs, config, o) {
|
|
1305
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1326
1306
|
return [
|
|
1327
1307
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1328
1308
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1336,9 +1316,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1336
1316
|
|
|
1337
1317
|
|
|
1338
1318
|
|
|
1339
|
-
var _StartApplicationCommand = class _StartApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1340
|
-
...commonParams
|
|
1341
|
-
}).m(function(Command, cs, config, o) {
|
|
1319
|
+
var _StartApplicationCommand = class _StartApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1342
1320
|
return [
|
|
1343
1321
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1344
1322
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1352,9 +1330,7 @@ var StartApplicationCommand = _StartApplicationCommand;
|
|
|
1352
1330
|
|
|
1353
1331
|
|
|
1354
1332
|
|
|
1355
|
-
var _StartJobRunCommand = class _StartJobRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1356
|
-
...commonParams
|
|
1357
|
-
}).m(function(Command, cs, config, o) {
|
|
1333
|
+
var _StartJobRunCommand = class _StartJobRunCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1358
1334
|
return [
|
|
1359
1335
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1360
1336
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1368,9 +1344,7 @@ var StartJobRunCommand = _StartJobRunCommand;
|
|
|
1368
1344
|
|
|
1369
1345
|
|
|
1370
1346
|
|
|
1371
|
-
var _StopApplicationCommand = class _StopApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1372
|
-
...commonParams
|
|
1373
|
-
}).m(function(Command, cs, config, o) {
|
|
1347
|
+
var _StopApplicationCommand = class _StopApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1374
1348
|
return [
|
|
1375
1349
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1376
1350
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1384,9 +1358,7 @@ var StopApplicationCommand = _StopApplicationCommand;
|
|
|
1384
1358
|
|
|
1385
1359
|
|
|
1386
1360
|
|
|
1387
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1388
|
-
...commonParams
|
|
1389
|
-
}).m(function(Command, cs, config, o) {
|
|
1361
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1390
1362
|
return [
|
|
1391
1363
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1392
1364
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1400,9 +1372,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1400
1372
|
|
|
1401
1373
|
|
|
1402
1374
|
|
|
1403
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1404
|
-
...commonParams
|
|
1405
|
-
}).m(function(Command, cs, config, o) {
|
|
1375
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1406
1376
|
return [
|
|
1407
1377
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1408
1378
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1416,9 +1386,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1416
1386
|
|
|
1417
1387
|
|
|
1418
1388
|
|
|
1419
|
-
var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1420
|
-
...commonParams
|
|
1421
|
-
}).m(function(Command, cs, config, o) {
|
|
1389
|
+
var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1422
1390
|
return [
|
|
1423
1391
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1424
1392
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CancelJobRunCommand, se_CancelJobRunCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelJobRunCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../pro
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateApplicationCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteApplicationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetApplicationCommand, se_GetApplicationCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetApplicationCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetDashboardForJobRunCommand, se_GetDashboardForJobRunCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDashboardForJobRunCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetJobRunCommand, se_GetJobRunCommand } from "../protocols/Aws_restJ
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetJobRunCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListApplicationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListJobRunAttemptsCommand, se_ListJobRunAttemptsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListJobRunAttemptsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListJobRunsCommand, se_ListJobRunsCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListJobRunsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartApplicationCommand, se_StartApplicationCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartApplicationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_StartJobRunCommand, se_StartJobRunCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class StartJobRunCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopApplicationCommand, se_StopApplicationCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopApplicationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../pro
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateApplicationCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-emr-serverless",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|