@aws-sdk/client-emr-containers 3.716.0 → 3.723.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 +139 -104
- package/dist-es/EMRContainersClient.js +1 -0
- package/dist-es/models/models_0.js +10 -10
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -188,7 +188,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
188
188
|
}, "resolveRuntimeExtensions");
|
|
189
189
|
|
|
190
190
|
// src/EMRContainersClient.ts
|
|
191
|
-
var
|
|
191
|
+
var EMRContainersClient = class extends import_smithy_client.Client {
|
|
192
|
+
static {
|
|
193
|
+
__name(this, "EMRContainersClient");
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* The resolved configuration of EMRContainersClient class. This is resolved and normalized from the {@link EMRContainersClientConfig | constructor configuration interface}.
|
|
197
|
+
*/
|
|
198
|
+
config;
|
|
192
199
|
constructor(...[configuration]) {
|
|
193
200
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
194
201
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -198,7 +205,7 @@ var _EMRContainersClient = class _EMRContainersClient extends import_smithy_clie
|
|
|
198
205
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
199
206
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
200
207
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
201
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
208
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
202
209
|
super(_config_8);
|
|
203
210
|
this.config = _config_8;
|
|
204
211
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -226,8 +233,6 @@ var _EMRContainersClient = class _EMRContainersClient extends import_smithy_clie
|
|
|
226
233
|
super.destroy();
|
|
227
234
|
}
|
|
228
235
|
};
|
|
229
|
-
__name(_EMRContainersClient, "EMRContainersClient");
|
|
230
|
-
var EMRContainersClient = _EMRContainersClient;
|
|
231
236
|
|
|
232
237
|
// src/EMRContainers.ts
|
|
233
238
|
|
|
@@ -245,7 +250,10 @@ var import_uuid = require("uuid");
|
|
|
245
250
|
|
|
246
251
|
// src/models/EMRContainersServiceException.ts
|
|
247
252
|
|
|
248
|
-
var
|
|
253
|
+
var EMRContainersServiceException = class _EMRContainersServiceException extends import_smithy_client.ServiceException {
|
|
254
|
+
static {
|
|
255
|
+
__name(this, "EMRContainersServiceException");
|
|
256
|
+
}
|
|
249
257
|
/**
|
|
250
258
|
* @internal
|
|
251
259
|
*/
|
|
@@ -254,15 +262,18 @@ var _EMRContainersServiceException = class _EMRContainersServiceException extend
|
|
|
254
262
|
Object.setPrototypeOf(this, _EMRContainersServiceException.prototype);
|
|
255
263
|
}
|
|
256
264
|
};
|
|
257
|
-
__name(_EMRContainersServiceException, "EMRContainersServiceException");
|
|
258
|
-
var EMRContainersServiceException = _EMRContainersServiceException;
|
|
259
265
|
|
|
260
266
|
// src/models/models_0.ts
|
|
261
267
|
|
|
262
268
|
var CertificateProviderType = {
|
|
263
269
|
PEM: "PEM"
|
|
264
270
|
};
|
|
265
|
-
var
|
|
271
|
+
var InternalServerException = class _InternalServerException extends EMRContainersServiceException {
|
|
272
|
+
static {
|
|
273
|
+
__name(this, "InternalServerException");
|
|
274
|
+
}
|
|
275
|
+
name = "InternalServerException";
|
|
276
|
+
$fault = "server";
|
|
266
277
|
/**
|
|
267
278
|
* @internal
|
|
268
279
|
*/
|
|
@@ -272,14 +283,15 @@ var _InternalServerException = class _InternalServerException extends EMRContain
|
|
|
272
283
|
$fault: "server",
|
|
273
284
|
...opts
|
|
274
285
|
});
|
|
275
|
-
this.name = "InternalServerException";
|
|
276
|
-
this.$fault = "server";
|
|
277
286
|
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
278
287
|
}
|
|
279
288
|
};
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
289
|
+
var ValidationException = class _ValidationException extends EMRContainersServiceException {
|
|
290
|
+
static {
|
|
291
|
+
__name(this, "ValidationException");
|
|
292
|
+
}
|
|
293
|
+
name = "ValidationException";
|
|
294
|
+
$fault = "client";
|
|
283
295
|
/**
|
|
284
296
|
* @internal
|
|
285
297
|
*/
|
|
@@ -289,18 +301,19 @@ var _ValidationException = class _ValidationException extends EMRContainersServi
|
|
|
289
301
|
$fault: "client",
|
|
290
302
|
...opts
|
|
291
303
|
});
|
|
292
|
-
this.name = "ValidationException";
|
|
293
|
-
this.$fault = "client";
|
|
294
304
|
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
295
305
|
}
|
|
296
306
|
};
|
|
297
|
-
__name(_ValidationException, "ValidationException");
|
|
298
|
-
var ValidationException = _ValidationException;
|
|
299
307
|
var TemplateParameterDataType = {
|
|
300
308
|
NUMBER: "NUMBER",
|
|
301
309
|
STRING: "STRING"
|
|
302
310
|
};
|
|
303
|
-
var
|
|
311
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends EMRContainersServiceException {
|
|
312
|
+
static {
|
|
313
|
+
__name(this, "ResourceNotFoundException");
|
|
314
|
+
}
|
|
315
|
+
name = "ResourceNotFoundException";
|
|
316
|
+
$fault = "client";
|
|
304
317
|
/**
|
|
305
318
|
* @internal
|
|
306
319
|
*/
|
|
@@ -310,13 +323,9 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends EMRCon
|
|
|
310
323
|
$fault: "client",
|
|
311
324
|
...opts
|
|
312
325
|
});
|
|
313
|
-
this.name = "ResourceNotFoundException";
|
|
314
|
-
this.$fault = "client";
|
|
315
326
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
316
327
|
}
|
|
317
328
|
};
|
|
318
|
-
__name(_ResourceNotFoundException, "ResourceNotFoundException");
|
|
319
|
-
var ResourceNotFoundException = _ResourceNotFoundException;
|
|
320
329
|
var PersistentAppUI = {
|
|
321
330
|
DISABLED: "DISABLED",
|
|
322
331
|
ENABLED: "ENABLED"
|
|
@@ -332,7 +341,12 @@ var ContainerInfo;
|
|
|
332
341
|
var ContainerProviderType = {
|
|
333
342
|
EKS: "EKS"
|
|
334
343
|
};
|
|
335
|
-
var
|
|
344
|
+
var EKSRequestThrottledException = class _EKSRequestThrottledException extends EMRContainersServiceException {
|
|
345
|
+
static {
|
|
346
|
+
__name(this, "EKSRequestThrottledException");
|
|
347
|
+
}
|
|
348
|
+
name = "EKSRequestThrottledException";
|
|
349
|
+
$fault = "client";
|
|
336
350
|
/**
|
|
337
351
|
* @internal
|
|
338
352
|
*/
|
|
@@ -342,13 +356,9 @@ var _EKSRequestThrottledException = class _EKSRequestThrottledException extends
|
|
|
342
356
|
$fault: "client",
|
|
343
357
|
...opts
|
|
344
358
|
});
|
|
345
|
-
this.name = "EKSRequestThrottledException";
|
|
346
|
-
this.$fault = "client";
|
|
347
359
|
Object.setPrototypeOf(this, _EKSRequestThrottledException.prototype);
|
|
348
360
|
}
|
|
349
361
|
};
|
|
350
|
-
__name(_EKSRequestThrottledException, "EKSRequestThrottledException");
|
|
351
|
-
var EKSRequestThrottledException = _EKSRequestThrottledException;
|
|
352
362
|
var FailureReason = {
|
|
353
363
|
CLUSTER_UNAVAILABLE: "CLUSTER_UNAVAILABLE",
|
|
354
364
|
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
@@ -385,7 +395,12 @@ var Credentials;
|
|
|
385
395
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
386
396
|
}, "visit");
|
|
387
397
|
})(Credentials || (Credentials = {}));
|
|
388
|
-
var
|
|
398
|
+
var RequestThrottledException = class _RequestThrottledException extends EMRContainersServiceException {
|
|
399
|
+
static {
|
|
400
|
+
__name(this, "RequestThrottledException");
|
|
401
|
+
}
|
|
402
|
+
name = "RequestThrottledException";
|
|
403
|
+
$fault = "client";
|
|
389
404
|
/**
|
|
390
405
|
* @internal
|
|
391
406
|
*/
|
|
@@ -395,13 +410,9 @@ var _RequestThrottledException = class _RequestThrottledException extends EMRCon
|
|
|
395
410
|
$fault: "client",
|
|
396
411
|
...opts
|
|
397
412
|
});
|
|
398
|
-
this.name = "RequestThrottledException";
|
|
399
|
-
this.$fault = "client";
|
|
400
413
|
Object.setPrototypeOf(this, _RequestThrottledException.prototype);
|
|
401
414
|
}
|
|
402
415
|
};
|
|
403
|
-
__name(_RequestThrottledException, "RequestThrottledException");
|
|
404
|
-
var RequestThrottledException = _RequestThrottledException;
|
|
405
416
|
var SparkSqlJobDriverFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
406
417
|
...obj,
|
|
407
418
|
...obj.entryPoint && { entryPoint: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -1473,323 +1484,346 @@ var _t = "types";
|
|
|
1473
1484
|
var _tK = "tagKeys";
|
|
1474
1485
|
|
|
1475
1486
|
// src/commands/CancelJobRunCommand.ts
|
|
1476
|
-
var
|
|
1487
|
+
var CancelJobRunCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1477
1488
|
return [
|
|
1478
1489
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1479
1490
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1480
1491
|
];
|
|
1481
1492
|
}).s("AwsChicagoWebService", "CancelJobRun", {}).n("EMRContainersClient", "CancelJobRunCommand").f(void 0, void 0).ser(se_CancelJobRunCommand).de(de_CancelJobRunCommand).build() {
|
|
1493
|
+
static {
|
|
1494
|
+
__name(this, "CancelJobRunCommand");
|
|
1495
|
+
}
|
|
1482
1496
|
};
|
|
1483
|
-
__name(_CancelJobRunCommand, "CancelJobRunCommand");
|
|
1484
|
-
var CancelJobRunCommand = _CancelJobRunCommand;
|
|
1485
1497
|
|
|
1486
1498
|
// src/commands/CreateJobTemplateCommand.ts
|
|
1487
1499
|
|
|
1488
1500
|
|
|
1489
1501
|
|
|
1490
|
-
var
|
|
1502
|
+
var CreateJobTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1491
1503
|
return [
|
|
1492
1504
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1493
1505
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1494
1506
|
];
|
|
1495
1507
|
}).s("AwsChicagoWebService", "CreateJobTemplate", {}).n("EMRContainersClient", "CreateJobTemplateCommand").f(CreateJobTemplateRequestFilterSensitiveLog, void 0).ser(se_CreateJobTemplateCommand).de(de_CreateJobTemplateCommand).build() {
|
|
1508
|
+
static {
|
|
1509
|
+
__name(this, "CreateJobTemplateCommand");
|
|
1510
|
+
}
|
|
1496
1511
|
};
|
|
1497
|
-
__name(_CreateJobTemplateCommand, "CreateJobTemplateCommand");
|
|
1498
|
-
var CreateJobTemplateCommand = _CreateJobTemplateCommand;
|
|
1499
1512
|
|
|
1500
1513
|
// src/commands/CreateManagedEndpointCommand.ts
|
|
1501
1514
|
|
|
1502
1515
|
|
|
1503
1516
|
|
|
1504
|
-
var
|
|
1517
|
+
var CreateManagedEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1505
1518
|
return [
|
|
1506
1519
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1507
1520
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1508
1521
|
];
|
|
1509
1522
|
}).s("AwsChicagoWebService", "CreateManagedEndpoint", {}).n("EMRContainersClient", "CreateManagedEndpointCommand").f(CreateManagedEndpointRequestFilterSensitiveLog, void 0).ser(se_CreateManagedEndpointCommand).de(de_CreateManagedEndpointCommand).build() {
|
|
1523
|
+
static {
|
|
1524
|
+
__name(this, "CreateManagedEndpointCommand");
|
|
1525
|
+
}
|
|
1510
1526
|
};
|
|
1511
|
-
__name(_CreateManagedEndpointCommand, "CreateManagedEndpointCommand");
|
|
1512
|
-
var CreateManagedEndpointCommand = _CreateManagedEndpointCommand;
|
|
1513
1527
|
|
|
1514
1528
|
// src/commands/CreateSecurityConfigurationCommand.ts
|
|
1515
1529
|
|
|
1516
1530
|
|
|
1517
1531
|
|
|
1518
|
-
var
|
|
1532
|
+
var CreateSecurityConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1519
1533
|
return [
|
|
1520
1534
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1521
1535
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1522
1536
|
];
|
|
1523
1537
|
}).s("AwsChicagoWebService", "CreateSecurityConfiguration", {}).n("EMRContainersClient", "CreateSecurityConfigurationCommand").f(void 0, void 0).ser(se_CreateSecurityConfigurationCommand).de(de_CreateSecurityConfigurationCommand).build() {
|
|
1538
|
+
static {
|
|
1539
|
+
__name(this, "CreateSecurityConfigurationCommand");
|
|
1540
|
+
}
|
|
1524
1541
|
};
|
|
1525
|
-
__name(_CreateSecurityConfigurationCommand, "CreateSecurityConfigurationCommand");
|
|
1526
|
-
var CreateSecurityConfigurationCommand = _CreateSecurityConfigurationCommand;
|
|
1527
1542
|
|
|
1528
1543
|
// src/commands/CreateVirtualClusterCommand.ts
|
|
1529
1544
|
|
|
1530
1545
|
|
|
1531
1546
|
|
|
1532
|
-
var
|
|
1547
|
+
var CreateVirtualClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1533
1548
|
return [
|
|
1534
1549
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1535
1550
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1536
1551
|
];
|
|
1537
1552
|
}).s("AwsChicagoWebService", "CreateVirtualCluster", {}).n("EMRContainersClient", "CreateVirtualClusterCommand").f(void 0, void 0).ser(se_CreateVirtualClusterCommand).de(de_CreateVirtualClusterCommand).build() {
|
|
1553
|
+
static {
|
|
1554
|
+
__name(this, "CreateVirtualClusterCommand");
|
|
1555
|
+
}
|
|
1538
1556
|
};
|
|
1539
|
-
__name(_CreateVirtualClusterCommand, "CreateVirtualClusterCommand");
|
|
1540
|
-
var CreateVirtualClusterCommand = _CreateVirtualClusterCommand;
|
|
1541
1557
|
|
|
1542
1558
|
// src/commands/DeleteJobTemplateCommand.ts
|
|
1543
1559
|
|
|
1544
1560
|
|
|
1545
1561
|
|
|
1546
|
-
var
|
|
1562
|
+
var DeleteJobTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1547
1563
|
return [
|
|
1548
1564
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1549
1565
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1550
1566
|
];
|
|
1551
1567
|
}).s("AwsChicagoWebService", "DeleteJobTemplate", {}).n("EMRContainersClient", "DeleteJobTemplateCommand").f(void 0, void 0).ser(se_DeleteJobTemplateCommand).de(de_DeleteJobTemplateCommand).build() {
|
|
1568
|
+
static {
|
|
1569
|
+
__name(this, "DeleteJobTemplateCommand");
|
|
1570
|
+
}
|
|
1552
1571
|
};
|
|
1553
|
-
__name(_DeleteJobTemplateCommand, "DeleteJobTemplateCommand");
|
|
1554
|
-
var DeleteJobTemplateCommand = _DeleteJobTemplateCommand;
|
|
1555
1572
|
|
|
1556
1573
|
// src/commands/DeleteManagedEndpointCommand.ts
|
|
1557
1574
|
|
|
1558
1575
|
|
|
1559
1576
|
|
|
1560
|
-
var
|
|
1577
|
+
var DeleteManagedEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1561
1578
|
return [
|
|
1562
1579
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1563
1580
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1564
1581
|
];
|
|
1565
1582
|
}).s("AwsChicagoWebService", "DeleteManagedEndpoint", {}).n("EMRContainersClient", "DeleteManagedEndpointCommand").f(void 0, void 0).ser(se_DeleteManagedEndpointCommand).de(de_DeleteManagedEndpointCommand).build() {
|
|
1583
|
+
static {
|
|
1584
|
+
__name(this, "DeleteManagedEndpointCommand");
|
|
1585
|
+
}
|
|
1566
1586
|
};
|
|
1567
|
-
__name(_DeleteManagedEndpointCommand, "DeleteManagedEndpointCommand");
|
|
1568
|
-
var DeleteManagedEndpointCommand = _DeleteManagedEndpointCommand;
|
|
1569
1587
|
|
|
1570
1588
|
// src/commands/DeleteVirtualClusterCommand.ts
|
|
1571
1589
|
|
|
1572
1590
|
|
|
1573
1591
|
|
|
1574
|
-
var
|
|
1592
|
+
var DeleteVirtualClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1575
1593
|
return [
|
|
1576
1594
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1577
1595
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1578
1596
|
];
|
|
1579
1597
|
}).s("AwsChicagoWebService", "DeleteVirtualCluster", {}).n("EMRContainersClient", "DeleteVirtualClusterCommand").f(void 0, void 0).ser(se_DeleteVirtualClusterCommand).de(de_DeleteVirtualClusterCommand).build() {
|
|
1598
|
+
static {
|
|
1599
|
+
__name(this, "DeleteVirtualClusterCommand");
|
|
1600
|
+
}
|
|
1580
1601
|
};
|
|
1581
|
-
__name(_DeleteVirtualClusterCommand, "DeleteVirtualClusterCommand");
|
|
1582
|
-
var DeleteVirtualClusterCommand = _DeleteVirtualClusterCommand;
|
|
1583
1602
|
|
|
1584
1603
|
// src/commands/DescribeJobRunCommand.ts
|
|
1585
1604
|
|
|
1586
1605
|
|
|
1587
1606
|
|
|
1588
|
-
var
|
|
1607
|
+
var DescribeJobRunCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1589
1608
|
return [
|
|
1590
1609
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1591
1610
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1592
1611
|
];
|
|
1593
1612
|
}).s("AwsChicagoWebService", "DescribeJobRun", {}).n("EMRContainersClient", "DescribeJobRunCommand").f(void 0, DescribeJobRunResponseFilterSensitiveLog).ser(se_DescribeJobRunCommand).de(de_DescribeJobRunCommand).build() {
|
|
1613
|
+
static {
|
|
1614
|
+
__name(this, "DescribeJobRunCommand");
|
|
1615
|
+
}
|
|
1594
1616
|
};
|
|
1595
|
-
__name(_DescribeJobRunCommand, "DescribeJobRunCommand");
|
|
1596
|
-
var DescribeJobRunCommand = _DescribeJobRunCommand;
|
|
1597
1617
|
|
|
1598
1618
|
// src/commands/DescribeJobTemplateCommand.ts
|
|
1599
1619
|
|
|
1600
1620
|
|
|
1601
1621
|
|
|
1602
|
-
var
|
|
1622
|
+
var DescribeJobTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1603
1623
|
return [
|
|
1604
1624
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1605
1625
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1606
1626
|
];
|
|
1607
1627
|
}).s("AwsChicagoWebService", "DescribeJobTemplate", {}).n("EMRContainersClient", "DescribeJobTemplateCommand").f(void 0, DescribeJobTemplateResponseFilterSensitiveLog).ser(se_DescribeJobTemplateCommand).de(de_DescribeJobTemplateCommand).build() {
|
|
1628
|
+
static {
|
|
1629
|
+
__name(this, "DescribeJobTemplateCommand");
|
|
1630
|
+
}
|
|
1608
1631
|
};
|
|
1609
|
-
__name(_DescribeJobTemplateCommand, "DescribeJobTemplateCommand");
|
|
1610
|
-
var DescribeJobTemplateCommand = _DescribeJobTemplateCommand;
|
|
1611
1632
|
|
|
1612
1633
|
// src/commands/DescribeManagedEndpointCommand.ts
|
|
1613
1634
|
|
|
1614
1635
|
|
|
1615
1636
|
|
|
1616
|
-
var
|
|
1637
|
+
var DescribeManagedEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1617
1638
|
return [
|
|
1618
1639
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1619
1640
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1620
1641
|
];
|
|
1621
1642
|
}).s("AwsChicagoWebService", "DescribeManagedEndpoint", {}).n("EMRContainersClient", "DescribeManagedEndpointCommand").f(void 0, DescribeManagedEndpointResponseFilterSensitiveLog).ser(se_DescribeManagedEndpointCommand).de(de_DescribeManagedEndpointCommand).build() {
|
|
1643
|
+
static {
|
|
1644
|
+
__name(this, "DescribeManagedEndpointCommand");
|
|
1645
|
+
}
|
|
1622
1646
|
};
|
|
1623
|
-
__name(_DescribeManagedEndpointCommand, "DescribeManagedEndpointCommand");
|
|
1624
|
-
var DescribeManagedEndpointCommand = _DescribeManagedEndpointCommand;
|
|
1625
1647
|
|
|
1626
1648
|
// src/commands/DescribeSecurityConfigurationCommand.ts
|
|
1627
1649
|
|
|
1628
1650
|
|
|
1629
1651
|
|
|
1630
|
-
var
|
|
1652
|
+
var DescribeSecurityConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1631
1653
|
return [
|
|
1632
1654
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1633
1655
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1634
1656
|
];
|
|
1635
1657
|
}).s("AwsChicagoWebService", "DescribeSecurityConfiguration", {}).n("EMRContainersClient", "DescribeSecurityConfigurationCommand").f(void 0, void 0).ser(se_DescribeSecurityConfigurationCommand).de(de_DescribeSecurityConfigurationCommand).build() {
|
|
1658
|
+
static {
|
|
1659
|
+
__name(this, "DescribeSecurityConfigurationCommand");
|
|
1660
|
+
}
|
|
1636
1661
|
};
|
|
1637
|
-
__name(_DescribeSecurityConfigurationCommand, "DescribeSecurityConfigurationCommand");
|
|
1638
|
-
var DescribeSecurityConfigurationCommand = _DescribeSecurityConfigurationCommand;
|
|
1639
1662
|
|
|
1640
1663
|
// src/commands/DescribeVirtualClusterCommand.ts
|
|
1641
1664
|
|
|
1642
1665
|
|
|
1643
1666
|
|
|
1644
|
-
var
|
|
1667
|
+
var DescribeVirtualClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1645
1668
|
return [
|
|
1646
1669
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1647
1670
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1648
1671
|
];
|
|
1649
1672
|
}).s("AwsChicagoWebService", "DescribeVirtualCluster", {}).n("EMRContainersClient", "DescribeVirtualClusterCommand").f(void 0, void 0).ser(se_DescribeVirtualClusterCommand).de(de_DescribeVirtualClusterCommand).build() {
|
|
1673
|
+
static {
|
|
1674
|
+
__name(this, "DescribeVirtualClusterCommand");
|
|
1675
|
+
}
|
|
1650
1676
|
};
|
|
1651
|
-
__name(_DescribeVirtualClusterCommand, "DescribeVirtualClusterCommand");
|
|
1652
|
-
var DescribeVirtualClusterCommand = _DescribeVirtualClusterCommand;
|
|
1653
1677
|
|
|
1654
1678
|
// src/commands/GetManagedEndpointSessionCredentialsCommand.ts
|
|
1655
1679
|
|
|
1656
1680
|
|
|
1657
1681
|
|
|
1658
|
-
var
|
|
1682
|
+
var GetManagedEndpointSessionCredentialsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1659
1683
|
return [
|
|
1660
1684
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1661
1685
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1662
1686
|
];
|
|
1663
1687
|
}).s("AwsChicagoWebService", "GetManagedEndpointSessionCredentials", {}).n("EMRContainersClient", "GetManagedEndpointSessionCredentialsCommand").f(void 0, GetManagedEndpointSessionCredentialsResponseFilterSensitiveLog).ser(se_GetManagedEndpointSessionCredentialsCommand).de(de_GetManagedEndpointSessionCredentialsCommand).build() {
|
|
1688
|
+
static {
|
|
1689
|
+
__name(this, "GetManagedEndpointSessionCredentialsCommand");
|
|
1690
|
+
}
|
|
1664
1691
|
};
|
|
1665
|
-
__name(_GetManagedEndpointSessionCredentialsCommand, "GetManagedEndpointSessionCredentialsCommand");
|
|
1666
|
-
var GetManagedEndpointSessionCredentialsCommand = _GetManagedEndpointSessionCredentialsCommand;
|
|
1667
1692
|
|
|
1668
1693
|
// src/commands/ListJobRunsCommand.ts
|
|
1669
1694
|
|
|
1670
1695
|
|
|
1671
1696
|
|
|
1672
|
-
var
|
|
1697
|
+
var ListJobRunsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1673
1698
|
return [
|
|
1674
1699
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1675
1700
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1676
1701
|
];
|
|
1677
1702
|
}).s("AwsChicagoWebService", "ListJobRuns", {}).n("EMRContainersClient", "ListJobRunsCommand").f(void 0, ListJobRunsResponseFilterSensitiveLog).ser(se_ListJobRunsCommand).de(de_ListJobRunsCommand).build() {
|
|
1703
|
+
static {
|
|
1704
|
+
__name(this, "ListJobRunsCommand");
|
|
1705
|
+
}
|
|
1678
1706
|
};
|
|
1679
|
-
__name(_ListJobRunsCommand, "ListJobRunsCommand");
|
|
1680
|
-
var ListJobRunsCommand = _ListJobRunsCommand;
|
|
1681
1707
|
|
|
1682
1708
|
// src/commands/ListJobTemplatesCommand.ts
|
|
1683
1709
|
|
|
1684
1710
|
|
|
1685
1711
|
|
|
1686
|
-
var
|
|
1712
|
+
var ListJobTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1687
1713
|
return [
|
|
1688
1714
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1689
1715
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1690
1716
|
];
|
|
1691
1717
|
}).s("AwsChicagoWebService", "ListJobTemplates", {}).n("EMRContainersClient", "ListJobTemplatesCommand").f(void 0, ListJobTemplatesResponseFilterSensitiveLog).ser(se_ListJobTemplatesCommand).de(de_ListJobTemplatesCommand).build() {
|
|
1718
|
+
static {
|
|
1719
|
+
__name(this, "ListJobTemplatesCommand");
|
|
1720
|
+
}
|
|
1692
1721
|
};
|
|
1693
|
-
__name(_ListJobTemplatesCommand, "ListJobTemplatesCommand");
|
|
1694
|
-
var ListJobTemplatesCommand = _ListJobTemplatesCommand;
|
|
1695
1722
|
|
|
1696
1723
|
// src/commands/ListManagedEndpointsCommand.ts
|
|
1697
1724
|
|
|
1698
1725
|
|
|
1699
1726
|
|
|
1700
|
-
var
|
|
1727
|
+
var ListManagedEndpointsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1701
1728
|
return [
|
|
1702
1729
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1703
1730
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1704
1731
|
];
|
|
1705
1732
|
}).s("AwsChicagoWebService", "ListManagedEndpoints", {}).n("EMRContainersClient", "ListManagedEndpointsCommand").f(void 0, ListManagedEndpointsResponseFilterSensitiveLog).ser(se_ListManagedEndpointsCommand).de(de_ListManagedEndpointsCommand).build() {
|
|
1733
|
+
static {
|
|
1734
|
+
__name(this, "ListManagedEndpointsCommand");
|
|
1735
|
+
}
|
|
1706
1736
|
};
|
|
1707
|
-
__name(_ListManagedEndpointsCommand, "ListManagedEndpointsCommand");
|
|
1708
|
-
var ListManagedEndpointsCommand = _ListManagedEndpointsCommand;
|
|
1709
1737
|
|
|
1710
1738
|
// src/commands/ListSecurityConfigurationsCommand.ts
|
|
1711
1739
|
|
|
1712
1740
|
|
|
1713
1741
|
|
|
1714
|
-
var
|
|
1742
|
+
var ListSecurityConfigurationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1715
1743
|
return [
|
|
1716
1744
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1717
1745
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1718
1746
|
];
|
|
1719
1747
|
}).s("AwsChicagoWebService", "ListSecurityConfigurations", {}).n("EMRContainersClient", "ListSecurityConfigurationsCommand").f(void 0, void 0).ser(se_ListSecurityConfigurationsCommand).de(de_ListSecurityConfigurationsCommand).build() {
|
|
1748
|
+
static {
|
|
1749
|
+
__name(this, "ListSecurityConfigurationsCommand");
|
|
1750
|
+
}
|
|
1720
1751
|
};
|
|
1721
|
-
__name(_ListSecurityConfigurationsCommand, "ListSecurityConfigurationsCommand");
|
|
1722
|
-
var ListSecurityConfigurationsCommand = _ListSecurityConfigurationsCommand;
|
|
1723
1752
|
|
|
1724
1753
|
// src/commands/ListTagsForResourceCommand.ts
|
|
1725
1754
|
|
|
1726
1755
|
|
|
1727
1756
|
|
|
1728
|
-
var
|
|
1757
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1729
1758
|
return [
|
|
1730
1759
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1731
1760
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1732
1761
|
];
|
|
1733
1762
|
}).s("AwsChicagoWebService", "ListTagsForResource", {}).n("EMRContainersClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
1763
|
+
static {
|
|
1764
|
+
__name(this, "ListTagsForResourceCommand");
|
|
1765
|
+
}
|
|
1734
1766
|
};
|
|
1735
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
1736
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
1737
1767
|
|
|
1738
1768
|
// src/commands/ListVirtualClustersCommand.ts
|
|
1739
1769
|
|
|
1740
1770
|
|
|
1741
1771
|
|
|
1742
|
-
var
|
|
1772
|
+
var ListVirtualClustersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1743
1773
|
return [
|
|
1744
1774
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1745
1775
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1746
1776
|
];
|
|
1747
1777
|
}).s("AwsChicagoWebService", "ListVirtualClusters", {}).n("EMRContainersClient", "ListVirtualClustersCommand").f(void 0, void 0).ser(se_ListVirtualClustersCommand).de(de_ListVirtualClustersCommand).build() {
|
|
1778
|
+
static {
|
|
1779
|
+
__name(this, "ListVirtualClustersCommand");
|
|
1780
|
+
}
|
|
1748
1781
|
};
|
|
1749
|
-
__name(_ListVirtualClustersCommand, "ListVirtualClustersCommand");
|
|
1750
|
-
var ListVirtualClustersCommand = _ListVirtualClustersCommand;
|
|
1751
1782
|
|
|
1752
1783
|
// src/commands/StartJobRunCommand.ts
|
|
1753
1784
|
|
|
1754
1785
|
|
|
1755
1786
|
|
|
1756
|
-
var
|
|
1787
|
+
var StartJobRunCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1757
1788
|
return [
|
|
1758
1789
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1759
1790
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1760
1791
|
];
|
|
1761
1792
|
}).s("AwsChicagoWebService", "StartJobRun", {}).n("EMRContainersClient", "StartJobRunCommand").f(StartJobRunRequestFilterSensitiveLog, void 0).ser(se_StartJobRunCommand).de(de_StartJobRunCommand).build() {
|
|
1793
|
+
static {
|
|
1794
|
+
__name(this, "StartJobRunCommand");
|
|
1795
|
+
}
|
|
1762
1796
|
};
|
|
1763
|
-
__name(_StartJobRunCommand, "StartJobRunCommand");
|
|
1764
|
-
var StartJobRunCommand = _StartJobRunCommand;
|
|
1765
1797
|
|
|
1766
1798
|
// src/commands/TagResourceCommand.ts
|
|
1767
1799
|
|
|
1768
1800
|
|
|
1769
1801
|
|
|
1770
|
-
var
|
|
1802
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1771
1803
|
return [
|
|
1772
1804
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1773
1805
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1774
1806
|
];
|
|
1775
1807
|
}).s("AwsChicagoWebService", "TagResource", {}).n("EMRContainersClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
1808
|
+
static {
|
|
1809
|
+
__name(this, "TagResourceCommand");
|
|
1810
|
+
}
|
|
1776
1811
|
};
|
|
1777
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
1778
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
1779
1812
|
|
|
1780
1813
|
// src/commands/UntagResourceCommand.ts
|
|
1781
1814
|
|
|
1782
1815
|
|
|
1783
1816
|
|
|
1784
|
-
var
|
|
1817
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1785
1818
|
return [
|
|
1786
1819
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1787
1820
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1788
1821
|
];
|
|
1789
1822
|
}).s("AwsChicagoWebService", "UntagResource", {}).n("EMRContainersClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
1823
|
+
static {
|
|
1824
|
+
__name(this, "UntagResourceCommand");
|
|
1825
|
+
}
|
|
1790
1826
|
};
|
|
1791
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
1792
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
1793
1827
|
|
|
1794
1828
|
// src/EMRContainers.ts
|
|
1795
1829
|
var commands = {
|
|
@@ -1817,10 +1851,11 @@ var commands = {
|
|
|
1817
1851
|
TagResourceCommand,
|
|
1818
1852
|
UntagResourceCommand
|
|
1819
1853
|
};
|
|
1820
|
-
var
|
|
1854
|
+
var EMRContainers = class extends EMRContainersClient {
|
|
1855
|
+
static {
|
|
1856
|
+
__name(this, "EMRContainers");
|
|
1857
|
+
}
|
|
1821
1858
|
};
|
|
1822
|
-
__name(_EMRContainers, "EMRContainers");
|
|
1823
|
-
var EMRContainers = _EMRContainers;
|
|
1824
1859
|
(0, import_smithy_client.createAggregatedClient)(commands, EMRContainers);
|
|
1825
1860
|
|
|
1826
1861
|
// src/pagination/ListJobRunsPaginator.ts
|
|
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
|
14
14
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
15
15
|
export { __Client };
|
|
16
16
|
export class EMRContainersClient extends __Client {
|
|
17
|
+
config;
|
|
17
18
|
constructor(...[configuration]) {
|
|
18
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
19
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -4,26 +4,26 @@ export const CertificateProviderType = {
|
|
|
4
4
|
PEM: "PEM",
|
|
5
5
|
};
|
|
6
6
|
export class InternalServerException extends __BaseException {
|
|
7
|
+
name = "InternalServerException";
|
|
8
|
+
$fault = "server";
|
|
7
9
|
constructor(opts) {
|
|
8
10
|
super({
|
|
9
11
|
name: "InternalServerException",
|
|
10
12
|
$fault: "server",
|
|
11
13
|
...opts,
|
|
12
14
|
});
|
|
13
|
-
this.name = "InternalServerException";
|
|
14
|
-
this.$fault = "server";
|
|
15
15
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
export class ValidationException extends __BaseException {
|
|
19
|
+
name = "ValidationException";
|
|
20
|
+
$fault = "client";
|
|
19
21
|
constructor(opts) {
|
|
20
22
|
super({
|
|
21
23
|
name: "ValidationException",
|
|
22
24
|
$fault: "client",
|
|
23
25
|
...opts,
|
|
24
26
|
});
|
|
25
|
-
this.name = "ValidationException";
|
|
26
|
-
this.$fault = "client";
|
|
27
27
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -32,14 +32,14 @@ export const TemplateParameterDataType = {
|
|
|
32
32
|
STRING: "STRING",
|
|
33
33
|
};
|
|
34
34
|
export class ResourceNotFoundException extends __BaseException {
|
|
35
|
+
name = "ResourceNotFoundException";
|
|
36
|
+
$fault = "client";
|
|
35
37
|
constructor(opts) {
|
|
36
38
|
super({
|
|
37
39
|
name: "ResourceNotFoundException",
|
|
38
40
|
$fault: "client",
|
|
39
41
|
...opts,
|
|
40
42
|
});
|
|
41
|
-
this.name = "ResourceNotFoundException";
|
|
42
|
-
this.$fault = "client";
|
|
43
43
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
@@ -59,14 +59,14 @@ export const ContainerProviderType = {
|
|
|
59
59
|
EKS: "EKS",
|
|
60
60
|
};
|
|
61
61
|
export class EKSRequestThrottledException extends __BaseException {
|
|
62
|
+
name = "EKSRequestThrottledException";
|
|
63
|
+
$fault = "client";
|
|
62
64
|
constructor(opts) {
|
|
63
65
|
super({
|
|
64
66
|
name: "EKSRequestThrottledException",
|
|
65
67
|
$fault: "client",
|
|
66
68
|
...opts,
|
|
67
69
|
});
|
|
68
|
-
this.name = "EKSRequestThrottledException";
|
|
69
|
-
this.$fault = "client";
|
|
70
70
|
Object.setPrototypeOf(this, EKSRequestThrottledException.prototype);
|
|
71
71
|
}
|
|
72
72
|
}
|
|
@@ -107,14 +107,14 @@ export var Credentials;
|
|
|
107
107
|
};
|
|
108
108
|
})(Credentials || (Credentials = {}));
|
|
109
109
|
export class RequestThrottledException extends __BaseException {
|
|
110
|
+
name = "RequestThrottledException";
|
|
111
|
+
$fault = "client";
|
|
110
112
|
constructor(opts) {
|
|
111
113
|
super({
|
|
112
114
|
name: "RequestThrottledException",
|
|
113
115
|
$fault: "client",
|
|
114
116
|
...opts,
|
|
115
117
|
});
|
|
116
|
-
this.name = "RequestThrottledException";
|
|
117
|
-
this.$fault = "client";
|
|
118
118
|
Object.setPrototypeOf(this, RequestThrottledException.prototype);
|
|
119
119
|
}
|
|
120
120
|
}
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
|
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string | undefined;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
|
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
32
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
33
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
-
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
35
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
|
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
|
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
-
credentialDefaultProvider:
|
|
10
|
-
input: any
|
|
11
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
_: unknown
|
|
13
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
12
14
|
defaultUserAgentProvider: (
|
|
13
15
|
config?:
|
|
14
16
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
@@ -6,13 +6,15 @@ export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
|
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
-
credentialDefaultProvider:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
init?:
|
|
13
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
14
|
+
| undefined
|
|
15
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
16
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
17
|
+
>);
|
|
16
18
|
defaultUserAgentProvider: (
|
|
17
19
|
config?:
|
|
18
20
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
@@ -28,9 +28,11 @@ export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
|
|
|
28
28
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
29
29
|
| undefined
|
|
30
30
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
31
|
-
credentialDefaultProvider:
|
|
32
|
-
input: any
|
|
33
|
-
|
|
31
|
+
credentialDefaultProvider:
|
|
32
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
33
|
+
| ((
|
|
34
|
+
_: unknown
|
|
35
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
34
36
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
35
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
36
38
|
logger: import("@smithy/types").Logger;
|
|
@@ -50,11 +52,21 @@ export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
|
|
|
50
52
|
| import("@smithy/types").RetryStrategyV2
|
|
51
53
|
| undefined;
|
|
52
54
|
endpoint?:
|
|
53
|
-
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
| ((
|
|
56
|
+
| string
|
|
57
|
+
| import("@smithy/types").Endpoint
|
|
58
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
59
|
+
| import("@smithy/types").EndpointV2
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
61
|
+
) &
|
|
62
|
+
(
|
|
63
|
+
| string
|
|
64
|
+
| import("@smithy/types").Provider<string>
|
|
65
|
+
| import("@smithy/types").Endpoint
|
|
66
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
67
|
+
| import("@smithy/types").EndpointV2
|
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
69
|
+
))
|
|
58
70
|
| undefined;
|
|
59
71
|
endpointProvider: (
|
|
60
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-emr-containers",
|
|
3
3
|
"description": "AWS SDK for JavaScript Emr Containers Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.723.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-containers",
|
|
@@ -20,58 +20,58 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^
|
|
37
|
-
"@smithy/core": "^
|
|
38
|
-
"@smithy/fetch-http-handler": "^
|
|
39
|
-
"@smithy/hash-node": "^
|
|
40
|
-
"@smithy/invalid-dependency": "^
|
|
41
|
-
"@smithy/middleware-content-length": "^
|
|
42
|
-
"@smithy/middleware-endpoint": "^
|
|
43
|
-
"@smithy/middleware-retry": "^
|
|
44
|
-
"@smithy/middleware-serde": "^
|
|
45
|
-
"@smithy/middleware-stack": "^
|
|
46
|
-
"@smithy/node-config-provider": "^
|
|
47
|
-
"@smithy/node-http-handler": "^
|
|
48
|
-
"@smithy/protocol-http": "^
|
|
49
|
-
"@smithy/smithy-client": "^
|
|
50
|
-
"@smithy/types": "^
|
|
51
|
-
"@smithy/url-parser": "^
|
|
52
|
-
"@smithy/util-base64": "^
|
|
53
|
-
"@smithy/util-body-length-browser": "^
|
|
54
|
-
"@smithy/util-body-length-node": "^
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^
|
|
57
|
-
"@smithy/util-endpoints": "^
|
|
58
|
-
"@smithy/util-middleware": "^
|
|
59
|
-
"@smithy/util-retry": "^
|
|
60
|
-
"@smithy/util-utf8": "^
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.723.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.723.0",
|
|
25
|
+
"@aws-sdk/core": "3.723.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.723.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.723.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
|
32
|
+
"@aws-sdk/types": "3.723.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.723.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.723.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.0.0",
|
|
37
|
+
"@smithy/core": "^3.0.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
|
39
|
+
"@smithy/hash-node": "^4.0.0",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.0.0",
|
|
44
|
+
"@smithy/middleware-serde": "^4.0.0",
|
|
45
|
+
"@smithy/middleware-stack": "^4.0.0",
|
|
46
|
+
"@smithy/node-config-provider": "^4.0.0",
|
|
47
|
+
"@smithy/node-http-handler": "^4.0.0",
|
|
48
|
+
"@smithy/protocol-http": "^5.0.0",
|
|
49
|
+
"@smithy/smithy-client": "^4.0.0",
|
|
50
|
+
"@smithy/types": "^4.0.0",
|
|
51
|
+
"@smithy/url-parser": "^4.0.0",
|
|
52
|
+
"@smithy/util-base64": "^4.0.0",
|
|
53
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
|
57
|
+
"@smithy/util-endpoints": "^3.0.0",
|
|
58
|
+
"@smithy/util-middleware": "^4.0.0",
|
|
59
|
+
"@smithy/util-retry": "^4.0.0",
|
|
60
|
+
"@smithy/util-utf8": "^4.0.0",
|
|
61
61
|
"@types/uuid": "^9.0.1",
|
|
62
62
|
"tslib": "^2.6.2",
|
|
63
63
|
"uuid": "^9.0.1"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@tsconfig/
|
|
67
|
-
"@types/node": "^
|
|
66
|
+
"@tsconfig/node18": "18.2.4",
|
|
67
|
+
"@types/node": "^18.19.69",
|
|
68
68
|
"concurrently": "7.0.0",
|
|
69
69
|
"downlevel-dts": "0.10.1",
|
|
70
70
|
"rimraf": "3.0.2",
|
|
71
|
-
"typescript": "~
|
|
71
|
+
"typescript": "~5.2.2"
|
|
72
72
|
},
|
|
73
73
|
"engines": {
|
|
74
|
-
"node": ">=
|
|
74
|
+
"node": ">=18.0.0"
|
|
75
75
|
},
|
|
76
76
|
"typesVersions": {
|
|
77
77
|
"<4.0": {
|