@aws-sdk/client-batch 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/Batch.d.ts +149 -164
- package/dist-types/ts3.4/BatchClient.d.ts +19 -41
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConsumableResourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateQuotaShareCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateServiceEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConsumableResourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteQuotaShareCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteServiceEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeConsumableResourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeQuotaShareCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeServiceEnvironmentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeServiceJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetJobQueueSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListConsumableResourcesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListJobsByConsumableResourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/ListQuotaSharesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListServiceJobsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/SubmitServiceJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TerminateServiceJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateConsumableResourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateQuotaShareCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateServiceEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateServiceJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +11 -22
- package/dist-types/ts3.4/models/models_0.d.ts +7 -21
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateConsumableResourceResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateConsumableResourceCommandInput
|
|
8
|
-
extends UpdateConsumableResourceRequest {}
|
|
7
|
+
export interface UpdateConsumableResourceCommandInput extends UpdateConsumableResourceRequest {}
|
|
9
8
|
export interface UpdateConsumableResourceCommandOutput
|
|
10
|
-
extends UpdateConsumableResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateConsumableResourceResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateConsumableResourceCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateConsumableResourceCommandInput
|
|
12
|
+
input: UpdateConsumableResourceCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateConsumableResourceCommandInput,
|
|
17
15
|
UpdateConsumableResourceCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateConsumableResourceCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateConsumableResourceCommandInput
|
|
21
|
+
input: UpdateConsumableResourceCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateConsumableResourceCommandInput,
|
|
26
24
|
UpdateConsumableResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateJobQueueRequest,
|
|
4
|
-
UpdateJobQueueResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateJobQueueRequest, UpdateJobQueueResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateJobQueueCommandInput extends UpdateJobQueueRequest {}
|
|
8
|
-
export interface UpdateJobQueueCommandOutput
|
|
9
|
-
extends UpdateJobQueueResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateJobQueueCommandOutput extends UpdateJobQueueResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateJobQueueCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateJobQueueCommandInput
|
|
8
|
+
input: UpdateJobQueueCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateJobQueueCommandInput,
|
|
16
11
|
UpdateJobQueueCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateJobQueueCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateJobQueueCommandInput
|
|
17
|
+
input: UpdateJobQueueCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateJobQueueCommandInput,
|
|
25
20
|
UpdateJobQueueCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateQuotaShareRequest,
|
|
4
|
-
UpdateQuotaShareResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateQuotaShareRequest, UpdateQuotaShareResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateQuotaShareCommandInput extends UpdateQuotaShareRequest {}
|
|
8
|
-
export interface UpdateQuotaShareCommandOutput
|
|
9
|
-
extends UpdateQuotaShareResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateQuotaShareCommandOutput extends UpdateQuotaShareResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateQuotaShareCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateQuotaShareCommandInput
|
|
8
|
+
input: UpdateQuotaShareCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateQuotaShareCommandInput,
|
|
16
11
|
UpdateQuotaShareCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateQuotaShareCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateQuotaShareCommandInput
|
|
17
|
+
input: UpdateQuotaShareCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateQuotaShareCommandInput,
|
|
25
20
|
UpdateQuotaShareCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateSchedulingPolicyRequest,
|
|
4
|
-
UpdateSchedulingPolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateSchedulingPolicyRequest, UpdateSchedulingPolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateSchedulingPolicyCommandInput
|
|
8
|
-
extends UpdateSchedulingPolicyRequest {}
|
|
4
|
+
export interface UpdateSchedulingPolicyCommandInput extends UpdateSchedulingPolicyRequest {}
|
|
9
5
|
export interface UpdateSchedulingPolicyCommandOutput
|
|
10
|
-
extends UpdateSchedulingPolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateSchedulingPolicyResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateSchedulingPolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateSchedulingPolicyCommandInput
|
|
9
|
+
input: UpdateSchedulingPolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateSchedulingPolicyCommandInput,
|
|
17
12
|
UpdateSchedulingPolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateSchedulingPolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateSchedulingPolicyCommandInput
|
|
18
|
+
input: UpdateSchedulingPolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateSchedulingPolicyCommandInput,
|
|
26
21
|
UpdateSchedulingPolicyCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateServiceEnvironmentResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateServiceEnvironmentCommandInput
|
|
8
|
-
extends UpdateServiceEnvironmentRequest {}
|
|
7
|
+
export interface UpdateServiceEnvironmentCommandInput extends UpdateServiceEnvironmentRequest {}
|
|
9
8
|
export interface UpdateServiceEnvironmentCommandOutput
|
|
10
|
-
extends UpdateServiceEnvironmentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateServiceEnvironmentResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateServiceEnvironmentCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateServiceEnvironmentCommandInput
|
|
12
|
+
input: UpdateServiceEnvironmentCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateServiceEnvironmentCommandInput,
|
|
17
15
|
UpdateServiceEnvironmentCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateServiceEnvironmentCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateServiceEnvironmentCommandInput
|
|
21
|
+
input: UpdateServiceEnvironmentCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateServiceEnvironmentCommandInput,
|
|
26
24
|
UpdateServiceEnvironmentCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateServiceJobRequest,
|
|
4
|
-
UpdateServiceJobResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateServiceJobRequest, UpdateServiceJobResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateServiceJobCommandInput extends UpdateServiceJobRequest {}
|
|
8
|
-
export interface UpdateServiceJobCommandOutput
|
|
9
|
-
extends UpdateServiceJobResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateServiceJobCommandOutput extends UpdateServiceJobResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateServiceJobCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateServiceJobCommandInput
|
|
8
|
+
input: UpdateServiceJobCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateServiceJobCommandInput,
|
|
16
11
|
UpdateServiceJobCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateServiceJobCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateServiceJobCommandInput
|
|
17
|
+
input: UpdateServiceJobCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateServiceJobCommandInput,
|
|
25
20
|
UpdateServiceJobCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface BatchExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -2,14 +2,12 @@ export declare const ArrayJobDependency: {
|
|
|
2
2
|
readonly N_TO_N: "N_TO_N";
|
|
3
3
|
readonly SEQUENTIAL: "SEQUENTIAL";
|
|
4
4
|
};
|
|
5
|
-
export type ArrayJobDependency =
|
|
6
|
-
(typeof ArrayJobDependency)[keyof typeof ArrayJobDependency];
|
|
5
|
+
export type ArrayJobDependency = (typeof ArrayJobDependency)[keyof typeof ArrayJobDependency];
|
|
7
6
|
export declare const AssignPublicIp: {
|
|
8
7
|
readonly DISABLED: "DISABLED";
|
|
9
8
|
readonly ENABLED: "ENABLED";
|
|
10
9
|
};
|
|
11
|
-
export type AssignPublicIp =
|
|
12
|
-
(typeof AssignPublicIp)[keyof typeof AssignPublicIp];
|
|
10
|
+
export type AssignPublicIp = (typeof AssignPublicIp)[keyof typeof AssignPublicIp];
|
|
13
11
|
export declare const CRAllocationStrategy: {
|
|
14
12
|
readonly BEST_FIT: "BEST_FIT";
|
|
15
13
|
readonly BEST_FIT_PROGRESSIVE: "BEST_FIT_PROGRESSIVE";
|
|
@@ -18,8 +16,7 @@ export declare const CRAllocationStrategy: {
|
|
|
18
16
|
readonly SPOT_CAPACITY_OPTIMIZED_PRIORITIZED: "SPOT_CAPACITY_OPTIMIZED_PRIORITIZED";
|
|
19
17
|
readonly SPOT_PRICE_CAPACITY_OPTIMIZED: "SPOT_PRICE_CAPACITY_OPTIMIZED";
|
|
20
18
|
};
|
|
21
|
-
export type CRAllocationStrategy =
|
|
22
|
-
(typeof CRAllocationStrategy)[keyof typeof CRAllocationStrategy];
|
|
19
|
+
export type CRAllocationStrategy = (typeof CRAllocationStrategy)[keyof typeof CRAllocationStrategy];
|
|
23
20
|
export declare const UserdataType: {
|
|
24
21
|
readonly EKS_BOOTSTRAP_SH: "EKS_BOOTSTRAP_SH";
|
|
25
22
|
readonly EKS_NODEADM: "EKS_NODEADM";
|
|
@@ -82,8 +79,7 @@ export declare const QuotaShareState: {
|
|
|
82
79
|
readonly DISABLED: "DISABLED";
|
|
83
80
|
readonly ENABLED: "ENABLED";
|
|
84
81
|
};
|
|
85
|
-
export type QuotaShareState =
|
|
86
|
-
(typeof QuotaShareState)[keyof typeof QuotaShareState];
|
|
82
|
+
export type QuotaShareState = (typeof QuotaShareState)[keyof typeof QuotaShareState];
|
|
87
83
|
export declare const QuotaShareIdleResourceAssignmentStrategy: {
|
|
88
84
|
readonly FIFO: "FIFO";
|
|
89
85
|
};
|
|
@@ -104,8 +100,7 @@ export declare const OrchestrationType: {
|
|
|
104
100
|
readonly ECS: "ECS";
|
|
105
101
|
readonly EKS: "EKS";
|
|
106
102
|
};
|
|
107
|
-
export type OrchestrationType =
|
|
108
|
-
(typeof OrchestrationType)[keyof typeof OrchestrationType];
|
|
103
|
+
export type OrchestrationType = (typeof OrchestrationType)[keyof typeof OrchestrationType];
|
|
109
104
|
export declare const CEStatus: {
|
|
110
105
|
readonly CREATING: "CREATING";
|
|
111
106
|
readonly DELETED: "DELETED";
|
|
@@ -149,8 +144,7 @@ export declare const EFSTransitEncryption: {
|
|
|
149
144
|
readonly DISABLED: "DISABLED";
|
|
150
145
|
readonly ENABLED: "ENABLED";
|
|
151
146
|
};
|
|
152
|
-
export type EFSTransitEncryption =
|
|
153
|
-
(typeof EFSTransitEncryption)[keyof typeof EFSTransitEncryption];
|
|
147
|
+
export type EFSTransitEncryption = (typeof EFSTransitEncryption)[keyof typeof EFSTransitEncryption];
|
|
154
148
|
export declare const FirelensConfigurationType: {
|
|
155
149
|
readonly FLUENTBIT: "fluentbit";
|
|
156
150
|
readonly FLUENTD: "fluentd";
|
|
@@ -161,8 +155,7 @@ export declare const PlatformCapability: {
|
|
|
161
155
|
readonly EC2: "EC2";
|
|
162
156
|
readonly FARGATE: "FARGATE";
|
|
163
157
|
};
|
|
164
|
-
export type PlatformCapability =
|
|
165
|
-
(typeof PlatformCapability)[keyof typeof PlatformCapability];
|
|
158
|
+
export type PlatformCapability = (typeof PlatformCapability)[keyof typeof PlatformCapability];
|
|
166
159
|
export declare const RetryAction: {
|
|
167
160
|
readonly EXIT: "EXIT";
|
|
168
161
|
readonly RETRY: "RETRY";
|
|
@@ -194,8 +187,7 @@ export declare const QuotaShareStatus: {
|
|
|
194
187
|
readonly UPDATING: "UPDATING";
|
|
195
188
|
readonly VALID: "VALID";
|
|
196
189
|
};
|
|
197
|
-
export type QuotaShareStatus =
|
|
198
|
-
(typeof QuotaShareStatus)[keyof typeof QuotaShareStatus];
|
|
190
|
+
export type QuotaShareStatus = (typeof QuotaShareStatus)[keyof typeof QuotaShareStatus];
|
|
199
191
|
export declare const ServiceEnvironmentStatus: {
|
|
200
192
|
readonly CREATING: "CREATING";
|
|
201
193
|
readonly DELETED: "DELETED";
|
|
@@ -220,8 +212,7 @@ export type ServiceJobRetryAction =
|
|
|
220
212
|
export declare const ServiceJobType: {
|
|
221
213
|
readonly SAGEMAKER_TRAINING: "SAGEMAKER_TRAINING";
|
|
222
214
|
};
|
|
223
|
-
export type ServiceJobType =
|
|
224
|
-
(typeof ServiceJobType)[keyof typeof ServiceJobType];
|
|
215
|
+
export type ServiceJobType = (typeof ServiceJobType)[keyof typeof ServiceJobType];
|
|
225
216
|
export declare const ServiceJobStatus: {
|
|
226
217
|
readonly FAILED: "FAILED";
|
|
227
218
|
readonly PENDING: "PENDING";
|
|
@@ -232,14 +223,12 @@ export declare const ServiceJobStatus: {
|
|
|
232
223
|
readonly SUBMITTED: "SUBMITTED";
|
|
233
224
|
readonly SUCCEEDED: "SUCCEEDED";
|
|
234
225
|
};
|
|
235
|
-
export type ServiceJobStatus =
|
|
236
|
-
(typeof ServiceJobStatus)[keyof typeof ServiceJobStatus];
|
|
226
|
+
export type ServiceJobStatus = (typeof ServiceJobStatus)[keyof typeof ServiceJobStatus];
|
|
237
227
|
export declare const JobDefinitionType: {
|
|
238
228
|
readonly Container: "container";
|
|
239
229
|
readonly Multinode: "multinode";
|
|
240
230
|
};
|
|
241
|
-
export type JobDefinitionType =
|
|
242
|
-
(typeof JobDefinitionType)[keyof typeof JobDefinitionType];
|
|
231
|
+
export type JobDefinitionType = (typeof JobDefinitionType)[keyof typeof JobDefinitionType];
|
|
243
232
|
export declare const CRUpdateAllocationStrategy: {
|
|
244
233
|
readonly BEST_FIT_PROGRESSIVE: "BEST_FIT_PROGRESSIVE";
|
|
245
234
|
readonly BEST_FIT_PROGRESSIVE_ORDERED: "BEST_FIT_PROGRESSIVE_ORDERED";
|
|
@@ -205,9 +205,7 @@ export interface CreateQuotaShareRequest {
|
|
|
205
205
|
quotaShareName: string | undefined;
|
|
206
206
|
jobQueue: string | undefined;
|
|
207
207
|
capacityLimits: QuotaShareCapacityLimit[] | undefined;
|
|
208
|
-
resourceSharingConfiguration:
|
|
209
|
-
| QuotaShareResourceSharingConfiguration
|
|
210
|
-
| undefined;
|
|
208
|
+
resourceSharingConfiguration: QuotaShareResourceSharingConfiguration | undefined;
|
|
211
209
|
preemptionConfiguration: QuotaSharePreemptionConfiguration | undefined;
|
|
212
210
|
state?: QuotaShareState | undefined;
|
|
213
211
|
tags?: Record<string, string> | undefined;
|
|
@@ -226,9 +224,7 @@ export interface FairsharePolicy {
|
|
|
226
224
|
shareDistribution?: ShareAttributes[] | undefined;
|
|
227
225
|
}
|
|
228
226
|
export interface QuotaSharePolicy {
|
|
229
|
-
idleResourceAssignmentStrategy:
|
|
230
|
-
| QuotaShareIdleResourceAssignmentStrategy
|
|
231
|
-
| undefined;
|
|
227
|
+
idleResourceAssignmentStrategy: QuotaShareIdleResourceAssignmentStrategy | undefined;
|
|
232
228
|
}
|
|
233
229
|
export interface CreateSchedulingPolicyRequest {
|
|
234
230
|
name: string | undefined;
|
|
@@ -824,9 +820,7 @@ export interface DescribeQuotaShareResponse {
|
|
|
824
820
|
quotaShareArn?: string | undefined;
|
|
825
821
|
jobQueueArn?: string | undefined;
|
|
826
822
|
capacityLimits?: QuotaShareCapacityLimit[] | undefined;
|
|
827
|
-
resourceSharingConfiguration?:
|
|
828
|
-
| QuotaShareResourceSharingConfiguration
|
|
829
|
-
| undefined;
|
|
823
|
+
resourceSharingConfiguration?: QuotaShareResourceSharingConfiguration | undefined;
|
|
830
824
|
preemptionConfiguration?: QuotaSharePreemptionConfiguration | undefined;
|
|
831
825
|
state?: QuotaShareState | undefined;
|
|
832
826
|
status?: QuotaShareStatus | undefined;
|
|
@@ -1086,9 +1080,7 @@ export interface QuotaShareDetail {
|
|
|
1086
1080
|
quotaShareArn?: string | undefined;
|
|
1087
1081
|
jobQueueArn?: string | undefined;
|
|
1088
1082
|
capacityLimits?: QuotaShareCapacityLimit[] | undefined;
|
|
1089
|
-
resourceSharingConfiguration?:
|
|
1090
|
-
| QuotaShareResourceSharingConfiguration
|
|
1091
|
-
| undefined;
|
|
1083
|
+
resourceSharingConfiguration?: QuotaShareResourceSharingConfiguration | undefined;
|
|
1092
1084
|
preemptionConfiguration?: QuotaSharePreemptionConfiguration | undefined;
|
|
1093
1085
|
state?: QuotaShareState | undefined;
|
|
1094
1086
|
status?: QuotaShareStatus | undefined;
|
|
@@ -1208,9 +1200,7 @@ export interface NodePropertyOverride {
|
|
|
1208
1200
|
ecsPropertiesOverride?: EcsPropertiesOverride | undefined;
|
|
1209
1201
|
instanceTypes?: string[] | undefined;
|
|
1210
1202
|
eksPropertiesOverride?: EksPropertiesOverride | undefined;
|
|
1211
|
-
consumableResourcePropertiesOverride?:
|
|
1212
|
-
| ConsumableResourceProperties
|
|
1213
|
-
| undefined;
|
|
1203
|
+
consumableResourcePropertiesOverride?: ConsumableResourceProperties | undefined;
|
|
1214
1204
|
}
|
|
1215
1205
|
export interface NodeOverrides {
|
|
1216
1206
|
numNodes?: number | undefined;
|
|
@@ -1233,9 +1223,7 @@ export interface SubmitJobRequest {
|
|
|
1233
1223
|
tags?: Record<string, string> | undefined;
|
|
1234
1224
|
eksPropertiesOverride?: EksPropertiesOverride | undefined;
|
|
1235
1225
|
ecsPropertiesOverride?: EcsPropertiesOverride | undefined;
|
|
1236
|
-
consumableResourcePropertiesOverride?:
|
|
1237
|
-
| ConsumableResourceProperties
|
|
1238
|
-
| undefined;
|
|
1226
|
+
consumableResourcePropertiesOverride?: ConsumableResourceProperties | undefined;
|
|
1239
1227
|
}
|
|
1240
1228
|
export interface SubmitJobResponse {
|
|
1241
1229
|
jobArn?: string | undefined;
|
|
@@ -1341,9 +1329,7 @@ export interface UpdateJobQueueResponse {
|
|
|
1341
1329
|
export interface UpdateQuotaShareRequest {
|
|
1342
1330
|
quotaShareArn: string | undefined;
|
|
1343
1331
|
capacityLimits?: QuotaShareCapacityLimit[] | undefined;
|
|
1344
|
-
resourceSharingConfiguration?:
|
|
1345
|
-
| QuotaShareResourceSharingConfiguration
|
|
1346
|
-
| undefined;
|
|
1332
|
+
resourceSharingConfiguration?: QuotaShareResourceSharingConfiguration | undefined;
|
|
1347
1333
|
preemptionConfiguration?: QuotaSharePreemptionConfiguration | undefined;
|
|
1348
1334
|
state?: QuotaShareState | undefined;
|
|
1349
1335
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListJobsCommandInput,
|
|
4
|
-
ListJobsCommandOutput,
|
|
5
|
-
} from "../commands/ListJobsCommand";
|
|
2
|
+
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
6
3
|
import { BatchPaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateListJobs: (
|
|
8
5
|
config: BatchPaginationConfiguration,
|
|
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
10
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
-
| ((
|
|
12
|
-
_: unknown
|
|
13
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
12
|
defaultUserAgentProvider: (
|
|
15
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
16
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
|
-
requestHandler:
|
|
20
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
22
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
19
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
21
|
) => Promise<Uint8Array>;
|
|
30
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
31
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
53
45
|
logger: import("@smithy/types").Logger;
|
|
54
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
userAgentAppId?:
|
|
57
|
-
|
|
58
|
-
| undefined
|
|
59
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
60
|
-
retryStrategy?:
|
|
61
|
-
| import("@smithy/types").RetryStrategy
|
|
62
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
63
50
|
endpoint?:
|
|
64
51
|
| ((
|
|
65
52
|
| string
|
|
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
81
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
82
69
|
context?: {
|
|
83
70
|
logger?: import("@smithy/types").Logger;
|
|
84
|
-
}
|
|
71
|
+
},
|
|
85
72
|
) => import("@smithy/types").EndpointV2;
|
|
86
73
|
tls?: boolean;
|
|
87
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
94
81
|
signer?:
|
|
95
82
|
| import("@smithy/types").RequestSigner
|
|
96
83
|
| ((
|
|
97
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
98
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
99
86
|
signingEscapePath?: boolean;
|
|
100
87
|
systemClockOffset?: number;
|
|
101
88
|
signingRegion?: string;
|
|
102
89
|
signerConstructor?: new (
|
|
103
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
104
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
105
92
|
) => import("@smithy/types").RequestSigner;
|
|
106
93
|
};
|
|
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
10
10
|
credentialDefaultProvider:
|
|
11
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
12
12
|
| ((
|
|
13
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
14
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
15
15
|
defaultUserAgentProvider: (
|
|
16
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
17
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
18
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
19
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
20
|
-
requestHandler:
|
|
21
|
-
| RequestHandler
|
|
22
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
21
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
22
|
streamCollector: (
|
|
25
|
-
stream:
|
|
26
|
-
| import("stream").Readable
|
|
27
|
-
| import("stream/web").ReadableStream
|
|
28
|
-
| ReadableStream
|
|
29
|
-
| Blob
|
|
23
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
30
24
|
) => Promise<Uint8Array>;
|
|
31
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
32
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
53
47
|
logger: import("@smithy/types").Logger;
|
|
54
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
retryStrategy?:
|
|
57
|
-
| import("@smithy/types").RetryStrategy
|
|
58
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
59
51
|
endpoint?:
|
|
60
52
|
| ((
|
|
61
53
|
| string
|
|
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
77
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
78
70
|
context?: {
|
|
79
71
|
logger?: import("@smithy/types").Logger;
|
|
80
|
-
}
|
|
72
|
+
},
|
|
81
73
|
) => import("@smithy/types").EndpointV2;
|
|
82
74
|
tls?: boolean;
|
|
83
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
89
81
|
signer?:
|
|
90
82
|
| import("@smithy/types").RequestSigner
|
|
91
83
|
| ((
|
|
92
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
93
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
94
86
|
signingEscapePath?: boolean;
|
|
95
87
|
systemClockOffset?: number;
|
|
96
88
|
signingRegion?: string;
|
|
97
89
|
signerConstructor?: new (
|
|
98
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
99
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
100
92
|
) => import("@smithy/types").RequestSigner;
|
|
101
93
|
};
|
|
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
24
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
25
|
) => Promise<Uint8Array>;
|
|
30
26
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
27
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,30 +36,21 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
40
36
|
region: string | import("@smithy/types").Provider<any>;
|
|
41
37
|
profile?: string;
|
|
42
38
|
defaultUserAgentProvider: (
|
|
43
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
39
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
44
40
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
45
41
|
credentialDefaultProvider:
|
|
46
42
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
47
|
-
| ((
|
|
48
|
-
_: unknown
|
|
49
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
43
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
50
44
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
51
45
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
52
46
|
logger: import("@smithy/types").Logger;
|
|
53
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
54
48
|
defaultsMode:
|
|
55
49
|
| import("@smithy/core/client").DefaultsMode
|
|
56
|
-
| import("@smithy/types").Provider<
|
|
57
|
-
import("@smithy/core/client").DefaultsMode
|
|
58
|
-
>;
|
|
50
|
+
| import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
59
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
60
|
-
userAgentAppId?:
|
|
61
|
-
|
|
62
|
-
| undefined
|
|
63
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
64
|
-
retryStrategy?:
|
|
65
|
-
| import("@smithy/types").RetryStrategy
|
|
66
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
52
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
53
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
67
54
|
endpoint?:
|
|
68
55
|
| ((
|
|
69
56
|
| string
|
|
@@ -85,7 +72,7 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
85
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
86
73
|
context?: {
|
|
87
74
|
logger?: import("@smithy/types").Logger;
|
|
88
|
-
}
|
|
75
|
+
},
|
|
89
76
|
) => import("@smithy/types").EndpointV2;
|
|
90
77
|
tls?: boolean;
|
|
91
78
|
serviceConfiguredEndpoint?: never;
|
|
@@ -98,13 +85,13 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
98
85
|
signer?:
|
|
99
86
|
| import("@smithy/types").RequestSigner
|
|
100
87
|
| ((
|
|
101
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
88
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
102
89
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
103
90
|
signingEscapePath?: boolean;
|
|
104
91
|
systemClockOffset?: number;
|
|
105
92
|
signingRegion?: string;
|
|
106
93
|
signerConstructor?: new (
|
|
107
94
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
108
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
95
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
109
96
|
) => import("@smithy/types").RequestSigner;
|
|
110
97
|
};
|
|
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
9
9
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
10
10
|
context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger;
|
|
12
|
-
}
|
|
12
|
+
},
|
|
13
13
|
) => import("@smithy/types").EndpointV2;
|
|
14
14
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
15
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BatchHttpAuthSchemeProvider;
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
2
|
-
import {
|
|
3
|
-
StaticErrorSchema,
|
|
4
|
-
StaticOperationSchema,
|
|
5
|
-
StaticStructureSchema,
|
|
6
|
-
} from "@smithy/types";
|
|
2
|
+
import { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
7
3
|
export declare var BatchServiceException$: StaticErrorSchema;
|
|
8
4
|
export declare var ClientException$: StaticErrorSchema;
|
|
9
5
|
export declare var ServerException$: StaticErrorSchema;
|