@aws-sdk/client-batch 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +106 -107
- package/dist-cjs/models/BatchServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Batch.js +1 -1
- package/dist-es/BatchClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CancelJobCommand.js +2 -2
- package/dist-es/commands/CreateComputeEnvironmentCommand.js +2 -2
- package/dist-es/commands/CreateConsumableResourceCommand.js +2 -2
- package/dist-es/commands/CreateJobQueueCommand.js +2 -2
- package/dist-es/commands/CreateQuotaShareCommand.js +2 -2
- package/dist-es/commands/CreateSchedulingPolicyCommand.js +2 -2
- package/dist-es/commands/CreateServiceEnvironmentCommand.js +2 -2
- package/dist-es/commands/DeleteComputeEnvironmentCommand.js +2 -2
- package/dist-es/commands/DeleteConsumableResourceCommand.js +2 -2
- package/dist-es/commands/DeleteJobQueueCommand.js +2 -2
- package/dist-es/commands/DeleteQuotaShareCommand.js +2 -2
- package/dist-es/commands/DeleteSchedulingPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteServiceEnvironmentCommand.js +2 -2
- package/dist-es/commands/DeregisterJobDefinitionCommand.js +2 -2
- package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +2 -2
- package/dist-es/commands/DescribeConsumableResourceCommand.js +2 -2
- package/dist-es/commands/DescribeJobDefinitionsCommand.js +2 -2
- package/dist-es/commands/DescribeJobQueuesCommand.js +2 -2
- package/dist-es/commands/DescribeJobsCommand.js +2 -2
- package/dist-es/commands/DescribeQuotaShareCommand.js +2 -2
- package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +2 -2
- package/dist-es/commands/DescribeServiceEnvironmentsCommand.js +2 -2
- package/dist-es/commands/DescribeServiceJobCommand.js +2 -2
- package/dist-es/commands/GetJobQueueSnapshotCommand.js +2 -2
- package/dist-es/commands/ListConsumableResourcesCommand.js +2 -2
- package/dist-es/commands/ListJobsByConsumableResourceCommand.js +2 -2
- package/dist-es/commands/ListJobsCommand.js +2 -2
- package/dist-es/commands/ListQuotaSharesCommand.js +2 -2
- package/dist-es/commands/ListSchedulingPoliciesCommand.js +2 -2
- package/dist-es/commands/ListServiceJobsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RegisterJobDefinitionCommand.js +2 -2
- package/dist-es/commands/SubmitJobCommand.js +2 -2
- package/dist-es/commands/SubmitServiceJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TerminateJobCommand.js +2 -2
- package/dist-es/commands/TerminateServiceJobCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateComputeEnvironmentCommand.js +2 -2
- package/dist-es/commands/UpdateConsumableResourceCommand.js +2 -2
- package/dist-es/commands/UpdateJobQueueCommand.js +2 -2
- package/dist-es/commands/UpdateQuotaShareCommand.js +2 -2
- package/dist-es/commands/UpdateSchedulingPolicyCommand.js +2 -2
- package/dist-es/commands/UpdateServiceEnvironmentCommand.js +2 -2
- package/dist-es/commands/UpdateServiceJobCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/BatchServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/BatchClient.d.ts +5 -5
- package/dist-types/commands/CancelJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/CreateConsumableResourceCommand.d.ts +6 -4
- package/dist-types/commands/CreateJobQueueCommand.d.ts +6 -4
- package/dist-types/commands/CreateQuotaShareCommand.d.ts +6 -4
- package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +6 -4
- package/dist-types/commands/CreateServiceEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConsumableResourceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteJobQueueCommand.d.ts +6 -4
- package/dist-types/commands/DeleteQuotaShareCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteServiceEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterJobDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConsumableResourceCommand.d.ts +6 -4
- package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeJobQueuesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeJobsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeQuotaShareCommand.d.ts +6 -4
- package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeServiceEnvironmentsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeServiceJobCommand.d.ts +6 -4
- package/dist-types/commands/GetJobQueueSnapshotCommand.d.ts +6 -4
- package/dist-types/commands/ListConsumableResourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListJobsByConsumableResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListQuotaSharesCommand.d.ts +6 -4
- package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListServiceJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/SubmitJobCommand.d.ts +6 -4
- package/dist-types/commands/SubmitServiceJobCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/TerminateJobCommand.d.ts +6 -4
- package/dist-types/commands/TerminateServiceJobCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConsumableResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateJobQueueCommand.d.ts +6 -4
- package/dist-types/commands/UpdateQuotaShareCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +6 -4
- package/dist-types/commands/UpdateServiceEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateServiceJobCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/BatchServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +6 -6
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/BatchClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConsumableResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateQuotaShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateServiceEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConsumableResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteQuotaShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteServiceEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConsumableResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeQuotaShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeServiceEnvironmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeServiceJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetJobQueueSnapshotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConsumableResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListJobsByConsumableResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListQuotaSharesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServiceJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/SubmitServiceJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TerminateServiceJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConsumableResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateQuotaShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateServiceEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateServiceJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/BatchServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { BatchServiceException as __BaseException } from "./BatchServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>These errors are usually caused by a client action. One example cause is using an action or resource on behalf
|
|
@@ -581,6 +581,9 @@ export interface ComputeScalingPolicy {
|
|
|
581
581
|
* the delay expires.</p>
|
|
582
582
|
* <p>Valid Range: Minimum value of 20. Maximum value of 10080. Use 0 to unset and disable the scale down delay.</p>
|
|
583
583
|
* <note>
|
|
584
|
+
* <p>Idle instances retained during the scale-down delay period are billable at standard EC2 pricing.</p>
|
|
585
|
+
* </note>
|
|
586
|
+
* <note>
|
|
584
587
|
* <p>The scale down delay does not apply to:</p>
|
|
585
588
|
* <ul>
|
|
586
589
|
* <li>
|
|
@@ -973,8 +976,7 @@ export interface CreateComputeEnvironmentRequest {
|
|
|
973
976
|
* don't scale out. </p>
|
|
974
977
|
* <note>
|
|
975
978
|
* <p>Compute environments in a <code>DISABLED</code> state may continue to incur billing
|
|
976
|
-
* charges. To prevent additional charges,
|
|
977
|
-
* For more information, see <a href="https://docs.aws.amazon.com/batch/latest/userguide/compute_environment_parameters.html#compute_environment_state">State</a> in the <i>Batch User Guide</i>.</p>
|
|
979
|
+
* charges, for example, if they have running instances due to jobs that are still executing or a non-zero <code>minvCpus</code> setting. To prevent additional charges, disable and delete the compute environment.</p>
|
|
978
980
|
* </note>
|
|
979
981
|
* <p>When an instance is idle, the instance scales down to the <code>minvCpus</code> value.
|
|
980
982
|
* However, the instance size doesn't change. For example, consider a <code>c5.8xlarge</code>
|
|
@@ -1821,8 +1823,7 @@ export interface ComputeEnvironmentDetail {
|
|
|
1821
1823
|
* don't scale out. </p>
|
|
1822
1824
|
* <note>
|
|
1823
1825
|
* <p>Compute environments in a <code>DISABLED</code> state may continue to incur billing
|
|
1824
|
-
* charges. To prevent additional charges,
|
|
1825
|
-
* more information, see <a href="https://docs.aws.amazon.com/batch/latest/userguide/compute_environment_parameters.html#compute_environment_state">State</a> in the <i>Batch User Guide</i>.</p>
|
|
1826
|
+
* charges, for example, if they have running instances due to jobs that are still executing or a non-zero <code>minvCpus</code> setting. To prevent additional charges, disable and delete the compute environment.</p>
|
|
1826
1827
|
* </note>
|
|
1827
1828
|
* <p>When an instance is idle, the instance scales down to the <code>minvCpus</code> value.
|
|
1828
1829
|
* However, the instance size doesn't change. For example, consider a <code>c5.8xlarge</code>
|
|
@@ -8662,8 +8663,7 @@ export interface UpdateComputeEnvironmentRequest {
|
|
|
8662
8663
|
* don't scale out. </p>
|
|
8663
8664
|
* <note>
|
|
8664
8665
|
* <p>Compute environments in a <code>DISABLED</code> state may continue to incur billing
|
|
8665
|
-
* charges. To prevent additional charges,
|
|
8666
|
-
* For more information, see <a href="https://docs.aws.amazon.com/batch/latest/userguide/compute_environment_parameters.html#compute_environment_state">State</a> in the <i>Batch User Guide</i>.</p>
|
|
8666
|
+
* charges, for example, if they have running instances due to jobs that are still executing or a non-zero <code>minvCpus</code> setting. To prevent additional charges, disable and delete the compute environment.</p>
|
|
8667
8667
|
* </note>
|
|
8668
8668
|
* <p>When an instance is idle, the instance scales down to the <code>minvCpus</code> value.
|
|
8669
8669
|
* However, the instance size doesn't change. For example, consider a <code>c5.8xlarge</code>
|
|
@@ -5,13 +5,13 @@ import type { BatchClientConfig } from "./BatchClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { BatchClientConfig } from "./BatchClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { BatchClientConfig } from "./BatchClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: BatchClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BatchClientResolvedConfig,
|
|
@@ -13,25 +13,23 @@ export interface CancelJobCommandOutput
|
|
|
13
13
|
extends CancelJobResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const CancelJobCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: CancelJobCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
CancelJobCommandInput,
|
|
20
18
|
CancelJobCommandOutput,
|
|
21
19
|
BatchClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: CancelJobCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
CancelJobCommandInput,
|
|
29
25
|
CancelJobCommandOutput,
|
|
30
26
|
BatchClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class CancelJobCommand extends CancelJobCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BatchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateComputeEnvironmentCommandOutput
|
|
|
19
19
|
declare const CreateComputeEnvironmentCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateComputeEnvironmentCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateComputeEnvironmentCommandInput,
|
|
24
24
|
CreateComputeEnvironmentCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateComputeEnvironmentCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateComputeEnvironmentCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateComputeEnvironmentCommandInput,
|
|
33
33
|
CreateComputeEnvironmentCommandOutput,
|
|
34
34
|
BatchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateComputeEnvironmentCommand extends CreateComputeEnvironmentCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BatchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateConsumableResourceCommandOutput
|
|
|
19
19
|
declare const CreateConsumableResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateConsumableResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateConsumableResourceCommandInput,
|
|
24
24
|
CreateConsumableResourceCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateConsumableResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateConsumableResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateConsumableResourceCommandInput,
|
|
33
33
|
CreateConsumableResourceCommandOutput,
|
|
34
34
|
BatchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateConsumableResourceCommand extends CreateConsumableResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BatchClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateJobQueueCommandOutput
|
|
|
18
18
|
declare const CreateJobQueueCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateJobQueueCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateJobQueueCommandInput,
|
|
23
23
|
CreateJobQueueCommandOutput,
|
|
24
24
|
BatchClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateJobQueueCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateJobQueueCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateJobQueueCommandInput,
|
|
32
32
|
CreateJobQueueCommandOutput,
|
|
33
33
|
BatchClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateJobQueueCommand extends CreateJobQueueCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BatchClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateQuotaShareCommandOutput
|
|
|
18
18
|
declare const CreateQuotaShareCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateQuotaShareCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateQuotaShareCommandInput,
|
|
23
23
|
CreateQuotaShareCommandOutput,
|
|
24
24
|
BatchClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateQuotaShareCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateQuotaShareCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateQuotaShareCommandInput,
|
|
32
32
|
CreateQuotaShareCommandOutput,
|
|
33
33
|
BatchClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateQuotaShareCommand extends CreateQuotaShareCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BatchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateSchedulingPolicyCommandOutput
|
|
|
19
19
|
declare const CreateSchedulingPolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateSchedulingPolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateSchedulingPolicyCommandInput,
|
|
24
24
|
CreateSchedulingPolicyCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateSchedulingPolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateSchedulingPolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateSchedulingPolicyCommandInput,
|
|
33
33
|
CreateSchedulingPolicyCommandOutput,
|
|
34
34
|
BatchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateSchedulingPolicyCommand extends CreateSchedulingPolicyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BatchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateServiceEnvironmentCommandOutput
|
|
|
19
19
|
declare const CreateServiceEnvironmentCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateServiceEnvironmentCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateServiceEnvironmentCommandInput,
|
|
24
24
|
CreateServiceEnvironmentCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateServiceEnvironmentCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateServiceEnvironmentCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateServiceEnvironmentCommandInput,
|
|
33
33
|
CreateServiceEnvironmentCommandOutput,
|
|
34
34
|
BatchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateServiceEnvironmentCommand extends CreateServiceEnvironmentCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BatchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteComputeEnvironmentCommandOutput
|
|
|
19
19
|
declare const DeleteComputeEnvironmentCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteComputeEnvironmentCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteComputeEnvironmentCommandInput,
|
|
24
24
|
DeleteComputeEnvironmentCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteComputeEnvironmentCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteComputeEnvironmentCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteComputeEnvironmentCommandInput,
|
|
33
33
|
DeleteComputeEnvironmentCommandOutput,
|
|
34
34
|
BatchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteComputeEnvironmentCommand extends DeleteComputeEnvironmentCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BatchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteConsumableResourceCommandOutput
|
|
|
19
19
|
declare const DeleteConsumableResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteConsumableResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteConsumableResourceCommandInput,
|
|
24
24
|
DeleteConsumableResourceCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteConsumableResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteConsumableResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteConsumableResourceCommandInput,
|
|
33
33
|
DeleteConsumableResourceCommandOutput,
|
|
34
34
|
BatchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteConsumableResourceCommand extends DeleteConsumableResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BatchClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteJobQueueCommandOutput
|
|
|
18
18
|
declare const DeleteJobQueueCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteJobQueueCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteJobQueueCommandInput,
|
|
23
23
|
DeleteJobQueueCommandOutput,
|
|
24
24
|
BatchClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteJobQueueCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteJobQueueCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteJobQueueCommandInput,
|
|
32
32
|
DeleteJobQueueCommandOutput,
|
|
33
33
|
BatchClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteJobQueueCommand extends DeleteJobQueueCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BatchClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteQuotaShareCommandOutput
|
|
|
18
18
|
declare const DeleteQuotaShareCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteQuotaShareCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteQuotaShareCommandInput,
|
|
23
23
|
DeleteQuotaShareCommandOutput,
|
|
24
24
|
BatchClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteQuotaShareCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteQuotaShareCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteQuotaShareCommandInput,
|
|
32
32
|
DeleteQuotaShareCommandOutput,
|
|
33
33
|
BatchClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteQuotaShareCommand extends DeleteQuotaShareCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BatchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteSchedulingPolicyCommandOutput
|
|
|
19
19
|
declare const DeleteSchedulingPolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteSchedulingPolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteSchedulingPolicyCommandInput,
|
|
24
24
|
DeleteSchedulingPolicyCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteSchedulingPolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteSchedulingPolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteSchedulingPolicyCommandInput,
|
|
33
33
|
DeleteSchedulingPolicyCommandOutput,
|
|
34
34
|
BatchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteSchedulingPolicyCommand extends DeleteSchedulingPolicyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BatchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteServiceEnvironmentCommandOutput
|
|
|
19
19
|
declare const DeleteServiceEnvironmentCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteServiceEnvironmentCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteServiceEnvironmentCommandInput,
|
|
24
24
|
DeleteServiceEnvironmentCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteServiceEnvironmentCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteServiceEnvironmentCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteServiceEnvironmentCommandInput,
|
|
33
33
|
DeleteServiceEnvironmentCommandOutput,
|
|
34
34
|
BatchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteServiceEnvironmentCommand extends DeleteServiceEnvironmentCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BatchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeregisterJobDefinitionCommandOutput
|
|
|
19
19
|
declare const DeregisterJobDefinitionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeregisterJobDefinitionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeregisterJobDefinitionCommandInput,
|
|
24
24
|
DeregisterJobDefinitionCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeregisterJobDefinitionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeregisterJobDefinitionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeregisterJobDefinitionCommandInput,
|
|
33
33
|
DeregisterJobDefinitionCommandOutput,
|
|
34
34
|
BatchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeregisterJobDefinitionCommand extends DeregisterJobDefinitionCommand_base {
|
|
41
43
|
protected static __types: {
|