aws-sdk 2.1024.0 → 2.1025.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -1
- package/README.md +1 -1
- package/apis/batch-2016-08-10.examples.json +30 -6
- package/apis/batch-2016-08-10.min.json +267 -72
- package/apis/batch-2016-08-10.paginators.json +6 -0
- package/apis/greengrassv2-2020-11-30.min.json +2 -1
- package/clients/batch.d.ts +239 -23
- package/clients/greengrassv2.d.ts +8 -4
- package/clients/health.d.ts +49 -49
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +4 -4
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -46,8 +46,11 @@
|
|
|
46
46
|
"computeEnvironmentName": {},
|
|
47
47
|
"type": {},
|
|
48
48
|
"state": {},
|
|
49
|
+
"unmanagedvCpus": {
|
|
50
|
+
"type": "integer"
|
|
51
|
+
},
|
|
49
52
|
"computeResources": {
|
|
50
|
-
"shape": "
|
|
53
|
+
"shape": "S8"
|
|
51
54
|
},
|
|
52
55
|
"serviceRole": {},
|
|
53
56
|
"tags": {
|
|
@@ -77,6 +80,7 @@
|
|
|
77
80
|
"members": {
|
|
78
81
|
"jobQueueName": {},
|
|
79
82
|
"state": {},
|
|
83
|
+
"schedulingPolicyArn": {},
|
|
80
84
|
"priority": {
|
|
81
85
|
"type": "integer"
|
|
82
86
|
},
|
|
@@ -100,6 +104,37 @@
|
|
|
100
104
|
}
|
|
101
105
|
}
|
|
102
106
|
},
|
|
107
|
+
"CreateSchedulingPolicy": {
|
|
108
|
+
"http": {
|
|
109
|
+
"requestUri": "/v1/createschedulingpolicy"
|
|
110
|
+
},
|
|
111
|
+
"input": {
|
|
112
|
+
"type": "structure",
|
|
113
|
+
"required": [
|
|
114
|
+
"name"
|
|
115
|
+
],
|
|
116
|
+
"members": {
|
|
117
|
+
"name": {},
|
|
118
|
+
"fairsharePolicy": {
|
|
119
|
+
"shape": "Ss"
|
|
120
|
+
},
|
|
121
|
+
"tags": {
|
|
122
|
+
"shape": "Si"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"output": {
|
|
127
|
+
"type": "structure",
|
|
128
|
+
"required": [
|
|
129
|
+
"name",
|
|
130
|
+
"arn"
|
|
131
|
+
],
|
|
132
|
+
"members": {
|
|
133
|
+
"name": {},
|
|
134
|
+
"arn": {}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
103
138
|
"DeleteComputeEnvironment": {
|
|
104
139
|
"http": {
|
|
105
140
|
"requestUri": "/v1/deletecomputeenvironment"
|
|
@@ -136,6 +171,24 @@
|
|
|
136
171
|
"members": {}
|
|
137
172
|
}
|
|
138
173
|
},
|
|
174
|
+
"DeleteSchedulingPolicy": {
|
|
175
|
+
"http": {
|
|
176
|
+
"requestUri": "/v1/deleteschedulingpolicy"
|
|
177
|
+
},
|
|
178
|
+
"input": {
|
|
179
|
+
"type": "structure",
|
|
180
|
+
"required": [
|
|
181
|
+
"arn"
|
|
182
|
+
],
|
|
183
|
+
"members": {
|
|
184
|
+
"arn": {}
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"output": {
|
|
188
|
+
"type": "structure",
|
|
189
|
+
"members": {}
|
|
190
|
+
}
|
|
191
|
+
},
|
|
139
192
|
"DeregisterJobDefinition": {
|
|
140
193
|
"http": {
|
|
141
194
|
"requestUri": "/v1/deregisterjobdefinition"
|
|
@@ -185,6 +238,9 @@
|
|
|
185
238
|
"members": {
|
|
186
239
|
"computeEnvironmentName": {},
|
|
187
240
|
"computeEnvironmentArn": {},
|
|
241
|
+
"unmanagedvCpus": {
|
|
242
|
+
"type": "integer"
|
|
243
|
+
},
|
|
188
244
|
"ecsClusterArn": {},
|
|
189
245
|
"tags": {
|
|
190
246
|
"shape": "Si"
|
|
@@ -194,7 +250,7 @@
|
|
|
194
250
|
"status": {},
|
|
195
251
|
"statusReason": {},
|
|
196
252
|
"computeResources": {
|
|
197
|
-
"shape": "
|
|
253
|
+
"shape": "S8"
|
|
198
254
|
},
|
|
199
255
|
"serviceRole": {}
|
|
200
256
|
}
|
|
@@ -243,20 +299,23 @@
|
|
|
243
299
|
},
|
|
244
300
|
"status": {},
|
|
245
301
|
"type": {},
|
|
302
|
+
"schedulingPriority": {
|
|
303
|
+
"type": "integer"
|
|
304
|
+
},
|
|
246
305
|
"parameters": {
|
|
247
|
-
"shape": "
|
|
306
|
+
"shape": "S1e"
|
|
248
307
|
},
|
|
249
308
|
"retryStrategy": {
|
|
250
|
-
"shape": "
|
|
309
|
+
"shape": "S1f"
|
|
251
310
|
},
|
|
252
311
|
"containerProperties": {
|
|
253
|
-
"shape": "
|
|
312
|
+
"shape": "S1j"
|
|
254
313
|
},
|
|
255
314
|
"timeout": {
|
|
256
|
-
"shape": "
|
|
315
|
+
"shape": "S2g"
|
|
257
316
|
},
|
|
258
317
|
"nodeProperties": {
|
|
259
|
-
"shape": "
|
|
318
|
+
"shape": "S2h"
|
|
260
319
|
},
|
|
261
320
|
"tags": {
|
|
262
321
|
"shape": "Si"
|
|
@@ -265,7 +324,7 @@
|
|
|
265
324
|
"type": "boolean"
|
|
266
325
|
},
|
|
267
326
|
"platformCapabilities": {
|
|
268
|
-
"shape": "
|
|
327
|
+
"shape": "S2k"
|
|
269
328
|
}
|
|
270
329
|
}
|
|
271
330
|
}
|
|
@@ -308,6 +367,7 @@
|
|
|
308
367
|
"jobQueueName": {},
|
|
309
368
|
"jobQueueArn": {},
|
|
310
369
|
"state": {},
|
|
370
|
+
"schedulingPolicyArn": {},
|
|
311
371
|
"status": {},
|
|
312
372
|
"statusReason": {},
|
|
313
373
|
"priority": {
|
|
@@ -362,6 +422,10 @@
|
|
|
362
422
|
"jobId": {},
|
|
363
423
|
"jobQueue": {},
|
|
364
424
|
"status": {},
|
|
425
|
+
"shareIdentifier": {},
|
|
426
|
+
"schedulingPriority": {
|
|
427
|
+
"type": "integer"
|
|
428
|
+
},
|
|
365
429
|
"attempts": {
|
|
366
430
|
"type": "list",
|
|
367
431
|
"member": {
|
|
@@ -378,7 +442,7 @@
|
|
|
378
442
|
"reason": {},
|
|
379
443
|
"logStreamName": {},
|
|
380
444
|
"networkInterfaces": {
|
|
381
|
-
"shape": "
|
|
445
|
+
"shape": "S2z"
|
|
382
446
|
}
|
|
383
447
|
}
|
|
384
448
|
},
|
|
@@ -397,7 +461,7 @@
|
|
|
397
461
|
"type": "long"
|
|
398
462
|
},
|
|
399
463
|
"retryStrategy": {
|
|
400
|
-
"shape": "
|
|
464
|
+
"shape": "S1f"
|
|
401
465
|
},
|
|
402
466
|
"startedAt": {
|
|
403
467
|
"type": "long"
|
|
@@ -406,11 +470,11 @@
|
|
|
406
470
|
"type": "long"
|
|
407
471
|
},
|
|
408
472
|
"dependsOn": {
|
|
409
|
-
"shape": "
|
|
473
|
+
"shape": "S32"
|
|
410
474
|
},
|
|
411
475
|
"jobDefinition": {},
|
|
412
476
|
"parameters": {
|
|
413
|
-
"shape": "
|
|
477
|
+
"shape": "S1e"
|
|
414
478
|
},
|
|
415
479
|
"container": {
|
|
416
480
|
"type": "structure",
|
|
@@ -428,19 +492,19 @@
|
|
|
428
492
|
"jobRoleArn": {},
|
|
429
493
|
"executionRoleArn": {},
|
|
430
494
|
"volumes": {
|
|
431
|
-
"shape": "
|
|
495
|
+
"shape": "S1k"
|
|
432
496
|
},
|
|
433
497
|
"environment": {
|
|
434
|
-
"shape": "
|
|
498
|
+
"shape": "S1r"
|
|
435
499
|
},
|
|
436
500
|
"mountPoints": {
|
|
437
|
-
"shape": "
|
|
501
|
+
"shape": "S1t"
|
|
438
502
|
},
|
|
439
503
|
"readonlyRootFilesystem": {
|
|
440
504
|
"type": "boolean"
|
|
441
505
|
},
|
|
442
506
|
"ulimits": {
|
|
443
|
-
"shape": "
|
|
507
|
+
"shape": "S1w"
|
|
444
508
|
},
|
|
445
509
|
"privileged": {
|
|
446
510
|
"type": "boolean"
|
|
@@ -455,25 +519,25 @@
|
|
|
455
519
|
"logStreamName": {},
|
|
456
520
|
"instanceType": {},
|
|
457
521
|
"networkInterfaces": {
|
|
458
|
-
"shape": "
|
|
522
|
+
"shape": "S2z"
|
|
459
523
|
},
|
|
460
524
|
"resourceRequirements": {
|
|
461
|
-
"shape": "
|
|
525
|
+
"shape": "S1y"
|
|
462
526
|
},
|
|
463
527
|
"linuxParameters": {
|
|
464
|
-
"shape": "
|
|
528
|
+
"shape": "S21"
|
|
465
529
|
},
|
|
466
530
|
"logConfiguration": {
|
|
467
|
-
"shape": "
|
|
531
|
+
"shape": "S28"
|
|
468
532
|
},
|
|
469
533
|
"secrets": {
|
|
470
|
-
"shape": "
|
|
534
|
+
"shape": "S2b"
|
|
471
535
|
},
|
|
472
536
|
"networkConfiguration": {
|
|
473
|
-
"shape": "
|
|
537
|
+
"shape": "S2d"
|
|
474
538
|
},
|
|
475
539
|
"fargatePlatformConfiguration": {
|
|
476
|
-
"shape": "
|
|
540
|
+
"shape": "S2f"
|
|
477
541
|
}
|
|
478
542
|
}
|
|
479
543
|
},
|
|
@@ -489,7 +553,7 @@
|
|
|
489
553
|
}
|
|
490
554
|
},
|
|
491
555
|
"nodeProperties": {
|
|
492
|
-
"shape": "
|
|
556
|
+
"shape": "S2h"
|
|
493
557
|
},
|
|
494
558
|
"arrayProperties": {
|
|
495
559
|
"type": "structure",
|
|
@@ -510,7 +574,7 @@
|
|
|
510
574
|
}
|
|
511
575
|
},
|
|
512
576
|
"timeout": {
|
|
513
|
-
"shape": "
|
|
577
|
+
"shape": "S2g"
|
|
514
578
|
},
|
|
515
579
|
"tags": {
|
|
516
580
|
"shape": "Si"
|
|
@@ -519,7 +583,48 @@
|
|
|
519
583
|
"type": "boolean"
|
|
520
584
|
},
|
|
521
585
|
"platformCapabilities": {
|
|
522
|
-
"shape": "
|
|
586
|
+
"shape": "S2k"
|
|
587
|
+
}
|
|
588
|
+
}
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
},
|
|
594
|
+
"DescribeSchedulingPolicies": {
|
|
595
|
+
"http": {
|
|
596
|
+
"requestUri": "/v1/describeschedulingpolicies"
|
|
597
|
+
},
|
|
598
|
+
"input": {
|
|
599
|
+
"type": "structure",
|
|
600
|
+
"required": [
|
|
601
|
+
"arns"
|
|
602
|
+
],
|
|
603
|
+
"members": {
|
|
604
|
+
"arns": {
|
|
605
|
+
"shape": "Sb"
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
},
|
|
609
|
+
"output": {
|
|
610
|
+
"type": "structure",
|
|
611
|
+
"members": {
|
|
612
|
+
"schedulingPolicies": {
|
|
613
|
+
"type": "list",
|
|
614
|
+
"member": {
|
|
615
|
+
"type": "structure",
|
|
616
|
+
"required": [
|
|
617
|
+
"name",
|
|
618
|
+
"arn"
|
|
619
|
+
],
|
|
620
|
+
"members": {
|
|
621
|
+
"name": {},
|
|
622
|
+
"arn": {},
|
|
623
|
+
"fairsharePolicy": {
|
|
624
|
+
"shape": "Ss"
|
|
625
|
+
},
|
|
626
|
+
"tags": {
|
|
627
|
+
"shape": "Si"
|
|
523
628
|
}
|
|
524
629
|
}
|
|
525
630
|
}
|
|
@@ -627,6 +732,38 @@
|
|
|
627
732
|
}
|
|
628
733
|
}
|
|
629
734
|
},
|
|
735
|
+
"ListSchedulingPolicies": {
|
|
736
|
+
"http": {
|
|
737
|
+
"requestUri": "/v1/listschedulingpolicies"
|
|
738
|
+
},
|
|
739
|
+
"input": {
|
|
740
|
+
"type": "structure",
|
|
741
|
+
"members": {
|
|
742
|
+
"maxResults": {
|
|
743
|
+
"type": "integer"
|
|
744
|
+
},
|
|
745
|
+
"nextToken": {}
|
|
746
|
+
}
|
|
747
|
+
},
|
|
748
|
+
"output": {
|
|
749
|
+
"type": "structure",
|
|
750
|
+
"members": {
|
|
751
|
+
"schedulingPolicies": {
|
|
752
|
+
"type": "list",
|
|
753
|
+
"member": {
|
|
754
|
+
"type": "structure",
|
|
755
|
+
"required": [
|
|
756
|
+
"arn"
|
|
757
|
+
],
|
|
758
|
+
"members": {
|
|
759
|
+
"arn": {}
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
},
|
|
763
|
+
"nextToken": {}
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
},
|
|
630
767
|
"ListTagsForResource": {
|
|
631
768
|
"http": {
|
|
632
769
|
"method": "GET",
|
|
@@ -667,28 +804,31 @@
|
|
|
667
804
|
"jobDefinitionName": {},
|
|
668
805
|
"type": {},
|
|
669
806
|
"parameters": {
|
|
670
|
-
"shape": "
|
|
807
|
+
"shape": "S1e"
|
|
808
|
+
},
|
|
809
|
+
"schedulingPriority": {
|
|
810
|
+
"type": "integer"
|
|
671
811
|
},
|
|
672
812
|
"containerProperties": {
|
|
673
|
-
"shape": "
|
|
813
|
+
"shape": "S1j"
|
|
674
814
|
},
|
|
675
815
|
"nodeProperties": {
|
|
676
|
-
"shape": "
|
|
816
|
+
"shape": "S2h"
|
|
677
817
|
},
|
|
678
818
|
"retryStrategy": {
|
|
679
|
-
"shape": "
|
|
819
|
+
"shape": "S1f"
|
|
680
820
|
},
|
|
681
821
|
"propagateTags": {
|
|
682
822
|
"type": "boolean"
|
|
683
823
|
},
|
|
684
824
|
"timeout": {
|
|
685
|
-
"shape": "
|
|
825
|
+
"shape": "S2g"
|
|
686
826
|
},
|
|
687
827
|
"tags": {
|
|
688
828
|
"shape": "Si"
|
|
689
829
|
},
|
|
690
830
|
"platformCapabilities": {
|
|
691
|
-
"shape": "
|
|
831
|
+
"shape": "S2k"
|
|
692
832
|
}
|
|
693
833
|
}
|
|
694
834
|
},
|
|
@@ -722,6 +862,10 @@
|
|
|
722
862
|
"members": {
|
|
723
863
|
"jobName": {},
|
|
724
864
|
"jobQueue": {},
|
|
865
|
+
"shareIdentifier": {},
|
|
866
|
+
"schedulingPriorityOverride": {
|
|
867
|
+
"type": "integer"
|
|
868
|
+
},
|
|
725
869
|
"arrayProperties": {
|
|
726
870
|
"type": "structure",
|
|
727
871
|
"members": {
|
|
@@ -731,14 +875,14 @@
|
|
|
731
875
|
}
|
|
732
876
|
},
|
|
733
877
|
"dependsOn": {
|
|
734
|
-
"shape": "
|
|
878
|
+
"shape": "S32"
|
|
735
879
|
},
|
|
736
880
|
"jobDefinition": {},
|
|
737
881
|
"parameters": {
|
|
738
|
-
"shape": "
|
|
882
|
+
"shape": "S1e"
|
|
739
883
|
},
|
|
740
884
|
"containerOverrides": {
|
|
741
|
-
"shape": "
|
|
885
|
+
"shape": "S3x"
|
|
742
886
|
},
|
|
743
887
|
"nodeOverrides": {
|
|
744
888
|
"type": "structure",
|
|
@@ -756,7 +900,7 @@
|
|
|
756
900
|
"members": {
|
|
757
901
|
"targetNodes": {},
|
|
758
902
|
"containerOverrides": {
|
|
759
|
-
"shape": "
|
|
903
|
+
"shape": "S3x"
|
|
760
904
|
}
|
|
761
905
|
}
|
|
762
906
|
}
|
|
@@ -764,13 +908,13 @@
|
|
|
764
908
|
}
|
|
765
909
|
},
|
|
766
910
|
"retryStrategy": {
|
|
767
|
-
"shape": "
|
|
911
|
+
"shape": "S1f"
|
|
768
912
|
},
|
|
769
913
|
"propagateTags": {
|
|
770
914
|
"type": "boolean"
|
|
771
915
|
},
|
|
772
916
|
"timeout": {
|
|
773
|
-
"shape": "
|
|
917
|
+
"shape": "S2g"
|
|
774
918
|
},
|
|
775
919
|
"tags": {
|
|
776
920
|
"shape": "Si"
|
|
@@ -876,6 +1020,9 @@
|
|
|
876
1020
|
"members": {
|
|
877
1021
|
"computeEnvironment": {},
|
|
878
1022
|
"state": {},
|
|
1023
|
+
"unmanagedvCpus": {
|
|
1024
|
+
"type": "integer"
|
|
1025
|
+
},
|
|
879
1026
|
"computeResources": {
|
|
880
1027
|
"type": "structure",
|
|
881
1028
|
"members": {
|
|
@@ -919,6 +1066,7 @@
|
|
|
919
1066
|
"members": {
|
|
920
1067
|
"jobQueue": {},
|
|
921
1068
|
"state": {},
|
|
1069
|
+
"schedulingPolicyArn": {},
|
|
922
1070
|
"priority": {
|
|
923
1071
|
"type": "integer"
|
|
924
1072
|
},
|
|
@@ -934,10 +1082,31 @@
|
|
|
934
1082
|
"jobQueueArn": {}
|
|
935
1083
|
}
|
|
936
1084
|
}
|
|
1085
|
+
},
|
|
1086
|
+
"UpdateSchedulingPolicy": {
|
|
1087
|
+
"http": {
|
|
1088
|
+
"requestUri": "/v1/updateschedulingpolicy"
|
|
1089
|
+
},
|
|
1090
|
+
"input": {
|
|
1091
|
+
"type": "structure",
|
|
1092
|
+
"required": [
|
|
1093
|
+
"arn"
|
|
1094
|
+
],
|
|
1095
|
+
"members": {
|
|
1096
|
+
"arn": {},
|
|
1097
|
+
"fairsharePolicy": {
|
|
1098
|
+
"shape": "Ss"
|
|
1099
|
+
}
|
|
1100
|
+
}
|
|
1101
|
+
},
|
|
1102
|
+
"output": {
|
|
1103
|
+
"type": "structure",
|
|
1104
|
+
"members": {}
|
|
1105
|
+
}
|
|
937
1106
|
}
|
|
938
1107
|
},
|
|
939
1108
|
"shapes": {
|
|
940
|
-
"
|
|
1109
|
+
"S8": {
|
|
941
1110
|
"type": "structure",
|
|
942
1111
|
"required": [
|
|
943
1112
|
"type",
|
|
@@ -1029,12 +1198,38 @@
|
|
|
1029
1198
|
}
|
|
1030
1199
|
}
|
|
1031
1200
|
},
|
|
1032
|
-
"
|
|
1201
|
+
"Ss": {
|
|
1202
|
+
"type": "structure",
|
|
1203
|
+
"members": {
|
|
1204
|
+
"shareDecaySeconds": {
|
|
1205
|
+
"type": "integer"
|
|
1206
|
+
},
|
|
1207
|
+
"computeReservation": {
|
|
1208
|
+
"type": "integer"
|
|
1209
|
+
},
|
|
1210
|
+
"shareDistribution": {
|
|
1211
|
+
"type": "list",
|
|
1212
|
+
"member": {
|
|
1213
|
+
"type": "structure",
|
|
1214
|
+
"required": [
|
|
1215
|
+
"shareIdentifier"
|
|
1216
|
+
],
|
|
1217
|
+
"members": {
|
|
1218
|
+
"shareIdentifier": {},
|
|
1219
|
+
"weightFactor": {
|
|
1220
|
+
"type": "float"
|
|
1221
|
+
}
|
|
1222
|
+
}
|
|
1223
|
+
}
|
|
1224
|
+
}
|
|
1225
|
+
}
|
|
1226
|
+
},
|
|
1227
|
+
"S1e": {
|
|
1033
1228
|
"type": "map",
|
|
1034
1229
|
"key": {},
|
|
1035
1230
|
"value": {}
|
|
1036
1231
|
},
|
|
1037
|
-
"
|
|
1232
|
+
"S1f": {
|
|
1038
1233
|
"type": "structure",
|
|
1039
1234
|
"members": {
|
|
1040
1235
|
"attempts": {
|
|
@@ -1057,7 +1252,7 @@
|
|
|
1057
1252
|
}
|
|
1058
1253
|
}
|
|
1059
1254
|
},
|
|
1060
|
-
"
|
|
1255
|
+
"S1j": {
|
|
1061
1256
|
"type": "structure",
|
|
1062
1257
|
"members": {
|
|
1063
1258
|
"image": {},
|
|
@@ -1077,13 +1272,13 @@
|
|
|
1077
1272
|
"jobRoleArn": {},
|
|
1078
1273
|
"executionRoleArn": {},
|
|
1079
1274
|
"volumes": {
|
|
1080
|
-
"shape": "
|
|
1275
|
+
"shape": "S1k"
|
|
1081
1276
|
},
|
|
1082
1277
|
"environment": {
|
|
1083
|
-
"shape": "
|
|
1278
|
+
"shape": "S1r"
|
|
1084
1279
|
},
|
|
1085
1280
|
"mountPoints": {
|
|
1086
|
-
"shape": "
|
|
1281
|
+
"shape": "S1t"
|
|
1087
1282
|
},
|
|
1088
1283
|
"readonlyRootFilesystem": {
|
|
1089
1284
|
"type": "boolean"
|
|
@@ -1092,31 +1287,31 @@
|
|
|
1092
1287
|
"type": "boolean"
|
|
1093
1288
|
},
|
|
1094
1289
|
"ulimits": {
|
|
1095
|
-
"shape": "
|
|
1290
|
+
"shape": "S1w"
|
|
1096
1291
|
},
|
|
1097
1292
|
"user": {},
|
|
1098
1293
|
"instanceType": {},
|
|
1099
1294
|
"resourceRequirements": {
|
|
1100
|
-
"shape": "
|
|
1295
|
+
"shape": "S1y"
|
|
1101
1296
|
},
|
|
1102
1297
|
"linuxParameters": {
|
|
1103
|
-
"shape": "
|
|
1298
|
+
"shape": "S21"
|
|
1104
1299
|
},
|
|
1105
1300
|
"logConfiguration": {
|
|
1106
|
-
"shape": "
|
|
1301
|
+
"shape": "S28"
|
|
1107
1302
|
},
|
|
1108
1303
|
"secrets": {
|
|
1109
|
-
"shape": "
|
|
1304
|
+
"shape": "S2b"
|
|
1110
1305
|
},
|
|
1111
1306
|
"networkConfiguration": {
|
|
1112
|
-
"shape": "
|
|
1307
|
+
"shape": "S2d"
|
|
1113
1308
|
},
|
|
1114
1309
|
"fargatePlatformConfiguration": {
|
|
1115
|
-
"shape": "
|
|
1310
|
+
"shape": "S2f"
|
|
1116
1311
|
}
|
|
1117
1312
|
}
|
|
1118
1313
|
},
|
|
1119
|
-
"
|
|
1314
|
+
"S1k": {
|
|
1120
1315
|
"type": "list",
|
|
1121
1316
|
"member": {
|
|
1122
1317
|
"type": "structure",
|
|
@@ -1152,7 +1347,7 @@
|
|
|
1152
1347
|
}
|
|
1153
1348
|
}
|
|
1154
1349
|
},
|
|
1155
|
-
"
|
|
1350
|
+
"S1r": {
|
|
1156
1351
|
"type": "list",
|
|
1157
1352
|
"member": {
|
|
1158
1353
|
"type": "structure",
|
|
@@ -1162,7 +1357,7 @@
|
|
|
1162
1357
|
}
|
|
1163
1358
|
}
|
|
1164
1359
|
},
|
|
1165
|
-
"
|
|
1360
|
+
"S1t": {
|
|
1166
1361
|
"type": "list",
|
|
1167
1362
|
"member": {
|
|
1168
1363
|
"type": "structure",
|
|
@@ -1175,7 +1370,7 @@
|
|
|
1175
1370
|
}
|
|
1176
1371
|
}
|
|
1177
1372
|
},
|
|
1178
|
-
"
|
|
1373
|
+
"S1w": {
|
|
1179
1374
|
"type": "list",
|
|
1180
1375
|
"member": {
|
|
1181
1376
|
"type": "structure",
|
|
@@ -1195,7 +1390,7 @@
|
|
|
1195
1390
|
}
|
|
1196
1391
|
}
|
|
1197
1392
|
},
|
|
1198
|
-
"
|
|
1393
|
+
"S1y": {
|
|
1199
1394
|
"type": "list",
|
|
1200
1395
|
"member": {
|
|
1201
1396
|
"type": "structure",
|
|
@@ -1209,7 +1404,7 @@
|
|
|
1209
1404
|
}
|
|
1210
1405
|
}
|
|
1211
1406
|
},
|
|
1212
|
-
"
|
|
1407
|
+
"S21": {
|
|
1213
1408
|
"type": "structure",
|
|
1214
1409
|
"members": {
|
|
1215
1410
|
"devices": {
|
|
@@ -1262,7 +1457,7 @@
|
|
|
1262
1457
|
}
|
|
1263
1458
|
}
|
|
1264
1459
|
},
|
|
1265
|
-
"
|
|
1460
|
+
"S28": {
|
|
1266
1461
|
"type": "structure",
|
|
1267
1462
|
"required": [
|
|
1268
1463
|
"logDriver"
|
|
@@ -1275,11 +1470,11 @@
|
|
|
1275
1470
|
"value": {}
|
|
1276
1471
|
},
|
|
1277
1472
|
"secretOptions": {
|
|
1278
|
-
"shape": "
|
|
1473
|
+
"shape": "S2b"
|
|
1279
1474
|
}
|
|
1280
1475
|
}
|
|
1281
1476
|
},
|
|
1282
|
-
"
|
|
1477
|
+
"S2b": {
|
|
1283
1478
|
"type": "list",
|
|
1284
1479
|
"member": {
|
|
1285
1480
|
"type": "structure",
|
|
@@ -1293,19 +1488,19 @@
|
|
|
1293
1488
|
}
|
|
1294
1489
|
}
|
|
1295
1490
|
},
|
|
1296
|
-
"
|
|
1491
|
+
"S2d": {
|
|
1297
1492
|
"type": "structure",
|
|
1298
1493
|
"members": {
|
|
1299
1494
|
"assignPublicIp": {}
|
|
1300
1495
|
}
|
|
1301
1496
|
},
|
|
1302
|
-
"
|
|
1497
|
+
"S2f": {
|
|
1303
1498
|
"type": "structure",
|
|
1304
1499
|
"members": {
|
|
1305
1500
|
"platformVersion": {}
|
|
1306
1501
|
}
|
|
1307
1502
|
},
|
|
1308
|
-
"
|
|
1503
|
+
"S2g": {
|
|
1309
1504
|
"type": "structure",
|
|
1310
1505
|
"members": {
|
|
1311
1506
|
"attemptDurationSeconds": {
|
|
@@ -1313,7 +1508,7 @@
|
|
|
1313
1508
|
}
|
|
1314
1509
|
}
|
|
1315
1510
|
},
|
|
1316
|
-
"
|
|
1511
|
+
"S2h": {
|
|
1317
1512
|
"type": "structure",
|
|
1318
1513
|
"required": [
|
|
1319
1514
|
"numNodes",
|
|
@@ -1337,18 +1532,18 @@
|
|
|
1337
1532
|
"members": {
|
|
1338
1533
|
"targetNodes": {},
|
|
1339
1534
|
"container": {
|
|
1340
|
-
"shape": "
|
|
1535
|
+
"shape": "S1j"
|
|
1341
1536
|
}
|
|
1342
1537
|
}
|
|
1343
1538
|
}
|
|
1344
1539
|
}
|
|
1345
1540
|
}
|
|
1346
1541
|
},
|
|
1347
|
-
"
|
|
1542
|
+
"S2k": {
|
|
1348
1543
|
"type": "list",
|
|
1349
1544
|
"member": {}
|
|
1350
1545
|
},
|
|
1351
|
-
"
|
|
1546
|
+
"S2z": {
|
|
1352
1547
|
"type": "list",
|
|
1353
1548
|
"member": {
|
|
1354
1549
|
"type": "structure",
|
|
@@ -1359,7 +1554,7 @@
|
|
|
1359
1554
|
}
|
|
1360
1555
|
}
|
|
1361
1556
|
},
|
|
1362
|
-
"
|
|
1557
|
+
"S32": {
|
|
1363
1558
|
"type": "list",
|
|
1364
1559
|
"member": {
|
|
1365
1560
|
"type": "structure",
|
|
@@ -1369,7 +1564,7 @@
|
|
|
1369
1564
|
}
|
|
1370
1565
|
}
|
|
1371
1566
|
},
|
|
1372
|
-
"
|
|
1567
|
+
"S3x": {
|
|
1373
1568
|
"type": "structure",
|
|
1374
1569
|
"members": {
|
|
1375
1570
|
"vcpus": {
|
|
@@ -1387,10 +1582,10 @@
|
|
|
1387
1582
|
},
|
|
1388
1583
|
"instanceType": {},
|
|
1389
1584
|
"environment": {
|
|
1390
|
-
"shape": "
|
|
1585
|
+
"shape": "S1r"
|
|
1391
1586
|
},
|
|
1392
1587
|
"resourceRequirements": {
|
|
1393
|
-
"shape": "
|
|
1588
|
+
"shape": "S1y"
|
|
1394
1589
|
}
|
|
1395
1590
|
}
|
|
1396
1591
|
}
|