@aws-sdk/client-emr-containers 3.169.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.
Files changed (35) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/EMRContainers.d.ts +274 -80
  3. package/dist-types/ts3.4/EMRContainersClient.d.ts +220 -88
  4. package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/index.d.ts +15 -15
  20. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  21. package/dist-types/ts3.4/index.d.ts +6 -6
  22. package/dist-types/ts3.4/models/EMRContainersServiceException.d.ts +8 -6
  23. package/dist-types/ts3.4/models/index.d.ts +1 -1
  24. package/dist-types/ts3.4/models/models_0.d.ts +607 -567
  25. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  26. package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +11 -4
  27. package/dist-types/ts3.4/pagination/ListManagedEndpointsPaginator.d.ts +11 -4
  28. package/dist-types/ts3.4/pagination/ListVirtualClustersPaginator.d.ts +11 -4
  29. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  30. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +185 -47
  31. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  32. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  33. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  34. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  35. package/package.json +34 -34
@@ -1,88 +1,220 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CancelJobRunCommandInput, CancelJobRunCommandOutput } from "./commands/CancelJobRunCommand";
10
- import { CreateManagedEndpointCommandInput, CreateManagedEndpointCommandOutput } from "./commands/CreateManagedEndpointCommand";
11
- import { CreateVirtualClusterCommandInput, CreateVirtualClusterCommandOutput } from "./commands/CreateVirtualClusterCommand";
12
- import { DeleteManagedEndpointCommandInput, DeleteManagedEndpointCommandOutput } from "./commands/DeleteManagedEndpointCommand";
13
- import { DeleteVirtualClusterCommandInput, DeleteVirtualClusterCommandOutput } from "./commands/DeleteVirtualClusterCommand";
14
- import { DescribeJobRunCommandInput, DescribeJobRunCommandOutput } from "./commands/DescribeJobRunCommand";
15
- import { DescribeManagedEndpointCommandInput, DescribeManagedEndpointCommandOutput } from "./commands/DescribeManagedEndpointCommand";
16
- import { DescribeVirtualClusterCommandInput, DescribeVirtualClusterCommandOutput } from "./commands/DescribeVirtualClusterCommand";
17
- import { ListJobRunsCommandInput, ListJobRunsCommandOutput } from "./commands/ListJobRunsCommand";
18
- import { ListManagedEndpointsCommandInput, ListManagedEndpointsCommandOutput } from "./commands/ListManagedEndpointsCommand";
19
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
20
- import { ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput } from "./commands/ListVirtualClustersCommand";
21
- import { StartJobRunCommandInput, StartJobRunCommandOutput } from "./commands/StartJobRunCommand";
22
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
23
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
24
- export declare type ServiceInputTypes = CancelJobRunCommandInput | CreateManagedEndpointCommandInput | CreateVirtualClusterCommandInput | DeleteManagedEndpointCommandInput | DeleteVirtualClusterCommandInput | DescribeJobRunCommandInput | DescribeManagedEndpointCommandInput | DescribeVirtualClusterCommandInput | ListJobRunsCommandInput | ListManagedEndpointsCommandInput | ListTagsForResourceCommandInput | ListVirtualClustersCommandInput | StartJobRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput;
25
- export declare type ServiceOutputTypes = CancelJobRunCommandOutput | CreateManagedEndpointCommandOutput | CreateVirtualClusterCommandOutput | DeleteManagedEndpointCommandOutput | DeleteVirtualClusterCommandOutput | DescribeJobRunCommandOutput | DescribeManagedEndpointCommandOutput | DescribeVirtualClusterCommandOutput | ListJobRunsCommandOutput | ListManagedEndpointsCommandOutput | ListTagsForResourceCommandOutput | ListVirtualClustersCommandOutput | StartJobRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput;
26
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
27
-
28
- requestHandler?: __HttpHandler;
29
-
30
- sha256?: __HashConstructor;
31
-
32
- urlParser?: __UrlParser;
33
-
34
- bodyLengthChecker?: __BodyLengthCalculator;
35
-
36
- streamCollector?: __StreamCollector;
37
-
38
- base64Decoder?: __Decoder;
39
-
40
- base64Encoder?: __Encoder;
41
-
42
- utf8Decoder?: __Decoder;
43
-
44
- utf8Encoder?: __Encoder;
45
-
46
- runtime?: string;
47
-
48
- disableHostPrefix?: boolean;
49
-
50
- maxAttempts?: number | __Provider<number>;
51
-
52
- retryMode?: string | __Provider<string>;
53
-
54
- logger?: __Logger;
55
-
56
- useDualstackEndpoint?: boolean | __Provider<boolean>;
57
-
58
- useFipsEndpoint?: boolean | __Provider<boolean>;
59
-
60
- serviceId?: string;
61
-
62
- region?: string | __Provider<string>;
63
-
64
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
65
-
66
- regionInfoProvider?: RegionInfoProvider;
67
-
68
- defaultUserAgentProvider?: Provider<__UserAgent>;
69
-
70
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
71
- }
72
- declare type EMRContainersClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
73
-
74
- export interface EMRContainersClientConfig extends EMRContainersClientConfigType {
75
- }
76
- declare type EMRContainersClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
77
-
78
- export interface EMRContainersClientResolvedConfig extends EMRContainersClientResolvedConfigType {
79
- }
80
-
81
- export declare class EMRContainersClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EMRContainersClientResolvedConfig> {
82
-
83
- readonly config: EMRContainersClientResolvedConfig;
84
- constructor(configuration: EMRContainersClientConfig);
85
-
86
- destroy(): void;
87
- }
88
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
- import { CancelJobRunRequest, CancelJobRunResponse } from "../models/models_0";
5
- export interface CancelJobRunCommandInput extends CancelJobRunRequest {
6
- }
7
- export interface CancelJobRunCommandOutput extends CancelJobRunResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelJobRunCommand extends $Command<CancelJobRunCommandInput, CancelJobRunCommandOutput, EMRContainersClientResolvedConfig> {
11
- readonly input: CancelJobRunCommandInput;
12
- constructor(input: CancelJobRunCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelJobRunCommandInput, CancelJobRunCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
- import { CreateManagedEndpointRequest, CreateManagedEndpointResponse } from "../models/models_0";
5
- export interface CreateManagedEndpointCommandInput extends CreateManagedEndpointRequest {
6
- }
7
- export interface CreateManagedEndpointCommandOutput extends CreateManagedEndpointResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateManagedEndpointCommand extends $Command<CreateManagedEndpointCommandInput, CreateManagedEndpointCommandOutput, EMRContainersClientResolvedConfig> {
11
- readonly input: CreateManagedEndpointCommandInput;
12
- constructor(input: CreateManagedEndpointCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateManagedEndpointCommandInput, CreateManagedEndpointCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
- import { CreateVirtualClusterRequest, CreateVirtualClusterResponse } from "../models/models_0";
5
- export interface CreateVirtualClusterCommandInput extends CreateVirtualClusterRequest {
6
- }
7
- export interface CreateVirtualClusterCommandOutput extends CreateVirtualClusterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateVirtualClusterCommand extends $Command<CreateVirtualClusterCommandInput, CreateVirtualClusterCommandOutput, EMRContainersClientResolvedConfig> {
11
- readonly input: CreateVirtualClusterCommandInput;
12
- constructor(input: CreateVirtualClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVirtualClusterCommandInput, CreateVirtualClusterCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
- import { DeleteManagedEndpointRequest, DeleteManagedEndpointResponse } from "../models/models_0";
5
- export interface DeleteManagedEndpointCommandInput extends DeleteManagedEndpointRequest {
6
- }
7
- export interface DeleteManagedEndpointCommandOutput extends DeleteManagedEndpointResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteManagedEndpointCommand extends $Command<DeleteManagedEndpointCommandInput, DeleteManagedEndpointCommandOutput, EMRContainersClientResolvedConfig> {
11
- readonly input: DeleteManagedEndpointCommandInput;
12
- constructor(input: DeleteManagedEndpointCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteManagedEndpointCommandInput, DeleteManagedEndpointCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
- import { DeleteVirtualClusterRequest, DeleteVirtualClusterResponse } from "../models/models_0";
5
- export interface DeleteVirtualClusterCommandInput extends DeleteVirtualClusterRequest {
6
- }
7
- export interface DeleteVirtualClusterCommandOutput extends DeleteVirtualClusterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteVirtualClusterCommand extends $Command<DeleteVirtualClusterCommandInput, DeleteVirtualClusterCommandOutput, EMRContainersClientResolvedConfig> {
11
- readonly input: DeleteVirtualClusterCommandInput;
12
- constructor(input: DeleteVirtualClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVirtualClusterCommandInput, DeleteVirtualClusterCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }