@aws-sdk/client-emr-containers 3.170.0 → 3.171.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 (25) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/EMRContainers.d.ts +0 -15
  3. package/dist-types/ts3.4/EMRContainersClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/models/EMRContainersServiceException.d.ts +0 -1
  20. package/dist-types/ts3.4/models/models_0.d.ts +0 -172
  21. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  22. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  23. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  24. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  25. package/package.json +26 -26
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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-emr-containers
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-emr-containers
@@ -60,7 +60,6 @@ import {
60
60
  UntagResourceCommandOutput,
61
61
  } from "./commands/UntagResourceCommand";
62
62
  import { EMRContainersClient } from "./EMRContainersClient";
63
-
64
63
  export declare class EMRContainers extends EMRContainersClient {
65
64
  cancelJobRun(
66
65
  args: CancelJobRunCommandInput,
@@ -75,7 +74,6 @@ export declare class EMRContainers extends EMRContainersClient {
75
74
  options: __HttpHandlerOptions,
76
75
  cb: (err: any, data?: CancelJobRunCommandOutput) => void
77
76
  ): void;
78
-
79
77
  createManagedEndpoint(
80
78
  args: CreateManagedEndpointCommandInput,
81
79
  options?: __HttpHandlerOptions
@@ -89,7 +87,6 @@ export declare class EMRContainers extends EMRContainersClient {
89
87
  options: __HttpHandlerOptions,
90
88
  cb: (err: any, data?: CreateManagedEndpointCommandOutput) => void
91
89
  ): void;
92
-
93
90
  createVirtualCluster(
94
91
  args: CreateVirtualClusterCommandInput,
95
92
  options?: __HttpHandlerOptions
@@ -103,7 +100,6 @@ export declare class EMRContainers extends EMRContainersClient {
103
100
  options: __HttpHandlerOptions,
104
101
  cb: (err: any, data?: CreateVirtualClusterCommandOutput) => void
105
102
  ): void;
106
-
107
103
  deleteManagedEndpoint(
108
104
  args: DeleteManagedEndpointCommandInput,
109
105
  options?: __HttpHandlerOptions
@@ -117,7 +113,6 @@ export declare class EMRContainers extends EMRContainersClient {
117
113
  options: __HttpHandlerOptions,
118
114
  cb: (err: any, data?: DeleteManagedEndpointCommandOutput) => void
119
115
  ): void;
120
-
121
116
  deleteVirtualCluster(
122
117
  args: DeleteVirtualClusterCommandInput,
123
118
  options?: __HttpHandlerOptions
@@ -131,7 +126,6 @@ export declare class EMRContainers extends EMRContainersClient {
131
126
  options: __HttpHandlerOptions,
132
127
  cb: (err: any, data?: DeleteVirtualClusterCommandOutput) => void
133
128
  ): void;
134
-
135
129
  describeJobRun(
136
130
  args: DescribeJobRunCommandInput,
137
131
  options?: __HttpHandlerOptions
@@ -145,7 +139,6 @@ export declare class EMRContainers extends EMRContainersClient {
145
139
  options: __HttpHandlerOptions,
146
140
  cb: (err: any, data?: DescribeJobRunCommandOutput) => void
147
141
  ): void;
148
-
149
142
  describeManagedEndpoint(
150
143
  args: DescribeManagedEndpointCommandInput,
151
144
  options?: __HttpHandlerOptions
@@ -159,7 +152,6 @@ export declare class EMRContainers extends EMRContainersClient {
159
152
  options: __HttpHandlerOptions,
160
153
  cb: (err: any, data?: DescribeManagedEndpointCommandOutput) => void
161
154
  ): void;
162
-
163
155
  describeVirtualCluster(
164
156
  args: DescribeVirtualClusterCommandInput,
165
157
  options?: __HttpHandlerOptions
@@ -173,7 +165,6 @@ export declare class EMRContainers extends EMRContainersClient {
173
165
  options: __HttpHandlerOptions,
174
166
  cb: (err: any, data?: DescribeVirtualClusterCommandOutput) => void
175
167
  ): void;
176
-
177
168
  listJobRuns(
178
169
  args: ListJobRunsCommandInput,
179
170
  options?: __HttpHandlerOptions
@@ -187,7 +178,6 @@ export declare class EMRContainers extends EMRContainersClient {
187
178
  options: __HttpHandlerOptions,
188
179
  cb: (err: any, data?: ListJobRunsCommandOutput) => void
189
180
  ): void;
190
-
191
181
  listManagedEndpoints(
192
182
  args: ListManagedEndpointsCommandInput,
193
183
  options?: __HttpHandlerOptions
@@ -201,7 +191,6 @@ export declare class EMRContainers extends EMRContainersClient {
201
191
  options: __HttpHandlerOptions,
202
192
  cb: (err: any, data?: ListManagedEndpointsCommandOutput) => void
203
193
  ): void;
204
-
205
194
  listTagsForResource(
206
195
  args: ListTagsForResourceCommandInput,
207
196
  options?: __HttpHandlerOptions
@@ -215,7 +204,6 @@ export declare class EMRContainers extends EMRContainersClient {
215
204
  options: __HttpHandlerOptions,
216
205
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
217
206
  ): void;
218
-
219
207
  listVirtualClusters(
220
208
  args: ListVirtualClustersCommandInput,
221
209
  options?: __HttpHandlerOptions
@@ -229,7 +217,6 @@ export declare class EMRContainers extends EMRContainersClient {
229
217
  options: __HttpHandlerOptions,
230
218
  cb: (err: any, data?: ListVirtualClustersCommandOutput) => void
231
219
  ): void;
232
-
233
220
  startJobRun(
234
221
  args: StartJobRunCommandInput,
235
222
  options?: __HttpHandlerOptions
@@ -243,7 +230,6 @@ export declare class EMRContainers extends EMRContainersClient {
243
230
  options: __HttpHandlerOptions,
244
231
  cb: (err: any, data?: StartJobRunCommandOutput) => void
245
232
  ): void;
246
-
247
233
  tagResource(
248
234
  args: TagResourceCommandInput,
249
235
  options?: __HttpHandlerOptions
@@ -257,7 +243,6 @@ export declare class EMRContainers extends EMRContainersClient {
257
243
  options: __HttpHandlerOptions,
258
244
  cb: (err: any, data?: TagResourceCommandOutput) => void
259
245
  ): void;
260
-
261
246
  untagResource(
262
247
  args: UntagResourceCommandInput,
263
248
  options?: __HttpHandlerOptions
@@ -137,47 +137,26 @@ export declare type ServiceOutputTypes =
137
137
  export interface ClientDefaults
138
138
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
139
139
  requestHandler?: __HttpHandler;
140
-
141
140
  sha256?: __HashConstructor;
142
-
143
141
  urlParser?: __UrlParser;
144
-
145
142
  bodyLengthChecker?: __BodyLengthCalculator;
146
-
147
143
  streamCollector?: __StreamCollector;
148
-
149
144
  base64Decoder?: __Decoder;
150
-
151
145
  base64Encoder?: __Encoder;
152
-
153
146
  utf8Decoder?: __Decoder;
154
-
155
147
  utf8Encoder?: __Encoder;
156
-
157
148
  runtime?: string;
158
-
159
149
  disableHostPrefix?: boolean;
160
-
161
150
  maxAttempts?: number | __Provider<number>;
162
-
163
151
  retryMode?: string | __Provider<string>;
164
-
165
152
  logger?: __Logger;
166
-
167
153
  useDualstackEndpoint?: boolean | __Provider<boolean>;
168
-
169
154
  useFipsEndpoint?: boolean | __Provider<boolean>;
170
-
171
155
  serviceId?: string;
172
-
173
156
  region?: string | __Provider<string>;
174
-
175
157
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
176
-
177
158
  regionInfoProvider?: RegionInfoProvider;
178
-
179
159
  defaultUserAgentProvider?: Provider<__UserAgent>;
180
-
181
160
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
182
161
  }
183
162
  declare type EMRContainersClientConfigType = Partial<
@@ -190,7 +169,6 @@ declare type EMRContainersClientConfigType = Partial<
190
169
  HostHeaderInputConfig &
191
170
  AwsAuthInputConfig &
192
171
  UserAgentInputConfig;
193
-
194
172
  export interface EMRContainersClientConfig
195
173
  extends EMRContainersClientConfigType {}
196
174
  declare type EMRContainersClientResolvedConfigType =
@@ -202,10 +180,8 @@ declare type EMRContainersClientResolvedConfigType =
202
180
  HostHeaderResolvedConfig &
203
181
  AwsAuthResolvedConfig &
204
182
  UserAgentResolvedConfig;
205
-
206
183
  export interface EMRContainersClientResolvedConfig
207
184
  extends EMRContainersClientResolvedConfigType {}
208
-
209
185
  export declare class EMRContainersClient extends __Client<
210
186
  __HttpHandlerOptions,
211
187
  ServiceInputTypes,
@@ -214,7 +190,6 @@ export declare class EMRContainersClient extends __Client<
214
190
  > {
215
191
  readonly config: EMRContainersClientResolvedConfig;
216
192
  constructor(configuration: EMRContainersClientConfig);
217
-
218
193
  destroy(): void;
219
194
  }
220
195
  export {};
@@ -15,7 +15,6 @@ export interface CancelJobRunCommandInput extends CancelJobRunRequest {}
15
15
  export interface CancelJobRunCommandOutput
16
16
  extends CancelJobRunResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CancelJobRunCommand extends $Command<
20
19
  CancelJobRunCommandInput,
21
20
  CancelJobRunCommandOutput,
@@ -23,7 +22,6 @@ export declare class CancelJobRunCommand extends $Command<
23
22
  > {
24
23
  readonly input: CancelJobRunCommandInput;
25
24
  constructor(input: CancelJobRunCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: EMRContainersClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateManagedEndpointCommandInput
19
19
  export interface CreateManagedEndpointCommandOutput
20
20
  extends CreateManagedEndpointResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateManagedEndpointCommand extends $Command<
24
23
  CreateManagedEndpointCommandInput,
25
24
  CreateManagedEndpointCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateManagedEndpointCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateManagedEndpointCommandInput;
29
28
  constructor(input: CreateManagedEndpointCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: EMRContainersClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateVirtualClusterCommandInput
19
19
  export interface CreateVirtualClusterCommandOutput
20
20
  extends CreateVirtualClusterResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateVirtualClusterCommand extends $Command<
24
23
  CreateVirtualClusterCommandInput,
25
24
  CreateVirtualClusterCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateVirtualClusterCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateVirtualClusterCommandInput;
29
28
  constructor(input: CreateVirtualClusterCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: EMRContainersClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteManagedEndpointCommandInput
19
19
  export interface DeleteManagedEndpointCommandOutput
20
20
  extends DeleteManagedEndpointResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteManagedEndpointCommand extends $Command<
24
23
  DeleteManagedEndpointCommandInput,
25
24
  DeleteManagedEndpointCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteManagedEndpointCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteManagedEndpointCommandInput;
29
28
  constructor(input: DeleteManagedEndpointCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: EMRContainersClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteVirtualClusterCommandInput
19
19
  export interface DeleteVirtualClusterCommandOutput
20
20
  extends DeleteVirtualClusterResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteVirtualClusterCommand extends $Command<
24
23
  DeleteVirtualClusterCommandInput,
25
24
  DeleteVirtualClusterCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteVirtualClusterCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteVirtualClusterCommandInput;
29
28
  constructor(input: DeleteVirtualClusterCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: EMRContainersClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeJobRunCommandInput extends DescribeJobRunRequest {}
18
18
  export interface DescribeJobRunCommandOutput
19
19
  extends DescribeJobRunResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeJobRunCommand extends $Command<
23
22
  DescribeJobRunCommandInput,
24
23
  DescribeJobRunCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeJobRunCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeJobRunCommandInput;
28
27
  constructor(input: DescribeJobRunCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: EMRContainersClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeManagedEndpointCommandInput
19
19
  export interface DescribeManagedEndpointCommandOutput
20
20
  extends DescribeManagedEndpointResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeManagedEndpointCommand extends $Command<
24
23
  DescribeManagedEndpointCommandInput,
25
24
  DescribeManagedEndpointCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeManagedEndpointCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeManagedEndpointCommandInput;
29
28
  constructor(input: DescribeManagedEndpointCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: EMRContainersClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeVirtualClusterCommandInput
19
19
  export interface DescribeVirtualClusterCommandOutput
20
20
  extends DescribeVirtualClusterResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeVirtualClusterCommand extends $Command<
24
23
  DescribeVirtualClusterCommandInput,
25
24
  DescribeVirtualClusterCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeVirtualClusterCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeVirtualClusterCommandInput;
29
28
  constructor(input: DescribeVirtualClusterCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: EMRContainersClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListJobRunsCommandInput extends ListJobRunsRequest {}
15
15
  export interface ListJobRunsCommandOutput
16
16
  extends ListJobRunsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListJobRunsCommand extends $Command<
20
19
  ListJobRunsCommandInput,
21
20
  ListJobRunsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListJobRunsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListJobRunsCommandInput;
25
24
  constructor(input: ListJobRunsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: EMRContainersClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListManagedEndpointsCommandInput
19
19
  export interface ListManagedEndpointsCommandOutput
20
20
  extends ListManagedEndpointsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListManagedEndpointsCommand extends $Command<
24
23
  ListManagedEndpointsCommandInput,
25
24
  ListManagedEndpointsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListManagedEndpointsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListManagedEndpointsCommandInput;
29
28
  constructor(input: ListManagedEndpointsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: EMRContainersClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: EMRContainersClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListVirtualClustersCommandInput
19
19
  export interface ListVirtualClustersCommandOutput
20
20
  extends ListVirtualClustersResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListVirtualClustersCommand extends $Command<
24
23
  ListVirtualClustersCommandInput,
25
24
  ListVirtualClustersCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListVirtualClustersCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListVirtualClustersCommandInput;
29
28
  constructor(input: ListVirtualClustersCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: EMRContainersClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface StartJobRunCommandInput extends StartJobRunRequest {}
15
15
  export interface StartJobRunCommandOutput
16
16
  extends StartJobRunResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class StartJobRunCommand extends $Command<
20
19
  StartJobRunCommandInput,
21
20
  StartJobRunCommandOutput,
@@ -23,7 +22,6 @@ export declare class StartJobRunCommand extends $Command<
23
22
  > {
24
23
  readonly input: StartJobRunCommandInput;
25
24
  constructor(input: StartJobRunCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: EMRContainersClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: EMRContainersClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: EMRContainersClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class EMRContainersServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }
@@ -2,77 +2,58 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
2
2
  import { EMRContainersServiceException as __BaseException } from "./EMRContainersServiceException";
3
3
  export interface CancelJobRunRequest {
4
4
  id: string | undefined;
5
-
6
5
  virtualClusterId: string | undefined;
7
6
  }
8
7
  export interface CancelJobRunResponse {
9
8
  id?: string;
10
-
11
9
  virtualClusterId?: string;
12
10
  }
13
-
14
11
  export declare class InternalServerException extends __BaseException {
15
12
  readonly name: "InternalServerException";
16
13
  readonly $fault: "server";
17
-
18
14
  constructor(
19
15
  opts: __ExceptionOptionType<InternalServerException, __BaseException>
20
16
  );
21
17
  }
22
-
23
18
  export declare class ValidationException extends __BaseException {
24
19
  readonly name: "ValidationException";
25
20
  readonly $fault: "client";
26
-
27
21
  constructor(
28
22
  opts: __ExceptionOptionType<ValidationException, __BaseException>
29
23
  );
30
24
  }
31
-
32
25
  export interface CloudWatchMonitoringConfiguration {
33
26
  logGroupName: string | undefined;
34
-
35
27
  logStreamNamePrefix?: string;
36
28
  }
37
29
  export declare enum PersistentAppUI {
38
30
  DISABLED = "DISABLED",
39
31
  ENABLED = "ENABLED",
40
32
  }
41
-
42
33
  export interface S3MonitoringConfiguration {
43
34
  logUri: string | undefined;
44
35
  }
45
-
46
36
  export interface MonitoringConfiguration {
47
37
  persistentAppUI?: PersistentAppUI | string;
48
-
49
38
  cloudWatchMonitoringConfiguration?: CloudWatchMonitoringConfiguration;
50
-
51
39
  s3MonitoringConfiguration?: S3MonitoringConfiguration;
52
40
  }
53
41
  export interface CreateManagedEndpointResponse {
54
42
  id?: string;
55
-
56
43
  name?: string;
57
-
58
44
  arn?: string;
59
-
60
45
  virtualClusterId?: string;
61
46
  }
62
-
63
47
  export declare class ResourceNotFoundException extends __BaseException {
64
48
  readonly name: "ResourceNotFoundException";
65
49
  readonly $fault: "client";
66
-
67
50
  constructor(
68
51
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
69
52
  );
70
53
  }
71
-
72
54
  export interface EksInfo {
73
55
  namespace?: string;
74
56
  }
75
-
76
57
  export declare type ContainerInfo =
77
58
  | ContainerInfo.EksInfoMember
78
59
  | ContainerInfo.$UnknownMember;
@@ -94,38 +75,28 @@ export declare namespace ContainerInfo {
94
75
  export declare enum ContainerProviderType {
95
76
  EKS = "EKS",
96
77
  }
97
-
98
78
  export interface ContainerProvider {
99
79
  type: ContainerProviderType | string | undefined;
100
-
101
80
  id: string | undefined;
102
-
103
81
  info?: ContainerInfo;
104
82
  }
105
83
  export interface CreateVirtualClusterRequest {
106
84
  name: string | undefined;
107
-
108
85
  containerProvider: ContainerProvider | undefined;
109
-
110
86
  clientToken?: string;
111
-
112
87
  tags?: Record<string, string>;
113
88
  }
114
89
  export interface CreateVirtualClusterResponse {
115
90
  id?: string;
116
-
117
91
  name?: string;
118
-
119
92
  arn?: string;
120
93
  }
121
94
  export interface DeleteManagedEndpointRequest {
122
95
  id: string | undefined;
123
-
124
96
  virtualClusterId: string | undefined;
125
97
  }
126
98
  export interface DeleteManagedEndpointResponse {
127
99
  id?: string;
128
-
129
100
  virtualClusterId?: string;
130
101
  }
131
102
  export interface DeleteVirtualClusterRequest {
@@ -136,7 +107,6 @@ export interface DeleteVirtualClusterResponse {
136
107
  }
137
108
  export interface DescribeJobRunRequest {
138
109
  id: string | undefined;
139
-
140
110
  virtualClusterId: string | undefined;
141
111
  }
142
112
  export declare enum FailureReason {
@@ -145,24 +115,17 @@ export declare enum FailureReason {
145
115
  USER_ERROR = "USER_ERROR",
146
116
  VALIDATION_ERROR = "VALIDATION_ERROR",
147
117
  }
148
-
149
118
  export interface SparkSqlJobDriver {
150
119
  entryPoint?: string;
151
-
152
120
  sparkSqlParameters?: string;
153
121
  }
154
-
155
122
  export interface SparkSubmitJobDriver {
156
123
  entryPoint: string | undefined;
157
-
158
124
  entryPointArguments?: string[];
159
-
160
125
  sparkSubmitParameters?: string;
161
126
  }
162
-
163
127
  export interface JobDriver {
164
128
  sparkSubmitJobDriver?: SparkSubmitJobDriver;
165
-
166
129
  sparkSqlJobDriver?: SparkSqlJobDriver;
167
130
  }
168
131
  export declare enum JobRunState {
@@ -176,13 +139,10 @@ export declare enum JobRunState {
176
139
  }
177
140
  export interface DescribeManagedEndpointRequest {
178
141
  id: string | undefined;
179
-
180
142
  virtualClusterId: string | undefined;
181
143
  }
182
-
183
144
  export interface Certificate {
184
145
  certificateArn?: string;
185
-
186
146
  certificateData?: string;
187
147
  }
188
148
  export declare enum EndpointState {
@@ -201,20 +161,13 @@ export declare enum VirtualClusterState {
201
161
  TERMINATED = "TERMINATED",
202
162
  TERMINATING = "TERMINATING",
203
163
  }
204
-
205
164
  export interface VirtualCluster {
206
165
  id?: string;
207
-
208
166
  name?: string;
209
-
210
167
  arn?: string;
211
-
212
168
  state?: VirtualClusterState | string;
213
-
214
169
  containerProvider?: ContainerProvider;
215
-
216
170
  createdAt?: Date;
217
-
218
171
  tags?: Record<string, string>;
219
172
  }
220
173
  export interface DescribeVirtualClusterResponse {
@@ -222,32 +175,20 @@ export interface DescribeVirtualClusterResponse {
222
175
  }
223
176
  export interface ListJobRunsRequest {
224
177
  virtualClusterId: string | undefined;
225
-
226
178
  createdBefore?: Date;
227
-
228
179
  createdAfter?: Date;
229
-
230
180
  name?: string;
231
-
232
181
  states?: (JobRunState | string)[];
233
-
234
182
  maxResults?: number;
235
-
236
183
  nextToken?: string;
237
184
  }
238
185
  export interface ListManagedEndpointsRequest {
239
186
  virtualClusterId: string | undefined;
240
-
241
187
  createdBefore?: Date;
242
-
243
188
  createdAfter?: Date;
244
-
245
189
  types?: string[];
246
-
247
190
  states?: (EndpointState | string)[];
248
-
249
191
  maxResults?: number;
250
-
251
192
  nextToken?: string;
252
193
  }
253
194
  export interface ListTagsForResourceRequest {
@@ -258,165 +199,99 @@ export interface ListTagsForResourceResponse {
258
199
  }
259
200
  export interface ListVirtualClustersRequest {
260
201
  containerProviderId?: string;
261
-
262
202
  containerProviderType?: ContainerProviderType | string;
263
-
264
203
  createdAfter?: Date;
265
-
266
204
  createdBefore?: Date;
267
-
268
205
  states?: (VirtualClusterState | string)[];
269
-
270
206
  maxResults?: number;
271
-
272
207
  nextToken?: string;
273
208
  }
274
209
  export interface ListVirtualClustersResponse {
275
210
  virtualClusters?: VirtualCluster[];
276
-
277
211
  nextToken?: string;
278
212
  }
279
213
  export interface StartJobRunResponse {
280
214
  id?: string;
281
-
282
215
  name?: string;
283
-
284
216
  arn?: string;
285
-
286
217
  virtualClusterId?: string;
287
218
  }
288
219
  export interface TagResourceRequest {
289
220
  resourceArn: string | undefined;
290
-
291
221
  tags: Record<string, string> | undefined;
292
222
  }
293
223
  export interface TagResourceResponse {}
294
224
  export interface UntagResourceRequest {
295
225
  resourceArn: string | undefined;
296
-
297
226
  tagKeys: string[] | undefined;
298
227
  }
299
228
  export interface UntagResourceResponse {}
300
-
301
229
  export interface Configuration {
302
230
  classification: string | undefined;
303
-
304
231
  properties?: Record<string, string>;
305
-
306
232
  configurations?: Configuration[];
307
233
  }
308
-
309
234
  export interface ConfigurationOverrides {
310
235
  applicationConfiguration?: Configuration[];
311
-
312
236
  monitoringConfiguration?: MonitoringConfiguration;
313
237
  }
314
238
  export interface CreateManagedEndpointRequest {
315
239
  name: string | undefined;
316
-
317
240
  virtualClusterId: string | undefined;
318
-
319
241
  type: string | undefined;
320
-
321
242
  releaseLabel: string | undefined;
322
-
323
243
  executionRoleArn: string | undefined;
324
-
325
244
  certificateArn?: string;
326
-
327
245
  configurationOverrides?: ConfigurationOverrides;
328
-
329
246
  clientToken?: string;
330
-
331
247
  tags?: Record<string, string>;
332
248
  }
333
-
334
249
  export interface Endpoint {
335
250
  id?: string;
336
-
337
251
  name?: string;
338
-
339
252
  arn?: string;
340
-
341
253
  virtualClusterId?: string;
342
-
343
254
  type?: string;
344
-
345
255
  state?: EndpointState | string;
346
-
347
256
  releaseLabel?: string;
348
-
349
257
  executionRoleArn?: string;
350
-
351
258
  certificateArn?: string;
352
-
353
259
  certificateAuthority?: Certificate;
354
-
355
260
  configurationOverrides?: ConfigurationOverrides;
356
-
357
261
  serverUrl?: string;
358
-
359
262
  createdAt?: Date;
360
-
361
263
  securityGroup?: string;
362
-
363
264
  subnetIds?: string[];
364
-
365
265
  stateDetails?: string;
366
-
367
266
  failureReason?: FailureReason | string;
368
-
369
267
  tags?: Record<string, string>;
370
268
  }
371
-
372
269
  export interface JobRun {
373
270
  id?: string;
374
-
375
271
  name?: string;
376
-
377
272
  virtualClusterId?: string;
378
-
379
273
  arn?: string;
380
-
381
274
  state?: JobRunState | string;
382
-
383
275
  clientToken?: string;
384
-
385
276
  executionRoleArn?: string;
386
-
387
277
  releaseLabel?: string;
388
-
389
278
  configurationOverrides?: ConfigurationOverrides;
390
-
391
279
  jobDriver?: JobDriver;
392
-
393
280
  createdAt?: Date;
394
-
395
281
  createdBy?: string;
396
-
397
282
  finishedAt?: Date;
398
-
399
283
  stateDetails?: string;
400
-
401
284
  failureReason?: FailureReason | string;
402
-
403
285
  tags?: Record<string, string>;
404
286
  }
405
287
  export interface StartJobRunRequest {
406
288
  name?: string;
407
-
408
289
  virtualClusterId: string | undefined;
409
-
410
290
  clientToken?: string;
411
-
412
291
  executionRoleArn: string | undefined;
413
-
414
292
  releaseLabel: string | undefined;
415
-
416
293
  jobDriver: JobDriver | undefined;
417
-
418
294
  configurationOverrides?: ConfigurationOverrides;
419
-
420
295
  tags?: Record<string, string>;
421
296
  }
422
297
  export interface DescribeJobRunResponse {
@@ -427,181 +302,134 @@ export interface DescribeManagedEndpointResponse {
427
302
  }
428
303
  export interface ListJobRunsResponse {
429
304
  jobRuns?: JobRun[];
430
-
431
305
  nextToken?: string;
432
306
  }
433
307
  export interface ListManagedEndpointsResponse {
434
308
  endpoints?: Endpoint[];
435
-
436
309
  nextToken?: string;
437
310
  }
438
-
439
311
  export declare const CancelJobRunRequestFilterSensitiveLog: (
440
312
  obj: CancelJobRunRequest
441
313
  ) => any;
442
-
443
314
  export declare const CancelJobRunResponseFilterSensitiveLog: (
444
315
  obj: CancelJobRunResponse
445
316
  ) => any;
446
-
447
317
  export declare const CloudWatchMonitoringConfigurationFilterSensitiveLog: (
448
318
  obj: CloudWatchMonitoringConfiguration
449
319
  ) => any;
450
-
451
320
  export declare const S3MonitoringConfigurationFilterSensitiveLog: (
452
321
  obj: S3MonitoringConfiguration
453
322
  ) => any;
454
-
455
323
  export declare const MonitoringConfigurationFilterSensitiveLog: (
456
324
  obj: MonitoringConfiguration
457
325
  ) => any;
458
-
459
326
  export declare const CreateManagedEndpointResponseFilterSensitiveLog: (
460
327
  obj: CreateManagedEndpointResponse
461
328
  ) => any;
462
-
463
329
  export declare const EksInfoFilterSensitiveLog: (obj: EksInfo) => any;
464
-
465
330
  export declare const ContainerInfoFilterSensitiveLog: (
466
331
  obj: ContainerInfo
467
332
  ) => any;
468
-
469
333
  export declare const ContainerProviderFilterSensitiveLog: (
470
334
  obj: ContainerProvider
471
335
  ) => any;
472
-
473
336
  export declare const CreateVirtualClusterRequestFilterSensitiveLog: (
474
337
  obj: CreateVirtualClusterRequest
475
338
  ) => any;
476
-
477
339
  export declare const CreateVirtualClusterResponseFilterSensitiveLog: (
478
340
  obj: CreateVirtualClusterResponse
479
341
  ) => any;
480
-
481
342
  export declare const DeleteManagedEndpointRequestFilterSensitiveLog: (
482
343
  obj: DeleteManagedEndpointRequest
483
344
  ) => any;
484
-
485
345
  export declare const DeleteManagedEndpointResponseFilterSensitiveLog: (
486
346
  obj: DeleteManagedEndpointResponse
487
347
  ) => any;
488
-
489
348
  export declare const DeleteVirtualClusterRequestFilterSensitiveLog: (
490
349
  obj: DeleteVirtualClusterRequest
491
350
  ) => any;
492
-
493
351
  export declare const DeleteVirtualClusterResponseFilterSensitiveLog: (
494
352
  obj: DeleteVirtualClusterResponse
495
353
  ) => any;
496
-
497
354
  export declare const DescribeJobRunRequestFilterSensitiveLog: (
498
355
  obj: DescribeJobRunRequest
499
356
  ) => any;
500
-
501
357
  export declare const SparkSqlJobDriverFilterSensitiveLog: (
502
358
  obj: SparkSqlJobDriver
503
359
  ) => any;
504
-
505
360
  export declare const SparkSubmitJobDriverFilterSensitiveLog: (
506
361
  obj: SparkSubmitJobDriver
507
362
  ) => any;
508
-
509
363
  export declare const JobDriverFilterSensitiveLog: (obj: JobDriver) => any;
510
-
511
364
  export declare const DescribeManagedEndpointRequestFilterSensitiveLog: (
512
365
  obj: DescribeManagedEndpointRequest
513
366
  ) => any;
514
-
515
367
  export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
516
-
517
368
  export declare const DescribeVirtualClusterRequestFilterSensitiveLog: (
518
369
  obj: DescribeVirtualClusterRequest
519
370
  ) => any;
520
-
521
371
  export declare const VirtualClusterFilterSensitiveLog: (
522
372
  obj: VirtualCluster
523
373
  ) => any;
524
-
525
374
  export declare const DescribeVirtualClusterResponseFilterSensitiveLog: (
526
375
  obj: DescribeVirtualClusterResponse
527
376
  ) => any;
528
-
529
377
  export declare const ListJobRunsRequestFilterSensitiveLog: (
530
378
  obj: ListJobRunsRequest
531
379
  ) => any;
532
-
533
380
  export declare const ListManagedEndpointsRequestFilterSensitiveLog: (
534
381
  obj: ListManagedEndpointsRequest
535
382
  ) => any;
536
-
537
383
  export declare const ListTagsForResourceRequestFilterSensitiveLog: (
538
384
  obj: ListTagsForResourceRequest
539
385
  ) => any;
540
-
541
386
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (
542
387
  obj: ListTagsForResourceResponse
543
388
  ) => any;
544
-
545
389
  export declare const ListVirtualClustersRequestFilterSensitiveLog: (
546
390
  obj: ListVirtualClustersRequest
547
391
  ) => any;
548
-
549
392
  export declare const ListVirtualClustersResponseFilterSensitiveLog: (
550
393
  obj: ListVirtualClustersResponse
551
394
  ) => any;
552
-
553
395
  export declare const StartJobRunResponseFilterSensitiveLog: (
554
396
  obj: StartJobRunResponse
555
397
  ) => any;
556
-
557
398
  export declare const TagResourceRequestFilterSensitiveLog: (
558
399
  obj: TagResourceRequest
559
400
  ) => any;
560
-
561
401
  export declare const TagResourceResponseFilterSensitiveLog: (
562
402
  obj: TagResourceResponse
563
403
  ) => any;
564
-
565
404
  export declare const UntagResourceRequestFilterSensitiveLog: (
566
405
  obj: UntagResourceRequest
567
406
  ) => any;
568
-
569
407
  export declare const UntagResourceResponseFilterSensitiveLog: (
570
408
  obj: UntagResourceResponse
571
409
  ) => any;
572
-
573
410
  export declare const ConfigurationFilterSensitiveLog: (
574
411
  obj: Configuration
575
412
  ) => any;
576
-
577
413
  export declare const ConfigurationOverridesFilterSensitiveLog: (
578
414
  obj: ConfigurationOverrides
579
415
  ) => any;
580
-
581
416
  export declare const CreateManagedEndpointRequestFilterSensitiveLog: (
582
417
  obj: CreateManagedEndpointRequest
583
418
  ) => any;
584
-
585
419
  export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
586
-
587
420
  export declare const JobRunFilterSensitiveLog: (obj: JobRun) => any;
588
-
589
421
  export declare const StartJobRunRequestFilterSensitiveLog: (
590
422
  obj: StartJobRunRequest
591
423
  ) => any;
592
-
593
424
  export declare const DescribeJobRunResponseFilterSensitiveLog: (
594
425
  obj: DescribeJobRunResponse
595
426
  ) => any;
596
-
597
427
  export declare const DescribeManagedEndpointResponseFilterSensitiveLog: (
598
428
  obj: DescribeManagedEndpointResponse
599
429
  ) => any;
600
-
601
430
  export declare const ListJobRunsResponseFilterSensitiveLog: (
602
431
  obj: ListJobRunsResponse
603
432
  ) => any;
604
-
605
433
  export declare const ListManagedEndpointsResponseFilterSensitiveLog: (
606
434
  obj: ListManagedEndpointsResponse
607
435
  ) => any;
@@ -1,6 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { EMRContainersClientConfig } from "./EMRContainersClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -1,6 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { EMRContainersClientConfig } from "./EMRContainersClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -1,5 +1,4 @@
1
1
  import { EMRContainersClientConfig } from "./EMRContainersClient";
2
-
3
2
  export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
4
3
  runtime: string;
5
4
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -1,6 +1,5 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { EMRContainersClientConfig } from "./EMRContainersClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
5
4
  apiVersion: string;
6
5
  disableHostPrefix: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-emr-containers",
3
3
  "description": "AWS SDK for JavaScript Emr Containers Client for Node.js, Browser and React Native",
4
- "version": "3.170.0",
4
+ "version": "3.171.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,35 +19,35 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.170.0",
23
- "@aws-sdk/config-resolver": "3.170.0",
24
- "@aws-sdk/credential-provider-node": "3.170.0",
25
- "@aws-sdk/fetch-http-handler": "3.170.0",
26
- "@aws-sdk/hash-node": "3.170.0",
27
- "@aws-sdk/invalid-dependency": "3.170.0",
28
- "@aws-sdk/middleware-content-length": "3.170.0",
29
- "@aws-sdk/middleware-host-header": "3.170.0",
30
- "@aws-sdk/middleware-logger": "3.170.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
- "@aws-sdk/middleware-retry": "3.170.0",
33
- "@aws-sdk/middleware-serde": "3.170.0",
34
- "@aws-sdk/middleware-signing": "3.170.0",
35
- "@aws-sdk/middleware-stack": "3.170.0",
36
- "@aws-sdk/middleware-user-agent": "3.170.0",
37
- "@aws-sdk/node-config-provider": "3.170.0",
38
- "@aws-sdk/node-http-handler": "3.170.0",
39
- "@aws-sdk/protocol-http": "3.170.0",
40
- "@aws-sdk/smithy-client": "3.170.0",
41
- "@aws-sdk/types": "3.170.0",
42
- "@aws-sdk/url-parser": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.171.0",
23
+ "@aws-sdk/config-resolver": "3.171.0",
24
+ "@aws-sdk/credential-provider-node": "3.171.0",
25
+ "@aws-sdk/fetch-http-handler": "3.171.0",
26
+ "@aws-sdk/hash-node": "3.171.0",
27
+ "@aws-sdk/invalid-dependency": "3.171.0",
28
+ "@aws-sdk/middleware-content-length": "3.171.0",
29
+ "@aws-sdk/middleware-host-header": "3.171.0",
30
+ "@aws-sdk/middleware-logger": "3.171.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.171.0",
32
+ "@aws-sdk/middleware-retry": "3.171.0",
33
+ "@aws-sdk/middleware-serde": "3.171.0",
34
+ "@aws-sdk/middleware-signing": "3.171.0",
35
+ "@aws-sdk/middleware-stack": "3.171.0",
36
+ "@aws-sdk/middleware-user-agent": "3.171.0",
37
+ "@aws-sdk/node-config-provider": "3.171.0",
38
+ "@aws-sdk/node-http-handler": "3.171.0",
39
+ "@aws-sdk/protocol-http": "3.171.0",
40
+ "@aws-sdk/smithy-client": "3.171.0",
41
+ "@aws-sdk/types": "3.171.0",
42
+ "@aws-sdk/url-parser": "3.171.0",
43
43
  "@aws-sdk/util-base64-browser": "3.170.0",
44
44
  "@aws-sdk/util-base64-node": "3.170.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.170.0",
46
46
  "@aws-sdk/util-body-length-node": "3.170.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
- "@aws-sdk/util-user-agent-browser": "3.170.0",
50
- "@aws-sdk/util-user-agent-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.171.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.171.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.171.0",
50
+ "@aws-sdk/util-user-agent-node": "3.171.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.170.0",
52
52
  "@aws-sdk/util-utf8-node": "3.170.0",
53
53
  "tslib": "^2.3.1",