@aws-sdk/client-emr-containers 3.288.0 → 3.290.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.
@@ -30,6 +30,13 @@ export interface CancelJobRunCommandOutput extends CancelJobRunResponse, __Metad
30
30
  * @see {@link CancelJobRunCommandOutput} for command's `response` shape.
31
31
  * @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalServerException} (server fault)
34
+ * <p>This is an internal server exception.</p>
35
+ *
36
+ * @throws {@link ValidationException} (client fault)
37
+ * <p>There are invalid parameters in the client request.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class CancelJobRunCommand extends $Command<CancelJobRunCommandInput, CancelJobRunCommandOutput, EMRContainersClientResolvedConfig> {
35
42
  readonly input: CancelJobRunCommandInput;
@@ -32,6 +32,16 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
32
32
  * @see {@link CreateJobTemplateCommandOutput} for command's `response` shape.
33
33
  * @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>This is an internal server exception.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The specified resource was not found.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>There are invalid parameters in the client request.</p>
43
+ *
44
+ *
35
45
  */
36
46
  export declare class CreateJobTemplateCommand extends $Command<CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput, EMRContainersClientResolvedConfig> {
37
47
  readonly input: CreateJobTemplateCommandInput;
@@ -31,6 +31,16 @@ export interface CreateManagedEndpointCommandOutput extends CreateManagedEndpoin
31
31
  * @see {@link CreateManagedEndpointCommandOutput} for command's `response` shape.
32
32
  * @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalServerException} (server fault)
35
+ * <p>This is an internal server exception.</p>
36
+ *
37
+ * @throws {@link ResourceNotFoundException} (client fault)
38
+ * <p>The specified resource was not found.</p>
39
+ *
40
+ * @throws {@link ValidationException} (client fault)
41
+ * <p>There are invalid parameters in the client request.</p>
42
+ *
43
+ *
34
44
  */
35
45
  export declare class CreateManagedEndpointCommand extends $Command<CreateManagedEndpointCommandInput, CreateManagedEndpointCommandOutput, EMRContainersClientResolvedConfig> {
36
46
  readonly input: CreateManagedEndpointCommandInput;
@@ -32,6 +32,16 @@ export interface CreateVirtualClusterCommandOutput extends CreateVirtualClusterR
32
32
  * @see {@link CreateVirtualClusterCommandOutput} for command's `response` shape.
33
33
  * @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>This is an internal server exception.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The specified resource was not found.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>There are invalid parameters in the client request.</p>
43
+ *
44
+ *
35
45
  */
36
46
  export declare class CreateVirtualClusterCommand extends $Command<CreateVirtualClusterCommandInput, CreateVirtualClusterCommandOutput, EMRContainersClientResolvedConfig> {
37
47
  readonly input: CreateVirtualClusterCommandInput;
@@ -32,6 +32,13 @@ export interface DeleteJobTemplateCommandOutput extends DeleteJobTemplateRespons
32
32
  * @see {@link DeleteJobTemplateCommandOutput} for command's `response` shape.
33
33
  * @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>This is an internal server exception.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>There are invalid parameters in the client request.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class DeleteJobTemplateCommand extends $Command<DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput, EMRContainersClientResolvedConfig> {
37
44
  readonly input: DeleteJobTemplateCommandInput;
@@ -31,6 +31,13 @@ export interface DeleteManagedEndpointCommandOutput extends DeleteManagedEndpoin
31
31
  * @see {@link DeleteManagedEndpointCommandOutput} for command's `response` shape.
32
32
  * @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalServerException} (server fault)
35
+ * <p>This is an internal server exception.</p>
36
+ *
37
+ * @throws {@link ValidationException} (client fault)
38
+ * <p>There are invalid parameters in the client request.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class DeleteManagedEndpointCommand extends $Command<DeleteManagedEndpointCommandInput, DeleteManagedEndpointCommandOutput, EMRContainersClientResolvedConfig> {
36
43
  readonly input: DeleteManagedEndpointCommandInput;
@@ -32,6 +32,13 @@ export interface DeleteVirtualClusterCommandOutput extends DeleteVirtualClusterR
32
32
  * @see {@link DeleteVirtualClusterCommandOutput} for command's `response` shape.
33
33
  * @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>This is an internal server exception.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>There are invalid parameters in the client request.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class DeleteVirtualClusterCommand extends $Command<DeleteVirtualClusterCommandInput, DeleteVirtualClusterCommandOutput, EMRContainersClientResolvedConfig> {
37
44
  readonly input: DeleteVirtualClusterCommandInput;
@@ -30,6 +30,16 @@ export interface DescribeJobRunCommandOutput extends DescribeJobRunResponse, __M
30
30
  * @see {@link DescribeJobRunCommandOutput} for command's `response` shape.
31
31
  * @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalServerException} (server fault)
34
+ * <p>This is an internal server exception.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundException} (client fault)
37
+ * <p>The specified resource was not found.</p>
38
+ *
39
+ * @throws {@link ValidationException} (client fault)
40
+ * <p>There are invalid parameters in the client request.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class DescribeJobRunCommand extends $Command<DescribeJobRunCommandInput, DescribeJobRunCommandOutput, EMRContainersClientResolvedConfig> {
35
45
  readonly input: DescribeJobRunCommandInput;
@@ -32,6 +32,16 @@ export interface DescribeJobTemplateCommandOutput extends DescribeJobTemplateRes
32
32
  * @see {@link DescribeJobTemplateCommandOutput} for command's `response` shape.
33
33
  * @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>This is an internal server exception.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The specified resource was not found.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>There are invalid parameters in the client request.</p>
43
+ *
44
+ *
35
45
  */
36
46
  export declare class DescribeJobTemplateCommand extends $Command<DescribeJobTemplateCommandInput, DescribeJobTemplateCommandOutput, EMRContainersClientResolvedConfig> {
37
47
  readonly input: DescribeJobTemplateCommandInput;
@@ -31,6 +31,16 @@ export interface DescribeManagedEndpointCommandOutput extends DescribeManagedEnd
31
31
  * @see {@link DescribeManagedEndpointCommandOutput} for command's `response` shape.
32
32
  * @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalServerException} (server fault)
35
+ * <p>This is an internal server exception.</p>
36
+ *
37
+ * @throws {@link ResourceNotFoundException} (client fault)
38
+ * <p>The specified resource was not found.</p>
39
+ *
40
+ * @throws {@link ValidationException} (client fault)
41
+ * <p>There are invalid parameters in the client request.</p>
42
+ *
43
+ *
34
44
  */
35
45
  export declare class DescribeManagedEndpointCommand extends $Command<DescribeManagedEndpointCommandInput, DescribeManagedEndpointCommandOutput, EMRContainersClientResolvedConfig> {
36
46
  readonly input: DescribeManagedEndpointCommandInput;
@@ -34,6 +34,16 @@ export interface DescribeVirtualClusterCommandOutput extends DescribeVirtualClus
34
34
  * @see {@link DescribeVirtualClusterCommandOutput} for command's `response` shape.
35
35
  * @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
36
36
  *
37
+ * @throws {@link InternalServerException} (server fault)
38
+ * <p>This is an internal server exception.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>The specified resource was not found.</p>
42
+ *
43
+ * @throws {@link ValidationException} (client fault)
44
+ * <p>There are invalid parameters in the client request.</p>
45
+ *
46
+ *
37
47
  */
38
48
  export declare class DescribeVirtualClusterCommand extends $Command<DescribeVirtualClusterCommandInput, DescribeVirtualClusterCommandOutput, EMRContainersClientResolvedConfig> {
39
49
  readonly input: DescribeVirtualClusterCommandInput;
@@ -30,6 +30,13 @@ export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __Metadat
30
30
  * @see {@link ListJobRunsCommandOutput} for command's `response` shape.
31
31
  * @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalServerException} (server fault)
34
+ * <p>This is an internal server exception.</p>
35
+ *
36
+ * @throws {@link ValidationException} (client fault)
37
+ * <p>There are invalid parameters in the client request.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class ListJobRunsCommand extends $Command<ListJobRunsCommandInput, ListJobRunsCommandOutput, EMRContainersClientResolvedConfig> {
35
42
  readonly input: ListJobRunsCommandInput;
@@ -32,6 +32,13 @@ export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse,
32
32
  * @see {@link ListJobTemplatesCommandOutput} for command's `response` shape.
33
33
  * @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>This is an internal server exception.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>There are invalid parameters in the client request.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class ListJobTemplatesCommand extends $Command<ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput, EMRContainersClientResolvedConfig> {
37
44
  readonly input: ListJobTemplatesCommandInput;
@@ -31,6 +31,13 @@ export interface ListManagedEndpointsCommandOutput extends ListManagedEndpointsR
31
31
  * @see {@link ListManagedEndpointsCommandOutput} for command's `response` shape.
32
32
  * @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalServerException} (server fault)
35
+ * <p>This is an internal server exception.</p>
36
+ *
37
+ * @throws {@link ValidationException} (client fault)
38
+ * <p>There are invalid parameters in the client request.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class ListManagedEndpointsCommand extends $Command<ListManagedEndpointsCommandInput, ListManagedEndpointsCommandOutput, EMRContainersClientResolvedConfig> {
36
43
  readonly input: ListManagedEndpointsCommandInput;
@@ -29,6 +29,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>This is an internal server exception.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>There are invalid parameters in the client request.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EMRContainersClientResolvedConfig> {
34
44
  readonly input: ListTagsForResourceCommandInput;
@@ -34,6 +34,13 @@ export interface ListVirtualClustersCommandOutput extends ListVirtualClustersRes
34
34
  * @see {@link ListVirtualClustersCommandOutput} for command's `response` shape.
35
35
  * @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
36
36
  *
37
+ * @throws {@link InternalServerException} (server fault)
38
+ * <p>This is an internal server exception.</p>
39
+ *
40
+ * @throws {@link ValidationException} (client fault)
41
+ * <p>There are invalid parameters in the client request.</p>
42
+ *
43
+ *
37
44
  */
38
45
  export declare class ListVirtualClustersCommand extends $Command<ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput, EMRContainersClientResolvedConfig> {
39
46
  readonly input: ListVirtualClustersCommandInput;
@@ -30,6 +30,16 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat
30
30
  * @see {@link StartJobRunCommandOutput} for command's `response` shape.
31
31
  * @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalServerException} (server fault)
34
+ * <p>This is an internal server exception.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundException} (client fault)
37
+ * <p>The specified resource was not found.</p>
38
+ *
39
+ * @throws {@link ValidationException} (client fault)
40
+ * <p>There are invalid parameters in the client request.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class StartJobRunCommand extends $Command<StartJobRunCommandInput, StartJobRunCommandOutput, EMRContainersClientResolvedConfig> {
35
45
  readonly input: StartJobRunCommandInput;
@@ -36,6 +36,16 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
36
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
37
37
  * @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
38
38
  *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>This is an internal server exception.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The specified resource was not found.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>There are invalid parameters in the client request.</p>
47
+ *
48
+ *
39
49
  */
40
50
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, EMRContainersClientResolvedConfig> {
41
51
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,16 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>This is an internal server exception.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The specified resource was not found.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>There are invalid parameters in the client request.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, EMRContainersClientResolvedConfig> {
34
44
  readonly input: UntagResourceCommandInput;
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.288.0",
4
+ "version": "3.290.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",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.288.0",
24
- "@aws-sdk/config-resolver": "3.287.0",
25
- "@aws-sdk/credential-provider-node": "3.288.0",
26
- "@aws-sdk/fetch-http-handler": "3.282.0",
27
- "@aws-sdk/hash-node": "3.272.0",
28
- "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.282.0",
30
- "@aws-sdk/middleware-endpoint": "3.282.0",
31
- "@aws-sdk/middleware-host-header": "3.282.0",
32
- "@aws-sdk/middleware-logger": "3.288.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
- "@aws-sdk/middleware-retry": "3.287.0",
35
- "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.282.0",
37
- "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.282.0",
39
- "@aws-sdk/node-config-provider": "3.287.0",
40
- "@aws-sdk/node-http-handler": "3.282.0",
41
- "@aws-sdk/protocol-http": "3.282.0",
42
- "@aws-sdk/smithy-client": "3.279.0",
43
- "@aws-sdk/types": "3.272.0",
44
- "@aws-sdk/url-parser": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.287.0",
50
- "@aws-sdk/util-endpoints": "3.272.0",
51
- "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.282.0",
53
- "@aws-sdk/util-user-agent-node": "3.287.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1",
56
56
  "uuid": "^8.3.2"