@aws-sdk/client-batch 3.1076.0 → 3.1078.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 +56 -455
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CancelJobCommand.js +2 -14
- package/dist-es/commands/CreateComputeEnvironmentCommand.js +2 -14
- package/dist-es/commands/CreateConsumableResourceCommand.js +2 -14
- package/dist-es/commands/CreateJobQueueCommand.js +2 -14
- package/dist-es/commands/CreateQuotaShareCommand.js +2 -14
- package/dist-es/commands/CreateSchedulingPolicyCommand.js +2 -14
- package/dist-es/commands/CreateServiceEnvironmentCommand.js +2 -14
- package/dist-es/commands/DeleteComputeEnvironmentCommand.js +2 -14
- package/dist-es/commands/DeleteConsumableResourceCommand.js +2 -14
- package/dist-es/commands/DeleteJobQueueCommand.js +2 -14
- package/dist-es/commands/DeleteQuotaShareCommand.js +2 -14
- package/dist-es/commands/DeleteSchedulingPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteServiceEnvironmentCommand.js +2 -14
- package/dist-es/commands/DeregisterJobDefinitionCommand.js +2 -14
- package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +2 -14
- package/dist-es/commands/DescribeConsumableResourceCommand.js +2 -14
- package/dist-es/commands/DescribeJobDefinitionsCommand.js +2 -14
- package/dist-es/commands/DescribeJobQueuesCommand.js +2 -14
- package/dist-es/commands/DescribeJobsCommand.js +2 -14
- package/dist-es/commands/DescribeQuotaShareCommand.js +2 -14
- package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +2 -14
- package/dist-es/commands/DescribeServiceEnvironmentsCommand.js +2 -14
- package/dist-es/commands/DescribeServiceJobCommand.js +2 -14
- package/dist-es/commands/GetJobQueueSnapshotCommand.js +2 -14
- package/dist-es/commands/ListConsumableResourcesCommand.js +2 -14
- package/dist-es/commands/ListJobsByConsumableResourceCommand.js +2 -14
- package/dist-es/commands/ListJobsCommand.js +2 -14
- package/dist-es/commands/ListQuotaSharesCommand.js +2 -14
- package/dist-es/commands/ListSchedulingPoliciesCommand.js +2 -14
- package/dist-es/commands/ListServiceJobsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RegisterJobDefinitionCommand.js +2 -14
- package/dist-es/commands/SubmitJobCommand.js +2 -14
- package/dist-es/commands/SubmitServiceJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/TerminateJobCommand.js +2 -14
- package/dist-es/commands/TerminateServiceJobCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateComputeEnvironmentCommand.js +2 -14
- package/dist-es/commands/UpdateConsumableResourceCommand.js +2 -14
- package/dist-es/commands/UpdateJobQueueCommand.js +2 -14
- package/dist-es/commands/UpdateQuotaShareCommand.js +2 -14
- package/dist-es/commands/UpdateSchedulingPolicyCommand.js +2 -14
- package/dist-es/commands/UpdateServiceEnvironmentCommand.js +2 -14
- package/dist-es/commands/UpdateServiceJobCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CancelJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/CreateConsumableResourceCommand.d.ts +3 -8
- package/dist-types/commands/CreateJobQueueCommand.d.ts +3 -8
- package/dist-types/commands/CreateQuotaShareCommand.d.ts +3 -8
- package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConsumableResourceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteJobQueueCommand.d.ts +3 -8
- package/dist-types/commands/DeleteQuotaShareCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterJobDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConsumableResourceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeJobQueuesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeJobsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeQuotaShareCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceEnvironmentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceJobCommand.d.ts +3 -8
- package/dist-types/commands/GetJobQueueSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/ListConsumableResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListJobsByConsumableResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListQuotaSharesCommand.d.ts +3 -8
- package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/SubmitJobCommand.d.ts +3 -8
- package/dist-types/commands/SubmitServiceJobCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/TerminateJobCommand.d.ts +3 -8
- package/dist-types/commands/TerminateServiceJobCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConsumableResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateJobQueueCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQuotaShareCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceJobCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConsumableResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateQuotaShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServiceEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConsumableResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteQuotaShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConsumableResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeQuotaShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceEnvironmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetJobQueueSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConsumableResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListJobsByConsumableResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListQuotaSharesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitServiceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TerminateServiceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConsumableResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQuotaShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultBatchHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -2319,6 +2321,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
2319
2321
|
serviceTarget: "AWSBatchV20160810",
|
|
2320
2322
|
},
|
|
2321
2323
|
serviceId: config?.serviceId ?? "Batch",
|
|
2324
|
+
sha256: config?.sha256 ?? Sha256,
|
|
2322
2325
|
urlParser: config?.urlParser ?? parseUrl,
|
|
2323
2326
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
2324
2327
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -2352,7 +2355,6 @@ const getRuntimeConfig = (config) => {
|
|
|
2352
2355
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
2353
2356
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
2354
2357
|
}, config),
|
|
2355
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
2356
2358
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
2357
2359
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
2358
2360
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -2440,544 +2442,143 @@ class BatchClient extends Client {
|
|
|
2440
2442
|
}
|
|
2441
2443
|
}
|
|
2442
2444
|
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
})
|
|
2449
|
-
.s("AWSBatchV20160810", "CancelJob", {})
|
|
2450
|
-
.n("BatchClient", "CancelJobCommand")
|
|
2451
|
-
.sc(CancelJob$)
|
|
2452
|
-
.build() {
|
|
2445
|
+
const command = makeBuilder(commonParams, "AWSBatchV20160810", "BatchClient", getEndpointPlugin);
|
|
2446
|
+
const _ep0 = {};
|
|
2447
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2448
|
+
|
|
2449
|
+
class CancelJobCommand extends command(_ep0, _mw0, "CancelJob", CancelJob$) {
|
|
2453
2450
|
}
|
|
2454
2451
|
|
|
2455
|
-
class CreateComputeEnvironmentCommand extends
|
|
2456
|
-
.classBuilder()
|
|
2457
|
-
.ep(commonParams)
|
|
2458
|
-
.m(function (Command, cs, config, o) {
|
|
2459
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2460
|
-
})
|
|
2461
|
-
.s("AWSBatchV20160810", "CreateComputeEnvironment", {})
|
|
2462
|
-
.n("BatchClient", "CreateComputeEnvironmentCommand")
|
|
2463
|
-
.sc(CreateComputeEnvironment$)
|
|
2464
|
-
.build() {
|
|
2452
|
+
class CreateComputeEnvironmentCommand extends command(_ep0, _mw0, "CreateComputeEnvironment", CreateComputeEnvironment$) {
|
|
2465
2453
|
}
|
|
2466
2454
|
|
|
2467
|
-
class CreateConsumableResourceCommand extends
|
|
2468
|
-
.classBuilder()
|
|
2469
|
-
.ep(commonParams)
|
|
2470
|
-
.m(function (Command, cs, config, o) {
|
|
2471
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2472
|
-
})
|
|
2473
|
-
.s("AWSBatchV20160810", "CreateConsumableResource", {})
|
|
2474
|
-
.n("BatchClient", "CreateConsumableResourceCommand")
|
|
2475
|
-
.sc(CreateConsumableResource$)
|
|
2476
|
-
.build() {
|
|
2455
|
+
class CreateConsumableResourceCommand extends command(_ep0, _mw0, "CreateConsumableResource", CreateConsumableResource$) {
|
|
2477
2456
|
}
|
|
2478
2457
|
|
|
2479
|
-
class CreateJobQueueCommand extends
|
|
2480
|
-
.classBuilder()
|
|
2481
|
-
.ep(commonParams)
|
|
2482
|
-
.m(function (Command, cs, config, o) {
|
|
2483
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2484
|
-
})
|
|
2485
|
-
.s("AWSBatchV20160810", "CreateJobQueue", {})
|
|
2486
|
-
.n("BatchClient", "CreateJobQueueCommand")
|
|
2487
|
-
.sc(CreateJobQueue$)
|
|
2488
|
-
.build() {
|
|
2458
|
+
class CreateJobQueueCommand extends command(_ep0, _mw0, "CreateJobQueue", CreateJobQueue$) {
|
|
2489
2459
|
}
|
|
2490
2460
|
|
|
2491
|
-
class CreateQuotaShareCommand extends
|
|
2492
|
-
.classBuilder()
|
|
2493
|
-
.ep(commonParams)
|
|
2494
|
-
.m(function (Command, cs, config, o) {
|
|
2495
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2496
|
-
})
|
|
2497
|
-
.s("AWSBatchV20160810", "CreateQuotaShare", {})
|
|
2498
|
-
.n("BatchClient", "CreateQuotaShareCommand")
|
|
2499
|
-
.sc(CreateQuotaShare$)
|
|
2500
|
-
.build() {
|
|
2461
|
+
class CreateQuotaShareCommand extends command(_ep0, _mw0, "CreateQuotaShare", CreateQuotaShare$) {
|
|
2501
2462
|
}
|
|
2502
2463
|
|
|
2503
|
-
class CreateSchedulingPolicyCommand extends
|
|
2504
|
-
.classBuilder()
|
|
2505
|
-
.ep(commonParams)
|
|
2506
|
-
.m(function (Command, cs, config, o) {
|
|
2507
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2508
|
-
})
|
|
2509
|
-
.s("AWSBatchV20160810", "CreateSchedulingPolicy", {})
|
|
2510
|
-
.n("BatchClient", "CreateSchedulingPolicyCommand")
|
|
2511
|
-
.sc(CreateSchedulingPolicy$)
|
|
2512
|
-
.build() {
|
|
2464
|
+
class CreateSchedulingPolicyCommand extends command(_ep0, _mw0, "CreateSchedulingPolicy", CreateSchedulingPolicy$) {
|
|
2513
2465
|
}
|
|
2514
2466
|
|
|
2515
|
-
class CreateServiceEnvironmentCommand extends
|
|
2516
|
-
.classBuilder()
|
|
2517
|
-
.ep(commonParams)
|
|
2518
|
-
.m(function (Command, cs, config, o) {
|
|
2519
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2520
|
-
})
|
|
2521
|
-
.s("AWSBatchV20160810", "CreateServiceEnvironment", {})
|
|
2522
|
-
.n("BatchClient", "CreateServiceEnvironmentCommand")
|
|
2523
|
-
.sc(CreateServiceEnvironment$)
|
|
2524
|
-
.build() {
|
|
2467
|
+
class CreateServiceEnvironmentCommand extends command(_ep0, _mw0, "CreateServiceEnvironment", CreateServiceEnvironment$) {
|
|
2525
2468
|
}
|
|
2526
2469
|
|
|
2527
|
-
class DeleteComputeEnvironmentCommand extends
|
|
2528
|
-
.classBuilder()
|
|
2529
|
-
.ep(commonParams)
|
|
2530
|
-
.m(function (Command, cs, config, o) {
|
|
2531
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2532
|
-
})
|
|
2533
|
-
.s("AWSBatchV20160810", "DeleteComputeEnvironment", {})
|
|
2534
|
-
.n("BatchClient", "DeleteComputeEnvironmentCommand")
|
|
2535
|
-
.sc(DeleteComputeEnvironment$)
|
|
2536
|
-
.build() {
|
|
2470
|
+
class DeleteComputeEnvironmentCommand extends command(_ep0, _mw0, "DeleteComputeEnvironment", DeleteComputeEnvironment$) {
|
|
2537
2471
|
}
|
|
2538
2472
|
|
|
2539
|
-
class DeleteConsumableResourceCommand extends
|
|
2540
|
-
.classBuilder()
|
|
2541
|
-
.ep(commonParams)
|
|
2542
|
-
.m(function (Command, cs, config, o) {
|
|
2543
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2544
|
-
})
|
|
2545
|
-
.s("AWSBatchV20160810", "DeleteConsumableResource", {})
|
|
2546
|
-
.n("BatchClient", "DeleteConsumableResourceCommand")
|
|
2547
|
-
.sc(DeleteConsumableResource$)
|
|
2548
|
-
.build() {
|
|
2473
|
+
class DeleteConsumableResourceCommand extends command(_ep0, _mw0, "DeleteConsumableResource", DeleteConsumableResource$) {
|
|
2549
2474
|
}
|
|
2550
2475
|
|
|
2551
|
-
class DeleteJobQueueCommand extends
|
|
2552
|
-
.classBuilder()
|
|
2553
|
-
.ep(commonParams)
|
|
2554
|
-
.m(function (Command, cs, config, o) {
|
|
2555
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2556
|
-
})
|
|
2557
|
-
.s("AWSBatchV20160810", "DeleteJobQueue", {})
|
|
2558
|
-
.n("BatchClient", "DeleteJobQueueCommand")
|
|
2559
|
-
.sc(DeleteJobQueue$)
|
|
2560
|
-
.build() {
|
|
2476
|
+
class DeleteJobQueueCommand extends command(_ep0, _mw0, "DeleteJobQueue", DeleteJobQueue$) {
|
|
2561
2477
|
}
|
|
2562
2478
|
|
|
2563
|
-
class DeleteQuotaShareCommand extends
|
|
2564
|
-
.classBuilder()
|
|
2565
|
-
.ep(commonParams)
|
|
2566
|
-
.m(function (Command, cs, config, o) {
|
|
2567
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2568
|
-
})
|
|
2569
|
-
.s("AWSBatchV20160810", "DeleteQuotaShare", {})
|
|
2570
|
-
.n("BatchClient", "DeleteQuotaShareCommand")
|
|
2571
|
-
.sc(DeleteQuotaShare$)
|
|
2572
|
-
.build() {
|
|
2479
|
+
class DeleteQuotaShareCommand extends command(_ep0, _mw0, "DeleteQuotaShare", DeleteQuotaShare$) {
|
|
2573
2480
|
}
|
|
2574
2481
|
|
|
2575
|
-
class DeleteSchedulingPolicyCommand extends
|
|
2576
|
-
.classBuilder()
|
|
2577
|
-
.ep(commonParams)
|
|
2578
|
-
.m(function (Command, cs, config, o) {
|
|
2579
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2580
|
-
})
|
|
2581
|
-
.s("AWSBatchV20160810", "DeleteSchedulingPolicy", {})
|
|
2582
|
-
.n("BatchClient", "DeleteSchedulingPolicyCommand")
|
|
2583
|
-
.sc(DeleteSchedulingPolicy$)
|
|
2584
|
-
.build() {
|
|
2482
|
+
class DeleteSchedulingPolicyCommand extends command(_ep0, _mw0, "DeleteSchedulingPolicy", DeleteSchedulingPolicy$) {
|
|
2585
2483
|
}
|
|
2586
2484
|
|
|
2587
|
-
class DeleteServiceEnvironmentCommand extends
|
|
2588
|
-
.classBuilder()
|
|
2589
|
-
.ep(commonParams)
|
|
2590
|
-
.m(function (Command, cs, config, o) {
|
|
2591
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2592
|
-
})
|
|
2593
|
-
.s("AWSBatchV20160810", "DeleteServiceEnvironment", {})
|
|
2594
|
-
.n("BatchClient", "DeleteServiceEnvironmentCommand")
|
|
2595
|
-
.sc(DeleteServiceEnvironment$)
|
|
2596
|
-
.build() {
|
|
2485
|
+
class DeleteServiceEnvironmentCommand extends command(_ep0, _mw0, "DeleteServiceEnvironment", DeleteServiceEnvironment$) {
|
|
2597
2486
|
}
|
|
2598
2487
|
|
|
2599
|
-
class DeregisterJobDefinitionCommand extends
|
|
2600
|
-
.classBuilder()
|
|
2601
|
-
.ep(commonParams)
|
|
2602
|
-
.m(function (Command, cs, config, o) {
|
|
2603
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2604
|
-
})
|
|
2605
|
-
.s("AWSBatchV20160810", "DeregisterJobDefinition", {})
|
|
2606
|
-
.n("BatchClient", "DeregisterJobDefinitionCommand")
|
|
2607
|
-
.sc(DeregisterJobDefinition$)
|
|
2608
|
-
.build() {
|
|
2488
|
+
class DeregisterJobDefinitionCommand extends command(_ep0, _mw0, "DeregisterJobDefinition", DeregisterJobDefinition$) {
|
|
2609
2489
|
}
|
|
2610
2490
|
|
|
2611
|
-
class DescribeComputeEnvironmentsCommand extends
|
|
2612
|
-
.classBuilder()
|
|
2613
|
-
.ep(commonParams)
|
|
2614
|
-
.m(function (Command, cs, config, o) {
|
|
2615
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2616
|
-
})
|
|
2617
|
-
.s("AWSBatchV20160810", "DescribeComputeEnvironments", {})
|
|
2618
|
-
.n("BatchClient", "DescribeComputeEnvironmentsCommand")
|
|
2619
|
-
.sc(DescribeComputeEnvironments$)
|
|
2620
|
-
.build() {
|
|
2491
|
+
class DescribeComputeEnvironmentsCommand extends command(_ep0, _mw0, "DescribeComputeEnvironments", DescribeComputeEnvironments$) {
|
|
2621
2492
|
}
|
|
2622
2493
|
|
|
2623
|
-
class DescribeConsumableResourceCommand extends
|
|
2624
|
-
.classBuilder()
|
|
2625
|
-
.ep(commonParams)
|
|
2626
|
-
.m(function (Command, cs, config, o) {
|
|
2627
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2628
|
-
})
|
|
2629
|
-
.s("AWSBatchV20160810", "DescribeConsumableResource", {})
|
|
2630
|
-
.n("BatchClient", "DescribeConsumableResourceCommand")
|
|
2631
|
-
.sc(DescribeConsumableResource$)
|
|
2632
|
-
.build() {
|
|
2494
|
+
class DescribeConsumableResourceCommand extends command(_ep0, _mw0, "DescribeConsumableResource", DescribeConsumableResource$) {
|
|
2633
2495
|
}
|
|
2634
2496
|
|
|
2635
|
-
class DescribeJobDefinitionsCommand extends
|
|
2636
|
-
.classBuilder()
|
|
2637
|
-
.ep(commonParams)
|
|
2638
|
-
.m(function (Command, cs, config, o) {
|
|
2639
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2640
|
-
})
|
|
2641
|
-
.s("AWSBatchV20160810", "DescribeJobDefinitions", {})
|
|
2642
|
-
.n("BatchClient", "DescribeJobDefinitionsCommand")
|
|
2643
|
-
.sc(DescribeJobDefinitions$)
|
|
2644
|
-
.build() {
|
|
2497
|
+
class DescribeJobDefinitionsCommand extends command(_ep0, _mw0, "DescribeJobDefinitions", DescribeJobDefinitions$) {
|
|
2645
2498
|
}
|
|
2646
2499
|
|
|
2647
|
-
class DescribeJobQueuesCommand extends
|
|
2648
|
-
.classBuilder()
|
|
2649
|
-
.ep(commonParams)
|
|
2650
|
-
.m(function (Command, cs, config, o) {
|
|
2651
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2652
|
-
})
|
|
2653
|
-
.s("AWSBatchV20160810", "DescribeJobQueues", {})
|
|
2654
|
-
.n("BatchClient", "DescribeJobQueuesCommand")
|
|
2655
|
-
.sc(DescribeJobQueues$)
|
|
2656
|
-
.build() {
|
|
2500
|
+
class DescribeJobQueuesCommand extends command(_ep0, _mw0, "DescribeJobQueues", DescribeJobQueues$) {
|
|
2657
2501
|
}
|
|
2658
2502
|
|
|
2659
|
-
class DescribeJobsCommand extends
|
|
2660
|
-
.classBuilder()
|
|
2661
|
-
.ep(commonParams)
|
|
2662
|
-
.m(function (Command, cs, config, o) {
|
|
2663
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2664
|
-
})
|
|
2665
|
-
.s("AWSBatchV20160810", "DescribeJobs", {})
|
|
2666
|
-
.n("BatchClient", "DescribeJobsCommand")
|
|
2667
|
-
.sc(DescribeJobs$)
|
|
2668
|
-
.build() {
|
|
2503
|
+
class DescribeJobsCommand extends command(_ep0, _mw0, "DescribeJobs", DescribeJobs$) {
|
|
2669
2504
|
}
|
|
2670
2505
|
|
|
2671
|
-
class DescribeQuotaShareCommand extends
|
|
2672
|
-
.classBuilder()
|
|
2673
|
-
.ep(commonParams)
|
|
2674
|
-
.m(function (Command, cs, config, o) {
|
|
2675
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2676
|
-
})
|
|
2677
|
-
.s("AWSBatchV20160810", "DescribeQuotaShare", {})
|
|
2678
|
-
.n("BatchClient", "DescribeQuotaShareCommand")
|
|
2679
|
-
.sc(DescribeQuotaShare$)
|
|
2680
|
-
.build() {
|
|
2506
|
+
class DescribeQuotaShareCommand extends command(_ep0, _mw0, "DescribeQuotaShare", DescribeQuotaShare$) {
|
|
2681
2507
|
}
|
|
2682
2508
|
|
|
2683
|
-
class DescribeSchedulingPoliciesCommand extends
|
|
2684
|
-
.classBuilder()
|
|
2685
|
-
.ep(commonParams)
|
|
2686
|
-
.m(function (Command, cs, config, o) {
|
|
2687
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2688
|
-
})
|
|
2689
|
-
.s("AWSBatchV20160810", "DescribeSchedulingPolicies", {})
|
|
2690
|
-
.n("BatchClient", "DescribeSchedulingPoliciesCommand")
|
|
2691
|
-
.sc(DescribeSchedulingPolicies$)
|
|
2692
|
-
.build() {
|
|
2509
|
+
class DescribeSchedulingPoliciesCommand extends command(_ep0, _mw0, "DescribeSchedulingPolicies", DescribeSchedulingPolicies$) {
|
|
2693
2510
|
}
|
|
2694
2511
|
|
|
2695
|
-
class DescribeServiceEnvironmentsCommand extends
|
|
2696
|
-
.classBuilder()
|
|
2697
|
-
.ep(commonParams)
|
|
2698
|
-
.m(function (Command, cs, config, o) {
|
|
2699
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2700
|
-
})
|
|
2701
|
-
.s("AWSBatchV20160810", "DescribeServiceEnvironments", {})
|
|
2702
|
-
.n("BatchClient", "DescribeServiceEnvironmentsCommand")
|
|
2703
|
-
.sc(DescribeServiceEnvironments$)
|
|
2704
|
-
.build() {
|
|
2512
|
+
class DescribeServiceEnvironmentsCommand extends command(_ep0, _mw0, "DescribeServiceEnvironments", DescribeServiceEnvironments$) {
|
|
2705
2513
|
}
|
|
2706
2514
|
|
|
2707
|
-
class DescribeServiceJobCommand extends
|
|
2708
|
-
.classBuilder()
|
|
2709
|
-
.ep(commonParams)
|
|
2710
|
-
.m(function (Command, cs, config, o) {
|
|
2711
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2712
|
-
})
|
|
2713
|
-
.s("AWSBatchV20160810", "DescribeServiceJob", {})
|
|
2714
|
-
.n("BatchClient", "DescribeServiceJobCommand")
|
|
2715
|
-
.sc(DescribeServiceJob$)
|
|
2716
|
-
.build() {
|
|
2515
|
+
class DescribeServiceJobCommand extends command(_ep0, _mw0, "DescribeServiceJob", DescribeServiceJob$) {
|
|
2717
2516
|
}
|
|
2718
2517
|
|
|
2719
|
-
class GetJobQueueSnapshotCommand extends
|
|
2720
|
-
.classBuilder()
|
|
2721
|
-
.ep(commonParams)
|
|
2722
|
-
.m(function (Command, cs, config, o) {
|
|
2723
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2724
|
-
})
|
|
2725
|
-
.s("AWSBatchV20160810", "GetJobQueueSnapshot", {})
|
|
2726
|
-
.n("BatchClient", "GetJobQueueSnapshotCommand")
|
|
2727
|
-
.sc(GetJobQueueSnapshot$)
|
|
2728
|
-
.build() {
|
|
2518
|
+
class GetJobQueueSnapshotCommand extends command(_ep0, _mw0, "GetJobQueueSnapshot", GetJobQueueSnapshot$) {
|
|
2729
2519
|
}
|
|
2730
2520
|
|
|
2731
|
-
class ListConsumableResourcesCommand extends
|
|
2732
|
-
.classBuilder()
|
|
2733
|
-
.ep(commonParams)
|
|
2734
|
-
.m(function (Command, cs, config, o) {
|
|
2735
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2736
|
-
})
|
|
2737
|
-
.s("AWSBatchV20160810", "ListConsumableResources", {})
|
|
2738
|
-
.n("BatchClient", "ListConsumableResourcesCommand")
|
|
2739
|
-
.sc(ListConsumableResources$)
|
|
2740
|
-
.build() {
|
|
2521
|
+
class ListConsumableResourcesCommand extends command(_ep0, _mw0, "ListConsumableResources", ListConsumableResources$) {
|
|
2741
2522
|
}
|
|
2742
2523
|
|
|
2743
|
-
class ListJobsByConsumableResourceCommand extends
|
|
2744
|
-
.classBuilder()
|
|
2745
|
-
.ep(commonParams)
|
|
2746
|
-
.m(function (Command, cs, config, o) {
|
|
2747
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2748
|
-
})
|
|
2749
|
-
.s("AWSBatchV20160810", "ListJobsByConsumableResource", {})
|
|
2750
|
-
.n("BatchClient", "ListJobsByConsumableResourceCommand")
|
|
2751
|
-
.sc(ListJobsByConsumableResource$)
|
|
2752
|
-
.build() {
|
|
2524
|
+
class ListJobsByConsumableResourceCommand extends command(_ep0, _mw0, "ListJobsByConsumableResource", ListJobsByConsumableResource$) {
|
|
2753
2525
|
}
|
|
2754
2526
|
|
|
2755
|
-
class ListJobsCommand extends
|
|
2756
|
-
.classBuilder()
|
|
2757
|
-
.ep(commonParams)
|
|
2758
|
-
.m(function (Command, cs, config, o) {
|
|
2759
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2760
|
-
})
|
|
2761
|
-
.s("AWSBatchV20160810", "ListJobs", {})
|
|
2762
|
-
.n("BatchClient", "ListJobsCommand")
|
|
2763
|
-
.sc(ListJobs$)
|
|
2764
|
-
.build() {
|
|
2527
|
+
class ListJobsCommand extends command(_ep0, _mw0, "ListJobs", ListJobs$) {
|
|
2765
2528
|
}
|
|
2766
2529
|
|
|
2767
|
-
class ListQuotaSharesCommand extends
|
|
2768
|
-
.classBuilder()
|
|
2769
|
-
.ep(commonParams)
|
|
2770
|
-
.m(function (Command, cs, config, o) {
|
|
2771
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2772
|
-
})
|
|
2773
|
-
.s("AWSBatchV20160810", "ListQuotaShares", {})
|
|
2774
|
-
.n("BatchClient", "ListQuotaSharesCommand")
|
|
2775
|
-
.sc(ListQuotaShares$)
|
|
2776
|
-
.build() {
|
|
2530
|
+
class ListQuotaSharesCommand extends command(_ep0, _mw0, "ListQuotaShares", ListQuotaShares$) {
|
|
2777
2531
|
}
|
|
2778
2532
|
|
|
2779
|
-
class ListSchedulingPoliciesCommand extends
|
|
2780
|
-
.classBuilder()
|
|
2781
|
-
.ep(commonParams)
|
|
2782
|
-
.m(function (Command, cs, config, o) {
|
|
2783
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2784
|
-
})
|
|
2785
|
-
.s("AWSBatchV20160810", "ListSchedulingPolicies", {})
|
|
2786
|
-
.n("BatchClient", "ListSchedulingPoliciesCommand")
|
|
2787
|
-
.sc(ListSchedulingPolicies$)
|
|
2788
|
-
.build() {
|
|
2533
|
+
class ListSchedulingPoliciesCommand extends command(_ep0, _mw0, "ListSchedulingPolicies", ListSchedulingPolicies$) {
|
|
2789
2534
|
}
|
|
2790
2535
|
|
|
2791
|
-
class ListServiceJobsCommand extends
|
|
2792
|
-
.classBuilder()
|
|
2793
|
-
.ep(commonParams)
|
|
2794
|
-
.m(function (Command, cs, config, o) {
|
|
2795
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2796
|
-
})
|
|
2797
|
-
.s("AWSBatchV20160810", "ListServiceJobs", {})
|
|
2798
|
-
.n("BatchClient", "ListServiceJobsCommand")
|
|
2799
|
-
.sc(ListServiceJobs$)
|
|
2800
|
-
.build() {
|
|
2536
|
+
class ListServiceJobsCommand extends command(_ep0, _mw0, "ListServiceJobs", ListServiceJobs$) {
|
|
2801
2537
|
}
|
|
2802
2538
|
|
|
2803
|
-
class ListTagsForResourceCommand extends
|
|
2804
|
-
.classBuilder()
|
|
2805
|
-
.ep(commonParams)
|
|
2806
|
-
.m(function (Command, cs, config, o) {
|
|
2807
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2808
|
-
})
|
|
2809
|
-
.s("AWSBatchV20160810", "ListTagsForResource", {})
|
|
2810
|
-
.n("BatchClient", "ListTagsForResourceCommand")
|
|
2811
|
-
.sc(ListTagsForResource$)
|
|
2812
|
-
.build() {
|
|
2539
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2813
2540
|
}
|
|
2814
2541
|
|
|
2815
|
-
class RegisterJobDefinitionCommand extends
|
|
2816
|
-
.classBuilder()
|
|
2817
|
-
.ep(commonParams)
|
|
2818
|
-
.m(function (Command, cs, config, o) {
|
|
2819
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2820
|
-
})
|
|
2821
|
-
.s("AWSBatchV20160810", "RegisterJobDefinition", {})
|
|
2822
|
-
.n("BatchClient", "RegisterJobDefinitionCommand")
|
|
2823
|
-
.sc(RegisterJobDefinition$)
|
|
2824
|
-
.build() {
|
|
2542
|
+
class RegisterJobDefinitionCommand extends command(_ep0, _mw0, "RegisterJobDefinition", RegisterJobDefinition$) {
|
|
2825
2543
|
}
|
|
2826
2544
|
|
|
2827
|
-
class SubmitJobCommand extends
|
|
2828
|
-
.classBuilder()
|
|
2829
|
-
.ep(commonParams)
|
|
2830
|
-
.m(function (Command, cs, config, o) {
|
|
2831
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2832
|
-
})
|
|
2833
|
-
.s("AWSBatchV20160810", "SubmitJob", {})
|
|
2834
|
-
.n("BatchClient", "SubmitJobCommand")
|
|
2835
|
-
.sc(SubmitJob$)
|
|
2836
|
-
.build() {
|
|
2545
|
+
class SubmitJobCommand extends command(_ep0, _mw0, "SubmitJob", SubmitJob$) {
|
|
2837
2546
|
}
|
|
2838
2547
|
|
|
2839
|
-
class SubmitServiceJobCommand extends
|
|
2840
|
-
.classBuilder()
|
|
2841
|
-
.ep(commonParams)
|
|
2842
|
-
.m(function (Command, cs, config, o) {
|
|
2843
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2844
|
-
})
|
|
2845
|
-
.s("AWSBatchV20160810", "SubmitServiceJob", {})
|
|
2846
|
-
.n("BatchClient", "SubmitServiceJobCommand")
|
|
2847
|
-
.sc(SubmitServiceJob$)
|
|
2848
|
-
.build() {
|
|
2548
|
+
class SubmitServiceJobCommand extends command(_ep0, _mw0, "SubmitServiceJob", SubmitServiceJob$) {
|
|
2849
2549
|
}
|
|
2850
2550
|
|
|
2851
|
-
class TagResourceCommand extends
|
|
2852
|
-
.classBuilder()
|
|
2853
|
-
.ep(commonParams)
|
|
2854
|
-
.m(function (Command, cs, config, o) {
|
|
2855
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2856
|
-
})
|
|
2857
|
-
.s("AWSBatchV20160810", "TagResource", {})
|
|
2858
|
-
.n("BatchClient", "TagResourceCommand")
|
|
2859
|
-
.sc(TagResource$)
|
|
2860
|
-
.build() {
|
|
2551
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2861
2552
|
}
|
|
2862
2553
|
|
|
2863
|
-
class TerminateJobCommand extends
|
|
2864
|
-
.classBuilder()
|
|
2865
|
-
.ep(commonParams)
|
|
2866
|
-
.m(function (Command, cs, config, o) {
|
|
2867
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2868
|
-
})
|
|
2869
|
-
.s("AWSBatchV20160810", "TerminateJob", {})
|
|
2870
|
-
.n("BatchClient", "TerminateJobCommand")
|
|
2871
|
-
.sc(TerminateJob$)
|
|
2872
|
-
.build() {
|
|
2554
|
+
class TerminateJobCommand extends command(_ep0, _mw0, "TerminateJob", TerminateJob$) {
|
|
2873
2555
|
}
|
|
2874
2556
|
|
|
2875
|
-
class TerminateServiceJobCommand extends
|
|
2876
|
-
.classBuilder()
|
|
2877
|
-
.ep(commonParams)
|
|
2878
|
-
.m(function (Command, cs, config, o) {
|
|
2879
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2880
|
-
})
|
|
2881
|
-
.s("AWSBatchV20160810", "TerminateServiceJob", {})
|
|
2882
|
-
.n("BatchClient", "TerminateServiceJobCommand")
|
|
2883
|
-
.sc(TerminateServiceJob$)
|
|
2884
|
-
.build() {
|
|
2557
|
+
class TerminateServiceJobCommand extends command(_ep0, _mw0, "TerminateServiceJob", TerminateServiceJob$) {
|
|
2885
2558
|
}
|
|
2886
2559
|
|
|
2887
|
-
class UntagResourceCommand extends
|
|
2888
|
-
.classBuilder()
|
|
2889
|
-
.ep(commonParams)
|
|
2890
|
-
.m(function (Command, cs, config, o) {
|
|
2891
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2892
|
-
})
|
|
2893
|
-
.s("AWSBatchV20160810", "UntagResource", {})
|
|
2894
|
-
.n("BatchClient", "UntagResourceCommand")
|
|
2895
|
-
.sc(UntagResource$)
|
|
2896
|
-
.build() {
|
|
2560
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2897
2561
|
}
|
|
2898
2562
|
|
|
2899
|
-
class UpdateComputeEnvironmentCommand extends
|
|
2900
|
-
.classBuilder()
|
|
2901
|
-
.ep(commonParams)
|
|
2902
|
-
.m(function (Command, cs, config, o) {
|
|
2903
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2904
|
-
})
|
|
2905
|
-
.s("AWSBatchV20160810", "UpdateComputeEnvironment", {})
|
|
2906
|
-
.n("BatchClient", "UpdateComputeEnvironmentCommand")
|
|
2907
|
-
.sc(UpdateComputeEnvironment$)
|
|
2908
|
-
.build() {
|
|
2563
|
+
class UpdateComputeEnvironmentCommand extends command(_ep0, _mw0, "UpdateComputeEnvironment", UpdateComputeEnvironment$) {
|
|
2909
2564
|
}
|
|
2910
2565
|
|
|
2911
|
-
class UpdateConsumableResourceCommand extends
|
|
2912
|
-
.classBuilder()
|
|
2913
|
-
.ep(commonParams)
|
|
2914
|
-
.m(function (Command, cs, config, o) {
|
|
2915
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2916
|
-
})
|
|
2917
|
-
.s("AWSBatchV20160810", "UpdateConsumableResource", {})
|
|
2918
|
-
.n("BatchClient", "UpdateConsumableResourceCommand")
|
|
2919
|
-
.sc(UpdateConsumableResource$)
|
|
2920
|
-
.build() {
|
|
2566
|
+
class UpdateConsumableResourceCommand extends command(_ep0, _mw0, "UpdateConsumableResource", UpdateConsumableResource$) {
|
|
2921
2567
|
}
|
|
2922
2568
|
|
|
2923
|
-
class UpdateJobQueueCommand extends
|
|
2924
|
-
.classBuilder()
|
|
2925
|
-
.ep(commonParams)
|
|
2926
|
-
.m(function (Command, cs, config, o) {
|
|
2927
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2928
|
-
})
|
|
2929
|
-
.s("AWSBatchV20160810", "UpdateJobQueue", {})
|
|
2930
|
-
.n("BatchClient", "UpdateJobQueueCommand")
|
|
2931
|
-
.sc(UpdateJobQueue$)
|
|
2932
|
-
.build() {
|
|
2569
|
+
class UpdateJobQueueCommand extends command(_ep0, _mw0, "UpdateJobQueue", UpdateJobQueue$) {
|
|
2933
2570
|
}
|
|
2934
2571
|
|
|
2935
|
-
class UpdateQuotaShareCommand extends
|
|
2936
|
-
.classBuilder()
|
|
2937
|
-
.ep(commonParams)
|
|
2938
|
-
.m(function (Command, cs, config, o) {
|
|
2939
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2940
|
-
})
|
|
2941
|
-
.s("AWSBatchV20160810", "UpdateQuotaShare", {})
|
|
2942
|
-
.n("BatchClient", "UpdateQuotaShareCommand")
|
|
2943
|
-
.sc(UpdateQuotaShare$)
|
|
2944
|
-
.build() {
|
|
2572
|
+
class UpdateQuotaShareCommand extends command(_ep0, _mw0, "UpdateQuotaShare", UpdateQuotaShare$) {
|
|
2945
2573
|
}
|
|
2946
2574
|
|
|
2947
|
-
class UpdateSchedulingPolicyCommand extends
|
|
2948
|
-
.classBuilder()
|
|
2949
|
-
.ep(commonParams)
|
|
2950
|
-
.m(function (Command, cs, config, o) {
|
|
2951
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2952
|
-
})
|
|
2953
|
-
.s("AWSBatchV20160810", "UpdateSchedulingPolicy", {})
|
|
2954
|
-
.n("BatchClient", "UpdateSchedulingPolicyCommand")
|
|
2955
|
-
.sc(UpdateSchedulingPolicy$)
|
|
2956
|
-
.build() {
|
|
2575
|
+
class UpdateSchedulingPolicyCommand extends command(_ep0, _mw0, "UpdateSchedulingPolicy", UpdateSchedulingPolicy$) {
|
|
2957
2576
|
}
|
|
2958
2577
|
|
|
2959
|
-
class UpdateServiceEnvironmentCommand extends
|
|
2960
|
-
.classBuilder()
|
|
2961
|
-
.ep(commonParams)
|
|
2962
|
-
.m(function (Command, cs, config, o) {
|
|
2963
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2964
|
-
})
|
|
2965
|
-
.s("AWSBatchV20160810", "UpdateServiceEnvironment", {})
|
|
2966
|
-
.n("BatchClient", "UpdateServiceEnvironmentCommand")
|
|
2967
|
-
.sc(UpdateServiceEnvironment$)
|
|
2968
|
-
.build() {
|
|
2578
|
+
class UpdateServiceEnvironmentCommand extends command(_ep0, _mw0, "UpdateServiceEnvironment", UpdateServiceEnvironment$) {
|
|
2969
2579
|
}
|
|
2970
2580
|
|
|
2971
|
-
class UpdateServiceJobCommand extends
|
|
2972
|
-
.classBuilder()
|
|
2973
|
-
.ep(commonParams)
|
|
2974
|
-
.m(function (Command, cs, config, o) {
|
|
2975
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2976
|
-
})
|
|
2977
|
-
.s("AWSBatchV20160810", "UpdateServiceJob", {})
|
|
2978
|
-
.n("BatchClient", "UpdateServiceJobCommand")
|
|
2979
|
-
.sc(UpdateServiceJob$)
|
|
2980
|
-
.build() {
|
|
2581
|
+
class UpdateServiceJobCommand extends command(_ep0, _mw0, "UpdateServiceJob", UpdateServiceJob$) {
|
|
2981
2582
|
}
|
|
2982
2583
|
|
|
2983
2584
|
const paginateDescribeComputeEnvironments = createPaginator(BatchClient, DescribeComputeEnvironmentsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AWSBatchV20160810", "BatchClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CancelJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CancelJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBatchV20160810", "CancelJob", {})
|
|
13
|
-
.n("BatchClient", "CancelJobCommand")
|
|
14
|
-
.sc(CancelJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CancelJobCommand extends command(_ep0, _mw0, "CancelJob", CancelJob$) {
|
|
16
4
|
}
|