@aws-sdk/client-emr-serverless 3.496.0 → 3.501.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 +27 -26
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1716,48 +1716,49 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1716
1716
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1717
1717
|
|
|
1718
1718
|
0 && (module.exports = {
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1719
|
+
EMRServerlessServiceException,
|
|
1720
|
+
__Client,
|
|
1721
|
+
EMRServerlessClient,
|
|
1722
|
+
EMRServerless,
|
|
1723
|
+
$Command,
|
|
1722
1724
|
CancelJobRunCommand,
|
|
1723
|
-
ConfigurationFilterSensitiveLog,
|
|
1724
|
-
ConfigurationOverridesFilterSensitiveLog,
|
|
1725
|
-
ConflictException,
|
|
1726
1725
|
CreateApplicationCommand,
|
|
1727
|
-
CreateApplicationRequestFilterSensitiveLog,
|
|
1728
1726
|
DeleteApplicationCommand,
|
|
1729
|
-
EMRServerless,
|
|
1730
|
-
EMRServerlessClient,
|
|
1731
|
-
EMRServerlessServiceException,
|
|
1732
1727
|
GetApplicationCommand,
|
|
1733
|
-
GetApplicationResponseFilterSensitiveLog,
|
|
1734
1728
|
GetDashboardForJobRunCommand,
|
|
1735
1729
|
GetJobRunCommand,
|
|
1736
|
-
GetJobRunResponseFilterSensitiveLog,
|
|
1737
|
-
HiveFilterSensitiveLog,
|
|
1738
|
-
InternalServerException,
|
|
1739
|
-
JobDriver,
|
|
1740
|
-
JobDriverFilterSensitiveLog,
|
|
1741
|
-
JobRunFilterSensitiveLog,
|
|
1742
|
-
JobRunState,
|
|
1743
1730
|
ListApplicationsCommand,
|
|
1744
1731
|
ListJobRunsCommand,
|
|
1745
1732
|
ListTagsForResourceCommand,
|
|
1746
|
-
ResourceNotFoundException,
|
|
1747
|
-
ServiceQuotaExceededException,
|
|
1748
|
-
SparkSubmitFilterSensitiveLog,
|
|
1749
1733
|
StartApplicationCommand,
|
|
1750
1734
|
StartJobRunCommand,
|
|
1751
|
-
StartJobRunRequestFilterSensitiveLog,
|
|
1752
1735
|
StopApplicationCommand,
|
|
1753
1736
|
TagResourceCommand,
|
|
1754
1737
|
UntagResourceCommand,
|
|
1755
1738
|
UpdateApplicationCommand,
|
|
1739
|
+
paginateListApplications,
|
|
1740
|
+
paginateListJobRuns,
|
|
1741
|
+
Architecture,
|
|
1742
|
+
ApplicationState,
|
|
1743
|
+
ConflictException,
|
|
1744
|
+
InternalServerException,
|
|
1745
|
+
ResourceNotFoundException,
|
|
1746
|
+
ValidationException,
|
|
1747
|
+
ServiceQuotaExceededException,
|
|
1748
|
+
JobDriver,
|
|
1749
|
+
JobRunState,
|
|
1750
|
+
HiveFilterSensitiveLog,
|
|
1751
|
+
SparkSubmitFilterSensitiveLog,
|
|
1752
|
+
JobDriverFilterSensitiveLog,
|
|
1753
|
+
ConfigurationFilterSensitiveLog,
|
|
1754
|
+
ApplicationFilterSensitiveLog,
|
|
1755
|
+
ConfigurationOverridesFilterSensitiveLog,
|
|
1756
|
+
CreateApplicationRequestFilterSensitiveLog,
|
|
1756
1757
|
UpdateApplicationRequestFilterSensitiveLog,
|
|
1758
|
+
GetApplicationResponseFilterSensitiveLog,
|
|
1759
|
+
JobRunFilterSensitiveLog,
|
|
1760
|
+
StartJobRunRequestFilterSensitiveLog,
|
|
1757
1761
|
UpdateApplicationResponseFilterSensitiveLog,
|
|
1758
|
-
|
|
1759
|
-
__Client,
|
|
1760
|
-
paginateListApplications,
|
|
1761
|
-
paginateListJobRuns
|
|
1762
|
+
GetJobRunResponseFilterSensitiveLog
|
|
1762
1763
|
});
|
|
1763
1764
|
|
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.
|
|
4
|
+
"version": "3.501.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,9 +20,9 @@
|
|
|
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-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|