@aws-sdk/client-batch 3.928.0 → 3.929.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 +2306 -1659
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/BatchClient.js +2 -0
- package/dist-es/commands/CancelJobCommand.js +3 -9
- package/dist-es/commands/CreateComputeEnvironmentCommand.js +3 -9
- package/dist-es/commands/CreateConsumableResourceCommand.js +3 -9
- package/dist-es/commands/CreateJobQueueCommand.js +3 -9
- package/dist-es/commands/CreateSchedulingPolicyCommand.js +3 -9
- package/dist-es/commands/CreateServiceEnvironmentCommand.js +3 -9
- package/dist-es/commands/DeleteComputeEnvironmentCommand.js +3 -9
- package/dist-es/commands/DeleteConsumableResourceCommand.js +3 -9
- package/dist-es/commands/DeleteJobQueueCommand.js +3 -9
- package/dist-es/commands/DeleteSchedulingPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteServiceEnvironmentCommand.js +3 -9
- package/dist-es/commands/DeregisterJobDefinitionCommand.js +3 -9
- package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +3 -9
- package/dist-es/commands/DescribeConsumableResourceCommand.js +3 -9
- package/dist-es/commands/DescribeJobDefinitionsCommand.js +3 -9
- package/dist-es/commands/DescribeJobQueuesCommand.js +3 -9
- package/dist-es/commands/DescribeJobsCommand.js +3 -9
- package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +3 -9
- package/dist-es/commands/DescribeServiceEnvironmentsCommand.js +3 -9
- package/dist-es/commands/DescribeServiceJobCommand.js +3 -9
- package/dist-es/commands/GetJobQueueSnapshotCommand.js +3 -9
- package/dist-es/commands/ListConsumableResourcesCommand.js +3 -9
- package/dist-es/commands/ListJobsByConsumableResourceCommand.js +3 -9
- package/dist-es/commands/ListJobsCommand.js +3 -9
- package/dist-es/commands/ListSchedulingPoliciesCommand.js +3 -9
- package/dist-es/commands/ListServiceJobsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/RegisterJobDefinitionCommand.js +3 -9
- package/dist-es/commands/SubmitJobCommand.js +3 -9
- package/dist-es/commands/SubmitServiceJobCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/TerminateJobCommand.js +3 -9
- package/dist-es/commands/TerminateServiceJobCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateComputeEnvironmentCommand.js +3 -9
- package/dist-es/commands/UpdateConsumableResourceCommand.js +3 -9
- package/dist-es/commands/UpdateJobQueueCommand.js +3 -9
- package/dist-es/commands/UpdateSchedulingPolicyCommand.js +3 -9
- package/dist-es/commands/UpdateServiceEnvironmentCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2236 -0
- package/dist-types/BatchClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +45 -57
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +301 -0
- package/dist-types/ts3.4/BatchClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +306 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -1382
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -353
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -473
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand";
|
|
11
11
|
import { CreateComputeEnvironmentCommandInput, CreateComputeEnvironmentCommandOutput } from "./commands/CreateComputeEnvironmentCommand";
|
|
@@ -180,6 +180,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
180
180
|
* Optional extensions
|
|
181
181
|
*/
|
|
182
182
|
extensions?: RuntimeExtension[];
|
|
183
|
+
/**
|
|
184
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
185
|
+
* may be overridden. A default will always be set by the client.
|
|
186
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
187
|
+
* the client.
|
|
188
|
+
* @alpha
|
|
189
|
+
*
|
|
190
|
+
*/
|
|
191
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
183
192
|
/**
|
|
184
193
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
185
194
|
*/
|
|
@@ -355,15 +355,13 @@ export interface Ec2Configuration {
|
|
|
355
355
|
* </dd>
|
|
356
356
|
* <dt>EKS</dt>
|
|
357
357
|
* <dd>
|
|
358
|
-
* <p>If the <code>imageIdOverride</code> parameter isn't specified, then a recent <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html">Amazon EKS-optimized Amazon Linux
|
|
359
|
-
* AMI</a> (<code>
|
|
358
|
+
* <p>If the <code>imageIdOverride</code> parameter isn't specified, then a recent <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html">Amazon EKS-optimized Amazon Linux 2023
|
|
359
|
+
* AMI</a> (<code>EKS_AL2023</code>) is used. If a new image type is specified in an update,
|
|
360
360
|
* but neither an <code>imageId</code> nor a <code>imageIdOverride</code> parameter is specified,
|
|
361
361
|
* then the latest Amazon EKS optimized AMI for that image type that Batch supports is used.</p>
|
|
362
362
|
* <important>
|
|
363
|
-
* <p>
|
|
364
|
-
* default on Batch for EKS
|
|
365
|
-
* EKS optimized Amazon Linux 2023 AMIs will be the default when it becomes supported on
|
|
366
|
-
* Batch.</p>
|
|
363
|
+
* <p>Amazon Linux 2023 AMIs are the
|
|
364
|
+
* default on Batch for Amazon EKS.</p>
|
|
367
365
|
* <p>Amazon Web Services will end
|
|
368
366
|
* support for Amazon EKS AL2-optimized and AL2-accelerated AMIs, starting 11/26/25. You can continue
|
|
369
367
|
* using Batch-provided Amazon EKS optimized Amazon Linux 2 AMIs on your Amazon EKS compute
|
|
@@ -376,13 +374,13 @@ export interface Ec2Configuration {
|
|
|
376
374
|
* <dd>
|
|
377
375
|
* <p>
|
|
378
376
|
* <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html">Amazon
|
|
379
|
-
* Linux 2</a>:
|
|
377
|
+
* Linux 2</a>: Used for non-GPU instance families.</p>
|
|
380
378
|
* </dd>
|
|
381
379
|
* <dt>EKS_AL2_NVIDIA</dt>
|
|
382
380
|
* <dd>
|
|
383
381
|
* <p>
|
|
384
382
|
* <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html">Amazon
|
|
385
|
-
* Linux 2 (accelerated)</a>:
|
|
383
|
+
* Linux 2 (accelerated)</a>: Used for GPU instance families (for example,
|
|
386
384
|
* <code>P4</code> and <code>G4</code>) and can be used for all non Amazon Web Services Graviton-based
|
|
387
385
|
* instance types.</p>
|
|
388
386
|
* </dd>
|
|
@@ -390,7 +388,7 @@ export interface Ec2Configuration {
|
|
|
390
388
|
* <dd>
|
|
391
389
|
* <p>
|
|
392
390
|
* <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html">Amazon
|
|
393
|
-
*
|
|
391
|
+
* Linux 2023</a>: Default for non-GPU instance families.</p>
|
|
394
392
|
* <note>
|
|
395
393
|
* <p>Amazon Linux 2023 does not support <code>A1</code> instances.</p>
|
|
396
394
|
* </note>
|
|
@@ -399,7 +397,7 @@ export interface Ec2Configuration {
|
|
|
399
397
|
* <dd>
|
|
400
398
|
* <p>
|
|
401
399
|
* <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html">Amazon
|
|
402
|
-
* Linux 2023 (accelerated)</a>: GPU instance families and can be used for all non Amazon Web Services
|
|
400
|
+
* Linux 2023 (accelerated)</a>: Default for GPU instance families and can be used for all non Amazon Web Services
|
|
403
401
|
* Graviton-based instance types.</p>
|
|
404
402
|
* </dd>
|
|
405
403
|
* </dl>
|
|
@@ -728,34 +726,29 @@ export interface ComputeResource {
|
|
|
728
726
|
* </li>
|
|
729
727
|
* <li>
|
|
730
728
|
* <p>
|
|
731
|
-
* <code>default_arm64</code> to choose
|
|
729
|
+
* <code>default_arm64</code> to choose ARM based instance types (from the <code>m6g</code>,
|
|
732
730
|
* <code>c6g</code>, <code>r6g</code>, and <code>c7g</code> instance families) that matches the resource demands of the job queue.</p>
|
|
733
731
|
* </li>
|
|
734
732
|
* </ul>
|
|
735
733
|
* <note>
|
|
736
|
-
* <p>Starting on 11/01/2025 the behavior of <code>optimal</code> is going to be changed to
|
|
737
|
-
*
|
|
738
|
-
*
|
|
739
|
-
*
|
|
740
|
-
*
|
|
741
|
-
*
|
|
742
|
-
*
|
|
743
|
-
*
|
|
744
|
-
*
|
|
745
|
-
*
|
|
746
|
-
*
|
|
747
|
-
*
|
|
748
|
-
*
|
|
749
|
-
*
|
|
750
|
-
*
|
|
751
|
-
*
|
|
752
|
-
*
|
|
753
|
-
*
|
|
754
|
-
* if it provides the optimal combination of availability, cost, and performance for
|
|
755
|
-
* your workload. For example, in an
|
|
756
|
-
* Amazon Web Services Region
|
|
757
|
-
* where both c6i and c7i instances are available, Batch might select c6i instances
|
|
758
|
-
* if they offer better cost-effectiveness for your specific job requirements. For more information on Batch instance types and Amazon Web Services Region availability, see <a href="https://docs.aws.amazon.com/batch/latest/userguide/instance-type-compute-table.html">Instance type compute table</a> in the <i>Batch User Guide</i>.</p>
|
|
734
|
+
* <p>Starting on 11/01/2025 the behavior of <code>optimal</code> is going to be changed to match
|
|
735
|
+
* <code>default_x86_64</code>. During the change your instance families could be updated to a
|
|
736
|
+
* newer generation. You do not need to perform any actions for the upgrade to happen. For more
|
|
737
|
+
* information about change, see <a href="https://docs.aws.amazon.com/batch/latest/userguide/optimal-default-instance-troubleshooting.html">Optimal instance type configuration to receive automatic instance family
|
|
738
|
+
* updates</a>.</p>
|
|
739
|
+
* </note>
|
|
740
|
+
* <note>
|
|
741
|
+
* <p>Instance family availability varies by Amazon Web Services Region. For example, some Amazon Web Services Regions may not have any fourth generation instance families but have fifth and
|
|
742
|
+
* sixth generation instance families.</p>
|
|
743
|
+
* <p>When using <code>default_x86_64</code> or <code>default_arm64</code> instance bundles,
|
|
744
|
+
* Batch selects instance families based on a balance of cost-effectiveness and performance.
|
|
745
|
+
* While newer generation instances often provide better price-performance, Batch may choose an
|
|
746
|
+
* earlier generation instance family if it provides the optimal combination of availability, cost,
|
|
747
|
+
* and performance for your workload. For example, in an Amazon Web Services Region where both c6i
|
|
748
|
+
* and c7i instances are available, Batch might select c6i instances if they offer better
|
|
749
|
+
* cost-effectiveness for your specific job requirements. For more information on Batch instance
|
|
750
|
+
* types and Amazon Web Services Region availability, see <a href="https://docs.aws.amazon.com/batch/latest/userguide/instance-type-compute-table.html">Instance
|
|
751
|
+
* type compute table</a> in the <i>Batch User Guide</i>.</p>
|
|
759
752
|
* <p>Batch periodically updates your instances in default bundles to newer,
|
|
760
753
|
* more cost-effective options. Updates happen automatically without requiring any
|
|
761
754
|
* action from you. Your workloads continue running during updates with no interruption
|
|
@@ -7995,29 +7988,24 @@ export interface ComputeResourceUpdate {
|
|
|
7995
7988
|
* </li>
|
|
7996
7989
|
* </ul>
|
|
7997
7990
|
* <note>
|
|
7998
|
-
* <p>Starting on 11/01/2025 the behavior of <code>optimal</code> is going to be changed to
|
|
7999
|
-
*
|
|
8000
|
-
*
|
|
8001
|
-
*
|
|
8002
|
-
*
|
|
8003
|
-
*
|
|
8004
|
-
*
|
|
8005
|
-
*
|
|
8006
|
-
*
|
|
8007
|
-
*
|
|
8008
|
-
*
|
|
8009
|
-
*
|
|
8010
|
-
*
|
|
8011
|
-
*
|
|
8012
|
-
*
|
|
8013
|
-
*
|
|
8014
|
-
*
|
|
8015
|
-
*
|
|
8016
|
-
* if it provides the optimal combination of availability, cost, and performance for
|
|
8017
|
-
* your workload. For example, in an
|
|
8018
|
-
* Amazon Web Services Region
|
|
8019
|
-
* where both c6i and c7i instances are available, Batch might select c6i instances
|
|
8020
|
-
* if they offer better cost-effectiveness for your specific job requirements. For more information on Batch instance types and Amazon Web Services Region availability, see <a href="https://docs.aws.amazon.com/batch/latest/userguide/instance-type-compute-table.html">Instance type compute table</a> in the <i>Batch User Guide</i>.</p>
|
|
7991
|
+
* <p>Starting on 11/01/2025 the behavior of <code>optimal</code> is going to be changed to match
|
|
7992
|
+
* <code>default_x86_64</code>. During the change your instance families could be updated to a
|
|
7993
|
+
* newer generation. You do not need to perform any actions for the upgrade to happen. For more
|
|
7994
|
+
* information about change, see <a href="https://docs.aws.amazon.com/batch/latest/userguide/optimal-default-instance-troubleshooting.html">Optimal instance type configuration to receive automatic instance family
|
|
7995
|
+
* updates</a>.</p>
|
|
7996
|
+
* </note>
|
|
7997
|
+
* <note>
|
|
7998
|
+
* <p>Instance family availability varies by Amazon Web Services Region. For example, some Amazon Web Services Regions may not have any fourth generation instance families but have fifth and
|
|
7999
|
+
* sixth generation instance families.</p>
|
|
8000
|
+
* <p>When using <code>default_x86_64</code> or <code>default_arm64</code> instance bundles,
|
|
8001
|
+
* Batch selects instance families based on a balance of cost-effectiveness and performance.
|
|
8002
|
+
* While newer generation instances often provide better price-performance, Batch may choose an
|
|
8003
|
+
* earlier generation instance family if it provides the optimal combination of availability, cost,
|
|
8004
|
+
* and performance for your workload. For example, in an Amazon Web Services Region where both c6i
|
|
8005
|
+
* and c7i instances are available, Batch might select c6i instances if they offer better
|
|
8006
|
+
* cost-effectiveness for your specific job requirements. For more information on Batch instance
|
|
8007
|
+
* types and Amazon Web Services Region availability, see <a href="https://docs.aws.amazon.com/batch/latest/userguide/instance-type-compute-table.html">Instance
|
|
8008
|
+
* type compute table</a> in the <i>Batch User Guide</i>.</p>
|
|
8021
8009
|
* <p>Batch periodically updates your instances in default bundles to newer,
|
|
8022
8010
|
* more cost-effective options. Updates happen automatically without requiring any
|
|
8023
8011
|
* action from you. Your workloads continue running during updates with no interruption
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
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;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BatchHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,301 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var ArrayProperties: StaticStructureSchema;
|
|
3
|
+
export declare var ArrayPropertiesDetail: StaticStructureSchema;
|
|
4
|
+
export declare var ArrayPropertiesSummary: StaticStructureSchema;
|
|
5
|
+
export declare var AttemptContainerDetail: StaticStructureSchema;
|
|
6
|
+
export declare var AttemptDetail: StaticStructureSchema;
|
|
7
|
+
export declare var AttemptEcsTaskDetails: StaticStructureSchema;
|
|
8
|
+
export declare var AttemptTaskContainerDetails: StaticStructureSchema;
|
|
9
|
+
export declare var CancelJobRequest: StaticStructureSchema;
|
|
10
|
+
export declare var CancelJobResponse: StaticStructureSchema;
|
|
11
|
+
export declare var CapacityLimit: StaticStructureSchema;
|
|
12
|
+
export declare var ClientException: StaticErrorSchema;
|
|
13
|
+
export declare var ComputeEnvironmentDetail: StaticStructureSchema;
|
|
14
|
+
export declare var ComputeEnvironmentOrder: StaticStructureSchema;
|
|
15
|
+
export declare var ComputeResource: StaticStructureSchema;
|
|
16
|
+
export declare var ComputeResourceUpdate: StaticStructureSchema;
|
|
17
|
+
export declare var ConsumableResourceProperties: StaticStructureSchema;
|
|
18
|
+
export declare var ConsumableResourceRequirement: StaticStructureSchema;
|
|
19
|
+
export declare var ConsumableResourceSummary: StaticStructureSchema;
|
|
20
|
+
export declare var ContainerDetail: StaticStructureSchema;
|
|
21
|
+
export declare var ContainerOverrides: StaticStructureSchema;
|
|
22
|
+
export declare var ContainerProperties: StaticStructureSchema;
|
|
23
|
+
export declare var ContainerSummary: StaticStructureSchema;
|
|
24
|
+
export declare var CreateComputeEnvironmentRequest: StaticStructureSchema;
|
|
25
|
+
export declare var CreateComputeEnvironmentResponse: StaticStructureSchema;
|
|
26
|
+
export declare var CreateConsumableResourceRequest: StaticStructureSchema;
|
|
27
|
+
export declare var CreateConsumableResourceResponse: StaticStructureSchema;
|
|
28
|
+
export declare var CreateJobQueueRequest: StaticStructureSchema;
|
|
29
|
+
export declare var CreateJobQueueResponse: StaticStructureSchema;
|
|
30
|
+
export declare var CreateSchedulingPolicyRequest: StaticStructureSchema;
|
|
31
|
+
export declare var CreateSchedulingPolicyResponse: StaticStructureSchema;
|
|
32
|
+
export declare var CreateServiceEnvironmentRequest: StaticStructureSchema;
|
|
33
|
+
export declare var CreateServiceEnvironmentResponse: StaticStructureSchema;
|
|
34
|
+
export declare var DeleteComputeEnvironmentRequest: StaticStructureSchema;
|
|
35
|
+
export declare var DeleteComputeEnvironmentResponse: StaticStructureSchema;
|
|
36
|
+
export declare var DeleteConsumableResourceRequest: StaticStructureSchema;
|
|
37
|
+
export declare var DeleteConsumableResourceResponse: StaticStructureSchema;
|
|
38
|
+
export declare var DeleteJobQueueRequest: StaticStructureSchema;
|
|
39
|
+
export declare var DeleteJobQueueResponse: StaticStructureSchema;
|
|
40
|
+
export declare var DeleteSchedulingPolicyRequest: StaticStructureSchema;
|
|
41
|
+
export declare var DeleteSchedulingPolicyResponse: StaticStructureSchema;
|
|
42
|
+
export declare var DeleteServiceEnvironmentRequest: StaticStructureSchema;
|
|
43
|
+
export declare var DeleteServiceEnvironmentResponse: StaticStructureSchema;
|
|
44
|
+
export declare var DeregisterJobDefinitionRequest: StaticStructureSchema;
|
|
45
|
+
export declare var DeregisterJobDefinitionResponse: StaticStructureSchema;
|
|
46
|
+
export declare var DescribeComputeEnvironmentsRequest: StaticStructureSchema;
|
|
47
|
+
export declare var DescribeComputeEnvironmentsResponse: StaticStructureSchema;
|
|
48
|
+
export declare var DescribeConsumableResourceRequest: StaticStructureSchema;
|
|
49
|
+
export declare var DescribeConsumableResourceResponse: StaticStructureSchema;
|
|
50
|
+
export declare var DescribeJobDefinitionsRequest: StaticStructureSchema;
|
|
51
|
+
export declare var DescribeJobDefinitionsResponse: StaticStructureSchema;
|
|
52
|
+
export declare var DescribeJobQueuesRequest: StaticStructureSchema;
|
|
53
|
+
export declare var DescribeJobQueuesResponse: StaticStructureSchema;
|
|
54
|
+
export declare var DescribeJobsRequest: StaticStructureSchema;
|
|
55
|
+
export declare var DescribeJobsResponse: StaticStructureSchema;
|
|
56
|
+
export declare var DescribeSchedulingPoliciesRequest: StaticStructureSchema;
|
|
57
|
+
export declare var DescribeSchedulingPoliciesResponse: StaticStructureSchema;
|
|
58
|
+
export declare var DescribeServiceEnvironmentsRequest: StaticStructureSchema;
|
|
59
|
+
export declare var DescribeServiceEnvironmentsResponse: StaticStructureSchema;
|
|
60
|
+
export declare var DescribeServiceJobRequest: StaticStructureSchema;
|
|
61
|
+
export declare var DescribeServiceJobResponse: StaticStructureSchema;
|
|
62
|
+
export declare var Device: StaticStructureSchema;
|
|
63
|
+
export declare var Ec2Configuration: StaticStructureSchema;
|
|
64
|
+
export declare var EcsProperties: StaticStructureSchema;
|
|
65
|
+
export declare var EcsPropertiesDetail: StaticStructureSchema;
|
|
66
|
+
export declare var EcsPropertiesOverride: StaticStructureSchema;
|
|
67
|
+
export declare var EcsTaskDetails: StaticStructureSchema;
|
|
68
|
+
export declare var EcsTaskProperties: StaticStructureSchema;
|
|
69
|
+
export declare var EFSAuthorizationConfig: StaticStructureSchema;
|
|
70
|
+
export declare var EFSVolumeConfiguration: StaticStructureSchema;
|
|
71
|
+
export declare var EksAttemptContainerDetail: StaticStructureSchema;
|
|
72
|
+
export declare var EksAttemptDetail: StaticStructureSchema;
|
|
73
|
+
export declare var EksConfiguration: StaticStructureSchema;
|
|
74
|
+
export declare var EksContainer: StaticStructureSchema;
|
|
75
|
+
export declare var EksContainerDetail: StaticStructureSchema;
|
|
76
|
+
export declare var EksContainerEnvironmentVariable: StaticStructureSchema;
|
|
77
|
+
export declare var EksContainerOverride: StaticStructureSchema;
|
|
78
|
+
export declare var EksContainerResourceRequirements: StaticStructureSchema;
|
|
79
|
+
export declare var EksContainerSecurityContext: StaticStructureSchema;
|
|
80
|
+
export declare var EksContainerVolumeMount: StaticStructureSchema;
|
|
81
|
+
export declare var EksEmptyDir: StaticStructureSchema;
|
|
82
|
+
export declare var EksHostPath: StaticStructureSchema;
|
|
83
|
+
export declare var EksMetadata: StaticStructureSchema;
|
|
84
|
+
export declare var EksPersistentVolumeClaim: StaticStructureSchema;
|
|
85
|
+
export declare var EksPodProperties: StaticStructureSchema;
|
|
86
|
+
export declare var EksPodPropertiesDetail: StaticStructureSchema;
|
|
87
|
+
export declare var EksPodPropertiesOverride: StaticStructureSchema;
|
|
88
|
+
export declare var EksProperties: StaticStructureSchema;
|
|
89
|
+
export declare var EksPropertiesDetail: StaticStructureSchema;
|
|
90
|
+
export declare var EksPropertiesOverride: StaticStructureSchema;
|
|
91
|
+
export declare var EksSecret: StaticStructureSchema;
|
|
92
|
+
export declare var EksVolume: StaticStructureSchema;
|
|
93
|
+
export declare var EphemeralStorage: StaticStructureSchema;
|
|
94
|
+
export declare var EvaluateOnExit: StaticStructureSchema;
|
|
95
|
+
export declare var FairsharePolicy: StaticStructureSchema;
|
|
96
|
+
export declare var FargatePlatformConfiguration: StaticStructureSchema;
|
|
97
|
+
export declare var FirelensConfiguration: StaticStructureSchema;
|
|
98
|
+
export declare var FrontOfQueueDetail: StaticStructureSchema;
|
|
99
|
+
export declare var FrontOfQueueJobSummary: StaticStructureSchema;
|
|
100
|
+
export declare var GetJobQueueSnapshotRequest: StaticStructureSchema;
|
|
101
|
+
export declare var GetJobQueueSnapshotResponse: StaticStructureSchema;
|
|
102
|
+
export declare var Host: StaticStructureSchema;
|
|
103
|
+
export declare var ImagePullSecret: StaticStructureSchema;
|
|
104
|
+
export declare var JobDefinition: StaticStructureSchema;
|
|
105
|
+
export declare var JobDependency: StaticStructureSchema;
|
|
106
|
+
export declare var JobDetail: StaticStructureSchema;
|
|
107
|
+
export declare var JobQueueDetail: StaticStructureSchema;
|
|
108
|
+
export declare var JobStateTimeLimitAction: StaticStructureSchema;
|
|
109
|
+
export declare var JobSummary: StaticStructureSchema;
|
|
110
|
+
export declare var JobTimeout: StaticStructureSchema;
|
|
111
|
+
export declare var KeyValuePair: StaticStructureSchema;
|
|
112
|
+
export declare var KeyValuesPair: StaticStructureSchema;
|
|
113
|
+
export declare var LatestServiceJobAttempt: StaticStructureSchema;
|
|
114
|
+
export declare var LaunchTemplateSpecification: StaticStructureSchema;
|
|
115
|
+
export declare var LaunchTemplateSpecificationOverride: StaticStructureSchema;
|
|
116
|
+
export declare var LinuxParameters: StaticStructureSchema;
|
|
117
|
+
export declare var ListConsumableResourcesRequest: StaticStructureSchema;
|
|
118
|
+
export declare var ListConsumableResourcesResponse: StaticStructureSchema;
|
|
119
|
+
export declare var ListJobsByConsumableResourceRequest: StaticStructureSchema;
|
|
120
|
+
export declare var ListJobsByConsumableResourceResponse: StaticStructureSchema;
|
|
121
|
+
export declare var ListJobsByConsumableResourceSummary: StaticStructureSchema;
|
|
122
|
+
export declare var ListJobsRequest: StaticStructureSchema;
|
|
123
|
+
export declare var ListJobsResponse: StaticStructureSchema;
|
|
124
|
+
export declare var ListSchedulingPoliciesRequest: StaticStructureSchema;
|
|
125
|
+
export declare var ListSchedulingPoliciesResponse: StaticStructureSchema;
|
|
126
|
+
export declare var ListServiceJobsRequest: StaticStructureSchema;
|
|
127
|
+
export declare var ListServiceJobsResponse: StaticStructureSchema;
|
|
128
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
129
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
130
|
+
export declare var LogConfiguration: StaticStructureSchema;
|
|
131
|
+
export declare var MountPoint: StaticStructureSchema;
|
|
132
|
+
export declare var NetworkConfiguration: StaticStructureSchema;
|
|
133
|
+
export declare var NetworkInterface: StaticStructureSchema;
|
|
134
|
+
export declare var NodeDetails: StaticStructureSchema;
|
|
135
|
+
export declare var NodeOverrides: StaticStructureSchema;
|
|
136
|
+
export declare var NodeProperties: StaticStructureSchema;
|
|
137
|
+
export declare var NodePropertiesSummary: StaticStructureSchema;
|
|
138
|
+
export declare var NodePropertyOverride: StaticStructureSchema;
|
|
139
|
+
export declare var NodeRangeProperty: StaticStructureSchema;
|
|
140
|
+
export declare var RegisterJobDefinitionRequest: StaticStructureSchema;
|
|
141
|
+
export declare var RegisterJobDefinitionResponse: StaticStructureSchema;
|
|
142
|
+
export declare var RepositoryCredentials: StaticStructureSchema;
|
|
143
|
+
export declare var ResourceRequirement: StaticStructureSchema;
|
|
144
|
+
export declare var RetryStrategy: StaticStructureSchema;
|
|
145
|
+
export declare var RuntimePlatform: StaticStructureSchema;
|
|
146
|
+
export declare var SchedulingPolicyDetail: StaticStructureSchema;
|
|
147
|
+
export declare var SchedulingPolicyListingDetail: StaticStructureSchema;
|
|
148
|
+
export declare var Secret: StaticStructureSchema;
|
|
149
|
+
export declare var ServerException: StaticErrorSchema;
|
|
150
|
+
export declare var ServiceEnvironmentDetail: StaticStructureSchema;
|
|
151
|
+
export declare var ServiceEnvironmentOrder: StaticStructureSchema;
|
|
152
|
+
export declare var ServiceJobAttemptDetail: StaticStructureSchema;
|
|
153
|
+
export declare var ServiceJobEvaluateOnExit: StaticStructureSchema;
|
|
154
|
+
export declare var ServiceJobRetryStrategy: StaticStructureSchema;
|
|
155
|
+
export declare var ServiceJobSummary: StaticStructureSchema;
|
|
156
|
+
export declare var ServiceJobTimeout: StaticStructureSchema;
|
|
157
|
+
export declare var ServiceResourceId: StaticStructureSchema;
|
|
158
|
+
export declare var ShareAttributes: StaticStructureSchema;
|
|
159
|
+
export declare var SubmitJobRequest: StaticStructureSchema;
|
|
160
|
+
export declare var SubmitJobResponse: StaticStructureSchema;
|
|
161
|
+
export declare var SubmitServiceJobRequest: StaticStructureSchema;
|
|
162
|
+
export declare var SubmitServiceJobResponse: StaticStructureSchema;
|
|
163
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
164
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
165
|
+
export declare var TaskContainerDependency: StaticStructureSchema;
|
|
166
|
+
export declare var TaskContainerDetails: StaticStructureSchema;
|
|
167
|
+
export declare var TaskContainerOverrides: StaticStructureSchema;
|
|
168
|
+
export declare var TaskContainerProperties: StaticStructureSchema;
|
|
169
|
+
export declare var TaskPropertiesOverride: StaticStructureSchema;
|
|
170
|
+
export declare var TerminateJobRequest: StaticStructureSchema;
|
|
171
|
+
export declare var TerminateJobResponse: StaticStructureSchema;
|
|
172
|
+
export declare var TerminateServiceJobRequest: StaticStructureSchema;
|
|
173
|
+
export declare var TerminateServiceJobResponse: StaticStructureSchema;
|
|
174
|
+
export declare var Tmpfs: StaticStructureSchema;
|
|
175
|
+
export declare var Ulimit: StaticStructureSchema;
|
|
176
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
177
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
178
|
+
export declare var UpdateComputeEnvironmentRequest: StaticStructureSchema;
|
|
179
|
+
export declare var UpdateComputeEnvironmentResponse: StaticStructureSchema;
|
|
180
|
+
export declare var UpdateConsumableResourceRequest: StaticStructureSchema;
|
|
181
|
+
export declare var UpdateConsumableResourceResponse: StaticStructureSchema;
|
|
182
|
+
export declare var UpdateJobQueueRequest: StaticStructureSchema;
|
|
183
|
+
export declare var UpdateJobQueueResponse: StaticStructureSchema;
|
|
184
|
+
export declare var UpdatePolicy: StaticStructureSchema;
|
|
185
|
+
export declare var UpdateSchedulingPolicyRequest: StaticStructureSchema;
|
|
186
|
+
export declare var UpdateSchedulingPolicyResponse: StaticStructureSchema;
|
|
187
|
+
export declare var UpdateServiceEnvironmentRequest: StaticStructureSchema;
|
|
188
|
+
export declare var UpdateServiceEnvironmentResponse: StaticStructureSchema;
|
|
189
|
+
export declare var Volume: StaticStructureSchema;
|
|
190
|
+
export declare var __Unit: "unit";
|
|
191
|
+
export declare var BatchServiceException: StaticErrorSchema;
|
|
192
|
+
export declare var AttemptDetails: StaticListSchema;
|
|
193
|
+
export declare var CapacityLimits: StaticListSchema;
|
|
194
|
+
export declare var ComputeEnvironmentDetailList: StaticListSchema;
|
|
195
|
+
export declare var ComputeEnvironmentOrders: StaticListSchema;
|
|
196
|
+
export declare var ConsumableResourceList: StaticListSchema;
|
|
197
|
+
export declare var ConsumableResourceSummaryList: StaticListSchema;
|
|
198
|
+
export declare var DeviceCgroupPermissions: number;
|
|
199
|
+
export declare var DevicesList: StaticListSchema;
|
|
200
|
+
export declare var Ec2ConfigurationList: StaticListSchema;
|
|
201
|
+
export declare var EksAttemptContainerDetails: StaticListSchema;
|
|
202
|
+
export declare var EksAttemptDetails: StaticListSchema;
|
|
203
|
+
export declare var EksContainerDetails: StaticListSchema;
|
|
204
|
+
export declare var EksContainerEnvironmentVariables: StaticListSchema;
|
|
205
|
+
export declare var EksContainerOverrideList: StaticListSchema;
|
|
206
|
+
export declare var EksContainers: StaticListSchema;
|
|
207
|
+
export declare var EksContainerVolumeMounts: StaticListSchema;
|
|
208
|
+
export declare var EksVolumes: StaticListSchema;
|
|
209
|
+
export declare var EnvironmentVariables: StaticListSchema;
|
|
210
|
+
export declare var EvaluateOnExitList: StaticListSchema;
|
|
211
|
+
export declare var FrontOfQueueJobSummaryList: StaticListSchema;
|
|
212
|
+
export declare var ImagePullSecrets: StaticListSchema;
|
|
213
|
+
export declare var JobDefinitionList: StaticListSchema;
|
|
214
|
+
export declare var JobDependencyList: StaticListSchema;
|
|
215
|
+
export declare var JobDetailList: StaticListSchema;
|
|
216
|
+
export declare var JobQueueDetailList: StaticListSchema;
|
|
217
|
+
export declare var JobStateTimeLimitActions: StaticListSchema;
|
|
218
|
+
export declare var JobSummaryList: StaticListSchema;
|
|
219
|
+
export declare var LaunchTemplateSpecificationOverrideList: StaticListSchema;
|
|
220
|
+
export declare var ListAttemptEcsTaskDetails: StaticListSchema;
|
|
221
|
+
export declare var ListAttemptTaskContainerDetails: StaticListSchema;
|
|
222
|
+
export declare var ListConsumableResourcesFilterList: StaticListSchema;
|
|
223
|
+
export declare var ListEcsTaskDetails: StaticListSchema;
|
|
224
|
+
export declare var ListEcsTaskProperties: StaticListSchema;
|
|
225
|
+
export declare var ListJobsByConsumableResourceFilterList: StaticListSchema;
|
|
226
|
+
export declare var ListJobsByConsumableResourceSummaryList: StaticListSchema;
|
|
227
|
+
export declare var ListJobsFilterList: StaticListSchema;
|
|
228
|
+
export declare var ListTaskContainerDetails: StaticListSchema;
|
|
229
|
+
export declare var ListTaskContainerOverrides: StaticListSchema;
|
|
230
|
+
export declare var ListTaskContainerProperties: StaticListSchema;
|
|
231
|
+
export declare var ListTaskPropertiesOverride: StaticListSchema;
|
|
232
|
+
export declare var MountPoints: StaticListSchema;
|
|
233
|
+
export declare var NetworkInterfaceList: StaticListSchema;
|
|
234
|
+
export declare var NodePropertyOverrides: StaticListSchema;
|
|
235
|
+
export declare var NodeRangeProperties: StaticListSchema;
|
|
236
|
+
export declare var PlatformCapabilityList: number;
|
|
237
|
+
export declare var ResourceRequirements: StaticListSchema;
|
|
238
|
+
export declare var SchedulingPolicyDetailList: StaticListSchema;
|
|
239
|
+
export declare var SchedulingPolicyListingDetailList: StaticListSchema;
|
|
240
|
+
export declare var SecretList: StaticListSchema;
|
|
241
|
+
export declare var ServiceEnvironmentDetailList: StaticListSchema;
|
|
242
|
+
export declare var ServiceEnvironmentOrders: StaticListSchema;
|
|
243
|
+
export declare var ServiceJobAttemptDetails: StaticListSchema;
|
|
244
|
+
export declare var ServiceJobEvaluateOnExitList: StaticListSchema;
|
|
245
|
+
export declare var ServiceJobSummaryList: StaticListSchema;
|
|
246
|
+
export declare var ShareAttributesList: StaticListSchema;
|
|
247
|
+
export declare var StringList: number;
|
|
248
|
+
export declare var TagKeysList: number;
|
|
249
|
+
export declare var TaskContainerDependencyList: StaticListSchema;
|
|
250
|
+
export declare var TmpfsList: StaticListSchema;
|
|
251
|
+
export declare var Ulimits: StaticListSchema;
|
|
252
|
+
export declare var Volumes: StaticListSchema;
|
|
253
|
+
export declare var ArrayJobStatusSummary: number;
|
|
254
|
+
export declare var EksAnnotationsMap: number;
|
|
255
|
+
export declare var EksLabelsMap: number;
|
|
256
|
+
export declare var EksLimits: number;
|
|
257
|
+
export declare var EksRequests: number;
|
|
258
|
+
export declare var FirelensConfigurationOptionsMap: number;
|
|
259
|
+
export declare var LogConfigurationOptionsMap: number;
|
|
260
|
+
export declare var ParametersMap: number;
|
|
261
|
+
export declare var TagrisTagsMap: number;
|
|
262
|
+
export declare var TagsMap: number;
|
|
263
|
+
export declare var CancelJob: StaticOperationSchema;
|
|
264
|
+
export declare var CreateComputeEnvironment: StaticOperationSchema;
|
|
265
|
+
export declare var CreateConsumableResource: StaticOperationSchema;
|
|
266
|
+
export declare var CreateJobQueue: StaticOperationSchema;
|
|
267
|
+
export declare var CreateSchedulingPolicy: StaticOperationSchema;
|
|
268
|
+
export declare var CreateServiceEnvironment: StaticOperationSchema;
|
|
269
|
+
export declare var DeleteComputeEnvironment: StaticOperationSchema;
|
|
270
|
+
export declare var DeleteConsumableResource: StaticOperationSchema;
|
|
271
|
+
export declare var DeleteJobQueue: StaticOperationSchema;
|
|
272
|
+
export declare var DeleteSchedulingPolicy: StaticOperationSchema;
|
|
273
|
+
export declare var DeleteServiceEnvironment: StaticOperationSchema;
|
|
274
|
+
export declare var DeregisterJobDefinition: StaticOperationSchema;
|
|
275
|
+
export declare var DescribeComputeEnvironments: StaticOperationSchema;
|
|
276
|
+
export declare var DescribeConsumableResource: StaticOperationSchema;
|
|
277
|
+
export declare var DescribeJobDefinitions: StaticOperationSchema;
|
|
278
|
+
export declare var DescribeJobQueues: StaticOperationSchema;
|
|
279
|
+
export declare var DescribeJobs: StaticOperationSchema;
|
|
280
|
+
export declare var DescribeSchedulingPolicies: StaticOperationSchema;
|
|
281
|
+
export declare var DescribeServiceEnvironments: StaticOperationSchema;
|
|
282
|
+
export declare var DescribeServiceJob: StaticOperationSchema;
|
|
283
|
+
export declare var GetJobQueueSnapshot: StaticOperationSchema;
|
|
284
|
+
export declare var ListConsumableResources: StaticOperationSchema;
|
|
285
|
+
export declare var ListJobs: StaticOperationSchema;
|
|
286
|
+
export declare var ListJobsByConsumableResource: StaticOperationSchema;
|
|
287
|
+
export declare var ListSchedulingPolicies: StaticOperationSchema;
|
|
288
|
+
export declare var ListServiceJobs: StaticOperationSchema;
|
|
289
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
290
|
+
export declare var RegisterJobDefinition: StaticOperationSchema;
|
|
291
|
+
export declare var SubmitJob: StaticOperationSchema;
|
|
292
|
+
export declare var SubmitServiceJob: StaticOperationSchema;
|
|
293
|
+
export declare var TagResource: StaticOperationSchema;
|
|
294
|
+
export declare var TerminateJob: StaticOperationSchema;
|
|
295
|
+
export declare var TerminateServiceJob: StaticOperationSchema;
|
|
296
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
297
|
+
export declare var UpdateComputeEnvironment: StaticOperationSchema;
|
|
298
|
+
export declare var UpdateConsumableResource: StaticOperationSchema;
|
|
299
|
+
export declare var UpdateJobQueue: StaticOperationSchema;
|
|
300
|
+
export declare var UpdateSchedulingPolicy: StaticOperationSchema;
|
|
301
|
+
export declare var UpdateServiceEnvironment: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -312,6 +315,7 @@ export interface ClientDefaults
|
|
|
312
315
|
retryMode?: string | __Provider<string>;
|
|
313
316
|
logger?: __Logger;
|
|
314
317
|
extensions?: RuntimeExtension[];
|
|
318
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
315
319
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
316
320
|
}
|
|
317
321
|
export type BatchClientConfigType = Partial<
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BatchHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|