@aws-sdk/client-emr-containers 3.296.0 → 3.298.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/commands/CancelJobRunCommand.js +2 -3
- package/dist-cjs/commands/CreateJobTemplateCommand.js +1 -1
- package/dist-cjs/commands/CreateManagedEndpointCommand.js +1 -1
- package/dist-cjs/commands/CreateVirtualClusterCommand.js +2 -3
- package/dist-cjs/commands/DeleteJobTemplateCommand.js +2 -3
- package/dist-cjs/commands/DeleteManagedEndpointCommand.js +2 -3
- package/dist-cjs/commands/DeleteVirtualClusterCommand.js +2 -3
- package/dist-cjs/commands/DescribeJobRunCommand.js +1 -1
- package/dist-cjs/commands/DescribeJobTemplateCommand.js +1 -1
- package/dist-cjs/commands/DescribeManagedEndpointCommand.js +1 -1
- package/dist-cjs/commands/DescribeVirtualClusterCommand.js +2 -3
- package/dist-cjs/commands/ListJobRunsCommand.js +1 -1
- package/dist-cjs/commands/ListJobTemplatesCommand.js +1 -1
- package/dist-cjs/commands/ListManagedEndpointsCommand.js +1 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListVirtualClustersCommand.js +2 -3
- package/dist-cjs/commands/StartJobRunCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -184
- package/dist-es/commands/CancelJobRunCommand.js +2 -3
- package/dist-es/commands/CreateJobTemplateCommand.js +2 -2
- package/dist-es/commands/CreateManagedEndpointCommand.js +2 -2
- package/dist-es/commands/CreateVirtualClusterCommand.js +2 -3
- package/dist-es/commands/DeleteJobTemplateCommand.js +2 -3
- package/dist-es/commands/DeleteManagedEndpointCommand.js +2 -3
- package/dist-es/commands/DeleteVirtualClusterCommand.js +2 -3
- package/dist-es/commands/DescribeJobRunCommand.js +2 -2
- package/dist-es/commands/DescribeJobTemplateCommand.js +2 -2
- package/dist-es/commands/DescribeManagedEndpointCommand.js +2 -2
- package/dist-es/commands/DescribeVirtualClusterCommand.js +2 -3
- package/dist-es/commands/ListJobRunsCommand.js +2 -2
- package/dist-es/commands/ListJobTemplatesCommand.js +2 -2
- package/dist-es/commands/ListManagedEndpointsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListVirtualClustersCommand.js +2 -3
- package/dist-es/commands/StartJobRunCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -139
- package/dist-types/EMRContainers.d.ts +20 -0
- package/dist-types/EMRContainersClient.d.ts +24 -4
- package/dist-types/commands/CancelJobRunCommand.d.ts +16 -0
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +16 -0
- package/dist-types/commands/CreateManagedEndpointCommand.d.ts +16 -0
- package/dist-types/commands/CreateVirtualClusterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteManagedEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVirtualClusterCommand.d.ts +16 -0
- package/dist-types/commands/DescribeJobRunCommand.d.ts +16 -0
- package/dist-types/commands/DescribeJobTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DescribeManagedEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVirtualClusterCommand.d.ts +16 -0
- package/dist-types/commands/ListJobRunsCommand.d.ts +16 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/ListManagedEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListVirtualClustersCommand.d.ts +16 -0
- package/dist-types/commands/StartJobRunCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/models/EMRContainersServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +165 -172
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListJobRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListJobTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListManagedEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVirtualClustersPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -125
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { CancelJobRunRequest, CancelJobRunResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CancelJobRunCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CancelJobRunCommandInput extends CancelJobRunRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CancelJobRunCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CancelJobRunCommandOutput extends CancelJobRunResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Cancels a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or
|
|
18
23
|
* SparkSQL query, that you submit to Amazon EMR on EKS.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface CancelJobRunCommandOutput extends CancelJobRunResponse, __Metad
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param CancelJobRunCommandInput - {@link CancelJobRunCommandInput}
|
|
35
|
+
* @returns {@link CancelJobRunCommandOutput}
|
|
29
36
|
* @see {@link CancelJobRunCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link CancelJobRunCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
|
|
@@ -41,11 +48,20 @@ export interface CancelJobRunCommandOutput extends CancelJobRunResponse, __Metad
|
|
|
41
48
|
export declare class CancelJobRunCommand extends $Command<CancelJobRunCommandInput, CancelJobRunCommandOutput, EMRContainersClientResolvedConfig> {
|
|
42
49
|
readonly input: CancelJobRunCommandInput;
|
|
43
50
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
44
54
|
constructor(input: CancelJobRunCommandInput);
|
|
45
55
|
/**
|
|
46
56
|
* @internal
|
|
47
57
|
*/
|
|
48
58
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelJobRunCommandInput, CancelJobRunCommandOutput>;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
49
62
|
private serialize;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
50
66
|
private deserialize;
|
|
51
67
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { CreateJobTemplateRequest, CreateJobTemplateResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateJobTemplateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateJobTemplateCommandInput extends CreateJobTemplateRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateJobTemplateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateJobTemplateCommandOutput extends CreateJobTemplateResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a job template. Job template stores values of StartJobRun API request in a
|
|
18
23
|
* template and can be used to start a job run. Job template allows two use cases: avoid
|
|
19
24
|
* repeating recurring StartJobRun API request values, enforcing certain values in StartJobRun
|
|
@@ -28,6 +33,8 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param CreateJobTemplateCommandInput - {@link CreateJobTemplateCommandInput}
|
|
37
|
+
* @returns {@link CreateJobTemplateCommandOutput}
|
|
31
38
|
* @see {@link CreateJobTemplateCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link CreateJobTemplateCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
|
|
|
46
53
|
export declare class CreateJobTemplateCommand extends $Command<CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput, EMRContainersClientResolvedConfig> {
|
|
47
54
|
readonly input: CreateJobTemplateCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: CreateJobTemplateCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { CreateManagedEndpointRequest, CreateManagedEndpointResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateManagedEndpointCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateManagedEndpointCommandInput extends CreateManagedEndpointRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateManagedEndpointCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateManagedEndpointCommandOutput extends CreateManagedEndpointResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a managed endpoint. A managed endpoint is a gateway that connects Amazon EMR Studio to
|
|
18
23
|
* Amazon EMR on EKS so that Amazon EMR Studio can communicate with your virtual
|
|
19
24
|
* cluster.</p>
|
|
@@ -27,6 +32,8 @@ export interface CreateManagedEndpointCommandOutput extends CreateManagedEndpoin
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param CreateManagedEndpointCommandInput - {@link CreateManagedEndpointCommandInput}
|
|
36
|
+
* @returns {@link CreateManagedEndpointCommandOutput}
|
|
30
37
|
* @see {@link CreateManagedEndpointCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link CreateManagedEndpointCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface CreateManagedEndpointCommandOutput extends CreateManagedEndpoin
|
|
|
45
52
|
export declare class CreateManagedEndpointCommand extends $Command<CreateManagedEndpointCommandInput, CreateManagedEndpointCommandOutput, EMRContainersClientResolvedConfig> {
|
|
46
53
|
readonly input: CreateManagedEndpointCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: CreateManagedEndpointCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateManagedEndpointCommandInput, CreateManagedEndpointCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { CreateVirtualClusterRequest, CreateVirtualClusterResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateVirtualClusterCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateVirtualClusterCommandInput extends CreateVirtualClusterRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateVirtualClusterCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateVirtualClusterCommandOutput extends CreateVirtualClusterResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any
|
|
18
23
|
* additional resource in your system. A single virtual cluster maps to a single Kubernetes
|
|
19
24
|
* namespace. Given this relationship, you can model virtual clusters the same way you model
|
|
@@ -28,6 +33,8 @@ export interface CreateVirtualClusterCommandOutput extends CreateVirtualClusterR
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param CreateVirtualClusterCommandInput - {@link CreateVirtualClusterCommandInput}
|
|
37
|
+
* @returns {@link CreateVirtualClusterCommandOutput}
|
|
31
38
|
* @see {@link CreateVirtualClusterCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link CreateVirtualClusterCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface CreateVirtualClusterCommandOutput extends CreateVirtualClusterR
|
|
|
46
53
|
export declare class CreateVirtualClusterCommand extends $Command<CreateVirtualClusterCommandInput, CreateVirtualClusterCommandOutput, EMRContainersClientResolvedConfig> {
|
|
47
54
|
readonly input: CreateVirtualClusterCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: CreateVirtualClusterCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVirtualClusterCommandInput, CreateVirtualClusterCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { DeleteJobTemplateRequest, DeleteJobTemplateResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteJobTemplateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteJobTemplateCommandInput extends DeleteJobTemplateRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteJobTemplateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteJobTemplateCommandOutput extends DeleteJobTemplateResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a job template. Job template stores values of StartJobRun API request in a
|
|
18
23
|
* template and can be used to start a job run. Job template allows two use cases: avoid
|
|
19
24
|
* repeating recurring StartJobRun API request values, enforcing certain values in StartJobRun
|
|
@@ -28,6 +33,8 @@ export interface DeleteJobTemplateCommandOutput extends DeleteJobTemplateRespons
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DeleteJobTemplateCommandInput - {@link DeleteJobTemplateCommandInput}
|
|
37
|
+
* @returns {@link DeleteJobTemplateCommandOutput}
|
|
31
38
|
* @see {@link DeleteJobTemplateCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DeleteJobTemplateCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface DeleteJobTemplateCommandOutput extends DeleteJobTemplateRespons
|
|
|
43
50
|
export declare class DeleteJobTemplateCommand extends $Command<DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput, EMRContainersClientResolvedConfig> {
|
|
44
51
|
readonly input: DeleteJobTemplateCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: DeleteJobTemplateCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { DeleteManagedEndpointRequest, DeleteManagedEndpointResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteManagedEndpointCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteManagedEndpointCommandInput extends DeleteManagedEndpointRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteManagedEndpointCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteManagedEndpointCommandOutput extends DeleteManagedEndpointResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a managed endpoint. A managed endpoint is a gateway that connects Amazon EMR Studio to
|
|
18
23
|
* Amazon EMR on EKS so that Amazon EMR Studio can communicate with your virtual
|
|
19
24
|
* cluster.</p>
|
|
@@ -27,6 +32,8 @@ export interface DeleteManagedEndpointCommandOutput extends DeleteManagedEndpoin
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DeleteManagedEndpointCommandInput - {@link DeleteManagedEndpointCommandInput}
|
|
36
|
+
* @returns {@link DeleteManagedEndpointCommandOutput}
|
|
30
37
|
* @see {@link DeleteManagedEndpointCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DeleteManagedEndpointCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
|
|
@@ -42,11 +49,20 @@ export interface DeleteManagedEndpointCommandOutput extends DeleteManagedEndpoin
|
|
|
42
49
|
export declare class DeleteManagedEndpointCommand extends $Command<DeleteManagedEndpointCommandInput, DeleteManagedEndpointCommandOutput, EMRContainersClientResolvedConfig> {
|
|
43
50
|
readonly input: DeleteManagedEndpointCommandInput;
|
|
44
51
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
45
55
|
constructor(input: DeleteManagedEndpointCommandInput);
|
|
46
56
|
/**
|
|
47
57
|
* @internal
|
|
48
58
|
*/
|
|
49
59
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteManagedEndpointCommandInput, DeleteManagedEndpointCommandOutput>;
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
50
63
|
private serialize;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
51
67
|
private deserialize;
|
|
52
68
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { DeleteVirtualClusterRequest, DeleteVirtualClusterResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteVirtualClusterCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteVirtualClusterCommandInput extends DeleteVirtualClusterRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteVirtualClusterCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteVirtualClusterCommandOutput extends DeleteVirtualClusterResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any
|
|
18
23
|
* additional resource in your system. A single virtual cluster maps to a single Kubernetes
|
|
19
24
|
* namespace. Given this relationship, you can model virtual clusters the same way you model
|
|
@@ -28,6 +33,8 @@ export interface DeleteVirtualClusterCommandOutput extends DeleteVirtualClusterR
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DeleteVirtualClusterCommandInput - {@link DeleteVirtualClusterCommandInput}
|
|
37
|
+
* @returns {@link DeleteVirtualClusterCommandOutput}
|
|
31
38
|
* @see {@link DeleteVirtualClusterCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DeleteVirtualClusterCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface DeleteVirtualClusterCommandOutput extends DeleteVirtualClusterR
|
|
|
43
50
|
export declare class DeleteVirtualClusterCommand extends $Command<DeleteVirtualClusterCommandInput, DeleteVirtualClusterCommandOutput, EMRContainersClientResolvedConfig> {
|
|
44
51
|
readonly input: DeleteVirtualClusterCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: DeleteVirtualClusterCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVirtualClusterCommandInput, DeleteVirtualClusterCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { DescribeJobRunRequest, DescribeJobRunResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeJobRunCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeJobRunCommandInput extends DescribeJobRunRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeJobRunCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeJobRunCommandOutput extends DescribeJobRunResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Displays detailed information about a job run. A job run is a unit of work, such as a
|
|
18
23
|
* Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribeJobRunCommandOutput extends DescribeJobRunResponse, __M
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribeJobRunCommandInput - {@link DescribeJobRunCommandInput}
|
|
35
|
+
* @returns {@link DescribeJobRunCommandOutput}
|
|
29
36
|
* @see {@link DescribeJobRunCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribeJobRunCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface DescribeJobRunCommandOutput extends DescribeJobRunResponse, __M
|
|
|
44
51
|
export declare class DescribeJobRunCommand extends $Command<DescribeJobRunCommandInput, DescribeJobRunCommandOutput, EMRContainersClientResolvedConfig> {
|
|
45
52
|
readonly input: DescribeJobRunCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: DescribeJobRunCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeJobRunCommandInput, DescribeJobRunCommandOutput>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
52
65
|
private serialize;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
53
69
|
private deserialize;
|
|
54
70
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { DescribeJobTemplateRequest, DescribeJobTemplateResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeJobTemplateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeJobTemplateCommandInput extends DescribeJobTemplateRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeJobTemplateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeJobTemplateCommandOutput extends DescribeJobTemplateResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Displays detailed information about a specified job template. Job template stores values
|
|
18
23
|
* of StartJobRun API request in a template and can be used to start a job run. Job template
|
|
19
24
|
* allows two use cases: avoid repeating recurring StartJobRun API request values, enforcing
|
|
@@ -28,6 +33,8 @@ export interface DescribeJobTemplateCommandOutput extends DescribeJobTemplateRes
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DescribeJobTemplateCommandInput - {@link DescribeJobTemplateCommandInput}
|
|
37
|
+
* @returns {@link DescribeJobTemplateCommandOutput}
|
|
31
38
|
* @see {@link DescribeJobTemplateCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DescribeJobTemplateCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface DescribeJobTemplateCommandOutput extends DescribeJobTemplateRes
|
|
|
46
53
|
export declare class DescribeJobTemplateCommand extends $Command<DescribeJobTemplateCommandInput, DescribeJobTemplateCommandOutput, EMRContainersClientResolvedConfig> {
|
|
47
54
|
readonly input: DescribeJobTemplateCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: DescribeJobTemplateCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeJobTemplateCommandInput, DescribeJobTemplateCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { DescribeManagedEndpointRequest, DescribeManagedEndpointResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeManagedEndpointCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeManagedEndpointCommandInput extends DescribeManagedEndpointRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeManagedEndpointCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeManagedEndpointCommandOutput extends DescribeManagedEndpointResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Displays detailed information about a managed endpoint. A managed endpoint is a gateway
|
|
18
23
|
* that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can communicate with
|
|
19
24
|
* your virtual cluster.</p>
|
|
@@ -27,6 +32,8 @@ export interface DescribeManagedEndpointCommandOutput extends DescribeManagedEnd
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DescribeManagedEndpointCommandInput - {@link DescribeManagedEndpointCommandInput}
|
|
36
|
+
* @returns {@link DescribeManagedEndpointCommandOutput}
|
|
30
37
|
* @see {@link DescribeManagedEndpointCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DescribeManagedEndpointCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface DescribeManagedEndpointCommandOutput extends DescribeManagedEnd
|
|
|
45
52
|
export declare class DescribeManagedEndpointCommand extends $Command<DescribeManagedEndpointCommandInput, DescribeManagedEndpointCommandOutput, EMRContainersClientResolvedConfig> {
|
|
46
53
|
readonly input: DescribeManagedEndpointCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: DescribeManagedEndpointCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeManagedEndpointCommandInput, DescribeManagedEndpointCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { DescribeVirtualClusterRequest, DescribeVirtualClusterResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeVirtualClusterCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeVirtualClusterCommandInput extends DescribeVirtualClusterRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeVirtualClusterCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeVirtualClusterCommandOutput extends DescribeVirtualClusterResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Displays detailed information about a specified virtual cluster. Virtual cluster is a
|
|
18
23
|
* managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual
|
|
19
24
|
* clusters. They do not consume any additional resource in your system. A single virtual
|
|
@@ -30,6 +35,8 @@ export interface DescribeVirtualClusterCommandOutput extends DescribeVirtualClus
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param DescribeVirtualClusterCommandInput - {@link DescribeVirtualClusterCommandInput}
|
|
39
|
+
* @returns {@link DescribeVirtualClusterCommandOutput}
|
|
33
40
|
* @see {@link DescribeVirtualClusterCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link DescribeVirtualClusterCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface DescribeVirtualClusterCommandOutput extends DescribeVirtualClus
|
|
|
48
55
|
export declare class DescribeVirtualClusterCommand extends $Command<DescribeVirtualClusterCommandInput, DescribeVirtualClusterCommandOutput, EMRContainersClientResolvedConfig> {
|
|
49
56
|
readonly input: DescribeVirtualClusterCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: DescribeVirtualClusterCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeVirtualClusterCommandInput, DescribeVirtualClusterCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
|
|
5
5
|
import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListJobRunsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListJobRunsCommandInput extends ListJobRunsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListJobRunsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists job runs based on a set of parameters. A job run is a unit of work, such as a
|
|
18
23
|
* Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __Metadat
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListJobRunsCommandInput - {@link ListJobRunsCommandInput}
|
|
35
|
+
* @returns {@link ListJobRunsCommandOutput}
|
|
29
36
|
* @see {@link ListJobRunsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListJobRunsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link EMRContainersClientResolvedConfig | config} for EMRContainersClient's `config` shape.
|
|
@@ -41,11 +48,20 @@ export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __Metadat
|
|
|
41
48
|
export declare class ListJobRunsCommand extends $Command<ListJobRunsCommandInput, ListJobRunsCommandOutput, EMRContainersClientResolvedConfig> {
|
|
42
49
|
readonly input: ListJobRunsCommandInput;
|
|
43
50
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
44
54
|
constructor(input: ListJobRunsCommandInput);
|
|
45
55
|
/**
|
|
46
56
|
* @internal
|
|
47
57
|
*/
|
|
48
58
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListJobRunsCommandInput, ListJobRunsCommandOutput>;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
49
62
|
private serialize;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
50
66
|
private deserialize;
|
|
51
67
|
}
|