@aws-sdk/client-emr-containers 3.31.0 → 3.35.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 +39 -0
- package/{dist/cjs → dist-cjs}/EMRContainers.js +1 -1
- package/dist-cjs/EMRContainers.js.map +1 -0
- package/{dist/cjs → dist-cjs}/EMRContainersClient.js +14 -14
- package/dist-cjs/EMRContainersClient.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CancelJobRunCommand.js +5 -5
- package/dist-cjs/commands/CancelJobRunCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateManagedEndpointCommand.js +5 -5
- package/dist-cjs/commands/CreateManagedEndpointCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateVirtualClusterCommand.js +5 -5
- package/dist-cjs/commands/CreateVirtualClusterCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteManagedEndpointCommand.js +5 -5
- package/dist-cjs/commands/DeleteManagedEndpointCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteVirtualClusterCommand.js +5 -5
- package/dist-cjs/commands/DeleteVirtualClusterCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeJobRunCommand.js +5 -5
- package/dist-cjs/commands/DescribeJobRunCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeManagedEndpointCommand.js +5 -5
- package/dist-cjs/commands/DescribeManagedEndpointCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeVirtualClusterCommand.js +5 -5
- package/dist-cjs/commands/DescribeVirtualClusterCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListJobRunsCommand.js +5 -5
- package/dist-cjs/commands/ListJobRunsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListManagedEndpointsCommand.js +5 -5
- package/dist-cjs/commands/ListManagedEndpointsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +5 -5
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListVirtualClustersCommand.js +5 -5
- package/dist-cjs/commands/ListVirtualClustersCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/StartJobRunCommand.js +5 -5
- package/dist-cjs/commands/StartJobRunCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +5 -5
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -5
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +26 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +1 -1
- package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
- package/{dist/cjs → dist-cjs}/pagination/ListJobRunsPaginator.js +1 -1
- package/dist-cjs/pagination/ListJobRunsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListManagedEndpointsPaginator.js +1 -1
- package/dist-cjs/pagination/ListManagedEndpointsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListVirtualClustersPaginator.js +1 -1
- package/dist-cjs/pagination/ListVirtualClustersPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +105 -105
- package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/{dist/es → dist-es}/EMRContainers.js +2 -26
- package/dist-es/EMRContainers.js.map +1 -0
- package/dist-es/EMRContainersClient.js +38 -0
- package/dist-es/EMRContainersClient.js.map +1 -0
- package/{dist/es → dist-es}/commands/CancelJobRunCommand.js +4 -29
- package/dist-es/commands/CancelJobRunCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateManagedEndpointCommand.js +4 -29
- package/dist-es/commands/CreateManagedEndpointCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateVirtualClusterCommand.js +4 -29
- package/dist-es/commands/CreateVirtualClusterCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteManagedEndpointCommand.js +4 -29
- package/dist-es/commands/DeleteManagedEndpointCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteVirtualClusterCommand.js +4 -29
- package/dist-es/commands/DeleteVirtualClusterCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeJobRunCommand.js +4 -29
- package/dist-es/commands/DescribeJobRunCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeManagedEndpointCommand.js +4 -29
- package/dist-es/commands/DescribeManagedEndpointCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeVirtualClusterCommand.js +4 -29
- package/dist-es/commands/DescribeVirtualClusterCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListJobRunsCommand.js +4 -29
- package/dist-es/commands/ListJobRunsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListManagedEndpointsCommand.js +4 -29
- package/dist-es/commands/ListManagedEndpointsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -29
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListVirtualClustersCommand.js +4 -29
- package/dist-es/commands/ListVirtualClustersCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/StartJobRunCommand.js +4 -29
- package/dist-es/commands/StartJobRunCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -29
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -29
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +1 -1
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -138
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
- package/{dist/es → dist-es}/pagination/ListJobRunsPaginator.js +17 -29
- package/dist-es/pagination/ListJobRunsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListManagedEndpointsPaginator.js +17 -29
- package/dist-es/pagination/ListManagedEndpointsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListVirtualClustersPaginator.js +17 -29
- package/dist-es/pagination/ListVirtualClustersPaginator.js.map +1 -0
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +289 -294
- package/dist-es/protocols/Aws_restJson1.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.js +2 -5
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/{dist/types → dist-types}/EMRContainers.d.ts +2 -2
- package/{dist/types → dist-types}/EMRContainersClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CancelJobRunCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateManagedEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateVirtualClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteManagedEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteVirtualClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeJobRunCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeManagedEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeVirtualClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListJobRunsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListManagedEndpointsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListVirtualClustersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartJobRunCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListJobRunsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListManagedEndpointsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListVirtualClustersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -1
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/EMRContainers.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/EMRContainersClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/CancelJobRunCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateManagedEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateVirtualClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeJobRunCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListJobRunsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListManagedEndpointsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListVirtualClustersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StartJobRunCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListJobRunsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListManagedEndpointsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListVirtualClustersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -1
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- package/{EMRContainers.ts → src/EMRContainers.ts} +3 -2
- package/{EMRContainersClient.ts → src/EMRContainersClient.ts} +57 -56
- package/{commands → src/commands}/CancelJobRunCommand.ts +8 -7
- package/{commands → src/commands}/CreateManagedEndpointCommand.ts +8 -7
- package/{commands → src/commands}/CreateVirtualClusterCommand.ts +8 -7
- package/{commands → src/commands}/DeleteManagedEndpointCommand.ts +8 -7
- package/{commands → src/commands}/DeleteVirtualClusterCommand.ts +8 -7
- package/{commands → src/commands}/DescribeJobRunCommand.ts +8 -7
- package/{commands → src/commands}/DescribeManagedEndpointCommand.ts +8 -7
- package/{commands → src/commands}/DescribeVirtualClusterCommand.ts +8 -7
- package/{commands → src/commands}/ListJobRunsCommand.ts +8 -7
- package/{commands → src/commands}/ListManagedEndpointsCommand.ts +8 -7
- package/{commands → src/commands}/ListTagsForResourceCommand.ts +8 -7
- package/{commands → src/commands}/ListVirtualClustersCommand.ts +8 -7
- package/{commands → src/commands}/StartJobRunCommand.ts +8 -7
- package/{commands → src/commands}/TagResourceCommand.ts +8 -7
- package/{commands → src/commands}/UntagResourceCommand.ts +8 -7
- package/{endpoints.ts → src/endpoints.ts} +1 -1
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/{pagination → src/pagination}/Interfaces.ts +2 -1
- package/{pagination → src/pagination}/ListJobRunsPaginator.ts +3 -2
- package/{pagination → src/pagination}/ListManagedEndpointsPaginator.ts +4 -3
- package/{pagination → src/pagination}/ListVirtualClustersPaginator.ts +4 -3
- package/{protocols → src/protocols}/Aws_restJson1.ts +36 -35
- package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
- package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
- package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
- package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- 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 +0 -26
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- 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 +0 -67
- 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/package.json +0 -93
- 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
|
@@ -1,35 +1,36 @@
|
|
|
1
|
-
import { EMRContainersClientConfig } from "./EMRContainersClient";
|
|
2
|
-
/**
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
|
|
6
|
-
runtime: string;
|
|
7
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
8
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
12
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
16
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
17
|
-
disableHostPrefix: boolean;
|
|
18
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
|
-
logger: import("@aws-sdk/types").Logger;
|
|
21
|
-
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
|
-
tls?: boolean | undefined;
|
|
28
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
29
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
30
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
31
|
-
signingEscapePath?: boolean | undefined;
|
|
32
|
-
systemClockOffset?: number | undefined;
|
|
33
|
-
signingRegion?: string | undefined;
|
|
34
|
-
|
|
35
|
-
|
|
1
|
+
import { EMRContainersClientConfig } from "./EMRContainersClient";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
5
|
+
export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
|
|
6
|
+
runtime: string;
|
|
7
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
8
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
|
+
apiVersion: string;
|
|
10
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
12
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
16
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
17
|
+
disableHostPrefix: boolean;
|
|
18
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
|
+
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
serviceId: string;
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
|
+
tls?: boolean | undefined;
|
|
28
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
29
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
30
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
31
|
+
signingEscapePath?: boolean | undefined;
|
|
32
|
+
systemClockOffset?: number | undefined;
|
|
33
|
+
signingRegion?: string | undefined;
|
|
34
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
|
+
};
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,65 +1,59 @@
|
|
|
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.35.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"
|
|
7
|
-
"build-documentation": "yarn remove-documentation && typedoc ./",
|
|
8
|
-
"remove-definitions": "rimraf ./types",
|
|
9
|
-
"remove-dist": "rimraf ./dist",
|
|
10
|
-
"remove-documentation": "rimraf ./docs",
|
|
11
|
-
"test": "jest --coverage --passWithNoTests",
|
|
6
|
+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
12
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
+
"build:docs": "yarn clean:docs && typedoc ./",
|
|
13
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
14
|
-
"build": "
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"browser": {
|
|
21
|
-
"./runtimeConfig": "./runtimeConfig.browser"
|
|
22
|
-
},
|
|
23
|
-
"react-native": {
|
|
24
|
-
"./runtimeConfig": "./runtimeConfig.native"
|
|
10
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
+
"clean": "yarn clean:dist && yarn clean:docs",
|
|
12
|
+
"clean:dist": "rimraf ./dist",
|
|
13
|
+
"clean:docs": "rimraf ./docs",
|
|
14
|
+
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
+
"test": "jest --coverage --passWithNoTests"
|
|
25
16
|
},
|
|
17
|
+
"main": "./dist-cjs/index.js",
|
|
18
|
+
"types": "./dist-types/index.d.ts",
|
|
19
|
+
"module": "./dist-es/index.js",
|
|
26
20
|
"sideEffects": false,
|
|
27
21
|
"dependencies": {
|
|
28
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
29
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.
|
|
31
|
-
"@aws-sdk/config-resolver": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
34
|
-
"@aws-sdk/hash-node": "3.
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.
|
|
46
|
-
"@aws-sdk/protocol-http": "3.
|
|
47
|
-
"@aws-sdk/smithy-client": "3.
|
|
48
|
-
"@aws-sdk/types": "3.
|
|
49
|
-
"@aws-sdk/url-parser": "3.
|
|
50
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
51
|
-
"@aws-sdk/util-base64-node": "3.
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
57
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.35.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.35.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.35.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.35.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.35.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.35.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.35.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.35.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.35.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.35.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.35.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.35.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.35.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.35.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.35.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.35.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.35.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.35.0",
|
|
42
|
+
"@aws-sdk/types": "3.35.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.35.0",
|
|
44
|
+
"@aws-sdk/util-base64-browser": "3.35.0",
|
|
45
|
+
"@aws-sdk/util-base64-node": "3.35.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.35.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.35.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.35.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.35.0",
|
|
50
|
+
"@aws-sdk/util-utf8-browser": "3.35.0",
|
|
51
|
+
"@aws-sdk/util-utf8-node": "3.35.0",
|
|
58
52
|
"tslib": "^2.3.0",
|
|
59
53
|
"uuid": "^8.3.2"
|
|
60
54
|
},
|
|
61
55
|
"devDependencies": {
|
|
62
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
56
|
+
"@aws-sdk/client-documentation-generator": "3.35.0",
|
|
63
57
|
"@types/node": "^12.7.5",
|
|
64
58
|
"@types/uuid": "^8.3.0",
|
|
65
59
|
"downlevel-dts": "0.7.0",
|
|
@@ -67,15 +61,15 @@
|
|
|
67
61
|
"rimraf": "^3.0.0",
|
|
68
62
|
"ts-jest": "^26.4.1",
|
|
69
63
|
"typedoc": "^0.19.2",
|
|
70
|
-
"typescript": "~4.
|
|
64
|
+
"typescript": "~4.3.5"
|
|
71
65
|
},
|
|
72
66
|
"engines": {
|
|
73
67
|
"node": ">=10.0.0"
|
|
74
68
|
},
|
|
75
69
|
"typesVersions": {
|
|
76
70
|
"<4.0": {
|
|
77
|
-
"dist
|
|
78
|
-
"dist
|
|
71
|
+
"dist-types/*": [
|
|
72
|
+
"dist-types/ts3.4/*"
|
|
79
73
|
]
|
|
80
74
|
}
|
|
81
75
|
},
|
|
@@ -84,6 +78,12 @@
|
|
|
84
78
|
"url": "https://aws.amazon.com/javascript/"
|
|
85
79
|
},
|
|
86
80
|
"license": "Apache-2.0",
|
|
81
|
+
"browser": {
|
|
82
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
83
|
+
},
|
|
84
|
+
"react-native": {
|
|
85
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
86
|
+
},
|
|
87
87
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-emr-containers",
|
|
88
88
|
"repository": {
|
|
89
89
|
"type": "git",
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
|
|
2
3
|
import {
|
|
3
4
|
CancelJobRunCommand,
|
|
4
5
|
CancelJobRunCommandInput,
|
|
@@ -62,7 +63,7 @@ import {
|
|
|
62
63
|
UntagResourceCommandInput,
|
|
63
64
|
UntagResourceCommandOutput,
|
|
64
65
|
} from "./commands/UntagResourceCommand";
|
|
65
|
-
import {
|
|
66
|
+
import { EMRContainersClient } from "./EMRContainersClient";
|
|
66
67
|
|
|
67
68
|
/**
|
|
68
69
|
* <p>Amazon EMR on EKS provides a deployment option for Amazon EMR that allows you to run
|
|
@@ -1,46 +1,3 @@
|
|
|
1
|
-
import { CancelJobRunCommandInput, CancelJobRunCommandOutput } from "./commands/CancelJobRunCommand";
|
|
2
|
-
import {
|
|
3
|
-
CreateManagedEndpointCommandInput,
|
|
4
|
-
CreateManagedEndpointCommandOutput,
|
|
5
|
-
} from "./commands/CreateManagedEndpointCommand";
|
|
6
|
-
import {
|
|
7
|
-
CreateVirtualClusterCommandInput,
|
|
8
|
-
CreateVirtualClusterCommandOutput,
|
|
9
|
-
} from "./commands/CreateVirtualClusterCommand";
|
|
10
|
-
import {
|
|
11
|
-
DeleteManagedEndpointCommandInput,
|
|
12
|
-
DeleteManagedEndpointCommandOutput,
|
|
13
|
-
} from "./commands/DeleteManagedEndpointCommand";
|
|
14
|
-
import {
|
|
15
|
-
DeleteVirtualClusterCommandInput,
|
|
16
|
-
DeleteVirtualClusterCommandOutput,
|
|
17
|
-
} from "./commands/DeleteVirtualClusterCommand";
|
|
18
|
-
import { DescribeJobRunCommandInput, DescribeJobRunCommandOutput } from "./commands/DescribeJobRunCommand";
|
|
19
|
-
import {
|
|
20
|
-
DescribeManagedEndpointCommandInput,
|
|
21
|
-
DescribeManagedEndpointCommandOutput,
|
|
22
|
-
} from "./commands/DescribeManagedEndpointCommand";
|
|
23
|
-
import {
|
|
24
|
-
DescribeVirtualClusterCommandInput,
|
|
25
|
-
DescribeVirtualClusterCommandOutput,
|
|
26
|
-
} from "./commands/DescribeVirtualClusterCommand";
|
|
27
|
-
import { ListJobRunsCommandInput, ListJobRunsCommandOutput } from "./commands/ListJobRunsCommand";
|
|
28
|
-
import {
|
|
29
|
-
ListManagedEndpointsCommandInput,
|
|
30
|
-
ListManagedEndpointsCommandOutput,
|
|
31
|
-
} from "./commands/ListManagedEndpointsCommand";
|
|
32
|
-
import {
|
|
33
|
-
ListTagsForResourceCommandInput,
|
|
34
|
-
ListTagsForResourceCommandOutput,
|
|
35
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
36
|
-
import {
|
|
37
|
-
ListVirtualClustersCommandInput,
|
|
38
|
-
ListVirtualClustersCommandOutput,
|
|
39
|
-
} from "./commands/ListVirtualClustersCommand";
|
|
40
|
-
import { StartJobRunCommandInput, StartJobRunCommandOutput } from "./commands/StartJobRunCommand";
|
|
41
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
42
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
43
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
44
1
|
import {
|
|
45
2
|
EndpointsInputConfig,
|
|
46
3
|
EndpointsResolvedConfig,
|
|
@@ -51,13 +8,13 @@ import {
|
|
|
51
8
|
} from "@aws-sdk/config-resolver";
|
|
52
9
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
53
10
|
import {
|
|
11
|
+
getHostHeaderPlugin,
|
|
54
12
|
HostHeaderInputConfig,
|
|
55
13
|
HostHeaderResolvedConfig,
|
|
56
|
-
getHostHeaderPlugin,
|
|
57
14
|
resolveHostHeaderConfig,
|
|
58
15
|
} from "@aws-sdk/middleware-host-header";
|
|
59
16
|
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
60
|
-
import {
|
|
17
|
+
import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
61
18
|
import {
|
|
62
19
|
AwsAuthInputConfig,
|
|
63
20
|
AwsAuthResolvedConfig,
|
|
@@ -65,10 +22,10 @@ import {
|
|
|
65
22
|
resolveAwsAuthConfig,
|
|
66
23
|
} from "@aws-sdk/middleware-signing";
|
|
67
24
|
import {
|
|
68
|
-
UserAgentInputConfig,
|
|
69
|
-
UserAgentResolvedConfig,
|
|
70
25
|
getUserAgentPlugin,
|
|
71
26
|
resolveUserAgentConfig,
|
|
27
|
+
UserAgentInputConfig,
|
|
28
|
+
UserAgentResolvedConfig,
|
|
72
29
|
} from "@aws-sdk/middleware-user-agent";
|
|
73
30
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
74
31
|
import {
|
|
@@ -77,8 +34,6 @@ import {
|
|
|
77
34
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
78
35
|
} from "@aws-sdk/smithy-client";
|
|
79
36
|
import {
|
|
80
|
-
Provider,
|
|
81
|
-
RegionInfoProvider,
|
|
82
37
|
Credentials as __Credentials,
|
|
83
38
|
Decoder as __Decoder,
|
|
84
39
|
Encoder as __Encoder,
|
|
@@ -87,11 +42,57 @@ import {
|
|
|
87
42
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
88
43
|
Logger as __Logger,
|
|
89
44
|
Provider as __Provider,
|
|
45
|
+
Provider,
|
|
46
|
+
RegionInfoProvider,
|
|
90
47
|
StreamCollector as __StreamCollector,
|
|
91
48
|
UrlParser as __UrlParser,
|
|
92
49
|
UserAgent as __UserAgent,
|
|
93
50
|
} from "@aws-sdk/types";
|
|
94
51
|
|
|
52
|
+
import { CancelJobRunCommandInput, CancelJobRunCommandOutput } from "./commands/CancelJobRunCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateManagedEndpointCommandInput,
|
|
55
|
+
CreateManagedEndpointCommandOutput,
|
|
56
|
+
} from "./commands/CreateManagedEndpointCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateVirtualClusterCommandInput,
|
|
59
|
+
CreateVirtualClusterCommandOutput,
|
|
60
|
+
} from "./commands/CreateVirtualClusterCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteManagedEndpointCommandInput,
|
|
63
|
+
DeleteManagedEndpointCommandOutput,
|
|
64
|
+
} from "./commands/DeleteManagedEndpointCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteVirtualClusterCommandInput,
|
|
67
|
+
DeleteVirtualClusterCommandOutput,
|
|
68
|
+
} from "./commands/DeleteVirtualClusterCommand";
|
|
69
|
+
import { DescribeJobRunCommandInput, DescribeJobRunCommandOutput } from "./commands/DescribeJobRunCommand";
|
|
70
|
+
import {
|
|
71
|
+
DescribeManagedEndpointCommandInput,
|
|
72
|
+
DescribeManagedEndpointCommandOutput,
|
|
73
|
+
} from "./commands/DescribeManagedEndpointCommand";
|
|
74
|
+
import {
|
|
75
|
+
DescribeVirtualClusterCommandInput,
|
|
76
|
+
DescribeVirtualClusterCommandOutput,
|
|
77
|
+
} from "./commands/DescribeVirtualClusterCommand";
|
|
78
|
+
import { ListJobRunsCommandInput, ListJobRunsCommandOutput } from "./commands/ListJobRunsCommand";
|
|
79
|
+
import {
|
|
80
|
+
ListManagedEndpointsCommandInput,
|
|
81
|
+
ListManagedEndpointsCommandOutput,
|
|
82
|
+
} from "./commands/ListManagedEndpointsCommand";
|
|
83
|
+
import {
|
|
84
|
+
ListTagsForResourceCommandInput,
|
|
85
|
+
ListTagsForResourceCommandOutput,
|
|
86
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
87
|
+
import {
|
|
88
|
+
ListVirtualClustersCommandInput,
|
|
89
|
+
ListVirtualClustersCommandOutput,
|
|
90
|
+
} from "./commands/ListVirtualClustersCommand";
|
|
91
|
+
import { StartJobRunCommandInput, StartJobRunCommandOutput } from "./commands/StartJobRunCommand";
|
|
92
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
93
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
94
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
95
|
+
|
|
95
96
|
export type ServiceInputTypes =
|
|
96
97
|
| CancelJobRunCommandInput
|
|
97
98
|
| CreateManagedEndpointCommandInput
|
|
@@ -300,13 +301,13 @@ export class EMRContainersClient extends __Client<
|
|
|
300
301
|
readonly config: EMRContainersClientResolvedConfig;
|
|
301
302
|
|
|
302
303
|
constructor(configuration: EMRContainersClientConfig) {
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
304
|
+
const _config_0 = __getRuntimeConfig(configuration);
|
|
305
|
+
const _config_1 = resolveRegionConfig(_config_0);
|
|
306
|
+
const _config_2 = resolveEndpointsConfig(_config_1);
|
|
307
|
+
const _config_3 = resolveRetryConfig(_config_2);
|
|
308
|
+
const _config_4 = resolveHostHeaderConfig(_config_3);
|
|
309
|
+
const _config_5 = resolveAwsAuthConfig(_config_4);
|
|
310
|
+
const _config_6 = resolveUserAgentConfig(_config_5);
|
|
310
311
|
super(_config_6);
|
|
311
312
|
this.config = _config_6;
|
|
312
313
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
2
|
-
import { CancelJobRunRequest, CancelJobRunResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CancelJobRunCommand,
|
|
5
|
-
serializeAws_restJson1CancelJobRunCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
15
|
+
import { CancelJobRunRequest, CancelJobRunResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1CancelJobRunCommand,
|
|
18
|
+
serializeAws_restJson1CancelJobRunCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface CancelJobRunCommandInput extends CancelJobRunRequest {}
|
|
21
22
|
export interface CancelJobRunCommandOutput extends CancelJobRunResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
2
|
-
import { CreateManagedEndpointRequest, CreateManagedEndpointResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateManagedEndpointCommand,
|
|
5
|
-
serializeAws_restJson1CreateManagedEndpointCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
15
|
+
import { CreateManagedEndpointRequest, CreateManagedEndpointResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1CreateManagedEndpointCommand,
|
|
18
|
+
serializeAws_restJson1CreateManagedEndpointCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface CreateManagedEndpointCommandInput extends CreateManagedEndpointRequest {}
|
|
21
22
|
export interface CreateManagedEndpointCommandOutput extends CreateManagedEndpointResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
2
|
-
import { CreateVirtualClusterRequest, CreateVirtualClusterResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateVirtualClusterCommand,
|
|
5
|
-
serializeAws_restJson1CreateVirtualClusterCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
15
|
+
import { CreateVirtualClusterRequest, CreateVirtualClusterResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1CreateVirtualClusterCommand,
|
|
18
|
+
serializeAws_restJson1CreateVirtualClusterCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface CreateVirtualClusterCommandInput extends CreateVirtualClusterRequest {}
|
|
21
22
|
export interface CreateVirtualClusterCommandOutput extends CreateVirtualClusterResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
2
|
-
import { DeleteManagedEndpointRequest, DeleteManagedEndpointResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1DeleteManagedEndpointCommand,
|
|
5
|
-
serializeAws_restJson1DeleteManagedEndpointCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
15
|
+
import { DeleteManagedEndpointRequest, DeleteManagedEndpointResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1DeleteManagedEndpointCommand,
|
|
18
|
+
serializeAws_restJson1DeleteManagedEndpointCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface DeleteManagedEndpointCommandInput extends DeleteManagedEndpointRequest {}
|
|
21
22
|
export interface DeleteManagedEndpointCommandOutput extends DeleteManagedEndpointResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
2
|
-
import { DeleteVirtualClusterRequest, DeleteVirtualClusterResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1DeleteVirtualClusterCommand,
|
|
5
|
-
serializeAws_restJson1DeleteVirtualClusterCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
15
|
+
import { DeleteVirtualClusterRequest, DeleteVirtualClusterResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1DeleteVirtualClusterCommand,
|
|
18
|
+
serializeAws_restJson1DeleteVirtualClusterCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface DeleteVirtualClusterCommandInput extends DeleteVirtualClusterRequest {}
|
|
21
22
|
export interface DeleteVirtualClusterCommandOutput extends DeleteVirtualClusterResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
2
|
-
import { DescribeJobRunRequest, DescribeJobRunResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1DescribeJobRunCommand,
|
|
5
|
-
serializeAws_restJson1DescribeJobRunCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
15
|
+
import { DescribeJobRunRequest, DescribeJobRunResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1DescribeJobRunCommand,
|
|
18
|
+
serializeAws_restJson1DescribeJobRunCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface DescribeJobRunCommandInput extends DescribeJobRunRequest {}
|
|
21
22
|
export interface DescribeJobRunCommandOutput extends DescribeJobRunResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
2
|
-
import { DescribeManagedEndpointRequest, DescribeManagedEndpointResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1DescribeManagedEndpointCommand,
|
|
5
|
-
serializeAws_restJson1DescribeManagedEndpointCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
15
|
+
import { DescribeManagedEndpointRequest, DescribeManagedEndpointResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1DescribeManagedEndpointCommand,
|
|
18
|
+
serializeAws_restJson1DescribeManagedEndpointCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface DescribeManagedEndpointCommandInput extends DescribeManagedEndpointRequest {}
|
|
21
22
|
export interface DescribeManagedEndpointCommandOutput extends DescribeManagedEndpointResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
2
|
-
import { DescribeVirtualClusterRequest, DescribeVirtualClusterResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1DescribeVirtualClusterCommand,
|
|
5
|
-
serializeAws_restJson1DescribeVirtualClusterCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
15
|
+
import { DescribeVirtualClusterRequest, DescribeVirtualClusterResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1DescribeVirtualClusterCommand,
|
|
18
|
+
serializeAws_restJson1DescribeVirtualClusterCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface DescribeVirtualClusterCommandInput extends DescribeVirtualClusterRequest {}
|
|
21
22
|
export interface DescribeVirtualClusterCommandOutput extends DescribeVirtualClusterResponse, __MetadataBearer {}
|
|
22
23
|
|