@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
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -36,10 +33,7 @@ import {
|
|
|
36
33
|
HttpAuthSchemeInputConfig,
|
|
37
34
|
HttpAuthSchemeResolvedConfig,
|
|
38
35
|
} from "./auth/httpAuthSchemeProvider";
|
|
39
|
-
import {
|
|
40
|
-
CancelJobCommandInput,
|
|
41
|
-
CancelJobCommandOutput,
|
|
42
|
-
} from "./commands/CancelJobCommand";
|
|
36
|
+
import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand";
|
|
43
37
|
import {
|
|
44
38
|
CreateComputeEnvironmentCommandInput,
|
|
45
39
|
CreateComputeEnvironmentCommandOutput,
|
|
@@ -140,10 +134,7 @@ import {
|
|
|
140
134
|
ListJobsByConsumableResourceCommandInput,
|
|
141
135
|
ListJobsByConsumableResourceCommandOutput,
|
|
142
136
|
} from "./commands/ListJobsByConsumableResourceCommand";
|
|
143
|
-
import {
|
|
144
|
-
ListJobsCommandInput,
|
|
145
|
-
ListJobsCommandOutput,
|
|
146
|
-
} from "./commands/ListJobsCommand";
|
|
137
|
+
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
147
138
|
import {
|
|
148
139
|
ListQuotaSharesCommandInput,
|
|
149
140
|
ListQuotaSharesCommandOutput,
|
|
@@ -164,18 +155,12 @@ import {
|
|
|
164
155
|
RegisterJobDefinitionCommandInput,
|
|
165
156
|
RegisterJobDefinitionCommandOutput,
|
|
166
157
|
} from "./commands/RegisterJobDefinitionCommand";
|
|
167
|
-
import {
|
|
168
|
-
SubmitJobCommandInput,
|
|
169
|
-
SubmitJobCommandOutput,
|
|
170
|
-
} from "./commands/SubmitJobCommand";
|
|
158
|
+
import { SubmitJobCommandInput, SubmitJobCommandOutput } from "./commands/SubmitJobCommand";
|
|
171
159
|
import {
|
|
172
160
|
SubmitServiceJobCommandInput,
|
|
173
161
|
SubmitServiceJobCommandOutput,
|
|
174
162
|
} from "./commands/SubmitServiceJobCommand";
|
|
175
|
-
import {
|
|
176
|
-
TagResourceCommandInput,
|
|
177
|
-
TagResourceCommandOutput,
|
|
178
|
-
} from "./commands/TagResourceCommand";
|
|
163
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
179
164
|
import {
|
|
180
165
|
TerminateJobCommandInput,
|
|
181
166
|
TerminateJobCommandOutput,
|
|
@@ -315,8 +300,7 @@ export type ServiceOutputTypes =
|
|
|
315
300
|
| UpdateSchedulingPolicyCommandOutput
|
|
316
301
|
| UpdateServiceEnvironmentCommandOutput
|
|
317
302
|
| UpdateServiceJobCommandOutput;
|
|
318
|
-
export interface ClientDefaults
|
|
319
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
303
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
320
304
|
requestHandler?: __HttpHandlerUserInput;
|
|
321
305
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
322
306
|
urlParser?: __UrlParser;
|
|
@@ -341,9 +325,7 @@ export interface ClientDefaults
|
|
|
341
325
|
extensions?: RuntimeExtension[];
|
|
342
326
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
343
327
|
}
|
|
344
|
-
export type BatchClientConfigType = Partial<
|
|
345
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
346
|
-
> &
|
|
328
|
+
export type BatchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
347
329
|
ClientDefaults &
|
|
348
330
|
UserAgentInputConfig &
|
|
349
331
|
RetryInputConfig &
|
|
@@ -353,19 +335,17 @@ export type BatchClientConfigType = Partial<
|
|
|
353
335
|
HttpAuthSchemeInputConfig &
|
|
354
336
|
ClientInputEndpointParameters;
|
|
355
337
|
export interface BatchClientConfig extends BatchClientConfigType {}
|
|
356
|
-
export type BatchClientResolvedConfigType =
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
export interface BatchClientResolvedConfig
|
|
368
|
-
extends BatchClientResolvedConfigType {}
|
|
338
|
+
export type BatchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
339
|
+
Required<ClientDefaults> &
|
|
340
|
+
RuntimeExtensionsConfig &
|
|
341
|
+
UserAgentResolvedConfig &
|
|
342
|
+
RetryResolvedConfig &
|
|
343
|
+
RegionResolvedConfig &
|
|
344
|
+
HostHeaderResolvedConfig &
|
|
345
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
346
|
+
HttpAuthSchemeResolvedConfig &
|
|
347
|
+
ClientResolvedEndpointParameters;
|
|
348
|
+
export interface BatchClientResolvedConfig extends BatchClientResolvedConfigType {}
|
|
369
349
|
export declare class BatchClient extends __Client<
|
|
370
350
|
__HttpHandlerOptions,
|
|
371
351
|
ServiceInputTypes,
|
|
@@ -373,8 +353,6 @@ export declare class BatchClient extends __Client<
|
|
|
373
353
|
BatchClientResolvedConfig
|
|
374
354
|
> {
|
|
375
355
|
readonly config: BatchClientResolvedConfig;
|
|
376
|
-
constructor(
|
|
377
|
-
...[configuration]: __CheckOptionalClientConfig<BatchClientConfig>
|
|
378
|
-
);
|
|
356
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<BatchClientConfig>);
|
|
379
357
|
destroy(): void;
|
|
380
358
|
}
|
|
@@ -7,17 +7,10 @@ import { BatchHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: BatchHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: BatchHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): BatchHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { BatchClientResolvedConfig } from "../BatchClient";
|
|
15
|
-
export interface BatchHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface BatchHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface BatchHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface BatchHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
BatchClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
BatchHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultBatchHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: BatchClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<BatchHttpAuthSchemeParameters>;
|
|
31
|
-
export interface BatchHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<BatchHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface BatchHttpAuthSchemeProvider extends HttpAuthSchemeProvider<BatchHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultBatchHttpAuthSchemeProvider: BatchHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: BatchHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: BatchHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -1,25 +1,20 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
ServiceInputTypes,
|
|
5
|
-
ServiceOutputTypes,
|
|
6
|
-
} from "./BatchClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
2
|
+
import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./BatchClient";
|
|
3
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
4
|
added: EndpointParameterInstructions,
|
|
12
5
|
plugins: (
|
|
13
6
|
CommandCtor: any,
|
|
14
7
|
clientStack: any,
|
|
15
8
|
config: any,
|
|
16
|
-
options: any
|
|
9
|
+
options: any,
|
|
17
10
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
11
|
op: string,
|
|
19
12
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
13
|
+
smithyContext?: Record<string, unknown>,
|
|
21
14
|
) => {
|
|
22
|
-
new (
|
|
15
|
+
new (
|
|
16
|
+
input: I,
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
18
|
I,
|
|
24
19
|
O,
|
|
25
20
|
BatchClientResolvedConfig,
|
|
@@ -38,9 +33,4 @@ export declare const command: <
|
|
|
38
33
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
34
|
};
|
|
40
35
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
36
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CancelJobRequest, CancelJobResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CancelJobCommandInput extends CancelJobRequest {}
|
|
5
|
-
export interface CancelJobCommandOutput
|
|
6
|
-
extends CancelJobResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CancelJobCommandOutput extends CancelJobResponse, __MetadataBearer {}
|
|
8
6
|
declare const CancelJobCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: CancelJobCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
CancelJobCommandInput,
|
|
11
11
|
CancelJobCommandOutput,
|
|
12
12
|
import("..").BatchClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: CancelJobCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
CancelJobCommandInput,
|
|
18
20
|
CancelJobCommandOutput,
|
|
19
21
|
import("..").BatchClientResolvedConfig,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateComputeEnvironmentResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateComputeEnvironmentCommandInput
|
|
8
|
-
extends CreateComputeEnvironmentRequest {}
|
|
7
|
+
export interface CreateComputeEnvironmentCommandInput extends CreateComputeEnvironmentRequest {}
|
|
9
8
|
export interface CreateComputeEnvironmentCommandOutput
|
|
10
|
-
extends CreateComputeEnvironmentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateComputeEnvironmentResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateComputeEnvironmentCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateComputeEnvironmentCommandInput
|
|
12
|
+
input: CreateComputeEnvironmentCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateComputeEnvironmentCommandInput,
|
|
17
15
|
CreateComputeEnvironmentCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateComputeEnvironmentCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateComputeEnvironmentCommandInput
|
|
21
|
+
input: CreateComputeEnvironmentCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateComputeEnvironmentCommandInput,
|
|
26
24
|
CreateComputeEnvironmentCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateConsumableResourceResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateConsumableResourceCommandInput
|
|
8
|
-
extends CreateConsumableResourceRequest {}
|
|
7
|
+
export interface CreateConsumableResourceCommandInput extends CreateConsumableResourceRequest {}
|
|
9
8
|
export interface CreateConsumableResourceCommandOutput
|
|
10
|
-
extends CreateConsumableResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateConsumableResourceResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateConsumableResourceCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateConsumableResourceCommandInput
|
|
12
|
+
input: CreateConsumableResourceCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateConsumableResourceCommandInput,
|
|
17
15
|
CreateConsumableResourceCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateConsumableResourceCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateConsumableResourceCommandInput
|
|
21
|
+
input: CreateConsumableResourceCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateConsumableResourceCommandInput,
|
|
26
24
|
CreateConsumableResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateJobQueueRequest,
|
|
4
|
-
CreateJobQueueResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateJobQueueRequest, CreateJobQueueResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateJobQueueCommandInput extends CreateJobQueueRequest {}
|
|
8
|
-
export interface CreateJobQueueCommandOutput
|
|
9
|
-
extends CreateJobQueueResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateJobQueueCommandOutput extends CreateJobQueueResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateJobQueueCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateJobQueueCommandInput
|
|
8
|
+
input: CreateJobQueueCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateJobQueueCommandInput,
|
|
16
11
|
CreateJobQueueCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateJobQueueCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateJobQueueCommandInput
|
|
17
|
+
input: CreateJobQueueCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateJobQueueCommandInput,
|
|
25
20
|
CreateJobQueueCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateQuotaShareRequest,
|
|
4
|
-
CreateQuotaShareResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateQuotaShareRequest, CreateQuotaShareResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateQuotaShareCommandInput extends CreateQuotaShareRequest {}
|
|
8
|
-
export interface CreateQuotaShareCommandOutput
|
|
9
|
-
extends CreateQuotaShareResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateQuotaShareCommandOutput extends CreateQuotaShareResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateQuotaShareCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateQuotaShareCommandInput
|
|
8
|
+
input: CreateQuotaShareCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateQuotaShareCommandInput,
|
|
16
11
|
CreateQuotaShareCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateQuotaShareCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateQuotaShareCommandInput
|
|
17
|
+
input: CreateQuotaShareCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateQuotaShareCommandInput,
|
|
25
20
|
CreateQuotaShareCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateSchedulingPolicyRequest,
|
|
4
|
-
CreateSchedulingPolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateSchedulingPolicyRequest, CreateSchedulingPolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateSchedulingPolicyCommandInput
|
|
8
|
-
extends CreateSchedulingPolicyRequest {}
|
|
4
|
+
export interface CreateSchedulingPolicyCommandInput extends CreateSchedulingPolicyRequest {}
|
|
9
5
|
export interface CreateSchedulingPolicyCommandOutput
|
|
10
|
-
extends CreateSchedulingPolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateSchedulingPolicyResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateSchedulingPolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateSchedulingPolicyCommandInput
|
|
9
|
+
input: CreateSchedulingPolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateSchedulingPolicyCommandInput,
|
|
17
12
|
CreateSchedulingPolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateSchedulingPolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateSchedulingPolicyCommandInput
|
|
18
|
+
input: CreateSchedulingPolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateSchedulingPolicyCommandInput,
|
|
26
21
|
CreateSchedulingPolicyCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateServiceEnvironmentResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateServiceEnvironmentCommandInput
|
|
8
|
-
extends CreateServiceEnvironmentRequest {}
|
|
7
|
+
export interface CreateServiceEnvironmentCommandInput extends CreateServiceEnvironmentRequest {}
|
|
9
8
|
export interface CreateServiceEnvironmentCommandOutput
|
|
10
|
-
extends CreateServiceEnvironmentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateServiceEnvironmentResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateServiceEnvironmentCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateServiceEnvironmentCommandInput
|
|
12
|
+
input: CreateServiceEnvironmentCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateServiceEnvironmentCommandInput,
|
|
17
15
|
CreateServiceEnvironmentCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateServiceEnvironmentCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateServiceEnvironmentCommandInput
|
|
21
|
+
input: CreateServiceEnvironmentCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateServiceEnvironmentCommandInput,
|
|
26
24
|
CreateServiceEnvironmentCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteComputeEnvironmentResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteComputeEnvironmentCommandInput
|
|
8
|
-
extends DeleteComputeEnvironmentRequest {}
|
|
7
|
+
export interface DeleteComputeEnvironmentCommandInput extends DeleteComputeEnvironmentRequest {}
|
|
9
8
|
export interface DeleteComputeEnvironmentCommandOutput
|
|
10
|
-
extends DeleteComputeEnvironmentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteComputeEnvironmentResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteComputeEnvironmentCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteComputeEnvironmentCommandInput
|
|
12
|
+
input: DeleteComputeEnvironmentCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteComputeEnvironmentCommandInput,
|
|
17
15
|
DeleteComputeEnvironmentCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteComputeEnvironmentCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteComputeEnvironmentCommandInput
|
|
21
|
+
input: DeleteComputeEnvironmentCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteComputeEnvironmentCommandInput,
|
|
26
24
|
DeleteComputeEnvironmentCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteConsumableResourceResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteConsumableResourceCommandInput
|
|
8
|
-
extends DeleteConsumableResourceRequest {}
|
|
7
|
+
export interface DeleteConsumableResourceCommandInput extends DeleteConsumableResourceRequest {}
|
|
9
8
|
export interface DeleteConsumableResourceCommandOutput
|
|
10
|
-
extends DeleteConsumableResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteConsumableResourceResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteConsumableResourceCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteConsumableResourceCommandInput
|
|
12
|
+
input: DeleteConsumableResourceCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteConsumableResourceCommandInput,
|
|
17
15
|
DeleteConsumableResourceCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteConsumableResourceCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteConsumableResourceCommandInput
|
|
21
|
+
input: DeleteConsumableResourceCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteConsumableResourceCommandInput,
|
|
26
24
|
DeleteConsumableResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteJobQueueRequest,
|
|
4
|
-
DeleteJobQueueResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteJobQueueRequest, DeleteJobQueueResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteJobQueueCommandInput extends DeleteJobQueueRequest {}
|
|
8
|
-
export interface DeleteJobQueueCommandOutput
|
|
9
|
-
extends DeleteJobQueueResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteJobQueueCommandOutput extends DeleteJobQueueResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteJobQueueCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteJobQueueCommandInput
|
|
8
|
+
input: DeleteJobQueueCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteJobQueueCommandInput,
|
|
16
11
|
DeleteJobQueueCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteJobQueueCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteJobQueueCommandInput
|
|
17
|
+
input: DeleteJobQueueCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteJobQueueCommandInput,
|
|
25
20
|
DeleteJobQueueCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteQuotaShareRequest,
|
|
4
|
-
DeleteQuotaShareResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteQuotaShareRequest, DeleteQuotaShareResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteQuotaShareCommandInput extends DeleteQuotaShareRequest {}
|
|
8
|
-
export interface DeleteQuotaShareCommandOutput
|
|
9
|
-
extends DeleteQuotaShareResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteQuotaShareCommandOutput extends DeleteQuotaShareResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteQuotaShareCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteQuotaShareCommandInput
|
|
8
|
+
input: DeleteQuotaShareCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteQuotaShareCommandInput,
|
|
16
11
|
DeleteQuotaShareCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteQuotaShareCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteQuotaShareCommandInput
|
|
17
|
+
input: DeleteQuotaShareCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteQuotaShareCommandInput,
|
|
25
20
|
DeleteQuotaShareCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteSchedulingPolicyRequest,
|
|
4
|
-
DeleteSchedulingPolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteSchedulingPolicyRequest, DeleteSchedulingPolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteSchedulingPolicyCommandInput
|
|
8
|
-
extends DeleteSchedulingPolicyRequest {}
|
|
4
|
+
export interface DeleteSchedulingPolicyCommandInput extends DeleteSchedulingPolicyRequest {}
|
|
9
5
|
export interface DeleteSchedulingPolicyCommandOutput
|
|
10
|
-
extends DeleteSchedulingPolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteSchedulingPolicyResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteSchedulingPolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteSchedulingPolicyCommandInput
|
|
9
|
+
input: DeleteSchedulingPolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteSchedulingPolicyCommandInput,
|
|
17
12
|
DeleteSchedulingPolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteSchedulingPolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteSchedulingPolicyCommandInput
|
|
18
|
+
input: DeleteSchedulingPolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteSchedulingPolicyCommandInput,
|
|
26
21
|
DeleteSchedulingPolicyCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteServiceEnvironmentResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteServiceEnvironmentCommandInput
|
|
8
|
-
extends DeleteServiceEnvironmentRequest {}
|
|
7
|
+
export interface DeleteServiceEnvironmentCommandInput extends DeleteServiceEnvironmentRequest {}
|
|
9
8
|
export interface DeleteServiceEnvironmentCommandOutput
|
|
10
|
-
extends DeleteServiceEnvironmentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteServiceEnvironmentResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteServiceEnvironmentCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteServiceEnvironmentCommandInput
|
|
12
|
+
input: DeleteServiceEnvironmentCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteServiceEnvironmentCommandInput,
|
|
17
15
|
DeleteServiceEnvironmentCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteServiceEnvironmentCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteServiceEnvironmentCommandInput
|
|
21
|
+
input: DeleteServiceEnvironmentCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteServiceEnvironmentCommandInput,
|
|
26
24
|
DeleteServiceEnvironmentCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeregisterJobDefinitionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeregisterJobDefinitionCommandInput
|
|
8
|
-
extends DeregisterJobDefinitionRequest {}
|
|
7
|
+
export interface DeregisterJobDefinitionCommandInput extends DeregisterJobDefinitionRequest {}
|
|
9
8
|
export interface DeregisterJobDefinitionCommandOutput
|
|
10
|
-
extends DeregisterJobDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeregisterJobDefinitionResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeregisterJobDefinitionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeregisterJobDefinitionCommandInput
|
|
12
|
+
input: DeregisterJobDefinitionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeregisterJobDefinitionCommandInput,
|
|
17
15
|
DeregisterJobDefinitionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeregisterJobDefinitionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeregisterJobDefinitionCommandInput
|
|
21
|
+
input: DeregisterJobDefinitionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeregisterJobDefinitionCommandInput,
|
|
26
24
|
DeregisterJobDefinitionCommandOutput,
|