@aws-sdk/client-batch 3.1086.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/Batch.d.ts +149 -164
- package/dist-types/ts3.4/BatchClient.d.ts +19 -41
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConsumableResourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateQuotaShareCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateServiceEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConsumableResourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteQuotaShareCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteServiceEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeConsumableResourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeQuotaShareCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeServiceEnvironmentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeServiceJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetJobQueueSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListConsumableResourcesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListJobsByConsumableResourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/ListQuotaSharesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListServiceJobsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/SubmitServiceJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TerminateServiceJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateConsumableResourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateQuotaShareCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateServiceEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateServiceJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +11 -22
- package/dist-types/ts3.4/models/models_0.d.ts +7 -21
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeComputeEnvironmentsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeComputeEnvironmentsCommandInput
|
|
8
|
-
extends DescribeComputeEnvironmentsRequest {}
|
|
7
|
+
export interface DescribeComputeEnvironmentsCommandInput extends DescribeComputeEnvironmentsRequest {}
|
|
9
8
|
export interface DescribeComputeEnvironmentsCommandOutput
|
|
10
|
-
extends DescribeComputeEnvironmentsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeComputeEnvironmentsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeComputeEnvironmentsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeComputeEnvironmentsCommandInput
|
|
12
|
+
input: DescribeComputeEnvironmentsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeComputeEnvironmentsCommandInput,
|
|
17
15
|
DescribeComputeEnvironmentsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeConsumableResourceResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeConsumableResourceCommandInput
|
|
8
|
-
extends DescribeConsumableResourceRequest {}
|
|
7
|
+
export interface DescribeConsumableResourceCommandInput extends DescribeConsumableResourceRequest {}
|
|
9
8
|
export interface DescribeConsumableResourceCommandOutput
|
|
10
|
-
extends DescribeConsumableResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeConsumableResourceResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeConsumableResourceCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeConsumableResourceCommandInput
|
|
12
|
+
input: DescribeConsumableResourceCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeConsumableResourceCommandInput,
|
|
17
15
|
DescribeConsumableResourceCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeConsumableResourceCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeConsumableResourceCommandInput
|
|
21
|
+
input: DescribeConsumableResourceCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeConsumableResourceCommandInput,
|
|
26
24
|
DescribeConsumableResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeJobDefinitionsRequest,
|
|
4
|
-
DescribeJobDefinitionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeJobDefinitionsRequest, DescribeJobDefinitionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeJobDefinitionsCommandInput
|
|
8
|
-
extends DescribeJobDefinitionsRequest {}
|
|
4
|
+
export interface DescribeJobDefinitionsCommandInput extends DescribeJobDefinitionsRequest {}
|
|
9
5
|
export interface DescribeJobDefinitionsCommandOutput
|
|
10
|
-
extends DescribeJobDefinitionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeJobDefinitionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeJobDefinitionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeJobDefinitionsCommandInput
|
|
9
|
+
input: DescribeJobDefinitionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeJobDefinitionsCommandInput,
|
|
17
12
|
DescribeJobDefinitionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeJobQueuesRequest,
|
|
4
|
-
DescribeJobQueuesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeJobQueuesRequest, DescribeJobQueuesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeJobQueuesCommandInput
|
|
8
|
-
extends DescribeJobQueuesRequest {}
|
|
4
|
+
export interface DescribeJobQueuesCommandInput extends DescribeJobQueuesRequest {}
|
|
9
5
|
export interface DescribeJobQueuesCommandOutput
|
|
10
|
-
extends DescribeJobQueuesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeJobQueuesResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeJobQueuesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeJobQueuesCommandInput
|
|
9
|
+
input: DescribeJobQueuesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeJobQueuesCommandInput,
|
|
17
12
|
DescribeJobQueuesCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DescribeJobsRequest, DescribeJobsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DescribeJobsCommandInput extends DescribeJobsRequest {}
|
|
5
|
-
export interface DescribeJobsCommandOutput
|
|
6
|
-
extends DescribeJobsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeJobsCommandOutput extends DescribeJobsResponse, __MetadataBearer {}
|
|
8
6
|
declare const DescribeJobsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DescribeJobsCommandInput
|
|
8
|
+
input: DescribeJobsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DescribeJobsCommandInput,
|
|
13
11
|
DescribeJobsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DescribeJobsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DescribeJobsCommandInput
|
|
17
|
+
input: DescribeJobsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DescribeJobsCommandInput,
|
|
22
20
|
DescribeJobsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeQuotaShareRequest,
|
|
4
|
-
DescribeQuotaShareResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeQuotaShareRequest, DescribeQuotaShareResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeQuotaShareCommandInput
|
|
8
|
-
extends DescribeQuotaShareRequest {}
|
|
4
|
+
export interface DescribeQuotaShareCommandInput extends DescribeQuotaShareRequest {}
|
|
9
5
|
export interface DescribeQuotaShareCommandOutput
|
|
10
|
-
extends DescribeQuotaShareResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeQuotaShareResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeQuotaShareCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeQuotaShareCommandInput
|
|
9
|
+
input: DescribeQuotaShareCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeQuotaShareCommandInput,
|
|
17
12
|
DescribeQuotaShareCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeQuotaShareCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeQuotaShareCommandInput
|
|
18
|
+
input: DescribeQuotaShareCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeQuotaShareCommandInput,
|
|
26
21
|
DescribeQuotaShareCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeSchedulingPoliciesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeSchedulingPoliciesCommandInput
|
|
8
|
-
extends DescribeSchedulingPoliciesRequest {}
|
|
7
|
+
export interface DescribeSchedulingPoliciesCommandInput extends DescribeSchedulingPoliciesRequest {}
|
|
9
8
|
export interface DescribeSchedulingPoliciesCommandOutput
|
|
10
|
-
extends DescribeSchedulingPoliciesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeSchedulingPoliciesResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeSchedulingPoliciesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeSchedulingPoliciesCommandInput
|
|
12
|
+
input: DescribeSchedulingPoliciesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeSchedulingPoliciesCommandInput,
|
|
17
15
|
DescribeSchedulingPoliciesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeSchedulingPoliciesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeSchedulingPoliciesCommandInput
|
|
21
|
+
input: DescribeSchedulingPoliciesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeSchedulingPoliciesCommandInput,
|
|
26
24
|
DescribeSchedulingPoliciesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeServiceEnvironmentsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeServiceEnvironmentsCommandInput
|
|
8
|
-
extends DescribeServiceEnvironmentsRequest {}
|
|
7
|
+
export interface DescribeServiceEnvironmentsCommandInput extends DescribeServiceEnvironmentsRequest {}
|
|
9
8
|
export interface DescribeServiceEnvironmentsCommandOutput
|
|
10
|
-
extends DescribeServiceEnvironmentsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeServiceEnvironmentsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeServiceEnvironmentsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeServiceEnvironmentsCommandInput
|
|
12
|
+
input: DescribeServiceEnvironmentsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeServiceEnvironmentsCommandInput,
|
|
17
15
|
DescribeServiceEnvironmentsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeServiceJobRequest,
|
|
4
|
-
DescribeServiceJobResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeServiceJobRequest, DescribeServiceJobResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeServiceJobCommandInput
|
|
8
|
-
extends DescribeServiceJobRequest {}
|
|
4
|
+
export interface DescribeServiceJobCommandInput extends DescribeServiceJobRequest {}
|
|
9
5
|
export interface DescribeServiceJobCommandOutput
|
|
10
|
-
extends DescribeServiceJobResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeServiceJobResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeServiceJobCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeServiceJobCommandInput
|
|
9
|
+
input: DescribeServiceJobCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeServiceJobCommandInput,
|
|
17
12
|
DescribeServiceJobCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeServiceJobCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeServiceJobCommandInput
|
|
18
|
+
input: DescribeServiceJobCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeServiceJobCommandInput,
|
|
26
21
|
DescribeServiceJobCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetJobQueueSnapshotRequest,
|
|
4
|
-
GetJobQueueSnapshotResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetJobQueueSnapshotRequest, GetJobQueueSnapshotResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetJobQueueSnapshotCommandInput
|
|
8
|
-
extends GetJobQueueSnapshotRequest {}
|
|
4
|
+
export interface GetJobQueueSnapshotCommandInput extends GetJobQueueSnapshotRequest {}
|
|
9
5
|
export interface GetJobQueueSnapshotCommandOutput
|
|
10
|
-
extends GetJobQueueSnapshotResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetJobQueueSnapshotResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetJobQueueSnapshotCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetJobQueueSnapshotCommandInput
|
|
9
|
+
input: GetJobQueueSnapshotCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetJobQueueSnapshotCommandInput,
|
|
17
12
|
GetJobQueueSnapshotCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetJobQueueSnapshotCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetJobQueueSnapshotCommandInput
|
|
18
|
+
input: GetJobQueueSnapshotCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetJobQueueSnapshotCommandInput,
|
|
26
21
|
GetJobQueueSnapshotCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListConsumableResourcesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListConsumableResourcesCommandInput
|
|
8
|
-
extends ListConsumableResourcesRequest {}
|
|
7
|
+
export interface ListConsumableResourcesCommandInput extends ListConsumableResourcesRequest {}
|
|
9
8
|
export interface ListConsumableResourcesCommandOutput
|
|
10
|
-
extends ListConsumableResourcesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListConsumableResourcesResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListConsumableResourcesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListConsumableResourcesCommandInput
|
|
12
|
+
input: ListConsumableResourcesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListConsumableResourcesCommandInput,
|
|
17
15
|
ListConsumableResourcesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListJobsByConsumableResourceResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListJobsByConsumableResourceCommandInput
|
|
8
|
-
extends ListJobsByConsumableResourceRequest {}
|
|
7
|
+
export interface ListJobsByConsumableResourceCommandInput extends ListJobsByConsumableResourceRequest {}
|
|
9
8
|
export interface ListJobsByConsumableResourceCommandOutput
|
|
10
|
-
extends ListJobsByConsumableResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListJobsByConsumableResourceResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListJobsByConsumableResourceCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListJobsByConsumableResourceCommandInput
|
|
12
|
+
input: ListJobsByConsumableResourceCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListJobsByConsumableResourceCommandInput,
|
|
17
15
|
ListJobsByConsumableResourceCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListJobsByConsumableResourceCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListJobsByConsumableResourceCommandInput
|
|
21
|
+
input: ListJobsByConsumableResourceCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListJobsByConsumableResourceCommandInput,
|
|
26
24
|
ListJobsByConsumableResourceCommandOutput,
|
|
@@ -2,11 +2,11 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListJobsRequest, ListJobsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListJobsCommandInput extends ListJobsRequest {}
|
|
5
|
-
export interface ListJobsCommandOutput
|
|
6
|
-
extends ListJobsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListJobsCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: ListJobsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ListJobsCommandInput,
|
|
11
11
|
ListJobsCommandOutput,
|
|
12
12
|
import("..").BatchClientResolvedConfig,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListQuotaSharesRequest,
|
|
4
|
-
ListQuotaSharesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListQuotaSharesRequest, ListQuotaSharesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListQuotaSharesCommandInput extends ListQuotaSharesRequest {}
|
|
8
|
-
export interface ListQuotaSharesCommandOutput
|
|
9
|
-
extends ListQuotaSharesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListQuotaSharesCommandOutput extends ListQuotaSharesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListQuotaSharesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListQuotaSharesCommandInput
|
|
8
|
+
input: ListQuotaSharesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListQuotaSharesCommandInput,
|
|
16
11
|
ListQuotaSharesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListQuotaSharesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListQuotaSharesCommandInput
|
|
17
|
+
input: ListQuotaSharesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListQuotaSharesCommandInput,
|
|
25
20
|
ListQuotaSharesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListSchedulingPoliciesRequest,
|
|
4
|
-
ListSchedulingPoliciesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListSchedulingPoliciesRequest, ListSchedulingPoliciesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListSchedulingPoliciesCommandInput
|
|
8
|
-
extends ListSchedulingPoliciesRequest {}
|
|
4
|
+
export interface ListSchedulingPoliciesCommandInput extends ListSchedulingPoliciesRequest {}
|
|
9
5
|
export interface ListSchedulingPoliciesCommandOutput
|
|
10
|
-
extends ListSchedulingPoliciesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListSchedulingPoliciesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListSchedulingPoliciesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListSchedulingPoliciesCommandInput
|
|
9
|
+
input: ListSchedulingPoliciesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListSchedulingPoliciesCommandInput,
|
|
17
12
|
ListSchedulingPoliciesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListServiceJobsRequest,
|
|
4
|
-
ListServiceJobsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListServiceJobsRequest, ListServiceJobsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListServiceJobsCommandInput extends ListServiceJobsRequest {}
|
|
8
|
-
export interface ListServiceJobsCommandOutput
|
|
9
|
-
extends ListServiceJobsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListServiceJobsCommandOutput extends ListServiceJobsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListServiceJobsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListServiceJobsCommandInput
|
|
8
|
+
input: ListServiceJobsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListServiceJobsCommandInput,
|
|
16
11
|
ListServiceJobsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
RegisterJobDefinitionRequest,
|
|
4
|
-
RegisterJobDefinitionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { RegisterJobDefinitionRequest, RegisterJobDefinitionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface RegisterJobDefinitionCommandInput
|
|
8
|
-
extends RegisterJobDefinitionRequest {}
|
|
4
|
+
export interface RegisterJobDefinitionCommandInput extends RegisterJobDefinitionRequest {}
|
|
9
5
|
export interface RegisterJobDefinitionCommandOutput
|
|
10
|
-
extends RegisterJobDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends RegisterJobDefinitionResponse, __MetadataBearer {}
|
|
12
7
|
declare const RegisterJobDefinitionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: RegisterJobDefinitionCommandInput
|
|
9
|
+
input: RegisterJobDefinitionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
RegisterJobDefinitionCommandInput,
|
|
17
12
|
RegisterJobDefinitionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const RegisterJobDefinitionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: RegisterJobDefinitionCommandInput
|
|
18
|
+
input: RegisterJobDefinitionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
RegisterJobDefinitionCommandInput,
|
|
26
21
|
RegisterJobDefinitionCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { SubmitJobRequest, SubmitJobResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface SubmitJobCommandInput extends SubmitJobRequest {}
|
|
5
|
-
export interface SubmitJobCommandOutput
|
|
6
|
-
extends SubmitJobResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface SubmitJobCommandOutput extends SubmitJobResponse, __MetadataBearer {}
|
|
8
6
|
declare const SubmitJobCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: SubmitJobCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
SubmitJobCommandInput,
|
|
11
11
|
SubmitJobCommandOutput,
|
|
12
12
|
import("..").BatchClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: SubmitJobCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
SubmitJobCommandInput,
|
|
18
20
|
SubmitJobCommandOutput,
|
|
19
21
|
import("..").BatchClientResolvedConfig,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
SubmitServiceJobRequest,
|
|
4
|
-
SubmitServiceJobResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { SubmitServiceJobRequest, SubmitServiceJobResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface SubmitServiceJobCommandInput extends SubmitServiceJobRequest {}
|
|
8
|
-
export interface SubmitServiceJobCommandOutput
|
|
9
|
-
extends SubmitServiceJobResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface SubmitServiceJobCommandOutput extends SubmitServiceJobResponse, __MetadataBearer {}
|
|
11
6
|
declare const SubmitServiceJobCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: SubmitServiceJobCommandInput
|
|
8
|
+
input: SubmitServiceJobCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
SubmitServiceJobCommandInput,
|
|
16
11
|
SubmitServiceJobCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const SubmitServiceJobCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: SubmitServiceJobCommandInput
|
|
17
|
+
input: SubmitServiceJobCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
SubmitServiceJobCommandInput,
|
|
25
20
|
SubmitServiceJobCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TerminateJobRequest, TerminateJobResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TerminateJobCommandInput extends TerminateJobRequest {}
|
|
5
|
-
export interface TerminateJobCommandOutput
|
|
6
|
-
extends TerminateJobResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TerminateJobCommandOutput extends TerminateJobResponse, __MetadataBearer {}
|
|
8
6
|
declare const TerminateJobCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TerminateJobCommandInput
|
|
8
|
+
input: TerminateJobCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TerminateJobCommandInput,
|
|
13
11
|
TerminateJobCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TerminateJobCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TerminateJobCommandInput
|
|
17
|
+
input: TerminateJobCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TerminateJobCommandInput,
|
|
22
20
|
TerminateJobCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
TerminateServiceJobRequest,
|
|
4
|
-
TerminateServiceJobResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { TerminateServiceJobRequest, TerminateServiceJobResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface TerminateServiceJobCommandInput
|
|
8
|
-
extends TerminateServiceJobRequest {}
|
|
4
|
+
export interface TerminateServiceJobCommandInput extends TerminateServiceJobRequest {}
|
|
9
5
|
export interface TerminateServiceJobCommandOutput
|
|
10
|
-
extends TerminateServiceJobResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends TerminateServiceJobResponse, __MetadataBearer {}
|
|
12
7
|
declare const TerminateServiceJobCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: TerminateServiceJobCommandInput
|
|
9
|
+
input: TerminateServiceJobCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
TerminateServiceJobCommandInput,
|
|
17
12
|
TerminateServiceJobCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const TerminateServiceJobCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: TerminateServiceJobCommandInput
|
|
18
|
+
input: TerminateServiceJobCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
TerminateServiceJobCommandInput,
|
|
26
21
|
TerminateServiceJobCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateComputeEnvironmentResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateComputeEnvironmentCommandInput
|
|
8
|
-
extends UpdateComputeEnvironmentRequest {}
|
|
7
|
+
export interface UpdateComputeEnvironmentCommandInput extends UpdateComputeEnvironmentRequest {}
|
|
9
8
|
export interface UpdateComputeEnvironmentCommandOutput
|
|
10
|
-
extends UpdateComputeEnvironmentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateComputeEnvironmentResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateComputeEnvironmentCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateComputeEnvironmentCommandInput
|
|
12
|
+
input: UpdateComputeEnvironmentCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateComputeEnvironmentCommandInput,
|
|
17
15
|
UpdateComputeEnvironmentCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateComputeEnvironmentCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateComputeEnvironmentCommandInput
|
|
21
|
+
input: UpdateComputeEnvironmentCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateComputeEnvironmentCommandInput,
|
|
26
24
|
UpdateComputeEnvironmentCommandOutput,
|