@aws-sdk/client-batch 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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +27 -26
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2185,19 +2185,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2185
2185
  // Annotate the CommonJS export names for ESM import in node:
2186
2186
 
2187
2187
  0 && (module.exports = {
2188
- ArrayJobDependency,
2189
- AssignPublicIp,
2190
- Batch,
2191
- BatchClient,
2192
2188
  BatchServiceException,
2193
- CEState,
2194
- CEStatus,
2195
- CEType,
2196
- CRAllocationStrategy,
2197
- CRType,
2198
- CRUpdateAllocationStrategy,
2189
+ __Client,
2190
+ BatchClient,
2191
+ Batch,
2192
+ $Command,
2199
2193
  CancelJobCommand,
2200
- ClientException,
2201
2194
  CreateComputeEnvironmentCommand,
2202
2195
  CreateJobQueueCommand,
2203
2196
  CreateSchedulingPolicyCommand,
@@ -2210,23 +2203,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2210
2203
  DescribeJobQueuesCommand,
2211
2204
  DescribeJobsCommand,
2212
2205
  DescribeSchedulingPoliciesCommand,
2213
- DeviceCgroupPermission,
2214
- EFSAuthorizationConfigIAM,
2215
- EFSTransitEncryption,
2216
- JQState,
2217
- JQStatus,
2218
- JobDefinitionType,
2219
- JobStatus,
2220
2206
  ListJobsCommand,
2221
2207
  ListSchedulingPoliciesCommand,
2222
2208
  ListTagsForResourceCommand,
2223
- LogDriver,
2224
- OrchestrationType,
2225
- PlatformCapability,
2226
2209
  RegisterJobDefinitionCommand,
2227
- ResourceType,
2228
- RetryAction,
2229
- ServerException,
2230
2210
  SubmitJobCommand,
2231
2211
  TagResourceCommand,
2232
2212
  TerminateJobCommand,
@@ -2234,11 +2214,32 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2234
2214
  UpdateComputeEnvironmentCommand,
2235
2215
  UpdateJobQueueCommand,
2236
2216
  UpdateSchedulingPolicyCommand,
2237
- __Client,
2238
2217
  paginateDescribeComputeEnvironments,
2239
2218
  paginateDescribeJobDefinitions,
2240
2219
  paginateDescribeJobQueues,
2241
2220
  paginateListJobs,
2242
- paginateListSchedulingPolicies
2221
+ paginateListSchedulingPolicies,
2222
+ ArrayJobDependency,
2223
+ AssignPublicIp,
2224
+ ClientException,
2225
+ ServerException,
2226
+ CRAllocationStrategy,
2227
+ CRType,
2228
+ CEState,
2229
+ CEType,
2230
+ JQState,
2231
+ OrchestrationType,
2232
+ CEStatus,
2233
+ DeviceCgroupPermission,
2234
+ LogDriver,
2235
+ ResourceType,
2236
+ EFSAuthorizationConfigIAM,
2237
+ EFSTransitEncryption,
2238
+ PlatformCapability,
2239
+ RetryAction,
2240
+ JQStatus,
2241
+ JobStatus,
2242
+ JobDefinitionType,
2243
+ CRUpdateAllocationStrategy
2243
2244
  });
2244
2245
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-batch",
3
3
  "description": "AWS SDK for JavaScript Batch Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
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-batch",
@@ -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.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
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",