@aws-sdk/client-emr-containers 3.35.0 → 3.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/EMRContainers.js +0 -25
- package/dist-cjs/EMRContainersClient.js +0 -30
- package/dist-cjs/commands/CancelJobRunCommand.js +0 -25
- package/dist-cjs/commands/CreateManagedEndpointCommand.js +0 -25
- package/dist-cjs/commands/CreateVirtualClusterCommand.js +0 -25
- package/dist-cjs/commands/DeleteManagedEndpointCommand.js +0 -25
- package/dist-cjs/commands/DeleteVirtualClusterCommand.js +0 -25
- package/dist-cjs/commands/DescribeJobRunCommand.js +0 -25
- package/dist-cjs/commands/DescribeManagedEndpointCommand.js +0 -25
- package/dist-cjs/commands/DescribeVirtualClusterCommand.js +0 -25
- package/dist-cjs/commands/ListJobRunsCommand.js +0 -25
- package/dist-cjs/commands/ListManagedEndpointsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/ListVirtualClustersCommand.js +0 -25
- package/dist-cjs/commands/StartJobRunCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/index.js +18 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -22
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -139
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListJobRunsPaginator.js +0 -11
- package/dist-cjs/pagination/ListManagedEndpointsPaginator.js +0 -11
- package/dist-cjs/pagination/ListVirtualClustersPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/EMRContainers.js +0 -1
- package/dist-es/EMRContainersClient.js +0 -1
- package/dist-es/commands/CancelJobRunCommand.js +0 -1
- package/dist-es/commands/CreateManagedEndpointCommand.js +0 -1
- package/dist-es/commands/CreateVirtualClusterCommand.js +0 -1
- package/dist-es/commands/DeleteManagedEndpointCommand.js +0 -1
- package/dist-es/commands/DeleteVirtualClusterCommand.js +0 -1
- package/dist-es/commands/DescribeJobRunCommand.js +0 -1
- package/dist-es/commands/DescribeManagedEndpointCommand.js +0 -1
- package/dist-es/commands/DescribeVirtualClusterCommand.js +0 -1
- package/dist-es/commands/ListJobRunsCommand.js +0 -1
- package/dist-es/commands/ListManagedEndpointsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/ListVirtualClustersCommand.js +0 -1
- package/dist-es/commands/StartJobRunCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/index.js +15 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -22
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListJobRunsPaginator.js +0 -1
- package/dist-es/pagination/ListManagedEndpointsPaginator.js +0 -1
- package/dist-es/pagination/ListVirtualClustersPaginator.js +0 -1
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +15 -0
- package/dist-types/index.d.ts +4 -21
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/EMRContainers.d.ts +16 -69
- package/dist-types/ts3.4/EMRContainersClient.d.ts +24 -110
- package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +15 -0
- package/dist-types/ts3.4/index.d.ts +4 -21
- package/dist-types/ts3.4/models/models_0.d.ts +205 -623
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/EMRContainers.js.map +0 -1
- package/dist-cjs/EMRContainersClient.js.map +0 -1
- package/dist-cjs/commands/CancelJobRunCommand.js.map +0 -1
- package/dist-cjs/commands/CreateManagedEndpointCommand.js.map +0 -1
- package/dist-cjs/commands/CreateVirtualClusterCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteManagedEndpointCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteVirtualClusterCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeJobRunCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeManagedEndpointCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeVirtualClusterCommand.js.map +0 -1
- package/dist-cjs/commands/ListJobRunsCommand.js.map +0 -1
- package/dist-cjs/commands/ListManagedEndpointsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/ListVirtualClustersCommand.js.map +0 -1
- package/dist-cjs/commands/StartJobRunCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListJobRunsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListManagedEndpointsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListVirtualClustersPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/EMRContainers.js.map +0 -1
- package/dist-es/EMRContainersClient.js.map +0 -1
- package/dist-es/commands/CancelJobRunCommand.js.map +0 -1
- package/dist-es/commands/CreateManagedEndpointCommand.js.map +0 -1
- package/dist-es/commands/CreateVirtualClusterCommand.js.map +0 -1
- package/dist-es/commands/DeleteManagedEndpointCommand.js.map +0 -1
- package/dist-es/commands/DeleteVirtualClusterCommand.js.map +0 -1
- package/dist-es/commands/DescribeJobRunCommand.js.map +0 -1
- package/dist-es/commands/DescribeManagedEndpointCommand.js.map +0 -1
- package/dist-es/commands/DescribeVirtualClusterCommand.js.map +0 -1
- package/dist-es/commands/ListJobRunsCommand.js.map +0 -1
- package/dist-es/commands/ListManagedEndpointsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/ListVirtualClustersCommand.js.map +0 -1
- package/dist-es/commands/StartJobRunCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListJobRunsPaginator.js.map +0 -1
- package/dist-es/pagination/ListManagedEndpointsPaginator.js.map +0 -1
- package/dist-es/pagination/ListVirtualClustersPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/EMRContainers.ts +0 -551
- package/src/EMRContainersClient.ts +0 -329
- package/src/commands/CancelJobRunCommand.ts +0 -95
- package/src/commands/CreateManagedEndpointCommand.ts +0 -95
- package/src/commands/CreateVirtualClusterCommand.ts +0 -95
- package/src/commands/DeleteManagedEndpointCommand.ts +0 -95
- package/src/commands/DeleteVirtualClusterCommand.ts +0 -95
- package/src/commands/DescribeJobRunCommand.ts +0 -95
- package/src/commands/DescribeManagedEndpointCommand.ts +0 -95
- package/src/commands/DescribeVirtualClusterCommand.ts +0 -95
- package/src/commands/ListJobRunsCommand.ts +0 -95
- package/src/commands/ListManagedEndpointsCommand.ts +0 -95
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/ListVirtualClustersCommand.ts +0 -95
- package/src/commands/StartJobRunCommand.ts +0 -95
- package/src/commands/TagResourceCommand.ts +0 -95
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/endpoints.ts +0 -83
- package/src/index.ts +0 -22
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -1388
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListJobRunsPaginator.ts +0 -55
- package/src/pagination/ListManagedEndpointsPaginator.ts +0 -59
- package/src/pagination/ListVirtualClustersPaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -2265
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -4,22 +4,13 @@ exports.paginateListManagedEndpoints = void 0;
|
|
|
4
4
|
const ListManagedEndpointsCommand_1 = require("../commands/ListManagedEndpointsCommand");
|
|
5
5
|
const EMRContainers_1 = require("../EMRContainers");
|
|
6
6
|
const EMRContainersClient_1 = require("../EMRContainersClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListManagedEndpointsCommand_1.ListManagedEndpointsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listManagedEndpoints(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListManagedEndpoints(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListManagedEndpoints(config, input, ...additionalArgumen
|
|
|
39
30
|
token = page.nextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListManagedEndpoints = paginateListManagedEndpoints;
|
|
46
|
-
//# sourceMappingURL=ListManagedEndpointsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListVirtualClusters = void 0;
|
|
|
4
4
|
const ListVirtualClustersCommand_1 = require("../commands/ListVirtualClustersCommand");
|
|
5
5
|
const EMRContainers_1 = require("../EMRContainers");
|
|
6
6
|
const EMRContainersClient_1 = require("../EMRContainersClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListVirtualClustersCommand_1.ListVirtualClustersCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listVirtualClusters(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListVirtualClusters(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListVirtualClusters(config, input, ...additionalArgument
|
|
|
39
30
|
token = page.nextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListVirtualClusters = paginateListVirtualClusters;
|
|
46
|
-
//# sourceMappingURL=ListVirtualClustersPaginator.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ListJobRunsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ListManagedEndpointsPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListVirtualClustersPaginator"), exports);
|
|
@@ -1894,14 +1894,12 @@ const deserializeMetadata = (output) => {
|
|
|
1894
1894
|
cfId: output.headers["x-amz-cf-id"],
|
|
1895
1895
|
});
|
|
1896
1896
|
};
|
|
1897
|
-
// Collect low-level response body stream to Uint8Array.
|
|
1898
1897
|
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
1899
1898
|
if (streamBody instanceof Uint8Array) {
|
|
1900
1899
|
return Promise.resolve(streamBody);
|
|
1901
1900
|
}
|
|
1902
1901
|
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
1903
1902
|
};
|
|
1904
|
-
// Encode Uint8Array data into string with utf-8.
|
|
1905
1903
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
1906
1904
|
const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
1907
1905
|
value !== null &&
|
|
@@ -1914,9 +1912,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
1914
1912
|
}
|
|
1915
1913
|
return {};
|
|
1916
1914
|
});
|
|
1917
|
-
/**
|
|
1918
|
-
* Load an error code for the aws.rest-json-1.1 protocol.
|
|
1919
|
-
*/
|
|
1920
1915
|
const loadRestJsonErrorCode = (output, data) => {
|
|
1921
1916
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
1922
1917
|
const sanitizeErrorCode = (rawValue) => {
|
|
@@ -1941,4 +1936,3 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
1941
1936
|
}
|
|
1942
1937
|
return "";
|
|
1943
1938
|
};
|
|
1944
|
-
//# sourceMappingURL=Aws_restJson1.js.map
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
5
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
6
7
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
7
8
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -10,12 +11,7 @@ const util_base64_browser_1 = require("@aws-sdk/util-base64-browser");
|
|
|
10
11
|
const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
11
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
12
13
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
13
|
-
// @ts-ignore: package.json will be imported from dist folders
|
|
14
|
-
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
15
14
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
15
|
const getRuntimeConfig = (config) => {
|
|
20
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
21
17
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
@@ -39,4 +35,3 @@ const getRuntimeConfig = (config) => {
|
|
|
39
35
|
};
|
|
40
36
|
};
|
|
41
37
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
42
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
5
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
6
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
7
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -9,17 +10,12 @@ const hash_node_1 = require("@aws-sdk/hash-node");
|
|
|
9
10
|
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
10
11
|
const node_config_provider_1 = require("@aws-sdk/node-config-provider");
|
|
11
12
|
const node_http_handler_1 = require("@aws-sdk/node-http-handler");
|
|
12
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
13
13
|
const util_base64_node_1 = require("@aws-sdk/util-base64-node");
|
|
14
14
|
const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
15
15
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
|
-
// @ts-ignore: package.json will be imported from dist folders
|
|
18
|
-
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
19
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
20
|
-
|
|
21
|
-
* @internal
|
|
22
|
-
*/
|
|
18
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
23
19
|
const getRuntimeConfig = (config) => {
|
|
24
20
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
25
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -44,4 +40,3 @@ const getRuntimeConfig = (config) => {
|
|
|
44
40
|
};
|
|
45
41
|
};
|
|
46
42
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
47
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
5
5
|
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a;
|
|
11
8
|
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
|
|
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
|
|
|
17
14
|
};
|
|
18
15
|
};
|
|
19
16
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
20
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
5
5
|
const endpoints_1 = require("./endpoints");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a, _b, _c, _d, _e;
|
|
11
8
|
return ({
|
|
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
15
|
});
|
|
19
16
|
};
|
|
20
17
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
package/dist-es/EMRContainers.js
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export * from "./CancelJobRunCommand";
|
|
2
|
+
export * from "./CreateManagedEndpointCommand";
|
|
3
|
+
export * from "./CreateVirtualClusterCommand";
|
|
4
|
+
export * from "./DeleteManagedEndpointCommand";
|
|
5
|
+
export * from "./DeleteVirtualClusterCommand";
|
|
6
|
+
export * from "./DescribeJobRunCommand";
|
|
7
|
+
export * from "./DescribeManagedEndpointCommand";
|
|
8
|
+
export * from "./DescribeVirtualClusterCommand";
|
|
9
|
+
export * from "./ListJobRunsCommand";
|
|
10
|
+
export * from "./ListManagedEndpointsCommand";
|
|
11
|
+
export * from "./ListTagsForResourceCommand";
|
|
12
|
+
export * from "./ListVirtualClustersCommand";
|
|
13
|
+
export * from "./StartJobRunCommand";
|
|
14
|
+
export * from "./TagResourceCommand";
|
|
15
|
+
export * from "./UntagResourceCommand";
|
package/dist-es/endpoints.js
CHANGED
|
@@ -59,7 +59,7 @@ var partitionHash = {
|
|
|
59
59
|
hostname: "emr-containers.{region}.amazonaws.com.cn",
|
|
60
60
|
},
|
|
61
61
|
"aws-iso": {
|
|
62
|
-
regions: ["us-iso-east-1"],
|
|
62
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
63
63
|
hostname: "emr-containers.{region}.c2s.ic.gov",
|
|
64
64
|
},
|
|
65
65
|
"aws-iso-b": {
|
|
@@ -76,4 +76,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
|
|
|
76
76
|
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "emr-containers", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
77
77
|
});
|
|
78
78
|
}); };
|
|
79
|
-
//# sourceMappingURL=endpoints.js.map
|
package/dist-es/index.js
CHANGED
|
@@ -1,23 +1,5 @@
|
|
|
1
|
-
export * from "./EMRContainersClient";
|
|
2
1
|
export * from "./EMRContainers";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/DeleteVirtualClusterCommand";
|
|
8
|
-
export * from "./commands/DescribeJobRunCommand";
|
|
9
|
-
export * from "./commands/DescribeManagedEndpointCommand";
|
|
10
|
-
export * from "./commands/DescribeVirtualClusterCommand";
|
|
11
|
-
export * from "./commands/ListJobRunsCommand";
|
|
12
|
-
export * from "./pagination/ListJobRunsPaginator";
|
|
13
|
-
export * from "./commands/ListManagedEndpointsCommand";
|
|
14
|
-
export * from "./pagination/ListManagedEndpointsPaginator";
|
|
15
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
16
|
-
export * from "./commands/ListVirtualClustersCommand";
|
|
17
|
-
export * from "./pagination/ListVirtualClustersPaginator";
|
|
18
|
-
export * from "./commands/StartJobRunCommand";
|
|
19
|
-
export * from "./commands/TagResourceCommand";
|
|
20
|
-
export * from "./commands/UntagResourceCommand";
|
|
21
|
-
export * from "./pagination/Interfaces";
|
|
22
|
-
export * from "./models/index";
|
|
23
|
-
//# sourceMappingURL=index.js.map
|
|
2
|
+
export * from "./EMRContainersClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
package/dist-es/models/index.js
CHANGED
|
@@ -252,4 +252,3 @@ export var ListManagedEndpointsResponse;
|
|
|
252
252
|
(function (ListManagedEndpointsResponse) {
|
|
253
253
|
ListManagedEndpointsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
254
|
})(ListManagedEndpointsResponse || (ListManagedEndpointsResponse = {}));
|
|
255
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
import packageInfo from "../package.json";
|
|
2
3
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
4
|
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
4
5
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
@@ -7,11 +8,9 @@ import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
|
|
|
7
8
|
import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
8
9
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
9
10
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
10
|
-
import packageInfo from "../package.json";
|
|
11
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
12
|
export var getRuntimeConfig = function (config) {
|
|
13
13
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
14
14
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
15
15
|
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
import packageInfo from "../package.json";
|
|
2
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
3
4
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
4
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
@@ -6,17 +7,15 @@ import { Hash } from "@aws-sdk/hash-node";
|
|
|
6
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
|
|
7
8
|
import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
|
|
8
9
|
import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler";
|
|
9
|
-
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
10
10
|
import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
|
|
11
11
|
import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
|
|
12
12
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
13
13
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
14
|
-
import packageInfo from "../package.json";
|
|
15
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
|
+
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
16
16
|
export var getRuntimeConfig = function (config) {
|
|
17
17
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
18
18
|
emitWarningIfUnsupportedVersion(process.version);
|
|
19
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
20
20
|
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -6,4 +6,3 @@ export var getRuntimeConfig = function (config) {
|
|
|
6
6
|
var browserDefaults = getBrowserRuntimeConfig(config);
|
|
7
7
|
return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
|
|
8
8
|
};
|
|
9
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export * from "./CancelJobRunCommand";
|
|
2
|
+
export * from "./CreateManagedEndpointCommand";
|
|
3
|
+
export * from "./CreateVirtualClusterCommand";
|
|
4
|
+
export * from "./DeleteManagedEndpointCommand";
|
|
5
|
+
export * from "./DeleteVirtualClusterCommand";
|
|
6
|
+
export * from "./DescribeJobRunCommand";
|
|
7
|
+
export * from "./DescribeManagedEndpointCommand";
|
|
8
|
+
export * from "./DescribeVirtualClusterCommand";
|
|
9
|
+
export * from "./ListJobRunsCommand";
|
|
10
|
+
export * from "./ListManagedEndpointsCommand";
|
|
11
|
+
export * from "./ListTagsForResourceCommand";
|
|
12
|
+
export * from "./ListVirtualClustersCommand";
|
|
13
|
+
export * from "./StartJobRunCommand";
|
|
14
|
+
export * from "./TagResourceCommand";
|
|
15
|
+
export * from "./UntagResourceCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,22 +1,5 @@
|
|
|
1
|
-
export * from "./EMRContainersClient";
|
|
2
1
|
export * from "./EMRContainers";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/DeleteVirtualClusterCommand";
|
|
8
|
-
export * from "./commands/DescribeJobRunCommand";
|
|
9
|
-
export * from "./commands/DescribeManagedEndpointCommand";
|
|
10
|
-
export * from "./commands/DescribeVirtualClusterCommand";
|
|
11
|
-
export * from "./commands/ListJobRunsCommand";
|
|
12
|
-
export * from "./pagination/ListJobRunsPaginator";
|
|
13
|
-
export * from "./commands/ListManagedEndpointsCommand";
|
|
14
|
-
export * from "./pagination/ListManagedEndpointsPaginator";
|
|
15
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
16
|
-
export * from "./commands/ListVirtualClustersCommand";
|
|
17
|
-
export * from "./pagination/ListVirtualClustersPaginator";
|
|
18
|
-
export * from "./commands/StartJobRunCommand";
|
|
19
|
-
export * from "./commands/TagResourceCommand";
|
|
20
|
-
export * from "./commands/UntagResourceCommand";
|
|
21
|
-
export * from "./pagination/Interfaces";
|
|
22
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./EMRContainersClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|