@aws-sdk/client-emr-containers 3.496.0 → 3.499.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 +40 -39
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -2153,67 +2153,68 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2153
2153
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2154
2154
|
|
|
2155
2155
|
0 && (module.exports = {
|
|
2156
|
+
EMRContainersServiceException,
|
|
2157
|
+
__Client,
|
|
2158
|
+
EMRContainersClient,
|
|
2159
|
+
EMRContainers,
|
|
2160
|
+
$Command,
|
|
2156
2161
|
CancelJobRunCommand,
|
|
2157
|
-
ConfigurationFilterSensitiveLog,
|
|
2158
|
-
ConfigurationOverridesFilterSensitiveLog,
|
|
2159
|
-
ContainerInfo,
|
|
2160
|
-
ContainerProviderType,
|
|
2161
2162
|
CreateJobTemplateCommand,
|
|
2162
|
-
CreateJobTemplateRequestFilterSensitiveLog,
|
|
2163
2163
|
CreateManagedEndpointCommand,
|
|
2164
|
-
CreateManagedEndpointRequestFilterSensitiveLog,
|
|
2165
2164
|
CreateVirtualClusterCommand,
|
|
2166
|
-
Credentials,
|
|
2167
|
-
CredentialsFilterSensitiveLog,
|
|
2168
2165
|
DeleteJobTemplateCommand,
|
|
2169
2166
|
DeleteManagedEndpointCommand,
|
|
2170
2167
|
DeleteVirtualClusterCommand,
|
|
2171
2168
|
DescribeJobRunCommand,
|
|
2172
|
-
DescribeJobRunResponseFilterSensitiveLog,
|
|
2173
2169
|
DescribeJobTemplateCommand,
|
|
2174
|
-
DescribeJobTemplateResponseFilterSensitiveLog,
|
|
2175
2170
|
DescribeManagedEndpointCommand,
|
|
2176
|
-
DescribeManagedEndpointResponseFilterSensitiveLog,
|
|
2177
2171
|
DescribeVirtualClusterCommand,
|
|
2178
|
-
EMRContainers,
|
|
2179
|
-
EMRContainersClient,
|
|
2180
|
-
EMRContainersServiceException,
|
|
2181
|
-
EndpointFilterSensitiveLog,
|
|
2182
|
-
EndpointState,
|
|
2183
|
-
FailureReason,
|
|
2184
2172
|
GetManagedEndpointSessionCredentialsCommand,
|
|
2185
|
-
GetManagedEndpointSessionCredentialsResponseFilterSensitiveLog,
|
|
2186
|
-
InternalServerException,
|
|
2187
|
-
JobDriverFilterSensitiveLog,
|
|
2188
|
-
JobRunFilterSensitiveLog,
|
|
2189
|
-
JobRunState,
|
|
2190
|
-
JobTemplateDataFilterSensitiveLog,
|
|
2191
|
-
JobTemplateFilterSensitiveLog,
|
|
2192
2173
|
ListJobRunsCommand,
|
|
2193
|
-
ListJobRunsResponseFilterSensitiveLog,
|
|
2194
2174
|
ListJobTemplatesCommand,
|
|
2195
|
-
ListJobTemplatesResponseFilterSensitiveLog,
|
|
2196
2175
|
ListManagedEndpointsCommand,
|
|
2197
|
-
ListManagedEndpointsResponseFilterSensitiveLog,
|
|
2198
2176
|
ListTagsForResourceCommand,
|
|
2199
2177
|
ListVirtualClustersCommand,
|
|
2200
|
-
ParametricConfigurationOverridesFilterSensitiveLog,
|
|
2201
|
-
PersistentAppUI,
|
|
2202
|
-
RequestThrottledException,
|
|
2203
|
-
ResourceNotFoundException,
|
|
2204
|
-
SparkSqlJobDriverFilterSensitiveLog,
|
|
2205
|
-
SparkSubmitJobDriverFilterSensitiveLog,
|
|
2206
2178
|
StartJobRunCommand,
|
|
2207
|
-
StartJobRunRequestFilterSensitiveLog,
|
|
2208
2179
|
TagResourceCommand,
|
|
2209
|
-
TemplateParameterDataType,
|
|
2210
2180
|
UntagResourceCommand,
|
|
2211
|
-
ValidationException,
|
|
2212
|
-
VirtualClusterState,
|
|
2213
|
-
__Client,
|
|
2214
2181
|
paginateListJobRuns,
|
|
2215
2182
|
paginateListJobTemplates,
|
|
2216
2183
|
paginateListManagedEndpoints,
|
|
2217
|
-
paginateListVirtualClusters
|
|
2184
|
+
paginateListVirtualClusters,
|
|
2185
|
+
InternalServerException,
|
|
2186
|
+
ValidationException,
|
|
2187
|
+
TemplateParameterDataType,
|
|
2188
|
+
ResourceNotFoundException,
|
|
2189
|
+
PersistentAppUI,
|
|
2190
|
+
ContainerInfo,
|
|
2191
|
+
ContainerProviderType,
|
|
2192
|
+
FailureReason,
|
|
2193
|
+
JobRunState,
|
|
2194
|
+
EndpointState,
|
|
2195
|
+
VirtualClusterState,
|
|
2196
|
+
Credentials,
|
|
2197
|
+
RequestThrottledException,
|
|
2198
|
+
SparkSqlJobDriverFilterSensitiveLog,
|
|
2199
|
+
SparkSubmitJobDriverFilterSensitiveLog,
|
|
2200
|
+
JobDriverFilterSensitiveLog,
|
|
2201
|
+
CredentialsFilterSensitiveLog,
|
|
2202
|
+
GetManagedEndpointSessionCredentialsResponseFilterSensitiveLog,
|
|
2203
|
+
ConfigurationFilterSensitiveLog,
|
|
2204
|
+
ConfigurationOverridesFilterSensitiveLog,
|
|
2205
|
+
ParametricConfigurationOverridesFilterSensitiveLog,
|
|
2206
|
+
CreateManagedEndpointRequestFilterSensitiveLog,
|
|
2207
|
+
EndpointFilterSensitiveLog,
|
|
2208
|
+
JobRunFilterSensitiveLog,
|
|
2209
|
+
JobTemplateDataFilterSensitiveLog,
|
|
2210
|
+
StartJobRunRequestFilterSensitiveLog,
|
|
2211
|
+
CreateJobTemplateRequestFilterSensitiveLog,
|
|
2212
|
+
DescribeJobRunResponseFilterSensitiveLog,
|
|
2213
|
+
DescribeManagedEndpointResponseFilterSensitiveLog,
|
|
2214
|
+
JobTemplateFilterSensitiveLog,
|
|
2215
|
+
DescribeJobTemplateResponseFilterSensitiveLog,
|
|
2216
|
+
ListJobRunsResponseFilterSensitiveLog,
|
|
2217
|
+
ListManagedEndpointsResponseFilterSensitiveLog,
|
|
2218
|
+
ListJobTemplatesResponseFilterSensitiveLog
|
|
2218
2219
|
});
|
|
2219
2220
|
|
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.
|
|
4
|
+
"version": "3.499.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,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.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.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",
|