@aws-sdk/client-emr-containers 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/EMRContainers.d.ts +274 -80
- package/dist-types/ts3.4/EMRContainersClient.d.ts +220 -88
- package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +15 -15
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/EMRContainersServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +607 -567
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListManagedEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVirtualClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +185 -47
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,88 +1,220 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CancelJobRunCommandInput,
|
|
47
|
+
CancelJobRunCommandOutput,
|
|
48
|
+
} from "./commands/CancelJobRunCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateManagedEndpointCommandInput,
|
|
51
|
+
CreateManagedEndpointCommandOutput,
|
|
52
|
+
} from "./commands/CreateManagedEndpointCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateVirtualClusterCommandInput,
|
|
55
|
+
CreateVirtualClusterCommandOutput,
|
|
56
|
+
} from "./commands/CreateVirtualClusterCommand";
|
|
57
|
+
import {
|
|
58
|
+
DeleteManagedEndpointCommandInput,
|
|
59
|
+
DeleteManagedEndpointCommandOutput,
|
|
60
|
+
} from "./commands/DeleteManagedEndpointCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteVirtualClusterCommandInput,
|
|
63
|
+
DeleteVirtualClusterCommandOutput,
|
|
64
|
+
} from "./commands/DeleteVirtualClusterCommand";
|
|
65
|
+
import {
|
|
66
|
+
DescribeJobRunCommandInput,
|
|
67
|
+
DescribeJobRunCommandOutput,
|
|
68
|
+
} from "./commands/DescribeJobRunCommand";
|
|
69
|
+
import {
|
|
70
|
+
DescribeManagedEndpointCommandInput,
|
|
71
|
+
DescribeManagedEndpointCommandOutput,
|
|
72
|
+
} from "./commands/DescribeManagedEndpointCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeVirtualClusterCommandInput,
|
|
75
|
+
DescribeVirtualClusterCommandOutput,
|
|
76
|
+
} from "./commands/DescribeVirtualClusterCommand";
|
|
77
|
+
import {
|
|
78
|
+
ListJobRunsCommandInput,
|
|
79
|
+
ListJobRunsCommandOutput,
|
|
80
|
+
} from "./commands/ListJobRunsCommand";
|
|
81
|
+
import {
|
|
82
|
+
ListManagedEndpointsCommandInput,
|
|
83
|
+
ListManagedEndpointsCommandOutput,
|
|
84
|
+
} from "./commands/ListManagedEndpointsCommand";
|
|
85
|
+
import {
|
|
86
|
+
ListTagsForResourceCommandInput,
|
|
87
|
+
ListTagsForResourceCommandOutput,
|
|
88
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
89
|
+
import {
|
|
90
|
+
ListVirtualClustersCommandInput,
|
|
91
|
+
ListVirtualClustersCommandOutput,
|
|
92
|
+
} from "./commands/ListVirtualClustersCommand";
|
|
93
|
+
import {
|
|
94
|
+
StartJobRunCommandInput,
|
|
95
|
+
StartJobRunCommandOutput,
|
|
96
|
+
} from "./commands/StartJobRunCommand";
|
|
97
|
+
import {
|
|
98
|
+
TagResourceCommandInput,
|
|
99
|
+
TagResourceCommandOutput,
|
|
100
|
+
} from "./commands/TagResourceCommand";
|
|
101
|
+
import {
|
|
102
|
+
UntagResourceCommandInput,
|
|
103
|
+
UntagResourceCommandOutput,
|
|
104
|
+
} from "./commands/UntagResourceCommand";
|
|
105
|
+
export declare type ServiceInputTypes =
|
|
106
|
+
| CancelJobRunCommandInput
|
|
107
|
+
| CreateManagedEndpointCommandInput
|
|
108
|
+
| CreateVirtualClusterCommandInput
|
|
109
|
+
| DeleteManagedEndpointCommandInput
|
|
110
|
+
| DeleteVirtualClusterCommandInput
|
|
111
|
+
| DescribeJobRunCommandInput
|
|
112
|
+
| DescribeManagedEndpointCommandInput
|
|
113
|
+
| DescribeVirtualClusterCommandInput
|
|
114
|
+
| ListJobRunsCommandInput
|
|
115
|
+
| ListManagedEndpointsCommandInput
|
|
116
|
+
| ListTagsForResourceCommandInput
|
|
117
|
+
| ListVirtualClustersCommandInput
|
|
118
|
+
| StartJobRunCommandInput
|
|
119
|
+
| TagResourceCommandInput
|
|
120
|
+
| UntagResourceCommandInput;
|
|
121
|
+
export declare type ServiceOutputTypes =
|
|
122
|
+
| CancelJobRunCommandOutput
|
|
123
|
+
| CreateManagedEndpointCommandOutput
|
|
124
|
+
| CreateVirtualClusterCommandOutput
|
|
125
|
+
| DeleteManagedEndpointCommandOutput
|
|
126
|
+
| DeleteVirtualClusterCommandOutput
|
|
127
|
+
| DescribeJobRunCommandOutput
|
|
128
|
+
| DescribeManagedEndpointCommandOutput
|
|
129
|
+
| DescribeVirtualClusterCommandOutput
|
|
130
|
+
| ListJobRunsCommandOutput
|
|
131
|
+
| ListManagedEndpointsCommandOutput
|
|
132
|
+
| ListTagsForResourceCommandOutput
|
|
133
|
+
| ListVirtualClustersCommandOutput
|
|
134
|
+
| StartJobRunCommandOutput
|
|
135
|
+
| TagResourceCommandOutput
|
|
136
|
+
| UntagResourceCommandOutput;
|
|
137
|
+
export interface ClientDefaults
|
|
138
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
139
|
+
requestHandler?: __HttpHandler;
|
|
140
|
+
|
|
141
|
+
sha256?: __HashConstructor;
|
|
142
|
+
|
|
143
|
+
urlParser?: __UrlParser;
|
|
144
|
+
|
|
145
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
146
|
+
|
|
147
|
+
streamCollector?: __StreamCollector;
|
|
148
|
+
|
|
149
|
+
base64Decoder?: __Decoder;
|
|
150
|
+
|
|
151
|
+
base64Encoder?: __Encoder;
|
|
152
|
+
|
|
153
|
+
utf8Decoder?: __Decoder;
|
|
154
|
+
|
|
155
|
+
utf8Encoder?: __Encoder;
|
|
156
|
+
|
|
157
|
+
runtime?: string;
|
|
158
|
+
|
|
159
|
+
disableHostPrefix?: boolean;
|
|
160
|
+
|
|
161
|
+
maxAttempts?: number | __Provider<number>;
|
|
162
|
+
|
|
163
|
+
retryMode?: string | __Provider<string>;
|
|
164
|
+
|
|
165
|
+
logger?: __Logger;
|
|
166
|
+
|
|
167
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
168
|
+
|
|
169
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
170
|
+
|
|
171
|
+
serviceId?: string;
|
|
172
|
+
|
|
173
|
+
region?: string | __Provider<string>;
|
|
174
|
+
|
|
175
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
176
|
+
|
|
177
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
178
|
+
|
|
179
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
180
|
+
|
|
181
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
182
|
+
}
|
|
183
|
+
declare type EMRContainersClientConfigType = Partial<
|
|
184
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
185
|
+
> &
|
|
186
|
+
ClientDefaults &
|
|
187
|
+
RegionInputConfig &
|
|
188
|
+
EndpointsInputConfig &
|
|
189
|
+
RetryInputConfig &
|
|
190
|
+
HostHeaderInputConfig &
|
|
191
|
+
AwsAuthInputConfig &
|
|
192
|
+
UserAgentInputConfig;
|
|
193
|
+
|
|
194
|
+
export interface EMRContainersClientConfig
|
|
195
|
+
extends EMRContainersClientConfigType {}
|
|
196
|
+
declare type EMRContainersClientResolvedConfigType =
|
|
197
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
198
|
+
Required<ClientDefaults> &
|
|
199
|
+
RegionResolvedConfig &
|
|
200
|
+
EndpointsResolvedConfig &
|
|
201
|
+
RetryResolvedConfig &
|
|
202
|
+
HostHeaderResolvedConfig &
|
|
203
|
+
AwsAuthResolvedConfig &
|
|
204
|
+
UserAgentResolvedConfig;
|
|
205
|
+
|
|
206
|
+
export interface EMRContainersClientResolvedConfig
|
|
207
|
+
extends EMRContainersClientResolvedConfigType {}
|
|
208
|
+
|
|
209
|
+
export declare class EMRContainersClient extends __Client<
|
|
210
|
+
__HttpHandlerOptions,
|
|
211
|
+
ServiceInputTypes,
|
|
212
|
+
ServiceOutputTypes,
|
|
213
|
+
EMRContainersClientResolvedConfig
|
|
214
|
+
> {
|
|
215
|
+
readonly config: EMRContainersClientResolvedConfig;
|
|
216
|
+
constructor(configuration: EMRContainersClientConfig);
|
|
217
|
+
|
|
218
|
+
destroy(): void;
|
|
219
|
+
}
|
|
220
|
+
export {};
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EMRContainersClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EMRContainersClient";
|
|
13
|
+
import { CancelJobRunRequest, CancelJobRunResponse } from "../models/models_0";
|
|
14
|
+
export interface CancelJobRunCommandInput extends CancelJobRunRequest {}
|
|
15
|
+
export interface CancelJobRunCommandOutput
|
|
16
|
+
extends CancelJobRunResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CancelJobRunCommand extends $Command<
|
|
20
|
+
CancelJobRunCommandInput,
|
|
21
|
+
CancelJobRunCommandOutput,
|
|
22
|
+
EMRContainersClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CancelJobRunCommandInput;
|
|
25
|
+
constructor(input: CancelJobRunCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: EMRContainersClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CancelJobRunCommandInput, CancelJobRunCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EMRContainersClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EMRContainersClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateManagedEndpointRequest,
|
|
15
|
+
CreateManagedEndpointResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateManagedEndpointCommandInput
|
|
18
|
+
extends CreateManagedEndpointRequest {}
|
|
19
|
+
export interface CreateManagedEndpointCommandOutput
|
|
20
|
+
extends CreateManagedEndpointResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateManagedEndpointCommand extends $Command<
|
|
24
|
+
CreateManagedEndpointCommandInput,
|
|
25
|
+
CreateManagedEndpointCommandOutput,
|
|
26
|
+
EMRContainersClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateManagedEndpointCommandInput;
|
|
29
|
+
constructor(input: CreateManagedEndpointCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EMRContainersClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateManagedEndpointCommandInput,
|
|
37
|
+
CreateManagedEndpointCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EMRContainersClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EMRContainersClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateVirtualClusterRequest,
|
|
15
|
+
CreateVirtualClusterResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateVirtualClusterCommandInput
|
|
18
|
+
extends CreateVirtualClusterRequest {}
|
|
19
|
+
export interface CreateVirtualClusterCommandOutput
|
|
20
|
+
extends CreateVirtualClusterResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateVirtualClusterCommand extends $Command<
|
|
24
|
+
CreateVirtualClusterCommandInput,
|
|
25
|
+
CreateVirtualClusterCommandOutput,
|
|
26
|
+
EMRContainersClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateVirtualClusterCommandInput;
|
|
29
|
+
constructor(input: CreateVirtualClusterCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EMRContainersClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateVirtualClusterCommandInput,
|
|
37
|
+
CreateVirtualClusterCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EMRContainersClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EMRContainersClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteManagedEndpointRequest,
|
|
15
|
+
DeleteManagedEndpointResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteManagedEndpointCommandInput
|
|
18
|
+
extends DeleteManagedEndpointRequest {}
|
|
19
|
+
export interface DeleteManagedEndpointCommandOutput
|
|
20
|
+
extends DeleteManagedEndpointResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteManagedEndpointCommand extends $Command<
|
|
24
|
+
DeleteManagedEndpointCommandInput,
|
|
25
|
+
DeleteManagedEndpointCommandOutput,
|
|
26
|
+
EMRContainersClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteManagedEndpointCommandInput;
|
|
29
|
+
constructor(input: DeleteManagedEndpointCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EMRContainersClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteManagedEndpointCommandInput,
|
|
37
|
+
DeleteManagedEndpointCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EMRContainersClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EMRContainersClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteVirtualClusterRequest,
|
|
15
|
+
DeleteVirtualClusterResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteVirtualClusterCommandInput
|
|
18
|
+
extends DeleteVirtualClusterRequest {}
|
|
19
|
+
export interface DeleteVirtualClusterCommandOutput
|
|
20
|
+
extends DeleteVirtualClusterResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteVirtualClusterCommand extends $Command<
|
|
24
|
+
DeleteVirtualClusterCommandInput,
|
|
25
|
+
DeleteVirtualClusterCommandOutput,
|
|
26
|
+
EMRContainersClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteVirtualClusterCommandInput;
|
|
29
|
+
constructor(input: DeleteVirtualClusterCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EMRContainersClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteVirtualClusterCommandInput,
|
|
37
|
+
DeleteVirtualClusterCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|