@aws-sdk/client-emr-containers 3.337.0 → 3.338.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/EMRContainersClient.js +2 -1
- package/dist-cjs/commands/CancelJobRunCommand.js +2 -1
- package/dist-cjs/commands/CreateJobTemplateCommand.js +2 -1
- package/dist-cjs/commands/CreateManagedEndpointCommand.js +2 -1
- package/dist-cjs/commands/CreateVirtualClusterCommand.js +2 -1
- package/dist-cjs/commands/DeleteJobTemplateCommand.js +2 -1
- package/dist-cjs/commands/DeleteManagedEndpointCommand.js +2 -1
- package/dist-cjs/commands/DeleteVirtualClusterCommand.js +2 -1
- package/dist-cjs/commands/DescribeJobRunCommand.js +2 -1
- package/dist-cjs/commands/DescribeJobTemplateCommand.js +2 -1
- package/dist-cjs/commands/DescribeManagedEndpointCommand.js +2 -1
- package/dist-cjs/commands/DescribeVirtualClusterCommand.js +2 -1
- package/dist-cjs/commands/GetManagedEndpointSessionCredentialsCommand.js +2 -1
- package/dist-cjs/commands/ListJobRunsCommand.js +2 -1
- package/dist-cjs/commands/ListJobTemplatesCommand.js +2 -1
- package/dist-cjs/commands/ListManagedEndpointsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListVirtualClustersCommand.js +2 -1
- package/dist-cjs/commands/StartJobRunCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/EMRContainersServiceException.js +2 -1
- package/dist-es/EMRContainersClient.js +1 -0
- package/dist-es/commands/CancelJobRunCommand.js +1 -0
- package/dist-es/commands/CreateJobTemplateCommand.js +1 -0
- package/dist-es/commands/CreateManagedEndpointCommand.js +1 -0
- package/dist-es/commands/CreateVirtualClusterCommand.js +1 -0
- package/dist-es/commands/DeleteJobTemplateCommand.js +1 -0
- package/dist-es/commands/DeleteManagedEndpointCommand.js +1 -0
- package/dist-es/commands/DeleteVirtualClusterCommand.js +1 -0
- package/dist-es/commands/DescribeJobRunCommand.js +1 -0
- package/dist-es/commands/DescribeJobTemplateCommand.js +1 -0
- package/dist-es/commands/DescribeManagedEndpointCommand.js +1 -0
- package/dist-es/commands/DescribeVirtualClusterCommand.js +1 -0
- package/dist-es/commands/GetManagedEndpointSessionCredentialsCommand.js +1 -0
- package/dist-es/commands/ListJobRunsCommand.js +1 -0
- package/dist-es/commands/ListJobTemplatesCommand.js +1 -0
- package/dist-es/commands/ListManagedEndpointsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListVirtualClustersCommand.js +1 -0
- package/dist-es/commands/StartJobRunCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/EMRContainersServiceException.js +1 -0
- package/dist-types/EMRContainersClient.d.ts +3 -3
- package/dist-types/commands/CancelJobRunCommand.d.ts +4 -0
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +4 -0
- package/dist-types/commands/CreateManagedEndpointCommand.d.ts +4 -0
- package/dist-types/commands/CreateVirtualClusterCommand.d.ts +4 -0
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DeleteManagedEndpointCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVirtualClusterCommand.d.ts +4 -0
- package/dist-types/commands/DescribeJobRunCommand.d.ts +4 -0
- package/dist-types/commands/DescribeJobTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DescribeManagedEndpointCommand.d.ts +4 -0
- package/dist-types/commands/DescribeVirtualClusterCommand.d.ts +4 -0
- package/dist-types/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +4 -0
- package/dist-types/commands/ListJobRunsCommand.d.ts +4 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +4 -0
- package/dist-types/commands/ListManagedEndpointsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListVirtualClustersCommand.d.ts +4 -0
- package/dist-types/commands/StartJobRunCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/index.d.ts +30 -2
- package/dist-types/models/EMRContainersServiceException.d.ts +1 -0
- package/dist-types/ts3.4/EMRContainersClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeJobTemplateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/EMRContainersServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { DeleteManagedEndpointRequest, DeleteManagedEndpointResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { DeleteVirtualClusterRequest, DeleteVirtualClusterResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { DescribeJobRunRequest, DescribeJobRunResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { DescribeJobTemplateRequest, DescribeJobTemplateResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { DescribeManagedEndpointRequest, DescribeManagedEndpointResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { DescribeVirtualClusterRequest, DescribeVirtualClusterResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { GetManagedEndpointSessionCredentialsRequest, GetManagedEndpointSessionCredentialsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { ListJobTemplatesRequest, ListJobTemplatesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { ListManagedEndpointsRequest, ListManagedEndpointsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { ListVirtualClustersRequest, ListVirtualClustersResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { StartJobRunRequest, StartJobRunResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,34 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>Amazon EMR on EKS provides a deployment option for Amazon EMR that allows
|
|
3
|
+
* you to run open-source big data frameworks on Amazon Elastic Kubernetes Service (Amazon EKS).
|
|
4
|
+
* With this deployment option, you can focus on running analytics workloads while Amazon EMR on EKS builds, configures, and manages containers for open-source applications.
|
|
5
|
+
* For more information about Amazon EMR on EKS concepts and tasks, see <a href="https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/emr-eks.html">What is
|
|
6
|
+
* shared id="EMR-EKS"/></a>.</p>
|
|
7
|
+
* <p>
|
|
8
|
+
* <i>Amazon EMR containers</i> is the API name for Amazon EMR on EKS.
|
|
9
|
+
* The <code>emr-containers</code> prefix is used in the following scenarios: </p>
|
|
10
|
+
* <ul>
|
|
11
|
+
* <li>
|
|
12
|
+
* <p>It is the prefix in the CLI commands for Amazon EMR on EKS. For example,
|
|
13
|
+
* <code>aws emr-containers start-job-run</code>.</p>
|
|
14
|
+
* </li>
|
|
15
|
+
* <li>
|
|
16
|
+
* <p>It is the prefix before IAM policy actions for Amazon EMR on EKS. For
|
|
17
|
+
* example, <code>"Action": [ "emr-containers:StartJobRun"]</code>. For more
|
|
18
|
+
* information, see <a href="https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-actions">Policy actions for Amazon EMR on EKS</a>.</p>
|
|
19
|
+
* </li>
|
|
20
|
+
* <li>
|
|
21
|
+
* <p>It is the prefix used in Amazon EMR on EKS service endpoints. For example,
|
|
22
|
+
* <code>emr-containers.us-east-2.amazonaws.com</code>. For more information, see
|
|
23
|
+
* <a href="https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/service-quotas.html#service-endpoints">Amazon EMR on EKSService Endpoints</a>.</p>
|
|
24
|
+
* </li>
|
|
25
|
+
* </ul>
|
|
26
|
+
*
|
|
27
|
+
* @packageDocumentation
|
|
28
|
+
*/
|
|
2
29
|
export * from "./EMRContainersClient";
|
|
30
|
+
export * from "./EMRContainers";
|
|
3
31
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
32
|
export * from "./pagination";
|
|
33
|
+
export * from "./models";
|
|
6
34
|
export { EMRContainersServiceException } from "./models/EMRContainersServiceException";
|
|
@@ -131,6 +131,7 @@ import {
|
|
|
131
131
|
ClientResolvedEndpointParameters,
|
|
132
132
|
EndpointParameters,
|
|
133
133
|
} from "./endpoint/EndpointParameters";
|
|
134
|
+
export { __Client };
|
|
134
135
|
export type ServiceInputTypes =
|
|
135
136
|
| CancelJobRunCommandInput
|
|
136
137
|
| CreateJobTemplateCommandInput
|
|
@@ -197,7 +198,7 @@ export interface ClientDefaults
|
|
|
197
198
|
logger?: __Logger;
|
|
198
199
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
199
200
|
}
|
|
200
|
-
type EMRContainersClientConfigType = Partial<
|
|
201
|
+
export type EMRContainersClientConfigType = Partial<
|
|
201
202
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
202
203
|
> &
|
|
203
204
|
ClientDefaults &
|
|
@@ -210,7 +211,7 @@ type EMRContainersClientConfigType = Partial<
|
|
|
210
211
|
ClientInputEndpointParameters;
|
|
211
212
|
export interface EMRContainersClientConfig
|
|
212
213
|
extends EMRContainersClientConfigType {}
|
|
213
|
-
type EMRContainersClientResolvedConfigType =
|
|
214
|
+
export type EMRContainersClientResolvedConfigType =
|
|
214
215
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
215
216
|
Required<ClientDefaults> &
|
|
216
217
|
RegionResolvedConfig &
|
|
@@ -232,4 +233,3 @@ export declare class EMRContainersClient extends __Client<
|
|
|
232
233
|
constructor(configuration: EMRContainersClientConfig);
|
|
233
234
|
destroy(): void;
|
|
234
235
|
}
|
|
235
|
-
export {};
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EMRContainersClient";
|
|
14
14
|
import { CancelJobRunRequest, CancelJobRunResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CancelJobRunCommandInput extends CancelJobRunRequest {}
|
|
16
17
|
export interface CancelJobRunCommandOutput
|
|
17
18
|
extends CancelJobRunResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateJobTemplateRequest,
|
|
16
16
|
CreateJobTemplateResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateJobTemplateCommandInput
|
|
19
20
|
extends CreateJobTemplateRequest {}
|
|
20
21
|
export interface CreateJobTemplateCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateManagedEndpointRequest,
|
|
16
16
|
CreateManagedEndpointResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateManagedEndpointCommandInput
|
|
19
20
|
extends CreateManagedEndpointRequest {}
|
|
20
21
|
export interface CreateManagedEndpointCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateVirtualClusterRequest,
|
|
16
16
|
CreateVirtualClusterResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateVirtualClusterCommandInput
|
|
19
20
|
extends CreateVirtualClusterRequest {}
|
|
20
21
|
export interface CreateVirtualClusterCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteJobTemplateRequest,
|
|
16
16
|
DeleteJobTemplateResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteJobTemplateCommandInput
|
|
19
20
|
extends DeleteJobTemplateRequest {}
|
|
20
21
|
export interface DeleteJobTemplateCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteManagedEndpointRequest,
|
|
16
16
|
DeleteManagedEndpointResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteManagedEndpointCommandInput
|
|
19
20
|
extends DeleteManagedEndpointRequest {}
|
|
20
21
|
export interface DeleteManagedEndpointCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteVirtualClusterRequest,
|
|
16
16
|
DeleteVirtualClusterResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteVirtualClusterCommandInput
|
|
19
20
|
extends DeleteVirtualClusterRequest {}
|
|
20
21
|
export interface DeleteVirtualClusterCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeJobRunRequest,
|
|
16
16
|
DescribeJobRunResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeJobRunCommandInput extends DescribeJobRunRequest {}
|
|
19
20
|
export interface DescribeJobRunCommandOutput
|
|
20
21
|
extends DescribeJobRunResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeJobTemplateRequest,
|
|
16
16
|
DescribeJobTemplateResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeJobTemplateCommandInput
|
|
19
20
|
extends DescribeJobTemplateRequest {}
|
|
20
21
|
export interface DescribeJobTemplateCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeManagedEndpointRequest,
|
|
16
16
|
DescribeManagedEndpointResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeManagedEndpointCommandInput
|
|
19
20
|
extends DescribeManagedEndpointRequest {}
|
|
20
21
|
export interface DescribeManagedEndpointCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeVirtualClusterRequest,
|
|
16
16
|
DescribeVirtualClusterResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeVirtualClusterCommandInput
|
|
19
20
|
extends DescribeVirtualClusterRequest {}
|
|
20
21
|
export interface DescribeVirtualClusterCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetManagedEndpointSessionCredentialsRequest,
|
|
16
16
|
GetManagedEndpointSessionCredentialsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetManagedEndpointSessionCredentialsCommandInput
|
|
19
20
|
extends GetManagedEndpointSessionCredentialsRequest {}
|
|
20
21
|
export interface GetManagedEndpointSessionCredentialsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EMRContainersClient";
|
|
14
14
|
import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListJobRunsCommandInput extends ListJobRunsRequest {}
|
|
16
17
|
export interface ListJobRunsCommandOutput
|
|
17
18
|
extends ListJobRunsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListJobTemplatesRequest,
|
|
16
16
|
ListJobTemplatesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListJobTemplatesCommandInput extends ListJobTemplatesRequest {}
|
|
19
20
|
export interface ListJobTemplatesCommandOutput
|
|
20
21
|
extends ListJobTemplatesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListManagedEndpointsRequest,
|
|
16
16
|
ListManagedEndpointsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListManagedEndpointsCommandInput
|
|
19
20
|
extends ListManagedEndpointsRequest {}
|
|
20
21
|
export interface ListManagedEndpointsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListVirtualClustersRequest,
|
|
16
16
|
ListVirtualClustersResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListVirtualClustersCommandInput
|
|
19
20
|
extends ListVirtualClustersRequest {}
|
|
20
21
|
export interface ListVirtualClustersCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EMRContainersClient";
|
|
14
14
|
import { StartJobRunRequest, StartJobRunResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface StartJobRunCommandInput extends StartJobRunRequest {}
|
|
16
17
|
export interface StartJobRunCommandOutput
|
|
17
18
|
extends StartJobRunResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EMRContainersClient";
|
|
14
14
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UntagResourceRequest,
|
|
16
16
|
UntagResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./EMRContainers";
|
|
2
1
|
export * from "./EMRContainersClient";
|
|
2
|
+
export * from "./EMRContainers";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { EMRContainersServiceException } from "./models/EMRContainersServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class EMRContainersServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
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.338.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
43
|
+
"@aws-sdk/types": "3.338.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|