@aws-sdk/client-emr-containers 3.588.0 → 3.592.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 +0 -23
- package/dist-types/EMRContainersClient.d.ts +4 -4
- package/dist-types/commands/CancelJobRunCommand.d.ts +2 -1
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +2 -1
- package/dist-types/commands/CreateManagedEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/CreateVirtualClusterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteManagedEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVirtualClusterCommand.d.ts +2 -1
- package/dist-types/commands/DescribeJobRunCommand.d.ts +2 -1
- package/dist-types/commands/DescribeJobTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DescribeManagedEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVirtualClusterCommand.d.ts +2 -1
- package/dist-types/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +2 -1
- package/dist-types/commands/ListJobRunsCommand.d.ts +2 -1
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/ListManagedEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListVirtualClustersCommand.d.ts +2 -1
- package/dist-types/commands/StartJobRunCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/EMRContainersServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/EMRContainersClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeJobTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/EMRContainersServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -242,7 +242,6 @@ var EMRContainersClient = _EMRContainersClient;
|
|
|
242
242
|
|
|
243
243
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
244
244
|
|
|
245
|
-
var import_types = require("@smithy/types");
|
|
246
245
|
|
|
247
246
|
// src/protocols/Aws_restJson1.ts
|
|
248
247
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1499,7 +1498,6 @@ var CancelJobRunCommand = _CancelJobRunCommand;
|
|
|
1499
1498
|
|
|
1500
1499
|
|
|
1501
1500
|
|
|
1502
|
-
|
|
1503
1501
|
var _CreateJobTemplateCommand = class _CreateJobTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1504
1502
|
...commonParams
|
|
1505
1503
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1516,7 +1514,6 @@ var CreateJobTemplateCommand = _CreateJobTemplateCommand;
|
|
|
1516
1514
|
|
|
1517
1515
|
|
|
1518
1516
|
|
|
1519
|
-
|
|
1520
1517
|
var _CreateManagedEndpointCommand = class _CreateManagedEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1521
1518
|
...commonParams
|
|
1522
1519
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1533,7 +1530,6 @@ var CreateManagedEndpointCommand = _CreateManagedEndpointCommand;
|
|
|
1533
1530
|
|
|
1534
1531
|
|
|
1535
1532
|
|
|
1536
|
-
|
|
1537
1533
|
var _CreateSecurityConfigurationCommand = class _CreateSecurityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1538
1534
|
...commonParams
|
|
1539
1535
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1550,7 +1546,6 @@ var CreateSecurityConfigurationCommand = _CreateSecurityConfigurationCommand;
|
|
|
1550
1546
|
|
|
1551
1547
|
|
|
1552
1548
|
|
|
1553
|
-
|
|
1554
1549
|
var _CreateVirtualClusterCommand = class _CreateVirtualClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1555
1550
|
...commonParams
|
|
1556
1551
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1567,7 +1562,6 @@ var CreateVirtualClusterCommand = _CreateVirtualClusterCommand;
|
|
|
1567
1562
|
|
|
1568
1563
|
|
|
1569
1564
|
|
|
1570
|
-
|
|
1571
1565
|
var _DeleteJobTemplateCommand = class _DeleteJobTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1572
1566
|
...commonParams
|
|
1573
1567
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1584,7 +1578,6 @@ var DeleteJobTemplateCommand = _DeleteJobTemplateCommand;
|
|
|
1584
1578
|
|
|
1585
1579
|
|
|
1586
1580
|
|
|
1587
|
-
|
|
1588
1581
|
var _DeleteManagedEndpointCommand = class _DeleteManagedEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1589
1582
|
...commonParams
|
|
1590
1583
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1601,7 +1594,6 @@ var DeleteManagedEndpointCommand = _DeleteManagedEndpointCommand;
|
|
|
1601
1594
|
|
|
1602
1595
|
|
|
1603
1596
|
|
|
1604
|
-
|
|
1605
1597
|
var _DeleteVirtualClusterCommand = class _DeleteVirtualClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1606
1598
|
...commonParams
|
|
1607
1599
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1618,7 +1610,6 @@ var DeleteVirtualClusterCommand = _DeleteVirtualClusterCommand;
|
|
|
1618
1610
|
|
|
1619
1611
|
|
|
1620
1612
|
|
|
1621
|
-
|
|
1622
1613
|
var _DescribeJobRunCommand = class _DescribeJobRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1623
1614
|
...commonParams
|
|
1624
1615
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1635,7 +1626,6 @@ var DescribeJobRunCommand = _DescribeJobRunCommand;
|
|
|
1635
1626
|
|
|
1636
1627
|
|
|
1637
1628
|
|
|
1638
|
-
|
|
1639
1629
|
var _DescribeJobTemplateCommand = class _DescribeJobTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1640
1630
|
...commonParams
|
|
1641
1631
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1652,7 +1642,6 @@ var DescribeJobTemplateCommand = _DescribeJobTemplateCommand;
|
|
|
1652
1642
|
|
|
1653
1643
|
|
|
1654
1644
|
|
|
1655
|
-
|
|
1656
1645
|
var _DescribeManagedEndpointCommand = class _DescribeManagedEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1657
1646
|
...commonParams
|
|
1658
1647
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1669,7 +1658,6 @@ var DescribeManagedEndpointCommand = _DescribeManagedEndpointCommand;
|
|
|
1669
1658
|
|
|
1670
1659
|
|
|
1671
1660
|
|
|
1672
|
-
|
|
1673
1661
|
var _DescribeSecurityConfigurationCommand = class _DescribeSecurityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1674
1662
|
...commonParams
|
|
1675
1663
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1686,7 +1674,6 @@ var DescribeSecurityConfigurationCommand = _DescribeSecurityConfigurationCommand
|
|
|
1686
1674
|
|
|
1687
1675
|
|
|
1688
1676
|
|
|
1689
|
-
|
|
1690
1677
|
var _DescribeVirtualClusterCommand = class _DescribeVirtualClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1691
1678
|
...commonParams
|
|
1692
1679
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1703,7 +1690,6 @@ var DescribeVirtualClusterCommand = _DescribeVirtualClusterCommand;
|
|
|
1703
1690
|
|
|
1704
1691
|
|
|
1705
1692
|
|
|
1706
|
-
|
|
1707
1693
|
var _GetManagedEndpointSessionCredentialsCommand = class _GetManagedEndpointSessionCredentialsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1708
1694
|
...commonParams
|
|
1709
1695
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1720,7 +1706,6 @@ var GetManagedEndpointSessionCredentialsCommand = _GetManagedEndpointSessionCred
|
|
|
1720
1706
|
|
|
1721
1707
|
|
|
1722
1708
|
|
|
1723
|
-
|
|
1724
1709
|
var _ListJobRunsCommand = class _ListJobRunsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1725
1710
|
...commonParams
|
|
1726
1711
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1737,7 +1722,6 @@ var ListJobRunsCommand = _ListJobRunsCommand;
|
|
|
1737
1722
|
|
|
1738
1723
|
|
|
1739
1724
|
|
|
1740
|
-
|
|
1741
1725
|
var _ListJobTemplatesCommand = class _ListJobTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1742
1726
|
...commonParams
|
|
1743
1727
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1754,7 +1738,6 @@ var ListJobTemplatesCommand = _ListJobTemplatesCommand;
|
|
|
1754
1738
|
|
|
1755
1739
|
|
|
1756
1740
|
|
|
1757
|
-
|
|
1758
1741
|
var _ListManagedEndpointsCommand = class _ListManagedEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1759
1742
|
...commonParams
|
|
1760
1743
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1771,7 +1754,6 @@ var ListManagedEndpointsCommand = _ListManagedEndpointsCommand;
|
|
|
1771
1754
|
|
|
1772
1755
|
|
|
1773
1756
|
|
|
1774
|
-
|
|
1775
1757
|
var _ListSecurityConfigurationsCommand = class _ListSecurityConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1776
1758
|
...commonParams
|
|
1777
1759
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1788,7 +1770,6 @@ var ListSecurityConfigurationsCommand = _ListSecurityConfigurationsCommand;
|
|
|
1788
1770
|
|
|
1789
1771
|
|
|
1790
1772
|
|
|
1791
|
-
|
|
1792
1773
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1793
1774
|
...commonParams
|
|
1794
1775
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1805,7 +1786,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1805
1786
|
|
|
1806
1787
|
|
|
1807
1788
|
|
|
1808
|
-
|
|
1809
1789
|
var _ListVirtualClustersCommand = class _ListVirtualClustersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1810
1790
|
...commonParams
|
|
1811
1791
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1822,7 +1802,6 @@ var ListVirtualClustersCommand = _ListVirtualClustersCommand;
|
|
|
1822
1802
|
|
|
1823
1803
|
|
|
1824
1804
|
|
|
1825
|
-
|
|
1826
1805
|
var _StartJobRunCommand = class _StartJobRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1827
1806
|
...commonParams
|
|
1828
1807
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1839,7 +1818,6 @@ var StartJobRunCommand = _StartJobRunCommand;
|
|
|
1839
1818
|
|
|
1840
1819
|
|
|
1841
1820
|
|
|
1842
|
-
|
|
1843
1821
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1844
1822
|
...commonParams
|
|
1845
1823
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1856,7 +1834,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1856
1834
|
|
|
1857
1835
|
|
|
1858
1836
|
|
|
1859
|
-
|
|
1860
1837
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1861
1838
|
...commonParams
|
|
1862
1839
|
}).m(function(Command, cs, config, o) {
|
|
@@ -113,15 +113,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
113
113
|
* Enables FIPS compatible endpoints.
|
|
114
114
|
*/
|
|
115
115
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
116
|
+
/**
|
|
117
|
+
* The AWS region to which this client will send requests
|
|
118
|
+
*/
|
|
119
|
+
region?: string | __Provider<string>;
|
|
116
120
|
/**
|
|
117
121
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
118
122
|
* @internal
|
|
119
123
|
*/
|
|
120
124
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
121
|
-
/**
|
|
122
|
-
* The AWS region to which this client will send requests
|
|
123
|
-
*/
|
|
124
|
-
region?: string | __Provider<string>;
|
|
125
125
|
/**
|
|
126
126
|
* Default credentials provider; Not available in browser runtime.
|
|
127
127
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
export * from "./EMRContainersClient";
|
|
30
30
|
export * from "./EMRContainers";
|
|
31
31
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
32
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
33
|
-
export { EMRContainersExtensionConfiguration } from "./extensionConfiguration";
|
|
32
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
33
|
+
export type { EMRContainersExtensionConfiguration } from "./extensionConfiguration";
|
|
34
34
|
export * from "./commands";
|
|
35
35
|
export * from "./pagination";
|
|
36
36
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -208,8 +208,8 @@ export interface ClientDefaults
|
|
|
208
208
|
serviceId?: string;
|
|
209
209
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
210
210
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
211
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
212
211
|
region?: string | __Provider<string>;
|
|
212
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
213
213
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
214
214
|
maxAttempts?: number | __Provider<number>;
|
|
215
215
|
retryMode?: string | __Provider<string>;
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EMRContainersClient";
|
|
8
8
|
import { CancelJobRunRequest, CancelJobRunResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CancelJobRunCommandInput extends CancelJobRunRequest {}
|
|
11
12
|
export interface CancelJobRunCommandOutput
|
|
12
13
|
extends CancelJobRunResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateJobTemplateRequest,
|
|
10
10
|
CreateJobTemplateResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateJobTemplateCommandInput
|
|
14
15
|
extends CreateJobTemplateRequest {}
|
|
15
16
|
export interface CreateJobTemplateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateManagedEndpointRequest,
|
|
10
10
|
CreateManagedEndpointResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateManagedEndpointCommandInput
|
|
14
15
|
extends CreateManagedEndpointRequest {}
|
|
15
16
|
export interface CreateManagedEndpointCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateSecurityConfigurationRequest,
|
|
10
10
|
CreateSecurityConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateSecurityConfigurationCommandInput
|
|
14
15
|
extends CreateSecurityConfigurationRequest {}
|
|
15
16
|
export interface CreateSecurityConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateVirtualClusterRequest,
|
|
10
10
|
CreateVirtualClusterResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateVirtualClusterCommandInput
|
|
14
15
|
extends CreateVirtualClusterRequest {}
|
|
15
16
|
export interface CreateVirtualClusterCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteJobTemplateRequest,
|
|
10
10
|
DeleteJobTemplateResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteJobTemplateCommandInput
|
|
14
15
|
extends DeleteJobTemplateRequest {}
|
|
15
16
|
export interface DeleteJobTemplateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteManagedEndpointRequest,
|
|
10
10
|
DeleteManagedEndpointResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteManagedEndpointCommandInput
|
|
14
15
|
extends DeleteManagedEndpointRequest {}
|
|
15
16
|
export interface DeleteManagedEndpointCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteVirtualClusterRequest,
|
|
10
10
|
DeleteVirtualClusterResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteVirtualClusterCommandInput
|
|
14
15
|
extends DeleteVirtualClusterRequest {}
|
|
15
16
|
export interface DeleteVirtualClusterCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeJobRunRequest,
|
|
10
10
|
DescribeJobRunResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeJobRunCommandInput extends DescribeJobRunRequest {}
|
|
14
15
|
export interface DescribeJobRunCommandOutput
|
|
15
16
|
extends DescribeJobRunResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeJobTemplateRequest,
|
|
10
10
|
DescribeJobTemplateResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeJobTemplateCommandInput
|
|
14
15
|
extends DescribeJobTemplateRequest {}
|
|
15
16
|
export interface DescribeJobTemplateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeManagedEndpointRequest,
|
|
10
10
|
DescribeManagedEndpointResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeManagedEndpointCommandInput
|
|
14
15
|
extends DescribeManagedEndpointRequest {}
|
|
15
16
|
export interface DescribeManagedEndpointCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeSecurityConfigurationRequest,
|
|
10
10
|
DescribeSecurityConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeSecurityConfigurationCommandInput
|
|
14
15
|
extends DescribeSecurityConfigurationRequest {}
|
|
15
16
|
export interface DescribeSecurityConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeVirtualClusterRequest,
|
|
10
10
|
DescribeVirtualClusterResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeVirtualClusterCommandInput
|
|
14
15
|
extends DescribeVirtualClusterRequest {}
|
|
15
16
|
export interface DescribeVirtualClusterCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetManagedEndpointSessionCredentialsRequest,
|
|
10
10
|
GetManagedEndpointSessionCredentialsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetManagedEndpointSessionCredentialsCommandInput
|
|
14
15
|
extends GetManagedEndpointSessionCredentialsRequest {}
|
|
15
16
|
export interface GetManagedEndpointSessionCredentialsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EMRContainersClient";
|
|
8
8
|
import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListJobRunsCommandInput extends ListJobRunsRequest {}
|
|
11
12
|
export interface ListJobRunsCommandOutput
|
|
12
13
|
extends ListJobRunsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListJobTemplatesRequest,
|
|
10
10
|
ListJobTemplatesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListJobTemplatesCommandInput extends ListJobTemplatesRequest {}
|
|
14
15
|
export interface ListJobTemplatesCommandOutput
|
|
15
16
|
extends ListJobTemplatesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListManagedEndpointsRequest,
|
|
10
10
|
ListManagedEndpointsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListManagedEndpointsCommandInput
|
|
14
15
|
extends ListManagedEndpointsRequest {}
|
|
15
16
|
export interface ListManagedEndpointsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListSecurityConfigurationsRequest,
|
|
10
10
|
ListSecurityConfigurationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListSecurityConfigurationsCommandInput
|
|
14
15
|
extends ListSecurityConfigurationsRequest {}
|
|
15
16
|
export interface ListSecurityConfigurationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListVirtualClustersRequest,
|
|
10
10
|
ListVirtualClustersResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListVirtualClustersCommandInput
|
|
14
15
|
extends ListVirtualClustersRequest {}
|
|
15
16
|
export interface ListVirtualClustersCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EMRContainersClient";
|
|
8
8
|
import { StartJobRunRequest, StartJobRunResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface StartJobRunCommandInput extends StartJobRunRequest {}
|
|
11
12
|
export interface StartJobRunCommandOutput
|
|
12
13
|
extends StartJobRunResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EMRContainersClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class EMRContainersServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
|
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
24
25
|
import("@smithy/types").UserAgent
|
|
25
26
|
>;
|
|
26
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
27
27
|
credentialDefaultProvider: (
|
|
28
28
|
input: any
|
|
29
29
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
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.592.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,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.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.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|