@aws-sdk/client-emr-containers 3.34.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/EMRContainers.js +1 -26
- package/dist-cjs/EMRContainersClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/CancelJobRunCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateManagedEndpointCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateVirtualClusterCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteManagedEndpointCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteVirtualClusterCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeJobRunCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeManagedEndpointCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeVirtualClusterCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListJobRunsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListManagedEndpointsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListVirtualClustersCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StartJobRunCommand.js +2 -27
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -139
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListJobRunsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListManagedEndpointsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListVirtualClustersPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +3 -9
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/EMRContainers.js +1 -2
- package/{dist/es → dist-es}/EMRContainersClient.js +1 -2
- package/{dist/es → dist-es}/commands/CancelJobRunCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateManagedEndpointCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateVirtualClusterCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteManagedEndpointCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteVirtualClusterCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeJobRunCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeManagedEndpointCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeVirtualClusterCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListJobRunsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListManagedEndpointsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListVirtualClustersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartJobRunCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListJobRunsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListManagedEndpointsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListVirtualClustersPaginator.js +1 -2
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- 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/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → 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 → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/EMRContainers.d.ts +18 -71
- package/{dist/types → dist-types}/ts3.4/EMRContainersClient.d.ts +32 -118
- package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- 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/ts3.4/models/models_0.d.ts +655 -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 +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/EMRContainers.ts +0 -550
- package/EMRContainersClient.ts +0 -328
- package/commands/CancelJobRunCommand.ts +0 -94
- package/commands/CreateManagedEndpointCommand.ts +0 -94
- package/commands/CreateVirtualClusterCommand.ts +0 -94
- package/commands/DeleteManagedEndpointCommand.ts +0 -94
- package/commands/DeleteVirtualClusterCommand.ts +0 -94
- package/commands/DescribeJobRunCommand.ts +0 -94
- package/commands/DescribeManagedEndpointCommand.ts +0 -94
- package/commands/DescribeVirtualClusterCommand.ts +0 -94
- package/commands/ListJobRunsCommand.ts +0 -94
- package/commands/ListManagedEndpointsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ListVirtualClustersCommand.ts +0 -94
- package/commands/StartJobRunCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/dist/cjs/EMRContainers.js.map +0 -1
- package/dist/cjs/EMRContainersClient.js +0 -65
- 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 +0 -61
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListJobRunsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListManagedEndpointsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListVirtualClustersPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/EMRContainers.js.map +0 -1
- package/dist/es/EMRContainersClient.js.map +0 -1
- package/dist/es/commands/CancelJobRunCommand.js.map +0 -1
- package/dist/es/commands/CreateManagedEndpointCommand.js.map +0 -1
- package/dist/es/commands/CreateVirtualClusterCommand.js.map +0 -1
- package/dist/es/commands/DeleteManagedEndpointCommand.js.map +0 -1
- package/dist/es/commands/DeleteVirtualClusterCommand.js.map +0 -1
- package/dist/es/commands/DescribeJobRunCommand.js.map +0 -1
- package/dist/es/commands/DescribeManagedEndpointCommand.js.map +0 -1
- package/dist/es/commands/DescribeVirtualClusterCommand.js.map +0 -1
- package/dist/es/commands/ListJobRunsCommand.js.map +0 -1
- package/dist/es/commands/ListManagedEndpointsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListVirtualClustersCommand.js.map +0 -1
- package/dist/es/commands/StartJobRunCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -23
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- 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/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListJobRunsPaginator.js.map +0 -1
- package/dist/es/pagination/ListManagedEndpointsPaginator.js.map +0 -1
- package/dist/es/pagination/ListVirtualClustersPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/commands/CancelJobRunCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeJobRunCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListJobRunsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListVirtualClustersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartJobRunCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -1073
- package/endpoints.ts +0 -83
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -1388
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListJobRunsPaginator.ts +0 -54
- package/pagination/ListManagedEndpointsPaginator.ts +0 -58
- package/pagination/ListVirtualClustersPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -2264
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -1,1073 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
export interface CancelJobRunRequest {
|
|
3
|
-
/**
|
|
4
|
-
* <p>The ID of the job run to cancel.</p>
|
|
5
|
-
*/
|
|
6
|
-
id: string | undefined;
|
|
7
|
-
/**
|
|
8
|
-
* <p>The ID of the virtual cluster for which the job run will be canceled.</p>
|
|
9
|
-
*/
|
|
10
|
-
virtualClusterId: string | undefined;
|
|
11
|
-
}
|
|
12
|
-
export declare namespace CancelJobRunRequest {
|
|
13
|
-
/**
|
|
14
|
-
* @internal
|
|
15
|
-
*/
|
|
16
|
-
const filterSensitiveLog: (obj: CancelJobRunRequest) => any;
|
|
17
|
-
}
|
|
18
|
-
export interface CancelJobRunResponse {
|
|
19
|
-
/**
|
|
20
|
-
* <p>The output contains the ID of the cancelled job run.</p>
|
|
21
|
-
*/
|
|
22
|
-
id?: string;
|
|
23
|
-
/**
|
|
24
|
-
* <p>The output contains the virtual cluster ID for which the job run is cancelled.</p>
|
|
25
|
-
*/
|
|
26
|
-
virtualClusterId?: string;
|
|
27
|
-
}
|
|
28
|
-
export declare namespace CancelJobRunResponse {
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
const filterSensitiveLog: (obj: CancelJobRunResponse) => any;
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* <p>This is an internal server exception.</p>
|
|
36
|
-
*/
|
|
37
|
-
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
38
|
-
name: "InternalServerException";
|
|
39
|
-
$fault: "server";
|
|
40
|
-
message?: string;
|
|
41
|
-
}
|
|
42
|
-
export declare namespace InternalServerException {
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
|
-
const filterSensitiveLog: (obj: InternalServerException) => any;
|
|
47
|
-
}
|
|
48
|
-
/**
|
|
49
|
-
* <p>There are invalid parameters in the client request.</p>
|
|
50
|
-
*/
|
|
51
|
-
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
52
|
-
name: "ValidationException";
|
|
53
|
-
$fault: "client";
|
|
54
|
-
message?: string;
|
|
55
|
-
}
|
|
56
|
-
export declare namespace ValidationException {
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
|
-
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
61
|
-
}
|
|
62
|
-
/**
|
|
63
|
-
* <p>A configuration for CloudWatch monitoring. You can configure your jobs to send log information to CloudWatch Logs.</p>
|
|
64
|
-
*/
|
|
65
|
-
export interface CloudWatchMonitoringConfiguration {
|
|
66
|
-
/**
|
|
67
|
-
* <p>The name of the log group for log publishing.</p>
|
|
68
|
-
*/
|
|
69
|
-
logGroupName: string | undefined;
|
|
70
|
-
/**
|
|
71
|
-
* <p>The specified name prefix for log streams.</p>
|
|
72
|
-
*/
|
|
73
|
-
logStreamNamePrefix?: string;
|
|
74
|
-
}
|
|
75
|
-
export declare namespace CloudWatchMonitoringConfiguration {
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
const filterSensitiveLog: (obj: CloudWatchMonitoringConfiguration) => any;
|
|
80
|
-
}
|
|
81
|
-
export declare enum PersistentAppUI {
|
|
82
|
-
DISABLED = "DISABLED",
|
|
83
|
-
ENABLED = "ENABLED"
|
|
84
|
-
}
|
|
85
|
-
/**
|
|
86
|
-
* <p> Amazon S3 configuration for monitoring log publishing. You can configure your jobs to send log information to Amazon S3.</p>
|
|
87
|
-
*/
|
|
88
|
-
export interface S3MonitoringConfiguration {
|
|
89
|
-
/**
|
|
90
|
-
* <p>Amazon S3 destination URI for log publishing.</p>
|
|
91
|
-
*/
|
|
92
|
-
logUri: string | undefined;
|
|
93
|
-
}
|
|
94
|
-
export declare namespace S3MonitoringConfiguration {
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
const filterSensitiveLog: (obj: S3MonitoringConfiguration) => any;
|
|
99
|
-
}
|
|
100
|
-
/**
|
|
101
|
-
* <p>Configuration setting for monitoring.</p>
|
|
102
|
-
*/
|
|
103
|
-
export interface MonitoringConfiguration {
|
|
104
|
-
/**
|
|
105
|
-
* <p>Monitoring configurations for the persistent application UI. </p>
|
|
106
|
-
*/
|
|
107
|
-
persistentAppUI?: PersistentAppUI | string;
|
|
108
|
-
/**
|
|
109
|
-
* <p>Monitoring configurations for CloudWatch.</p>
|
|
110
|
-
*/
|
|
111
|
-
cloudWatchMonitoringConfiguration?: CloudWatchMonitoringConfiguration;
|
|
112
|
-
/**
|
|
113
|
-
* <p>Amazon S3 configuration for monitoring log publishing.</p>
|
|
114
|
-
*/
|
|
115
|
-
s3MonitoringConfiguration?: S3MonitoringConfiguration;
|
|
116
|
-
}
|
|
117
|
-
export declare namespace MonitoringConfiguration {
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
const filterSensitiveLog: (obj: MonitoringConfiguration) => any;
|
|
122
|
-
}
|
|
123
|
-
export interface CreateManagedEndpointResponse {
|
|
124
|
-
/**
|
|
125
|
-
* <p>The output contains the ID of the managed endpoint.</p>
|
|
126
|
-
*/
|
|
127
|
-
id?: string;
|
|
128
|
-
/**
|
|
129
|
-
* <p>The output contains the name of the managed endpoint.</p>
|
|
130
|
-
*/
|
|
131
|
-
name?: string;
|
|
132
|
-
/**
|
|
133
|
-
* <p>The output contains the ARN of the managed endpoint.</p>
|
|
134
|
-
*/
|
|
135
|
-
arn?: string;
|
|
136
|
-
/**
|
|
137
|
-
* <p>The output contains the ID of the virtual cluster.</p>
|
|
138
|
-
*/
|
|
139
|
-
virtualClusterId?: string;
|
|
140
|
-
}
|
|
141
|
-
export declare namespace CreateManagedEndpointResponse {
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
|
-
const filterSensitiveLog: (obj: CreateManagedEndpointResponse) => any;
|
|
146
|
-
}
|
|
147
|
-
/**
|
|
148
|
-
* <p>The specified resource was not found.</p>
|
|
149
|
-
*/
|
|
150
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
151
|
-
name: "ResourceNotFoundException";
|
|
152
|
-
$fault: "client";
|
|
153
|
-
message?: string;
|
|
154
|
-
}
|
|
155
|
-
export declare namespace ResourceNotFoundException {
|
|
156
|
-
/**
|
|
157
|
-
* @internal
|
|
158
|
-
*/
|
|
159
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
160
|
-
}
|
|
161
|
-
/**
|
|
162
|
-
* <p>The information about the EKS cluster.</p>
|
|
163
|
-
*/
|
|
164
|
-
export interface EksInfo {
|
|
165
|
-
/**
|
|
166
|
-
* <p>The namespaces of the EKS cluster.</p>
|
|
167
|
-
*/
|
|
168
|
-
namespace?: string;
|
|
169
|
-
}
|
|
170
|
-
export declare namespace EksInfo {
|
|
171
|
-
/**
|
|
172
|
-
* @internal
|
|
173
|
-
*/
|
|
174
|
-
const filterSensitiveLog: (obj: EksInfo) => any;
|
|
175
|
-
}
|
|
176
|
-
/**
|
|
177
|
-
* <p>The information about the container used for a job run or a managed endpoint.</p>
|
|
178
|
-
*/
|
|
179
|
-
export declare type ContainerInfo = ContainerInfo.EksInfoMember | ContainerInfo.$UnknownMember;
|
|
180
|
-
export declare namespace ContainerInfo {
|
|
181
|
-
/**
|
|
182
|
-
* <p>The information about the EKS cluster.</p>
|
|
183
|
-
*/
|
|
184
|
-
interface EksInfoMember {
|
|
185
|
-
eksInfo: EksInfo;
|
|
186
|
-
$unknown?: never;
|
|
187
|
-
}
|
|
188
|
-
interface $UnknownMember {
|
|
189
|
-
eksInfo?: never;
|
|
190
|
-
$unknown: [
|
|
191
|
-
string,
|
|
192
|
-
any
|
|
193
|
-
];
|
|
194
|
-
}
|
|
195
|
-
interface Visitor<T> {
|
|
196
|
-
eksInfo: (value: EksInfo) => T;
|
|
197
|
-
_: (name: string, value: any) => T;
|
|
198
|
-
}
|
|
199
|
-
const visit: <T>(value: ContainerInfo, visitor: Visitor<T>) => T;
|
|
200
|
-
/**
|
|
201
|
-
* @internal
|
|
202
|
-
*/
|
|
203
|
-
const filterSensitiveLog: (obj: ContainerInfo) => any;
|
|
204
|
-
}
|
|
205
|
-
export declare enum ContainerProviderType {
|
|
206
|
-
EKS = "EKS"
|
|
207
|
-
}
|
|
208
|
-
/**
|
|
209
|
-
* <p>The information about the container provider.</p>
|
|
210
|
-
*/
|
|
211
|
-
export interface ContainerProvider {
|
|
212
|
-
/**
|
|
213
|
-
* <p>The type of the container provider. EKS is the only supported type as of now.</p>
|
|
214
|
-
*/
|
|
215
|
-
type: ContainerProviderType | string | undefined;
|
|
216
|
-
/**
|
|
217
|
-
* <p>The ID of the container cluster.</p>
|
|
218
|
-
*/
|
|
219
|
-
id: string | undefined;
|
|
220
|
-
/**
|
|
221
|
-
* <p>The information about the container cluster.</p>
|
|
222
|
-
*/
|
|
223
|
-
info?: ContainerInfo;
|
|
224
|
-
}
|
|
225
|
-
export declare namespace ContainerProvider {
|
|
226
|
-
/**
|
|
227
|
-
* @internal
|
|
228
|
-
*/
|
|
229
|
-
const filterSensitiveLog: (obj: ContainerProvider) => any;
|
|
230
|
-
}
|
|
231
|
-
export interface CreateVirtualClusterRequest {
|
|
232
|
-
/**
|
|
233
|
-
* <p>The specified name of the virtual cluster.</p>
|
|
234
|
-
*/
|
|
235
|
-
name: string | undefined;
|
|
236
|
-
/**
|
|
237
|
-
* <p>The container provider of the virtual cluster.</p>
|
|
238
|
-
*/
|
|
239
|
-
containerProvider: ContainerProvider | undefined;
|
|
240
|
-
/**
|
|
241
|
-
* <p>The client token of the virtual cluster.</p>
|
|
242
|
-
*/
|
|
243
|
-
clientToken?: string;
|
|
244
|
-
/**
|
|
245
|
-
* <p>The tags assigned to the virtual cluster.</p>
|
|
246
|
-
*/
|
|
247
|
-
tags?: {
|
|
248
|
-
[key: string]: string;
|
|
249
|
-
};
|
|
250
|
-
}
|
|
251
|
-
export declare namespace CreateVirtualClusterRequest {
|
|
252
|
-
/**
|
|
253
|
-
* @internal
|
|
254
|
-
*/
|
|
255
|
-
const filterSensitiveLog: (obj: CreateVirtualClusterRequest) => any;
|
|
256
|
-
}
|
|
257
|
-
export interface CreateVirtualClusterResponse {
|
|
258
|
-
/**
|
|
259
|
-
* <p>This output contains the virtual cluster ID.</p>
|
|
260
|
-
*/
|
|
261
|
-
id?: string;
|
|
262
|
-
/**
|
|
263
|
-
* <p>This output contains the name of the virtual cluster.</p>
|
|
264
|
-
*/
|
|
265
|
-
name?: string;
|
|
266
|
-
/**
|
|
267
|
-
* <p>This output contains the ARN of virtual cluster.</p>
|
|
268
|
-
*/
|
|
269
|
-
arn?: string;
|
|
270
|
-
}
|
|
271
|
-
export declare namespace CreateVirtualClusterResponse {
|
|
272
|
-
/**
|
|
273
|
-
* @internal
|
|
274
|
-
*/
|
|
275
|
-
const filterSensitiveLog: (obj: CreateVirtualClusterResponse) => any;
|
|
276
|
-
}
|
|
277
|
-
export interface DeleteManagedEndpointRequest {
|
|
278
|
-
/**
|
|
279
|
-
* <p>The ID of the managed endpoint.</p>
|
|
280
|
-
*/
|
|
281
|
-
id: string | undefined;
|
|
282
|
-
/**
|
|
283
|
-
* <p>The ID of the endpoint's virtual cluster.</p>
|
|
284
|
-
*/
|
|
285
|
-
virtualClusterId: string | undefined;
|
|
286
|
-
}
|
|
287
|
-
export declare namespace DeleteManagedEndpointRequest {
|
|
288
|
-
/**
|
|
289
|
-
* @internal
|
|
290
|
-
*/
|
|
291
|
-
const filterSensitiveLog: (obj: DeleteManagedEndpointRequest) => any;
|
|
292
|
-
}
|
|
293
|
-
export interface DeleteManagedEndpointResponse {
|
|
294
|
-
/**
|
|
295
|
-
* <p>The output displays the ID of the managed endpoint.</p>
|
|
296
|
-
*/
|
|
297
|
-
id?: string;
|
|
298
|
-
/**
|
|
299
|
-
* <p>The output displays the ID of the endpoint's virtual cluster.</p>
|
|
300
|
-
*/
|
|
301
|
-
virtualClusterId?: string;
|
|
302
|
-
}
|
|
303
|
-
export declare namespace DeleteManagedEndpointResponse {
|
|
304
|
-
/**
|
|
305
|
-
* @internal
|
|
306
|
-
*/
|
|
307
|
-
const filterSensitiveLog: (obj: DeleteManagedEndpointResponse) => any;
|
|
308
|
-
}
|
|
309
|
-
export interface DeleteVirtualClusterRequest {
|
|
310
|
-
/**
|
|
311
|
-
* <p>The ID of the virtual cluster that will be deleted.</p>
|
|
312
|
-
*/
|
|
313
|
-
id: string | undefined;
|
|
314
|
-
}
|
|
315
|
-
export declare namespace DeleteVirtualClusterRequest {
|
|
316
|
-
/**
|
|
317
|
-
* @internal
|
|
318
|
-
*/
|
|
319
|
-
const filterSensitiveLog: (obj: DeleteVirtualClusterRequest) => any;
|
|
320
|
-
}
|
|
321
|
-
export interface DeleteVirtualClusterResponse {
|
|
322
|
-
/**
|
|
323
|
-
* <p>This output contains the ID of the virtual cluster that will be deleted. </p>
|
|
324
|
-
*/
|
|
325
|
-
id?: string;
|
|
326
|
-
}
|
|
327
|
-
export declare namespace DeleteVirtualClusterResponse {
|
|
328
|
-
/**
|
|
329
|
-
* @internal
|
|
330
|
-
*/
|
|
331
|
-
const filterSensitiveLog: (obj: DeleteVirtualClusterResponse) => any;
|
|
332
|
-
}
|
|
333
|
-
export interface DescribeJobRunRequest {
|
|
334
|
-
/**
|
|
335
|
-
* <p>The ID of the job run request. </p>
|
|
336
|
-
*/
|
|
337
|
-
id: string | undefined;
|
|
338
|
-
/**
|
|
339
|
-
* <p>The ID of the virtual cluster for which the job run is submitted.</p>
|
|
340
|
-
*/
|
|
341
|
-
virtualClusterId: string | undefined;
|
|
342
|
-
}
|
|
343
|
-
export declare namespace DescribeJobRunRequest {
|
|
344
|
-
/**
|
|
345
|
-
* @internal
|
|
346
|
-
*/
|
|
347
|
-
const filterSensitiveLog: (obj: DescribeJobRunRequest) => any;
|
|
348
|
-
}
|
|
349
|
-
export declare enum FailureReason {
|
|
350
|
-
CLUSTER_UNAVAILABLE = "CLUSTER_UNAVAILABLE",
|
|
351
|
-
INTERNAL_ERROR = "INTERNAL_ERROR",
|
|
352
|
-
USER_ERROR = "USER_ERROR",
|
|
353
|
-
VALIDATION_ERROR = "VALIDATION_ERROR"
|
|
354
|
-
}
|
|
355
|
-
/**
|
|
356
|
-
* <p>The information about job driver for Spark submit.</p>
|
|
357
|
-
*/
|
|
358
|
-
export interface SparkSubmitJobDriver {
|
|
359
|
-
/**
|
|
360
|
-
* <p>The entry point of job application.</p>
|
|
361
|
-
*/
|
|
362
|
-
entryPoint: string | undefined;
|
|
363
|
-
/**
|
|
364
|
-
* <p>The arguments for job application.</p>
|
|
365
|
-
*/
|
|
366
|
-
entryPointArguments?: string[];
|
|
367
|
-
/**
|
|
368
|
-
* <p>The Spark submit parameters that are used for job runs.</p>
|
|
369
|
-
*/
|
|
370
|
-
sparkSubmitParameters?: string;
|
|
371
|
-
}
|
|
372
|
-
export declare namespace SparkSubmitJobDriver {
|
|
373
|
-
/**
|
|
374
|
-
* @internal
|
|
375
|
-
*/
|
|
376
|
-
const filterSensitiveLog: (obj: SparkSubmitJobDriver) => any;
|
|
377
|
-
}
|
|
378
|
-
/**
|
|
379
|
-
* <p>Specify the driver that the job runs on.</p>
|
|
380
|
-
*/
|
|
381
|
-
export interface JobDriver {
|
|
382
|
-
/**
|
|
383
|
-
* <p>The job driver parameters specified for spark submit.</p>
|
|
384
|
-
*/
|
|
385
|
-
sparkSubmitJobDriver?: SparkSubmitJobDriver;
|
|
386
|
-
}
|
|
387
|
-
export declare namespace JobDriver {
|
|
388
|
-
/**
|
|
389
|
-
* @internal
|
|
390
|
-
*/
|
|
391
|
-
const filterSensitiveLog: (obj: JobDriver) => any;
|
|
392
|
-
}
|
|
393
|
-
export declare enum JobRunState {
|
|
394
|
-
CANCELLED = "CANCELLED",
|
|
395
|
-
CANCEL_PENDING = "CANCEL_PENDING",
|
|
396
|
-
COMPLETED = "COMPLETED",
|
|
397
|
-
FAILED = "FAILED",
|
|
398
|
-
PENDING = "PENDING",
|
|
399
|
-
RUNNING = "RUNNING",
|
|
400
|
-
SUBMITTED = "SUBMITTED"
|
|
401
|
-
}
|
|
402
|
-
export interface DescribeManagedEndpointRequest {
|
|
403
|
-
/**
|
|
404
|
-
* <p>This output displays ID of the managed endpoint.</p>
|
|
405
|
-
*/
|
|
406
|
-
id: string | undefined;
|
|
407
|
-
/**
|
|
408
|
-
* <p>The ID of the endpoint's virtual cluster.</p>
|
|
409
|
-
*/
|
|
410
|
-
virtualClusterId: string | undefined;
|
|
411
|
-
}
|
|
412
|
-
export declare namespace DescribeManagedEndpointRequest {
|
|
413
|
-
/**
|
|
414
|
-
* @internal
|
|
415
|
-
*/
|
|
416
|
-
const filterSensitiveLog: (obj: DescribeManagedEndpointRequest) => any;
|
|
417
|
-
}
|
|
418
|
-
export declare enum EndpointState {
|
|
419
|
-
ACTIVE = "ACTIVE",
|
|
420
|
-
CREATING = "CREATING",
|
|
421
|
-
TERMINATED = "TERMINATED",
|
|
422
|
-
TERMINATED_WITH_ERRORS = "TERMINATED_WITH_ERRORS",
|
|
423
|
-
TERMINATING = "TERMINATING"
|
|
424
|
-
}
|
|
425
|
-
export interface DescribeVirtualClusterRequest {
|
|
426
|
-
/**
|
|
427
|
-
* <p>The ID of the virtual cluster that will be described.</p>
|
|
428
|
-
*/
|
|
429
|
-
id: string | undefined;
|
|
430
|
-
}
|
|
431
|
-
export declare namespace DescribeVirtualClusterRequest {
|
|
432
|
-
/**
|
|
433
|
-
* @internal
|
|
434
|
-
*/
|
|
435
|
-
const filterSensitiveLog: (obj: DescribeVirtualClusterRequest) => any;
|
|
436
|
-
}
|
|
437
|
-
export declare enum VirtualClusterState {
|
|
438
|
-
ARRESTED = "ARRESTED",
|
|
439
|
-
RUNNING = "RUNNING",
|
|
440
|
-
TERMINATED = "TERMINATED",
|
|
441
|
-
TERMINATING = "TERMINATING"
|
|
442
|
-
}
|
|
443
|
-
/**
|
|
444
|
-
* <p>This entity describes a virtual cluster. A virtual cluster is a Kubernetes namespace that Amazon EMR is registered with. Amazon EMR uses virtual clusters to run jobs and host endpoints. Multiple virtual clusters can be backed by the same physical cluster. However, each virtual cluster maps to one namespace on an EKS cluster. Virtual clusters do not create any active resources that contribute to your bill or that require lifecycle management outside the service.</p>
|
|
445
|
-
*/
|
|
446
|
-
export interface VirtualCluster {
|
|
447
|
-
/**
|
|
448
|
-
* <p>The ID of the virtual cluster.</p>
|
|
449
|
-
*/
|
|
450
|
-
id?: string;
|
|
451
|
-
/**
|
|
452
|
-
* <p>The name of the virtual cluster.</p>
|
|
453
|
-
*/
|
|
454
|
-
name?: string;
|
|
455
|
-
/**
|
|
456
|
-
* <p>The ARN of the virtual cluster.</p>
|
|
457
|
-
*/
|
|
458
|
-
arn?: string;
|
|
459
|
-
/**
|
|
460
|
-
* <p>The state of the virtual cluster.</p>
|
|
461
|
-
*/
|
|
462
|
-
state?: VirtualClusterState | string;
|
|
463
|
-
/**
|
|
464
|
-
* <p>The container provider of the virtual cluster.</p>
|
|
465
|
-
*/
|
|
466
|
-
containerProvider?: ContainerProvider;
|
|
467
|
-
/**
|
|
468
|
-
* <p>The date and time when the virtual cluster is created.</p>
|
|
469
|
-
*/
|
|
470
|
-
createdAt?: Date;
|
|
471
|
-
/**
|
|
472
|
-
* <p>The assigned tags of the virtual cluster.</p>
|
|
473
|
-
*/
|
|
474
|
-
tags?: {
|
|
475
|
-
[key: string]: string;
|
|
476
|
-
};
|
|
477
|
-
}
|
|
478
|
-
export declare namespace VirtualCluster {
|
|
479
|
-
/**
|
|
480
|
-
* @internal
|
|
481
|
-
*/
|
|
482
|
-
const filterSensitiveLog: (obj: VirtualCluster) => any;
|
|
483
|
-
}
|
|
484
|
-
export interface DescribeVirtualClusterResponse {
|
|
485
|
-
/**
|
|
486
|
-
* <p>This output displays information about the specified virtual cluster.</p>
|
|
487
|
-
*/
|
|
488
|
-
virtualCluster?: VirtualCluster;
|
|
489
|
-
}
|
|
490
|
-
export declare namespace DescribeVirtualClusterResponse {
|
|
491
|
-
/**
|
|
492
|
-
* @internal
|
|
493
|
-
*/
|
|
494
|
-
const filterSensitiveLog: (obj: DescribeVirtualClusterResponse) => any;
|
|
495
|
-
}
|
|
496
|
-
export interface ListJobRunsRequest {
|
|
497
|
-
/**
|
|
498
|
-
* <p>The ID of the virtual cluster for which to list the job run. </p>
|
|
499
|
-
*/
|
|
500
|
-
virtualClusterId: string | undefined;
|
|
501
|
-
/**
|
|
502
|
-
* <p>The date and time before which the job runs were submitted.</p>
|
|
503
|
-
*/
|
|
504
|
-
createdBefore?: Date;
|
|
505
|
-
/**
|
|
506
|
-
* <p>The date and time after which the job runs were submitted.</p>
|
|
507
|
-
*/
|
|
508
|
-
createdAfter?: Date;
|
|
509
|
-
/**
|
|
510
|
-
* <p>The name of the job run.</p>
|
|
511
|
-
*/
|
|
512
|
-
name?: string;
|
|
513
|
-
/**
|
|
514
|
-
* <p>The states of the job run.</p>
|
|
515
|
-
*/
|
|
516
|
-
states?: (JobRunState | string)[];
|
|
517
|
-
/**
|
|
518
|
-
* <p>The maximum number of job runs that can be listed.</p>
|
|
519
|
-
*/
|
|
520
|
-
maxResults?: number;
|
|
521
|
-
/**
|
|
522
|
-
* <p>The token for the next set of job runs to return.</p>
|
|
523
|
-
*/
|
|
524
|
-
nextToken?: string;
|
|
525
|
-
}
|
|
526
|
-
export declare namespace ListJobRunsRequest {
|
|
527
|
-
/**
|
|
528
|
-
* @internal
|
|
529
|
-
*/
|
|
530
|
-
const filterSensitiveLog: (obj: ListJobRunsRequest) => any;
|
|
531
|
-
}
|
|
532
|
-
export interface ListManagedEndpointsRequest {
|
|
533
|
-
/**
|
|
534
|
-
* <p>The ID of the virtual cluster.</p>
|
|
535
|
-
*/
|
|
536
|
-
virtualClusterId: string | undefined;
|
|
537
|
-
/**
|
|
538
|
-
* <p>The date and time before which the endpoints are created.</p>
|
|
539
|
-
*/
|
|
540
|
-
createdBefore?: Date;
|
|
541
|
-
/**
|
|
542
|
-
* <p> The date and time after which the endpoints are created.</p>
|
|
543
|
-
*/
|
|
544
|
-
createdAfter?: Date;
|
|
545
|
-
/**
|
|
546
|
-
* <p>The types of the managed endpoints.</p>
|
|
547
|
-
*/
|
|
548
|
-
types?: string[];
|
|
549
|
-
/**
|
|
550
|
-
* <p>The states of the managed endpoints.</p>
|
|
551
|
-
*/
|
|
552
|
-
states?: (EndpointState | string)[];
|
|
553
|
-
/**
|
|
554
|
-
* <p>The maximum number of managed endpoints that can be listed.</p>
|
|
555
|
-
*/
|
|
556
|
-
maxResults?: number;
|
|
557
|
-
/**
|
|
558
|
-
* <p> The token for the next set of managed endpoints to return. </p>
|
|
559
|
-
*/
|
|
560
|
-
nextToken?: string;
|
|
561
|
-
}
|
|
562
|
-
export declare namespace ListManagedEndpointsRequest {
|
|
563
|
-
/**
|
|
564
|
-
* @internal
|
|
565
|
-
*/
|
|
566
|
-
const filterSensitiveLog: (obj: ListManagedEndpointsRequest) => any;
|
|
567
|
-
}
|
|
568
|
-
export interface ListTagsForResourceRequest {
|
|
569
|
-
/**
|
|
570
|
-
* <p>The ARN of tagged resources.</p>
|
|
571
|
-
*/
|
|
572
|
-
resourceArn: string | undefined;
|
|
573
|
-
}
|
|
574
|
-
export declare namespace ListTagsForResourceRequest {
|
|
575
|
-
/**
|
|
576
|
-
* @internal
|
|
577
|
-
*/
|
|
578
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
579
|
-
}
|
|
580
|
-
export interface ListTagsForResourceResponse {
|
|
581
|
-
/**
|
|
582
|
-
* <p>The tags assigned to resources.</p>
|
|
583
|
-
*/
|
|
584
|
-
tags?: {
|
|
585
|
-
[key: string]: string;
|
|
586
|
-
};
|
|
587
|
-
}
|
|
588
|
-
export declare namespace ListTagsForResourceResponse {
|
|
589
|
-
/**
|
|
590
|
-
* @internal
|
|
591
|
-
*/
|
|
592
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
593
|
-
}
|
|
594
|
-
export interface ListVirtualClustersRequest {
|
|
595
|
-
/**
|
|
596
|
-
* <p>The container provider ID of the virtual cluster.</p>
|
|
597
|
-
*/
|
|
598
|
-
containerProviderId?: string;
|
|
599
|
-
/**
|
|
600
|
-
* <p>The container provider type of the virtual cluster. EKS is the only supported type as of now.</p>
|
|
601
|
-
*/
|
|
602
|
-
containerProviderType?: ContainerProviderType | string;
|
|
603
|
-
/**
|
|
604
|
-
* <p>The date and time after which the virtual clusters are created.</p>
|
|
605
|
-
*/
|
|
606
|
-
createdAfter?: Date;
|
|
607
|
-
/**
|
|
608
|
-
* <p>The date and time before which the virtual clusters are created.</p>
|
|
609
|
-
*/
|
|
610
|
-
createdBefore?: Date;
|
|
611
|
-
/**
|
|
612
|
-
* <p>The states of the requested virtual clusters.</p>
|
|
613
|
-
*/
|
|
614
|
-
states?: (VirtualClusterState | string)[];
|
|
615
|
-
/**
|
|
616
|
-
* <p>The maximum number of virtual clusters that can be listed.</p>
|
|
617
|
-
*/
|
|
618
|
-
maxResults?: number;
|
|
619
|
-
/**
|
|
620
|
-
* <p>The token for the next set of virtual clusters to return. </p>
|
|
621
|
-
*/
|
|
622
|
-
nextToken?: string;
|
|
623
|
-
}
|
|
624
|
-
export declare namespace ListVirtualClustersRequest {
|
|
625
|
-
/**
|
|
626
|
-
* @internal
|
|
627
|
-
*/
|
|
628
|
-
const filterSensitiveLog: (obj: ListVirtualClustersRequest) => any;
|
|
629
|
-
}
|
|
630
|
-
export interface ListVirtualClustersResponse {
|
|
631
|
-
/**
|
|
632
|
-
* <p>This output lists the specified virtual clusters.</p>
|
|
633
|
-
*/
|
|
634
|
-
virtualClusters?: VirtualCluster[];
|
|
635
|
-
/**
|
|
636
|
-
* <p>This output displays the token for the next set of virtual clusters.</p>
|
|
637
|
-
*/
|
|
638
|
-
nextToken?: string;
|
|
639
|
-
}
|
|
640
|
-
export declare namespace ListVirtualClustersResponse {
|
|
641
|
-
/**
|
|
642
|
-
* @internal
|
|
643
|
-
*/
|
|
644
|
-
const filterSensitiveLog: (obj: ListVirtualClustersResponse) => any;
|
|
645
|
-
}
|
|
646
|
-
export interface StartJobRunResponse {
|
|
647
|
-
/**
|
|
648
|
-
* <p>This output displays the started job run ID.</p>
|
|
649
|
-
*/
|
|
650
|
-
id?: string;
|
|
651
|
-
/**
|
|
652
|
-
* <p>This output displays the name of the started job run.</p>
|
|
653
|
-
*/
|
|
654
|
-
name?: string;
|
|
655
|
-
/**
|
|
656
|
-
* <p>This output lists the ARN of job run.</p>
|
|
657
|
-
*/
|
|
658
|
-
arn?: string;
|
|
659
|
-
/**
|
|
660
|
-
* <p>This output displays the virtual cluster ID for which the job run was submitted.</p>
|
|
661
|
-
*/
|
|
662
|
-
virtualClusterId?: string;
|
|
663
|
-
}
|
|
664
|
-
export declare namespace StartJobRunResponse {
|
|
665
|
-
/**
|
|
666
|
-
* @internal
|
|
667
|
-
*/
|
|
668
|
-
const filterSensitiveLog: (obj: StartJobRunResponse) => any;
|
|
669
|
-
}
|
|
670
|
-
export interface TagResourceRequest {
|
|
671
|
-
/**
|
|
672
|
-
* <p>The ARN of resources.</p>
|
|
673
|
-
*/
|
|
674
|
-
resourceArn: string | undefined;
|
|
675
|
-
/**
|
|
676
|
-
* <p>The tags assigned to resources.</p>
|
|
677
|
-
*/
|
|
678
|
-
tags: {
|
|
679
|
-
[key: string]: string;
|
|
680
|
-
} | undefined;
|
|
681
|
-
}
|
|
682
|
-
export declare namespace TagResourceRequest {
|
|
683
|
-
/**
|
|
684
|
-
* @internal
|
|
685
|
-
*/
|
|
686
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
687
|
-
}
|
|
688
|
-
export interface TagResourceResponse {
|
|
689
|
-
}
|
|
690
|
-
export declare namespace TagResourceResponse {
|
|
691
|
-
/**
|
|
692
|
-
* @internal
|
|
693
|
-
*/
|
|
694
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
695
|
-
}
|
|
696
|
-
export interface UntagResourceRequest {
|
|
697
|
-
/**
|
|
698
|
-
* <p>The ARN of resources.</p>
|
|
699
|
-
*/
|
|
700
|
-
resourceArn: string | undefined;
|
|
701
|
-
/**
|
|
702
|
-
* <p>The tag keys of the resources.</p>
|
|
703
|
-
*/
|
|
704
|
-
tagKeys: string[] | undefined;
|
|
705
|
-
}
|
|
706
|
-
export declare namespace UntagResourceRequest {
|
|
707
|
-
/**
|
|
708
|
-
* @internal
|
|
709
|
-
*/
|
|
710
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
711
|
-
}
|
|
712
|
-
export interface UntagResourceResponse {
|
|
713
|
-
}
|
|
714
|
-
export declare namespace UntagResourceResponse {
|
|
715
|
-
/**
|
|
716
|
-
* @internal
|
|
717
|
-
*/
|
|
718
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
719
|
-
}
|
|
720
|
-
/**
|
|
721
|
-
* <p>A configuration specification to be used when provisioning virtual clusters, which can include configurations for applications and software bundled with Amazon EMR on EKS. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.</p>
|
|
722
|
-
*/
|
|
723
|
-
export interface Configuration {
|
|
724
|
-
/**
|
|
725
|
-
* <p>The classification within a configuration.</p>
|
|
726
|
-
*/
|
|
727
|
-
classification: string | undefined;
|
|
728
|
-
/**
|
|
729
|
-
* <p>A set of properties specified within a configuration classification.</p>
|
|
730
|
-
*/
|
|
731
|
-
properties?: {
|
|
732
|
-
[key: string]: string;
|
|
733
|
-
};
|
|
734
|
-
/**
|
|
735
|
-
* <p>A list of additional configurations to apply within a configuration object.</p>
|
|
736
|
-
*/
|
|
737
|
-
configurations?: Configuration[];
|
|
738
|
-
}
|
|
739
|
-
export declare namespace Configuration {
|
|
740
|
-
/**
|
|
741
|
-
* @internal
|
|
742
|
-
*/
|
|
743
|
-
const filterSensitiveLog: (obj: Configuration) => any;
|
|
744
|
-
}
|
|
745
|
-
/**
|
|
746
|
-
* <p>A configuration specification to be used to override existing configurations.</p>
|
|
747
|
-
*/
|
|
748
|
-
export interface ConfigurationOverrides {
|
|
749
|
-
/**
|
|
750
|
-
* <p>The configurations for the application running by the job run. </p>
|
|
751
|
-
*/
|
|
752
|
-
applicationConfiguration?: Configuration[];
|
|
753
|
-
/**
|
|
754
|
-
* <p>The configurations for monitoring.</p>
|
|
755
|
-
*/
|
|
756
|
-
monitoringConfiguration?: MonitoringConfiguration;
|
|
757
|
-
}
|
|
758
|
-
export declare namespace ConfigurationOverrides {
|
|
759
|
-
/**
|
|
760
|
-
* @internal
|
|
761
|
-
*/
|
|
762
|
-
const filterSensitiveLog: (obj: ConfigurationOverrides) => any;
|
|
763
|
-
}
|
|
764
|
-
export interface CreateManagedEndpointRequest {
|
|
765
|
-
/**
|
|
766
|
-
* <p>The name of the managed endpoint.</p>
|
|
767
|
-
*/
|
|
768
|
-
name: string | undefined;
|
|
769
|
-
/**
|
|
770
|
-
* <p>The ID of the virtual cluster for which a managed endpoint is created.</p>
|
|
771
|
-
*/
|
|
772
|
-
virtualClusterId: string | undefined;
|
|
773
|
-
/**
|
|
774
|
-
* <p>The type of the managed endpoint.</p>
|
|
775
|
-
*/
|
|
776
|
-
type: string | undefined;
|
|
777
|
-
/**
|
|
778
|
-
* <p>The Amazon EMR release version.</p>
|
|
779
|
-
*/
|
|
780
|
-
releaseLabel: string | undefined;
|
|
781
|
-
/**
|
|
782
|
-
* <p>The ARN of the execution role.</p>
|
|
783
|
-
*/
|
|
784
|
-
executionRoleArn: string | undefined;
|
|
785
|
-
/**
|
|
786
|
-
* <p>The certificate ARN of the managed endpoint.</p>
|
|
787
|
-
*/
|
|
788
|
-
certificateArn: string | undefined;
|
|
789
|
-
/**
|
|
790
|
-
* <p>The configuration settings that will be used to override existing configurations.</p>
|
|
791
|
-
*/
|
|
792
|
-
configurationOverrides?: ConfigurationOverrides;
|
|
793
|
-
/**
|
|
794
|
-
* <p>The client idempotency token for this create call.</p>
|
|
795
|
-
*/
|
|
796
|
-
clientToken?: string;
|
|
797
|
-
/**
|
|
798
|
-
* <p>The tags of the managed endpoint.
|
|
799
|
-
* </p>
|
|
800
|
-
*/
|
|
801
|
-
tags?: {
|
|
802
|
-
[key: string]: string;
|
|
803
|
-
};
|
|
804
|
-
}
|
|
805
|
-
export declare namespace CreateManagedEndpointRequest {
|
|
806
|
-
/**
|
|
807
|
-
* @internal
|
|
808
|
-
*/
|
|
809
|
-
const filterSensitiveLog: (obj: CreateManagedEndpointRequest) => any;
|
|
810
|
-
}
|
|
811
|
-
/**
|
|
812
|
-
* <p>This entity represents the endpoint that is managed by Amazon EMR on EKS.</p>
|
|
813
|
-
*/
|
|
814
|
-
export interface Endpoint {
|
|
815
|
-
/**
|
|
816
|
-
* <p>The ID of the endpoint.</p>
|
|
817
|
-
*/
|
|
818
|
-
id?: string;
|
|
819
|
-
/**
|
|
820
|
-
* <p>The name of the endpoint.</p>
|
|
821
|
-
*/
|
|
822
|
-
name?: string;
|
|
823
|
-
/**
|
|
824
|
-
* <p>The ARN of the endpoint.</p>
|
|
825
|
-
*/
|
|
826
|
-
arn?: string;
|
|
827
|
-
/**
|
|
828
|
-
* <p>The ID of the endpoint's virtual cluster.</p>
|
|
829
|
-
*/
|
|
830
|
-
virtualClusterId?: string;
|
|
831
|
-
/**
|
|
832
|
-
* <p>The type of the endpoint.</p>
|
|
833
|
-
*/
|
|
834
|
-
type?: string;
|
|
835
|
-
/**
|
|
836
|
-
* <p>The state of the endpoint.</p>
|
|
837
|
-
*/
|
|
838
|
-
state?: EndpointState | string;
|
|
839
|
-
/**
|
|
840
|
-
* <p>The EMR release version to be used for the endpoint.</p>
|
|
841
|
-
*/
|
|
842
|
-
releaseLabel?: string;
|
|
843
|
-
/**
|
|
844
|
-
* <p>The execution role ARN of the endpoint.</p>
|
|
845
|
-
*/
|
|
846
|
-
executionRoleArn?: string;
|
|
847
|
-
/**
|
|
848
|
-
* <p>The certificate ARN of the endpoint.</p>
|
|
849
|
-
*/
|
|
850
|
-
certificateArn?: string;
|
|
851
|
-
/**
|
|
852
|
-
* <p>The configuration settings that are used to override existing configurations for endpoints.</p>
|
|
853
|
-
*/
|
|
854
|
-
configurationOverrides?: ConfigurationOverrides;
|
|
855
|
-
/**
|
|
856
|
-
* <p>The server URL of the endpoint.</p>
|
|
857
|
-
*/
|
|
858
|
-
serverUrl?: string;
|
|
859
|
-
/**
|
|
860
|
-
* <p>The date and time when the endpoint was created.</p>
|
|
861
|
-
*/
|
|
862
|
-
createdAt?: Date;
|
|
863
|
-
/**
|
|
864
|
-
* <p>The security group configuration of the endpoint.
|
|
865
|
-
* </p>
|
|
866
|
-
*/
|
|
867
|
-
securityGroup?: string;
|
|
868
|
-
/**
|
|
869
|
-
* <p>The subnet IDs of the endpoint.
|
|
870
|
-
* </p>
|
|
871
|
-
*/
|
|
872
|
-
subnetIds?: string[];
|
|
873
|
-
/**
|
|
874
|
-
* <p>
|
|
875
|
-
* Additional details of the endpoint state.
|
|
876
|
-
* </p>
|
|
877
|
-
*/
|
|
878
|
-
stateDetails?: string;
|
|
879
|
-
/**
|
|
880
|
-
* <p>
|
|
881
|
-
* The reasons why the endpoint has failed.
|
|
882
|
-
* </p>
|
|
883
|
-
*/
|
|
884
|
-
failureReason?: FailureReason | string;
|
|
885
|
-
/**
|
|
886
|
-
* <p>The tags of the endpoint.
|
|
887
|
-
* </p>
|
|
888
|
-
*/
|
|
889
|
-
tags?: {
|
|
890
|
-
[key: string]: string;
|
|
891
|
-
};
|
|
892
|
-
}
|
|
893
|
-
export declare namespace Endpoint {
|
|
894
|
-
/**
|
|
895
|
-
* @internal
|
|
896
|
-
*/
|
|
897
|
-
const filterSensitiveLog: (obj: Endpoint) => any;
|
|
898
|
-
}
|
|
899
|
-
/**
|
|
900
|
-
* <p>This entity describes a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS. </p>
|
|
901
|
-
*/
|
|
902
|
-
export interface JobRun {
|
|
903
|
-
/**
|
|
904
|
-
* <p>The ID of the job run.</p>
|
|
905
|
-
*/
|
|
906
|
-
id?: string;
|
|
907
|
-
/**
|
|
908
|
-
* <p>The name of the job run.</p>
|
|
909
|
-
*/
|
|
910
|
-
name?: string;
|
|
911
|
-
/**
|
|
912
|
-
* <p>The ID of the job run's virtual cluster.</p>
|
|
913
|
-
*/
|
|
914
|
-
virtualClusterId?: string;
|
|
915
|
-
/**
|
|
916
|
-
* <p>The ARN of job run.</p>
|
|
917
|
-
*/
|
|
918
|
-
arn?: string;
|
|
919
|
-
/**
|
|
920
|
-
* <p>The state of the job run. </p>
|
|
921
|
-
*/
|
|
922
|
-
state?: JobRunState | string;
|
|
923
|
-
/**
|
|
924
|
-
* <p>The client token used to start a job run.</p>
|
|
925
|
-
*/
|
|
926
|
-
clientToken?: string;
|
|
927
|
-
/**
|
|
928
|
-
* <p>The execution role ARN of the job run.</p>
|
|
929
|
-
*/
|
|
930
|
-
executionRoleArn?: string;
|
|
931
|
-
/**
|
|
932
|
-
* <p>The release version of Amazon EMR.</p>
|
|
933
|
-
*/
|
|
934
|
-
releaseLabel?: string;
|
|
935
|
-
/**
|
|
936
|
-
* <p>The configuration settings that are used to override default configuration.</p>
|
|
937
|
-
*/
|
|
938
|
-
configurationOverrides?: ConfigurationOverrides;
|
|
939
|
-
/**
|
|
940
|
-
* <p>Parameters of job driver for the job run.</p>
|
|
941
|
-
*/
|
|
942
|
-
jobDriver?: JobDriver;
|
|
943
|
-
/**
|
|
944
|
-
* <p>The date and time when the job run was created.</p>
|
|
945
|
-
*/
|
|
946
|
-
createdAt?: Date;
|
|
947
|
-
/**
|
|
948
|
-
* <p>The user who created the job run.</p>
|
|
949
|
-
*/
|
|
950
|
-
createdBy?: string;
|
|
951
|
-
/**
|
|
952
|
-
* <p>The date and time when the job run has finished.</p>
|
|
953
|
-
*/
|
|
954
|
-
finishedAt?: Date;
|
|
955
|
-
/**
|
|
956
|
-
* <p>Additional details of the job run state.</p>
|
|
957
|
-
*/
|
|
958
|
-
stateDetails?: string;
|
|
959
|
-
/**
|
|
960
|
-
* <p>The reasons why the job run has failed.</p>
|
|
961
|
-
*/
|
|
962
|
-
failureReason?: FailureReason | string;
|
|
963
|
-
/**
|
|
964
|
-
* <p>The assigned tags of the job run.</p>
|
|
965
|
-
*/
|
|
966
|
-
tags?: {
|
|
967
|
-
[key: string]: string;
|
|
968
|
-
};
|
|
969
|
-
}
|
|
970
|
-
export declare namespace JobRun {
|
|
971
|
-
/**
|
|
972
|
-
* @internal
|
|
973
|
-
*/
|
|
974
|
-
const filterSensitiveLog: (obj: JobRun) => any;
|
|
975
|
-
}
|
|
976
|
-
export interface StartJobRunRequest {
|
|
977
|
-
/**
|
|
978
|
-
* <p>The name of the job run.</p>
|
|
979
|
-
*/
|
|
980
|
-
name?: string;
|
|
981
|
-
/**
|
|
982
|
-
* <p>The virtual cluster ID for which the job run request is submitted.</p>
|
|
983
|
-
*/
|
|
984
|
-
virtualClusterId: string | undefined;
|
|
985
|
-
/**
|
|
986
|
-
* <p>The client idempotency token of the job run request. </p>
|
|
987
|
-
*/
|
|
988
|
-
clientToken?: string;
|
|
989
|
-
/**
|
|
990
|
-
* <p>The execution role ARN for the job run.</p>
|
|
991
|
-
*/
|
|
992
|
-
executionRoleArn: string | undefined;
|
|
993
|
-
/**
|
|
994
|
-
* <p>The Amazon EMR release version to use for the job run.</p>
|
|
995
|
-
*/
|
|
996
|
-
releaseLabel: string | undefined;
|
|
997
|
-
/**
|
|
998
|
-
* <p>The job driver for the job run.</p>
|
|
999
|
-
*/
|
|
1000
|
-
jobDriver: JobDriver | undefined;
|
|
1001
|
-
/**
|
|
1002
|
-
* <p>The configuration overrides for the job run.</p>
|
|
1003
|
-
*/
|
|
1004
|
-
configurationOverrides?: ConfigurationOverrides;
|
|
1005
|
-
/**
|
|
1006
|
-
* <p>The tags assigned to job runs.</p>
|
|
1007
|
-
*/
|
|
1008
|
-
tags?: {
|
|
1009
|
-
[key: string]: string;
|
|
1010
|
-
};
|
|
1011
|
-
}
|
|
1012
|
-
export declare namespace StartJobRunRequest {
|
|
1013
|
-
/**
|
|
1014
|
-
* @internal
|
|
1015
|
-
*/
|
|
1016
|
-
const filterSensitiveLog: (obj: StartJobRunRequest) => any;
|
|
1017
|
-
}
|
|
1018
|
-
export interface DescribeJobRunResponse {
|
|
1019
|
-
/**
|
|
1020
|
-
* <p>The output displays information about a job run.</p>
|
|
1021
|
-
*/
|
|
1022
|
-
jobRun?: JobRun;
|
|
1023
|
-
}
|
|
1024
|
-
export declare namespace DescribeJobRunResponse {
|
|
1025
|
-
/**
|
|
1026
|
-
* @internal
|
|
1027
|
-
*/
|
|
1028
|
-
const filterSensitiveLog: (obj: DescribeJobRunResponse) => any;
|
|
1029
|
-
}
|
|
1030
|
-
export interface DescribeManagedEndpointResponse {
|
|
1031
|
-
/**
|
|
1032
|
-
* <p>This output displays information about a managed endpoint.</p>
|
|
1033
|
-
*/
|
|
1034
|
-
endpoint?: Endpoint;
|
|
1035
|
-
}
|
|
1036
|
-
export declare namespace DescribeManagedEndpointResponse {
|
|
1037
|
-
/**
|
|
1038
|
-
* @internal
|
|
1039
|
-
*/
|
|
1040
|
-
const filterSensitiveLog: (obj: DescribeManagedEndpointResponse) => any;
|
|
1041
|
-
}
|
|
1042
|
-
export interface ListJobRunsResponse {
|
|
1043
|
-
/**
|
|
1044
|
-
* <p>This output lists information about the specified job runs.</p>
|
|
1045
|
-
*/
|
|
1046
|
-
jobRuns?: JobRun[];
|
|
1047
|
-
/**
|
|
1048
|
-
* <p>This output displays the token for the next set of job runs.</p>
|
|
1049
|
-
*/
|
|
1050
|
-
nextToken?: string;
|
|
1051
|
-
}
|
|
1052
|
-
export declare namespace ListJobRunsResponse {
|
|
1053
|
-
/**
|
|
1054
|
-
* @internal
|
|
1055
|
-
*/
|
|
1056
|
-
const filterSensitiveLog: (obj: ListJobRunsResponse) => any;
|
|
1057
|
-
}
|
|
1058
|
-
export interface ListManagedEndpointsResponse {
|
|
1059
|
-
/**
|
|
1060
|
-
* <p>The managed endpoints to be listed.</p>
|
|
1061
|
-
*/
|
|
1062
|
-
endpoints?: Endpoint[];
|
|
1063
|
-
/**
|
|
1064
|
-
* <p> The token for the next set of endpoints to return. </p>
|
|
1065
|
-
*/
|
|
1066
|
-
nextToken?: string;
|
|
1067
|
-
}
|
|
1068
|
-
export declare namespace ListManagedEndpointsResponse {
|
|
1069
|
-
/**
|
|
1070
|
-
* @internal
|
|
1071
|
-
*/
|
|
1072
|
-
const filterSensitiveLog: (obj: ListManagedEndpointsResponse) => any;
|
|
1073
|
-
}
|