@aws-sdk/client-emr-containers 3.934.0 → 3.935.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/dist-cjs/index.js CHANGED
@@ -117,13 +117,6 @@ let EMRContainersServiceException$1 = class EMRContainersServiceException extend
117
117
  }
118
118
  };
119
119
 
120
- const AllowAWSToRetainLogs = {
121
- DISABLED: "DISABLED",
122
- ENABLED: "ENABLED",
123
- };
124
- const CertificateProviderType = {
125
- PEM: "PEM",
126
- };
127
120
  let InternalServerException$1 = class InternalServerException extends EMRContainersServiceException$1 {
128
121
  name = "InternalServerException";
129
122
  $fault = "server";
@@ -148,10 +141,6 @@ let ValidationException$1 = class ValidationException extends EMRContainersServi
148
141
  Object.setPrototypeOf(this, ValidationException.prototype);
149
142
  }
150
143
  };
151
- const TemplateParameterDataType = {
152
- NUMBER: "NUMBER",
153
- STRING: "STRING",
154
- };
155
144
  let ResourceNotFoundException$1 = class ResourceNotFoundException extends EMRContainersServiceException$1 {
156
145
  name = "ResourceNotFoundException";
157
146
  $fault = "client";
@@ -164,13 +153,6 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends EMRCon
164
153
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
165
154
  }
166
155
  };
167
- const PersistentAppUI = {
168
- DISABLED: "DISABLED",
169
- ENABLED: "ENABLED",
170
- };
171
- const ContainerProviderType = {
172
- EKS: "EKS",
173
- };
174
156
  let EKSRequestThrottledException$1 = class EKSRequestThrottledException extends EMRContainersServiceException$1 {
175
157
  name = "EKSRequestThrottledException";
176
158
  $fault = "client";
@@ -183,34 +165,6 @@ let EKSRequestThrottledException$1 = class EKSRequestThrottledException extends
183
165
  Object.setPrototypeOf(this, EKSRequestThrottledException.prototype);
184
166
  }
185
167
  };
186
- const FailureReason = {
187
- CLUSTER_UNAVAILABLE: "CLUSTER_UNAVAILABLE",
188
- INTERNAL_ERROR: "INTERNAL_ERROR",
189
- USER_ERROR: "USER_ERROR",
190
- VALIDATION_ERROR: "VALIDATION_ERROR",
191
- };
192
- const JobRunState = {
193
- CANCELLED: "CANCELLED",
194
- CANCEL_PENDING: "CANCEL_PENDING",
195
- COMPLETED: "COMPLETED",
196
- FAILED: "FAILED",
197
- PENDING: "PENDING",
198
- RUNNING: "RUNNING",
199
- SUBMITTED: "SUBMITTED",
200
- };
201
- const EndpointState = {
202
- ACTIVE: "ACTIVE",
203
- CREATING: "CREATING",
204
- TERMINATED: "TERMINATED",
205
- TERMINATED_WITH_ERRORS: "TERMINATED_WITH_ERRORS",
206
- TERMINATING: "TERMINATING",
207
- };
208
- const VirtualClusterState = {
209
- ARRESTED: "ARRESTED",
210
- RUNNING: "RUNNING",
211
- TERMINATED: "TERMINATED",
212
- TERMINATING: "TERMINATING",
213
- };
214
168
  let RequestThrottledException$1 = class RequestThrottledException extends EMRContainersServiceException$1 {
215
169
  name = "RequestThrottledException";
216
170
  $fault = "client";
@@ -1715,6 +1669,53 @@ const paginateListSecurityConfigurations = core.createPaginator(EMRContainersCli
1715
1669
 
1716
1670
  const paginateListVirtualClusters = core.createPaginator(EMRContainersClient, ListVirtualClustersCommand, "nextToken", "nextToken", "maxResults");
1717
1671
 
1672
+ const AllowAWSToRetainLogs = {
1673
+ DISABLED: "DISABLED",
1674
+ ENABLED: "ENABLED",
1675
+ };
1676
+ const CertificateProviderType = {
1677
+ PEM: "PEM",
1678
+ };
1679
+ const TemplateParameterDataType = {
1680
+ NUMBER: "NUMBER",
1681
+ STRING: "STRING",
1682
+ };
1683
+ const PersistentAppUI = {
1684
+ DISABLED: "DISABLED",
1685
+ ENABLED: "ENABLED",
1686
+ };
1687
+ const ContainerProviderType = {
1688
+ EKS: "EKS",
1689
+ };
1690
+ const FailureReason = {
1691
+ CLUSTER_UNAVAILABLE: "CLUSTER_UNAVAILABLE",
1692
+ INTERNAL_ERROR: "INTERNAL_ERROR",
1693
+ USER_ERROR: "USER_ERROR",
1694
+ VALIDATION_ERROR: "VALIDATION_ERROR",
1695
+ };
1696
+ const JobRunState = {
1697
+ CANCELLED: "CANCELLED",
1698
+ CANCEL_PENDING: "CANCEL_PENDING",
1699
+ COMPLETED: "COMPLETED",
1700
+ FAILED: "FAILED",
1701
+ PENDING: "PENDING",
1702
+ RUNNING: "RUNNING",
1703
+ SUBMITTED: "SUBMITTED",
1704
+ };
1705
+ const EndpointState = {
1706
+ ACTIVE: "ACTIVE",
1707
+ CREATING: "CREATING",
1708
+ TERMINATED: "TERMINATED",
1709
+ TERMINATED_WITH_ERRORS: "TERMINATED_WITH_ERRORS",
1710
+ TERMINATING: "TERMINATING",
1711
+ };
1712
+ const VirtualClusterState = {
1713
+ ARRESTED: "ARRESTED",
1714
+ RUNNING: "RUNNING",
1715
+ TERMINATED: "TERMINATED",
1716
+ TERMINATING: "TERMINATING",
1717
+ };
1718
+
1718
1719
  Object.defineProperty(exports, "$Command", {
1719
1720
  enumerable: true,
1720
1721
  get: function () { return smithyClient.Command; }
package/dist-es/index.js CHANGED
@@ -2,5 +2,6 @@ export * from "./EMRContainersClient";
2
2
  export * from "./EMRContainers";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
- export * from "./models";
5
+ export * from "./models/enums";
6
+ export * from "./models/errors";
6
7
  export { EMRContainersServiceException } from "./models/EMRContainersServiceException";
@@ -0,0 +1,46 @@
1
+ export const AllowAWSToRetainLogs = {
2
+ DISABLED: "DISABLED",
3
+ ENABLED: "ENABLED",
4
+ };
5
+ export const CertificateProviderType = {
6
+ PEM: "PEM",
7
+ };
8
+ export const TemplateParameterDataType = {
9
+ NUMBER: "NUMBER",
10
+ STRING: "STRING",
11
+ };
12
+ export const PersistentAppUI = {
13
+ DISABLED: "DISABLED",
14
+ ENABLED: "ENABLED",
15
+ };
16
+ export const ContainerProviderType = {
17
+ EKS: "EKS",
18
+ };
19
+ export const FailureReason = {
20
+ CLUSTER_UNAVAILABLE: "CLUSTER_UNAVAILABLE",
21
+ INTERNAL_ERROR: "INTERNAL_ERROR",
22
+ USER_ERROR: "USER_ERROR",
23
+ VALIDATION_ERROR: "VALIDATION_ERROR",
24
+ };
25
+ export const JobRunState = {
26
+ CANCELLED: "CANCELLED",
27
+ CANCEL_PENDING: "CANCEL_PENDING",
28
+ COMPLETED: "COMPLETED",
29
+ FAILED: "FAILED",
30
+ PENDING: "PENDING",
31
+ RUNNING: "RUNNING",
32
+ SUBMITTED: "SUBMITTED",
33
+ };
34
+ export const EndpointState = {
35
+ ACTIVE: "ACTIVE",
36
+ CREATING: "CREATING",
37
+ TERMINATED: "TERMINATED",
38
+ TERMINATED_WITH_ERRORS: "TERMINATED_WITH_ERRORS",
39
+ TERMINATING: "TERMINATING",
40
+ };
41
+ export const VirtualClusterState = {
42
+ ARRESTED: "ARRESTED",
43
+ RUNNING: "RUNNING",
44
+ TERMINATED: "TERMINATED",
45
+ TERMINATING: "TERMINATING",
46
+ };
@@ -0,0 +1,61 @@
1
+ import { EMRContainersServiceException as __BaseException } from "./EMRContainersServiceException";
2
+ export class InternalServerException extends __BaseException {
3
+ name = "InternalServerException";
4
+ $fault = "server";
5
+ constructor(opts) {
6
+ super({
7
+ name: "InternalServerException",
8
+ $fault: "server",
9
+ ...opts,
10
+ });
11
+ Object.setPrototypeOf(this, InternalServerException.prototype);
12
+ }
13
+ }
14
+ export class ValidationException extends __BaseException {
15
+ name = "ValidationException";
16
+ $fault = "client";
17
+ constructor(opts) {
18
+ super({
19
+ name: "ValidationException",
20
+ $fault: "client",
21
+ ...opts,
22
+ });
23
+ Object.setPrototypeOf(this, ValidationException.prototype);
24
+ }
25
+ }
26
+ export class ResourceNotFoundException extends __BaseException {
27
+ name = "ResourceNotFoundException";
28
+ $fault = "client";
29
+ constructor(opts) {
30
+ super({
31
+ name: "ResourceNotFoundException",
32
+ $fault: "client",
33
+ ...opts,
34
+ });
35
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
36
+ }
37
+ }
38
+ export class EKSRequestThrottledException extends __BaseException {
39
+ name = "EKSRequestThrottledException";
40
+ $fault = "client";
41
+ constructor(opts) {
42
+ super({
43
+ name: "EKSRequestThrottledException",
44
+ $fault: "client",
45
+ ...opts,
46
+ });
47
+ Object.setPrototypeOf(this, EKSRequestThrottledException.prototype);
48
+ }
49
+ }
50
+ export class RequestThrottledException extends __BaseException {
51
+ name = "RequestThrottledException";
52
+ $fault = "client";
53
+ constructor(opts) {
54
+ super({
55
+ name: "RequestThrottledException",
56
+ $fault: "client",
57
+ ...opts,
58
+ });
59
+ Object.setPrototypeOf(this, RequestThrottledException.prototype);
60
+ }
61
+ }
@@ -1,107 +1 @@
1
- import { EMRContainersServiceException as __BaseException } from "./EMRContainersServiceException";
2
- export const AllowAWSToRetainLogs = {
3
- DISABLED: "DISABLED",
4
- ENABLED: "ENABLED",
5
- };
6
- export const CertificateProviderType = {
7
- PEM: "PEM",
8
- };
9
- export class InternalServerException extends __BaseException {
10
- name = "InternalServerException";
11
- $fault = "server";
12
- constructor(opts) {
13
- super({
14
- name: "InternalServerException",
15
- $fault: "server",
16
- ...opts,
17
- });
18
- Object.setPrototypeOf(this, InternalServerException.prototype);
19
- }
20
- }
21
- export class ValidationException extends __BaseException {
22
- name = "ValidationException";
23
- $fault = "client";
24
- constructor(opts) {
25
- super({
26
- name: "ValidationException",
27
- $fault: "client",
28
- ...opts,
29
- });
30
- Object.setPrototypeOf(this, ValidationException.prototype);
31
- }
32
- }
33
- export const TemplateParameterDataType = {
34
- NUMBER: "NUMBER",
35
- STRING: "STRING",
36
- };
37
- export class ResourceNotFoundException extends __BaseException {
38
- name = "ResourceNotFoundException";
39
- $fault = "client";
40
- constructor(opts) {
41
- super({
42
- name: "ResourceNotFoundException",
43
- $fault: "client",
44
- ...opts,
45
- });
46
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
47
- }
48
- }
49
- export const PersistentAppUI = {
50
- DISABLED: "DISABLED",
51
- ENABLED: "ENABLED",
52
- };
53
- export const ContainerProviderType = {
54
- EKS: "EKS",
55
- };
56
- export class EKSRequestThrottledException extends __BaseException {
57
- name = "EKSRequestThrottledException";
58
- $fault = "client";
59
- constructor(opts) {
60
- super({
61
- name: "EKSRequestThrottledException",
62
- $fault: "client",
63
- ...opts,
64
- });
65
- Object.setPrototypeOf(this, EKSRequestThrottledException.prototype);
66
- }
67
- }
68
- export const FailureReason = {
69
- CLUSTER_UNAVAILABLE: "CLUSTER_UNAVAILABLE",
70
- INTERNAL_ERROR: "INTERNAL_ERROR",
71
- USER_ERROR: "USER_ERROR",
72
- VALIDATION_ERROR: "VALIDATION_ERROR",
73
- };
74
- export const JobRunState = {
75
- CANCELLED: "CANCELLED",
76
- CANCEL_PENDING: "CANCEL_PENDING",
77
- COMPLETED: "COMPLETED",
78
- FAILED: "FAILED",
79
- PENDING: "PENDING",
80
- RUNNING: "RUNNING",
81
- SUBMITTED: "SUBMITTED",
82
- };
83
- export const EndpointState = {
84
- ACTIVE: "ACTIVE",
85
- CREATING: "CREATING",
86
- TERMINATED: "TERMINATED",
87
- TERMINATED_WITH_ERRORS: "TERMINATED_WITH_ERRORS",
88
- TERMINATING: "TERMINATING",
89
- };
90
- export const VirtualClusterState = {
91
- ARRESTED: "ARRESTED",
92
- RUNNING: "RUNNING",
93
- TERMINATED: "TERMINATED",
94
- TERMINATING: "TERMINATING",
95
- };
96
- export class RequestThrottledException extends __BaseException {
97
- name = "RequestThrottledException";
98
- $fault = "client";
99
- constructor(opts) {
100
- super({
101
- name: "RequestThrottledException",
102
- $fault: "client",
103
- ...opts,
104
- });
105
- Object.setPrototypeOf(this, RequestThrottledException.prototype);
106
- }
107
- }
1
+ export {};
@@ -238,7 +238,7 @@ const _vCi = "virtualClusters";
238
238
  const n0 = "com.amazonaws.emrcontainers";
239
239
  import { TypeRegistry } from "@smithy/core/schema";
240
240
  import { EMRContainersServiceException as __EMRContainersServiceException } from "../models/EMRContainersServiceException";
241
- import { EKSRequestThrottledException as __EKSRequestThrottledException, InternalServerException as __InternalServerException, RequestThrottledException as __RequestThrottledException, ResourceNotFoundException as __ResourceNotFoundException, ValidationException as __ValidationException, } from "../models/index";
241
+ import { EKSRequestThrottledException as __EKSRequestThrottledException, InternalServerException as __InternalServerException, RequestThrottledException as __RequestThrottledException, ResourceNotFoundException as __ResourceNotFoundException, ValidationException as __ValidationException, } from "../models/errors";
242
242
  export var EntryPointArgument = [0, n0, _EPA, 8, 0];
243
243
  export var EntryPointPath = [0, n0, _EPP, 8, 0];
244
244
  export var SparkSqlParameters = [0, n0, _SSP, 8, 0];
@@ -33,5 +33,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
33
33
  export type { EMRContainersExtensionConfiguration } from "./extensionConfiguration";
34
34
  export * from "./commands";
35
35
  export * from "./pagination";
36
- export * from "./models";
36
+ export * from "./models/enums";
37
+ export * from "./models/errors";
38
+ export type * from "./models/models_0";
37
39
  export { EMRContainersServiceException } from "./models/EMRContainersServiceException";
@@ -0,0 +1,118 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const AllowAWSToRetainLogs: {
6
+ readonly DISABLED: "DISABLED";
7
+ readonly ENABLED: "ENABLED";
8
+ };
9
+ /**
10
+ * @public
11
+ */
12
+ export type AllowAWSToRetainLogs = (typeof AllowAWSToRetainLogs)[keyof typeof AllowAWSToRetainLogs];
13
+ /**
14
+ * @public
15
+ * @enum
16
+ */
17
+ export declare const CertificateProviderType: {
18
+ readonly PEM: "PEM";
19
+ };
20
+ /**
21
+ * @public
22
+ */
23
+ export type CertificateProviderType = (typeof CertificateProviderType)[keyof typeof CertificateProviderType];
24
+ /**
25
+ * @public
26
+ * @enum
27
+ */
28
+ export declare const TemplateParameterDataType: {
29
+ readonly NUMBER: "NUMBER";
30
+ readonly STRING: "STRING";
31
+ };
32
+ /**
33
+ * @public
34
+ */
35
+ export type TemplateParameterDataType = (typeof TemplateParameterDataType)[keyof typeof TemplateParameterDataType];
36
+ /**
37
+ * @public
38
+ * @enum
39
+ */
40
+ export declare const PersistentAppUI: {
41
+ readonly DISABLED: "DISABLED";
42
+ readonly ENABLED: "ENABLED";
43
+ };
44
+ /**
45
+ * @public
46
+ */
47
+ export type PersistentAppUI = (typeof PersistentAppUI)[keyof typeof PersistentAppUI];
48
+ /**
49
+ * @public
50
+ * @enum
51
+ */
52
+ export declare const ContainerProviderType: {
53
+ readonly EKS: "EKS";
54
+ };
55
+ /**
56
+ * @public
57
+ */
58
+ export type ContainerProviderType = (typeof ContainerProviderType)[keyof typeof ContainerProviderType];
59
+ /**
60
+ * @public
61
+ * @enum
62
+ */
63
+ export declare const FailureReason: {
64
+ readonly CLUSTER_UNAVAILABLE: "CLUSTER_UNAVAILABLE";
65
+ readonly INTERNAL_ERROR: "INTERNAL_ERROR";
66
+ readonly USER_ERROR: "USER_ERROR";
67
+ readonly VALIDATION_ERROR: "VALIDATION_ERROR";
68
+ };
69
+ /**
70
+ * @public
71
+ */
72
+ export type FailureReason = (typeof FailureReason)[keyof typeof FailureReason];
73
+ /**
74
+ * @public
75
+ * @enum
76
+ */
77
+ export declare const JobRunState: {
78
+ readonly CANCELLED: "CANCELLED";
79
+ readonly CANCEL_PENDING: "CANCEL_PENDING";
80
+ readonly COMPLETED: "COMPLETED";
81
+ readonly FAILED: "FAILED";
82
+ readonly PENDING: "PENDING";
83
+ readonly RUNNING: "RUNNING";
84
+ readonly SUBMITTED: "SUBMITTED";
85
+ };
86
+ /**
87
+ * @public
88
+ */
89
+ export type JobRunState = (typeof JobRunState)[keyof typeof JobRunState];
90
+ /**
91
+ * @public
92
+ * @enum
93
+ */
94
+ export declare const EndpointState: {
95
+ readonly ACTIVE: "ACTIVE";
96
+ readonly CREATING: "CREATING";
97
+ readonly TERMINATED: "TERMINATED";
98
+ readonly TERMINATED_WITH_ERRORS: "TERMINATED_WITH_ERRORS";
99
+ readonly TERMINATING: "TERMINATING";
100
+ };
101
+ /**
102
+ * @public
103
+ */
104
+ export type EndpointState = (typeof EndpointState)[keyof typeof EndpointState];
105
+ /**
106
+ * @public
107
+ * @enum
108
+ */
109
+ export declare const VirtualClusterState: {
110
+ readonly ARRESTED: "ARRESTED";
111
+ readonly RUNNING: "RUNNING";
112
+ readonly TERMINATED: "TERMINATED";
113
+ readonly TERMINATING: "TERMINATING";
114
+ };
115
+ /**
116
+ * @public
117
+ */
118
+ export type VirtualClusterState = (typeof VirtualClusterState)[keyof typeof VirtualClusterState];
@@ -0,0 +1,62 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { EMRContainersServiceException as __BaseException } from "./EMRContainersServiceException";
3
+ /**
4
+ * <p>This is an internal server exception.</p>
5
+ * @public
6
+ */
7
+ export declare class InternalServerException extends __BaseException {
8
+ readonly name: "InternalServerException";
9
+ readonly $fault: "server";
10
+ /**
11
+ * @internal
12
+ */
13
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
14
+ }
15
+ /**
16
+ * <p>There are invalid parameters in the client request.</p>
17
+ * @public
18
+ */
19
+ export declare class ValidationException extends __BaseException {
20
+ readonly name: "ValidationException";
21
+ readonly $fault: "client";
22
+ /**
23
+ * @internal
24
+ */
25
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
26
+ }
27
+ /**
28
+ * <p>The specified resource was not found.</p>
29
+ * @public
30
+ */
31
+ export declare class ResourceNotFoundException extends __BaseException {
32
+ readonly name: "ResourceNotFoundException";
33
+ readonly $fault: "client";
34
+ /**
35
+ * @internal
36
+ */
37
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
38
+ }
39
+ /**
40
+ * <p>The request exceeded the Amazon EKS API operation limits.</p>
41
+ * @public
42
+ */
43
+ export declare class EKSRequestThrottledException extends __BaseException {
44
+ readonly name: "EKSRequestThrottledException";
45
+ readonly $fault: "client";
46
+ /**
47
+ * @internal
48
+ */
49
+ constructor(opts: __ExceptionOptionType<EKSRequestThrottledException, __BaseException>);
50
+ }
51
+ /**
52
+ * <p>The request throttled.</p>
53
+ * @public
54
+ */
55
+ export declare class RequestThrottledException extends __BaseException {
56
+ readonly name: "RequestThrottledException";
57
+ readonly $fault: "client";
58
+ /**
59
+ * @internal
60
+ */
61
+ constructor(opts: __ExceptionOptionType<RequestThrottledException, __BaseException>);
62
+ }
@@ -1,28 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { EMRContainersServiceException as __BaseException } from "./EMRContainersServiceException";
3
- /**
4
- * @public
5
- * @enum
6
- */
7
- export declare const AllowAWSToRetainLogs: {
8
- readonly DISABLED: "DISABLED";
9
- readonly ENABLED: "ENABLED";
10
- };
11
- /**
12
- * @public
13
- */
14
- export type AllowAWSToRetainLogs = (typeof AllowAWSToRetainLogs)[keyof typeof AllowAWSToRetainLogs];
15
- /**
16
- * @public
17
- * @enum
18
- */
19
- export declare const CertificateProviderType: {
20
- readonly PEM: "PEM";
21
- };
22
- /**
23
- * @public
24
- */
25
- export type CertificateProviderType = (typeof CertificateProviderType)[keyof typeof CertificateProviderType];
1
+ import { AllowAWSToRetainLogs, CertificateProviderType, ContainerProviderType, EndpointState, FailureReason, JobRunState, PersistentAppUI, TemplateParameterDataType, VirtualClusterState } from "./enums";
26
2
  /**
27
3
  * <p>Configurations related to the TLS certificate for the security configuration.</p>
28
4
  * @public
@@ -156,30 +132,6 @@ export interface CancelJobRunResponse {
156
132
  */
157
133
  virtualClusterId?: string | undefined;
158
134
  }
159
- /**
160
- * <p>This is an internal server exception.</p>
161
- * @public
162
- */
163
- export declare class InternalServerException extends __BaseException {
164
- readonly name: "InternalServerException";
165
- readonly $fault: "server";
166
- /**
167
- * @internal
168
- */
169
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
170
- }
171
- /**
172
- * <p>There are invalid parameters in the client request.</p>
173
- * @public
174
- */
175
- export declare class ValidationException extends __BaseException {
176
- readonly name: "ValidationException";
177
- readonly $fault: "client";
178
- /**
179
- * @internal
180
- */
181
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
182
- }
183
135
  /**
184
136
  * <p> A configuration for CloudWatch monitoring. You can configure your jobs to send log
185
137
  * information to CloudWatch Logs. This data type allows job template parameters to be
@@ -287,18 +239,6 @@ export interface JobDriver {
287
239
  */
288
240
  sparkSqlJobDriver?: SparkSqlJobDriver | undefined;
289
241
  }
290
- /**
291
- * @public
292
- * @enum
293
- */
294
- export declare const TemplateParameterDataType: {
295
- readonly NUMBER: "NUMBER";
296
- readonly STRING: "STRING";
297
- };
298
- /**
299
- * @public
300
- */
301
- export type TemplateParameterDataType = (typeof TemplateParameterDataType)[keyof typeof TemplateParameterDataType];
302
242
  /**
303
243
  * <p>The configuration of a job template parameter.</p>
304
244
  * @public
@@ -340,18 +280,6 @@ export interface CreateJobTemplateResponse {
340
280
  */
341
281
  createdAt?: Date | undefined;
342
282
  }
343
- /**
344
- * <p>The specified resource was not found.</p>
345
- * @public
346
- */
347
- export declare class ResourceNotFoundException extends __BaseException {
348
- readonly name: "ResourceNotFoundException";
349
- readonly $fault: "client";
350
- /**
351
- * @internal
352
- */
353
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
354
- }
355
283
  /**
356
284
  * <p>A configuration for CloudWatch monitoring. You can configure your jobs to send log
357
285
  * information to CloudWatch Logs.</p>
@@ -401,18 +329,6 @@ export interface ManagedLogs {
401
329
  */
402
330
  encryptionKeyArn?: string | undefined;
403
331
  }
404
- /**
405
- * @public
406
- * @enum
407
- */
408
- export declare const PersistentAppUI: {
409
- readonly DISABLED: "DISABLED";
410
- readonly ENABLED: "ENABLED";
411
- };
412
- /**
413
- * @public
414
- */
415
- export type PersistentAppUI = (typeof PersistentAppUI)[keyof typeof PersistentAppUI];
416
332
  /**
417
333
  * <p> Amazon S3 configuration for monitoring log publishing. You can configure your jobs to
418
334
  * send log information to Amazon S3.</p>
@@ -530,17 +446,6 @@ export declare namespace ContainerInfo {
530
446
  _: (name: string, value: any) => T;
531
447
  }
532
448
  }
533
- /**
534
- * @public
535
- * @enum
536
- */
537
- export declare const ContainerProviderType: {
538
- readonly EKS: "EKS";
539
- };
540
- /**
541
- * @public
542
- */
543
- export type ContainerProviderType = (typeof ContainerProviderType)[keyof typeof ContainerProviderType];
544
449
  /**
545
450
  * <p>The information about the container provider.</p>
546
451
  * @public
@@ -674,18 +579,6 @@ export interface CreateVirtualClusterResponse {
674
579
  */
675
580
  arn?: string | undefined;
676
581
  }
677
- /**
678
- * <p>The request exceeded the Amazon EKS API operation limits.</p>
679
- * @public
680
- */
681
- export declare class EKSRequestThrottledException extends __BaseException {
682
- readonly name: "EKSRequestThrottledException";
683
- readonly $fault: "client";
684
- /**
685
- * @internal
686
- */
687
- constructor(opts: __ExceptionOptionType<EKSRequestThrottledException, __BaseException>);
688
- }
689
582
  /**
690
583
  * @public
691
584
  */
@@ -771,20 +664,6 @@ export interface DescribeJobRunRequest {
771
664
  */
772
665
  virtualClusterId: string | undefined;
773
666
  }
774
- /**
775
- * @public
776
- * @enum
777
- */
778
- export declare const FailureReason: {
779
- readonly CLUSTER_UNAVAILABLE: "CLUSTER_UNAVAILABLE";
780
- readonly INTERNAL_ERROR: "INTERNAL_ERROR";
781
- readonly USER_ERROR: "USER_ERROR";
782
- readonly VALIDATION_ERROR: "VALIDATION_ERROR";
783
- };
784
- /**
785
- * @public
786
- */
787
- export type FailureReason = (typeof FailureReason)[keyof typeof FailureReason];
788
667
  /**
789
668
  * <p>The configuration of the retry policy that the job runs on.</p>
790
669
  * @public
@@ -807,23 +686,6 @@ export interface RetryPolicyExecution {
807
686
  */
808
687
  currentAttemptCount: number | undefined;
809
688
  }
810
- /**
811
- * @public
812
- * @enum
813
- */
814
- export declare const JobRunState: {
815
- readonly CANCELLED: "CANCELLED";
816
- readonly CANCEL_PENDING: "CANCEL_PENDING";
817
- readonly COMPLETED: "COMPLETED";
818
- readonly FAILED: "FAILED";
819
- readonly PENDING: "PENDING";
820
- readonly RUNNING: "RUNNING";
821
- readonly SUBMITTED: "SUBMITTED";
822
- };
823
- /**
824
- * @public
825
- */
826
- export type JobRunState = (typeof JobRunState)[keyof typeof JobRunState];
827
689
  /**
828
690
  * @public
829
691
  */
@@ -865,21 +727,6 @@ export interface Certificate {
865
727
  */
866
728
  certificateData?: string | undefined;
867
729
  }
868
- /**
869
- * @public
870
- * @enum
871
- */
872
- export declare const EndpointState: {
873
- readonly ACTIVE: "ACTIVE";
874
- readonly CREATING: "CREATING";
875
- readonly TERMINATED: "TERMINATED";
876
- readonly TERMINATED_WITH_ERRORS: "TERMINATED_WITH_ERRORS";
877
- readonly TERMINATING: "TERMINATING";
878
- };
879
- /**
880
- * @public
881
- */
882
- export type EndpointState = (typeof EndpointState)[keyof typeof EndpointState];
883
730
  /**
884
731
  * @public
885
732
  */
@@ -954,20 +801,6 @@ export interface DescribeVirtualClusterRequest {
954
801
  */
955
802
  id: string | undefined;
956
803
  }
957
- /**
958
- * @public
959
- * @enum
960
- */
961
- export declare const VirtualClusterState: {
962
- readonly ARRESTED: "ARRESTED";
963
- readonly RUNNING: "RUNNING";
964
- readonly TERMINATED: "TERMINATED";
965
- readonly TERMINATING: "TERMINATING";
966
- };
967
- /**
968
- * @public
969
- */
970
- export type VirtualClusterState = (typeof VirtualClusterState)[keyof typeof VirtualClusterState];
971
804
  /**
972
805
  * <p>This entity describes a virtual cluster. A virtual cluster is a Kubernetes namespace
973
806
  * that Amazon EMR is registered with. Amazon EMR uses virtual clusters to run
@@ -1124,18 +957,6 @@ export interface GetManagedEndpointSessionCredentialsResponse {
1124
957
  */
1125
958
  expiresAt?: Date | undefined;
1126
959
  }
1127
- /**
1128
- * <p>The request throttled.</p>
1129
- * @public
1130
- */
1131
- export declare class RequestThrottledException extends __BaseException {
1132
- readonly name: "RequestThrottledException";
1133
- readonly $fault: "client";
1134
- /**
1135
- * @internal
1136
- */
1137
- constructor(opts: __ExceptionOptionType<RequestThrottledException, __BaseException>);
1138
- }
1139
960
  /**
1140
961
  * @public
1141
962
  */
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { EMRContainersExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
- export * from "./models";
8
+ export * from "./models/enums";
9
+ export * from "./models/errors";
10
+ export * from "./models/models_0";
9
11
  export { EMRContainersServiceException } from "./models/EMRContainersServiceException";
@@ -0,0 +1,61 @@
1
+ export declare const AllowAWSToRetainLogs: {
2
+ readonly DISABLED: "DISABLED";
3
+ readonly ENABLED: "ENABLED";
4
+ };
5
+ export type AllowAWSToRetainLogs =
6
+ (typeof AllowAWSToRetainLogs)[keyof typeof AllowAWSToRetainLogs];
7
+ export declare const CertificateProviderType: {
8
+ readonly PEM: "PEM";
9
+ };
10
+ export type CertificateProviderType =
11
+ (typeof CertificateProviderType)[keyof typeof CertificateProviderType];
12
+ export declare const TemplateParameterDataType: {
13
+ readonly NUMBER: "NUMBER";
14
+ readonly STRING: "STRING";
15
+ };
16
+ export type TemplateParameterDataType =
17
+ (typeof TemplateParameterDataType)[keyof typeof TemplateParameterDataType];
18
+ export declare const PersistentAppUI: {
19
+ readonly DISABLED: "DISABLED";
20
+ readonly ENABLED: "ENABLED";
21
+ };
22
+ export type PersistentAppUI =
23
+ (typeof PersistentAppUI)[keyof typeof PersistentAppUI];
24
+ export declare const ContainerProviderType: {
25
+ readonly EKS: "EKS";
26
+ };
27
+ export type ContainerProviderType =
28
+ (typeof ContainerProviderType)[keyof typeof ContainerProviderType];
29
+ export declare const FailureReason: {
30
+ readonly CLUSTER_UNAVAILABLE: "CLUSTER_UNAVAILABLE";
31
+ readonly INTERNAL_ERROR: "INTERNAL_ERROR";
32
+ readonly USER_ERROR: "USER_ERROR";
33
+ readonly VALIDATION_ERROR: "VALIDATION_ERROR";
34
+ };
35
+ export type FailureReason = (typeof FailureReason)[keyof typeof FailureReason];
36
+ export declare const JobRunState: {
37
+ readonly CANCELLED: "CANCELLED";
38
+ readonly CANCEL_PENDING: "CANCEL_PENDING";
39
+ readonly COMPLETED: "COMPLETED";
40
+ readonly FAILED: "FAILED";
41
+ readonly PENDING: "PENDING";
42
+ readonly RUNNING: "RUNNING";
43
+ readonly SUBMITTED: "SUBMITTED";
44
+ };
45
+ export type JobRunState = (typeof JobRunState)[keyof typeof JobRunState];
46
+ export declare const EndpointState: {
47
+ readonly ACTIVE: "ACTIVE";
48
+ readonly CREATING: "CREATING";
49
+ readonly TERMINATED: "TERMINATED";
50
+ readonly TERMINATED_WITH_ERRORS: "TERMINATED_WITH_ERRORS";
51
+ readonly TERMINATING: "TERMINATING";
52
+ };
53
+ export type EndpointState = (typeof EndpointState)[keyof typeof EndpointState];
54
+ export declare const VirtualClusterState: {
55
+ readonly ARRESTED: "ARRESTED";
56
+ readonly RUNNING: "RUNNING";
57
+ readonly TERMINATED: "TERMINATED";
58
+ readonly TERMINATING: "TERMINATING";
59
+ };
60
+ export type VirtualClusterState =
61
+ (typeof VirtualClusterState)[keyof typeof VirtualClusterState];
@@ -0,0 +1,37 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { EMRContainersServiceException as __BaseException } from "./EMRContainersServiceException";
3
+ export declare class InternalServerException extends __BaseException {
4
+ readonly name: "InternalServerException";
5
+ readonly $fault: "server";
6
+ constructor(
7
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
8
+ );
9
+ }
10
+ export declare class ValidationException extends __BaseException {
11
+ readonly name: "ValidationException";
12
+ readonly $fault: "client";
13
+ constructor(
14
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
15
+ );
16
+ }
17
+ export declare class ResourceNotFoundException extends __BaseException {
18
+ readonly name: "ResourceNotFoundException";
19
+ readonly $fault: "client";
20
+ constructor(
21
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
22
+ );
23
+ }
24
+ export declare class EKSRequestThrottledException extends __BaseException {
25
+ readonly name: "EKSRequestThrottledException";
26
+ readonly $fault: "client";
27
+ constructor(
28
+ opts: __ExceptionOptionType<EKSRequestThrottledException, __BaseException>
29
+ );
30
+ }
31
+ export declare class RequestThrottledException extends __BaseException {
32
+ readonly name: "RequestThrottledException";
33
+ readonly $fault: "client";
34
+ constructor(
35
+ opts: __ExceptionOptionType<RequestThrottledException, __BaseException>
36
+ );
37
+ }
@@ -1,16 +1,14 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { EMRContainersServiceException as __BaseException } from "./EMRContainersServiceException";
3
- export declare const AllowAWSToRetainLogs: {
4
- readonly DISABLED: "DISABLED";
5
- readonly ENABLED: "ENABLED";
6
- };
7
- export type AllowAWSToRetainLogs =
8
- (typeof AllowAWSToRetainLogs)[keyof typeof AllowAWSToRetainLogs];
9
- export declare const CertificateProviderType: {
10
- readonly PEM: "PEM";
11
- };
12
- export type CertificateProviderType =
13
- (typeof CertificateProviderType)[keyof typeof CertificateProviderType];
1
+ import {
2
+ AllowAWSToRetainLogs,
3
+ CertificateProviderType,
4
+ ContainerProviderType,
5
+ EndpointState,
6
+ FailureReason,
7
+ JobRunState,
8
+ PersistentAppUI,
9
+ TemplateParameterDataType,
10
+ VirtualClusterState,
11
+ } from "./enums";
14
12
  export interface TLSCertificateConfiguration {
15
13
  certificateProviderType?: CertificateProviderType | undefined;
16
14
  publicCertificateSecretArn?: string | undefined;
@@ -45,20 +43,6 @@ export interface CancelJobRunResponse {
45
43
  id?: string | undefined;
46
44
  virtualClusterId?: string | undefined;
47
45
  }
48
- export declare class InternalServerException extends __BaseException {
49
- readonly name: "InternalServerException";
50
- readonly $fault: "server";
51
- constructor(
52
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
53
- );
54
- }
55
- export declare class ValidationException extends __BaseException {
56
- readonly name: "ValidationException";
57
- readonly $fault: "client";
58
- constructor(
59
- opts: __ExceptionOptionType<ValidationException, __BaseException>
60
- );
61
- }
62
46
  export interface ParametricCloudWatchMonitoringConfiguration {
63
47
  logGroupName?: string | undefined;
64
48
  logStreamNamePrefix?: string | undefined;
@@ -86,12 +70,6 @@ export interface JobDriver {
86
70
  sparkSubmitJobDriver?: SparkSubmitJobDriver | undefined;
87
71
  sparkSqlJobDriver?: SparkSqlJobDriver | undefined;
88
72
  }
89
- export declare const TemplateParameterDataType: {
90
- readonly NUMBER: "NUMBER";
91
- readonly STRING: "STRING";
92
- };
93
- export type TemplateParameterDataType =
94
- (typeof TemplateParameterDataType)[keyof typeof TemplateParameterDataType];
95
73
  export interface TemplateParameterConfiguration {
96
74
  type?: TemplateParameterDataType | undefined;
97
75
  defaultValue?: string | undefined;
@@ -102,13 +80,6 @@ export interface CreateJobTemplateResponse {
102
80
  arn?: string | undefined;
103
81
  createdAt?: Date | undefined;
104
82
  }
105
- export declare class ResourceNotFoundException extends __BaseException {
106
- readonly name: "ResourceNotFoundException";
107
- readonly $fault: "client";
108
- constructor(
109
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
110
- );
111
- }
112
83
  export interface CloudWatchMonitoringConfiguration {
113
84
  logGroupName: string | undefined;
114
85
  logStreamNamePrefix?: string | undefined;
@@ -121,12 +92,6 @@ export interface ManagedLogs {
121
92
  allowAWSToRetainLogs?: AllowAWSToRetainLogs | undefined;
122
93
  encryptionKeyArn?: string | undefined;
123
94
  }
124
- export declare const PersistentAppUI: {
125
- readonly DISABLED: "DISABLED";
126
- readonly ENABLED: "ENABLED";
127
- };
128
- export type PersistentAppUI =
129
- (typeof PersistentAppUI)[keyof typeof PersistentAppUI];
130
95
  export interface S3MonitoringConfiguration {
131
96
  logUri: string | undefined;
132
97
  }
@@ -168,11 +133,6 @@ export declare namespace ContainerInfo {
168
133
  _: (name: string, value: any) => T;
169
134
  }
170
135
  }
171
- export declare const ContainerProviderType: {
172
- readonly EKS: "EKS";
173
- };
174
- export type ContainerProviderType =
175
- (typeof ContainerProviderType)[keyof typeof ContainerProviderType];
176
136
  export interface ContainerProvider {
177
137
  type: ContainerProviderType | undefined;
178
138
  id: string | undefined;
@@ -205,13 +165,6 @@ export interface CreateVirtualClusterResponse {
205
165
  name?: string | undefined;
206
166
  arn?: string | undefined;
207
167
  }
208
- export declare class EKSRequestThrottledException extends __BaseException {
209
- readonly name: "EKSRequestThrottledException";
210
- readonly $fault: "client";
211
- constructor(
212
- opts: __ExceptionOptionType<EKSRequestThrottledException, __BaseException>
213
- );
214
- }
215
168
  export interface DeleteJobTemplateRequest {
216
169
  id: string | undefined;
217
170
  }
@@ -236,29 +189,12 @@ export interface DescribeJobRunRequest {
236
189
  id: string | undefined;
237
190
  virtualClusterId: string | undefined;
238
191
  }
239
- export declare const FailureReason: {
240
- readonly CLUSTER_UNAVAILABLE: "CLUSTER_UNAVAILABLE";
241
- readonly INTERNAL_ERROR: "INTERNAL_ERROR";
242
- readonly USER_ERROR: "USER_ERROR";
243
- readonly VALIDATION_ERROR: "VALIDATION_ERROR";
244
- };
245
- export type FailureReason = (typeof FailureReason)[keyof typeof FailureReason];
246
192
  export interface RetryPolicyConfiguration {
247
193
  maxAttempts: number | undefined;
248
194
  }
249
195
  export interface RetryPolicyExecution {
250
196
  currentAttemptCount: number | undefined;
251
197
  }
252
- export declare const JobRunState: {
253
- readonly CANCELLED: "CANCELLED";
254
- readonly CANCEL_PENDING: "CANCEL_PENDING";
255
- readonly COMPLETED: "COMPLETED";
256
- readonly FAILED: "FAILED";
257
- readonly PENDING: "PENDING";
258
- readonly RUNNING: "RUNNING";
259
- readonly SUBMITTED: "SUBMITTED";
260
- };
261
- export type JobRunState = (typeof JobRunState)[keyof typeof JobRunState];
262
198
  export interface DescribeJobTemplateRequest {
263
199
  id: string | undefined;
264
200
  }
@@ -270,14 +206,6 @@ export interface Certificate {
270
206
  certificateArn?: string | undefined;
271
207
  certificateData?: string | undefined;
272
208
  }
273
- export declare const EndpointState: {
274
- readonly ACTIVE: "ACTIVE";
275
- readonly CREATING: "CREATING";
276
- readonly TERMINATED: "TERMINATED";
277
- readonly TERMINATED_WITH_ERRORS: "TERMINATED_WITH_ERRORS";
278
- readonly TERMINATING: "TERMINATING";
279
- };
280
- export type EndpointState = (typeof EndpointState)[keyof typeof EndpointState];
281
209
  export interface DescribeSecurityConfigurationRequest {
282
210
  id: string | undefined;
283
211
  }
@@ -296,14 +224,6 @@ export interface DescribeSecurityConfigurationResponse {
296
224
  export interface DescribeVirtualClusterRequest {
297
225
  id: string | undefined;
298
226
  }
299
- export declare const VirtualClusterState: {
300
- readonly ARRESTED: "ARRESTED";
301
- readonly RUNNING: "RUNNING";
302
- readonly TERMINATED: "TERMINATED";
303
- readonly TERMINATING: "TERMINATING";
304
- };
305
- export type VirtualClusterState =
306
- (typeof VirtualClusterState)[keyof typeof VirtualClusterState];
307
227
  export interface VirtualCluster {
308
228
  id?: string | undefined;
309
229
  name?: string | undefined;
@@ -346,13 +266,6 @@ export interface GetManagedEndpointSessionCredentialsResponse {
346
266
  credentials?: Credentials | undefined;
347
267
  expiresAt?: Date | undefined;
348
268
  }
349
- export declare class RequestThrottledException extends __BaseException {
350
- readonly name: "RequestThrottledException";
351
- readonly $fault: "client";
352
- constructor(
353
- opts: __ExceptionOptionType<RequestThrottledException, __BaseException>
354
- );
355
- }
356
269
  export interface ListJobRunsRequest {
357
270
  virtualClusterId: string | undefined;
358
271
  createdBefore?: Date | undefined;
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.934.0",
4
+ "version": "3.935.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-emr-containers",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.934.0",
24
- "@aws-sdk/credential-provider-node": "3.934.0",
23
+ "@aws-sdk/core": "3.935.0",
24
+ "@aws-sdk/credential-provider-node": "3.935.0",
25
25
  "@aws-sdk/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
- "@aws-sdk/middleware-user-agent": "3.934.0",
28
+ "@aws-sdk/middleware-user-agent": "3.935.0",
29
29
  "@aws-sdk/region-config-resolver": "3.930.0",
30
30
  "@aws-sdk/types": "3.930.0",
31
31
  "@aws-sdk/util-endpoints": "3.930.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.934.0",
33
+ "@aws-sdk/util-user-agent-node": "3.935.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
- "@smithy/core": "^3.18.2",
35
+ "@smithy/core": "^3.18.5",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",
37
37
  "@smithy/hash-node": "^4.2.5",
38
38
  "@smithy/invalid-dependency": "^4.2.5",
39
39
  "@smithy/middleware-content-length": "^4.2.5",
40
- "@smithy/middleware-endpoint": "^4.3.9",
41
- "@smithy/middleware-retry": "^4.4.9",
42
- "@smithy/middleware-serde": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.12",
41
+ "@smithy/middleware-retry": "^4.4.12",
42
+ "@smithy/middleware-serde": "^4.2.6",
43
43
  "@smithy/middleware-stack": "^4.2.5",
44
44
  "@smithy/node-config-provider": "^4.3.5",
45
45
  "@smithy/node-http-handler": "^4.4.5",
46
46
  "@smithy/protocol-http": "^5.3.5",
47
- "@smithy/smithy-client": "^4.9.5",
47
+ "@smithy/smithy-client": "^4.9.8",
48
48
  "@smithy/types": "^4.9.0",
49
49
  "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.8",
54
- "@smithy/util-defaults-mode-node": "^4.2.11",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.11",
54
+ "@smithy/util-defaults-mode-node": "^4.2.14",
55
55
  "@smithy/util-endpoints": "^3.2.5",
56
56
  "@smithy/util-middleware": "^4.2.5",
57
57
  "@smithy/util-retry": "^4.2.5",
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";