@aws-sdk/client-batch 3.362.0 → 3.365.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/Batch.js +1 -1
- package/dist-cjs/BatchClient.js +5 -5
- package/dist-cjs/commands/CancelJobCommand.js +3 -3
- package/dist-cjs/commands/CreateComputeEnvironmentCommand.js +3 -3
- package/dist-cjs/commands/CreateJobQueueCommand.js +3 -3
- package/dist-cjs/commands/CreateSchedulingPolicyCommand.js +3 -3
- package/dist-cjs/commands/DeleteComputeEnvironmentCommand.js +3 -3
- package/dist-cjs/commands/DeleteJobQueueCommand.js +3 -3
- package/dist-cjs/commands/DeleteSchedulingPolicyCommand.js +3 -3
- package/dist-cjs/commands/DeregisterJobDefinitionCommand.js +3 -3
- package/dist-cjs/commands/DescribeComputeEnvironmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeJobDefinitionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeJobQueuesCommand.js +3 -3
- package/dist-cjs/commands/DescribeJobsCommand.js +3 -3
- package/dist-cjs/commands/DescribeSchedulingPoliciesCommand.js +3 -3
- package/dist-cjs/commands/ListJobsCommand.js +3 -3
- package/dist-cjs/commands/ListSchedulingPoliciesCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/RegisterJobDefinitionCommand.js +3 -3
- package/dist-cjs/commands/SubmitJobCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/TerminateJobCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateComputeEnvironmentCommand.js +3 -3
- package/dist-cjs/commands/UpdateJobQueueCommand.js +3 -3
- package/dist-cjs/commands/UpdateSchedulingPolicyCommand.js +3 -3
- package/dist-cjs/models/BatchServiceException.js +1 -1
- package/dist-cjs/protocols/Aws_restJson1.js +1 -1
- package/dist-cjs/runtimeConfig.browser.js +7 -7
- package/dist-cjs/runtimeConfig.js +10 -10
- package/dist-cjs/runtimeConfig.shared.js +4 -4
- package/dist-es/Batch.js +1 -1
- package/dist-es/BatchClient.js +5 -5
- package/dist-es/commands/CancelJobCommand.js +3 -3
- package/dist-es/commands/CreateComputeEnvironmentCommand.js +3 -3
- package/dist-es/commands/CreateJobQueueCommand.js +3 -3
- package/dist-es/commands/CreateSchedulingPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteComputeEnvironmentCommand.js +3 -3
- package/dist-es/commands/DeleteJobQueueCommand.js +3 -3
- package/dist-es/commands/DeleteSchedulingPolicyCommand.js +3 -3
- package/dist-es/commands/DeregisterJobDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +3 -3
- package/dist-es/commands/DescribeJobDefinitionsCommand.js +3 -3
- package/dist-es/commands/DescribeJobQueuesCommand.js +3 -3
- package/dist-es/commands/DescribeJobsCommand.js +3 -3
- package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +3 -3
- package/dist-es/commands/ListJobsCommand.js +3 -3
- package/dist-es/commands/ListSchedulingPoliciesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/RegisterJobDefinitionCommand.js +3 -3
- package/dist-es/commands/SubmitJobCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/TerminateJobCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateComputeEnvironmentCommand.js +3 -3
- package/dist-es/commands/UpdateJobQueueCommand.js +3 -3
- package/dist-es/commands/UpdateSchedulingPolicyCommand.js +3 -3
- package/dist-es/models/BatchServiceException.js +1 -1
- package/dist-es/protocols/Aws_restJson1.js +1 -1
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +10 -10
- package/dist-es/runtimeConfig.shared.js +4 -4
- package/dist-types/Batch.d.ts +1 -1
- package/dist-types/BatchClient.d.ts +8 -8
- package/dist-types/commands/CancelJobCommand.d.ts +11 -3
- package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +9 -5
- package/dist-types/commands/CreateJobQueueCommand.d.ts +3 -3
- package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteJobQueueCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeregisterJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +11 -3
- package/dist-types/commands/DescribeJobQueuesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeJobsCommand.d.ts +11 -3
- package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +3 -3
- package/dist-types/commands/ListJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +11 -3
- package/dist-types/commands/SubmitJobCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/TerminateJobCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateJobQueueCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/endpoint/ruleset.d.ts +1 -1
- package/dist-types/models/BatchServiceException.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +83 -12
- package/dist-types/pagination/DescribeComputeEnvironmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeJobQueuesPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSchedulingPoliciesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +20 -20
- package/dist-types/runtimeConfig.d.ts +20 -20
- package/dist-types/runtimeConfig.native.d.ts +19 -19
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/Batch.d.ts +1 -1
- package/dist-types/ts3.4/BatchClient.d.ts +19 -21
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +3 -3
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
- package/dist-types/ts3.4/models/BatchServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +7 -1
- package/dist-types/ts3.4/pagination/DescribeComputeEnvironmentsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeJobQueuesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListSchedulingPoliciesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/package.json +31 -30
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { RegisterJobDefinitionRequest, RegisterJobDefinitionResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -145,6 +145,10 @@ export interface RegisterJobDefinitionCommandOutput extends RegisterJobDefinitio
|
|
|
145
145
|
* ephemeralStorage: { // EphemeralStorage
|
|
146
146
|
* sizeInGiB: Number("int"), // required
|
|
147
147
|
* },
|
|
148
|
+
* runtimePlatform: { // RuntimePlatform
|
|
149
|
+
* operatingSystemFamily: "STRING_VALUE",
|
|
150
|
+
* cpuArchitecture: "STRING_VALUE",
|
|
151
|
+
* },
|
|
148
152
|
* },
|
|
149
153
|
* nodeProperties: { // NodeProperties
|
|
150
154
|
* numNodes: Number("int"), // required
|
|
@@ -248,6 +252,10 @@ export interface RegisterJobDefinitionCommandOutput extends RegisterJobDefinitio
|
|
|
248
252
|
* ephemeralStorage: {
|
|
249
253
|
* sizeInGiB: Number("int"), // required
|
|
250
254
|
* },
|
|
255
|
+
* runtimePlatform: {
|
|
256
|
+
* operatingSystemFamily: "STRING_VALUE",
|
|
257
|
+
* cpuArchitecture: "STRING_VALUE",
|
|
258
|
+
* },
|
|
251
259
|
* },
|
|
252
260
|
* },
|
|
253
261
|
* ],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { SubmitJobRequest, SubmitJobResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { TerminateJobRequest, TerminateJobResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { UpdateComputeEnvironmentRequest, UpdateComputeEnvironmentResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { UpdateJobQueueRequest, UpdateJobQueueResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@
|
|
2
|
-
import { Command as $Command } from "@
|
|
3
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BatchClient";
|
|
5
5
|
import { UpdateSchedulingPolicyRequest, UpdateSchedulingPolicyResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@
|
|
2
|
-
import { Endpoint, Provider } from "@smithy/types";
|
|
1
|
+
import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
3
2
|
export interface ClientInputEndpointParameters {
|
|
4
3
|
region?: string | Provider<string>;
|
|
5
4
|
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EndpointV2, Logger } from "@
|
|
1
|
+
import { EndpointV2, Logger } from "@smithy/types";
|
|
2
2
|
import { EndpointParameters } from "./EndpointParameters";
|
|
3
3
|
export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
|
|
4
4
|
logger?: Logger;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RuleSetObject } from "@
|
|
1
|
+
import { RuleSetObject } from "@smithy/types";
|
|
2
2
|
export declare const ruleSet: RuleSetObject;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
2
|
export { __ServiceException, __ServiceExceptionOptions };
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { BatchServiceException as __BaseException } from "./BatchServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
@@ -412,15 +412,21 @@ export interface ComputeResource {
|
|
|
412
412
|
*/
|
|
413
413
|
allocationStrategy?: CRAllocationStrategy | string;
|
|
414
414
|
/**
|
|
415
|
-
* <p>The minimum number of
|
|
416
|
-
*
|
|
415
|
+
* <p>The minimum number of
|
|
416
|
+
* vCPUs that
|
|
417
|
+
* a
|
|
418
|
+
* compute
|
|
419
|
+
* environment should maintain (even if the compute environment is <code>DISABLED</code>).</p>
|
|
417
420
|
* <note>
|
|
418
421
|
* <p>This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.</p>
|
|
419
422
|
* </note>
|
|
420
423
|
*/
|
|
421
424
|
minvCpus?: number;
|
|
422
425
|
/**
|
|
423
|
-
* <p>The maximum number of
|
|
426
|
+
* <p>The maximum number of
|
|
427
|
+
* vCPUs that a
|
|
428
|
+
* compute environment can
|
|
429
|
+
* support.</p>
|
|
424
430
|
* <note>
|
|
425
431
|
* <p>With both <code>BEST_FIT_PROGRESSIVE</code> and <code>SPOT_CAPACITY_OPTIMIZED</code>
|
|
426
432
|
* allocation strategies using On-Demand or Spot Instances, and the <code>BEST_FIT</code> strategy
|
|
@@ -432,8 +438,10 @@ export interface ComputeResource {
|
|
|
432
438
|
*/
|
|
433
439
|
maxvCpus: number | undefined;
|
|
434
440
|
/**
|
|
435
|
-
* <p>The desired number of
|
|
436
|
-
*
|
|
441
|
+
* <p>The desired number of
|
|
442
|
+
* vCPUS in the
|
|
443
|
+
* compute environment. Batch modifies this value between the minimum and maximum values based on
|
|
444
|
+
* job queue demand.</p>
|
|
437
445
|
* <note>
|
|
438
446
|
* <p>This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.</p>
|
|
439
447
|
* </note>
|
|
@@ -1827,6 +1835,50 @@ export interface ResourceRequirement {
|
|
|
1827
1835
|
*/
|
|
1828
1836
|
type: ResourceType | string | undefined;
|
|
1829
1837
|
}
|
|
1838
|
+
/**
|
|
1839
|
+
* @public
|
|
1840
|
+
* <p>An object that represents the compute environment architecture for Batch jobs on Fargate.</p>
|
|
1841
|
+
*/
|
|
1842
|
+
export interface RuntimePlatform {
|
|
1843
|
+
/**
|
|
1844
|
+
* <p>The operating system for the compute environment.
|
|
1845
|
+
* Valid values are:
|
|
1846
|
+
* <code>LINUX</code> (default), <code>WINDOWS_SERVER_2019_CORE</code>,
|
|
1847
|
+
* <code>WINDOWS_SERVER_2019_FULL</code>, <code>WINDOWS_SERVER_2022_CORE</code>, and
|
|
1848
|
+
* <code>WINDOWS_SERVER_2022_FULL</code>.</p>
|
|
1849
|
+
* <note>
|
|
1850
|
+
* <p>The following parameters can’t be set for Windows containers: <code>linuxParameters</code>,
|
|
1851
|
+
* <code>privileged</code>, <code>user</code>, <code>ulimits</code>,
|
|
1852
|
+
* <code>readonlyRootFilesystem</code>,
|
|
1853
|
+
* and <code>efsVolumeConfiguration</code>.</p>
|
|
1854
|
+
* </note>
|
|
1855
|
+
* <note>
|
|
1856
|
+
* <p>The Batch Scheduler checks before registering a task definition with Fargate. If the job
|
|
1857
|
+
* requires a Windows container and the first compute environment is <code>LINUX</code>, the
|
|
1858
|
+
* compute environment is skipped and the next is checked until a Windows-based compute environment
|
|
1859
|
+
* is found.</p>
|
|
1860
|
+
* </note>
|
|
1861
|
+
* <note>
|
|
1862
|
+
* <p>Fargate Spot is not supported for Windows-based containers on Fargate. A job
|
|
1863
|
+
* queue will be blocked if a Fargate Windows job is submitted to a job queue with only Fargate
|
|
1864
|
+
* Spot compute environments.
|
|
1865
|
+
* However, you can attach both <code>FARGATE</code> and <code>FARGATE_SPOT</code>
|
|
1866
|
+
* compute environments to the same job
|
|
1867
|
+
* queue.</p>
|
|
1868
|
+
* </note>
|
|
1869
|
+
*/
|
|
1870
|
+
operatingSystemFamily?: string;
|
|
1871
|
+
/**
|
|
1872
|
+
* <p>The vCPU architecture. The default value is <code>X86_64</code>. Valid values are <code>X86_64</code> and
|
|
1873
|
+
* <code> ARM64</code>.</p>
|
|
1874
|
+
* <note>
|
|
1875
|
+
* <p>This parameter must be set to
|
|
1876
|
+
* <code>X86_64</code>
|
|
1877
|
+
* for Windows containers.</p>
|
|
1878
|
+
* </note>
|
|
1879
|
+
*/
|
|
1880
|
+
cpuArchitecture?: string;
|
|
1881
|
+
}
|
|
1830
1882
|
/**
|
|
1831
1883
|
* @public
|
|
1832
1884
|
* <p>The <code>ulimit</code> settings to pass to the container.</p>
|
|
@@ -2209,6 +2261,10 @@ export interface ContainerProperties {
|
|
|
2209
2261
|
* Fargate.</p>
|
|
2210
2262
|
*/
|
|
2211
2263
|
ephemeralStorage?: EphemeralStorage;
|
|
2264
|
+
/**
|
|
2265
|
+
* <p>An object that represents the compute environment architecture for Batch jobs on Fargate.</p>
|
|
2266
|
+
*/
|
|
2267
|
+
runtimePlatform?: RuntimePlatform;
|
|
2212
2268
|
}
|
|
2213
2269
|
/**
|
|
2214
2270
|
* @public
|
|
@@ -3204,6 +3260,10 @@ export interface ContainerDetail {
|
|
|
3204
3260
|
* Fargate.</p>
|
|
3205
3261
|
*/
|
|
3206
3262
|
ephemeralStorage?: EphemeralStorage;
|
|
3263
|
+
/**
|
|
3264
|
+
* <p>An object that represents the compute environment architecture for Batch jobs on Fargate.</p>
|
|
3265
|
+
*/
|
|
3266
|
+
runtimePlatform?: RuntimePlatform;
|
|
3207
3267
|
}
|
|
3208
3268
|
/**
|
|
3209
3269
|
* @public
|
|
@@ -4073,6 +4133,8 @@ export interface RegisterJobDefinitionResponse {
|
|
|
4073
4133
|
/**
|
|
4074
4134
|
* @public
|
|
4075
4135
|
* <p>The overrides that should be sent to a container.</p>
|
|
4136
|
+
* <p>For information about using Batch overrides when you connect event sources to targets, see
|
|
4137
|
+
* <a href="https://docs.aws.amazon.com/eventbridge/latest/pipes-reference/API_BatchContainerOverrides.html">BatchContainerOverrides</a>.</p>
|
|
4076
4138
|
*/
|
|
4077
4139
|
export interface ContainerOverrides {
|
|
4078
4140
|
/**
|
|
@@ -4108,6 +4170,9 @@ export interface ContainerOverrides {
|
|
|
4108
4170
|
/**
|
|
4109
4171
|
* <p>The command to send to the container that overrides the default command from the Docker
|
|
4110
4172
|
* image or the job definition.</p>
|
|
4173
|
+
* <note>
|
|
4174
|
+
* <p>This parameter can't contain an empty string.</p>
|
|
4175
|
+
* </note>
|
|
4111
4176
|
*/
|
|
4112
4177
|
command?: string[];
|
|
4113
4178
|
/**
|
|
@@ -4267,8 +4332,11 @@ export interface SubmitJobRequest {
|
|
|
4267
4332
|
*/
|
|
4268
4333
|
jobQueue: string | undefined;
|
|
4269
4334
|
/**
|
|
4270
|
-
* <p>The share identifier for the job.
|
|
4271
|
-
*
|
|
4335
|
+
* <p>The share identifier for the job. Don't specify this parameter if the job queue doesn't
|
|
4336
|
+
* have a scheduling policy. If the job queue has a scheduling policy, then this parameter must
|
|
4337
|
+
* be specified.</p>
|
|
4338
|
+
* <p>This string is limited to 255 alphanumeric characters, and can be followed by an asterisk
|
|
4339
|
+
* (*).</p>
|
|
4272
4340
|
*/
|
|
4273
4341
|
shareIdentifier?: string;
|
|
4274
4342
|
/**
|
|
@@ -4460,8 +4528,9 @@ export type CRUpdateAllocationStrategy = (typeof CRUpdateAllocationStrategy)[key
|
|
|
4460
4528
|
*/
|
|
4461
4529
|
export interface ComputeResourceUpdate {
|
|
4462
4530
|
/**
|
|
4463
|
-
* <p>The minimum number of
|
|
4464
|
-
*
|
|
4531
|
+
* <p>The minimum number of
|
|
4532
|
+
* vCPUs that
|
|
4533
|
+
* an environment should maintain (even if the compute environment is <code>DISABLED</code>).</p>
|
|
4465
4534
|
* <note>
|
|
4466
4535
|
* <p>This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.</p>
|
|
4467
4536
|
* </note>
|
|
@@ -4480,8 +4549,10 @@ export interface ComputeResourceUpdate {
|
|
|
4480
4549
|
*/
|
|
4481
4550
|
maxvCpus?: number;
|
|
4482
4551
|
/**
|
|
4483
|
-
* <p>The desired number of
|
|
4484
|
-
*
|
|
4552
|
+
* <p>The desired number of
|
|
4553
|
+
* vCPUS in the
|
|
4554
|
+
* compute environment. Batch modifies this value between the minimum and maximum values based on
|
|
4555
|
+
* job queue demand.</p>
|
|
4485
4556
|
* <note>
|
|
4486
4557
|
* <p>This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.</p>
|
|
4487
4558
|
* </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeComputeEnvironmentsCommandInput, DescribeComputeEnvironmentsCommandOutput } from "../commands/DescribeComputeEnvironmentsCommand";
|
|
3
3
|
import { BatchPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeJobDefinitionsCommandInput, DescribeJobDefinitionsCommandOutput } from "../commands/DescribeJobDefinitionsCommand";
|
|
3
3
|
import { BatchPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeJobQueuesCommandInput, DescribeJobQueuesCommandOutput } from "../commands/DescribeJobQueuesCommand";
|
|
3
3
|
import { BatchPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSchedulingPoliciesCommandInput, ListSchedulingPoliciesCommandOutput } from "../commands/ListSchedulingPoliciesCommand";
|
|
3
3
|
import { BatchPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
2
|
import { BatchClientConfig } from "./BatchClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@
|
|
9
|
-
bodyLengthChecker: import("@
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@
|
|
12
|
-
maxAttempts:
|
|
13
|
-
region: string | import("@
|
|
14
|
-
requestHandler: (import("@
|
|
11
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
+
requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@
|
|
16
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint:
|
|
19
|
-
useFipsEndpoint:
|
|
18
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
apiVersion: string;
|
|
21
|
-
urlParser: import("@
|
|
21
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
23
|
base64Encoder: import("@smithy/types").Encoder;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
25
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
|
-
logger: import("@
|
|
29
|
-
endpoint?: ((string | import("@
|
|
28
|
+
logger: import("@smithy/types").Logger;
|
|
29
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
30
30
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
-
logger?: import("@
|
|
32
|
-
}) => import("@
|
|
31
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
32
|
+
}) => import("@smithy/types").EndpointV2;
|
|
33
33
|
tls?: boolean | undefined;
|
|
34
|
-
retryStrategy?: import("@
|
|
35
|
-
credentials?: import("@
|
|
36
|
-
signer?: import("@
|
|
34
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
35
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
|
|
36
|
+
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
|
37
37
|
signingEscapePath?: boolean | undefined;
|
|
38
38
|
systemClockOffset?: number | undefined;
|
|
39
39
|
signingRegion?: string | undefined;
|
|
40
|
-
signerConstructor?: (new (options: import("@
|
|
41
|
-
customUserAgent?: string | import("@
|
|
40
|
+
signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
|
|
41
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
42
42
|
};
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
2
|
import { BatchClientConfig } from "./BatchClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@
|
|
9
|
-
bodyLengthChecker: import("@
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@
|
|
12
|
-
maxAttempts: number | import("@
|
|
13
|
-
region: string | import("@
|
|
14
|
-
requestHandler: (import("@
|
|
11
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
|
+
region: string | import("@smithy/types").Provider<string>;
|
|
14
|
+
requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@
|
|
16
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@
|
|
19
|
-
useFipsEndpoint: boolean | import("@
|
|
18
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
apiVersion: string;
|
|
21
|
-
urlParser: import("@
|
|
21
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
23
|
base64Encoder: import("@smithy/types").Encoder;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
25
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
|
-
logger: import("@
|
|
29
|
-
endpoint?: ((string | import("@
|
|
28
|
+
logger: import("@smithy/types").Logger;
|
|
29
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
30
30
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
-
logger?: import("@
|
|
32
|
-
}) => import("@
|
|
31
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
32
|
+
}) => import("@smithy/types").EndpointV2;
|
|
33
33
|
tls?: boolean | undefined;
|
|
34
|
-
retryStrategy?: import("@
|
|
35
|
-
credentials?: import("@
|
|
36
|
-
signer?: import("@
|
|
34
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
35
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
|
|
36
|
+
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
|
37
37
|
signingEscapePath?: boolean | undefined;
|
|
38
38
|
systemClockOffset?: number | undefined;
|
|
39
39
|
signingRegion?: string | undefined;
|
|
40
|
-
signerConstructor?: (new (options: import("@
|
|
41
|
-
customUserAgent?: string | import("@
|
|
40
|
+
signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
|
|
41
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
42
42
|
};
|
|
@@ -4,11 +4,11 @@ import { BatchClientConfig } from "./BatchClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@
|
|
8
|
-
requestHandler: (import("@
|
|
7
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
+
requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
apiVersion: string;
|
|
10
|
-
urlParser: import("@
|
|
11
|
-
bodyLengthChecker: import("@
|
|
10
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
11
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@smithy/types").Decoder;
|
|
14
14
|
base64Encoder: import("@smithy/types").Encoder;
|
|
@@ -16,26 +16,26 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
16
16
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
|
-
useDualstackEndpoint:
|
|
20
|
-
useFipsEndpoint:
|
|
21
|
-
region: string | import("@
|
|
19
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
22
22
|
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
23
|
-
defaultUserAgentProvider: import("@
|
|
24
|
-
maxAttempts:
|
|
23
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
24
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
|
-
logger: import("@
|
|
27
|
-
defaultsMode: import("@
|
|
28
|
-
endpoint?: string | import("@
|
|
26
|
+
logger: import("@smithy/types").Logger;
|
|
27
|
+
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
28
|
+
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
29
29
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
|
-
logger?: import("@
|
|
31
|
-
}) => import("@
|
|
30
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
31
|
+
}) => import("@smithy/types").EndpointV2;
|
|
32
32
|
tls?: boolean | undefined;
|
|
33
|
-
retryStrategy?: import("@
|
|
34
|
-
credentials?: import("@
|
|
35
|
-
signer?: import("@
|
|
33
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
|
|
35
|
+
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
|
36
36
|
signingEscapePath?: boolean | undefined;
|
|
37
37
|
systemClockOffset?: number | undefined;
|
|
38
38
|
signingRegion?: string | undefined;
|
|
39
|
-
signerConstructor?: (new (options: import("@
|
|
40
|
-
customUserAgent?: string | import("@
|
|
39
|
+
signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
|
|
40
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
41
41
|
};
|
|
@@ -8,11 +8,11 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
8
8
|
base64Encoder: import("@smithy/types").Encoder;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
|
-
logger?: import("@
|
|
12
|
-
}) => import("@
|
|
13
|
-
logger: import("@
|
|
11
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
12
|
+
}) => import("@smithy/types").EndpointV2;
|
|
13
|
+
logger: import("@smithy/types").Logger;
|
|
14
14
|
serviceId: string;
|
|
15
|
-
urlParser: import("@
|
|
15
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
16
16
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
17
17
|
utf8Encoder: import("@smithy/types").Encoder;
|
|
18
18
|
};
|