@aws-sdk/client-emr-serverless 3.987.0 → 3.988.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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultEMRServerlessHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2021-07-13",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.emrserverless",
30
+ errorTypeRegistries,
29
31
  version: "2021-07-13",
30
32
  serviceTarget: "AwsToledoWebService",
31
33
  },
@@ -115,7 +115,7 @@ const _app = "applications";
115
115
  const _ar = "architecture";
116
116
  const _at = "attempt";
117
117
  const _bRU = "billedResourceUtilization";
118
- const _c = "classification";
118
+ const _c = "client";
119
119
  const _cA = "createdAt";
120
120
  const _cAA = "createdAtAfter";
121
121
  const _cAB = "createdAtBefore";
@@ -123,13 +123,13 @@ const _cB = "createdBy";
123
123
  const _cO = "configurationOverrides";
124
124
  const _cT = "clientToken";
125
125
  const _cWLC = "cloudWatchLoggingConfiguration";
126
- const _cl = "client";
126
+ const _cl = "classification";
127
127
  const _co = "configurations";
128
128
  const _cp = "cpu";
129
129
  const _d = "disk";
130
130
  const _dEC = "diskEncryptionConfiguration";
131
131
  const _dT = "diskType";
132
- const _e = "enabled";
132
+ const _e = "error";
133
133
  const _eA = "endedAt";
134
134
  const _eC = "encryptionContext";
135
135
  const _eIP = "executionIamPolicy";
@@ -139,7 +139,7 @@ const _ePA = "entryPointArguments";
139
139
  const _eR = "executionRole";
140
140
  const _eRA = "executionRoleArn";
141
141
  const _eTM = "executionTimeoutMinutes";
142
- const _er = "error";
142
+ const _en = "enabled";
143
143
  const _h = "hive";
144
144
  const _hE = "httpError";
145
145
  const _hQ = "httpQuery";
@@ -194,7 +194,7 @@ const _rID = "resolvedImageDigest";
194
194
  const _rL = "releaseLabel";
195
195
  const _rP = "retryPolicy";
196
196
  const _rWU = "remoteWriteUrl";
197
- const _s = "state";
197
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.emrserverless";
198
198
  const _sA = "startedAt";
199
199
  const _sC = "schedulerConfiguration";
200
200
  const _sD = "stateDetails";
@@ -207,8 +207,8 @@ const _sMC = "s3MonitoringConfiguration";
207
207
  const _sS = "sparkSubmit";
208
208
  const _sSP = "sparkSubmitParameters";
209
209
  const _se = "server";
210
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.emrserverless";
211
- const _st = "states";
210
+ const _st = "state";
211
+ const _sta = "states";
212
212
  const _t = "type";
213
213
  const _tEDS = "totalExecutionDurationSeconds";
214
214
  const _tK = "tagKeys";
@@ -225,6 +225,44 @@ const n0 = "com.amazonaws.emrserverless";
225
225
  import { TypeRegistry } from "@smithy/core/schema";
226
226
  import { EMRServerlessServiceException } from "../models/EMRServerlessServiceException";
227
227
  import { ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, } from "../models/errors";
228
+ const _s_registry = TypeRegistry.for(_s);
229
+ export var EMRServerlessServiceException$ = [-3, _s, "EMRServerlessServiceException", 0, [], []];
230
+ _s_registry.registerError(EMRServerlessServiceException$, EMRServerlessServiceException);
231
+ const n0_registry = TypeRegistry.for(n0);
232
+ export var ConflictException$ = [-3, n0, _CE,
233
+ { [_e]: _c, [_hE]: 409 },
234
+ [_m],
235
+ [0], 1
236
+ ];
237
+ n0_registry.registerError(ConflictException$, ConflictException);
238
+ export var InternalServerException$ = [-3, n0, _ISE,
239
+ { [_e]: _se, [_hE]: 500 },
240
+ [_m],
241
+ [0], 1
242
+ ];
243
+ n0_registry.registerError(InternalServerException$, InternalServerException);
244
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
245
+ { [_e]: _c, [_hE]: 404 },
246
+ [_m],
247
+ [0], 1
248
+ ];
249
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
250
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
251
+ { [_e]: _c, [_hE]: 402 },
252
+ [_m],
253
+ [0], 1
254
+ ];
255
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
256
+ export var ValidationException$ = [-3, n0, _VE,
257
+ { [_e]: _c, [_hE]: 400 },
258
+ [_m],
259
+ [0], 1
260
+ ];
261
+ n0_registry.registerError(ValidationException$, ValidationException);
262
+ export const errorTypeRegistries = [
263
+ _s_registry,
264
+ n0_registry,
265
+ ];
228
266
  var EntryPointArgument = [0, n0, _EPA, 8, 0];
229
267
  var EntryPointPath = [0, n0, _EPP, 8, 0];
230
268
  var HiveCliParameters = [0, n0, _HCP, 8, 0];
@@ -233,22 +271,22 @@ var Query = [0, n0, _Q, 8, 0];
233
271
  var SparkSubmitParameters = [0, n0, _SSP, 8, 0];
234
272
  export var Application$ = [3, n0, _A,
235
273
  0,
236
- [_aI, _a, _rL, _t, _s, _cA, _uA, _n, _sD, _iC, _mC, _ta, _aSC, _aSCu, _nC, _ar, _iCm, _wTS, _rC, _mCo, _dEC, _iCn, _sC, _iCC, _jLCAC],
274
+ [_aI, _a, _rL, _t, _st, _cA, _uA, _n, _sD, _iC, _mC, _ta, _aSC, _aSCu, _nC, _ar, _iCm, _wTS, _rC, _mCo, _dEC, _iCn, _sC, _iCC, _jLCAC],
237
275
  [0, 0, 0, 0, 0, 4, 4, 0, 0, () => InitialCapacityConfigMap, () => MaximumAllowedResources$, 128 | 0, () => AutoStartConfig$, () => AutoStopConfig$, () => NetworkConfiguration$, 0, () => ImageConfiguration$, () => WorkerTypeSpecificationMap, [() => ConfigurationList, 0], () => MonitoringConfiguration$, () => DiskEncryptionConfiguration$, () => InteractiveConfiguration$, () => SchedulerConfiguration$, () => IdentityCenterConfiguration$, () => JobLevelCostAllocationConfiguration$], 7
238
276
  ];
239
277
  export var ApplicationSummary$ = [3, n0, _AS,
240
278
  0,
241
- [_i, _a, _rL, _t, _s, _cA, _uA, _n, _sD, _ar],
279
+ [_i, _a, _rL, _t, _st, _cA, _uA, _n, _sD, _ar],
242
280
  [0, 0, 0, 0, 0, 4, 4, 0, 0, 0], 7
243
281
  ];
244
282
  export var AutoStartConfig$ = [3, n0, _ASC,
245
283
  0,
246
- [_e],
284
+ [_en],
247
285
  [2]
248
286
  ];
249
287
  export var AutoStopConfig$ = [3, n0, _ASCu,
250
288
  0,
251
- [_e, _iTM],
289
+ [_en, _iTM],
252
290
  [2, 1]
253
291
  ];
254
292
  export var CancelJobRunRequest$ = [3, n0, _CJRR,
@@ -263,12 +301,12 @@ export var CancelJobRunResponse$ = [3, n0, _CJRRa,
263
301
  ];
264
302
  export var CloudWatchLoggingConfiguration$ = [3, n0, _CWLC,
265
303
  0,
266
- [_e, _lGN, _lSNP, _eKA, _lT],
304
+ [_en, _lGN, _lSNP, _eKA, _lT],
267
305
  [2, 0, 0, 0, [2, n0, _LTM, 0, 0, 64 | 0]], 1
268
306
  ];
269
307
  export var Configuration$ = [3, n0, _C,
270
308
  0,
271
- [_c, _p, _co],
309
+ [_cl, _p, _co],
272
310
  [0, [() => SensitivePropertiesMap, 0], [() => ConfigurationList, 0]], 1
273
311
  ];
274
312
  export var ConfigurationOverrides$ = [3, n0, _CO,
@@ -276,12 +314,6 @@ export var ConfigurationOverrides$ = [3, n0, _CO,
276
314
  [_aC, _mCo, _dEC],
277
315
  [[() => ConfigurationList, 0], () => MonitoringConfiguration$, () => DiskEncryptionConfiguration$]
278
316
  ];
279
- export var ConflictException$ = [-3, n0, _CE,
280
- { [_er]: _cl, [_hE]: 409 },
281
- [_m],
282
- [0], 1
283
- ];
284
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
285
317
  export var CreateApplicationRequest$ = [3, n0, _CAR,
286
318
  0,
287
319
  [_rL, _t, _n, _cT, _iC, _mC, _ta, _aSC, _aSCu, _nC, _ar, _iCm, _wTS, _rC, _mCo, _dEC, _iCn, _sC, _iCC, _jLCAC],
@@ -372,25 +404,19 @@ export var InteractiveConfiguration$ = [3, n0, _ICn,
372
404
  [_sE, _lEE],
373
405
  [2, 2]
374
406
  ];
375
- export var InternalServerException$ = [-3, n0, _ISE,
376
- { [_er]: _se, [_hE]: 500 },
377
- [_m],
378
- [0], 1
379
- ];
380
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
381
407
  export var JobLevelCostAllocationConfiguration$ = [3, n0, _JLCAC,
382
408
  0,
383
- [_e],
409
+ [_en],
384
410
  [2]
385
411
  ];
386
412
  export var JobRun$ = [3, n0, _JR,
387
413
  0,
388
- [_aI, _jRI, _a, _cB, _cA, _uA, _eR, _s, _sD, _rL, _jD, _n, _eIP, _cO, _ta, _tRU, _nC, _tEDS, _eTM, _bRU, _mo, _rP, _at, _aCA, _aUA, _sA, _eA, _qDM],
414
+ [_aI, _jRI, _a, _cB, _cA, _uA, _eR, _st, _sD, _rL, _jD, _n, _eIP, _cO, _ta, _tRU, _nC, _tEDS, _eTM, _bRU, _mo, _rP, _at, _aCA, _aUA, _sA, _eA, _qDM],
389
415
  [0, 0, 0, 0, 4, 4, 0, 0, 0, 0, [() => JobDriver$, 0], 0, () => JobRunExecutionIamPolicy$, [() => ConfigurationOverrides$, 0], 128 | 0, () => TotalResourceUtilization$, () => NetworkConfiguration$, 1, 1, () => ResourceUtilization$, 0, () => RetryPolicy$, 1, 4, 4, 4, 4, 1], 11
390
416
  ];
391
417
  export var JobRunAttemptSummary$ = [3, n0, _JRAS,
392
418
  0,
393
- [_aI, _i, _a, _cB, _jCA, _cA, _uA, _eR, _s, _sD, _rL, _n, _mo, _t, _at],
419
+ [_aI, _i, _a, _cB, _jCA, _cA, _uA, _eR, _st, _sD, _rL, _n, _mo, _t, _at],
394
420
  [0, 0, 0, 0, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 1], 11
395
421
  ];
396
422
  export var JobRunExecutionIamPolicy$ = [3, n0, _JREIP,
@@ -400,13 +426,13 @@ export var JobRunExecutionIamPolicy$ = [3, n0, _JREIP,
400
426
  ];
401
427
  export var JobRunSummary$ = [3, n0, _JRS,
402
428
  0,
403
- [_aI, _i, _a, _cB, _cA, _uA, _eR, _s, _sD, _rL, _n, _mo, _t, _at, _aCA, _aUA],
429
+ [_aI, _i, _a, _cB, _cA, _uA, _eR, _st, _sD, _rL, _n, _mo, _t, _at, _aCA, _aUA],
404
430
  [0, 0, 0, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 1, 4, 4], 10
405
431
  ];
406
432
  export var ListApplicationsRequest$ = [3, n0, _LAR,
407
433
  0,
408
- [_nT, _mR, _st],
409
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [64 | 0, { [_hQ]: _st }]]
434
+ [_nT, _mR, _sta],
435
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [64 | 0, { [_hQ]: _sta }]]
410
436
  ];
411
437
  export var ListApplicationsResponse$ = [3, n0, _LARi,
412
438
  0,
@@ -425,8 +451,8 @@ export var ListJobRunAttemptsResponse$ = [3, n0, _LJRARi,
425
451
  ];
426
452
  export var ListJobRunsRequest$ = [3, n0, _LJRR,
427
453
  0,
428
- [_aI, _nT, _mR, _cAA, _cAB, _st, _mo],
429
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [4, { [_hQ]: _cAA }], [4, { [_hQ]: _cAB }], [64 | 0, { [_hQ]: _st }], [0, { [_hQ]: _mo }]], 1
454
+ [_aI, _nT, _mR, _cAA, _cAB, _sta, _mo],
455
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [4, { [_hQ]: _cAA }], [4, { [_hQ]: _cAB }], [64 | 0, { [_hQ]: _sta }], [0, { [_hQ]: _mo }]], 1
430
456
  ];
431
457
  export var ListJobRunsResponse$ = [3, n0, _LJRRi,
432
458
  0,
@@ -445,7 +471,7 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
445
471
  ];
446
472
  export var ManagedPersistenceMonitoringConfiguration$ = [3, n0, _MPMC,
447
473
  0,
448
- [_e, _eKA],
474
+ [_en, _eKA],
449
475
  [2, 0]
450
476
  ];
451
477
  export var MaximumAllowedResources$ = [3, n0, _MAR,
@@ -468,12 +494,6 @@ export var PrometheusMonitoringConfiguration$ = [3, n0, _PMC,
468
494
  [_rWU],
469
495
  [0]
470
496
  ];
471
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
472
- { [_er]: _cl, [_hE]: 404 },
473
- [_m],
474
- [0], 1
475
- ];
476
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
477
497
  export var ResourceUtilization$ = [3, n0, _RU,
478
498
  0,
479
499
  [_vCPUH, _mGBH, _sGBH],
@@ -494,12 +514,6 @@ export var SchedulerConfiguration$ = [3, n0, _SC,
494
514
  [_qTM, _mCR],
495
515
  [1, 1]
496
516
  ];
497
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
498
- { [_er]: _cl, [_hE]: 402 },
499
- [_m],
500
- [0], 1
501
- ];
502
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
503
517
  export var SparkSubmit$ = [3, n0, _SS,
504
518
  0,
505
519
  [_eP, _ePA, _sSP],
@@ -570,12 +584,6 @@ export var UpdateApplicationResponse$ = [3, n0, _UARp,
570
584
  [_ap],
571
585
  [[() => Application$, 0]], 1
572
586
  ];
573
- export var ValidationException$ = [-3, n0, _VE,
574
- { [_er]: _cl, [_hE]: 400 },
575
- [_m],
576
- [0], 1
577
- ];
578
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
579
587
  export var WorkerResourceConfig$ = [3, n0, _WRC,
580
588
  0,
581
589
  [_cp, _me, _d, _dT],
@@ -591,8 +599,6 @@ export var WorkerTypeSpecificationInput$ = [3, n0, _WTSI,
591
599
  [_iCm],
592
600
  [() => ImageConfigurationInput$]
593
601
  ];
594
- export var EMRServerlessServiceException$ = [-3, _sm, "EMRServerlessServiceException", 0, [], []];
595
- TypeRegistry.for(_sm).registerError(EMRServerlessServiceException$, EMRServerlessServiceException);
596
602
  var ApplicationList = [1, n0, _AL,
597
603
  0, () => ApplicationSummary$
598
604
  ];
@@ -1,4 +1,17 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
3
+ export declare var EMRServerlessServiceException$: StaticErrorSchema;
4
+ export declare var ConflictException$: StaticErrorSchema;
5
+ export declare var InternalServerException$: StaticErrorSchema;
6
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
7
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
8
+ export declare var ValidationException$: StaticErrorSchema;
9
+ /**
10
+ * TypeRegistry instances containing modeled errors.
11
+ * @internal
12
+ *
13
+ */
14
+ export declare const errorTypeRegistries: TypeRegistry[];
2
15
  export declare var Application$: StaticStructureSchema;
3
16
  export declare var ApplicationSummary$: StaticStructureSchema;
4
17
  export declare var AutoStartConfig$: StaticStructureSchema;
@@ -8,7 +21,6 @@ export declare var CancelJobRunResponse$: StaticStructureSchema;
8
21
  export declare var CloudWatchLoggingConfiguration$: StaticStructureSchema;
9
22
  export declare var Configuration$: StaticStructureSchema;
10
23
  export declare var ConfigurationOverrides$: StaticStructureSchema;
11
- export declare var ConflictException$: StaticErrorSchema;
12
24
  export declare var CreateApplicationRequest$: StaticStructureSchema;
13
25
  export declare var CreateApplicationResponse$: StaticStructureSchema;
14
26
  export declare var DeleteApplicationRequest$: StaticStructureSchema;
@@ -27,7 +39,6 @@ export declare var ImageConfiguration$: StaticStructureSchema;
27
39
  export declare var ImageConfigurationInput$: StaticStructureSchema;
28
40
  export declare var InitialCapacityConfig$: StaticStructureSchema;
29
41
  export declare var InteractiveConfiguration$: StaticStructureSchema;
30
- export declare var InternalServerException$: StaticErrorSchema;
31
42
  export declare var JobLevelCostAllocationConfiguration$: StaticStructureSchema;
32
43
  export declare var JobRun$: StaticStructureSchema;
33
44
  export declare var JobRunAttemptSummary$: StaticStructureSchema;
@@ -46,12 +57,10 @@ export declare var MaximumAllowedResources$: StaticStructureSchema;
46
57
  export declare var MonitoringConfiguration$: StaticStructureSchema;
47
58
  export declare var NetworkConfiguration$: StaticStructureSchema;
48
59
  export declare var PrometheusMonitoringConfiguration$: StaticStructureSchema;
49
- export declare var ResourceNotFoundException$: StaticErrorSchema;
50
60
  export declare var ResourceUtilization$: StaticStructureSchema;
51
61
  export declare var RetryPolicy$: StaticStructureSchema;
52
62
  export declare var S3MonitoringConfiguration$: StaticStructureSchema;
53
63
  export declare var SchedulerConfiguration$: StaticStructureSchema;
54
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
55
64
  export declare var SparkSubmit$: StaticStructureSchema;
56
65
  export declare var StartApplicationRequest$: StaticStructureSchema;
57
66
  export declare var StartApplicationResponse$: StaticStructureSchema;
@@ -66,11 +75,9 @@ export declare var UntagResourceRequest$: StaticStructureSchema;
66
75
  export declare var UntagResourceResponse$: StaticStructureSchema;
67
76
  export declare var UpdateApplicationRequest$: StaticStructureSchema;
68
77
  export declare var UpdateApplicationResponse$: StaticStructureSchema;
69
- export declare var ValidationException$: StaticErrorSchema;
70
78
  export declare var WorkerResourceConfig$: StaticStructureSchema;
71
79
  export declare var WorkerTypeSpecification$: StaticStructureSchema;
72
80
  export declare var WorkerTypeSpecificationInput$: StaticStructureSchema;
73
- export declare var EMRServerlessServiceException$: StaticErrorSchema;
74
81
  export declare var JobDriver$: StaticUnionSchema;
75
82
  export declare var CancelJobRun$: StaticOperationSchema;
76
83
  export declare var CreateApplication$: StaticOperationSchema;
@@ -1,9 +1,17 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  StaticUnionSchema,
6
7
  } from "@smithy/types";
8
+ export declare var EMRServerlessServiceException$: StaticErrorSchema;
9
+ export declare var ConflictException$: StaticErrorSchema;
10
+ export declare var InternalServerException$: StaticErrorSchema;
11
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
12
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
13
+ export declare var ValidationException$: StaticErrorSchema;
14
+ export declare const errorTypeRegistries: TypeRegistry[];
7
15
  export declare var Application$: StaticStructureSchema;
8
16
  export declare var ApplicationSummary$: StaticStructureSchema;
9
17
  export declare var AutoStartConfig$: StaticStructureSchema;
@@ -13,7 +21,6 @@ export declare var CancelJobRunResponse$: StaticStructureSchema;
13
21
  export declare var CloudWatchLoggingConfiguration$: StaticStructureSchema;
14
22
  export declare var Configuration$: StaticStructureSchema;
15
23
  export declare var ConfigurationOverrides$: StaticStructureSchema;
16
- export declare var ConflictException$: StaticErrorSchema;
17
24
  export declare var CreateApplicationRequest$: StaticStructureSchema;
18
25
  export declare var CreateApplicationResponse$: StaticStructureSchema;
19
26
  export declare var DeleteApplicationRequest$: StaticStructureSchema;
@@ -32,7 +39,6 @@ export declare var ImageConfiguration$: StaticStructureSchema;
32
39
  export declare var ImageConfigurationInput$: StaticStructureSchema;
33
40
  export declare var InitialCapacityConfig$: StaticStructureSchema;
34
41
  export declare var InteractiveConfiguration$: StaticStructureSchema;
35
- export declare var InternalServerException$: StaticErrorSchema;
36
42
  export declare var JobLevelCostAllocationConfiguration$: StaticStructureSchema;
37
43
  export declare var JobRun$: StaticStructureSchema;
38
44
  export declare var JobRunAttemptSummary$: StaticStructureSchema;
@@ -51,12 +57,10 @@ export declare var MaximumAllowedResources$: StaticStructureSchema;
51
57
  export declare var MonitoringConfiguration$: StaticStructureSchema;
52
58
  export declare var NetworkConfiguration$: StaticStructureSchema;
53
59
  export declare var PrometheusMonitoringConfiguration$: StaticStructureSchema;
54
- export declare var ResourceNotFoundException$: StaticErrorSchema;
55
60
  export declare var ResourceUtilization$: StaticStructureSchema;
56
61
  export declare var RetryPolicy$: StaticStructureSchema;
57
62
  export declare var S3MonitoringConfiguration$: StaticStructureSchema;
58
63
  export declare var SchedulerConfiguration$: StaticStructureSchema;
59
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
60
64
  export declare var SparkSubmit$: StaticStructureSchema;
61
65
  export declare var StartApplicationRequest$: StaticStructureSchema;
62
66
  export declare var StartApplicationResponse$: StaticStructureSchema;
@@ -71,11 +75,9 @@ export declare var UntagResourceRequest$: StaticStructureSchema;
71
75
  export declare var UntagResourceResponse$: StaticStructureSchema;
72
76
  export declare var UpdateApplicationRequest$: StaticStructureSchema;
73
77
  export declare var UpdateApplicationResponse$: StaticStructureSchema;
74
- export declare var ValidationException$: StaticErrorSchema;
75
78
  export declare var WorkerResourceConfig$: StaticStructureSchema;
76
79
  export declare var WorkerTypeSpecification$: StaticStructureSchema;
77
80
  export declare var WorkerTypeSpecificationInput$: StaticStructureSchema;
78
- export declare var EMRServerlessServiceException$: StaticErrorSchema;
79
81
  export declare var JobDriver$: StaticUnionSchema;
80
82
  export declare var CancelJobRun$: StaticOperationSchema;
81
83
  export declare var CreateApplication$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-emr-serverless",
3
3
  "description": "AWS SDK for JavaScript Emr Serverless Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
4
+ "version": "3.988.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-emr-serverless",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.8",
25
+ "@aws-sdk/credential-provider-node": "^3.972.7",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.8",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.988.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.6",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",