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