@aws-sdk/client-batch 3.296.0 → 3.298.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/commands/CancelJobCommand.js +2 -3
- package/dist-cjs/commands/CreateComputeEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/CreateJobQueueCommand.js +2 -3
- package/dist-cjs/commands/CreateSchedulingPolicyCommand.js +2 -3
- package/dist-cjs/commands/DeleteComputeEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/DeleteJobQueueCommand.js +2 -3
- package/dist-cjs/commands/DeleteSchedulingPolicyCommand.js +2 -3
- package/dist-cjs/commands/DeregisterJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/DescribeComputeEnvironmentsCommand.js +2 -3
- package/dist-cjs/commands/DescribeJobDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/DescribeJobQueuesCommand.js +2 -3
- package/dist-cjs/commands/DescribeJobsCommand.js +2 -3
- package/dist-cjs/commands/DescribeSchedulingPoliciesCommand.js +2 -3
- package/dist-cjs/commands/ListJobsCommand.js +2 -3
- package/dist-cjs/commands/ListSchedulingPoliciesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/RegisterJobDefinitionCommand.js +2 -3
- package/dist-cjs/commands/SubmitJobCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/TerminateJobCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateComputeEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/UpdateJobQueueCommand.js +2 -3
- package/dist-cjs/commands/UpdateSchedulingPolicyCommand.js +2 -3
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +1 -479
- package/dist-cjs/protocols/Aws_restJson1.js +50 -0
- package/dist-es/commands/CancelJobCommand.js +2 -3
- package/dist-es/commands/CreateComputeEnvironmentCommand.js +2 -3
- package/dist-es/commands/CreateJobQueueCommand.js +2 -3
- package/dist-es/commands/CreateSchedulingPolicyCommand.js +2 -3
- package/dist-es/commands/DeleteComputeEnvironmentCommand.js +2 -3
- package/dist-es/commands/DeleteJobQueueCommand.js +2 -3
- package/dist-es/commands/DeleteSchedulingPolicyCommand.js +2 -3
- package/dist-es/commands/DeregisterJobDefinitionCommand.js +2 -3
- package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +2 -3
- package/dist-es/commands/DescribeJobDefinitionsCommand.js +2 -3
- package/dist-es/commands/DescribeJobQueuesCommand.js +2 -3
- package/dist-es/commands/DescribeJobsCommand.js +2 -3
- package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +2 -3
- package/dist-es/commands/ListJobsCommand.js +2 -3
- package/dist-es/commands/ListSchedulingPoliciesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/RegisterJobDefinitionCommand.js +2 -3
- package/dist-es/commands/SubmitJobCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/TerminateJobCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateComputeEnvironmentCommand.js +2 -3
- package/dist-es/commands/UpdateJobQueueCommand.js +2 -3
- package/dist-es/commands/UpdateSchedulingPolicyCommand.js +2 -3
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +0 -357
- package/dist-es/protocols/Aws_restJson1.js +50 -0
- package/dist-types/Batch.d.ts +38 -4
- package/dist-types/BatchClient.d.ts +24 -4
- package/dist-types/commands/CancelJobCommand.d.ts +29 -4
- package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateJobQueueCommand.d.ts +16 -0
- package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteJobQueueCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeJobQueuesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeJobsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/SubmitJobCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/TerminateJobCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateJobQueueCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +16 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/BatchServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +1618 -1584
- package/dist-types/pagination/DescribeComputeEnvironmentsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeJobDefinitionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeJobQueuesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSchedulingPoliciesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +10 -321
- package/package.json +4 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeComputeEnvironmentsCommandInput, DescribeComputeEnvironmentsCommandOutput } from "../commands/DescribeComputeEnvironmentsCommand";
|
|
3
3
|
import { BatchPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeComputeEnvironments(config: BatchPaginationConfiguration, input: DescribeComputeEnvironmentsCommandInput, ...additionalArguments: any): Paginator<DescribeComputeEnvironmentsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeJobDefinitionsCommandInput, DescribeJobDefinitionsCommandOutput } from "../commands/DescribeJobDefinitionsCommand";
|
|
3
3
|
import { BatchPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeJobDefinitions(config: BatchPaginationConfiguration, input: DescribeJobDefinitionsCommandInput, ...additionalArguments: any): Paginator<DescribeJobDefinitionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeJobQueuesCommandInput, DescribeJobQueuesCommandOutput } from "../commands/DescribeJobQueuesCommand";
|
|
3
3
|
import { BatchPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeJobQueues(config: BatchPaginationConfiguration, input: DescribeJobQueuesCommandInput, ...additionalArguments: any): Paginator<DescribeJobQueuesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
3
3
|
import { BatchPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListJobs(config: BatchPaginationConfiguration, input: ListJobsCommandInput, ...additionalArguments: any): Paginator<ListJobsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListSchedulingPoliciesCommandInput, ListSchedulingPoliciesCommandOutput } from "../commands/ListSchedulingPoliciesCommand";
|
|
3
3
|
import { BatchPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListSchedulingPolicies(config: BatchPaginationConfiguration, input: ListSchedulingPoliciesCommandInput, ...additionalArguments: any): Paginator<ListSchedulingPoliciesCommandOutput>;
|
|
@@ -26,7 +26,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
26
26
|
defaultSigningName: string;
|
|
27
27
|
};
|
|
28
28
|
export interface EndpointParameters extends __EndpointParameters {
|
|
29
|
-
Region
|
|
29
|
+
Region?: string;
|
|
30
30
|
UseDualStack?: boolean;
|
|
31
31
|
UseFIPS?: boolean;
|
|
32
32
|
Endpoint?: string;
|
|
@@ -227,6 +227,9 @@ export interface KeyValuePair {
|
|
|
227
227
|
name?: string;
|
|
228
228
|
value?: string;
|
|
229
229
|
}
|
|
230
|
+
export interface EphemeralStorage {
|
|
231
|
+
sizeInGiB: number | undefined;
|
|
232
|
+
}
|
|
230
233
|
export interface FargatePlatformConfiguration {
|
|
231
234
|
platformVersion?: string;
|
|
232
235
|
}
|
|
@@ -341,6 +344,7 @@ export interface ContainerProperties {
|
|
|
341
344
|
secrets?: Secret[];
|
|
342
345
|
networkConfiguration?: NetworkConfiguration;
|
|
343
346
|
fargatePlatformConfiguration?: FargatePlatformConfiguration;
|
|
347
|
+
ephemeralStorage?: EphemeralStorage;
|
|
344
348
|
}
|
|
345
349
|
export interface EksContainerEnvironmentVariable {
|
|
346
350
|
name: string | undefined;
|
|
@@ -373,6 +377,9 @@ export interface EksContainer {
|
|
|
373
377
|
volumeMounts?: EksContainerVolumeMount[];
|
|
374
378
|
securityContext?: EksContainerSecurityContext;
|
|
375
379
|
}
|
|
380
|
+
export interface EksMetadata {
|
|
381
|
+
labels?: Record<string, string>;
|
|
382
|
+
}
|
|
376
383
|
export interface EksEmptyDir {
|
|
377
384
|
medium?: string;
|
|
378
385
|
sizeLimit?: string;
|
|
@@ -396,6 +403,7 @@ export interface EksPodProperties {
|
|
|
396
403
|
dnsPolicy?: string;
|
|
397
404
|
containers?: EksContainer[];
|
|
398
405
|
volumes?: EksVolume[];
|
|
406
|
+
metadata?: EksMetadata;
|
|
399
407
|
}
|
|
400
408
|
export interface EksProperties {
|
|
401
409
|
podProperties?: EksPodProperties;
|
|
@@ -510,6 +518,7 @@ export interface ContainerDetail {
|
|
|
510
518
|
secrets?: Secret[];
|
|
511
519
|
networkConfiguration?: NetworkConfiguration;
|
|
512
520
|
fargatePlatformConfiguration?: FargatePlatformConfiguration;
|
|
521
|
+
ephemeralStorage?: EphemeralStorage;
|
|
513
522
|
}
|
|
514
523
|
export interface JobDependency {
|
|
515
524
|
jobId?: string;
|
|
@@ -707,6 +716,7 @@ export interface EksContainerOverride {
|
|
|
707
716
|
}
|
|
708
717
|
export interface EksPodPropertiesOverride {
|
|
709
718
|
containers?: EksContainerOverride[];
|
|
719
|
+
metadata?: EksMetadata;
|
|
710
720
|
}
|
|
711
721
|
export interface EksPropertiesOverride {
|
|
712
722
|
podProperties?: EksPodPropertiesOverride;
|
|
@@ -807,324 +817,3 @@ export interface UpdateSchedulingPolicyRequest {
|
|
|
807
817
|
fairsharePolicy?: FairsharePolicy;
|
|
808
818
|
}
|
|
809
819
|
export interface UpdateSchedulingPolicyResponse {}
|
|
810
|
-
export declare const ArrayPropertiesFilterSensitiveLog: (
|
|
811
|
-
obj: ArrayProperties
|
|
812
|
-
) => any;
|
|
813
|
-
export declare const ArrayPropertiesDetailFilterSensitiveLog: (
|
|
814
|
-
obj: ArrayPropertiesDetail
|
|
815
|
-
) => any;
|
|
816
|
-
export declare const ArrayPropertiesSummaryFilterSensitiveLog: (
|
|
817
|
-
obj: ArrayPropertiesSummary
|
|
818
|
-
) => any;
|
|
819
|
-
export declare const NetworkInterfaceFilterSensitiveLog: (
|
|
820
|
-
obj: NetworkInterface
|
|
821
|
-
) => any;
|
|
822
|
-
export declare const AttemptContainerDetailFilterSensitiveLog: (
|
|
823
|
-
obj: AttemptContainerDetail
|
|
824
|
-
) => any;
|
|
825
|
-
export declare const AttemptDetailFilterSensitiveLog: (
|
|
826
|
-
obj: AttemptDetail
|
|
827
|
-
) => any;
|
|
828
|
-
export declare const CancelJobRequestFilterSensitiveLog: (
|
|
829
|
-
obj: CancelJobRequest
|
|
830
|
-
) => any;
|
|
831
|
-
export declare const CancelJobResponseFilterSensitiveLog: (
|
|
832
|
-
obj: CancelJobResponse
|
|
833
|
-
) => any;
|
|
834
|
-
export declare const Ec2ConfigurationFilterSensitiveLog: (
|
|
835
|
-
obj: Ec2Configuration
|
|
836
|
-
) => any;
|
|
837
|
-
export declare const LaunchTemplateSpecificationFilterSensitiveLog: (
|
|
838
|
-
obj: LaunchTemplateSpecification
|
|
839
|
-
) => any;
|
|
840
|
-
export declare const ComputeResourceFilterSensitiveLog: (
|
|
841
|
-
obj: ComputeResource
|
|
842
|
-
) => any;
|
|
843
|
-
export declare const EksConfigurationFilterSensitiveLog: (
|
|
844
|
-
obj: EksConfiguration
|
|
845
|
-
) => any;
|
|
846
|
-
export declare const CreateComputeEnvironmentRequestFilterSensitiveLog: (
|
|
847
|
-
obj: CreateComputeEnvironmentRequest
|
|
848
|
-
) => any;
|
|
849
|
-
export declare const CreateComputeEnvironmentResponseFilterSensitiveLog: (
|
|
850
|
-
obj: CreateComputeEnvironmentResponse
|
|
851
|
-
) => any;
|
|
852
|
-
export declare const ComputeEnvironmentOrderFilterSensitiveLog: (
|
|
853
|
-
obj: ComputeEnvironmentOrder
|
|
854
|
-
) => any;
|
|
855
|
-
export declare const CreateJobQueueRequestFilterSensitiveLog: (
|
|
856
|
-
obj: CreateJobQueueRequest
|
|
857
|
-
) => any;
|
|
858
|
-
export declare const CreateJobQueueResponseFilterSensitiveLog: (
|
|
859
|
-
obj: CreateJobQueueResponse
|
|
860
|
-
) => any;
|
|
861
|
-
export declare const ShareAttributesFilterSensitiveLog: (
|
|
862
|
-
obj: ShareAttributes
|
|
863
|
-
) => any;
|
|
864
|
-
export declare const FairsharePolicyFilterSensitiveLog: (
|
|
865
|
-
obj: FairsharePolicy
|
|
866
|
-
) => any;
|
|
867
|
-
export declare const CreateSchedulingPolicyRequestFilterSensitiveLog: (
|
|
868
|
-
obj: CreateSchedulingPolicyRequest
|
|
869
|
-
) => any;
|
|
870
|
-
export declare const CreateSchedulingPolicyResponseFilterSensitiveLog: (
|
|
871
|
-
obj: CreateSchedulingPolicyResponse
|
|
872
|
-
) => any;
|
|
873
|
-
export declare const DeleteComputeEnvironmentRequestFilterSensitiveLog: (
|
|
874
|
-
obj: DeleteComputeEnvironmentRequest
|
|
875
|
-
) => any;
|
|
876
|
-
export declare const DeleteComputeEnvironmentResponseFilterSensitiveLog: (
|
|
877
|
-
obj: DeleteComputeEnvironmentResponse
|
|
878
|
-
) => any;
|
|
879
|
-
export declare const DeleteJobQueueRequestFilterSensitiveLog: (
|
|
880
|
-
obj: DeleteJobQueueRequest
|
|
881
|
-
) => any;
|
|
882
|
-
export declare const DeleteJobQueueResponseFilterSensitiveLog: (
|
|
883
|
-
obj: DeleteJobQueueResponse
|
|
884
|
-
) => any;
|
|
885
|
-
export declare const DeleteSchedulingPolicyRequestFilterSensitiveLog: (
|
|
886
|
-
obj: DeleteSchedulingPolicyRequest
|
|
887
|
-
) => any;
|
|
888
|
-
export declare const DeleteSchedulingPolicyResponseFilterSensitiveLog: (
|
|
889
|
-
obj: DeleteSchedulingPolicyResponse
|
|
890
|
-
) => any;
|
|
891
|
-
export declare const DeregisterJobDefinitionRequestFilterSensitiveLog: (
|
|
892
|
-
obj: DeregisterJobDefinitionRequest
|
|
893
|
-
) => any;
|
|
894
|
-
export declare const DeregisterJobDefinitionResponseFilterSensitiveLog: (
|
|
895
|
-
obj: DeregisterJobDefinitionResponse
|
|
896
|
-
) => any;
|
|
897
|
-
export declare const DescribeComputeEnvironmentsRequestFilterSensitiveLog: (
|
|
898
|
-
obj: DescribeComputeEnvironmentsRequest
|
|
899
|
-
) => any;
|
|
900
|
-
export declare const UpdatePolicyFilterSensitiveLog: (obj: UpdatePolicy) => any;
|
|
901
|
-
export declare const ComputeEnvironmentDetailFilterSensitiveLog: (
|
|
902
|
-
obj: ComputeEnvironmentDetail
|
|
903
|
-
) => any;
|
|
904
|
-
export declare const DescribeComputeEnvironmentsResponseFilterSensitiveLog: (
|
|
905
|
-
obj: DescribeComputeEnvironmentsResponse
|
|
906
|
-
) => any;
|
|
907
|
-
export declare const DescribeJobDefinitionsRequestFilterSensitiveLog: (
|
|
908
|
-
obj: DescribeJobDefinitionsRequest
|
|
909
|
-
) => any;
|
|
910
|
-
export declare const KeyValuePairFilterSensitiveLog: (obj: KeyValuePair) => any;
|
|
911
|
-
export declare const FargatePlatformConfigurationFilterSensitiveLog: (
|
|
912
|
-
obj: FargatePlatformConfiguration
|
|
913
|
-
) => any;
|
|
914
|
-
export declare const DeviceFilterSensitiveLog: (obj: Device) => any;
|
|
915
|
-
export declare const TmpfsFilterSensitiveLog: (obj: Tmpfs) => any;
|
|
916
|
-
export declare const LinuxParametersFilterSensitiveLog: (
|
|
917
|
-
obj: LinuxParameters
|
|
918
|
-
) => any;
|
|
919
|
-
export declare const SecretFilterSensitiveLog: (obj: Secret) => any;
|
|
920
|
-
export declare const LogConfigurationFilterSensitiveLog: (
|
|
921
|
-
obj: LogConfiguration
|
|
922
|
-
) => any;
|
|
923
|
-
export declare const MountPointFilterSensitiveLog: (obj: MountPoint) => any;
|
|
924
|
-
export declare const NetworkConfigurationFilterSensitiveLog: (
|
|
925
|
-
obj: NetworkConfiguration
|
|
926
|
-
) => any;
|
|
927
|
-
export declare const ResourceRequirementFilterSensitiveLog: (
|
|
928
|
-
obj: ResourceRequirement
|
|
929
|
-
) => any;
|
|
930
|
-
export declare const UlimitFilterSensitiveLog: (obj: Ulimit) => any;
|
|
931
|
-
export declare const EFSAuthorizationConfigFilterSensitiveLog: (
|
|
932
|
-
obj: EFSAuthorizationConfig
|
|
933
|
-
) => any;
|
|
934
|
-
export declare const EFSVolumeConfigurationFilterSensitiveLog: (
|
|
935
|
-
obj: EFSVolumeConfiguration
|
|
936
|
-
) => any;
|
|
937
|
-
export declare const HostFilterSensitiveLog: (obj: Host) => any;
|
|
938
|
-
export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
|
|
939
|
-
export declare const ContainerPropertiesFilterSensitiveLog: (
|
|
940
|
-
obj: ContainerProperties
|
|
941
|
-
) => any;
|
|
942
|
-
export declare const EksContainerEnvironmentVariableFilterSensitiveLog: (
|
|
943
|
-
obj: EksContainerEnvironmentVariable
|
|
944
|
-
) => any;
|
|
945
|
-
export declare const EksContainerResourceRequirementsFilterSensitiveLog: (
|
|
946
|
-
obj: EksContainerResourceRequirements
|
|
947
|
-
) => any;
|
|
948
|
-
export declare const EksContainerSecurityContextFilterSensitiveLog: (
|
|
949
|
-
obj: EksContainerSecurityContext
|
|
950
|
-
) => any;
|
|
951
|
-
export declare const EksContainerVolumeMountFilterSensitiveLog: (
|
|
952
|
-
obj: EksContainerVolumeMount
|
|
953
|
-
) => any;
|
|
954
|
-
export declare const EksContainerFilterSensitiveLog: (obj: EksContainer) => any;
|
|
955
|
-
export declare const EksEmptyDirFilterSensitiveLog: (obj: EksEmptyDir) => any;
|
|
956
|
-
export declare const EksHostPathFilterSensitiveLog: (obj: EksHostPath) => any;
|
|
957
|
-
export declare const EksSecretFilterSensitiveLog: (obj: EksSecret) => any;
|
|
958
|
-
export declare const EksVolumeFilterSensitiveLog: (obj: EksVolume) => any;
|
|
959
|
-
export declare const EksPodPropertiesFilterSensitiveLog: (
|
|
960
|
-
obj: EksPodProperties
|
|
961
|
-
) => any;
|
|
962
|
-
export declare const EksPropertiesFilterSensitiveLog: (
|
|
963
|
-
obj: EksProperties
|
|
964
|
-
) => any;
|
|
965
|
-
export declare const NodeRangePropertyFilterSensitiveLog: (
|
|
966
|
-
obj: NodeRangeProperty
|
|
967
|
-
) => any;
|
|
968
|
-
export declare const NodePropertiesFilterSensitiveLog: (
|
|
969
|
-
obj: NodeProperties
|
|
970
|
-
) => any;
|
|
971
|
-
export declare const EvaluateOnExitFilterSensitiveLog: (
|
|
972
|
-
obj: EvaluateOnExit
|
|
973
|
-
) => any;
|
|
974
|
-
export declare const RetryStrategyFilterSensitiveLog: (
|
|
975
|
-
obj: RetryStrategy
|
|
976
|
-
) => any;
|
|
977
|
-
export declare const JobTimeoutFilterSensitiveLog: (obj: JobTimeout) => any;
|
|
978
|
-
export declare const JobDefinitionFilterSensitiveLog: (
|
|
979
|
-
obj: JobDefinition
|
|
980
|
-
) => any;
|
|
981
|
-
export declare const DescribeJobDefinitionsResponseFilterSensitiveLog: (
|
|
982
|
-
obj: DescribeJobDefinitionsResponse
|
|
983
|
-
) => any;
|
|
984
|
-
export declare const DescribeJobQueuesRequestFilterSensitiveLog: (
|
|
985
|
-
obj: DescribeJobQueuesRequest
|
|
986
|
-
) => any;
|
|
987
|
-
export declare const JobQueueDetailFilterSensitiveLog: (
|
|
988
|
-
obj: JobQueueDetail
|
|
989
|
-
) => any;
|
|
990
|
-
export declare const DescribeJobQueuesResponseFilterSensitiveLog: (
|
|
991
|
-
obj: DescribeJobQueuesResponse
|
|
992
|
-
) => any;
|
|
993
|
-
export declare const DescribeJobsRequestFilterSensitiveLog: (
|
|
994
|
-
obj: DescribeJobsRequest
|
|
995
|
-
) => any;
|
|
996
|
-
export declare const ContainerDetailFilterSensitiveLog: (
|
|
997
|
-
obj: ContainerDetail
|
|
998
|
-
) => any;
|
|
999
|
-
export declare const JobDependencyFilterSensitiveLog: (
|
|
1000
|
-
obj: JobDependency
|
|
1001
|
-
) => any;
|
|
1002
|
-
export declare const EksAttemptContainerDetailFilterSensitiveLog: (
|
|
1003
|
-
obj: EksAttemptContainerDetail
|
|
1004
|
-
) => any;
|
|
1005
|
-
export declare const EksAttemptDetailFilterSensitiveLog: (
|
|
1006
|
-
obj: EksAttemptDetail
|
|
1007
|
-
) => any;
|
|
1008
|
-
export declare const EksContainerDetailFilterSensitiveLog: (
|
|
1009
|
-
obj: EksContainerDetail
|
|
1010
|
-
) => any;
|
|
1011
|
-
export declare const EksPodPropertiesDetailFilterSensitiveLog: (
|
|
1012
|
-
obj: EksPodPropertiesDetail
|
|
1013
|
-
) => any;
|
|
1014
|
-
export declare const EksPropertiesDetailFilterSensitiveLog: (
|
|
1015
|
-
obj: EksPropertiesDetail
|
|
1016
|
-
) => any;
|
|
1017
|
-
export declare const NodeDetailsFilterSensitiveLog: (obj: NodeDetails) => any;
|
|
1018
|
-
export declare const JobDetailFilterSensitiveLog: (obj: JobDetail) => any;
|
|
1019
|
-
export declare const DescribeJobsResponseFilterSensitiveLog: (
|
|
1020
|
-
obj: DescribeJobsResponse
|
|
1021
|
-
) => any;
|
|
1022
|
-
export declare const DescribeSchedulingPoliciesRequestFilterSensitiveLog: (
|
|
1023
|
-
obj: DescribeSchedulingPoliciesRequest
|
|
1024
|
-
) => any;
|
|
1025
|
-
export declare const SchedulingPolicyDetailFilterSensitiveLog: (
|
|
1026
|
-
obj: SchedulingPolicyDetail
|
|
1027
|
-
) => any;
|
|
1028
|
-
export declare const DescribeSchedulingPoliciesResponseFilterSensitiveLog: (
|
|
1029
|
-
obj: DescribeSchedulingPoliciesResponse
|
|
1030
|
-
) => any;
|
|
1031
|
-
export declare const KeyValuesPairFilterSensitiveLog: (
|
|
1032
|
-
obj: KeyValuesPair
|
|
1033
|
-
) => any;
|
|
1034
|
-
export declare const ListJobsRequestFilterSensitiveLog: (
|
|
1035
|
-
obj: ListJobsRequest
|
|
1036
|
-
) => any;
|
|
1037
|
-
export declare const ContainerSummaryFilterSensitiveLog: (
|
|
1038
|
-
obj: ContainerSummary
|
|
1039
|
-
) => any;
|
|
1040
|
-
export declare const NodePropertiesSummaryFilterSensitiveLog: (
|
|
1041
|
-
obj: NodePropertiesSummary
|
|
1042
|
-
) => any;
|
|
1043
|
-
export declare const JobSummaryFilterSensitiveLog: (obj: JobSummary) => any;
|
|
1044
|
-
export declare const ListJobsResponseFilterSensitiveLog: (
|
|
1045
|
-
obj: ListJobsResponse
|
|
1046
|
-
) => any;
|
|
1047
|
-
export declare const ListSchedulingPoliciesRequestFilterSensitiveLog: (
|
|
1048
|
-
obj: ListSchedulingPoliciesRequest
|
|
1049
|
-
) => any;
|
|
1050
|
-
export declare const SchedulingPolicyListingDetailFilterSensitiveLog: (
|
|
1051
|
-
obj: SchedulingPolicyListingDetail
|
|
1052
|
-
) => any;
|
|
1053
|
-
export declare const ListSchedulingPoliciesResponseFilterSensitiveLog: (
|
|
1054
|
-
obj: ListSchedulingPoliciesResponse
|
|
1055
|
-
) => any;
|
|
1056
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1057
|
-
obj: ListTagsForResourceRequest
|
|
1058
|
-
) => any;
|
|
1059
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1060
|
-
obj: ListTagsForResourceResponse
|
|
1061
|
-
) => any;
|
|
1062
|
-
export declare const RegisterJobDefinitionRequestFilterSensitiveLog: (
|
|
1063
|
-
obj: RegisterJobDefinitionRequest
|
|
1064
|
-
) => any;
|
|
1065
|
-
export declare const RegisterJobDefinitionResponseFilterSensitiveLog: (
|
|
1066
|
-
obj: RegisterJobDefinitionResponse
|
|
1067
|
-
) => any;
|
|
1068
|
-
export declare const ContainerOverridesFilterSensitiveLog: (
|
|
1069
|
-
obj: ContainerOverrides
|
|
1070
|
-
) => any;
|
|
1071
|
-
export declare const EksContainerOverrideFilterSensitiveLog: (
|
|
1072
|
-
obj: EksContainerOverride
|
|
1073
|
-
) => any;
|
|
1074
|
-
export declare const EksPodPropertiesOverrideFilterSensitiveLog: (
|
|
1075
|
-
obj: EksPodPropertiesOverride
|
|
1076
|
-
) => any;
|
|
1077
|
-
export declare const EksPropertiesOverrideFilterSensitiveLog: (
|
|
1078
|
-
obj: EksPropertiesOverride
|
|
1079
|
-
) => any;
|
|
1080
|
-
export declare const NodePropertyOverrideFilterSensitiveLog: (
|
|
1081
|
-
obj: NodePropertyOverride
|
|
1082
|
-
) => any;
|
|
1083
|
-
export declare const NodeOverridesFilterSensitiveLog: (
|
|
1084
|
-
obj: NodeOverrides
|
|
1085
|
-
) => any;
|
|
1086
|
-
export declare const SubmitJobRequestFilterSensitiveLog: (
|
|
1087
|
-
obj: SubmitJobRequest
|
|
1088
|
-
) => any;
|
|
1089
|
-
export declare const SubmitJobResponseFilterSensitiveLog: (
|
|
1090
|
-
obj: SubmitJobResponse
|
|
1091
|
-
) => any;
|
|
1092
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1093
|
-
obj: TagResourceRequest
|
|
1094
|
-
) => any;
|
|
1095
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1096
|
-
obj: TagResourceResponse
|
|
1097
|
-
) => any;
|
|
1098
|
-
export declare const TerminateJobRequestFilterSensitiveLog: (
|
|
1099
|
-
obj: TerminateJobRequest
|
|
1100
|
-
) => any;
|
|
1101
|
-
export declare const TerminateJobResponseFilterSensitiveLog: (
|
|
1102
|
-
obj: TerminateJobResponse
|
|
1103
|
-
) => any;
|
|
1104
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1105
|
-
obj: UntagResourceRequest
|
|
1106
|
-
) => any;
|
|
1107
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1108
|
-
obj: UntagResourceResponse
|
|
1109
|
-
) => any;
|
|
1110
|
-
export declare const ComputeResourceUpdateFilterSensitiveLog: (
|
|
1111
|
-
obj: ComputeResourceUpdate
|
|
1112
|
-
) => any;
|
|
1113
|
-
export declare const UpdateComputeEnvironmentRequestFilterSensitiveLog: (
|
|
1114
|
-
obj: UpdateComputeEnvironmentRequest
|
|
1115
|
-
) => any;
|
|
1116
|
-
export declare const UpdateComputeEnvironmentResponseFilterSensitiveLog: (
|
|
1117
|
-
obj: UpdateComputeEnvironmentResponse
|
|
1118
|
-
) => any;
|
|
1119
|
-
export declare const UpdateJobQueueRequestFilterSensitiveLog: (
|
|
1120
|
-
obj: UpdateJobQueueRequest
|
|
1121
|
-
) => any;
|
|
1122
|
-
export declare const UpdateJobQueueResponseFilterSensitiveLog: (
|
|
1123
|
-
obj: UpdateJobQueueResponse
|
|
1124
|
-
) => any;
|
|
1125
|
-
export declare const UpdateSchedulingPolicyRequestFilterSensitiveLog: (
|
|
1126
|
-
obj: UpdateSchedulingPolicyRequest
|
|
1127
|
-
) => any;
|
|
1128
|
-
export declare const UpdateSchedulingPolicyResponseFilterSensitiveLog: (
|
|
1129
|
-
obj: UpdateSchedulingPolicyResponse
|
|
1130
|
-
) => any;
|
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.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo batch"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|