@aws-sdk/client-batch 3.758.0 → 3.772.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 +59 -59
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
ArrayJobDependency: () => ArrayJobDependency,
|
|
25
25
|
AssignPublicIp: () => AssignPublicIp,
|
|
26
26
|
Batch: () => Batch,
|
|
@@ -88,7 +88,7 @@ __export(src_exports, {
|
|
|
88
88
|
paginateListJobsByConsumableResource: () => paginateListJobsByConsumableResource,
|
|
89
89
|
paginateListSchedulingPolicies: () => paginateListSchedulingPolicies
|
|
90
90
|
});
|
|
91
|
-
module.exports = __toCommonJS(
|
|
91
|
+
module.exports = __toCommonJS(index_exports);
|
|
92
92
|
|
|
93
93
|
// src/BatchClient.ts
|
|
94
94
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -215,9 +215,9 @@ var BatchClient = class extends import_smithy_client.Client {
|
|
|
215
215
|
this.middlewareStack.use(
|
|
216
216
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
217
217
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultBatchHttpAuthSchemeParametersProvider,
|
|
218
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
218
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
219
219
|
"aws.auth#sigv4": config.credentials
|
|
220
|
-
})
|
|
220
|
+
}), "identityProviderConfigProvider")
|
|
221
221
|
})
|
|
222
222
|
);
|
|
223
223
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -437,12 +437,12 @@ var se_CreateComputeEnvironmentCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
437
437
|
body = JSON.stringify(
|
|
438
438
|
(0, import_smithy_client.take)(input, {
|
|
439
439
|
computeEnvironmentName: [],
|
|
440
|
-
computeResources: (_) => (0, import_smithy_client._json)(_),
|
|
440
|
+
computeResources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "computeResources"),
|
|
441
441
|
context: [],
|
|
442
|
-
eksConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
442
|
+
eksConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "eksConfiguration"),
|
|
443
443
|
serviceRole: [],
|
|
444
444
|
state: [],
|
|
445
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
445
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
446
446
|
type: [],
|
|
447
447
|
unmanagedvCpus: []
|
|
448
448
|
})
|
|
@@ -461,7 +461,7 @@ var se_CreateConsumableResourceCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
461
461
|
(0, import_smithy_client.take)(input, {
|
|
462
462
|
consumableResourceName: [],
|
|
463
463
|
resourceType: [],
|
|
464
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
464
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
465
465
|
totalQuantity: []
|
|
466
466
|
})
|
|
467
467
|
);
|
|
@@ -477,13 +477,13 @@ var se_CreateJobQueueCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
477
477
|
let body;
|
|
478
478
|
body = JSON.stringify(
|
|
479
479
|
(0, import_smithy_client.take)(input, {
|
|
480
|
-
computeEnvironmentOrder: (_) => (0, import_smithy_client._json)(_),
|
|
480
|
+
computeEnvironmentOrder: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "computeEnvironmentOrder"),
|
|
481
481
|
jobQueueName: [],
|
|
482
|
-
jobStateTimeLimitActions: (_) => (0, import_smithy_client._json)(_),
|
|
482
|
+
jobStateTimeLimitActions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "jobStateTimeLimitActions"),
|
|
483
483
|
priority: [],
|
|
484
484
|
schedulingPolicyArn: [],
|
|
485
485
|
state: [],
|
|
486
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
486
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
487
487
|
})
|
|
488
488
|
);
|
|
489
489
|
b.m("POST").h(headers).b(body);
|
|
@@ -498,9 +498,9 @@ var se_CreateSchedulingPolicyCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
498
498
|
let body;
|
|
499
499
|
body = JSON.stringify(
|
|
500
500
|
(0, import_smithy_client.take)(input, {
|
|
501
|
-
fairsharePolicy: (_) => se_FairsharePolicy(_, context),
|
|
501
|
+
fairsharePolicy: /* @__PURE__ */ __name((_) => se_FairsharePolicy(_, context), "fairsharePolicy"),
|
|
502
502
|
name: [],
|
|
503
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
503
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
504
504
|
})
|
|
505
505
|
);
|
|
506
506
|
b.m("POST").h(headers).b(body);
|
|
@@ -590,7 +590,7 @@ var se_DescribeComputeEnvironmentsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
590
590
|
let body;
|
|
591
591
|
body = JSON.stringify(
|
|
592
592
|
(0, import_smithy_client.take)(input, {
|
|
593
|
-
computeEnvironments: (_) => (0, import_smithy_client._json)(_),
|
|
593
|
+
computeEnvironments: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "computeEnvironments"),
|
|
594
594
|
maxResults: [],
|
|
595
595
|
nextToken: []
|
|
596
596
|
})
|
|
@@ -623,7 +623,7 @@ var se_DescribeJobDefinitionsCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
623
623
|
body = JSON.stringify(
|
|
624
624
|
(0, import_smithy_client.take)(input, {
|
|
625
625
|
jobDefinitionName: [],
|
|
626
|
-
jobDefinitions: (_) => (0, import_smithy_client._json)(_),
|
|
626
|
+
jobDefinitions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "jobDefinitions"),
|
|
627
627
|
maxResults: [],
|
|
628
628
|
nextToken: [],
|
|
629
629
|
status: []
|
|
@@ -641,7 +641,7 @@ var se_DescribeJobQueuesCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
641
641
|
let body;
|
|
642
642
|
body = JSON.stringify(
|
|
643
643
|
(0, import_smithy_client.take)(input, {
|
|
644
|
-
jobQueues: (_) => (0, import_smithy_client._json)(_),
|
|
644
|
+
jobQueues: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "jobQueues"),
|
|
645
645
|
maxResults: [],
|
|
646
646
|
nextToken: []
|
|
647
647
|
})
|
|
@@ -658,7 +658,7 @@ var se_DescribeJobsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
658
658
|
let body;
|
|
659
659
|
body = JSON.stringify(
|
|
660
660
|
(0, import_smithy_client.take)(input, {
|
|
661
|
-
jobs: (_) => (0, import_smithy_client._json)(_)
|
|
661
|
+
jobs: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "jobs")
|
|
662
662
|
})
|
|
663
663
|
);
|
|
664
664
|
b.m("POST").h(headers).b(body);
|
|
@@ -673,7 +673,7 @@ var se_DescribeSchedulingPoliciesCommand = /* @__PURE__ */ __name(async (input,
|
|
|
673
673
|
let body;
|
|
674
674
|
body = JSON.stringify(
|
|
675
675
|
(0, import_smithy_client.take)(input, {
|
|
676
|
-
arns: (_) => (0, import_smithy_client._json)(_)
|
|
676
|
+
arns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "arns")
|
|
677
677
|
})
|
|
678
678
|
);
|
|
679
679
|
b.m("POST").h(headers).b(body);
|
|
@@ -703,7 +703,7 @@ var se_ListConsumableResourcesCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
703
703
|
let body;
|
|
704
704
|
body = JSON.stringify(
|
|
705
705
|
(0, import_smithy_client.take)(input, {
|
|
706
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
706
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
707
707
|
maxResults: [],
|
|
708
708
|
nextToken: []
|
|
709
709
|
})
|
|
@@ -721,7 +721,7 @@ var se_ListJobsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
721
721
|
body = JSON.stringify(
|
|
722
722
|
(0, import_smithy_client.take)(input, {
|
|
723
723
|
arrayJobId: [],
|
|
724
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
724
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
725
725
|
jobQueue: [],
|
|
726
726
|
jobStatus: [],
|
|
727
727
|
maxResults: [],
|
|
@@ -742,7 +742,7 @@ var se_ListJobsByConsumableResourceCommand = /* @__PURE__ */ __name(async (input
|
|
|
742
742
|
body = JSON.stringify(
|
|
743
743
|
(0, import_smithy_client.take)(input, {
|
|
744
744
|
consumableResource: [],
|
|
745
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
745
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
746
746
|
maxResults: [],
|
|
747
747
|
nextToken: []
|
|
748
748
|
})
|
|
@@ -784,19 +784,19 @@ var se_RegisterJobDefinitionCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
784
784
|
let body;
|
|
785
785
|
body = JSON.stringify(
|
|
786
786
|
(0, import_smithy_client.take)(input, {
|
|
787
|
-
consumableResourceProperties: (_) => (0, import_smithy_client._json)(_),
|
|
788
|
-
containerProperties: (_) => (0, import_smithy_client._json)(_),
|
|
789
|
-
ecsProperties: (_) => (0, import_smithy_client._json)(_),
|
|
790
|
-
eksProperties: (_) => (0, import_smithy_client._json)(_),
|
|
787
|
+
consumableResourceProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "consumableResourceProperties"),
|
|
788
|
+
containerProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "containerProperties"),
|
|
789
|
+
ecsProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ecsProperties"),
|
|
790
|
+
eksProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "eksProperties"),
|
|
791
791
|
jobDefinitionName: [],
|
|
792
|
-
nodeProperties: (_) => se_NodeProperties(_, context),
|
|
793
|
-
parameters: (_) => (0, import_smithy_client._json)(_),
|
|
794
|
-
platformCapabilities: (_) => (0, import_smithy_client._json)(_),
|
|
792
|
+
nodeProperties: /* @__PURE__ */ __name((_) => se_NodeProperties(_, context), "nodeProperties"),
|
|
793
|
+
parameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "parameters"),
|
|
794
|
+
platformCapabilities: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "platformCapabilities"),
|
|
795
795
|
propagateTags: [],
|
|
796
|
-
retryStrategy: (_) => (0, import_smithy_client._json)(_),
|
|
796
|
+
retryStrategy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "retryStrategy"),
|
|
797
797
|
schedulingPriority: [],
|
|
798
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
799
|
-
timeout: (_) => (0, import_smithy_client._json)(_),
|
|
798
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
799
|
+
timeout: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "timeout"),
|
|
800
800
|
type: []
|
|
801
801
|
})
|
|
802
802
|
);
|
|
@@ -812,23 +812,23 @@ var se_SubmitJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
812
812
|
let body;
|
|
813
813
|
body = JSON.stringify(
|
|
814
814
|
(0, import_smithy_client.take)(input, {
|
|
815
|
-
arrayProperties: (_) => (0, import_smithy_client._json)(_),
|
|
816
|
-
consumableResourcePropertiesOverride: (_) => (0, import_smithy_client._json)(_),
|
|
817
|
-
containerOverrides: (_) => (0, import_smithy_client._json)(_),
|
|
818
|
-
dependsOn: (_) => (0, import_smithy_client._json)(_),
|
|
819
|
-
ecsPropertiesOverride: (_) => (0, import_smithy_client._json)(_),
|
|
820
|
-
eksPropertiesOverride: (_) => (0, import_smithy_client._json)(_),
|
|
815
|
+
arrayProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "arrayProperties"),
|
|
816
|
+
consumableResourcePropertiesOverride: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "consumableResourcePropertiesOverride"),
|
|
817
|
+
containerOverrides: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "containerOverrides"),
|
|
818
|
+
dependsOn: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "dependsOn"),
|
|
819
|
+
ecsPropertiesOverride: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ecsPropertiesOverride"),
|
|
820
|
+
eksPropertiesOverride: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "eksPropertiesOverride"),
|
|
821
821
|
jobDefinition: [],
|
|
822
822
|
jobName: [],
|
|
823
823
|
jobQueue: [],
|
|
824
|
-
nodeOverrides: (_) => (0, import_smithy_client._json)(_),
|
|
825
|
-
parameters: (_) => (0, import_smithy_client._json)(_),
|
|
824
|
+
nodeOverrides: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "nodeOverrides"),
|
|
825
|
+
parameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "parameters"),
|
|
826
826
|
propagateTags: [],
|
|
827
|
-
retryStrategy: (_) => (0, import_smithy_client._json)(_),
|
|
827
|
+
retryStrategy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "retryStrategy"),
|
|
828
828
|
schedulingPriorityOverride: [],
|
|
829
829
|
shareIdentifier: [],
|
|
830
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
831
|
-
timeout: (_) => (0, import_smithy_client._json)(_)
|
|
830
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
831
|
+
timeout: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "timeout")
|
|
832
832
|
})
|
|
833
833
|
);
|
|
834
834
|
b.m("POST").h(headers).b(body);
|
|
@@ -844,7 +844,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
844
844
|
let body;
|
|
845
845
|
body = JSON.stringify(
|
|
846
846
|
(0, import_smithy_client.take)(input, {
|
|
847
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
847
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
848
848
|
})
|
|
849
849
|
);
|
|
850
850
|
b.m("POST").h(headers).b(body);
|
|
@@ -888,12 +888,12 @@ var se_UpdateComputeEnvironmentCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
888
888
|
body = JSON.stringify(
|
|
889
889
|
(0, import_smithy_client.take)(input, {
|
|
890
890
|
computeEnvironment: [],
|
|
891
|
-
computeResources: (_) => (0, import_smithy_client._json)(_),
|
|
891
|
+
computeResources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "computeResources"),
|
|
892
892
|
context: [],
|
|
893
893
|
serviceRole: [],
|
|
894
894
|
state: [],
|
|
895
895
|
unmanagedvCpus: [],
|
|
896
|
-
updatePolicy: (_) => (0, import_smithy_client._json)(_)
|
|
896
|
+
updatePolicy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "updatePolicy")
|
|
897
897
|
})
|
|
898
898
|
);
|
|
899
899
|
b.m("POST").h(headers).b(body);
|
|
@@ -926,9 +926,9 @@ var se_UpdateJobQueueCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
926
926
|
let body;
|
|
927
927
|
body = JSON.stringify(
|
|
928
928
|
(0, import_smithy_client.take)(input, {
|
|
929
|
-
computeEnvironmentOrder: (_) => (0, import_smithy_client._json)(_),
|
|
929
|
+
computeEnvironmentOrder: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "computeEnvironmentOrder"),
|
|
930
930
|
jobQueue: [],
|
|
931
|
-
jobStateTimeLimitActions: (_) => (0, import_smithy_client._json)(_),
|
|
931
|
+
jobStateTimeLimitActions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "jobStateTimeLimitActions"),
|
|
932
932
|
priority: [],
|
|
933
933
|
schedulingPolicyArn: [],
|
|
934
934
|
state: []
|
|
@@ -947,7 +947,7 @@ var se_UpdateSchedulingPolicyCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
947
947
|
body = JSON.stringify(
|
|
948
948
|
(0, import_smithy_client.take)(input, {
|
|
949
949
|
arn: [],
|
|
950
|
-
fairsharePolicy: (_) => se_FairsharePolicy(_, context)
|
|
950
|
+
fairsharePolicy: /* @__PURE__ */ __name((_) => se_FairsharePolicy(_, context), "fairsharePolicy")
|
|
951
951
|
})
|
|
952
952
|
);
|
|
953
953
|
b.m("POST").h(headers).b(body);
|
|
@@ -1118,7 +1118,7 @@ var de_DescribeJobDefinitionsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1118
1118
|
});
|
|
1119
1119
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1120
1120
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1121
|
-
jobDefinitions: (_) => de_JobDefinitionList(_, context),
|
|
1121
|
+
jobDefinitions: /* @__PURE__ */ __name((_) => de_JobDefinitionList(_, context), "jobDefinitions"),
|
|
1122
1122
|
nextToken: import_smithy_client.expectString
|
|
1123
1123
|
});
|
|
1124
1124
|
Object.assign(contents, doc);
|
|
@@ -1148,7 +1148,7 @@ var de_DescribeJobsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1148
1148
|
});
|
|
1149
1149
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1150
1150
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1151
|
-
jobs: (_) => de_JobDetailList(_, context)
|
|
1151
|
+
jobs: /* @__PURE__ */ __name((_) => de_JobDetailList(_, context), "jobs")
|
|
1152
1152
|
});
|
|
1153
1153
|
Object.assign(contents, doc);
|
|
1154
1154
|
return contents;
|
|
@@ -1162,7 +1162,7 @@ var de_DescribeSchedulingPoliciesCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1162
1162
|
});
|
|
1163
1163
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1164
1164
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1165
|
-
schedulingPolicies: (_) => de_SchedulingPolicyDetailList(_, context)
|
|
1165
|
+
schedulingPolicies: /* @__PURE__ */ __name((_) => de_SchedulingPolicyDetailList(_, context), "schedulingPolicies")
|
|
1166
1166
|
});
|
|
1167
1167
|
Object.assign(contents, doc);
|
|
1168
1168
|
return contents;
|
|
@@ -1426,13 +1426,13 @@ var se_FairsharePolicy = /* @__PURE__ */ __name((input, context) => {
|
|
|
1426
1426
|
return (0, import_smithy_client.take)(input, {
|
|
1427
1427
|
computeReservation: [],
|
|
1428
1428
|
shareDecaySeconds: [],
|
|
1429
|
-
shareDistribution: (_) => se_ShareAttributesList(_, context)
|
|
1429
|
+
shareDistribution: /* @__PURE__ */ __name((_) => se_ShareAttributesList(_, context), "shareDistribution")
|
|
1430
1430
|
});
|
|
1431
1431
|
}, "se_FairsharePolicy");
|
|
1432
1432
|
var se_NodeProperties = /* @__PURE__ */ __name((input, context) => {
|
|
1433
1433
|
return (0, import_smithy_client.take)(input, {
|
|
1434
1434
|
mainNode: [],
|
|
1435
|
-
nodeRangeProperties: (_) => se_NodeRangeProperties(_, context),
|
|
1435
|
+
nodeRangeProperties: /* @__PURE__ */ __name((_) => se_NodeRangeProperties(_, context), "nodeRangeProperties"),
|
|
1436
1436
|
numNodes: []
|
|
1437
1437
|
});
|
|
1438
1438
|
}, "se_NodeProperties");
|
|
@@ -1456,7 +1456,7 @@ var de_FairsharePolicy = /* @__PURE__ */ __name((output, context) => {
|
|
|
1456
1456
|
return (0, import_smithy_client.take)(output, {
|
|
1457
1457
|
computeReservation: import_smithy_client.expectInt32,
|
|
1458
1458
|
shareDecaySeconds: import_smithy_client.expectInt32,
|
|
1459
|
-
shareDistribution: (_) => de_ShareAttributesList(_, context)
|
|
1459
|
+
shareDistribution: /* @__PURE__ */ __name((_) => de_ShareAttributesList(_, context), "shareDistribution")
|
|
1460
1460
|
});
|
|
1461
1461
|
}, "de_FairsharePolicy");
|
|
1462
1462
|
var de_JobDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1468,7 +1468,7 @@ var de_JobDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
|
1468
1468
|
eksProperties: import_smithy_client._json,
|
|
1469
1469
|
jobDefinitionArn: import_smithy_client.expectString,
|
|
1470
1470
|
jobDefinitionName: import_smithy_client.expectString,
|
|
1471
|
-
nodeProperties: (_) => de_NodeProperties(_, context),
|
|
1471
|
+
nodeProperties: /* @__PURE__ */ __name((_) => de_NodeProperties(_, context), "nodeProperties"),
|
|
1472
1472
|
parameters: import_smithy_client._json,
|
|
1473
1473
|
platformCapabilities: import_smithy_client._json,
|
|
1474
1474
|
propagateTags: import_smithy_client.expectBoolean,
|
|
@@ -1506,7 +1506,7 @@ var de_JobDetail = /* @__PURE__ */ __name((output, context) => {
|
|
|
1506
1506
|
jobName: import_smithy_client.expectString,
|
|
1507
1507
|
jobQueue: import_smithy_client.expectString,
|
|
1508
1508
|
nodeDetails: import_smithy_client._json,
|
|
1509
|
-
nodeProperties: (_) => de_NodeProperties(_, context),
|
|
1509
|
+
nodeProperties: /* @__PURE__ */ __name((_) => de_NodeProperties(_, context), "nodeProperties"),
|
|
1510
1510
|
parameters: import_smithy_client._json,
|
|
1511
1511
|
platformCapabilities: import_smithy_client._json,
|
|
1512
1512
|
propagateTags: import_smithy_client.expectBoolean,
|
|
@@ -1530,7 +1530,7 @@ var de_JobDetailList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1530
1530
|
var de_NodeProperties = /* @__PURE__ */ __name((output, context) => {
|
|
1531
1531
|
return (0, import_smithy_client.take)(output, {
|
|
1532
1532
|
mainNode: import_smithy_client.expectInt32,
|
|
1533
|
-
nodeRangeProperties: (_) => de_NodeRangeProperties(_, context),
|
|
1533
|
+
nodeRangeProperties: /* @__PURE__ */ __name((_) => de_NodeRangeProperties(_, context), "nodeRangeProperties"),
|
|
1534
1534
|
numNodes: import_smithy_client.expectInt32
|
|
1535
1535
|
});
|
|
1536
1536
|
}, "de_NodeProperties");
|
|
@@ -1543,7 +1543,7 @@ var de_NodeRangeProperties = /* @__PURE__ */ __name((output, context) => {
|
|
|
1543
1543
|
var de_SchedulingPolicyDetail = /* @__PURE__ */ __name((output, context) => {
|
|
1544
1544
|
return (0, import_smithy_client.take)(output, {
|
|
1545
1545
|
arn: import_smithy_client.expectString,
|
|
1546
|
-
fairsharePolicy: (_) => de_FairsharePolicy(_, context),
|
|
1546
|
+
fairsharePolicy: /* @__PURE__ */ __name((_) => de_FairsharePolicy(_, context), "fairsharePolicy"),
|
|
1547
1547
|
name: import_smithy_client.expectString,
|
|
1548
1548
|
tags: import_smithy_client._json
|
|
1549
1549
|
});
|
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.
|
|
4
|
+
"version": "3.772.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",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|