@aws-sdk/client-batch 3.927.0 → 3.929.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.
Files changed (61) hide show
  1. package/dist-cjs/index.js +2306 -1659
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/BatchClient.js +2 -0
  4. package/dist-es/commands/CancelJobCommand.js +3 -9
  5. package/dist-es/commands/CreateComputeEnvironmentCommand.js +3 -9
  6. package/dist-es/commands/CreateConsumableResourceCommand.js +3 -9
  7. package/dist-es/commands/CreateJobQueueCommand.js +3 -9
  8. package/dist-es/commands/CreateSchedulingPolicyCommand.js +3 -9
  9. package/dist-es/commands/CreateServiceEnvironmentCommand.js +3 -9
  10. package/dist-es/commands/DeleteComputeEnvironmentCommand.js +3 -9
  11. package/dist-es/commands/DeleteConsumableResourceCommand.js +3 -9
  12. package/dist-es/commands/DeleteJobQueueCommand.js +3 -9
  13. package/dist-es/commands/DeleteSchedulingPolicyCommand.js +3 -9
  14. package/dist-es/commands/DeleteServiceEnvironmentCommand.js +3 -9
  15. package/dist-es/commands/DeregisterJobDefinitionCommand.js +3 -9
  16. package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +3 -9
  17. package/dist-es/commands/DescribeConsumableResourceCommand.js +3 -9
  18. package/dist-es/commands/DescribeJobDefinitionsCommand.js +3 -9
  19. package/dist-es/commands/DescribeJobQueuesCommand.js +3 -9
  20. package/dist-es/commands/DescribeJobsCommand.js +3 -9
  21. package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +3 -9
  22. package/dist-es/commands/DescribeServiceEnvironmentsCommand.js +3 -9
  23. package/dist-es/commands/DescribeServiceJobCommand.js +3 -9
  24. package/dist-es/commands/GetJobQueueSnapshotCommand.js +3 -9
  25. package/dist-es/commands/ListConsumableResourcesCommand.js +3 -9
  26. package/dist-es/commands/ListJobsByConsumableResourceCommand.js +3 -9
  27. package/dist-es/commands/ListJobsCommand.js +3 -9
  28. package/dist-es/commands/ListSchedulingPoliciesCommand.js +3 -9
  29. package/dist-es/commands/ListServiceJobsCommand.js +3 -9
  30. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  31. package/dist-es/commands/RegisterJobDefinitionCommand.js +3 -9
  32. package/dist-es/commands/SubmitJobCommand.js +3 -9
  33. package/dist-es/commands/SubmitServiceJobCommand.js +3 -9
  34. package/dist-es/commands/TagResourceCommand.js +3 -9
  35. package/dist-es/commands/TerminateJobCommand.js +3 -9
  36. package/dist-es/commands/TerminateServiceJobCommand.js +3 -9
  37. package/dist-es/commands/UntagResourceCommand.js +3 -9
  38. package/dist-es/commands/UpdateComputeEnvironmentCommand.js +3 -9
  39. package/dist-es/commands/UpdateConsumableResourceCommand.js +3 -9
  40. package/dist-es/commands/UpdateJobQueueCommand.js +3 -9
  41. package/dist-es/commands/UpdateSchedulingPolicyCommand.js +3 -9
  42. package/dist-es/commands/UpdateServiceEnvironmentCommand.js +3 -9
  43. package/dist-es/runtimeConfig.shared.js +2 -0
  44. package/dist-es/schemas/schemas_0.js +2236 -0
  45. package/dist-types/BatchClient.d.ts +10 -1
  46. package/dist-types/models/models_0.d.ts +45 -57
  47. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  48. package/dist-types/runtimeConfig.d.ts +1 -0
  49. package/dist-types/runtimeConfig.native.d.ts +1 -0
  50. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  51. package/dist-types/schemas/schemas_0.d.ts +301 -0
  52. package/dist-types/ts3.4/BatchClient.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  54. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  55. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  56. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  57. package/dist-types/ts3.4/schemas/schemas_0.d.ts +306 -0
  58. package/package.json +5 -6
  59. package/dist-es/protocols/Aws_restJson1.js +0 -1382
  60. package/dist-types/protocols/Aws_restJson1.d.ts +0 -353
  61. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -473
package/dist-cjs/index.js CHANGED
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
7
  var configResolver = require('@smithy/config-resolver');
8
8
  var core = require('@smithy/core');
9
+ var schema = require('@smithy/core/schema');
9
10
  var middlewareContentLength = require('@smithy/middleware-content-length');
10
11
  var middlewareEndpoint = require('@smithy/middleware-endpoint');
11
12
  var middlewareRetry = require('@smithy/middleware-retry');
@@ -14,9 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
14
15
  var runtimeConfig = require('./runtimeConfig');
15
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
16
17
  var protocolHttp = require('@smithy/protocol-http');
17
- var middlewareSerde = require('@smithy/middleware-serde');
18
- var core$1 = require('@aws-sdk/core');
19
- var uuid = require('@smithy/uuid');
20
18
 
21
19
  const resolveClientEndpointParameters = (options) => {
22
20
  return Object.assign(options, {
@@ -92,6 +90,7 @@ class BatchClient extends smithyClient.Client {
92
90
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
93
91
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
94
92
  this.config = _config_8;
93
+ this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
95
94
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
96
95
  this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
97
96
  this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
@@ -111,12 +110,12 @@ class BatchClient extends smithyClient.Client {
111
110
  }
112
111
  }
113
112
 
114
- class BatchServiceException extends smithyClient.ServiceException {
113
+ let BatchServiceException$1 = class BatchServiceException extends smithyClient.ServiceException {
115
114
  constructor(options) {
116
115
  super(options);
117
116
  Object.setPrototypeOf(this, BatchServiceException.prototype);
118
117
  }
119
- }
118
+ };
120
119
 
121
120
  const ArrayJobDependency = {
122
121
  N_TO_N: "N_TO_N",
@@ -126,7 +125,7 @@ const AssignPublicIp = {
126
125
  DISABLED: "DISABLED",
127
126
  ENABLED: "ENABLED",
128
127
  };
129
- class ClientException extends BatchServiceException {
128
+ let ClientException$1 = class ClientException extends BatchServiceException$1 {
130
129
  name = "ClientException";
131
130
  $fault = "client";
132
131
  constructor(opts) {
@@ -137,8 +136,8 @@ class ClientException extends BatchServiceException {
137
136
  });
138
137
  Object.setPrototypeOf(this, ClientException.prototype);
139
138
  }
140
- }
141
- class ServerException extends BatchServiceException {
139
+ };
140
+ let ServerException$1 = class ServerException extends BatchServiceException$1 {
142
141
  name = "ServerException";
143
142
  $fault = "server";
144
143
  constructor(opts) {
@@ -149,7 +148,7 @@ class ServerException extends BatchServiceException {
149
148
  });
150
149
  Object.setPrototypeOf(this, ServerException.prototype);
151
150
  }
152
- }
151
+ };
153
152
  const CRAllocationStrategy = {
154
153
  BEST_FIT: "BEST_FIT",
155
154
  BEST_FIT_PROGRESSIVE: "BEST_FIT_PROGRESSIVE",
@@ -305,1396 +304,2234 @@ const CRUpdateAllocationStrategy = {
305
304
  SPOT_PRICE_CAPACITY_OPTIMIZED: "SPOT_PRICE_CAPACITY_OPTIMIZED",
306
305
  };
307
306
 
308
- const se_CancelJobCommand = async (input, context) => {
309
- const b = core.requestBuilder(input, context);
310
- const headers = {
311
- "content-type": "application/json",
312
- };
313
- b.bp("/v1/canceljob");
314
- let body;
315
- body = JSON.stringify(smithyClient.take(input, {
316
- jobId: [],
317
- reason: [],
318
- }));
319
- b.m("POST").h(headers).b(body);
320
- return b.build();
321
- };
322
- const se_CreateComputeEnvironmentCommand = async (input, context) => {
323
- const b = core.requestBuilder(input, context);
324
- const headers = {
325
- "content-type": "application/json",
326
- };
327
- b.bp("/v1/createcomputeenvironment");
328
- let body;
329
- body = JSON.stringify(smithyClient.take(input, {
330
- computeEnvironmentName: [],
331
- computeResources: (_) => smithyClient._json(_),
332
- context: [],
333
- eksConfiguration: (_) => smithyClient._json(_),
334
- serviceRole: [],
335
- state: [],
336
- tags: (_) => smithyClient._json(_),
337
- type: [],
338
- unmanagedvCpus: [],
339
- }));
340
- b.m("POST").h(headers).b(body);
341
- return b.build();
342
- };
343
- const se_CreateConsumableResourceCommand = async (input, context) => {
344
- const b = core.requestBuilder(input, context);
345
- const headers = {
346
- "content-type": "application/json",
347
- };
348
- b.bp("/v1/createconsumableresource");
349
- let body;
350
- body = JSON.stringify(smithyClient.take(input, {
351
- consumableResourceName: [],
352
- resourceType: [],
353
- tags: (_) => smithyClient._json(_),
354
- totalQuantity: [],
355
- }));
356
- b.m("POST").h(headers).b(body);
357
- return b.build();
358
- };
359
- const se_CreateJobQueueCommand = async (input, context) => {
360
- const b = core.requestBuilder(input, context);
361
- const headers = {
362
- "content-type": "application/json",
363
- };
364
- b.bp("/v1/createjobqueue");
365
- let body;
366
- body = JSON.stringify(smithyClient.take(input, {
367
- computeEnvironmentOrder: (_) => smithyClient._json(_),
368
- jobQueueName: [],
369
- jobQueueType: [],
370
- jobStateTimeLimitActions: (_) => smithyClient._json(_),
371
- priority: [],
372
- schedulingPolicyArn: [],
373
- serviceEnvironmentOrder: (_) => smithyClient._json(_),
374
- state: [],
375
- tags: (_) => smithyClient._json(_),
376
- }));
377
- b.m("POST").h(headers).b(body);
378
- return b.build();
379
- };
380
- const se_CreateSchedulingPolicyCommand = async (input, context) => {
381
- const b = core.requestBuilder(input, context);
382
- const headers = {
383
- "content-type": "application/json",
384
- };
385
- b.bp("/v1/createschedulingpolicy");
386
- let body;
387
- body = JSON.stringify(smithyClient.take(input, {
388
- fairsharePolicy: (_) => se_FairsharePolicy(_),
389
- name: [],
390
- tags: (_) => smithyClient._json(_),
391
- }));
392
- b.m("POST").h(headers).b(body);
393
- return b.build();
394
- };
395
- const se_CreateServiceEnvironmentCommand = async (input, context) => {
396
- const b = core.requestBuilder(input, context);
397
- const headers = {
398
- "content-type": "application/json",
399
- };
400
- b.bp("/v1/createserviceenvironment");
401
- let body;
402
- body = JSON.stringify(smithyClient.take(input, {
403
- capacityLimits: (_) => smithyClient._json(_),
404
- serviceEnvironmentName: [],
405
- serviceEnvironmentType: [],
406
- state: [],
407
- tags: (_) => smithyClient._json(_),
408
- }));
409
- b.m("POST").h(headers).b(body);
410
- return b.build();
411
- };
412
- const se_DeleteComputeEnvironmentCommand = async (input, context) => {
413
- const b = core.requestBuilder(input, context);
414
- const headers = {
415
- "content-type": "application/json",
416
- };
417
- b.bp("/v1/deletecomputeenvironment");
418
- let body;
419
- body = JSON.stringify(smithyClient.take(input, {
420
- computeEnvironment: [],
421
- }));
422
- b.m("POST").h(headers).b(body);
423
- return b.build();
424
- };
425
- const se_DeleteConsumableResourceCommand = async (input, context) => {
426
- const b = core.requestBuilder(input, context);
427
- const headers = {
428
- "content-type": "application/json",
429
- };
430
- b.bp("/v1/deleteconsumableresource");
431
- let body;
432
- body = JSON.stringify(smithyClient.take(input, {
433
- consumableResource: [],
434
- }));
435
- b.m("POST").h(headers).b(body);
436
- return b.build();
437
- };
438
- const se_DeleteJobQueueCommand = async (input, context) => {
439
- const b = core.requestBuilder(input, context);
440
- const headers = {
441
- "content-type": "application/json",
442
- };
443
- b.bp("/v1/deletejobqueue");
444
- let body;
445
- body = JSON.stringify(smithyClient.take(input, {
446
- jobQueue: [],
447
- }));
448
- b.m("POST").h(headers).b(body);
449
- return b.build();
450
- };
451
- const se_DeleteSchedulingPolicyCommand = async (input, context) => {
452
- const b = core.requestBuilder(input, context);
453
- const headers = {
454
- "content-type": "application/json",
455
- };
456
- b.bp("/v1/deleteschedulingpolicy");
457
- let body;
458
- body = JSON.stringify(smithyClient.take(input, {
459
- arn: [],
460
- }));
461
- b.m("POST").h(headers).b(body);
462
- return b.build();
463
- };
464
- const se_DeleteServiceEnvironmentCommand = async (input, context) => {
465
- const b = core.requestBuilder(input, context);
466
- const headers = {
467
- "content-type": "application/json",
468
- };
469
- b.bp("/v1/deleteserviceenvironment");
470
- let body;
471
- body = JSON.stringify(smithyClient.take(input, {
472
- serviceEnvironment: [],
473
- }));
474
- b.m("POST").h(headers).b(body);
475
- return b.build();
476
- };
477
- const se_DeregisterJobDefinitionCommand = async (input, context) => {
478
- const b = core.requestBuilder(input, context);
479
- const headers = {
480
- "content-type": "application/json",
481
- };
482
- b.bp("/v1/deregisterjobdefinition");
483
- let body;
484
- body = JSON.stringify(smithyClient.take(input, {
485
- jobDefinition: [],
486
- }));
487
- b.m("POST").h(headers).b(body);
488
- return b.build();
489
- };
490
- const se_DescribeComputeEnvironmentsCommand = async (input, context) => {
491
- const b = core.requestBuilder(input, context);
492
- const headers = {
493
- "content-type": "application/json",
494
- };
495
- b.bp("/v1/describecomputeenvironments");
496
- let body;
497
- body = JSON.stringify(smithyClient.take(input, {
498
- computeEnvironments: (_) => smithyClient._json(_),
499
- maxResults: [],
500
- nextToken: [],
501
- }));
502
- b.m("POST").h(headers).b(body);
503
- return b.build();
504
- };
505
- const se_DescribeConsumableResourceCommand = async (input, context) => {
506
- const b = core.requestBuilder(input, context);
507
- const headers = {
508
- "content-type": "application/json",
509
- };
510
- b.bp("/v1/describeconsumableresource");
511
- let body;
512
- body = JSON.stringify(smithyClient.take(input, {
513
- consumableResource: [],
514
- }));
515
- b.m("POST").h(headers).b(body);
516
- return b.build();
517
- };
518
- const se_DescribeJobDefinitionsCommand = async (input, context) => {
519
- const b = core.requestBuilder(input, context);
520
- const headers = {
521
- "content-type": "application/json",
522
- };
523
- b.bp("/v1/describejobdefinitions");
524
- let body;
525
- body = JSON.stringify(smithyClient.take(input, {
526
- jobDefinitionName: [],
527
- jobDefinitions: (_) => smithyClient._json(_),
528
- maxResults: [],
529
- nextToken: [],
530
- status: [],
531
- }));
532
- b.m("POST").h(headers).b(body);
533
- return b.build();
534
- };
535
- const se_DescribeJobQueuesCommand = async (input, context) => {
536
- const b = core.requestBuilder(input, context);
537
- const headers = {
538
- "content-type": "application/json",
539
- };
540
- b.bp("/v1/describejobqueues");
541
- let body;
542
- body = JSON.stringify(smithyClient.take(input, {
543
- jobQueues: (_) => smithyClient._json(_),
544
- maxResults: [],
545
- nextToken: [],
546
- }));
547
- b.m("POST").h(headers).b(body);
548
- return b.build();
549
- };
550
- const se_DescribeJobsCommand = async (input, context) => {
551
- const b = core.requestBuilder(input, context);
552
- const headers = {
553
- "content-type": "application/json",
554
- };
555
- b.bp("/v1/describejobs");
556
- let body;
557
- body = JSON.stringify(smithyClient.take(input, {
558
- jobs: (_) => smithyClient._json(_),
559
- }));
560
- b.m("POST").h(headers).b(body);
561
- return b.build();
562
- };
563
- const se_DescribeSchedulingPoliciesCommand = async (input, context) => {
564
- const b = core.requestBuilder(input, context);
565
- const headers = {
566
- "content-type": "application/json",
567
- };
568
- b.bp("/v1/describeschedulingpolicies");
569
- let body;
570
- body = JSON.stringify(smithyClient.take(input, {
571
- arns: (_) => smithyClient._json(_),
572
- }));
573
- b.m("POST").h(headers).b(body);
574
- return b.build();
575
- };
576
- const se_DescribeServiceEnvironmentsCommand = async (input, context) => {
577
- const b = core.requestBuilder(input, context);
578
- const headers = {
579
- "content-type": "application/json",
580
- };
581
- b.bp("/v1/describeserviceenvironments");
582
- let body;
583
- body = JSON.stringify(smithyClient.take(input, {
584
- maxResults: [],
585
- nextToken: [],
586
- serviceEnvironments: (_) => smithyClient._json(_),
587
- }));
588
- b.m("POST").h(headers).b(body);
589
- return b.build();
590
- };
591
- const se_DescribeServiceJobCommand = async (input, context) => {
592
- const b = core.requestBuilder(input, context);
593
- const headers = {
594
- "content-type": "application/json",
595
- };
596
- b.bp("/v1/describeservicejob");
597
- let body;
598
- body = JSON.stringify(smithyClient.take(input, {
599
- jobId: [],
600
- }));
601
- b.m("POST").h(headers).b(body);
602
- return b.build();
603
- };
604
- const se_GetJobQueueSnapshotCommand = async (input, context) => {
605
- const b = core.requestBuilder(input, context);
606
- const headers = {
607
- "content-type": "application/json",
608
- };
609
- b.bp("/v1/getjobqueuesnapshot");
610
- let body;
611
- body = JSON.stringify(smithyClient.take(input, {
612
- jobQueue: [],
613
- }));
614
- b.m("POST").h(headers).b(body);
615
- return b.build();
616
- };
617
- const se_ListConsumableResourcesCommand = async (input, context) => {
618
- const b = core.requestBuilder(input, context);
619
- const headers = {
620
- "content-type": "application/json",
621
- };
622
- b.bp("/v1/listconsumableresources");
623
- let body;
624
- body = JSON.stringify(smithyClient.take(input, {
625
- filters: (_) => smithyClient._json(_),
626
- maxResults: [],
627
- nextToken: [],
628
- }));
629
- b.m("POST").h(headers).b(body);
630
- return b.build();
631
- };
632
- const se_ListJobsCommand = async (input, context) => {
633
- const b = core.requestBuilder(input, context);
634
- const headers = {
635
- "content-type": "application/json",
636
- };
637
- b.bp("/v1/listjobs");
638
- let body;
639
- body = JSON.stringify(smithyClient.take(input, {
640
- arrayJobId: [],
641
- filters: (_) => smithyClient._json(_),
642
- jobQueue: [],
643
- jobStatus: [],
644
- maxResults: [],
645
- multiNodeJobId: [],
646
- nextToken: [],
647
- }));
648
- b.m("POST").h(headers).b(body);
649
- return b.build();
650
- };
651
- const se_ListJobsByConsumableResourceCommand = async (input, context) => {
652
- const b = core.requestBuilder(input, context);
653
- const headers = {
654
- "content-type": "application/json",
655
- };
656
- b.bp("/v1/listjobsbyconsumableresource");
657
- let body;
658
- body = JSON.stringify(smithyClient.take(input, {
659
- consumableResource: [],
660
- filters: (_) => smithyClient._json(_),
661
- maxResults: [],
662
- nextToken: [],
663
- }));
664
- b.m("POST").h(headers).b(body);
665
- return b.build();
666
- };
667
- const se_ListSchedulingPoliciesCommand = async (input, context) => {
668
- const b = core.requestBuilder(input, context);
669
- const headers = {
670
- "content-type": "application/json",
671
- };
672
- b.bp("/v1/listschedulingpolicies");
673
- let body;
674
- body = JSON.stringify(smithyClient.take(input, {
675
- maxResults: [],
676
- nextToken: [],
677
- }));
678
- b.m("POST").h(headers).b(body);
679
- return b.build();
680
- };
681
- const se_ListServiceJobsCommand = async (input, context) => {
682
- const b = core.requestBuilder(input, context);
683
- const headers = {
684
- "content-type": "application/json",
685
- };
686
- b.bp("/v1/listservicejobs");
687
- let body;
688
- body = JSON.stringify(smithyClient.take(input, {
689
- filters: (_) => smithyClient._json(_),
690
- jobQueue: [],
691
- jobStatus: [],
692
- maxResults: [],
693
- nextToken: [],
694
- }));
695
- b.m("POST").h(headers).b(body);
696
- return b.build();
697
- };
698
- const se_ListTagsForResourceCommand = async (input, context) => {
699
- const b = core.requestBuilder(input, context);
700
- const headers = {};
701
- b.bp("/v1/tags/{resourceArn}");
702
- b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
703
- let body;
704
- b.m("GET").h(headers).b(body);
705
- return b.build();
706
- };
707
- const se_RegisterJobDefinitionCommand = async (input, context) => {
708
- const b = core.requestBuilder(input, context);
709
- const headers = {
710
- "content-type": "application/json",
711
- };
712
- b.bp("/v1/registerjobdefinition");
713
- let body;
714
- body = JSON.stringify(smithyClient.take(input, {
715
- consumableResourceProperties: (_) => smithyClient._json(_),
716
- containerProperties: (_) => smithyClient._json(_),
717
- ecsProperties: (_) => smithyClient._json(_),
718
- eksProperties: (_) => smithyClient._json(_),
719
- jobDefinitionName: [],
720
- nodeProperties: (_) => se_NodeProperties(_),
721
- parameters: (_) => smithyClient._json(_),
722
- platformCapabilities: (_) => smithyClient._json(_),
723
- propagateTags: [],
724
- retryStrategy: (_) => smithyClient._json(_),
725
- schedulingPriority: [],
726
- tags: (_) => smithyClient._json(_),
727
- timeout: (_) => smithyClient._json(_),
728
- type: [],
729
- }));
730
- b.m("POST").h(headers).b(body);
731
- return b.build();
732
- };
733
- const se_SubmitJobCommand = async (input, context) => {
734
- const b = core.requestBuilder(input, context);
735
- const headers = {
736
- "content-type": "application/json",
737
- };
738
- b.bp("/v1/submitjob");
739
- let body;
740
- body = JSON.stringify(smithyClient.take(input, {
741
- arrayProperties: (_) => smithyClient._json(_),
742
- consumableResourcePropertiesOverride: (_) => smithyClient._json(_),
743
- containerOverrides: (_) => smithyClient._json(_),
744
- dependsOn: (_) => smithyClient._json(_),
745
- ecsPropertiesOverride: (_) => smithyClient._json(_),
746
- eksPropertiesOverride: (_) => smithyClient._json(_),
747
- jobDefinition: [],
748
- jobName: [],
749
- jobQueue: [],
750
- nodeOverrides: (_) => smithyClient._json(_),
751
- parameters: (_) => smithyClient._json(_),
752
- propagateTags: [],
753
- retryStrategy: (_) => smithyClient._json(_),
754
- schedulingPriorityOverride: [],
755
- shareIdentifier: [],
756
- tags: (_) => smithyClient._json(_),
757
- timeout: (_) => smithyClient._json(_),
758
- }));
759
- b.m("POST").h(headers).b(body);
760
- return b.build();
761
- };
762
- const se_SubmitServiceJobCommand = async (input, context) => {
763
- const b = core.requestBuilder(input, context);
764
- const headers = {
765
- "content-type": "application/json",
766
- };
767
- b.bp("/v1/submitservicejob");
768
- let body;
769
- body = JSON.stringify(smithyClient.take(input, {
770
- clientToken: [true, (_) => _ ?? uuid.v4()],
771
- jobName: [],
772
- jobQueue: [],
773
- retryStrategy: (_) => smithyClient._json(_),
774
- schedulingPriority: [],
775
- serviceJobType: [],
776
- serviceRequestPayload: [],
777
- shareIdentifier: [],
778
- tags: (_) => smithyClient._json(_),
779
- timeoutConfig: (_) => smithyClient._json(_),
780
- }));
781
- b.m("POST").h(headers).b(body);
782
- return b.build();
783
- };
784
- const se_TagResourceCommand = async (input, context) => {
785
- const b = core.requestBuilder(input, context);
786
- const headers = {
787
- "content-type": "application/json",
788
- };
789
- b.bp("/v1/tags/{resourceArn}");
790
- b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
791
- let body;
792
- body = JSON.stringify(smithyClient.take(input, {
793
- tags: (_) => smithyClient._json(_),
794
- }));
795
- b.m("POST").h(headers).b(body);
796
- return b.build();
797
- };
798
- const se_TerminateJobCommand = async (input, context) => {
799
- const b = core.requestBuilder(input, context);
800
- const headers = {
801
- "content-type": "application/json",
802
- };
803
- b.bp("/v1/terminatejob");
804
- let body;
805
- body = JSON.stringify(smithyClient.take(input, {
806
- jobId: [],
807
- reason: [],
808
- }));
809
- b.m("POST").h(headers).b(body);
810
- return b.build();
811
- };
812
- const se_TerminateServiceJobCommand = async (input, context) => {
813
- const b = core.requestBuilder(input, context);
814
- const headers = {
815
- "content-type": "application/json",
816
- };
817
- b.bp("/v1/terminateservicejob");
818
- let body;
819
- body = JSON.stringify(smithyClient.take(input, {
820
- jobId: [],
821
- reason: [],
822
- }));
823
- b.m("POST").h(headers).b(body);
824
- return b.build();
825
- };
826
- const se_UntagResourceCommand = async (input, context) => {
827
- const b = core.requestBuilder(input, context);
828
- const headers = {};
829
- b.bp("/v1/tags/{resourceArn}");
830
- b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
831
- const query = smithyClient.map({
832
- [_tK]: [smithyClient.expectNonNull(input.tagKeys, `tagKeys`) != null, () => input[_tK] || []],
833
- });
834
- let body;
835
- b.m("DELETE").h(headers).q(query).b(body);
836
- return b.build();
837
- };
838
- const se_UpdateComputeEnvironmentCommand = async (input, context) => {
839
- const b = core.requestBuilder(input, context);
840
- const headers = {
841
- "content-type": "application/json",
842
- };
843
- b.bp("/v1/updatecomputeenvironment");
844
- let body;
845
- body = JSON.stringify(smithyClient.take(input, {
846
- computeEnvironment: [],
847
- computeResources: (_) => smithyClient._json(_),
848
- context: [],
849
- serviceRole: [],
850
- state: [],
851
- unmanagedvCpus: [],
852
- updatePolicy: (_) => smithyClient._json(_),
853
- }));
854
- b.m("POST").h(headers).b(body);
855
- return b.build();
856
- };
857
- const se_UpdateConsumableResourceCommand = async (input, context) => {
858
- const b = core.requestBuilder(input, context);
859
- const headers = {
860
- "content-type": "application/json",
861
- };
862
- b.bp("/v1/updateconsumableresource");
863
- let body;
864
- body = JSON.stringify(smithyClient.take(input, {
865
- clientToken: [true, (_) => _ ?? uuid.v4()],
866
- consumableResource: [],
867
- operation: [],
868
- quantity: [],
869
- }));
870
- b.m("POST").h(headers).b(body);
871
- return b.build();
872
- };
873
- const se_UpdateJobQueueCommand = async (input, context) => {
874
- const b = core.requestBuilder(input, context);
875
- const headers = {
876
- "content-type": "application/json",
877
- };
878
- b.bp("/v1/updatejobqueue");
879
- let body;
880
- body = JSON.stringify(smithyClient.take(input, {
881
- computeEnvironmentOrder: (_) => smithyClient._json(_),
882
- jobQueue: [],
883
- jobStateTimeLimitActions: (_) => smithyClient._json(_),
884
- priority: [],
885
- schedulingPolicyArn: [],
886
- serviceEnvironmentOrder: (_) => smithyClient._json(_),
887
- state: [],
888
- }));
889
- b.m("POST").h(headers).b(body);
890
- return b.build();
891
- };
892
- const se_UpdateSchedulingPolicyCommand = async (input, context) => {
893
- const b = core.requestBuilder(input, context);
894
- const headers = {
895
- "content-type": "application/json",
896
- };
897
- b.bp("/v1/updateschedulingpolicy");
898
- let body;
899
- body = JSON.stringify(smithyClient.take(input, {
900
- arn: [],
901
- fairsharePolicy: (_) => se_FairsharePolicy(_),
902
- }));
903
- b.m("POST").h(headers).b(body);
904
- return b.build();
905
- };
906
- const se_UpdateServiceEnvironmentCommand = async (input, context) => {
907
- const b = core.requestBuilder(input, context);
908
- const headers = {
909
- "content-type": "application/json",
910
- };
911
- b.bp("/v1/updateserviceenvironment");
912
- let body;
913
- body = JSON.stringify(smithyClient.take(input, {
914
- capacityLimits: (_) => smithyClient._json(_),
915
- serviceEnvironment: [],
916
- state: [],
917
- }));
918
- b.m("POST").h(headers).b(body);
919
- return b.build();
920
- };
921
- const de_CancelJobCommand = async (output, context) => {
922
- if (output.statusCode !== 200 && output.statusCode >= 300) {
923
- return de_CommandError(output, context);
924
- }
925
- const contents = smithyClient.map({
926
- $metadata: deserializeMetadata(output),
927
- });
928
- await smithyClient.collectBody(output.body, context);
929
- return contents;
930
- };
931
- const de_CreateComputeEnvironmentCommand = async (output, context) => {
932
- if (output.statusCode !== 200 && output.statusCode >= 300) {
933
- return de_CommandError(output, context);
934
- }
935
- const contents = smithyClient.map({
936
- $metadata: deserializeMetadata(output),
937
- });
938
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
939
- const doc = smithyClient.take(data, {
940
- computeEnvironmentArn: smithyClient.expectString,
941
- computeEnvironmentName: smithyClient.expectString,
942
- });
943
- Object.assign(contents, doc);
944
- return contents;
945
- };
946
- const de_CreateConsumableResourceCommand = async (output, context) => {
947
- if (output.statusCode !== 200 && output.statusCode >= 300) {
948
- return de_CommandError(output, context);
949
- }
950
- const contents = smithyClient.map({
951
- $metadata: deserializeMetadata(output),
952
- });
953
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
954
- const doc = smithyClient.take(data, {
955
- consumableResourceArn: smithyClient.expectString,
956
- consumableResourceName: smithyClient.expectString,
957
- });
958
- Object.assign(contents, doc);
959
- return contents;
960
- };
961
- const de_CreateJobQueueCommand = async (output, context) => {
962
- if (output.statusCode !== 200 && output.statusCode >= 300) {
963
- return de_CommandError(output, context);
964
- }
965
- const contents = smithyClient.map({
966
- $metadata: deserializeMetadata(output),
967
- });
968
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
969
- const doc = smithyClient.take(data, {
970
- jobQueueArn: smithyClient.expectString,
971
- jobQueueName: smithyClient.expectString,
972
- });
973
- Object.assign(contents, doc);
974
- return contents;
975
- };
976
- const de_CreateSchedulingPolicyCommand = async (output, context) => {
977
- if (output.statusCode !== 200 && output.statusCode >= 300) {
978
- return de_CommandError(output, context);
979
- }
980
- const contents = smithyClient.map({
981
- $metadata: deserializeMetadata(output),
982
- });
983
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
984
- const doc = smithyClient.take(data, {
985
- arn: smithyClient.expectString,
986
- name: smithyClient.expectString,
987
- });
988
- Object.assign(contents, doc);
989
- return contents;
990
- };
991
- const de_CreateServiceEnvironmentCommand = async (output, context) => {
992
- if (output.statusCode !== 200 && output.statusCode >= 300) {
993
- return de_CommandError(output, context);
994
- }
995
- const contents = smithyClient.map({
996
- $metadata: deserializeMetadata(output),
997
- });
998
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
999
- const doc = smithyClient.take(data, {
1000
- serviceEnvironmentArn: smithyClient.expectString,
1001
- serviceEnvironmentName: smithyClient.expectString,
1002
- });
1003
- Object.assign(contents, doc);
1004
- return contents;
1005
- };
1006
- const de_DeleteComputeEnvironmentCommand = async (output, context) => {
1007
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1008
- return de_CommandError(output, context);
1009
- }
1010
- const contents = smithyClient.map({
1011
- $metadata: deserializeMetadata(output),
1012
- });
1013
- await smithyClient.collectBody(output.body, context);
1014
- return contents;
1015
- };
1016
- const de_DeleteConsumableResourceCommand = async (output, context) => {
1017
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1018
- return de_CommandError(output, context);
1019
- }
1020
- const contents = smithyClient.map({
1021
- $metadata: deserializeMetadata(output),
1022
- });
1023
- await smithyClient.collectBody(output.body, context);
1024
- return contents;
1025
- };
1026
- const de_DeleteJobQueueCommand = async (output, context) => {
1027
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1028
- return de_CommandError(output, context);
1029
- }
1030
- const contents = smithyClient.map({
1031
- $metadata: deserializeMetadata(output),
1032
- });
1033
- await smithyClient.collectBody(output.body, context);
1034
- return contents;
1035
- };
1036
- const de_DeleteSchedulingPolicyCommand = async (output, context) => {
1037
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1038
- return de_CommandError(output, context);
1039
- }
1040
- const contents = smithyClient.map({
1041
- $metadata: deserializeMetadata(output),
1042
- });
1043
- await smithyClient.collectBody(output.body, context);
1044
- return contents;
1045
- };
1046
- const de_DeleteServiceEnvironmentCommand = async (output, context) => {
1047
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1048
- return de_CommandError(output, context);
1049
- }
1050
- const contents = smithyClient.map({
1051
- $metadata: deserializeMetadata(output),
1052
- });
1053
- await smithyClient.collectBody(output.body, context);
1054
- return contents;
1055
- };
1056
- const de_DeregisterJobDefinitionCommand = async (output, context) => {
1057
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1058
- return de_CommandError(output, context);
1059
- }
1060
- const contents = smithyClient.map({
1061
- $metadata: deserializeMetadata(output),
1062
- });
1063
- await smithyClient.collectBody(output.body, context);
1064
- return contents;
1065
- };
1066
- const de_DescribeComputeEnvironmentsCommand = async (output, context) => {
1067
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1068
- return de_CommandError(output, context);
1069
- }
1070
- const contents = smithyClient.map({
1071
- $metadata: deserializeMetadata(output),
1072
- });
1073
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1074
- const doc = smithyClient.take(data, {
1075
- computeEnvironments: smithyClient._json,
1076
- nextToken: smithyClient.expectString,
1077
- });
1078
- Object.assign(contents, doc);
1079
- return contents;
1080
- };
1081
- const de_DescribeConsumableResourceCommand = async (output, context) => {
1082
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1083
- return de_CommandError(output, context);
1084
- }
1085
- const contents = smithyClient.map({
1086
- $metadata: deserializeMetadata(output),
1087
- });
1088
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1089
- const doc = smithyClient.take(data, {
1090
- availableQuantity: smithyClient.expectLong,
1091
- consumableResourceArn: smithyClient.expectString,
1092
- consumableResourceName: smithyClient.expectString,
1093
- createdAt: smithyClient.expectLong,
1094
- inUseQuantity: smithyClient.expectLong,
1095
- resourceType: smithyClient.expectString,
1096
- tags: smithyClient._json,
1097
- totalQuantity: smithyClient.expectLong,
1098
- });
1099
- Object.assign(contents, doc);
1100
- return contents;
1101
- };
1102
- const de_DescribeJobDefinitionsCommand = async (output, context) => {
1103
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1104
- return de_CommandError(output, context);
1105
- }
1106
- const contents = smithyClient.map({
1107
- $metadata: deserializeMetadata(output),
1108
- });
1109
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1110
- const doc = smithyClient.take(data, {
1111
- jobDefinitions: (_) => de_JobDefinitionList(_),
1112
- nextToken: smithyClient.expectString,
1113
- });
1114
- Object.assign(contents, doc);
1115
- return contents;
1116
- };
1117
- const de_DescribeJobQueuesCommand = async (output, context) => {
1118
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1119
- return de_CommandError(output, context);
1120
- }
1121
- const contents = smithyClient.map({
1122
- $metadata: deserializeMetadata(output),
1123
- });
1124
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1125
- const doc = smithyClient.take(data, {
1126
- jobQueues: smithyClient._json,
1127
- nextToken: smithyClient.expectString,
1128
- });
1129
- Object.assign(contents, doc);
1130
- return contents;
1131
- };
1132
- const de_DescribeJobsCommand = async (output, context) => {
1133
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1134
- return de_CommandError(output, context);
1135
- }
1136
- const contents = smithyClient.map({
1137
- $metadata: deserializeMetadata(output),
1138
- });
1139
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1140
- const doc = smithyClient.take(data, {
1141
- jobs: (_) => de_JobDetailList(_),
1142
- });
1143
- Object.assign(contents, doc);
1144
- return contents;
1145
- };
1146
- const de_DescribeSchedulingPoliciesCommand = async (output, context) => {
1147
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1148
- return de_CommandError(output, context);
1149
- }
1150
- const contents = smithyClient.map({
1151
- $metadata: deserializeMetadata(output),
1152
- });
1153
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1154
- const doc = smithyClient.take(data, {
1155
- schedulingPolicies: (_) => de_SchedulingPolicyDetailList(_),
1156
- });
1157
- Object.assign(contents, doc);
1158
- return contents;
1159
- };
1160
- const de_DescribeServiceEnvironmentsCommand = async (output, context) => {
1161
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1162
- return de_CommandError(output, context);
1163
- }
1164
- const contents = smithyClient.map({
1165
- $metadata: deserializeMetadata(output),
1166
- });
1167
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1168
- const doc = smithyClient.take(data, {
1169
- nextToken: smithyClient.expectString,
1170
- serviceEnvironments: smithyClient._json,
1171
- });
1172
- Object.assign(contents, doc);
1173
- return contents;
1174
- };
1175
- const de_DescribeServiceJobCommand = async (output, context) => {
1176
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1177
- return de_CommandError(output, context);
1178
- }
1179
- const contents = smithyClient.map({
1180
- $metadata: deserializeMetadata(output),
1181
- });
1182
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1183
- const doc = smithyClient.take(data, {
1184
- attempts: smithyClient._json,
1185
- createdAt: smithyClient.expectLong,
1186
- isTerminated: smithyClient.expectBoolean,
1187
- jobArn: smithyClient.expectString,
1188
- jobId: smithyClient.expectString,
1189
- jobName: smithyClient.expectString,
1190
- jobQueue: smithyClient.expectString,
1191
- latestAttempt: smithyClient._json,
1192
- retryStrategy: smithyClient._json,
1193
- schedulingPriority: smithyClient.expectInt32,
1194
- serviceJobType: smithyClient.expectString,
1195
- serviceRequestPayload: smithyClient.expectString,
1196
- shareIdentifier: smithyClient.expectString,
1197
- startedAt: smithyClient.expectLong,
1198
- status: smithyClient.expectString,
1199
- statusReason: smithyClient.expectString,
1200
- stoppedAt: smithyClient.expectLong,
1201
- tags: smithyClient._json,
1202
- timeoutConfig: smithyClient._json,
1203
- });
1204
- Object.assign(contents, doc);
1205
- return contents;
1206
- };
1207
- const de_GetJobQueueSnapshotCommand = async (output, context) => {
1208
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1209
- return de_CommandError(output, context);
1210
- }
1211
- const contents = smithyClient.map({
1212
- $metadata: deserializeMetadata(output),
1213
- });
1214
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1215
- const doc = smithyClient.take(data, {
1216
- frontOfQueue: smithyClient._json,
1217
- });
1218
- Object.assign(contents, doc);
1219
- return contents;
1220
- };
1221
- const de_ListConsumableResourcesCommand = async (output, context) => {
1222
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1223
- return de_CommandError(output, context);
1224
- }
1225
- const contents = smithyClient.map({
1226
- $metadata: deserializeMetadata(output),
1227
- });
1228
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1229
- const doc = smithyClient.take(data, {
1230
- consumableResources: smithyClient._json,
1231
- nextToken: smithyClient.expectString,
1232
- });
1233
- Object.assign(contents, doc);
1234
- return contents;
1235
- };
1236
- const de_ListJobsCommand = async (output, context) => {
1237
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1238
- return de_CommandError(output, context);
1239
- }
1240
- const contents = smithyClient.map({
1241
- $metadata: deserializeMetadata(output),
1242
- });
1243
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1244
- const doc = smithyClient.take(data, {
1245
- jobSummaryList: smithyClient._json,
1246
- nextToken: smithyClient.expectString,
1247
- });
1248
- Object.assign(contents, doc);
1249
- return contents;
1250
- };
1251
- const de_ListJobsByConsumableResourceCommand = async (output, context) => {
1252
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1253
- return de_CommandError(output, context);
1254
- }
1255
- const contents = smithyClient.map({
1256
- $metadata: deserializeMetadata(output),
1257
- });
1258
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1259
- const doc = smithyClient.take(data, {
1260
- jobs: smithyClient._json,
1261
- nextToken: smithyClient.expectString,
1262
- });
1263
- Object.assign(contents, doc);
1264
- return contents;
1265
- };
1266
- const de_ListSchedulingPoliciesCommand = async (output, context) => {
1267
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1268
- return de_CommandError(output, context);
1269
- }
1270
- const contents = smithyClient.map({
1271
- $metadata: deserializeMetadata(output),
1272
- });
1273
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1274
- const doc = smithyClient.take(data, {
1275
- nextToken: smithyClient.expectString,
1276
- schedulingPolicies: smithyClient._json,
1277
- });
1278
- Object.assign(contents, doc);
1279
- return contents;
1280
- };
1281
- const de_ListServiceJobsCommand = async (output, context) => {
1282
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1283
- return de_CommandError(output, context);
1284
- }
1285
- const contents = smithyClient.map({
1286
- $metadata: deserializeMetadata(output),
1287
- });
1288
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1289
- const doc = smithyClient.take(data, {
1290
- jobSummaryList: smithyClient._json,
1291
- nextToken: smithyClient.expectString,
1292
- });
1293
- Object.assign(contents, doc);
1294
- return contents;
1295
- };
1296
- const de_ListTagsForResourceCommand = async (output, context) => {
1297
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1298
- return de_CommandError(output, context);
1299
- }
1300
- const contents = smithyClient.map({
1301
- $metadata: deserializeMetadata(output),
1302
- });
1303
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1304
- const doc = smithyClient.take(data, {
1305
- tags: smithyClient._json,
1306
- });
1307
- Object.assign(contents, doc);
1308
- return contents;
1309
- };
1310
- const de_RegisterJobDefinitionCommand = async (output, context) => {
1311
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1312
- return de_CommandError(output, context);
1313
- }
1314
- const contents = smithyClient.map({
1315
- $metadata: deserializeMetadata(output),
1316
- });
1317
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1318
- const doc = smithyClient.take(data, {
1319
- jobDefinitionArn: smithyClient.expectString,
1320
- jobDefinitionName: smithyClient.expectString,
1321
- revision: smithyClient.expectInt32,
1322
- });
1323
- Object.assign(contents, doc);
1324
- return contents;
1325
- };
1326
- const de_SubmitJobCommand = async (output, context) => {
1327
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1328
- return de_CommandError(output, context);
1329
- }
1330
- const contents = smithyClient.map({
1331
- $metadata: deserializeMetadata(output),
1332
- });
1333
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1334
- const doc = smithyClient.take(data, {
1335
- jobArn: smithyClient.expectString,
1336
- jobId: smithyClient.expectString,
1337
- jobName: smithyClient.expectString,
1338
- });
1339
- Object.assign(contents, doc);
1340
- return contents;
1341
- };
1342
- const de_SubmitServiceJobCommand = async (output, context) => {
1343
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1344
- return de_CommandError(output, context);
1345
- }
1346
- const contents = smithyClient.map({
1347
- $metadata: deserializeMetadata(output),
1348
- });
1349
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1350
- const doc = smithyClient.take(data, {
1351
- jobArn: smithyClient.expectString,
1352
- jobId: smithyClient.expectString,
1353
- jobName: smithyClient.expectString,
1354
- });
1355
- Object.assign(contents, doc);
1356
- return contents;
1357
- };
1358
- const de_TagResourceCommand = async (output, context) => {
1359
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1360
- return de_CommandError(output, context);
1361
- }
1362
- const contents = smithyClient.map({
1363
- $metadata: deserializeMetadata(output),
1364
- });
1365
- await smithyClient.collectBody(output.body, context);
1366
- return contents;
1367
- };
1368
- const de_TerminateJobCommand = async (output, context) => {
1369
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1370
- return de_CommandError(output, context);
1371
- }
1372
- const contents = smithyClient.map({
1373
- $metadata: deserializeMetadata(output),
1374
- });
1375
- await smithyClient.collectBody(output.body, context);
1376
- return contents;
1377
- };
1378
- const de_TerminateServiceJobCommand = async (output, context) => {
1379
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1380
- return de_CommandError(output, context);
1381
- }
1382
- const contents = smithyClient.map({
1383
- $metadata: deserializeMetadata(output),
1384
- });
1385
- await smithyClient.collectBody(output.body, context);
1386
- return contents;
1387
- };
1388
- const de_UntagResourceCommand = async (output, context) => {
1389
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1390
- return de_CommandError(output, context);
1391
- }
1392
- const contents = smithyClient.map({
1393
- $metadata: deserializeMetadata(output),
1394
- });
1395
- await smithyClient.collectBody(output.body, context);
1396
- return contents;
1397
- };
1398
- const de_UpdateComputeEnvironmentCommand = async (output, context) => {
1399
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1400
- return de_CommandError(output, context);
1401
- }
1402
- const contents = smithyClient.map({
1403
- $metadata: deserializeMetadata(output),
1404
- });
1405
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1406
- const doc = smithyClient.take(data, {
1407
- computeEnvironmentArn: smithyClient.expectString,
1408
- computeEnvironmentName: smithyClient.expectString,
1409
- });
1410
- Object.assign(contents, doc);
1411
- return contents;
1412
- };
1413
- const de_UpdateConsumableResourceCommand = async (output, context) => {
1414
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1415
- return de_CommandError(output, context);
1416
- }
1417
- const contents = smithyClient.map({
1418
- $metadata: deserializeMetadata(output),
1419
- });
1420
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1421
- const doc = smithyClient.take(data, {
1422
- consumableResourceArn: smithyClient.expectString,
1423
- consumableResourceName: smithyClient.expectString,
1424
- totalQuantity: smithyClient.expectLong,
1425
- });
1426
- Object.assign(contents, doc);
1427
- return contents;
1428
- };
1429
- const de_UpdateJobQueueCommand = async (output, context) => {
1430
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1431
- return de_CommandError(output, context);
1432
- }
1433
- const contents = smithyClient.map({
1434
- $metadata: deserializeMetadata(output),
1435
- });
1436
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1437
- const doc = smithyClient.take(data, {
1438
- jobQueueArn: smithyClient.expectString,
1439
- jobQueueName: smithyClient.expectString,
1440
- });
1441
- Object.assign(contents, doc);
1442
- return contents;
1443
- };
1444
- const de_UpdateSchedulingPolicyCommand = async (output, context) => {
1445
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1446
- return de_CommandError(output, context);
1447
- }
1448
- const contents = smithyClient.map({
1449
- $metadata: deserializeMetadata(output),
1450
- });
1451
- await smithyClient.collectBody(output.body, context);
1452
- return contents;
1453
- };
1454
- const de_UpdateServiceEnvironmentCommand = async (output, context) => {
1455
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1456
- return de_CommandError(output, context);
1457
- }
1458
- const contents = smithyClient.map({
1459
- $metadata: deserializeMetadata(output),
1460
- });
1461
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1462
- const doc = smithyClient.take(data, {
1463
- serviceEnvironmentArn: smithyClient.expectString,
1464
- serviceEnvironmentName: smithyClient.expectString,
1465
- });
1466
- Object.assign(contents, doc);
1467
- return contents;
1468
- };
1469
- const de_CommandError = async (output, context) => {
1470
- const parsedOutput = {
1471
- ...output,
1472
- body: await core$1.parseJsonErrorBody(output.body, context),
1473
- };
1474
- const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
1475
- switch (errorCode) {
1476
- case "ClientException":
1477
- case "com.amazonaws.batch#ClientException":
1478
- throw await de_ClientExceptionRes(parsedOutput);
1479
- case "ServerException":
1480
- case "com.amazonaws.batch#ServerException":
1481
- throw await de_ServerExceptionRes(parsedOutput);
1482
- default:
1483
- const parsedBody = parsedOutput.body;
1484
- return throwDefaultError({
1485
- output,
1486
- parsedBody,
1487
- errorCode,
1488
- });
1489
- }
1490
- };
1491
- const throwDefaultError = smithyClient.withBaseException(BatchServiceException);
1492
- const de_ClientExceptionRes = async (parsedOutput, context) => {
1493
- const contents = smithyClient.map({});
1494
- const data = parsedOutput.body;
1495
- const doc = smithyClient.take(data, {
1496
- message: smithyClient.expectString,
1497
- });
1498
- Object.assign(contents, doc);
1499
- const exception = new ClientException({
1500
- $metadata: deserializeMetadata(parsedOutput),
1501
- ...contents,
1502
- });
1503
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1504
- };
1505
- const de_ServerExceptionRes = async (parsedOutput, context) => {
1506
- const contents = smithyClient.map({});
1507
- const data = parsedOutput.body;
1508
- const doc = smithyClient.take(data, {
1509
- message: smithyClient.expectString,
1510
- });
1511
- Object.assign(contents, doc);
1512
- const exception = new ServerException({
1513
- $metadata: deserializeMetadata(parsedOutput),
1514
- ...contents,
1515
- });
1516
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1517
- };
1518
- const se_FairsharePolicy = (input, context) => {
1519
- return smithyClient.take(input, {
1520
- computeReservation: [],
1521
- shareDecaySeconds: [],
1522
- shareDistribution: (_) => se_ShareAttributesList(_),
1523
- });
1524
- };
1525
- const se_NodeProperties = (input, context) => {
1526
- return smithyClient.take(input, {
1527
- mainNode: [],
1528
- nodeRangeProperties: (_) => se_NodeRangeProperties(_),
1529
- numNodes: [],
1530
- });
1531
- };
1532
- const se_NodeRangeProperties = (input, context) => {
1533
- return input
1534
- .filter((e) => e != null)
1535
- .map((entry) => {
1536
- return smithyClient._json(entry);
1537
- });
1538
- };
1539
- const se_ShareAttributes = (input, context) => {
1540
- return smithyClient.take(input, {
1541
- shareIdentifier: [],
1542
- weightFactor: smithyClient.serializeFloat,
1543
- });
1544
- };
1545
- const se_ShareAttributesList = (input, context) => {
1546
- return input
1547
- .filter((e) => e != null)
1548
- .map((entry) => {
1549
- return se_ShareAttributes(entry);
1550
- });
1551
- };
1552
- const de_FairsharePolicy = (output, context) => {
1553
- return smithyClient.take(output, {
1554
- computeReservation: smithyClient.expectInt32,
1555
- shareDecaySeconds: smithyClient.expectInt32,
1556
- shareDistribution: (_) => de_ShareAttributesList(_),
1557
- });
1558
- };
1559
- const de_JobDefinition = (output, context) => {
1560
- return smithyClient.take(output, {
1561
- consumableResourceProperties: smithyClient._json,
1562
- containerOrchestrationType: smithyClient.expectString,
1563
- containerProperties: smithyClient._json,
1564
- ecsProperties: smithyClient._json,
1565
- eksProperties: smithyClient._json,
1566
- jobDefinitionArn: smithyClient.expectString,
1567
- jobDefinitionName: smithyClient.expectString,
1568
- nodeProperties: (_) => de_NodeProperties(_),
1569
- parameters: smithyClient._json,
1570
- platformCapabilities: smithyClient._json,
1571
- propagateTags: smithyClient.expectBoolean,
1572
- retryStrategy: smithyClient._json,
1573
- revision: smithyClient.expectInt32,
1574
- schedulingPriority: smithyClient.expectInt32,
1575
- status: smithyClient.expectString,
1576
- tags: smithyClient._json,
1577
- timeout: smithyClient._json,
1578
- type: smithyClient.expectString,
1579
- });
1580
- };
1581
- const de_JobDefinitionList = (output, context) => {
1582
- const retVal = (output || [])
1583
- .filter((e) => e != null)
1584
- .map((entry) => {
1585
- return de_JobDefinition(entry);
1586
- });
1587
- return retVal;
1588
- };
1589
- const de_JobDetail = (output, context) => {
1590
- return smithyClient.take(output, {
1591
- arrayProperties: smithyClient._json,
1592
- attempts: smithyClient._json,
1593
- consumableResourceProperties: smithyClient._json,
1594
- container: smithyClient._json,
1595
- createdAt: smithyClient.expectLong,
1596
- dependsOn: smithyClient._json,
1597
- ecsProperties: smithyClient._json,
1598
- eksAttempts: smithyClient._json,
1599
- eksProperties: smithyClient._json,
1600
- isCancelled: smithyClient.expectBoolean,
1601
- isTerminated: smithyClient.expectBoolean,
1602
- jobArn: smithyClient.expectString,
1603
- jobDefinition: smithyClient.expectString,
1604
- jobId: smithyClient.expectString,
1605
- jobName: smithyClient.expectString,
1606
- jobQueue: smithyClient.expectString,
1607
- nodeDetails: smithyClient._json,
1608
- nodeProperties: (_) => de_NodeProperties(_),
1609
- parameters: smithyClient._json,
1610
- platformCapabilities: smithyClient._json,
1611
- propagateTags: smithyClient.expectBoolean,
1612
- retryStrategy: smithyClient._json,
1613
- schedulingPriority: smithyClient.expectInt32,
1614
- shareIdentifier: smithyClient.expectString,
1615
- startedAt: smithyClient.expectLong,
1616
- status: smithyClient.expectString,
1617
- statusReason: smithyClient.expectString,
1618
- stoppedAt: smithyClient.expectLong,
1619
- tags: smithyClient._json,
1620
- timeout: smithyClient._json,
1621
- });
1622
- };
1623
- const de_JobDetailList = (output, context) => {
1624
- const retVal = (output || [])
1625
- .filter((e) => e != null)
1626
- .map((entry) => {
1627
- return de_JobDetail(entry);
1628
- });
1629
- return retVal;
1630
- };
1631
- const de_NodeProperties = (output, context) => {
1632
- return smithyClient.take(output, {
1633
- mainNode: smithyClient.expectInt32,
1634
- nodeRangeProperties: (_) => de_NodeRangeProperties(_),
1635
- numNodes: smithyClient.expectInt32,
1636
- });
1637
- };
1638
- const de_NodeRangeProperties = (output, context) => {
1639
- const retVal = (output || [])
1640
- .filter((e) => e != null)
1641
- .map((entry) => {
1642
- return smithyClient._json(entry);
1643
- });
1644
- return retVal;
1645
- };
1646
- const de_SchedulingPolicyDetail = (output, context) => {
1647
- return smithyClient.take(output, {
1648
- arn: smithyClient.expectString,
1649
- fairsharePolicy: (_) => de_FairsharePolicy(_),
1650
- name: smithyClient.expectString,
1651
- tags: smithyClient._json,
1652
- });
1653
- };
1654
- const de_SchedulingPolicyDetailList = (output, context) => {
1655
- const retVal = (output || [])
1656
- .filter((e) => e != null)
1657
- .map((entry) => {
1658
- return de_SchedulingPolicyDetail(entry);
1659
- });
1660
- return retVal;
1661
- };
1662
- const de_ShareAttributes = (output, context) => {
1663
- return smithyClient.take(output, {
1664
- shareIdentifier: smithyClient.expectString,
1665
- weightFactor: smithyClient.limitedParseFloat32,
1666
- });
1667
- };
1668
- const de_ShareAttributesList = (output, context) => {
1669
- const retVal = (output || [])
1670
- .filter((e) => e != null)
1671
- .map((entry) => {
1672
- return de_ShareAttributes(entry);
1673
- });
1674
- return retVal;
1675
- };
1676
- const deserializeMetadata = (output) => ({
1677
- httpStatusCode: output.statusCode,
1678
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
1679
- extendedRequestId: output.headers["x-amz-id-2"],
1680
- cfId: output.headers["x-amz-cf-id"],
1681
- });
307
+ const _ACD = "AttemptContainerDetail";
308
+ const _AD = "AttemptDetail";
309
+ const _ADt = "AttemptDetails";
310
+ const _AETD = "AttemptEcsTaskDetails";
311
+ const _AP = "ArrayProperties";
312
+ const _APD = "ArrayPropertiesDetail";
313
+ const _APS = "ArrayPropertiesSummary";
314
+ const _ATCD = "AttemptTaskContainerDetails";
315
+ const _CCE = "CreateComputeEnvironment";
316
+ const _CCER = "CreateComputeEnvironmentRequest";
317
+ const _CCERr = "CreateComputeEnvironmentResponse";
318
+ const _CCR = "CreateConsumableResource";
319
+ const _CCRR = "CreateConsumableResourceRequest";
320
+ const _CCRRr = "CreateConsumableResourceResponse";
321
+ const _CD = "ContainerDetail";
322
+ const _CE = "ClientException";
323
+ const _CED = "ComputeEnvironmentDetail";
324
+ const _CEDL = "ComputeEnvironmentDetailList";
325
+ const _CEO = "ComputeEnvironmentOrder";
326
+ const _CEOo = "ComputeEnvironmentOrders";
327
+ const _CJ = "CancelJob";
328
+ const _CJQ = "CreateJobQueue";
329
+ const _CJQR = "CreateJobQueueRequest";
330
+ const _CJQRr = "CreateJobQueueResponse";
331
+ const _CJR = "CancelJobRequest";
332
+ const _CJRa = "CancelJobResponse";
333
+ const _CL = "CapacityLimit";
334
+ const _CLa = "CapacityLimits";
335
+ const _CO = "ContainerOverrides";
336
+ const _CP = "ContainerProperties";
337
+ const _CR = "ComputeResource";
338
+ const _CRL = "ConsumableResourceList";
339
+ const _CRP = "ConsumableResourceProperties";
340
+ const _CRR = "ConsumableResourceRequirement";
341
+ const _CRS = "ConsumableResourceSummary";
342
+ const _CRSL = "ConsumableResourceSummaryList";
343
+ const _CRU = "ComputeResourceUpdate";
344
+ const _CS = "ContainerSummary";
345
+ const _CSE = "CreateServiceEnvironment";
346
+ const _CSER = "CreateServiceEnvironmentRequest";
347
+ const _CSERr = "CreateServiceEnvironmentResponse";
348
+ const _CSP = "CreateSchedulingPolicy";
349
+ const _CSPR = "CreateSchedulingPolicyRequest";
350
+ const _CSPRr = "CreateSchedulingPolicyResponse";
351
+ const _D = "Device";
352
+ const _DCE = "DeleteComputeEnvironment";
353
+ const _DCER = "DeleteComputeEnvironmentRequest";
354
+ const _DCERe = "DeleteComputeEnvironmentResponse";
355
+ const _DCERes = "DescribeComputeEnvironmentsRequest";
356
+ const _DCEResc = "DescribeComputeEnvironmentsResponse";
357
+ const _DCEe = "DescribeComputeEnvironments";
358
+ const _DCR = "DeleteConsumableResource";
359
+ const _DCRR = "DeleteConsumableResourceRequest";
360
+ const _DCRRe = "DeleteConsumableResourceResponse";
361
+ const _DCRRes = "DescribeConsumableResourceRequest";
362
+ const _DCRResc = "DescribeConsumableResourceResponse";
363
+ const _DCRe = "DescribeConsumableResource";
364
+ const _DJ = "DescribeJobs";
365
+ const _DJD = "DeregisterJobDefinition";
366
+ const _DJDR = "DeregisterJobDefinitionRequest";
367
+ const _DJDRe = "DeregisterJobDefinitionResponse";
368
+ const _DJDRes = "DescribeJobDefinitionsRequest";
369
+ const _DJDResc = "DescribeJobDefinitionsResponse";
370
+ const _DJDe = "DescribeJobDefinitions";
371
+ const _DJQ = "DeleteJobQueue";
372
+ const _DJQR = "DeleteJobQueueRequest";
373
+ const _DJQRe = "DeleteJobQueueResponse";
374
+ const _DJQRes = "DescribeJobQueuesRequest";
375
+ const _DJQResc = "DescribeJobQueuesResponse";
376
+ const _DJQe = "DescribeJobQueues";
377
+ const _DJR = "DescribeJobsRequest";
378
+ const _DJRe = "DescribeJobsResponse";
379
+ const _DL = "DevicesList";
380
+ const _DSE = "DeleteServiceEnvironment";
381
+ const _DSER = "DeleteServiceEnvironmentRequest";
382
+ const _DSERe = "DeleteServiceEnvironmentResponse";
383
+ const _DSERes = "DescribeServiceEnvironmentsRequest";
384
+ const _DSEResc = "DescribeServiceEnvironmentsResponse";
385
+ const _DSEe = "DescribeServiceEnvironments";
386
+ const _DSJ = "DescribeServiceJob";
387
+ const _DSJR = "DescribeServiceJobRequest";
388
+ const _DSJRe = "DescribeServiceJobResponse";
389
+ const _DSP = "DeleteSchedulingPolicy";
390
+ const _DSPR = "DeleteSchedulingPolicyRequest";
391
+ const _DSPRe = "DeleteSchedulingPolicyResponse";
392
+ const _DSPRes = "DescribeSchedulingPoliciesRequest";
393
+ const _DSPResc = "DescribeSchedulingPoliciesResponse";
394
+ const _DSPe = "DescribeSchedulingPolicies";
395
+ const _EACD = "EksAttemptContainerDetail";
396
+ const _EACDk = "EksAttemptContainerDetails";
397
+ const _EAD = "EksAttemptDetail";
398
+ const _EADk = "EksAttemptDetails";
399
+ const _EC = "Ec2Configuration";
400
+ const _ECD = "EksContainerDetail";
401
+ const _ECDk = "EksContainerDetails";
402
+ const _ECEV = "EksContainerEnvironmentVariable";
403
+ const _ECEVk = "EksContainerEnvironmentVariables";
404
+ const _ECL = "Ec2ConfigurationList";
405
+ const _ECO = "EksContainerOverride";
406
+ const _ECOL = "EksContainerOverrideList";
407
+ const _ECRR = "EksContainerResourceRequirements";
408
+ const _ECSC = "EksContainerSecurityContext";
409
+ const _ECVM = "EksContainerVolumeMount";
410
+ const _ECVMk = "EksContainerVolumeMounts";
411
+ const _ECk = "EksConfiguration";
412
+ const _ECks = "EksContainer";
413
+ const _ECkso = "EksContainers";
414
+ const _EED = "EksEmptyDir";
415
+ const _EFSAC = "EFSAuthorizationConfig";
416
+ const _EFSVC = "EFSVolumeConfiguration";
417
+ const _EHP = "EksHostPath";
418
+ const _EM = "EksMetadata";
419
+ const _EOE = "EvaluateOnExit";
420
+ const _EOEL = "EvaluateOnExitList";
421
+ const _EP = "EcsProperties";
422
+ const _EPD = "EcsPropertiesDetail";
423
+ const _EPDk = "EksPropertiesDetail";
424
+ const _EPO = "EcsPropertiesOverride";
425
+ const _EPOk = "EksPropertiesOverride";
426
+ const _EPP = "EksPodProperties";
427
+ const _EPPD = "EksPodPropertiesDetail";
428
+ const _EPPO = "EksPodPropertiesOverride";
429
+ const _EPVC = "EksPersistentVolumeClaim";
430
+ const _EPk = "EksProperties";
431
+ const _ES = "EksSecret";
432
+ const _ESp = "EphemeralStorage";
433
+ const _ETD = "EcsTaskDetails";
434
+ const _ETP = "EcsTaskProperties";
435
+ const _EV = "EksVolume";
436
+ const _EVk = "EksVolumes";
437
+ const _EVn = "EnvironmentVariables";
438
+ const _FC = "FirelensConfiguration";
439
+ const _FOQD = "FrontOfQueueDetail";
440
+ const _FOQJS = "FrontOfQueueJobSummary";
441
+ const _FOQJSL = "FrontOfQueueJobSummaryList";
442
+ const _FP = "FairsharePolicy";
443
+ const _FPC = "FargatePlatformConfiguration";
444
+ const _GJQS = "GetJobQueueSnapshot";
445
+ const _GJQSR = "GetJobQueueSnapshotRequest";
446
+ const _GJQSRe = "GetJobQueueSnapshotResponse";
447
+ const _H = "Host";
448
+ const _IPS = "ImagePullSecret";
449
+ const _IPSm = "ImagePullSecrets";
450
+ const _JD = "JobDefinition";
451
+ const _JDL = "JobDefinitionList";
452
+ const _JDLo = "JobDependencyList";
453
+ const _JDLob = "JobDetailList";
454
+ const _JDo = "JobDependency";
455
+ const _JDob = "JobDetail";
456
+ const _JQD = "JobQueueDetail";
457
+ const _JQDL = "JobQueueDetailList";
458
+ const _JS = "JobSummary";
459
+ const _JSL = "JobSummaryList";
460
+ const _JSTLA = "JobStateTimeLimitAction";
461
+ const _JSTLAo = "JobStateTimeLimitActions";
462
+ const _JT = "JobTimeout";
463
+ const _KVP = "KeyValuePair";
464
+ const _KVPe = "KeyValuesPair";
465
+ const _LAETD = "ListAttemptEcsTaskDetails";
466
+ const _LATCD = "ListAttemptTaskContainerDetails";
467
+ const _LC = "LogConfiguration";
468
+ const _LCR = "ListConsumableResources";
469
+ const _LCRFL = "ListConsumableResourcesFilterList";
470
+ const _LCRR = "ListConsumableResourcesRequest";
471
+ const _LCRRi = "ListConsumableResourcesResponse";
472
+ const _LETD = "ListEcsTaskDetails";
473
+ const _LETP = "ListEcsTaskProperties";
474
+ const _LJ = "ListJobs";
475
+ const _LJBCR = "ListJobsByConsumableResource";
476
+ const _LJBCRFL = "ListJobsByConsumableResourceFilterList";
477
+ const _LJBCRR = "ListJobsByConsumableResourceRequest";
478
+ const _LJBCRRi = "ListJobsByConsumableResourceResponse";
479
+ const _LJBCRS = "ListJobsByConsumableResourceSummary";
480
+ const _LJBCRSL = "ListJobsByConsumableResourceSummaryList";
481
+ const _LJFL = "ListJobsFilterList";
482
+ const _LJR = "ListJobsRequest";
483
+ const _LJRi = "ListJobsResponse";
484
+ const _LP = "LinuxParameters";
485
+ const _LSJ = "ListServiceJobs";
486
+ const _LSJA = "LatestServiceJobAttempt";
487
+ const _LSJR = "ListServiceJobsRequest";
488
+ const _LSJRi = "ListServiceJobsResponse";
489
+ const _LSP = "ListSchedulingPolicies";
490
+ const _LSPR = "ListSchedulingPoliciesRequest";
491
+ const _LSPRi = "ListSchedulingPoliciesResponse";
492
+ const _LTCD = "ListTaskContainerDetails";
493
+ const _LTCO = "ListTaskContainerOverrides";
494
+ const _LTCP = "ListTaskContainerProperties";
495
+ const _LTFR = "ListTagsForResource";
496
+ const _LTFRR = "ListTagsForResourceRequest";
497
+ const _LTFRRi = "ListTagsForResourceResponse";
498
+ const _LTPO = "ListTaskPropertiesOverride";
499
+ const _LTS = "LaunchTemplateSpecification";
500
+ const _LTSO = "LaunchTemplateSpecificationOverride";
501
+ const _LTSOL = "LaunchTemplateSpecificationOverrideList";
502
+ const _MP = "MountPoint";
503
+ const _MPo = "MountPoints";
504
+ const _NC = "NetworkConfiguration";
505
+ const _ND = "NodeDetails";
506
+ const _NI = "NetworkInterface";
507
+ const _NIL = "NetworkInterfaceList";
508
+ const _NO = "NodeOverrides";
509
+ const _NP = "NodeProperties";
510
+ const _NPO = "NodePropertyOverride";
511
+ const _NPOo = "NodePropertyOverrides";
512
+ const _NPS = "NodePropertiesSummary";
513
+ const _NRP = "NodeRangeProperty";
514
+ const _NRPo = "NodeRangeProperties";
515
+ const _RC = "RepositoryCredentials";
516
+ const _RJD = "RegisterJobDefinition";
517
+ const _RJDR = "RegisterJobDefinitionRequest";
518
+ const _RJDRe = "RegisterJobDefinitionResponse";
519
+ const _RP = "RuntimePlatform";
520
+ const _RR = "ResourceRequirement";
521
+ const _RRe = "ResourceRequirements";
522
+ const _RS = "RetryStrategy";
523
+ const _S = "Secret";
524
+ const _SA = "ShareAttributes";
525
+ const _SAL = "ShareAttributesList";
526
+ const _SE = "ServerException";
527
+ const _SED = "ServiceEnvironmentDetail";
528
+ const _SEDL = "ServiceEnvironmentDetailList";
529
+ const _SEO = "ServiceEnvironmentOrder";
530
+ const _SEOe = "ServiceEnvironmentOrders";
531
+ const _SJ = "SubmitJob";
532
+ const _SJAD = "ServiceJobAttemptDetail";
533
+ const _SJADe = "ServiceJobAttemptDetails";
534
+ const _SJEOE = "ServiceJobEvaluateOnExit";
535
+ const _SJEOEL = "ServiceJobEvaluateOnExitList";
536
+ const _SJR = "SubmitJobRequest";
537
+ const _SJRS = "ServiceJobRetryStrategy";
538
+ const _SJRu = "SubmitJobResponse";
539
+ const _SJS = "ServiceJobSummary";
540
+ const _SJSL = "ServiceJobSummaryList";
541
+ const _SJT = "ServiceJobTimeout";
542
+ const _SL = "SecretList";
543
+ const _SPD = "SchedulingPolicyDetail";
544
+ const _SPDL = "SchedulingPolicyDetailList";
545
+ const _SPLD = "SchedulingPolicyListingDetail";
546
+ const _SPLDL = "SchedulingPolicyListingDetailList";
547
+ const _SRI = "ServiceResourceId";
548
+ const _SSJ = "SubmitServiceJob";
549
+ const _SSJR = "SubmitServiceJobRequest";
550
+ const _SSJRu = "SubmitServiceJobResponse";
551
+ const _T = "Tmpfs";
552
+ const _TCD = "TaskContainerDependency";
553
+ const _TCDL = "TaskContainerDependencyList";
554
+ const _TCDa = "TaskContainerDetails";
555
+ const _TCO = "TaskContainerOverrides";
556
+ const _TCP = "TaskContainerProperties";
557
+ const _TJ = "TerminateJob";
558
+ const _TJR = "TerminateJobRequest";
559
+ const _TJRe = "TerminateJobResponse";
560
+ const _TL = "TmpfsList";
561
+ const _TPO = "TaskPropertiesOverride";
562
+ const _TR = "TagResource";
563
+ const _TRR = "TagResourceRequest";
564
+ const _TRRa = "TagResourceResponse";
565
+ const _TSJ = "TerminateServiceJob";
566
+ const _TSJR = "TerminateServiceJobRequest";
567
+ const _TSJRe = "TerminateServiceJobResponse";
568
+ const _U = "Ulimit";
569
+ const _UCE = "UpdateComputeEnvironment";
570
+ const _UCER = "UpdateComputeEnvironmentRequest";
571
+ const _UCERp = "UpdateComputeEnvironmentResponse";
572
+ const _UCR = "UpdateConsumableResource";
573
+ const _UCRR = "UpdateConsumableResourceRequest";
574
+ const _UCRRp = "UpdateConsumableResourceResponse";
575
+ const _UJQ = "UpdateJobQueue";
576
+ const _UJQR = "UpdateJobQueueRequest";
577
+ const _UJQRp = "UpdateJobQueueResponse";
578
+ const _UP = "UpdatePolicy";
579
+ const _UR = "UntagResource";
580
+ const _URR = "UntagResourceRequest";
581
+ const _URRn = "UntagResourceResponse";
582
+ const _USE = "UpdateServiceEnvironment";
583
+ const _USER = "UpdateServiceEnvironmentRequest";
584
+ const _USERp = "UpdateServiceEnvironmentResponse";
585
+ const _USP = "UpdateSchedulingPolicy";
586
+ const _USPR = "UpdateSchedulingPolicyRequest";
587
+ const _USPRp = "UpdateSchedulingPolicyResponse";
588
+ const _Ul = "Ulimits";
589
+ const _V = "Volume";
590
+ const _Vo = "Volumes";
591
+ const _a = "arn";
592
+ const _aC = "authorizationConfig";
593
+ const _aDS = "attemptDurationSeconds";
594
+ const _aI = "attachmentId";
595
+ const _aJI = "arrayJobId";
596
+ const _aP = "arrayProperties";
597
+ const _aPE = "allowPrivilegeEscalation";
598
+ const _aPI = "accessPointId";
599
+ const _aPIs = "assignPublicIp";
600
+ const _aQ = "availableQuantity";
601
+ const _aS = "allocationStrategy";
602
+ const _ac = "action";
603
+ const _an = "annotations";
604
+ const _ar = "arns";
605
+ const _arg = "args";
606
+ const _at = "attempts";
607
+ const _bP = "bidPercentage";
608
+ const _c = "container";
609
+ const _cA = "createdAt";
610
+ const _cAp = "cpuArchitecture";
611
+ const _cE = "computeEnvironment";
612
+ const _cEA = "computeEnvironmentArn";
613
+ const _cEN = "computeEnvironmentName";
614
+ const _cEO = "computeEnvironmentOrder";
615
+ const _cEo = "computeEnvironments";
616
+ const _cIA = "containerInstanceArn";
617
+ const _cID = "containerID";
618
+ const _cL = "capacityLimits";
619
+ const _cN = "claimName";
620
+ const _cNo = "containerName";
621
+ const _cO = "containerOverrides";
622
+ const _cOT = "containerOrchestrationType";
623
+ const _cP = "containerPath";
624
+ const _cPo = "containerProperties";
625
+ const _cPr = "credentialsParameter";
626
+ const _cR = "computeResources";
627
+ const _cRA = "consumableResourceArn";
628
+ const _cRL = "consumableResourceList";
629
+ const _cRN = "consumableResourceName";
630
+ const _cRP = "consumableResourceProperties";
631
+ const _cRPO = "consumableResourcePropertiesOverride";
632
+ const _cRo = "consumableResource";
633
+ const _cRom = "computeReservation";
634
+ const _cRon = "consumableResources";
635
+ const _cT = "clientToken";
636
+ const _cU = "capacityUnit";
637
+ const _cl = "client";
638
+ const _co = "containers";
639
+ const _com = "command";
640
+ const _con = "context";
641
+ const _cond = "condition";
642
+ const _d = "devices";
643
+ const _dC = "desiredvCpus";
644
+ const _dO = "dependsOn";
645
+ const _dP = "dnsPolicy";
646
+ const _e = "error";
647
+ const _eA = "eksAttempts";
648
+ const _eC = "exitCode";
649
+ const _eCA = "ecsClusterArn";
650
+ const _eCAk = "eksClusterArn";
651
+ const _eCc = "ec2Configuration";
652
+ const _eCk = "eksConfiguration";
653
+ const _eD = "emptyDir";
654
+ const _eEC = "enableExecuteCommand";
655
+ const _eKP = "ec2KeyPair";
656
+ const _eOE = "evaluateOnExit";
657
+ const _eP = "ecsProperties";
658
+ const _ePO = "ecsPropertiesOverride";
659
+ const _ePOk = "eksPropertiesOverride";
660
+ const _ePk = "eksProperties";
661
+ const _eRA = "executionRoleArn";
662
+ const _eS = "ephemeralStorage";
663
+ const _eTAP = "earliestTimeAtPosition";
664
+ const _eVC = "efsVolumeConfiguration";
665
+ const _en = "environment";
666
+ const _env = "env";
667
+ const _es = "essential";
668
+ const _f = "filters";
669
+ const _fC = "firelensConfiguration";
670
+ const _fOQ = "frontOfQueue";
671
+ const _fP = "fairsharePolicy";
672
+ const _fPC = "fargatePlatformConfiguration";
673
+ const _fSI = "fileSystemId";
674
+ const _h = "host";
675
+ const _hE = "httpError";
676
+ const _hL = "hardLimit";
677
+ const _hN = "hostNetwork";
678
+ const _hP = "hostPath";
679
+ const _hQ = "httpQuery";
680
+ const _ht = "http";
681
+ const _i = "index";
682
+ const _iA = "ipv6Address";
683
+ const _iC = "initContainers";
684
+ const _iCs = "isCancelled";
685
+ const _iI = "imageId";
686
+ const _iIO = "imageIdOverride";
687
+ const _iKV = "imageKubernetesVersion";
688
+ const _iM = "ipcMode";
689
+ const _iMN = "isMainNode";
690
+ const _iPE = "initProcessEnabled";
691
+ const _iPP = "imagePullPolicy";
692
+ const _iPS = "imagePullSecrets";
693
+ const _iR = "instanceRole";
694
+ const _iT = "instanceTypes";
695
+ const _iTm = "imageType";
696
+ const _iTn = "instanceType";
697
+ const _iTs = "isTerminated";
698
+ const _iUQ = "inUseQuantity";
699
+ const _ia = "iam";
700
+ const _im = "image";
701
+ const _j = "jobs";
702
+ const _jA = "jobArn";
703
+ const _jD = "jobDefinition";
704
+ const _jDA = "jobDefinitionArn";
705
+ const _jDN = "jobDefinitionName";
706
+ const _jDo = "jobDefinitions";
707
+ const _jETM = "jobExecutionTimeoutMinutes";
708
+ const _jI = "jobId";
709
+ const _jN = "jobName";
710
+ const _jQ = "jobQueue";
711
+ const _jQA = "jobQueueArn";
712
+ const _jQN = "jobQueueName";
713
+ const _jQT = "jobQueueType";
714
+ const _jQo = "jobQueues";
715
+ const _jRA = "jobRoleArn";
716
+ const _jS = "jobStatus";
717
+ const _jSL = "jobSummaryList";
718
+ const _jSTLA = "jobStateTimeLimitActions";
719
+ const _kN = "kubernetesNamespace";
720
+ const _l = "limits";
721
+ const _lA = "latestAttempt";
722
+ const _lC = "logConfiguration";
723
+ const _lD = "logDriver";
724
+ const _lP = "linuxParameters";
725
+ const _lSN = "logStreamName";
726
+ const _lT = "launchTemplate";
727
+ const _lTI = "launchTemplateId";
728
+ const _lTN = "launchTemplateName";
729
+ const _lUA = "lastUpdatedAt";
730
+ const _la = "labels";
731
+ const _m = "message";
732
+ const _mC = "maxCapacity";
733
+ const _mCa = "maxvCpus";
734
+ const _mCi = "minvCpus";
735
+ const _mN = "mainNode";
736
+ const _mNJI = "multiNodeJobId";
737
+ const _mO = "mountOptions";
738
+ const _mP = "mountPoints";
739
+ const _mPo = "mountPath";
740
+ const _mR = "maxResults";
741
+ const _mS = "maxSwap";
742
+ const _mTS = "maxTimeSeconds";
743
+ const _me = "memory";
744
+ const _med = "medium";
745
+ const _met = "metadata";
746
+ const _n = "name";
747
+ const _nC = "networkConfiguration";
748
+ const _nD = "nodeDetails";
749
+ const _nI = "networkInterfaces";
750
+ const _nIo = "nodeIndex";
751
+ const _nN = "nodeName";
752
+ const _nNu = "numNodes";
753
+ const _nO = "nodeOverrides";
754
+ const _nP = "nodeProperties";
755
+ const _nPO = "nodePropertyOverrides";
756
+ const _nRP = "nodeRangeProperties";
757
+ const _nT = "nextToken";
758
+ const _na = "namespace";
759
+ const _o = "order";
760
+ const _oEC = "onExitCode";
761
+ const _oR = "onReason";
762
+ const _oSF = "operatingSystemFamily";
763
+ const _oSR = "onStatusReason";
764
+ const _op = "optional";
765
+ const _ope = "operation";
766
+ const _opt = "options";
767
+ const _ov = "overrides";
768
+ const _p = "privileged";
769
+ const _pC = "platformCapabilities";
770
+ const _pG = "placementGroup";
771
+ const _pIA = "privateIpv4Address";
772
+ const _pM = "pidMode";
773
+ const _pN = "podName";
774
+ const _pNo = "podNamespace";
775
+ const _pP = "podProperties";
776
+ const _pT = "propagateTags";
777
+ const _pV = "platformVersion";
778
+ const _pVC = "persistentVolumeClaim";
779
+ const _pa = "path";
780
+ const _par = "parameters";
781
+ const _pe = "permissions";
782
+ const _pr = "priority";
783
+ const _q = "quantity";
784
+ const _r = "reason";
785
+ const _rA = "resourceArn";
786
+ const _rAG = "runAsGroup";
787
+ const _rANR = "runAsNonRoot";
788
+ const _rAU = "runAsUser";
789
+ const _rC = "repositoryCredentials";
790
+ const _rD = "rootDirectory";
791
+ const _rO = "readOnly";
792
+ const _rORF = "readOnlyRootFilesystem";
793
+ const _rP = "runtimePlatform";
794
+ const _rR = "resourceRequirements";
795
+ const _rRF = "readonlyRootFilesystem";
796
+ const _rS = "retryStrategy";
797
+ const _rT = "resourceType";
798
+ const _re = "resources";
799
+ const _req = "requests";
800
+ const _rev = "revision";
801
+ const _s = "size";
802
+ const _sA = "startedAt";
803
+ const _sAN = "serviceAccountName";
804
+ const _sAt = "stoppedAt";
805
+ const _sC = "securityContext";
806
+ const _sD = "shareDistribution";
807
+ const _sDS = "shareDecaySeconds";
808
+ const _sE = "serviceEnvironment";
809
+ const _sEA = "serviceEnvironmentArn";
810
+ const _sEN = "serviceEnvironmentName";
811
+ const _sEO = "serviceEnvironmentOrder";
812
+ const _sET = "serviceEnvironmentType";
813
+ const _sEe = "serviceEnvironments";
814
+ const _sGI = "securityGroupIds";
815
+ const _sI = "shareIdentifier";
816
+ const _sIFR = "spotIamFleetRole";
817
+ const _sIGB = "sizeInGiB";
818
+ const _sJT = "serviceJobType";
819
+ const _sL = "sizeLimit";
820
+ const _sLo = "softLimit";
821
+ const _sMS = "sharedMemorySize";
822
+ const _sN = "secretName";
823
+ const _sO = "secretOptions";
824
+ const _sP = "schedulingPolicies";
825
+ const _sPA = "schedulingPolicyArn";
826
+ const _sPN = "shareProcessNamespace";
827
+ const _sPO = "schedulingPriorityOverride";
828
+ const _sPc = "schedulingPriority";
829
+ const _sPo = "sourcePath";
830
+ const _sPu = "subPath";
831
+ const _sR = "statusReason";
832
+ const _sRI = "serviceResourceId";
833
+ const _sRP = "serviceRequestPayload";
834
+ const _sRe = "serviceRole";
835
+ const _sS = "statusSummary";
836
+ const _sV = "sourceVolume";
837
+ const _se = "secrets";
838
+ const _sec = "secret";
839
+ const _ser = "server";
840
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.batch";
841
+ const _st = "state";
842
+ const _sta = "status";
843
+ const _su = "subnets";
844
+ const _sw = "swappiness";
845
+ const _t = "tags";
846
+ const _tA = "taskArn";
847
+ const _tC = "timeoutConfig";
848
+ const _tE = "transitEncryption";
849
+ const _tEP = "transitEncryptionPort";
850
+ const _tIT = "targetInstanceTypes";
851
+ const _tJOU = "terminateJobsOnUpdate";
1682
852
  const _tK = "tagKeys";
853
+ const _tN = "targetNodes";
854
+ const _tP = "taskProperties";
855
+ const _tQ = "totalQuantity";
856
+ const _tRA = "taskRoleArn";
857
+ const _ti = "timeout";
858
+ const _tm = "tmpfs";
859
+ const _ty = "type";
860
+ const _u = "uuid";
861
+ const _uC = "unmanagedvCpus";
862
+ const _uP = "updatePolicy";
863
+ const _uT = "userdataType";
864
+ const _uTLIV = "updateToLatestImageVersion";
865
+ const _ul = "ulimits";
866
+ const _us = "user";
867
+ const _v = "vcpus";
868
+ const _vF = "valueFrom";
869
+ const _vM = "volumeMounts";
870
+ const _va = "value";
871
+ const _val = "values";
872
+ const _ve = "version";
873
+ const _vo = "volumes";
874
+ const _wF = "weightFactor";
875
+ const n0 = "com.amazonaws.batch";
876
+ var ArrayProperties = [3, n0, _AP, 0, [_s], [1]];
877
+ var ArrayPropertiesDetail = [3, n0, _APD, 0, [_sS, _s, _i], [128 | 1, 1, 1]];
878
+ var ArrayPropertiesSummary = [3, n0, _APS, 0, [_s, _i], [1, 1]];
879
+ var AttemptContainerDetail = [
880
+ 3,
881
+ n0,
882
+ _ACD,
883
+ 0,
884
+ [_cIA, _tA, _eC, _r, _lSN, _nI],
885
+ [0, 0, 1, 0, 0, () => NetworkInterfaceList],
886
+ ];
887
+ var AttemptDetail = [
888
+ 3,
889
+ n0,
890
+ _AD,
891
+ 0,
892
+ [_c, _sA, _sAt, _sR, _tP],
893
+ [() => AttemptContainerDetail, 1, 1, 0, () => ListAttemptEcsTaskDetails],
894
+ ];
895
+ var AttemptEcsTaskDetails = [
896
+ 3,
897
+ n0,
898
+ _AETD,
899
+ 0,
900
+ [_cIA, _tA, _co],
901
+ [0, 0, () => ListAttemptTaskContainerDetails],
902
+ ];
903
+ var AttemptTaskContainerDetails = [
904
+ 3,
905
+ n0,
906
+ _ATCD,
907
+ 0,
908
+ [_eC, _n, _r, _lSN, _nI],
909
+ [1, 0, 0, 0, () => NetworkInterfaceList],
910
+ ];
911
+ var CancelJobRequest = [3, n0, _CJR, 0, [_jI, _r], [0, 0]];
912
+ var CancelJobResponse = [3, n0, _CJRa, 0, [], []];
913
+ var CapacityLimit = [3, n0, _CL, 0, [_mC, _cU], [1, 0]];
914
+ var ClientException = [
915
+ -3,
916
+ n0,
917
+ _CE,
918
+ {
919
+ [_e]: _cl,
920
+ [_hE]: 400,
921
+ },
922
+ [_m],
923
+ [0],
924
+ ];
925
+ schema.TypeRegistry.for(n0).registerError(ClientException, ClientException$1);
926
+ var ComputeEnvironmentDetail = [
927
+ 3,
928
+ n0,
929
+ _CED,
930
+ 0,
931
+ [_cEN, _cEA, _uC, _eCA, _t, _ty, _st, _sta, _sR, _cR, _sRe, _uP, _eCk, _cOT, _u, _con],
932
+ [0, 0, 1, 0, 128 | 0, 0, 0, 0, 0, () => ComputeResource, 0, () => UpdatePolicy, () => EksConfiguration, 0, 0, 0],
933
+ ];
934
+ var ComputeEnvironmentOrder = [3, n0, _CEO, 0, [_o, _cE], [1, 0]];
935
+ var ComputeResource = [
936
+ 3,
937
+ n0,
938
+ _CR,
939
+ 0,
940
+ [_ty, _aS, _mCi, _mCa, _dC, _iT, _iI, _su, _sGI, _eKP, _iR, _t, _pG, _bP, _sIFR, _lT, _eCc],
941
+ [
942
+ 0,
943
+ 0,
944
+ 1,
945
+ 1,
946
+ 1,
947
+ 64 | 0,
948
+ 0,
949
+ 64 | 0,
950
+ 64 | 0,
951
+ 0,
952
+ 0,
953
+ 128 | 0,
954
+ 0,
955
+ 1,
956
+ 0,
957
+ () => LaunchTemplateSpecification,
958
+ () => Ec2ConfigurationList,
959
+ ],
960
+ ];
961
+ var ComputeResourceUpdate = [
962
+ 3,
963
+ n0,
964
+ _CRU,
965
+ 0,
966
+ [_mCi, _mCa, _dC, _su, _sGI, _aS, _iT, _eKP, _iR, _t, _pG, _bP, _lT, _eCc, _uTLIV, _ty, _iI],
967
+ [
968
+ 1,
969
+ 1,
970
+ 1,
971
+ 64 | 0,
972
+ 64 | 0,
973
+ 0,
974
+ 64 | 0,
975
+ 0,
976
+ 0,
977
+ 128 | 0,
978
+ 0,
979
+ 1,
980
+ () => LaunchTemplateSpecification,
981
+ () => Ec2ConfigurationList,
982
+ 2,
983
+ 0,
984
+ 0,
985
+ ],
986
+ ];
987
+ var ConsumableResourceProperties = [
988
+ 3,
989
+ n0,
990
+ _CRP,
991
+ 0,
992
+ [_cRL],
993
+ [() => ConsumableResourceList],
994
+ ];
995
+ var ConsumableResourceRequirement = [3, n0, _CRR, 0, [_cRo, _q], [0, 1]];
996
+ var ConsumableResourceSummary = [
997
+ 3,
998
+ n0,
999
+ _CRS,
1000
+ 0,
1001
+ [_cRA, _cRN, _tQ, _iUQ, _rT],
1002
+ [0, 0, 1, 1, 0],
1003
+ ];
1004
+ var ContainerDetail = [
1005
+ 3,
1006
+ n0,
1007
+ _CD,
1008
+ 0,
1009
+ [
1010
+ _im,
1011
+ _v,
1012
+ _me,
1013
+ _com,
1014
+ _jRA,
1015
+ _eRA,
1016
+ _vo,
1017
+ _en,
1018
+ _mP,
1019
+ _rRF,
1020
+ _ul,
1021
+ _p,
1022
+ _us,
1023
+ _eC,
1024
+ _r,
1025
+ _cIA,
1026
+ _tA,
1027
+ _lSN,
1028
+ _iTn,
1029
+ _nI,
1030
+ _rR,
1031
+ _lP,
1032
+ _lC,
1033
+ _se,
1034
+ _nC,
1035
+ _fPC,
1036
+ _eS,
1037
+ _rP,
1038
+ _rC,
1039
+ _eEC,
1040
+ ],
1041
+ [
1042
+ 0,
1043
+ 1,
1044
+ 1,
1045
+ 64 | 0,
1046
+ 0,
1047
+ 0,
1048
+ () => Volumes,
1049
+ () => EnvironmentVariables,
1050
+ () => MountPoints,
1051
+ 2,
1052
+ () => Ulimits,
1053
+ 2,
1054
+ 0,
1055
+ 1,
1056
+ 0,
1057
+ 0,
1058
+ 0,
1059
+ 0,
1060
+ 0,
1061
+ () => NetworkInterfaceList,
1062
+ () => ResourceRequirements,
1063
+ () => LinuxParameters,
1064
+ () => LogConfiguration,
1065
+ () => SecretList,
1066
+ () => NetworkConfiguration,
1067
+ () => FargatePlatformConfiguration,
1068
+ () => EphemeralStorage,
1069
+ () => RuntimePlatform,
1070
+ () => RepositoryCredentials,
1071
+ 2,
1072
+ ],
1073
+ ];
1074
+ var ContainerOverrides = [
1075
+ 3,
1076
+ n0,
1077
+ _CO,
1078
+ 0,
1079
+ [_v, _me, _com, _iTn, _en, _rR],
1080
+ [1, 1, 64 | 0, 0, () => EnvironmentVariables, () => ResourceRequirements],
1081
+ ];
1082
+ var ContainerProperties = [
1083
+ 3,
1084
+ n0,
1085
+ _CP,
1086
+ 0,
1087
+ [
1088
+ _im,
1089
+ _v,
1090
+ _me,
1091
+ _com,
1092
+ _jRA,
1093
+ _eRA,
1094
+ _vo,
1095
+ _en,
1096
+ _mP,
1097
+ _rRF,
1098
+ _p,
1099
+ _ul,
1100
+ _us,
1101
+ _iTn,
1102
+ _rR,
1103
+ _lP,
1104
+ _lC,
1105
+ _se,
1106
+ _nC,
1107
+ _fPC,
1108
+ _eEC,
1109
+ _eS,
1110
+ _rP,
1111
+ _rC,
1112
+ ],
1113
+ [
1114
+ 0,
1115
+ 1,
1116
+ 1,
1117
+ 64 | 0,
1118
+ 0,
1119
+ 0,
1120
+ () => Volumes,
1121
+ () => EnvironmentVariables,
1122
+ () => MountPoints,
1123
+ 2,
1124
+ 2,
1125
+ () => Ulimits,
1126
+ 0,
1127
+ 0,
1128
+ () => ResourceRequirements,
1129
+ () => LinuxParameters,
1130
+ () => LogConfiguration,
1131
+ () => SecretList,
1132
+ () => NetworkConfiguration,
1133
+ () => FargatePlatformConfiguration,
1134
+ 2,
1135
+ () => EphemeralStorage,
1136
+ () => RuntimePlatform,
1137
+ () => RepositoryCredentials,
1138
+ ],
1139
+ ];
1140
+ var ContainerSummary = [3, n0, _CS, 0, [_eC, _r], [1, 0]];
1141
+ var CreateComputeEnvironmentRequest = [
1142
+ 3,
1143
+ n0,
1144
+ _CCER,
1145
+ 0,
1146
+ [_cEN, _ty, _st, _uC, _cR, _sRe, _t, _eCk, _con],
1147
+ [0, 0, 0, 1, () => ComputeResource, 0, 128 | 0, () => EksConfiguration, 0],
1148
+ ];
1149
+ var CreateComputeEnvironmentResponse = [3, n0, _CCERr, 0, [_cEN, _cEA], [0, 0]];
1150
+ var CreateConsumableResourceRequest = [
1151
+ 3,
1152
+ n0,
1153
+ _CCRR,
1154
+ 0,
1155
+ [_cRN, _tQ, _rT, _t],
1156
+ [0, 1, 0, 128 | 0],
1157
+ ];
1158
+ var CreateConsumableResourceResponse = [3, n0, _CCRRr, 0, [_cRN, _cRA], [0, 0]];
1159
+ var CreateJobQueueRequest = [
1160
+ 3,
1161
+ n0,
1162
+ _CJQR,
1163
+ 0,
1164
+ [_jQN, _st, _sPA, _pr, _cEO, _sEO, _jQT, _t, _jSTLA],
1165
+ [
1166
+ 0,
1167
+ 0,
1168
+ 0,
1169
+ 1,
1170
+ () => ComputeEnvironmentOrders,
1171
+ () => ServiceEnvironmentOrders,
1172
+ 0,
1173
+ 128 | 0,
1174
+ () => JobStateTimeLimitActions,
1175
+ ],
1176
+ ];
1177
+ var CreateJobQueueResponse = [3, n0, _CJQRr, 0, [_jQN, _jQA], [0, 0]];
1178
+ var CreateSchedulingPolicyRequest = [
1179
+ 3,
1180
+ n0,
1181
+ _CSPR,
1182
+ 0,
1183
+ [_n, _fP, _t],
1184
+ [0, () => FairsharePolicy, 128 | 0],
1185
+ ];
1186
+ var CreateSchedulingPolicyResponse = [3, n0, _CSPRr, 0, [_n, _a], [0, 0]];
1187
+ var CreateServiceEnvironmentRequest = [
1188
+ 3,
1189
+ n0,
1190
+ _CSER,
1191
+ 0,
1192
+ [_sEN, _sET, _st, _cL, _t],
1193
+ [0, 0, 0, () => CapacityLimits, 128 | 0],
1194
+ ];
1195
+ var CreateServiceEnvironmentResponse = [3, n0, _CSERr, 0, [_sEN, _sEA], [0, 0]];
1196
+ var DeleteComputeEnvironmentRequest = [3, n0, _DCER, 0, [_cE], [0]];
1197
+ var DeleteComputeEnvironmentResponse = [3, n0, _DCERe, 0, [], []];
1198
+ var DeleteConsumableResourceRequest = [3, n0, _DCRR, 0, [_cRo], [0]];
1199
+ var DeleteConsumableResourceResponse = [3, n0, _DCRRe, 0, [], []];
1200
+ var DeleteJobQueueRequest = [3, n0, _DJQR, 0, [_jQ], [0]];
1201
+ var DeleteJobQueueResponse = [3, n0, _DJQRe, 0, [], []];
1202
+ var DeleteSchedulingPolicyRequest = [3, n0, _DSPR, 0, [_a], [0]];
1203
+ var DeleteSchedulingPolicyResponse = [3, n0, _DSPRe, 0, [], []];
1204
+ var DeleteServiceEnvironmentRequest = [3, n0, _DSER, 0, [_sE], [0]];
1205
+ var DeleteServiceEnvironmentResponse = [3, n0, _DSERe, 0, [], []];
1206
+ var DeregisterJobDefinitionRequest = [3, n0, _DJDR, 0, [_jD], [0]];
1207
+ var DeregisterJobDefinitionResponse = [3, n0, _DJDRe, 0, [], []];
1208
+ var DescribeComputeEnvironmentsRequest = [
1209
+ 3,
1210
+ n0,
1211
+ _DCERes,
1212
+ 0,
1213
+ [_cEo, _mR, _nT],
1214
+ [64 | 0, 1, 0],
1215
+ ];
1216
+ var DescribeComputeEnvironmentsResponse = [
1217
+ 3,
1218
+ n0,
1219
+ _DCEResc,
1220
+ 0,
1221
+ [_cEo, _nT],
1222
+ [() => ComputeEnvironmentDetailList, 0],
1223
+ ];
1224
+ var DescribeConsumableResourceRequest = [3, n0, _DCRRes, 0, [_cRo], [0]];
1225
+ var DescribeConsumableResourceResponse = [
1226
+ 3,
1227
+ n0,
1228
+ _DCRResc,
1229
+ 0,
1230
+ [_cRN, _cRA, _tQ, _iUQ, _aQ, _rT, _cA, _t],
1231
+ [0, 0, 1, 1, 1, 0, 1, 128 | 0],
1232
+ ];
1233
+ var DescribeJobDefinitionsRequest = [
1234
+ 3,
1235
+ n0,
1236
+ _DJDRes,
1237
+ 0,
1238
+ [_jDo, _mR, _jDN, _sta, _nT],
1239
+ [64 | 0, 1, 0, 0, 0],
1240
+ ];
1241
+ var DescribeJobDefinitionsResponse = [
1242
+ 3,
1243
+ n0,
1244
+ _DJDResc,
1245
+ 0,
1246
+ [_jDo, _nT],
1247
+ [() => JobDefinitionList, 0],
1248
+ ];
1249
+ var DescribeJobQueuesRequest = [3, n0, _DJQRes, 0, [_jQo, _mR, _nT], [64 | 0, 1, 0]];
1250
+ var DescribeJobQueuesResponse = [
1251
+ 3,
1252
+ n0,
1253
+ _DJQResc,
1254
+ 0,
1255
+ [_jQo, _nT],
1256
+ [() => JobQueueDetailList, 0],
1257
+ ];
1258
+ var DescribeJobsRequest = [3, n0, _DJR, 0, [_j], [64 | 0]];
1259
+ var DescribeJobsResponse = [3, n0, _DJRe, 0, [_j], [() => JobDetailList]];
1260
+ var DescribeSchedulingPoliciesRequest = [3, n0, _DSPRes, 0, [_ar], [64 | 0]];
1261
+ var DescribeSchedulingPoliciesResponse = [
1262
+ 3,
1263
+ n0,
1264
+ _DSPResc,
1265
+ 0,
1266
+ [_sP],
1267
+ [() => SchedulingPolicyDetailList],
1268
+ ];
1269
+ var DescribeServiceEnvironmentsRequest = [
1270
+ 3,
1271
+ n0,
1272
+ _DSERes,
1273
+ 0,
1274
+ [_sEe, _mR, _nT],
1275
+ [64 | 0, 1, 0],
1276
+ ];
1277
+ var DescribeServiceEnvironmentsResponse = [
1278
+ 3,
1279
+ n0,
1280
+ _DSEResc,
1281
+ 0,
1282
+ [_sEe, _nT],
1283
+ [() => ServiceEnvironmentDetailList, 0],
1284
+ ];
1285
+ var DescribeServiceJobRequest = [3, n0, _DSJR, 0, [_jI], [0]];
1286
+ var DescribeServiceJobResponse = [
1287
+ 3,
1288
+ n0,
1289
+ _DSJRe,
1290
+ 0,
1291
+ [_at, _cA, _iTs, _jA, _jI, _jN, _jQ, _lA, _rS, _sPc, _sRP, _sJT, _sI, _sA, _sta, _sR, _sAt, _t, _tC],
1292
+ [
1293
+ () => ServiceJobAttemptDetails,
1294
+ 1,
1295
+ 2,
1296
+ 0,
1297
+ 0,
1298
+ 0,
1299
+ 0,
1300
+ () => LatestServiceJobAttempt,
1301
+ () => ServiceJobRetryStrategy,
1302
+ 1,
1303
+ 0,
1304
+ 0,
1305
+ 0,
1306
+ 1,
1307
+ 0,
1308
+ 0,
1309
+ 1,
1310
+ 128 | 0,
1311
+ () => ServiceJobTimeout,
1312
+ ],
1313
+ ];
1314
+ var Device = [3, n0, _D, 0, [_hP, _cP, _pe], [0, 0, 64 | 0]];
1315
+ var Ec2Configuration = [3, n0, _EC, 0, [_iTm, _iIO, _iKV], [0, 0, 0]];
1316
+ var EcsProperties = [3, n0, _EP, 0, [_tP], [() => ListEcsTaskProperties]];
1317
+ var EcsPropertiesDetail = [3, n0, _EPD, 0, [_tP], [() => ListEcsTaskDetails]];
1318
+ var EcsPropertiesOverride = [3, n0, _EPO, 0, [_tP], [() => ListTaskPropertiesOverride]];
1319
+ var EcsTaskDetails = [
1320
+ 3,
1321
+ n0,
1322
+ _ETD,
1323
+ 0,
1324
+ [_co, _cIA, _tA, _eS, _eRA, _pV, _iM, _tRA, _pM, _nC, _rP, _vo, _eEC],
1325
+ [
1326
+ () => ListTaskContainerDetails,
1327
+ 0,
1328
+ 0,
1329
+ () => EphemeralStorage,
1330
+ 0,
1331
+ 0,
1332
+ 0,
1333
+ 0,
1334
+ 0,
1335
+ () => NetworkConfiguration,
1336
+ () => RuntimePlatform,
1337
+ () => Volumes,
1338
+ 2,
1339
+ ],
1340
+ ];
1341
+ var EcsTaskProperties = [
1342
+ 3,
1343
+ n0,
1344
+ _ETP,
1345
+ 0,
1346
+ [_co, _eS, _eRA, _pV, _iM, _tRA, _pM, _nC, _rP, _vo, _eEC],
1347
+ [
1348
+ () => ListTaskContainerProperties,
1349
+ () => EphemeralStorage,
1350
+ 0,
1351
+ 0,
1352
+ 0,
1353
+ 0,
1354
+ 0,
1355
+ () => NetworkConfiguration,
1356
+ () => RuntimePlatform,
1357
+ () => Volumes,
1358
+ 2,
1359
+ ],
1360
+ ];
1361
+ var EFSAuthorizationConfig = [3, n0, _EFSAC, 0, [_aPI, _ia], [0, 0]];
1362
+ var EFSVolumeConfiguration = [
1363
+ 3,
1364
+ n0,
1365
+ _EFSVC,
1366
+ 0,
1367
+ [_fSI, _rD, _tE, _tEP, _aC],
1368
+ [0, 0, 0, 1, () => EFSAuthorizationConfig],
1369
+ ];
1370
+ var EksAttemptContainerDetail = [3, n0, _EACD, 0, [_n, _cID, _eC, _r], [0, 0, 1, 0]];
1371
+ var EksAttemptDetail = [
1372
+ 3,
1373
+ n0,
1374
+ _EAD,
1375
+ 0,
1376
+ [_co, _iC, _eCAk, _pN, _pNo, _nN, _sA, _sAt, _sR],
1377
+ [() => EksAttemptContainerDetails, () => EksAttemptContainerDetails, 0, 0, 0, 0, 1, 1, 0],
1378
+ ];
1379
+ var EksConfiguration = [3, n0, _ECk, 0, [_eCAk, _kN], [0, 0]];
1380
+ var EksContainer = [
1381
+ 3,
1382
+ n0,
1383
+ _ECks,
1384
+ 0,
1385
+ [_n, _im, _iPP, _com, _arg, _env, _re, _vM, _sC],
1386
+ [
1387
+ 0,
1388
+ 0,
1389
+ 0,
1390
+ 64 | 0,
1391
+ 64 | 0,
1392
+ () => EksContainerEnvironmentVariables,
1393
+ () => EksContainerResourceRequirements,
1394
+ () => EksContainerVolumeMounts,
1395
+ () => EksContainerSecurityContext,
1396
+ ],
1397
+ ];
1398
+ var EksContainerDetail = [
1399
+ 3,
1400
+ n0,
1401
+ _ECD,
1402
+ 0,
1403
+ [_n, _im, _iPP, _com, _arg, _env, _re, _eC, _r, _vM, _sC],
1404
+ [
1405
+ 0,
1406
+ 0,
1407
+ 0,
1408
+ 64 | 0,
1409
+ 64 | 0,
1410
+ () => EksContainerEnvironmentVariables,
1411
+ () => EksContainerResourceRequirements,
1412
+ 1,
1413
+ 0,
1414
+ () => EksContainerVolumeMounts,
1415
+ () => EksContainerSecurityContext,
1416
+ ],
1417
+ ];
1418
+ var EksContainerEnvironmentVariable = [3, n0, _ECEV, 0, [_n, _va], [0, 0]];
1419
+ var EksContainerOverride = [
1420
+ 3,
1421
+ n0,
1422
+ _ECO,
1423
+ 0,
1424
+ [_n, _im, _com, _arg, _env, _re],
1425
+ [0, 0, 64 | 0, 64 | 0, () => EksContainerEnvironmentVariables, () => EksContainerResourceRequirements],
1426
+ ];
1427
+ var EksContainerResourceRequirements = [3, n0, _ECRR, 0, [_l, _req], [128 | 0, 128 | 0]];
1428
+ var EksContainerSecurityContext = [
1429
+ 3,
1430
+ n0,
1431
+ _ECSC,
1432
+ 0,
1433
+ [_rAU, _rAG, _p, _aPE, _rORF, _rANR],
1434
+ [1, 1, 2, 2, 2, 2],
1435
+ ];
1436
+ var EksContainerVolumeMount = [3, n0, _ECVM, 0, [_n, _mPo, _sPu, _rO], [0, 0, 0, 2]];
1437
+ var EksEmptyDir = [3, n0, _EED, 0, [_med, _sL], [0, 0]];
1438
+ var EksHostPath = [3, n0, _EHP, 0, [_pa], [0]];
1439
+ var EksMetadata = [3, n0, _EM, 0, [_la, _an, _na], [128 | 0, 128 | 0, 0]];
1440
+ var EksPersistentVolumeClaim = [3, n0, _EPVC, 0, [_cN, _rO], [0, 2]];
1441
+ var EksPodProperties = [
1442
+ 3,
1443
+ n0,
1444
+ _EPP,
1445
+ 0,
1446
+ [_sAN, _hN, _dP, _iPS, _co, _iC, _vo, _met, _sPN],
1447
+ [0, 2, 0, () => ImagePullSecrets, () => EksContainers, () => EksContainers, () => EksVolumes, () => EksMetadata, 2],
1448
+ ];
1449
+ var EksPodPropertiesDetail = [
1450
+ 3,
1451
+ n0,
1452
+ _EPPD,
1453
+ 0,
1454
+ [_sAN, _hN, _dP, _iPS, _co, _iC, _vo, _pN, _nN, _met, _sPN],
1455
+ [
1456
+ 0,
1457
+ 2,
1458
+ 0,
1459
+ () => ImagePullSecrets,
1460
+ () => EksContainerDetails,
1461
+ () => EksContainerDetails,
1462
+ () => EksVolumes,
1463
+ 0,
1464
+ 0,
1465
+ () => EksMetadata,
1466
+ 2,
1467
+ ],
1468
+ ];
1469
+ var EksPodPropertiesOverride = [
1470
+ 3,
1471
+ n0,
1472
+ _EPPO,
1473
+ 0,
1474
+ [_co, _iC, _met],
1475
+ [() => EksContainerOverrideList, () => EksContainerOverrideList, () => EksMetadata],
1476
+ ];
1477
+ var EksProperties = [3, n0, _EPk, 0, [_pP], [() => EksPodProperties]];
1478
+ var EksPropertiesDetail = [3, n0, _EPDk, 0, [_pP], [() => EksPodPropertiesDetail]];
1479
+ var EksPropertiesOverride = [3, n0, _EPOk, 0, [_pP], [() => EksPodPropertiesOverride]];
1480
+ var EksSecret = [3, n0, _ES, 0, [_sN, _op], [0, 2]];
1481
+ var EksVolume = [
1482
+ 3,
1483
+ n0,
1484
+ _EV,
1485
+ 0,
1486
+ [_n, _hP, _eD, _sec, _pVC],
1487
+ [0, () => EksHostPath, () => EksEmptyDir, () => EksSecret, () => EksPersistentVolumeClaim],
1488
+ ];
1489
+ var EphemeralStorage = [3, n0, _ESp, 0, [_sIGB], [1]];
1490
+ var EvaluateOnExit = [3, n0, _EOE, 0, [_oSR, _oR, _oEC, _ac], [0, 0, 0, 0]];
1491
+ var FairsharePolicy = [
1492
+ 3,
1493
+ n0,
1494
+ _FP,
1495
+ 0,
1496
+ [_sDS, _cRom, _sD],
1497
+ [1, 1, () => ShareAttributesList],
1498
+ ];
1499
+ var FargatePlatformConfiguration = [3, n0, _FPC, 0, [_pV], [0]];
1500
+ var FirelensConfiguration = [3, n0, _FC, 0, [_ty, _opt], [0, 128 | 0]];
1501
+ var FrontOfQueueDetail = [
1502
+ 3,
1503
+ n0,
1504
+ _FOQD,
1505
+ 0,
1506
+ [_j, _lUA],
1507
+ [() => FrontOfQueueJobSummaryList, 1],
1508
+ ];
1509
+ var FrontOfQueueJobSummary = [3, n0, _FOQJS, 0, [_jA, _eTAP], [0, 1]];
1510
+ var GetJobQueueSnapshotRequest = [3, n0, _GJQSR, 0, [_jQ], [0]];
1511
+ var GetJobQueueSnapshotResponse = [3, n0, _GJQSRe, 0, [_fOQ], [() => FrontOfQueueDetail]];
1512
+ var Host = [3, n0, _H, 0, [_sPo], [0]];
1513
+ var ImagePullSecret = [3, n0, _IPS, 0, [_n], [0]];
1514
+ var JobDefinition = [
1515
+ 3,
1516
+ n0,
1517
+ _JD,
1518
+ 0,
1519
+ [_jDN, _jDA, _rev, _sta, _ty, _sPc, _par, _rS, _cPo, _ti, _nP, _t, _pT, _pC, _eP, _ePk, _cOT, _cRP],
1520
+ [
1521
+ 0,
1522
+ 0,
1523
+ 1,
1524
+ 0,
1525
+ 0,
1526
+ 1,
1527
+ 128 | 0,
1528
+ () => RetryStrategy,
1529
+ () => ContainerProperties,
1530
+ () => JobTimeout,
1531
+ () => NodeProperties,
1532
+ 128 | 0,
1533
+ 2,
1534
+ 64 | 0,
1535
+ () => EcsProperties,
1536
+ () => EksProperties,
1537
+ 0,
1538
+ () => ConsumableResourceProperties,
1539
+ ],
1540
+ ];
1541
+ var JobDependency = [3, n0, _JDo, 0, [_jI, _ty], [0, 0]];
1542
+ var JobDetail = [
1543
+ 3,
1544
+ n0,
1545
+ _JDob,
1546
+ 0,
1547
+ [
1548
+ _jA,
1549
+ _jN,
1550
+ _jI,
1551
+ _jQ,
1552
+ _sta,
1553
+ _sI,
1554
+ _sPc,
1555
+ _at,
1556
+ _sR,
1557
+ _cA,
1558
+ _rS,
1559
+ _sA,
1560
+ _sAt,
1561
+ _dO,
1562
+ _jD,
1563
+ _par,
1564
+ _c,
1565
+ _nD,
1566
+ _nP,
1567
+ _aP,
1568
+ _ti,
1569
+ _t,
1570
+ _pT,
1571
+ _pC,
1572
+ _ePk,
1573
+ _eA,
1574
+ _eP,
1575
+ _iCs,
1576
+ _iTs,
1577
+ _cRP,
1578
+ ],
1579
+ [
1580
+ 0,
1581
+ 0,
1582
+ 0,
1583
+ 0,
1584
+ 0,
1585
+ 0,
1586
+ 1,
1587
+ () => AttemptDetails,
1588
+ 0,
1589
+ 1,
1590
+ () => RetryStrategy,
1591
+ 1,
1592
+ 1,
1593
+ () => JobDependencyList,
1594
+ 0,
1595
+ 128 | 0,
1596
+ () => ContainerDetail,
1597
+ () => NodeDetails,
1598
+ () => NodeProperties,
1599
+ () => ArrayPropertiesDetail,
1600
+ () => JobTimeout,
1601
+ 128 | 0,
1602
+ 2,
1603
+ 64 | 0,
1604
+ () => EksPropertiesDetail,
1605
+ () => EksAttemptDetails,
1606
+ () => EcsPropertiesDetail,
1607
+ 2,
1608
+ 2,
1609
+ () => ConsumableResourceProperties,
1610
+ ],
1611
+ ];
1612
+ var JobQueueDetail = [
1613
+ 3,
1614
+ n0,
1615
+ _JQD,
1616
+ 0,
1617
+ [_jQN, _jQA, _st, _sPA, _sta, _sR, _pr, _cEO, _sEO, _jQT, _t, _jSTLA],
1618
+ [
1619
+ 0,
1620
+ 0,
1621
+ 0,
1622
+ 0,
1623
+ 0,
1624
+ 0,
1625
+ 1,
1626
+ () => ComputeEnvironmentOrders,
1627
+ () => ServiceEnvironmentOrders,
1628
+ 0,
1629
+ 128 | 0,
1630
+ () => JobStateTimeLimitActions,
1631
+ ],
1632
+ ];
1633
+ var JobStateTimeLimitAction = [3, n0, _JSTLA, 0, [_r, _st, _mTS, _ac], [0, 0, 1, 0]];
1634
+ var JobSummary = [
1635
+ 3,
1636
+ n0,
1637
+ _JS,
1638
+ 0,
1639
+ [_jA, _jI, _jN, _cA, _sta, _sR, _sA, _sAt, _c, _aP, _nP, _jD],
1640
+ [0, 0, 0, 1, 0, 0, 1, 1, () => ContainerSummary, () => ArrayPropertiesSummary, () => NodePropertiesSummary, 0],
1641
+ ];
1642
+ var JobTimeout = [3, n0, _JT, 0, [_aDS], [1]];
1643
+ var KeyValuePair = [3, n0, _KVP, 0, [_n, _va], [0, 0]];
1644
+ var KeyValuesPair = [3, n0, _KVPe, 0, [_n, _val], [0, 64 | 0]];
1645
+ var LatestServiceJobAttempt = [3, n0, _LSJA, 0, [_sRI], [() => ServiceResourceId]];
1646
+ var LaunchTemplateSpecification = [
1647
+ 3,
1648
+ n0,
1649
+ _LTS,
1650
+ 0,
1651
+ [_lTI, _lTN, _ve, _ov, _uT],
1652
+ [0, 0, 0, () => LaunchTemplateSpecificationOverrideList, 0],
1653
+ ];
1654
+ var LaunchTemplateSpecificationOverride = [
1655
+ 3,
1656
+ n0,
1657
+ _LTSO,
1658
+ 0,
1659
+ [_lTI, _lTN, _ve, _tIT, _uT],
1660
+ [0, 0, 0, 64 | 0, 0],
1661
+ ];
1662
+ var LinuxParameters = [
1663
+ 3,
1664
+ n0,
1665
+ _LP,
1666
+ 0,
1667
+ [_d, _iPE, _sMS, _tm, _mS, _sw],
1668
+ [() => DevicesList, 2, 1, () => TmpfsList, 1, 1],
1669
+ ];
1670
+ var ListConsumableResourcesRequest = [
1671
+ 3,
1672
+ n0,
1673
+ _LCRR,
1674
+ 0,
1675
+ [_f, _mR, _nT],
1676
+ [() => ListConsumableResourcesFilterList, 1, 0],
1677
+ ];
1678
+ var ListConsumableResourcesResponse = [
1679
+ 3,
1680
+ n0,
1681
+ _LCRRi,
1682
+ 0,
1683
+ [_cRon, _nT],
1684
+ [() => ConsumableResourceSummaryList, 0],
1685
+ ];
1686
+ var ListJobsByConsumableResourceRequest = [
1687
+ 3,
1688
+ n0,
1689
+ _LJBCRR,
1690
+ 0,
1691
+ [_cRo, _f, _mR, _nT],
1692
+ [0, () => ListJobsByConsumableResourceFilterList, 1, 0],
1693
+ ];
1694
+ var ListJobsByConsumableResourceResponse = [
1695
+ 3,
1696
+ n0,
1697
+ _LJBCRRi,
1698
+ 0,
1699
+ [_j, _nT],
1700
+ [() => ListJobsByConsumableResourceSummaryList, 0],
1701
+ ];
1702
+ var ListJobsByConsumableResourceSummary = [
1703
+ 3,
1704
+ n0,
1705
+ _LJBCRS,
1706
+ 0,
1707
+ [_jA, _jQA, _jN, _jDA, _sI, _jS, _q, _sR, _sA, _cA, _cRP],
1708
+ [0, 0, 0, 0, 0, 0, 1, 0, 1, 1, () => ConsumableResourceProperties],
1709
+ ];
1710
+ var ListJobsRequest = [
1711
+ 3,
1712
+ n0,
1713
+ _LJR,
1714
+ 0,
1715
+ [_jQ, _aJI, _mNJI, _jS, _mR, _nT, _f],
1716
+ [0, 0, 0, 0, 1, 0, () => ListJobsFilterList],
1717
+ ];
1718
+ var ListJobsResponse = [3, n0, _LJRi, 0, [_jSL, _nT], [() => JobSummaryList, 0]];
1719
+ var ListSchedulingPoliciesRequest = [3, n0, _LSPR, 0, [_mR, _nT], [1, 0]];
1720
+ var ListSchedulingPoliciesResponse = [
1721
+ 3,
1722
+ n0,
1723
+ _LSPRi,
1724
+ 0,
1725
+ [_sP, _nT],
1726
+ [() => SchedulingPolicyListingDetailList, 0],
1727
+ ];
1728
+ var ListServiceJobsRequest = [
1729
+ 3,
1730
+ n0,
1731
+ _LSJR,
1732
+ 0,
1733
+ [_jQ, _jS, _mR, _nT, _f],
1734
+ [0, 0, 1, 0, () => ListJobsFilterList],
1735
+ ];
1736
+ var ListServiceJobsResponse = [
1737
+ 3,
1738
+ n0,
1739
+ _LSJRi,
1740
+ 0,
1741
+ [_jSL, _nT],
1742
+ [() => ServiceJobSummaryList, 0],
1743
+ ];
1744
+ var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
1745
+ var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
1746
+ var LogConfiguration = [3, n0, _LC, 0, [_lD, _opt, _sO], [0, 128 | 0, () => SecretList]];
1747
+ var MountPoint = [3, n0, _MP, 0, [_cP, _rO, _sV], [0, 2, 0]];
1748
+ var NetworkConfiguration = [3, n0, _NC, 0, [_aPIs], [0]];
1749
+ var NetworkInterface = [3, n0, _NI, 0, [_aI, _iA, _pIA], [0, 0, 0]];
1750
+ var NodeDetails = [3, n0, _ND, 0, [_nIo, _iMN], [1, 2]];
1751
+ var NodeOverrides = [3, n0, _NO, 0, [_nNu, _nPO], [1, () => NodePropertyOverrides]];
1752
+ var NodeProperties = [
1753
+ 3,
1754
+ n0,
1755
+ _NP,
1756
+ 0,
1757
+ [_nNu, _mN, _nRP],
1758
+ [1, 1, () => NodeRangeProperties],
1759
+ ];
1760
+ var NodePropertiesSummary = [3, n0, _NPS, 0, [_iMN, _nNu, _nIo], [2, 1, 1]];
1761
+ var NodePropertyOverride = [
1762
+ 3,
1763
+ n0,
1764
+ _NPO,
1765
+ 0,
1766
+ [_tN, _cO, _ePO, _iT, _ePOk, _cRPO],
1767
+ [
1768
+ 0,
1769
+ () => ContainerOverrides,
1770
+ () => EcsPropertiesOverride,
1771
+ 64 | 0,
1772
+ () => EksPropertiesOverride,
1773
+ () => ConsumableResourceProperties,
1774
+ ],
1775
+ ];
1776
+ var NodeRangeProperty = [
1777
+ 3,
1778
+ n0,
1779
+ _NRP,
1780
+ 0,
1781
+ [_tN, _c, _iT, _eP, _ePk, _cRP],
1782
+ [0, () => ContainerProperties, 64 | 0, () => EcsProperties, () => EksProperties, () => ConsumableResourceProperties],
1783
+ ];
1784
+ var RegisterJobDefinitionRequest = [
1785
+ 3,
1786
+ n0,
1787
+ _RJDR,
1788
+ 0,
1789
+ [_jDN, _ty, _par, _sPc, _cPo, _nP, _rS, _pT, _ti, _t, _pC, _ePk, _eP, _cRP],
1790
+ [
1791
+ 0,
1792
+ 0,
1793
+ 128 | 0,
1794
+ 1,
1795
+ () => ContainerProperties,
1796
+ () => NodeProperties,
1797
+ () => RetryStrategy,
1798
+ 2,
1799
+ () => JobTimeout,
1800
+ 128 | 0,
1801
+ 64 | 0,
1802
+ () => EksProperties,
1803
+ () => EcsProperties,
1804
+ () => ConsumableResourceProperties,
1805
+ ],
1806
+ ];
1807
+ var RegisterJobDefinitionResponse = [3, n0, _RJDRe, 0, [_jDN, _jDA, _rev], [0, 0, 1]];
1808
+ var RepositoryCredentials = [3, n0, _RC, 0, [_cPr], [0]];
1809
+ var ResourceRequirement = [3, n0, _RR, 0, [_va, _ty], [0, 0]];
1810
+ var RetryStrategy = [3, n0, _RS, 0, [_at, _eOE], [1, () => EvaluateOnExitList]];
1811
+ var RuntimePlatform = [3, n0, _RP, 0, [_oSF, _cAp], [0, 0]];
1812
+ var SchedulingPolicyDetail = [
1813
+ 3,
1814
+ n0,
1815
+ _SPD,
1816
+ 0,
1817
+ [_n, _a, _fP, _t],
1818
+ [0, 0, () => FairsharePolicy, 128 | 0],
1819
+ ];
1820
+ var SchedulingPolicyListingDetail = [3, n0, _SPLD, 0, [_a], [0]];
1821
+ var Secret = [3, n0, _S, 0, [_n, _vF], [0, 0]];
1822
+ var ServerException = [
1823
+ -3,
1824
+ n0,
1825
+ _SE,
1826
+ {
1827
+ [_e]: _ser,
1828
+ [_hE]: 500,
1829
+ },
1830
+ [_m],
1831
+ [0],
1832
+ ];
1833
+ schema.TypeRegistry.for(n0).registerError(ServerException, ServerException$1);
1834
+ var ServiceEnvironmentDetail = [
1835
+ 3,
1836
+ n0,
1837
+ _SED,
1838
+ 0,
1839
+ [_sEN, _sEA, _sET, _st, _sta, _cL, _t],
1840
+ [0, 0, 0, 0, 0, () => CapacityLimits, 128 | 0],
1841
+ ];
1842
+ var ServiceEnvironmentOrder = [3, n0, _SEO, 0, [_o, _sE], [1, 0]];
1843
+ var ServiceJobAttemptDetail = [
1844
+ 3,
1845
+ n0,
1846
+ _SJAD,
1847
+ 0,
1848
+ [_sRI, _sA, _sAt, _sR],
1849
+ [() => ServiceResourceId, 1, 1, 0],
1850
+ ];
1851
+ var ServiceJobEvaluateOnExit = [3, n0, _SJEOE, 0, [_ac, _oSR], [0, 0]];
1852
+ var ServiceJobRetryStrategy = [
1853
+ 3,
1854
+ n0,
1855
+ _SJRS,
1856
+ 0,
1857
+ [_at, _eOE],
1858
+ [1, () => ServiceJobEvaluateOnExitList],
1859
+ ];
1860
+ var ServiceJobSummary = [
1861
+ 3,
1862
+ n0,
1863
+ _SJS,
1864
+ 0,
1865
+ [_lA, _cA, _jA, _jI, _jN, _sJT, _sI, _sta, _sR, _sA, _sAt],
1866
+ [() => LatestServiceJobAttempt, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1],
1867
+ ];
1868
+ var ServiceJobTimeout = [3, n0, _SJT, 0, [_aDS], [1]];
1869
+ var ServiceResourceId = [3, n0, _SRI, 0, [_n, _va], [0, 0]];
1870
+ var ShareAttributes = [3, n0, _SA, 0, [_sI, _wF], [0, 1]];
1871
+ var SubmitJobRequest = [
1872
+ 3,
1873
+ n0,
1874
+ _SJR,
1875
+ 0,
1876
+ [_jN, _jQ, _sI, _sPO, _aP, _dO, _jD, _par, _cO, _nO, _rS, _pT, _ti, _t, _ePOk, _ePO, _cRPO],
1877
+ [
1878
+ 0,
1879
+ 0,
1880
+ 0,
1881
+ 1,
1882
+ () => ArrayProperties,
1883
+ () => JobDependencyList,
1884
+ 0,
1885
+ 128 | 0,
1886
+ () => ContainerOverrides,
1887
+ () => NodeOverrides,
1888
+ () => RetryStrategy,
1889
+ 2,
1890
+ () => JobTimeout,
1891
+ 128 | 0,
1892
+ () => EksPropertiesOverride,
1893
+ () => EcsPropertiesOverride,
1894
+ () => ConsumableResourceProperties,
1895
+ ],
1896
+ ];
1897
+ var SubmitJobResponse = [3, n0, _SJRu, 0, [_jA, _jN, _jI], [0, 0, 0]];
1898
+ var SubmitServiceJobRequest = [
1899
+ 3,
1900
+ n0,
1901
+ _SSJR,
1902
+ 0,
1903
+ [_jN, _jQ, _rS, _sPc, _sRP, _sJT, _sI, _tC, _t, _cT],
1904
+ [0, 0, () => ServiceJobRetryStrategy, 1, 0, 0, 0, () => ServiceJobTimeout, 128 | 0, [0, 4]],
1905
+ ];
1906
+ var SubmitServiceJobResponse = [3, n0, _SSJRu, 0, [_jA, _jN, _jI], [0, 0, 0]];
1907
+ var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
1908
+ var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1909
+ var TaskContainerDependency = [3, n0, _TCD, 0, [_cNo, _cond], [0, 0]];
1910
+ var TaskContainerDetails = [
1911
+ 3,
1912
+ n0,
1913
+ _TCDa,
1914
+ 0,
1915
+ [_com, _dO, _en, _es, _fC, _im, _lP, _lC, _mP, _n, _p, _rRF, _rC, _rR, _se, _ul, _us, _eC, _r, _lSN, _nI],
1916
+ [
1917
+ 64 | 0,
1918
+ () => TaskContainerDependencyList,
1919
+ () => EnvironmentVariables,
1920
+ 2,
1921
+ () => FirelensConfiguration,
1922
+ 0,
1923
+ () => LinuxParameters,
1924
+ () => LogConfiguration,
1925
+ () => MountPoints,
1926
+ 0,
1927
+ 2,
1928
+ 2,
1929
+ () => RepositoryCredentials,
1930
+ () => ResourceRequirements,
1931
+ () => SecretList,
1932
+ () => Ulimits,
1933
+ 0,
1934
+ 1,
1935
+ 0,
1936
+ 0,
1937
+ () => NetworkInterfaceList,
1938
+ ],
1939
+ ];
1940
+ var TaskContainerOverrides = [
1941
+ 3,
1942
+ n0,
1943
+ _TCO,
1944
+ 0,
1945
+ [_com, _en, _n, _rR],
1946
+ [64 | 0, () => EnvironmentVariables, 0, () => ResourceRequirements],
1947
+ ];
1948
+ var TaskContainerProperties = [
1949
+ 3,
1950
+ n0,
1951
+ _TCP,
1952
+ 0,
1953
+ [_com, _dO, _en, _es, _fC, _im, _lP, _lC, _mP, _n, _p, _rRF, _rC, _rR, _se, _ul, _us],
1954
+ [
1955
+ 64 | 0,
1956
+ () => TaskContainerDependencyList,
1957
+ () => EnvironmentVariables,
1958
+ 2,
1959
+ () => FirelensConfiguration,
1960
+ 0,
1961
+ () => LinuxParameters,
1962
+ () => LogConfiguration,
1963
+ () => MountPoints,
1964
+ 0,
1965
+ 2,
1966
+ 2,
1967
+ () => RepositoryCredentials,
1968
+ () => ResourceRequirements,
1969
+ () => SecretList,
1970
+ () => Ulimits,
1971
+ 0,
1972
+ ],
1973
+ ];
1974
+ var TaskPropertiesOverride = [3, n0, _TPO, 0, [_co], [() => ListTaskContainerOverrides]];
1975
+ var TerminateJobRequest = [3, n0, _TJR, 0, [_jI, _r], [0, 0]];
1976
+ var TerminateJobResponse = [3, n0, _TJRe, 0, [], []];
1977
+ var TerminateServiceJobRequest = [3, n0, _TSJR, 0, [_jI, _r], [0, 0]];
1978
+ var TerminateServiceJobResponse = [3, n0, _TSJRe, 0, [], []];
1979
+ var Tmpfs = [3, n0, _T, 0, [_cP, _s, _mO], [0, 1, 64 | 0]];
1980
+ var Ulimit = [3, n0, _U, 0, [_hL, _n, _sLo], [1, 0, 1]];
1981
+ var UntagResourceRequest = [
1982
+ 3,
1983
+ n0,
1984
+ _URR,
1985
+ 0,
1986
+ [_rA, _tK],
1987
+ [
1988
+ [0, 1],
1989
+ [
1990
+ 64 | 0,
1991
+ {
1992
+ [_hQ]: _tK,
1993
+ },
1994
+ ],
1995
+ ],
1996
+ ];
1997
+ var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1998
+ var UpdateComputeEnvironmentRequest = [
1999
+ 3,
2000
+ n0,
2001
+ _UCER,
2002
+ 0,
2003
+ [_cE, _st, _uC, _cR, _sRe, _uP, _con],
2004
+ [0, 0, 1, () => ComputeResourceUpdate, 0, () => UpdatePolicy, 0],
2005
+ ];
2006
+ var UpdateComputeEnvironmentResponse = [3, n0, _UCERp, 0, [_cEN, _cEA], [0, 0]];
2007
+ var UpdateConsumableResourceRequest = [
2008
+ 3,
2009
+ n0,
2010
+ _UCRR,
2011
+ 0,
2012
+ [_cRo, _ope, _q, _cT],
2013
+ [0, 0, 1, [0, 4]],
2014
+ ];
2015
+ var UpdateConsumableResourceResponse = [3, n0, _UCRRp, 0, [_cRN, _cRA, _tQ], [0, 0, 1]];
2016
+ var UpdateJobQueueRequest = [
2017
+ 3,
2018
+ n0,
2019
+ _UJQR,
2020
+ 0,
2021
+ [_jQ, _st, _sPA, _pr, _cEO, _sEO, _jSTLA],
2022
+ [0, 0, 0, 1, () => ComputeEnvironmentOrders, () => ServiceEnvironmentOrders, () => JobStateTimeLimitActions],
2023
+ ];
2024
+ var UpdateJobQueueResponse = [3, n0, _UJQRp, 0, [_jQN, _jQA], [0, 0]];
2025
+ var UpdatePolicy = [3, n0, _UP, 0, [_tJOU, _jETM], [2, 1]];
2026
+ var UpdateSchedulingPolicyRequest = [
2027
+ 3,
2028
+ n0,
2029
+ _USPR,
2030
+ 0,
2031
+ [_a, _fP],
2032
+ [0, () => FairsharePolicy],
2033
+ ];
2034
+ var UpdateSchedulingPolicyResponse = [3, n0, _USPRp, 0, [], []];
2035
+ var UpdateServiceEnvironmentRequest = [
2036
+ 3,
2037
+ n0,
2038
+ _USER,
2039
+ 0,
2040
+ [_sE, _st, _cL],
2041
+ [0, 0, () => CapacityLimits],
2042
+ ];
2043
+ var UpdateServiceEnvironmentResponse = [3, n0, _USERp, 0, [_sEN, _sEA], [0, 0]];
2044
+ var Volume = [
2045
+ 3,
2046
+ n0,
2047
+ _V,
2048
+ 0,
2049
+ [_h, _n, _eVC],
2050
+ [() => Host, 0, () => EFSVolumeConfiguration],
2051
+ ];
2052
+ var BatchServiceException = [-3, _sm, "BatchServiceException", 0, [], []];
2053
+ schema.TypeRegistry.for(_sm).registerError(BatchServiceException, BatchServiceException$1);
2054
+ var AttemptDetails = [1, n0, _ADt, 0, () => AttemptDetail];
2055
+ var CapacityLimits = [1, n0, _CLa, 0, () => CapacityLimit];
2056
+ var ComputeEnvironmentDetailList = [1, n0, _CEDL, 0, () => ComputeEnvironmentDetail];
2057
+ var ComputeEnvironmentOrders = [1, n0, _CEOo, 0, () => ComputeEnvironmentOrder];
2058
+ var ConsumableResourceList = [1, n0, _CRL, 0, () => ConsumableResourceRequirement];
2059
+ var ConsumableResourceSummaryList = [1, n0, _CRSL, 0, () => ConsumableResourceSummary];
2060
+ var DevicesList = [1, n0, _DL, 0, () => Device];
2061
+ var Ec2ConfigurationList = [1, n0, _ECL, 0, () => Ec2Configuration];
2062
+ var EksAttemptContainerDetails = [1, n0, _EACDk, 0, () => EksAttemptContainerDetail];
2063
+ var EksAttemptDetails = [1, n0, _EADk, 0, () => EksAttemptDetail];
2064
+ var EksContainerDetails = [1, n0, _ECDk, 0, () => EksContainerDetail];
2065
+ var EksContainerEnvironmentVariables = [
2066
+ 1,
2067
+ n0,
2068
+ _ECEVk,
2069
+ 0,
2070
+ () => EksContainerEnvironmentVariable,
2071
+ ];
2072
+ var EksContainerOverrideList = [1, n0, _ECOL, 0, () => EksContainerOverride];
2073
+ var EksContainers = [1, n0, _ECkso, 0, () => EksContainer];
2074
+ var EksContainerVolumeMounts = [1, n0, _ECVMk, 0, () => EksContainerVolumeMount];
2075
+ var EksVolumes = [1, n0, _EVk, 0, () => EksVolume];
2076
+ var EnvironmentVariables = [1, n0, _EVn, 0, () => KeyValuePair];
2077
+ var EvaluateOnExitList = [1, n0, _EOEL, 0, () => EvaluateOnExit];
2078
+ var FrontOfQueueJobSummaryList = [1, n0, _FOQJSL, 0, () => FrontOfQueueJobSummary];
2079
+ var ImagePullSecrets = [1, n0, _IPSm, 0, () => ImagePullSecret];
2080
+ var JobDefinitionList = [1, n0, _JDL, 0, () => JobDefinition];
2081
+ var JobDependencyList = [1, n0, _JDLo, 0, () => JobDependency];
2082
+ var JobDetailList = [1, n0, _JDLob, 0, () => JobDetail];
2083
+ var JobQueueDetailList = [1, n0, _JQDL, 0, () => JobQueueDetail];
2084
+ var JobStateTimeLimitActions = [1, n0, _JSTLAo, 0, () => JobStateTimeLimitAction];
2085
+ var JobSummaryList = [1, n0, _JSL, 0, () => JobSummary];
2086
+ var LaunchTemplateSpecificationOverrideList = [
2087
+ 1,
2088
+ n0,
2089
+ _LTSOL,
2090
+ 0,
2091
+ () => LaunchTemplateSpecificationOverride,
2092
+ ];
2093
+ var ListAttemptEcsTaskDetails = [1, n0, _LAETD, 0, () => AttemptEcsTaskDetails];
2094
+ var ListAttemptTaskContainerDetails = [1, n0, _LATCD, 0, () => AttemptTaskContainerDetails];
2095
+ var ListConsumableResourcesFilterList = [1, n0, _LCRFL, 0, () => KeyValuesPair];
2096
+ var ListEcsTaskDetails = [1, n0, _LETD, 0, () => EcsTaskDetails];
2097
+ var ListEcsTaskProperties = [1, n0, _LETP, 0, () => EcsTaskProperties];
2098
+ var ListJobsByConsumableResourceFilterList = [1, n0, _LJBCRFL, 0, () => KeyValuesPair];
2099
+ var ListJobsByConsumableResourceSummaryList = [
2100
+ 1,
2101
+ n0,
2102
+ _LJBCRSL,
2103
+ 0,
2104
+ () => ListJobsByConsumableResourceSummary,
2105
+ ];
2106
+ var ListJobsFilterList = [1, n0, _LJFL, 0, () => KeyValuesPair];
2107
+ var ListTaskContainerDetails = [1, n0, _LTCD, 0, () => TaskContainerDetails];
2108
+ var ListTaskContainerOverrides = [1, n0, _LTCO, 0, () => TaskContainerOverrides];
2109
+ var ListTaskContainerProperties = [1, n0, _LTCP, 0, () => TaskContainerProperties];
2110
+ var ListTaskPropertiesOverride = [1, n0, _LTPO, 0, () => TaskPropertiesOverride];
2111
+ var MountPoints = [1, n0, _MPo, 0, () => MountPoint];
2112
+ var NetworkInterfaceList = [1, n0, _NIL, 0, () => NetworkInterface];
2113
+ var NodePropertyOverrides = [1, n0, _NPOo, 0, () => NodePropertyOverride];
2114
+ var NodeRangeProperties = [1, n0, _NRPo, 0, () => NodeRangeProperty];
2115
+ var ResourceRequirements = [1, n0, _RRe, 0, () => ResourceRequirement];
2116
+ var SchedulingPolicyDetailList = [1, n0, _SPDL, 0, () => SchedulingPolicyDetail];
2117
+ var SchedulingPolicyListingDetailList = [
2118
+ 1,
2119
+ n0,
2120
+ _SPLDL,
2121
+ 0,
2122
+ () => SchedulingPolicyListingDetail,
2123
+ ];
2124
+ var SecretList = [1, n0, _SL, 0, () => Secret];
2125
+ var ServiceEnvironmentDetailList = [1, n0, _SEDL, 0, () => ServiceEnvironmentDetail];
2126
+ var ServiceEnvironmentOrders = [1, n0, _SEOe, 0, () => ServiceEnvironmentOrder];
2127
+ var ServiceJobAttemptDetails = [1, n0, _SJADe, 0, () => ServiceJobAttemptDetail];
2128
+ var ServiceJobEvaluateOnExitList = [1, n0, _SJEOEL, 0, () => ServiceJobEvaluateOnExit];
2129
+ var ServiceJobSummaryList = [1, n0, _SJSL, 0, () => ServiceJobSummary];
2130
+ var ShareAttributesList = [1, n0, _SAL, 0, () => ShareAttributes];
2131
+ var TaskContainerDependencyList = [1, n0, _TCDL, 0, () => TaskContainerDependency];
2132
+ var TmpfsList = [1, n0, _TL, 0, () => Tmpfs];
2133
+ var Ulimits = [1, n0, _Ul, 0, () => Ulimit];
2134
+ var Volumes = [1, n0, _Vo, 0, () => Volume];
2135
+ var CancelJob = [
2136
+ 9,
2137
+ n0,
2138
+ _CJ,
2139
+ {
2140
+ [_ht]: ["POST", "/v1/canceljob", 200],
2141
+ },
2142
+ () => CancelJobRequest,
2143
+ () => CancelJobResponse,
2144
+ ];
2145
+ var CreateComputeEnvironment = [
2146
+ 9,
2147
+ n0,
2148
+ _CCE,
2149
+ {
2150
+ [_ht]: ["POST", "/v1/createcomputeenvironment", 200],
2151
+ },
2152
+ () => CreateComputeEnvironmentRequest,
2153
+ () => CreateComputeEnvironmentResponse,
2154
+ ];
2155
+ var CreateConsumableResource = [
2156
+ 9,
2157
+ n0,
2158
+ _CCR,
2159
+ {
2160
+ [_ht]: ["POST", "/v1/createconsumableresource", 200],
2161
+ },
2162
+ () => CreateConsumableResourceRequest,
2163
+ () => CreateConsumableResourceResponse,
2164
+ ];
2165
+ var CreateJobQueue = [
2166
+ 9,
2167
+ n0,
2168
+ _CJQ,
2169
+ {
2170
+ [_ht]: ["POST", "/v1/createjobqueue", 200],
2171
+ },
2172
+ () => CreateJobQueueRequest,
2173
+ () => CreateJobQueueResponse,
2174
+ ];
2175
+ var CreateSchedulingPolicy = [
2176
+ 9,
2177
+ n0,
2178
+ _CSP,
2179
+ {
2180
+ [_ht]: ["POST", "/v1/createschedulingpolicy", 200],
2181
+ },
2182
+ () => CreateSchedulingPolicyRequest,
2183
+ () => CreateSchedulingPolicyResponse,
2184
+ ];
2185
+ var CreateServiceEnvironment = [
2186
+ 9,
2187
+ n0,
2188
+ _CSE,
2189
+ {
2190
+ [_ht]: ["POST", "/v1/createserviceenvironment", 200],
2191
+ },
2192
+ () => CreateServiceEnvironmentRequest,
2193
+ () => CreateServiceEnvironmentResponse,
2194
+ ];
2195
+ var DeleteComputeEnvironment = [
2196
+ 9,
2197
+ n0,
2198
+ _DCE,
2199
+ {
2200
+ [_ht]: ["POST", "/v1/deletecomputeenvironment", 200],
2201
+ },
2202
+ () => DeleteComputeEnvironmentRequest,
2203
+ () => DeleteComputeEnvironmentResponse,
2204
+ ];
2205
+ var DeleteConsumableResource = [
2206
+ 9,
2207
+ n0,
2208
+ _DCR,
2209
+ {
2210
+ [_ht]: ["POST", "/v1/deleteconsumableresource", 200],
2211
+ },
2212
+ () => DeleteConsumableResourceRequest,
2213
+ () => DeleteConsumableResourceResponse,
2214
+ ];
2215
+ var DeleteJobQueue = [
2216
+ 9,
2217
+ n0,
2218
+ _DJQ,
2219
+ {
2220
+ [_ht]: ["POST", "/v1/deletejobqueue", 200],
2221
+ },
2222
+ () => DeleteJobQueueRequest,
2223
+ () => DeleteJobQueueResponse,
2224
+ ];
2225
+ var DeleteSchedulingPolicy = [
2226
+ 9,
2227
+ n0,
2228
+ _DSP,
2229
+ {
2230
+ [_ht]: ["POST", "/v1/deleteschedulingpolicy", 200],
2231
+ },
2232
+ () => DeleteSchedulingPolicyRequest,
2233
+ () => DeleteSchedulingPolicyResponse,
2234
+ ];
2235
+ var DeleteServiceEnvironment = [
2236
+ 9,
2237
+ n0,
2238
+ _DSE,
2239
+ {
2240
+ [_ht]: ["POST", "/v1/deleteserviceenvironment", 200],
2241
+ },
2242
+ () => DeleteServiceEnvironmentRequest,
2243
+ () => DeleteServiceEnvironmentResponse,
2244
+ ];
2245
+ var DeregisterJobDefinition = [
2246
+ 9,
2247
+ n0,
2248
+ _DJD,
2249
+ {
2250
+ [_ht]: ["POST", "/v1/deregisterjobdefinition", 200],
2251
+ },
2252
+ () => DeregisterJobDefinitionRequest,
2253
+ () => DeregisterJobDefinitionResponse,
2254
+ ];
2255
+ var DescribeComputeEnvironments = [
2256
+ 9,
2257
+ n0,
2258
+ _DCEe,
2259
+ {
2260
+ [_ht]: ["POST", "/v1/describecomputeenvironments", 200],
2261
+ },
2262
+ () => DescribeComputeEnvironmentsRequest,
2263
+ () => DescribeComputeEnvironmentsResponse,
2264
+ ];
2265
+ var DescribeConsumableResource = [
2266
+ 9,
2267
+ n0,
2268
+ _DCRe,
2269
+ {
2270
+ [_ht]: ["POST", "/v1/describeconsumableresource", 200],
2271
+ },
2272
+ () => DescribeConsumableResourceRequest,
2273
+ () => DescribeConsumableResourceResponse,
2274
+ ];
2275
+ var DescribeJobDefinitions = [
2276
+ 9,
2277
+ n0,
2278
+ _DJDe,
2279
+ {
2280
+ [_ht]: ["POST", "/v1/describejobdefinitions", 200],
2281
+ },
2282
+ () => DescribeJobDefinitionsRequest,
2283
+ () => DescribeJobDefinitionsResponse,
2284
+ ];
2285
+ var DescribeJobQueues = [
2286
+ 9,
2287
+ n0,
2288
+ _DJQe,
2289
+ {
2290
+ [_ht]: ["POST", "/v1/describejobqueues", 200],
2291
+ },
2292
+ () => DescribeJobQueuesRequest,
2293
+ () => DescribeJobQueuesResponse,
2294
+ ];
2295
+ var DescribeJobs = [
2296
+ 9,
2297
+ n0,
2298
+ _DJ,
2299
+ {
2300
+ [_ht]: ["POST", "/v1/describejobs", 200],
2301
+ },
2302
+ () => DescribeJobsRequest,
2303
+ () => DescribeJobsResponse,
2304
+ ];
2305
+ var DescribeSchedulingPolicies = [
2306
+ 9,
2307
+ n0,
2308
+ _DSPe,
2309
+ {
2310
+ [_ht]: ["POST", "/v1/describeschedulingpolicies", 200],
2311
+ },
2312
+ () => DescribeSchedulingPoliciesRequest,
2313
+ () => DescribeSchedulingPoliciesResponse,
2314
+ ];
2315
+ var DescribeServiceEnvironments = [
2316
+ 9,
2317
+ n0,
2318
+ _DSEe,
2319
+ {
2320
+ [_ht]: ["POST", "/v1/describeserviceenvironments", 200],
2321
+ },
2322
+ () => DescribeServiceEnvironmentsRequest,
2323
+ () => DescribeServiceEnvironmentsResponse,
2324
+ ];
2325
+ var DescribeServiceJob = [
2326
+ 9,
2327
+ n0,
2328
+ _DSJ,
2329
+ {
2330
+ [_ht]: ["POST", "/v1/describeservicejob", 200],
2331
+ },
2332
+ () => DescribeServiceJobRequest,
2333
+ () => DescribeServiceJobResponse,
2334
+ ];
2335
+ var GetJobQueueSnapshot = [
2336
+ 9,
2337
+ n0,
2338
+ _GJQS,
2339
+ {
2340
+ [_ht]: ["POST", "/v1/getjobqueuesnapshot", 200],
2341
+ },
2342
+ () => GetJobQueueSnapshotRequest,
2343
+ () => GetJobQueueSnapshotResponse,
2344
+ ];
2345
+ var ListConsumableResources = [
2346
+ 9,
2347
+ n0,
2348
+ _LCR,
2349
+ {
2350
+ [_ht]: ["POST", "/v1/listconsumableresources", 200],
2351
+ },
2352
+ () => ListConsumableResourcesRequest,
2353
+ () => ListConsumableResourcesResponse,
2354
+ ];
2355
+ var ListJobs = [
2356
+ 9,
2357
+ n0,
2358
+ _LJ,
2359
+ {
2360
+ [_ht]: ["POST", "/v1/listjobs", 200],
2361
+ },
2362
+ () => ListJobsRequest,
2363
+ () => ListJobsResponse,
2364
+ ];
2365
+ var ListJobsByConsumableResource = [
2366
+ 9,
2367
+ n0,
2368
+ _LJBCR,
2369
+ {
2370
+ [_ht]: ["POST", "/v1/listjobsbyconsumableresource", 200],
2371
+ },
2372
+ () => ListJobsByConsumableResourceRequest,
2373
+ () => ListJobsByConsumableResourceResponse,
2374
+ ];
2375
+ var ListSchedulingPolicies = [
2376
+ 9,
2377
+ n0,
2378
+ _LSP,
2379
+ {
2380
+ [_ht]: ["POST", "/v1/listschedulingpolicies", 200],
2381
+ },
2382
+ () => ListSchedulingPoliciesRequest,
2383
+ () => ListSchedulingPoliciesResponse,
2384
+ ];
2385
+ var ListServiceJobs = [
2386
+ 9,
2387
+ n0,
2388
+ _LSJ,
2389
+ {
2390
+ [_ht]: ["POST", "/v1/listservicejobs", 200],
2391
+ },
2392
+ () => ListServiceJobsRequest,
2393
+ () => ListServiceJobsResponse,
2394
+ ];
2395
+ var ListTagsForResource = [
2396
+ 9,
2397
+ n0,
2398
+ _LTFR,
2399
+ {
2400
+ [_ht]: ["GET", "/v1/tags/{resourceArn}", 200],
2401
+ },
2402
+ () => ListTagsForResourceRequest,
2403
+ () => ListTagsForResourceResponse,
2404
+ ];
2405
+ var RegisterJobDefinition = [
2406
+ 9,
2407
+ n0,
2408
+ _RJD,
2409
+ {
2410
+ [_ht]: ["POST", "/v1/registerjobdefinition", 200],
2411
+ },
2412
+ () => RegisterJobDefinitionRequest,
2413
+ () => RegisterJobDefinitionResponse,
2414
+ ];
2415
+ var SubmitJob = [
2416
+ 9,
2417
+ n0,
2418
+ _SJ,
2419
+ {
2420
+ [_ht]: ["POST", "/v1/submitjob", 200],
2421
+ },
2422
+ () => SubmitJobRequest,
2423
+ () => SubmitJobResponse,
2424
+ ];
2425
+ var SubmitServiceJob = [
2426
+ 9,
2427
+ n0,
2428
+ _SSJ,
2429
+ {
2430
+ [_ht]: ["POST", "/v1/submitservicejob", 200],
2431
+ },
2432
+ () => SubmitServiceJobRequest,
2433
+ () => SubmitServiceJobResponse,
2434
+ ];
2435
+ var TagResource = [
2436
+ 9,
2437
+ n0,
2438
+ _TR,
2439
+ {
2440
+ [_ht]: ["POST", "/v1/tags/{resourceArn}", 200],
2441
+ },
2442
+ () => TagResourceRequest,
2443
+ () => TagResourceResponse,
2444
+ ];
2445
+ var TerminateJob = [
2446
+ 9,
2447
+ n0,
2448
+ _TJ,
2449
+ {
2450
+ [_ht]: ["POST", "/v1/terminatejob", 200],
2451
+ },
2452
+ () => TerminateJobRequest,
2453
+ () => TerminateJobResponse,
2454
+ ];
2455
+ var TerminateServiceJob = [
2456
+ 9,
2457
+ n0,
2458
+ _TSJ,
2459
+ {
2460
+ [_ht]: ["POST", "/v1/terminateservicejob", 200],
2461
+ },
2462
+ () => TerminateServiceJobRequest,
2463
+ () => TerminateServiceJobResponse,
2464
+ ];
2465
+ var UntagResource = [
2466
+ 9,
2467
+ n0,
2468
+ _UR,
2469
+ {
2470
+ [_ht]: ["DELETE", "/v1/tags/{resourceArn}", 200],
2471
+ },
2472
+ () => UntagResourceRequest,
2473
+ () => UntagResourceResponse,
2474
+ ];
2475
+ var UpdateComputeEnvironment = [
2476
+ 9,
2477
+ n0,
2478
+ _UCE,
2479
+ {
2480
+ [_ht]: ["POST", "/v1/updatecomputeenvironment", 200],
2481
+ },
2482
+ () => UpdateComputeEnvironmentRequest,
2483
+ () => UpdateComputeEnvironmentResponse,
2484
+ ];
2485
+ var UpdateConsumableResource = [
2486
+ 9,
2487
+ n0,
2488
+ _UCR,
2489
+ {
2490
+ [_ht]: ["POST", "/v1/updateconsumableresource", 200],
2491
+ },
2492
+ () => UpdateConsumableResourceRequest,
2493
+ () => UpdateConsumableResourceResponse,
2494
+ ];
2495
+ var UpdateJobQueue = [
2496
+ 9,
2497
+ n0,
2498
+ _UJQ,
2499
+ {
2500
+ [_ht]: ["POST", "/v1/updatejobqueue", 200],
2501
+ },
2502
+ () => UpdateJobQueueRequest,
2503
+ () => UpdateJobQueueResponse,
2504
+ ];
2505
+ var UpdateSchedulingPolicy = [
2506
+ 9,
2507
+ n0,
2508
+ _USP,
2509
+ {
2510
+ [_ht]: ["POST", "/v1/updateschedulingpolicy", 200],
2511
+ },
2512
+ () => UpdateSchedulingPolicyRequest,
2513
+ () => UpdateSchedulingPolicyResponse,
2514
+ ];
2515
+ var UpdateServiceEnvironment = [
2516
+ 9,
2517
+ n0,
2518
+ _USE,
2519
+ {
2520
+ [_ht]: ["POST", "/v1/updateserviceenvironment", 200],
2521
+ },
2522
+ () => UpdateServiceEnvironmentRequest,
2523
+ () => UpdateServiceEnvironmentResponse,
2524
+ ];
1683
2525
 
1684
2526
  class CancelJobCommand extends smithyClient.Command
1685
2527
  .classBuilder()
1686
2528
  .ep(commonParams)
1687
2529
  .m(function (Command, cs, config, o) {
1688
- return [
1689
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1690
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1691
- ];
2530
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1692
2531
  })
1693
2532
  .s("AWSBatchV20160810", "CancelJob", {})
1694
2533
  .n("BatchClient", "CancelJobCommand")
1695
- .f(void 0, void 0)
1696
- .ser(se_CancelJobCommand)
1697
- .de(de_CancelJobCommand)
2534
+ .sc(CancelJob)
1698
2535
  .build() {
1699
2536
  }
1700
2537
 
@@ -1702,16 +2539,11 @@ class CreateComputeEnvironmentCommand extends smithyClient.Command
1702
2539
  .classBuilder()
1703
2540
  .ep(commonParams)
1704
2541
  .m(function (Command, cs, config, o) {
1705
- return [
1706
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1707
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1708
- ];
2542
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1709
2543
  })
1710
2544
  .s("AWSBatchV20160810", "CreateComputeEnvironment", {})
1711
2545
  .n("BatchClient", "CreateComputeEnvironmentCommand")
1712
- .f(void 0, void 0)
1713
- .ser(se_CreateComputeEnvironmentCommand)
1714
- .de(de_CreateComputeEnvironmentCommand)
2546
+ .sc(CreateComputeEnvironment)
1715
2547
  .build() {
1716
2548
  }
1717
2549
 
@@ -1719,16 +2551,11 @@ class CreateConsumableResourceCommand extends smithyClient.Command
1719
2551
  .classBuilder()
1720
2552
  .ep(commonParams)
1721
2553
  .m(function (Command, cs, config, o) {
1722
- return [
1723
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1724
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1725
- ];
2554
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1726
2555
  })
1727
2556
  .s("AWSBatchV20160810", "CreateConsumableResource", {})
1728
2557
  .n("BatchClient", "CreateConsumableResourceCommand")
1729
- .f(void 0, void 0)
1730
- .ser(se_CreateConsumableResourceCommand)
1731
- .de(de_CreateConsumableResourceCommand)
2558
+ .sc(CreateConsumableResource)
1732
2559
  .build() {
1733
2560
  }
1734
2561
 
@@ -1736,16 +2563,11 @@ class CreateJobQueueCommand extends smithyClient.Command
1736
2563
  .classBuilder()
1737
2564
  .ep(commonParams)
1738
2565
  .m(function (Command, cs, config, o) {
1739
- return [
1740
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1741
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1742
- ];
2566
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1743
2567
  })
1744
2568
  .s("AWSBatchV20160810", "CreateJobQueue", {})
1745
2569
  .n("BatchClient", "CreateJobQueueCommand")
1746
- .f(void 0, void 0)
1747
- .ser(se_CreateJobQueueCommand)
1748
- .de(de_CreateJobQueueCommand)
2570
+ .sc(CreateJobQueue)
1749
2571
  .build() {
1750
2572
  }
1751
2573
 
@@ -1753,16 +2575,11 @@ class CreateSchedulingPolicyCommand extends smithyClient.Command
1753
2575
  .classBuilder()
1754
2576
  .ep(commonParams)
1755
2577
  .m(function (Command, cs, config, o) {
1756
- return [
1757
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1758
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1759
- ];
2578
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1760
2579
  })
1761
2580
  .s("AWSBatchV20160810", "CreateSchedulingPolicy", {})
1762
2581
  .n("BatchClient", "CreateSchedulingPolicyCommand")
1763
- .f(void 0, void 0)
1764
- .ser(se_CreateSchedulingPolicyCommand)
1765
- .de(de_CreateSchedulingPolicyCommand)
2582
+ .sc(CreateSchedulingPolicy)
1766
2583
  .build() {
1767
2584
  }
1768
2585
 
@@ -1770,16 +2587,11 @@ class CreateServiceEnvironmentCommand extends smithyClient.Command
1770
2587
  .classBuilder()
1771
2588
  .ep(commonParams)
1772
2589
  .m(function (Command, cs, config, o) {
1773
- return [
1774
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1775
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1776
- ];
2590
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1777
2591
  })
1778
2592
  .s("AWSBatchV20160810", "CreateServiceEnvironment", {})
1779
2593
  .n("BatchClient", "CreateServiceEnvironmentCommand")
1780
- .f(void 0, void 0)
1781
- .ser(se_CreateServiceEnvironmentCommand)
1782
- .de(de_CreateServiceEnvironmentCommand)
2594
+ .sc(CreateServiceEnvironment)
1783
2595
  .build() {
1784
2596
  }
1785
2597
 
@@ -1787,16 +2599,11 @@ class DeleteComputeEnvironmentCommand extends smithyClient.Command
1787
2599
  .classBuilder()
1788
2600
  .ep(commonParams)
1789
2601
  .m(function (Command, cs, config, o) {
1790
- return [
1791
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1792
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1793
- ];
2602
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1794
2603
  })
1795
2604
  .s("AWSBatchV20160810", "DeleteComputeEnvironment", {})
1796
2605
  .n("BatchClient", "DeleteComputeEnvironmentCommand")
1797
- .f(void 0, void 0)
1798
- .ser(se_DeleteComputeEnvironmentCommand)
1799
- .de(de_DeleteComputeEnvironmentCommand)
2606
+ .sc(DeleteComputeEnvironment)
1800
2607
  .build() {
1801
2608
  }
1802
2609
 
@@ -1804,16 +2611,11 @@ class DeleteConsumableResourceCommand extends smithyClient.Command
1804
2611
  .classBuilder()
1805
2612
  .ep(commonParams)
1806
2613
  .m(function (Command, cs, config, o) {
1807
- return [
1808
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1809
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1810
- ];
2614
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1811
2615
  })
1812
2616
  .s("AWSBatchV20160810", "DeleteConsumableResource", {})
1813
2617
  .n("BatchClient", "DeleteConsumableResourceCommand")
1814
- .f(void 0, void 0)
1815
- .ser(se_DeleteConsumableResourceCommand)
1816
- .de(de_DeleteConsumableResourceCommand)
2618
+ .sc(DeleteConsumableResource)
1817
2619
  .build() {
1818
2620
  }
1819
2621
 
@@ -1821,16 +2623,11 @@ class DeleteJobQueueCommand extends smithyClient.Command
1821
2623
  .classBuilder()
1822
2624
  .ep(commonParams)
1823
2625
  .m(function (Command, cs, config, o) {
1824
- return [
1825
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1826
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1827
- ];
2626
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1828
2627
  })
1829
2628
  .s("AWSBatchV20160810", "DeleteJobQueue", {})
1830
2629
  .n("BatchClient", "DeleteJobQueueCommand")
1831
- .f(void 0, void 0)
1832
- .ser(se_DeleteJobQueueCommand)
1833
- .de(de_DeleteJobQueueCommand)
2630
+ .sc(DeleteJobQueue)
1834
2631
  .build() {
1835
2632
  }
1836
2633
 
@@ -1838,16 +2635,11 @@ class DeleteSchedulingPolicyCommand extends smithyClient.Command
1838
2635
  .classBuilder()
1839
2636
  .ep(commonParams)
1840
2637
  .m(function (Command, cs, config, o) {
1841
- return [
1842
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1843
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1844
- ];
2638
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1845
2639
  })
1846
2640
  .s("AWSBatchV20160810", "DeleteSchedulingPolicy", {})
1847
2641
  .n("BatchClient", "DeleteSchedulingPolicyCommand")
1848
- .f(void 0, void 0)
1849
- .ser(se_DeleteSchedulingPolicyCommand)
1850
- .de(de_DeleteSchedulingPolicyCommand)
2642
+ .sc(DeleteSchedulingPolicy)
1851
2643
  .build() {
1852
2644
  }
1853
2645
 
@@ -1855,16 +2647,11 @@ class DeleteServiceEnvironmentCommand extends smithyClient.Command
1855
2647
  .classBuilder()
1856
2648
  .ep(commonParams)
1857
2649
  .m(function (Command, cs, config, o) {
1858
- return [
1859
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1860
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1861
- ];
2650
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1862
2651
  })
1863
2652
  .s("AWSBatchV20160810", "DeleteServiceEnvironment", {})
1864
2653
  .n("BatchClient", "DeleteServiceEnvironmentCommand")
1865
- .f(void 0, void 0)
1866
- .ser(se_DeleteServiceEnvironmentCommand)
1867
- .de(de_DeleteServiceEnvironmentCommand)
2654
+ .sc(DeleteServiceEnvironment)
1868
2655
  .build() {
1869
2656
  }
1870
2657
 
@@ -1872,16 +2659,11 @@ class DeregisterJobDefinitionCommand extends smithyClient.Command
1872
2659
  .classBuilder()
1873
2660
  .ep(commonParams)
1874
2661
  .m(function (Command, cs, config, o) {
1875
- return [
1876
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1877
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1878
- ];
2662
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1879
2663
  })
1880
2664
  .s("AWSBatchV20160810", "DeregisterJobDefinition", {})
1881
2665
  .n("BatchClient", "DeregisterJobDefinitionCommand")
1882
- .f(void 0, void 0)
1883
- .ser(se_DeregisterJobDefinitionCommand)
1884
- .de(de_DeregisterJobDefinitionCommand)
2666
+ .sc(DeregisterJobDefinition)
1885
2667
  .build() {
1886
2668
  }
1887
2669
 
@@ -1889,16 +2671,11 @@ class DescribeComputeEnvironmentsCommand extends smithyClient.Command
1889
2671
  .classBuilder()
1890
2672
  .ep(commonParams)
1891
2673
  .m(function (Command, cs, config, o) {
1892
- return [
1893
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1894
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1895
- ];
2674
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1896
2675
  })
1897
2676
  .s("AWSBatchV20160810", "DescribeComputeEnvironments", {})
1898
2677
  .n("BatchClient", "DescribeComputeEnvironmentsCommand")
1899
- .f(void 0, void 0)
1900
- .ser(se_DescribeComputeEnvironmentsCommand)
1901
- .de(de_DescribeComputeEnvironmentsCommand)
2678
+ .sc(DescribeComputeEnvironments)
1902
2679
  .build() {
1903
2680
  }
1904
2681
 
@@ -1906,16 +2683,11 @@ class DescribeConsumableResourceCommand extends smithyClient.Command
1906
2683
  .classBuilder()
1907
2684
  .ep(commonParams)
1908
2685
  .m(function (Command, cs, config, o) {
1909
- return [
1910
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1911
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1912
- ];
2686
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1913
2687
  })
1914
2688
  .s("AWSBatchV20160810", "DescribeConsumableResource", {})
1915
2689
  .n("BatchClient", "DescribeConsumableResourceCommand")
1916
- .f(void 0, void 0)
1917
- .ser(se_DescribeConsumableResourceCommand)
1918
- .de(de_DescribeConsumableResourceCommand)
2690
+ .sc(DescribeConsumableResource)
1919
2691
  .build() {
1920
2692
  }
1921
2693
 
@@ -1923,16 +2695,11 @@ class DescribeJobDefinitionsCommand extends smithyClient.Command
1923
2695
  .classBuilder()
1924
2696
  .ep(commonParams)
1925
2697
  .m(function (Command, cs, config, o) {
1926
- return [
1927
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1928
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1929
- ];
2698
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1930
2699
  })
1931
2700
  .s("AWSBatchV20160810", "DescribeJobDefinitions", {})
1932
2701
  .n("BatchClient", "DescribeJobDefinitionsCommand")
1933
- .f(void 0, void 0)
1934
- .ser(se_DescribeJobDefinitionsCommand)
1935
- .de(de_DescribeJobDefinitionsCommand)
2702
+ .sc(DescribeJobDefinitions)
1936
2703
  .build() {
1937
2704
  }
1938
2705
 
@@ -1940,16 +2707,11 @@ class DescribeJobQueuesCommand extends smithyClient.Command
1940
2707
  .classBuilder()
1941
2708
  .ep(commonParams)
1942
2709
  .m(function (Command, cs, config, o) {
1943
- return [
1944
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1945
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1946
- ];
2710
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1947
2711
  })
1948
2712
  .s("AWSBatchV20160810", "DescribeJobQueues", {})
1949
2713
  .n("BatchClient", "DescribeJobQueuesCommand")
1950
- .f(void 0, void 0)
1951
- .ser(se_DescribeJobQueuesCommand)
1952
- .de(de_DescribeJobQueuesCommand)
2714
+ .sc(DescribeJobQueues)
1953
2715
  .build() {
1954
2716
  }
1955
2717
 
@@ -1957,16 +2719,11 @@ class DescribeJobsCommand extends smithyClient.Command
1957
2719
  .classBuilder()
1958
2720
  .ep(commonParams)
1959
2721
  .m(function (Command, cs, config, o) {
1960
- return [
1961
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1962
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1963
- ];
2722
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1964
2723
  })
1965
2724
  .s("AWSBatchV20160810", "DescribeJobs", {})
1966
2725
  .n("BatchClient", "DescribeJobsCommand")
1967
- .f(void 0, void 0)
1968
- .ser(se_DescribeJobsCommand)
1969
- .de(de_DescribeJobsCommand)
2726
+ .sc(DescribeJobs)
1970
2727
  .build() {
1971
2728
  }
1972
2729
 
@@ -1974,16 +2731,11 @@ class DescribeSchedulingPoliciesCommand extends smithyClient.Command
1974
2731
  .classBuilder()
1975
2732
  .ep(commonParams)
1976
2733
  .m(function (Command, cs, config, o) {
1977
- return [
1978
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1979
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1980
- ];
2734
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1981
2735
  })
1982
2736
  .s("AWSBatchV20160810", "DescribeSchedulingPolicies", {})
1983
2737
  .n("BatchClient", "DescribeSchedulingPoliciesCommand")
1984
- .f(void 0, void 0)
1985
- .ser(se_DescribeSchedulingPoliciesCommand)
1986
- .de(de_DescribeSchedulingPoliciesCommand)
2738
+ .sc(DescribeSchedulingPolicies)
1987
2739
  .build() {
1988
2740
  }
1989
2741
 
@@ -1991,16 +2743,11 @@ class DescribeServiceEnvironmentsCommand extends smithyClient.Command
1991
2743
  .classBuilder()
1992
2744
  .ep(commonParams)
1993
2745
  .m(function (Command, cs, config, o) {
1994
- return [
1995
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1996
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1997
- ];
2746
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1998
2747
  })
1999
2748
  .s("AWSBatchV20160810", "DescribeServiceEnvironments", {})
2000
2749
  .n("BatchClient", "DescribeServiceEnvironmentsCommand")
2001
- .f(void 0, void 0)
2002
- .ser(se_DescribeServiceEnvironmentsCommand)
2003
- .de(de_DescribeServiceEnvironmentsCommand)
2750
+ .sc(DescribeServiceEnvironments)
2004
2751
  .build() {
2005
2752
  }
2006
2753
 
@@ -2008,16 +2755,11 @@ class DescribeServiceJobCommand extends smithyClient.Command
2008
2755
  .classBuilder()
2009
2756
  .ep(commonParams)
2010
2757
  .m(function (Command, cs, config, o) {
2011
- return [
2012
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2013
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2014
- ];
2758
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2015
2759
  })
2016
2760
  .s("AWSBatchV20160810", "DescribeServiceJob", {})
2017
2761
  .n("BatchClient", "DescribeServiceJobCommand")
2018
- .f(void 0, void 0)
2019
- .ser(se_DescribeServiceJobCommand)
2020
- .de(de_DescribeServiceJobCommand)
2762
+ .sc(DescribeServiceJob)
2021
2763
  .build() {
2022
2764
  }
2023
2765
 
@@ -2025,16 +2767,11 @@ class GetJobQueueSnapshotCommand extends smithyClient.Command
2025
2767
  .classBuilder()
2026
2768
  .ep(commonParams)
2027
2769
  .m(function (Command, cs, config, o) {
2028
- return [
2029
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2030
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2031
- ];
2770
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2032
2771
  })
2033
2772
  .s("AWSBatchV20160810", "GetJobQueueSnapshot", {})
2034
2773
  .n("BatchClient", "GetJobQueueSnapshotCommand")
2035
- .f(void 0, void 0)
2036
- .ser(se_GetJobQueueSnapshotCommand)
2037
- .de(de_GetJobQueueSnapshotCommand)
2774
+ .sc(GetJobQueueSnapshot)
2038
2775
  .build() {
2039
2776
  }
2040
2777
 
@@ -2042,16 +2779,11 @@ class ListConsumableResourcesCommand extends smithyClient.Command
2042
2779
  .classBuilder()
2043
2780
  .ep(commonParams)
2044
2781
  .m(function (Command, cs, config, o) {
2045
- return [
2046
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2047
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2048
- ];
2782
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2049
2783
  })
2050
2784
  .s("AWSBatchV20160810", "ListConsumableResources", {})
2051
2785
  .n("BatchClient", "ListConsumableResourcesCommand")
2052
- .f(void 0, void 0)
2053
- .ser(se_ListConsumableResourcesCommand)
2054
- .de(de_ListConsumableResourcesCommand)
2786
+ .sc(ListConsumableResources)
2055
2787
  .build() {
2056
2788
  }
2057
2789
 
@@ -2059,16 +2791,11 @@ class ListJobsByConsumableResourceCommand extends smithyClient.Command
2059
2791
  .classBuilder()
2060
2792
  .ep(commonParams)
2061
2793
  .m(function (Command, cs, config, o) {
2062
- return [
2063
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2064
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2065
- ];
2794
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2066
2795
  })
2067
2796
  .s("AWSBatchV20160810", "ListJobsByConsumableResource", {})
2068
2797
  .n("BatchClient", "ListJobsByConsumableResourceCommand")
2069
- .f(void 0, void 0)
2070
- .ser(se_ListJobsByConsumableResourceCommand)
2071
- .de(de_ListJobsByConsumableResourceCommand)
2798
+ .sc(ListJobsByConsumableResource)
2072
2799
  .build() {
2073
2800
  }
2074
2801
 
@@ -2076,16 +2803,11 @@ class ListJobsCommand extends smithyClient.Command
2076
2803
  .classBuilder()
2077
2804
  .ep(commonParams)
2078
2805
  .m(function (Command, cs, config, o) {
2079
- return [
2080
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2081
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2082
- ];
2806
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2083
2807
  })
2084
2808
  .s("AWSBatchV20160810", "ListJobs", {})
2085
2809
  .n("BatchClient", "ListJobsCommand")
2086
- .f(void 0, void 0)
2087
- .ser(se_ListJobsCommand)
2088
- .de(de_ListJobsCommand)
2810
+ .sc(ListJobs)
2089
2811
  .build() {
2090
2812
  }
2091
2813
 
@@ -2093,16 +2815,11 @@ class ListSchedulingPoliciesCommand extends smithyClient.Command
2093
2815
  .classBuilder()
2094
2816
  .ep(commonParams)
2095
2817
  .m(function (Command, cs, config, o) {
2096
- return [
2097
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2098
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2099
- ];
2818
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2100
2819
  })
2101
2820
  .s("AWSBatchV20160810", "ListSchedulingPolicies", {})
2102
2821
  .n("BatchClient", "ListSchedulingPoliciesCommand")
2103
- .f(void 0, void 0)
2104
- .ser(se_ListSchedulingPoliciesCommand)
2105
- .de(de_ListSchedulingPoliciesCommand)
2822
+ .sc(ListSchedulingPolicies)
2106
2823
  .build() {
2107
2824
  }
2108
2825
 
@@ -2110,16 +2827,11 @@ class ListServiceJobsCommand extends smithyClient.Command
2110
2827
  .classBuilder()
2111
2828
  .ep(commonParams)
2112
2829
  .m(function (Command, cs, config, o) {
2113
- return [
2114
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2115
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2116
- ];
2830
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2117
2831
  })
2118
2832
  .s("AWSBatchV20160810", "ListServiceJobs", {})
2119
2833
  .n("BatchClient", "ListServiceJobsCommand")
2120
- .f(void 0, void 0)
2121
- .ser(se_ListServiceJobsCommand)
2122
- .de(de_ListServiceJobsCommand)
2834
+ .sc(ListServiceJobs)
2123
2835
  .build() {
2124
2836
  }
2125
2837
 
@@ -2127,16 +2839,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
2127
2839
  .classBuilder()
2128
2840
  .ep(commonParams)
2129
2841
  .m(function (Command, cs, config, o) {
2130
- return [
2131
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2132
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2133
- ];
2842
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2134
2843
  })
2135
2844
  .s("AWSBatchV20160810", "ListTagsForResource", {})
2136
2845
  .n("BatchClient", "ListTagsForResourceCommand")
2137
- .f(void 0, void 0)
2138
- .ser(se_ListTagsForResourceCommand)
2139
- .de(de_ListTagsForResourceCommand)
2846
+ .sc(ListTagsForResource)
2140
2847
  .build() {
2141
2848
  }
2142
2849
 
@@ -2144,16 +2851,11 @@ class RegisterJobDefinitionCommand extends smithyClient.Command
2144
2851
  .classBuilder()
2145
2852
  .ep(commonParams)
2146
2853
  .m(function (Command, cs, config, o) {
2147
- return [
2148
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2149
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2150
- ];
2854
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2151
2855
  })
2152
2856
  .s("AWSBatchV20160810", "RegisterJobDefinition", {})
2153
2857
  .n("BatchClient", "RegisterJobDefinitionCommand")
2154
- .f(void 0, void 0)
2155
- .ser(se_RegisterJobDefinitionCommand)
2156
- .de(de_RegisterJobDefinitionCommand)
2858
+ .sc(RegisterJobDefinition)
2157
2859
  .build() {
2158
2860
  }
2159
2861
 
@@ -2161,16 +2863,11 @@ class SubmitJobCommand extends smithyClient.Command
2161
2863
  .classBuilder()
2162
2864
  .ep(commonParams)
2163
2865
  .m(function (Command, cs, config, o) {
2164
- return [
2165
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2166
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2167
- ];
2866
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2168
2867
  })
2169
2868
  .s("AWSBatchV20160810", "SubmitJob", {})
2170
2869
  .n("BatchClient", "SubmitJobCommand")
2171
- .f(void 0, void 0)
2172
- .ser(se_SubmitJobCommand)
2173
- .de(de_SubmitJobCommand)
2870
+ .sc(SubmitJob)
2174
2871
  .build() {
2175
2872
  }
2176
2873
 
@@ -2178,16 +2875,11 @@ class SubmitServiceJobCommand extends smithyClient.Command
2178
2875
  .classBuilder()
2179
2876
  .ep(commonParams)
2180
2877
  .m(function (Command, cs, config, o) {
2181
- return [
2182
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2183
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2184
- ];
2878
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2185
2879
  })
2186
2880
  .s("AWSBatchV20160810", "SubmitServiceJob", {})
2187
2881
  .n("BatchClient", "SubmitServiceJobCommand")
2188
- .f(void 0, void 0)
2189
- .ser(se_SubmitServiceJobCommand)
2190
- .de(de_SubmitServiceJobCommand)
2882
+ .sc(SubmitServiceJob)
2191
2883
  .build() {
2192
2884
  }
2193
2885
 
@@ -2195,16 +2887,11 @@ class TagResourceCommand extends smithyClient.Command
2195
2887
  .classBuilder()
2196
2888
  .ep(commonParams)
2197
2889
  .m(function (Command, cs, config, o) {
2198
- return [
2199
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2200
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2201
- ];
2890
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2202
2891
  })
2203
2892
  .s("AWSBatchV20160810", "TagResource", {})
2204
2893
  .n("BatchClient", "TagResourceCommand")
2205
- .f(void 0, void 0)
2206
- .ser(se_TagResourceCommand)
2207
- .de(de_TagResourceCommand)
2894
+ .sc(TagResource)
2208
2895
  .build() {
2209
2896
  }
2210
2897
 
@@ -2212,16 +2899,11 @@ class TerminateJobCommand extends smithyClient.Command
2212
2899
  .classBuilder()
2213
2900
  .ep(commonParams)
2214
2901
  .m(function (Command, cs, config, o) {
2215
- return [
2216
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2217
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2218
- ];
2902
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2219
2903
  })
2220
2904
  .s("AWSBatchV20160810", "TerminateJob", {})
2221
2905
  .n("BatchClient", "TerminateJobCommand")
2222
- .f(void 0, void 0)
2223
- .ser(se_TerminateJobCommand)
2224
- .de(de_TerminateJobCommand)
2906
+ .sc(TerminateJob)
2225
2907
  .build() {
2226
2908
  }
2227
2909
 
@@ -2229,16 +2911,11 @@ class TerminateServiceJobCommand extends smithyClient.Command
2229
2911
  .classBuilder()
2230
2912
  .ep(commonParams)
2231
2913
  .m(function (Command, cs, config, o) {
2232
- return [
2233
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2234
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2235
- ];
2914
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2236
2915
  })
2237
2916
  .s("AWSBatchV20160810", "TerminateServiceJob", {})
2238
2917
  .n("BatchClient", "TerminateServiceJobCommand")
2239
- .f(void 0, void 0)
2240
- .ser(se_TerminateServiceJobCommand)
2241
- .de(de_TerminateServiceJobCommand)
2918
+ .sc(TerminateServiceJob)
2242
2919
  .build() {
2243
2920
  }
2244
2921
 
@@ -2246,16 +2923,11 @@ class UntagResourceCommand extends smithyClient.Command
2246
2923
  .classBuilder()
2247
2924
  .ep(commonParams)
2248
2925
  .m(function (Command, cs, config, o) {
2249
- return [
2250
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2251
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2252
- ];
2926
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2253
2927
  })
2254
2928
  .s("AWSBatchV20160810", "UntagResource", {})
2255
2929
  .n("BatchClient", "UntagResourceCommand")
2256
- .f(void 0, void 0)
2257
- .ser(se_UntagResourceCommand)
2258
- .de(de_UntagResourceCommand)
2930
+ .sc(UntagResource)
2259
2931
  .build() {
2260
2932
  }
2261
2933
 
@@ -2263,16 +2935,11 @@ class UpdateComputeEnvironmentCommand extends smithyClient.Command
2263
2935
  .classBuilder()
2264
2936
  .ep(commonParams)
2265
2937
  .m(function (Command, cs, config, o) {
2266
- return [
2267
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2268
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2269
- ];
2938
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2270
2939
  })
2271
2940
  .s("AWSBatchV20160810", "UpdateComputeEnvironment", {})
2272
2941
  .n("BatchClient", "UpdateComputeEnvironmentCommand")
2273
- .f(void 0, void 0)
2274
- .ser(se_UpdateComputeEnvironmentCommand)
2275
- .de(de_UpdateComputeEnvironmentCommand)
2942
+ .sc(UpdateComputeEnvironment)
2276
2943
  .build() {
2277
2944
  }
2278
2945
 
@@ -2280,16 +2947,11 @@ class UpdateConsumableResourceCommand extends smithyClient.Command
2280
2947
  .classBuilder()
2281
2948
  .ep(commonParams)
2282
2949
  .m(function (Command, cs, config, o) {
2283
- return [
2284
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2285
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2286
- ];
2950
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2287
2951
  })
2288
2952
  .s("AWSBatchV20160810", "UpdateConsumableResource", {})
2289
2953
  .n("BatchClient", "UpdateConsumableResourceCommand")
2290
- .f(void 0, void 0)
2291
- .ser(se_UpdateConsumableResourceCommand)
2292
- .de(de_UpdateConsumableResourceCommand)
2954
+ .sc(UpdateConsumableResource)
2293
2955
  .build() {
2294
2956
  }
2295
2957
 
@@ -2297,16 +2959,11 @@ class UpdateJobQueueCommand extends smithyClient.Command
2297
2959
  .classBuilder()
2298
2960
  .ep(commonParams)
2299
2961
  .m(function (Command, cs, config, o) {
2300
- return [
2301
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2302
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2303
- ];
2962
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2304
2963
  })
2305
2964
  .s("AWSBatchV20160810", "UpdateJobQueue", {})
2306
2965
  .n("BatchClient", "UpdateJobQueueCommand")
2307
- .f(void 0, void 0)
2308
- .ser(se_UpdateJobQueueCommand)
2309
- .de(de_UpdateJobQueueCommand)
2966
+ .sc(UpdateJobQueue)
2310
2967
  .build() {
2311
2968
  }
2312
2969
 
@@ -2314,16 +2971,11 @@ class UpdateSchedulingPolicyCommand extends smithyClient.Command
2314
2971
  .classBuilder()
2315
2972
  .ep(commonParams)
2316
2973
  .m(function (Command, cs, config, o) {
2317
- return [
2318
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2319
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2320
- ];
2974
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2321
2975
  })
2322
2976
  .s("AWSBatchV20160810", "UpdateSchedulingPolicy", {})
2323
2977
  .n("BatchClient", "UpdateSchedulingPolicyCommand")
2324
- .f(void 0, void 0)
2325
- .ser(se_UpdateSchedulingPolicyCommand)
2326
- .de(de_UpdateSchedulingPolicyCommand)
2978
+ .sc(UpdateSchedulingPolicy)
2327
2979
  .build() {
2328
2980
  }
2329
2981
 
@@ -2331,16 +2983,11 @@ class UpdateServiceEnvironmentCommand extends smithyClient.Command
2331
2983
  .classBuilder()
2332
2984
  .ep(commonParams)
2333
2985
  .m(function (Command, cs, config, o) {
2334
- return [
2335
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2336
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2337
- ];
2986
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2338
2987
  })
2339
2988
  .s("AWSBatchV20160810", "UpdateServiceEnvironment", {})
2340
2989
  .n("BatchClient", "UpdateServiceEnvironmentCommand")
2341
- .f(void 0, void 0)
2342
- .ser(se_UpdateServiceEnvironmentCommand)
2343
- .de(de_UpdateServiceEnvironmentCommand)
2990
+ .sc(UpdateServiceEnvironment)
2344
2991
  .build() {
2345
2992
  }
2346
2993
 
@@ -2419,7 +3066,7 @@ exports.ArrayJobDependency = ArrayJobDependency;
2419
3066
  exports.AssignPublicIp = AssignPublicIp;
2420
3067
  exports.Batch = Batch;
2421
3068
  exports.BatchClient = BatchClient;
2422
- exports.BatchServiceException = BatchServiceException;
3069
+ exports.BatchServiceException = BatchServiceException$1;
2423
3070
  exports.CEState = CEState;
2424
3071
  exports.CEStatus = CEStatus;
2425
3072
  exports.CEType = CEType;
@@ -2427,7 +3074,7 @@ exports.CRAllocationStrategy = CRAllocationStrategy;
2427
3074
  exports.CRType = CRType;
2428
3075
  exports.CRUpdateAllocationStrategy = CRUpdateAllocationStrategy;
2429
3076
  exports.CancelJobCommand = CancelJobCommand;
2430
- exports.ClientException = ClientException;
3077
+ exports.ClientException = ClientException$1;
2431
3078
  exports.CreateComputeEnvironmentCommand = CreateComputeEnvironmentCommand;
2432
3079
  exports.CreateConsumableResourceCommand = CreateConsumableResourceCommand;
2433
3080
  exports.CreateJobQueueCommand = CreateJobQueueCommand;
@@ -2471,7 +3118,7 @@ exports.PlatformCapability = PlatformCapability;
2471
3118
  exports.RegisterJobDefinitionCommand = RegisterJobDefinitionCommand;
2472
3119
  exports.ResourceType = ResourceType;
2473
3120
  exports.RetryAction = RetryAction;
2474
- exports.ServerException = ServerException;
3121
+ exports.ServerException = ServerException$1;
2475
3122
  exports.ServiceEnvironmentState = ServiceEnvironmentState;
2476
3123
  exports.ServiceEnvironmentStatus = ServiceEnvironmentStatus;
2477
3124
  exports.ServiceEnvironmentType = ServiceEnvironmentType;