@aws-sdk/client-batch 3.1045.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,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 DescribeComputeEnvironmentsCommandOutput
|
|
|
19
19
|
declare const DescribeComputeEnvironmentsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeComputeEnvironmentsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeComputeEnvironmentsCommandInput,
|
|
24
24
|
DescribeComputeEnvironmentsCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeComputeEnvironmentsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeComputeEnvironmentsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeComputeEnvironmentsCommandInput,
|
|
33
33
|
DescribeComputeEnvironmentsCommandOutput,
|
|
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 DescribeComputeEnvironmentsCommand extends DescribeComputeEnvironmentsCommand_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 DescribeConsumableResourceCommandOutput
|
|
|
19
19
|
declare const DescribeConsumableResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeConsumableResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeConsumableResourceCommandInput,
|
|
24
24
|
DescribeConsumableResourceCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeConsumableResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeConsumableResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeConsumableResourceCommandInput,
|
|
33
33
|
DescribeConsumableResourceCommandOutput,
|
|
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 DescribeConsumableResourceCommand extends DescribeConsumableResourceCommand_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 DescribeJobDefinitionsCommandOutput
|
|
|
19
19
|
declare const DescribeJobDefinitionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeJobDefinitionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeJobDefinitionsCommandInput,
|
|
24
24
|
DescribeJobDefinitionsCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeJobDefinitionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeJobDefinitionsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeJobDefinitionsCommandInput,
|
|
33
33
|
DescribeJobDefinitionsCommandOutput,
|
|
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 DescribeJobDefinitionsCommand extends DescribeJobDefinitionsCommand_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 DescribeJobQueuesCommandOutput
|
|
|
19
19
|
declare const DescribeJobQueuesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeJobQueuesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeJobQueuesCommandInput,
|
|
24
24
|
DescribeJobQueuesCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeJobQueuesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeJobQueuesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeJobQueuesCommandInput,
|
|
33
33
|
DescribeJobQueuesCommandOutput,
|
|
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 DescribeJobQueuesCommand extends DescribeJobQueuesCommand_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,
|
|
@@ -15,7 +15,7 @@ export interface DescribeJobsCommandOutput
|
|
|
15
15
|
declare const DescribeJobsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DescribeJobsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DescribeJobsCommandInput,
|
|
20
20
|
DescribeJobsCommandOutput,
|
|
21
21
|
BatchClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DescribeJobsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DescribeJobsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DescribeJobsCommandInput,
|
|
29
29
|
DescribeJobsCommandOutput,
|
|
30
30
|
BatchClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DescribeJobsCommand extends DescribeJobsCommand_base {
|
|
37
39
|
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 DescribeQuotaShareCommandOutput
|
|
|
19
19
|
declare const DescribeQuotaShareCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeQuotaShareCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeQuotaShareCommandInput,
|
|
24
24
|
DescribeQuotaShareCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeQuotaShareCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeQuotaShareCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeQuotaShareCommandInput,
|
|
33
33
|
DescribeQuotaShareCommandOutput,
|
|
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 DescribeQuotaShareCommand extends DescribeQuotaShareCommand_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 DescribeSchedulingPoliciesCommandOutput
|
|
|
19
19
|
declare const DescribeSchedulingPoliciesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeSchedulingPoliciesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeSchedulingPoliciesCommandInput,
|
|
24
24
|
DescribeSchedulingPoliciesCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeSchedulingPoliciesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeSchedulingPoliciesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeSchedulingPoliciesCommandInput,
|
|
33
33
|
DescribeSchedulingPoliciesCommandOutput,
|
|
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 DescribeSchedulingPoliciesCommand extends DescribeSchedulingPoliciesCommand_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 DescribeServiceEnvironmentsCommandOutput
|
|
|
19
19
|
declare const DescribeServiceEnvironmentsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeServiceEnvironmentsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeServiceEnvironmentsCommandInput,
|
|
24
24
|
DescribeServiceEnvironmentsCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeServiceEnvironmentsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeServiceEnvironmentsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeServiceEnvironmentsCommandInput,
|
|
33
33
|
DescribeServiceEnvironmentsCommandOutput,
|
|
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 DescribeServiceEnvironmentsCommand extends DescribeServiceEnvironmentsCommand_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 DescribeServiceJobCommandOutput
|
|
|
19
19
|
declare const DescribeServiceJobCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeServiceJobCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeServiceJobCommandInput,
|
|
24
24
|
DescribeServiceJobCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeServiceJobCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeServiceJobCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeServiceJobCommandInput,
|
|
33
33
|
DescribeServiceJobCommandOutput,
|
|
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 DescribeServiceJobCommand extends DescribeServiceJobCommand_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 GetJobQueueSnapshotCommandOutput
|
|
|
19
19
|
declare const GetJobQueueSnapshotCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetJobQueueSnapshotCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetJobQueueSnapshotCommandInput,
|
|
24
24
|
GetJobQueueSnapshotCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetJobQueueSnapshotCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetJobQueueSnapshotCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetJobQueueSnapshotCommandInput,
|
|
33
33
|
GetJobQueueSnapshotCommandOutput,
|
|
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 GetJobQueueSnapshotCommand extends GetJobQueueSnapshotCommand_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 ListConsumableResourcesCommandOutput
|
|
|
19
19
|
declare const ListConsumableResourcesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListConsumableResourcesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListConsumableResourcesCommandInput,
|
|
24
24
|
ListConsumableResourcesCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListConsumableResourcesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListConsumableResourcesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListConsumableResourcesCommandInput,
|
|
33
33
|
ListConsumableResourcesCommandOutput,
|
|
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 ListConsumableResourcesCommand extends ListConsumableResourcesCommand_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 ListJobsByConsumableResourceCommandOutput
|
|
|
19
19
|
declare const ListJobsByConsumableResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListJobsByConsumableResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListJobsByConsumableResourceCommandInput,
|
|
24
24
|
ListJobsByConsumableResourceCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListJobsByConsumableResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListJobsByConsumableResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListJobsByConsumableResourceCommandInput,
|
|
33
33
|
ListJobsByConsumableResourceCommandOutput,
|
|
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 ListJobsByConsumableResourceCommand extends ListJobsByConsumableResourceCommand_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,
|
|
@@ -13,9 +13,7 @@ export interface ListJobsCommandOutput
|
|
|
13
13
|
extends ListJobsResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const ListJobsCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: ListJobsCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
ListJobsCommandInput,
|
|
20
18
|
ListJobsCommandOutput,
|
|
21
19
|
BatchClientResolvedConfig,
|
|
@@ -24,14 +22,16 @@ declare const ListJobsCommand_base: {
|
|
|
24
22
|
>;
|
|
25
23
|
new (
|
|
26
24
|
...[input]: [] | [ListJobsCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
26
|
ListJobsCommandInput,
|
|
29
27
|
ListJobsCommandOutput,
|
|
30
28
|
BatchClientResolvedConfig,
|
|
31
29
|
ServiceInputTypes,
|
|
32
30
|
ServiceOutputTypes
|
|
33
31
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
35
35
|
};
|
|
36
36
|
export declare class ListJobsCommand extends ListJobsCommand_base {
|
|
37
37
|
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 ListQuotaSharesCommandOutput
|
|
|
18
18
|
declare const ListQuotaSharesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListQuotaSharesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListQuotaSharesCommandInput,
|
|
23
23
|
ListQuotaSharesCommandOutput,
|
|
24
24
|
BatchClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListQuotaSharesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListQuotaSharesCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListQuotaSharesCommandInput,
|
|
32
32
|
ListQuotaSharesCommandOutput,
|
|
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 ListQuotaSharesCommand extends ListQuotaSharesCommand_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 ListSchedulingPoliciesCommandOutput
|
|
|
19
19
|
declare const ListSchedulingPoliciesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListSchedulingPoliciesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListSchedulingPoliciesCommandInput,
|
|
24
24
|
ListSchedulingPoliciesCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListSchedulingPoliciesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListSchedulingPoliciesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListSchedulingPoliciesCommandInput,
|
|
33
33
|
ListSchedulingPoliciesCommandOutput,
|
|
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 ListSchedulingPoliciesCommand extends ListSchedulingPoliciesCommand_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 ListServiceJobsCommandOutput
|
|
|
18
18
|
declare const ListServiceJobsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListServiceJobsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListServiceJobsCommandInput,
|
|
23
23
|
ListServiceJobsCommandOutput,
|
|
24
24
|
BatchClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListServiceJobsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListServiceJobsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListServiceJobsCommandInput,
|
|
32
32
|
ListServiceJobsCommandOutput,
|
|
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 ListServiceJobsCommand extends ListServiceJobsCommand_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 ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
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 ListTagsForResourceCommand extends ListTagsForResourceCommand_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 RegisterJobDefinitionCommandOutput
|
|
|
19
19
|
declare const RegisterJobDefinitionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: RegisterJobDefinitionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
RegisterJobDefinitionCommandInput,
|
|
24
24
|
RegisterJobDefinitionCommandOutput,
|
|
25
25
|
BatchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const RegisterJobDefinitionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: RegisterJobDefinitionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
RegisterJobDefinitionCommandInput,
|
|
33
33
|
RegisterJobDefinitionCommandOutput,
|
|
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 RegisterJobDefinitionCommand extends RegisterJobDefinitionCommand_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,
|
|
@@ -13,25 +13,23 @@ export interface SubmitJobCommandOutput
|
|
|
13
13
|
extends SubmitJobResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const SubmitJobCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: SubmitJobCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: SubmitJobCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
SubmitJobCommandInput,
|
|
20
18
|
SubmitJobCommandOutput,
|
|
21
19
|
BatchClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: SubmitJobCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: SubmitJobCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
SubmitJobCommandInput,
|
|
29
25
|
SubmitJobCommandOutput,
|
|
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 SubmitJobCommand extends SubmitJobCommand_base {
|
|
37
35
|
protected static __types: {
|