@aws-sdk/client-emr-serverless 3.590.0 → 3.596.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 (37) hide show
  1. package/dist-cjs/index.js +0 -16
  2. package/dist-types/commands/CancelJobRunCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  4. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  5. package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
  6. package/dist-types/commands/GetDashboardForJobRunCommand.d.ts +2 -1
  7. package/dist-types/commands/GetJobRunCommand.d.ts +2 -1
  8. package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
  9. package/dist-types/commands/ListJobRunAttemptsCommand.d.ts +2 -1
  10. package/dist-types/commands/ListJobRunsCommand.d.ts +2 -1
  11. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  12. package/dist-types/commands/StartApplicationCommand.d.ts +2 -1
  13. package/dist-types/commands/StartJobRunCommand.d.ts +2 -1
  14. package/dist-types/commands/StopApplicationCommand.d.ts +2 -1
  15. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  16. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  17. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  18. package/dist-types/index.d.ts +2 -2
  19. package/dist-types/models/EMRServerlessServiceException.d.ts +2 -1
  20. package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +2 -1
  21. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -1
  22. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/GetDashboardForJobRunCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/ListJobRunAttemptsCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/models/EMRServerlessServiceException.d.ts +2 -1
  37. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -220,7 +220,6 @@ var EMRServerlessClient = _EMRServerlessClient;
220
220
 
221
221
  var import_middleware_serde = require("@smithy/middleware-serde");
222
222
 
223
- var import_types = require("@smithy/types");
224
223
 
225
224
  // src/protocols/Aws_restJson1.ts
226
225
  var import_core2 = require("@aws-sdk/core");
@@ -1199,7 +1198,6 @@ var CancelJobRunCommand = _CancelJobRunCommand;
1199
1198
 
1200
1199
 
1201
1200
 
1202
-
1203
1201
  var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1204
1202
  ...commonParams
1205
1203
  }).m(function(Command, cs, config, o) {
@@ -1216,7 +1214,6 @@ var CreateApplicationCommand = _CreateApplicationCommand;
1216
1214
 
1217
1215
 
1218
1216
 
1219
-
1220
1217
  var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1221
1218
  ...commonParams
1222
1219
  }).m(function(Command, cs, config, o) {
@@ -1233,7 +1230,6 @@ var DeleteApplicationCommand = _DeleteApplicationCommand;
1233
1230
 
1234
1231
 
1235
1232
 
1236
-
1237
1233
  var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1238
1234
  ...commonParams
1239
1235
  }).m(function(Command, cs, config, o) {
@@ -1250,7 +1246,6 @@ var GetApplicationCommand = _GetApplicationCommand;
1250
1246
 
1251
1247
 
1252
1248
 
1253
-
1254
1249
  var _GetDashboardForJobRunCommand = class _GetDashboardForJobRunCommand extends import_smithy_client.Command.classBuilder().ep({
1255
1250
  ...commonParams
1256
1251
  }).m(function(Command, cs, config, o) {
@@ -1267,7 +1262,6 @@ var GetDashboardForJobRunCommand = _GetDashboardForJobRunCommand;
1267
1262
 
1268
1263
 
1269
1264
 
1270
-
1271
1265
  var _GetJobRunCommand = class _GetJobRunCommand extends import_smithy_client.Command.classBuilder().ep({
1272
1266
  ...commonParams
1273
1267
  }).m(function(Command, cs, config, o) {
@@ -1284,7 +1278,6 @@ var GetJobRunCommand = _GetJobRunCommand;
1284
1278
 
1285
1279
 
1286
1280
 
1287
-
1288
1281
  var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
1289
1282
  ...commonParams
1290
1283
  }).m(function(Command, cs, config, o) {
@@ -1301,7 +1294,6 @@ var ListApplicationsCommand = _ListApplicationsCommand;
1301
1294
 
1302
1295
 
1303
1296
 
1304
-
1305
1297
  var _ListJobRunAttemptsCommand = class _ListJobRunAttemptsCommand extends import_smithy_client.Command.classBuilder().ep({
1306
1298
  ...commonParams
1307
1299
  }).m(function(Command, cs, config, o) {
@@ -1318,7 +1310,6 @@ var ListJobRunAttemptsCommand = _ListJobRunAttemptsCommand;
1318
1310
 
1319
1311
 
1320
1312
 
1321
-
1322
1313
  var _ListJobRunsCommand = class _ListJobRunsCommand extends import_smithy_client.Command.classBuilder().ep({
1323
1314
  ...commonParams
1324
1315
  }).m(function(Command, cs, config, o) {
@@ -1335,7 +1326,6 @@ var ListJobRunsCommand = _ListJobRunsCommand;
1335
1326
 
1336
1327
 
1337
1328
 
1338
-
1339
1329
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1340
1330
  ...commonParams
1341
1331
  }).m(function(Command, cs, config, o) {
@@ -1352,7 +1342,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1352
1342
 
1353
1343
 
1354
1344
 
1355
-
1356
1345
  var _StartApplicationCommand = class _StartApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1357
1346
  ...commonParams
1358
1347
  }).m(function(Command, cs, config, o) {
@@ -1369,7 +1358,6 @@ var StartApplicationCommand = _StartApplicationCommand;
1369
1358
 
1370
1359
 
1371
1360
 
1372
-
1373
1361
  var _StartJobRunCommand = class _StartJobRunCommand extends import_smithy_client.Command.classBuilder().ep({
1374
1362
  ...commonParams
1375
1363
  }).m(function(Command, cs, config, o) {
@@ -1386,7 +1374,6 @@ var StartJobRunCommand = _StartJobRunCommand;
1386
1374
 
1387
1375
 
1388
1376
 
1389
-
1390
1377
  var _StopApplicationCommand = class _StopApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1391
1378
  ...commonParams
1392
1379
  }).m(function(Command, cs, config, o) {
@@ -1403,7 +1390,6 @@ var StopApplicationCommand = _StopApplicationCommand;
1403
1390
 
1404
1391
 
1405
1392
 
1406
-
1407
1393
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1408
1394
  ...commonParams
1409
1395
  }).m(function(Command, cs, config, o) {
@@ -1420,7 +1406,6 @@ var TagResourceCommand = _TagResourceCommand;
1420
1406
 
1421
1407
 
1422
1408
 
1423
-
1424
1409
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1425
1410
  ...commonParams
1426
1411
  }).m(function(Command, cs, config, o) {
@@ -1437,7 +1422,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1437
1422
 
1438
1423
 
1439
1424
 
1440
-
1441
1425
  var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1442
1426
  ...commonParams
1443
1427
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { CancelJobRunRequest, CancelJobRunResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateApplicationRequest, CreateApplicationResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetApplicationRequest, GetApplicationResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetDashboardForJobRunRequest, GetDashboardForJobRunResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetJobRunRequest, GetJobRunResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListApplicationsRequest, ListApplicationsResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListJobRunAttemptsRequest, ListJobRunAttemptsResponse } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StartApplicationRequest, StartApplicationResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StartJobRunRequest, StartJobRunResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StopApplicationRequest, StopApplicationResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -26,8 +26,8 @@
26
26
  export * from "./EMRServerlessClient";
27
27
  export * from "./EMRServerless";
28
28
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
29
- export { RuntimeExtension } from "./runtimeExtensions";
30
- export { EMRServerlessExtensionConfiguration } from "./extensionConfiguration";
29
+ export type { RuntimeExtension } from "./runtimeExtensions";
30
+ export type { EMRServerlessExtensionConfiguration } from "./extensionConfiguration";
31
31
  export * from "./commands";
32
32
  export * from "./pagination";
33
33
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../EMRServerlessClient";
8
8
  import { CancelJobRunRequest, CancelJobRunResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CancelJobRunCommandInput extends CancelJobRunRequest {}
11
12
  export interface CancelJobRunCommandOutput
12
13
  extends CancelJobRunResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateApplicationRequest,
10
10
  CreateApplicationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateApplicationCommandInput
14
15
  extends CreateApplicationRequest {}
15
16
  export interface CreateApplicationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteApplicationRequest,
10
10
  DeleteApplicationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteApplicationCommandInput
14
15
  extends DeleteApplicationRequest {}
15
16
  export interface DeleteApplicationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetApplicationRequest,
10
10
  GetApplicationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetApplicationCommandInput extends GetApplicationRequest {}
14
15
  export interface GetApplicationCommandOutput
15
16
  extends GetApplicationResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetDashboardForJobRunRequest,
10
10
  GetDashboardForJobRunResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetDashboardForJobRunCommandInput
14
15
  extends GetDashboardForJobRunRequest {}
15
16
  export interface GetDashboardForJobRunCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../EMRServerlessClient";
8
8
  import { GetJobRunRequest, GetJobRunResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetJobRunCommandInput extends GetJobRunRequest {}
11
12
  export interface GetJobRunCommandOutput
12
13
  extends GetJobRunResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListApplicationsRequest,
10
10
  ListApplicationsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
14
15
  export interface ListApplicationsCommandOutput
15
16
  extends ListApplicationsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListJobRunAttemptsRequest,
10
10
  ListJobRunAttemptsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListJobRunAttemptsCommandInput
14
15
  extends ListJobRunAttemptsRequest {}
15
16
  export interface ListJobRunAttemptsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../EMRServerlessClient";
8
8
  import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListJobRunsCommandInput extends ListJobRunsRequest {}
11
12
  export interface ListJobRunsCommandOutput
12
13
  extends ListJobRunsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  StartApplicationRequest,
10
10
  StartApplicationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartApplicationCommandInput extends StartApplicationRequest {}
14
15
  export interface StartApplicationCommandOutput
15
16
  extends StartApplicationResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../EMRServerlessClient";
8
8
  import { StartJobRunRequest, StartJobRunResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface StartJobRunCommandInput extends StartJobRunRequest {}
11
12
  export interface StartJobRunCommandOutput
12
13
  extends StartJobRunResponse,
@@ -9,7 +9,8 @@ import {
9
9
  StopApplicationRequest,
10
10
  StopApplicationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StopApplicationCommandInput extends StopApplicationRequest {}
14
15
  export interface StopApplicationCommandOutput
15
16
  extends StopApplicationResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../EMRServerlessClient";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateApplicationRequest,
10
10
  UpdateApplicationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateApplicationCommandInput
14
15
  extends UpdateApplicationRequest {}
15
16
  export interface UpdateApplicationCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class EMRServerlessServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
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.590.0",
4
+ "version": "3.596.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-serverless",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",