@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.
- package/CHANGELOG.md +8 -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
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-emr-containers
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-emr-containers
|
|
@@ -1,80 +1,274 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
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
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
CancelJobRunCommandInput,
|
|
4
|
+
CancelJobRunCommandOutput,
|
|
5
|
+
} from "./commands/CancelJobRunCommand";
|
|
6
|
+
import {
|
|
7
|
+
CreateManagedEndpointCommandInput,
|
|
8
|
+
CreateManagedEndpointCommandOutput,
|
|
9
|
+
} from "./commands/CreateManagedEndpointCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateVirtualClusterCommandInput,
|
|
12
|
+
CreateVirtualClusterCommandOutput,
|
|
13
|
+
} from "./commands/CreateVirtualClusterCommand";
|
|
14
|
+
import {
|
|
15
|
+
DeleteManagedEndpointCommandInput,
|
|
16
|
+
DeleteManagedEndpointCommandOutput,
|
|
17
|
+
} from "./commands/DeleteManagedEndpointCommand";
|
|
18
|
+
import {
|
|
19
|
+
DeleteVirtualClusterCommandInput,
|
|
20
|
+
DeleteVirtualClusterCommandOutput,
|
|
21
|
+
} from "./commands/DeleteVirtualClusterCommand";
|
|
22
|
+
import {
|
|
23
|
+
DescribeJobRunCommandInput,
|
|
24
|
+
DescribeJobRunCommandOutput,
|
|
25
|
+
} from "./commands/DescribeJobRunCommand";
|
|
26
|
+
import {
|
|
27
|
+
DescribeManagedEndpointCommandInput,
|
|
28
|
+
DescribeManagedEndpointCommandOutput,
|
|
29
|
+
} from "./commands/DescribeManagedEndpointCommand";
|
|
30
|
+
import {
|
|
31
|
+
DescribeVirtualClusterCommandInput,
|
|
32
|
+
DescribeVirtualClusterCommandOutput,
|
|
33
|
+
} from "./commands/DescribeVirtualClusterCommand";
|
|
34
|
+
import {
|
|
35
|
+
ListJobRunsCommandInput,
|
|
36
|
+
ListJobRunsCommandOutput,
|
|
37
|
+
} from "./commands/ListJobRunsCommand";
|
|
38
|
+
import {
|
|
39
|
+
ListManagedEndpointsCommandInput,
|
|
40
|
+
ListManagedEndpointsCommandOutput,
|
|
41
|
+
} from "./commands/ListManagedEndpointsCommand";
|
|
42
|
+
import {
|
|
43
|
+
ListTagsForResourceCommandInput,
|
|
44
|
+
ListTagsForResourceCommandOutput,
|
|
45
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
46
|
+
import {
|
|
47
|
+
ListVirtualClustersCommandInput,
|
|
48
|
+
ListVirtualClustersCommandOutput,
|
|
49
|
+
} from "./commands/ListVirtualClustersCommand";
|
|
50
|
+
import {
|
|
51
|
+
StartJobRunCommandInput,
|
|
52
|
+
StartJobRunCommandOutput,
|
|
53
|
+
} from "./commands/StartJobRunCommand";
|
|
54
|
+
import {
|
|
55
|
+
TagResourceCommandInput,
|
|
56
|
+
TagResourceCommandOutput,
|
|
57
|
+
} from "./commands/TagResourceCommand";
|
|
58
|
+
import {
|
|
59
|
+
UntagResourceCommandInput,
|
|
60
|
+
UntagResourceCommandOutput,
|
|
61
|
+
} from "./commands/UntagResourceCommand";
|
|
62
|
+
import { EMRContainersClient } from "./EMRContainersClient";
|
|
63
|
+
|
|
64
|
+
export declare class EMRContainers extends EMRContainersClient {
|
|
65
|
+
cancelJobRun(
|
|
66
|
+
args: CancelJobRunCommandInput,
|
|
67
|
+
options?: __HttpHandlerOptions
|
|
68
|
+
): Promise<CancelJobRunCommandOutput>;
|
|
69
|
+
cancelJobRun(
|
|
70
|
+
args: CancelJobRunCommandInput,
|
|
71
|
+
cb: (err: any, data?: CancelJobRunCommandOutput) => void
|
|
72
|
+
): void;
|
|
73
|
+
cancelJobRun(
|
|
74
|
+
args: CancelJobRunCommandInput,
|
|
75
|
+
options: __HttpHandlerOptions,
|
|
76
|
+
cb: (err: any, data?: CancelJobRunCommandOutput) => void
|
|
77
|
+
): void;
|
|
78
|
+
|
|
79
|
+
createManagedEndpoint(
|
|
80
|
+
args: CreateManagedEndpointCommandInput,
|
|
81
|
+
options?: __HttpHandlerOptions
|
|
82
|
+
): Promise<CreateManagedEndpointCommandOutput>;
|
|
83
|
+
createManagedEndpoint(
|
|
84
|
+
args: CreateManagedEndpointCommandInput,
|
|
85
|
+
cb: (err: any, data?: CreateManagedEndpointCommandOutput) => void
|
|
86
|
+
): void;
|
|
87
|
+
createManagedEndpoint(
|
|
88
|
+
args: CreateManagedEndpointCommandInput,
|
|
89
|
+
options: __HttpHandlerOptions,
|
|
90
|
+
cb: (err: any, data?: CreateManagedEndpointCommandOutput) => void
|
|
91
|
+
): void;
|
|
92
|
+
|
|
93
|
+
createVirtualCluster(
|
|
94
|
+
args: CreateVirtualClusterCommandInput,
|
|
95
|
+
options?: __HttpHandlerOptions
|
|
96
|
+
): Promise<CreateVirtualClusterCommandOutput>;
|
|
97
|
+
createVirtualCluster(
|
|
98
|
+
args: CreateVirtualClusterCommandInput,
|
|
99
|
+
cb: (err: any, data?: CreateVirtualClusterCommandOutput) => void
|
|
100
|
+
): void;
|
|
101
|
+
createVirtualCluster(
|
|
102
|
+
args: CreateVirtualClusterCommandInput,
|
|
103
|
+
options: __HttpHandlerOptions,
|
|
104
|
+
cb: (err: any, data?: CreateVirtualClusterCommandOutput) => void
|
|
105
|
+
): void;
|
|
106
|
+
|
|
107
|
+
deleteManagedEndpoint(
|
|
108
|
+
args: DeleteManagedEndpointCommandInput,
|
|
109
|
+
options?: __HttpHandlerOptions
|
|
110
|
+
): Promise<DeleteManagedEndpointCommandOutput>;
|
|
111
|
+
deleteManagedEndpoint(
|
|
112
|
+
args: DeleteManagedEndpointCommandInput,
|
|
113
|
+
cb: (err: any, data?: DeleteManagedEndpointCommandOutput) => void
|
|
114
|
+
): void;
|
|
115
|
+
deleteManagedEndpoint(
|
|
116
|
+
args: DeleteManagedEndpointCommandInput,
|
|
117
|
+
options: __HttpHandlerOptions,
|
|
118
|
+
cb: (err: any, data?: DeleteManagedEndpointCommandOutput) => void
|
|
119
|
+
): void;
|
|
120
|
+
|
|
121
|
+
deleteVirtualCluster(
|
|
122
|
+
args: DeleteVirtualClusterCommandInput,
|
|
123
|
+
options?: __HttpHandlerOptions
|
|
124
|
+
): Promise<DeleteVirtualClusterCommandOutput>;
|
|
125
|
+
deleteVirtualCluster(
|
|
126
|
+
args: DeleteVirtualClusterCommandInput,
|
|
127
|
+
cb: (err: any, data?: DeleteVirtualClusterCommandOutput) => void
|
|
128
|
+
): void;
|
|
129
|
+
deleteVirtualCluster(
|
|
130
|
+
args: DeleteVirtualClusterCommandInput,
|
|
131
|
+
options: __HttpHandlerOptions,
|
|
132
|
+
cb: (err: any, data?: DeleteVirtualClusterCommandOutput) => void
|
|
133
|
+
): void;
|
|
134
|
+
|
|
135
|
+
describeJobRun(
|
|
136
|
+
args: DescribeJobRunCommandInput,
|
|
137
|
+
options?: __HttpHandlerOptions
|
|
138
|
+
): Promise<DescribeJobRunCommandOutput>;
|
|
139
|
+
describeJobRun(
|
|
140
|
+
args: DescribeJobRunCommandInput,
|
|
141
|
+
cb: (err: any, data?: DescribeJobRunCommandOutput) => void
|
|
142
|
+
): void;
|
|
143
|
+
describeJobRun(
|
|
144
|
+
args: DescribeJobRunCommandInput,
|
|
145
|
+
options: __HttpHandlerOptions,
|
|
146
|
+
cb: (err: any, data?: DescribeJobRunCommandOutput) => void
|
|
147
|
+
): void;
|
|
148
|
+
|
|
149
|
+
describeManagedEndpoint(
|
|
150
|
+
args: DescribeManagedEndpointCommandInput,
|
|
151
|
+
options?: __HttpHandlerOptions
|
|
152
|
+
): Promise<DescribeManagedEndpointCommandOutput>;
|
|
153
|
+
describeManagedEndpoint(
|
|
154
|
+
args: DescribeManagedEndpointCommandInput,
|
|
155
|
+
cb: (err: any, data?: DescribeManagedEndpointCommandOutput) => void
|
|
156
|
+
): void;
|
|
157
|
+
describeManagedEndpoint(
|
|
158
|
+
args: DescribeManagedEndpointCommandInput,
|
|
159
|
+
options: __HttpHandlerOptions,
|
|
160
|
+
cb: (err: any, data?: DescribeManagedEndpointCommandOutput) => void
|
|
161
|
+
): void;
|
|
162
|
+
|
|
163
|
+
describeVirtualCluster(
|
|
164
|
+
args: DescribeVirtualClusterCommandInput,
|
|
165
|
+
options?: __HttpHandlerOptions
|
|
166
|
+
): Promise<DescribeVirtualClusterCommandOutput>;
|
|
167
|
+
describeVirtualCluster(
|
|
168
|
+
args: DescribeVirtualClusterCommandInput,
|
|
169
|
+
cb: (err: any, data?: DescribeVirtualClusterCommandOutput) => void
|
|
170
|
+
): void;
|
|
171
|
+
describeVirtualCluster(
|
|
172
|
+
args: DescribeVirtualClusterCommandInput,
|
|
173
|
+
options: __HttpHandlerOptions,
|
|
174
|
+
cb: (err: any, data?: DescribeVirtualClusterCommandOutput) => void
|
|
175
|
+
): void;
|
|
176
|
+
|
|
177
|
+
listJobRuns(
|
|
178
|
+
args: ListJobRunsCommandInput,
|
|
179
|
+
options?: __HttpHandlerOptions
|
|
180
|
+
): Promise<ListJobRunsCommandOutput>;
|
|
181
|
+
listJobRuns(
|
|
182
|
+
args: ListJobRunsCommandInput,
|
|
183
|
+
cb: (err: any, data?: ListJobRunsCommandOutput) => void
|
|
184
|
+
): void;
|
|
185
|
+
listJobRuns(
|
|
186
|
+
args: ListJobRunsCommandInput,
|
|
187
|
+
options: __HttpHandlerOptions,
|
|
188
|
+
cb: (err: any, data?: ListJobRunsCommandOutput) => void
|
|
189
|
+
): void;
|
|
190
|
+
|
|
191
|
+
listManagedEndpoints(
|
|
192
|
+
args: ListManagedEndpointsCommandInput,
|
|
193
|
+
options?: __HttpHandlerOptions
|
|
194
|
+
): Promise<ListManagedEndpointsCommandOutput>;
|
|
195
|
+
listManagedEndpoints(
|
|
196
|
+
args: ListManagedEndpointsCommandInput,
|
|
197
|
+
cb: (err: any, data?: ListManagedEndpointsCommandOutput) => void
|
|
198
|
+
): void;
|
|
199
|
+
listManagedEndpoints(
|
|
200
|
+
args: ListManagedEndpointsCommandInput,
|
|
201
|
+
options: __HttpHandlerOptions,
|
|
202
|
+
cb: (err: any, data?: ListManagedEndpointsCommandOutput) => void
|
|
203
|
+
): void;
|
|
204
|
+
|
|
205
|
+
listTagsForResource(
|
|
206
|
+
args: ListTagsForResourceCommandInput,
|
|
207
|
+
options?: __HttpHandlerOptions
|
|
208
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
209
|
+
listTagsForResource(
|
|
210
|
+
args: ListTagsForResourceCommandInput,
|
|
211
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
212
|
+
): void;
|
|
213
|
+
listTagsForResource(
|
|
214
|
+
args: ListTagsForResourceCommandInput,
|
|
215
|
+
options: __HttpHandlerOptions,
|
|
216
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
217
|
+
): void;
|
|
218
|
+
|
|
219
|
+
listVirtualClusters(
|
|
220
|
+
args: ListVirtualClustersCommandInput,
|
|
221
|
+
options?: __HttpHandlerOptions
|
|
222
|
+
): Promise<ListVirtualClustersCommandOutput>;
|
|
223
|
+
listVirtualClusters(
|
|
224
|
+
args: ListVirtualClustersCommandInput,
|
|
225
|
+
cb: (err: any, data?: ListVirtualClustersCommandOutput) => void
|
|
226
|
+
): void;
|
|
227
|
+
listVirtualClusters(
|
|
228
|
+
args: ListVirtualClustersCommandInput,
|
|
229
|
+
options: __HttpHandlerOptions,
|
|
230
|
+
cb: (err: any, data?: ListVirtualClustersCommandOutput) => void
|
|
231
|
+
): void;
|
|
232
|
+
|
|
233
|
+
startJobRun(
|
|
234
|
+
args: StartJobRunCommandInput,
|
|
235
|
+
options?: __HttpHandlerOptions
|
|
236
|
+
): Promise<StartJobRunCommandOutput>;
|
|
237
|
+
startJobRun(
|
|
238
|
+
args: StartJobRunCommandInput,
|
|
239
|
+
cb: (err: any, data?: StartJobRunCommandOutput) => void
|
|
240
|
+
): void;
|
|
241
|
+
startJobRun(
|
|
242
|
+
args: StartJobRunCommandInput,
|
|
243
|
+
options: __HttpHandlerOptions,
|
|
244
|
+
cb: (err: any, data?: StartJobRunCommandOutput) => void
|
|
245
|
+
): void;
|
|
246
|
+
|
|
247
|
+
tagResource(
|
|
248
|
+
args: TagResourceCommandInput,
|
|
249
|
+
options?: __HttpHandlerOptions
|
|
250
|
+
): Promise<TagResourceCommandOutput>;
|
|
251
|
+
tagResource(
|
|
252
|
+
args: TagResourceCommandInput,
|
|
253
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
254
|
+
): void;
|
|
255
|
+
tagResource(
|
|
256
|
+
args: TagResourceCommandInput,
|
|
257
|
+
options: __HttpHandlerOptions,
|
|
258
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
259
|
+
): void;
|
|
260
|
+
|
|
261
|
+
untagResource(
|
|
262
|
+
args: UntagResourceCommandInput,
|
|
263
|
+
options?: __HttpHandlerOptions
|
|
264
|
+
): Promise<UntagResourceCommandOutput>;
|
|
265
|
+
untagResource(
|
|
266
|
+
args: UntagResourceCommandInput,
|
|
267
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
268
|
+
): void;
|
|
269
|
+
untagResource(
|
|
270
|
+
args: UntagResourceCommandInput,
|
|
271
|
+
options: __HttpHandlerOptions,
|
|
272
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
273
|
+
): void;
|
|
274
|
+
}
|