@aws-sdk/client-emr 3.1087.0 → 3.1089.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 (94) hide show
  1. package/dist-cjs/index.js +5 -14
  2. package/dist-es/schemas/schemas_0.js +4 -12
  3. package/dist-types/commands/GetSessionCommand.d.ts +0 -4
  4. package/dist-types/commands/ListSessionsCommand.d.ts +0 -4
  5. package/dist-types/models/models_0.d.ts +0 -21
  6. package/dist-types/schemas/schemas_0.d.ts +0 -1
  7. package/dist-types/ts3.4/EMR.d.ts +218 -266
  8. package/dist-types/ts3.4/EMRClient.d.ts +20 -48
  9. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  10. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  11. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  12. package/dist-types/ts3.4/commands/AddInstanceFleetCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/AddInstanceGroupsCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/AddJobFlowStepsCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -2
  16. package/dist-types/ts3.4/commands/CancelStepsCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/CreatePersistentAppUICommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/CreateStudioCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/CreateStudioSessionMappingCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/DeleteStudioCommand.d.ts +2 -2
  23. package/dist-types/ts3.4/commands/DeleteStudioSessionMappingCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/DescribeJobFlowsCommand.d.ts +3 -8
  26. package/dist-types/ts3.4/commands/DescribeNotebookExecutionCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/DescribePersistentAppUICommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/DescribeReleaseLabelCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/DescribeStepCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/DescribeStudioCommand.d.ts +3 -5
  32. package/dist-types/ts3.4/commands/GetAutoTerminationPolicyCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/GetBlockPublicAccessConfigurationCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/GetClusterSessionCredentialsCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/GetManagedScalingPolicyCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/GetOnClusterAppUIPresignedURLCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/GetPersistentAppUIPresignedURLCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +3 -5
  39. package/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/GetStudioSessionMappingCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/ListBootstrapActionsCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
  43. package/dist-types/ts3.4/commands/ListInstanceFleetsCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/ListInstanceGroupsCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +3 -5
  46. package/dist-types/ts3.4/commands/ListNotebookExecutionsCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/ListReleaseLabelsCommand.d.ts +3 -8
  48. package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +3 -5
  49. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +3 -5
  50. package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +7 -5
  51. package/dist-types/ts3.4/commands/ListStudioSessionMappingsCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/ListStudiosCommand.d.ts +2 -4
  53. package/dist-types/ts3.4/commands/ListSupportedInstanceTypesCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +3 -5
  55. package/dist-types/ts3.4/commands/ModifyInstanceFleetCommand.d.ts +3 -4
  56. package/dist-types/ts3.4/commands/ModifyInstanceGroupsCommand.d.ts +2 -3
  57. package/dist-types/ts3.4/commands/PutAutoScalingPolicyCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/PutAutoTerminationPolicyCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/PutBlockPublicAccessConfigurationCommand.d.ts +4 -6
  60. package/dist-types/ts3.4/commands/PutManagedScalingPolicyCommand.d.ts +5 -10
  61. package/dist-types/ts3.4/commands/RemoveAutoScalingPolicyCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/RemoveAutoTerminationPolicyCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/RemoveManagedScalingPolicyCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/RunJobFlowCommand.d.ts +3 -5
  66. package/dist-types/ts3.4/commands/SetKeepJobFlowAliveWhenNoStepsCommand.d.ts +4 -6
  67. package/dist-types/ts3.4/commands/SetTerminationProtectionCommand.d.ts +4 -6
  68. package/dist-types/ts3.4/commands/SetUnhealthyNodeReplacementCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/SetVisibleToAllUsersCommand.d.ts +3 -4
  70. package/dist-types/ts3.4/commands/StartNotebookExecutionCommand.d.ts +5 -10
  71. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +3 -5
  72. package/dist-types/ts3.4/commands/StopNotebookExecutionCommand.d.ts +3 -4
  73. package/dist-types/ts3.4/commands/TerminateJobFlowsCommand.d.ts +2 -2
  74. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/UpdateStudioCommand.d.ts +2 -2
  76. package/dist-types/ts3.4/commands/UpdateStudioSessionMappingCommand.d.ts +4 -6
  77. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  78. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  79. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  80. package/dist-types/ts3.4/models/enums.d.ts +19 -38
  81. package/dist-types/ts3.4/models/errors.d.ts +3 -9
  82. package/dist-types/ts3.4/models/models_0.d.ts +6 -23
  83. package/dist-types/ts3.4/pagination/ListStepsPaginator.d.ts +1 -4
  84. package/dist-types/ts3.4/pagination/ListStudiosPaginator.d.ts +1 -4
  85. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  86. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  87. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  88. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  89. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  90. package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
  91. package/dist-types/ts3.4/waiters/waitForClusterRunning.d.ts +2 -2
  92. package/dist-types/ts3.4/waiters/waitForClusterTerminated.d.ts +2 -2
  93. package/dist-types/ts3.4/waiters/waitForStepComplete.d.ts +2 -2
  94. package/package.json +38 -38
package/package.json CHANGED
@@ -1,7 +1,38 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-emr",
3
+ "version": "3.1089.0",
3
4
  "description": "AWS SDK for JavaScript Emr Client for Node.js, Browser and React Native",
4
- "version": "3.1087.0",
5
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-emr",
6
+ "license": "Apache-2.0",
7
+ "author": {
8
+ "name": "AWS SDK for JavaScript Team",
9
+ "url": "https://aws.amazon.com/sdk-for-javascript/"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/aws/aws-sdk-js-v3.git",
14
+ "directory": "clients/client-emr"
15
+ },
16
+ "files": [
17
+ "dist-*/**"
18
+ ],
19
+ "sideEffects": false,
20
+ "main": "./dist-cjs/index.js",
21
+ "module": "./dist-es/index.js",
22
+ "browser": {
23
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
24
+ },
25
+ "types": "./dist-types/index.d.ts",
26
+ "typesVersions": {
27
+ "<4.5": {
28
+ "dist-types/*": [
29
+ "dist-types/ts3.4/*"
30
+ ]
31
+ }
32
+ },
33
+ "react-native": {
34
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
35
+ },
5
36
  "scripts": {
6
37
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
38
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -16,17 +47,13 @@
16
47
  "test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts",
17
48
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
18
49
  },
19
- "main": "./dist-cjs/index.js",
20
- "types": "./dist-types/index.d.ts",
21
- "module": "./dist-es/index.js",
22
- "sideEffects": false,
23
50
  "dependencies": {
24
- "@aws-sdk/core": "^3.975.2",
25
- "@aws-sdk/credential-provider-node": "^3.972.68",
26
- "@aws-sdk/types": "^3.974.1",
27
- "@smithy/core": "^3.29.3",
28
- "@smithy/fetch-http-handler": "^5.6.5",
29
- "@smithy/node-http-handler": "^4.9.5",
51
+ "@aws-sdk/core": "^3.975.3",
52
+ "@aws-sdk/credential-provider-node": "^3.972.70",
53
+ "@aws-sdk/types": "^3.974.2",
54
+ "@smithy/core": "^3.29.4",
55
+ "@smithy/fetch-http-handler": "^5.6.6",
56
+ "@smithy/node-http-handler": "^4.9.6",
30
57
  "@smithy/types": "^4.16.1",
31
58
  "tslib": "^2.6.2"
32
59
  },
@@ -40,32 +67,5 @@
40
67
  },
41
68
  "engines": {
42
69
  "node": ">=20.0.0"
43
- },
44
- "typesVersions": {
45
- "<4.5": {
46
- "dist-types/*": [
47
- "dist-types/ts3.4/*"
48
- ]
49
- }
50
- },
51
- "files": [
52
- "dist-*/**"
53
- ],
54
- "author": {
55
- "name": "AWS SDK for JavaScript Team",
56
- "url": "https://aws.amazon.com/sdk-for-javascript/"
57
- },
58
- "license": "Apache-2.0",
59
- "browser": {
60
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
61
- },
62
- "react-native": {
63
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
64
- },
65
- "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-emr",
66
- "repository": {
67
- "type": "git",
68
- "url": "https://github.com/aws/aws-sdk-js-v3.git",
69
- "directory": "clients/client-emr"
70
70
  }
71
71
  }