aws-sdk-core 2.11.555 → 2.11.556
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/codebuild/2016-10-06/api-2.json +504 -9
- data/apis/codebuild/2016-10-06/paginators-1.json +18 -0
- data/apis/ec2/2016-11-15/api-2.json +2 -1
- data/apis/guardduty/2017-11-28/api-2.json +191 -0
- data/apis/guardduty/2017-11-28/paginators-1.json +5 -0
- data/apis/kafka/2018-11-14/api-2.json +65 -0
- data/apis/servicecatalog/2015-12-10/api-2.json +34 -8
- data/apis/sesv2/2019-09-27/api-2.json +870 -16
- data/apis/sesv2/2019-09-27/paginators-1.json +10 -0
- data/endpoints.json +9 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a45098897445421aec590ebf6310f892f8b68e3aaddee2807f4ed3ee7e4c8307
|
4
|
+
data.tar.gz: c504a6448a60fd8b37181eb91788a3d9d769a2d4a127f2cd2a215df35bf7fc49
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d33d14b89d5ff2e08641c97a715b912cbf1eb5486125fb17eaad060bb7817a07b7f4ba303711edb735e32f0c2f03fe6c7aac6e8ba292307054baee3413e549c7
|
7
|
+
data.tar.gz: 4539339590faeb5b7901e1ae957d27c46f9fb49ee452fde49c853b0d40abbbb60718a04ec2ccfc79650d2c9ac1b414844eb24fb114a3c2a956647e97c9ce6fa1
|
@@ -24,6 +24,18 @@
|
|
24
24
|
{"shape":"InvalidInputException"}
|
25
25
|
]
|
26
26
|
},
|
27
|
+
"BatchGetBuildBatches":{
|
28
|
+
"name":"BatchGetBuildBatches",
|
29
|
+
"http":{
|
30
|
+
"method":"POST",
|
31
|
+
"requestUri":"/"
|
32
|
+
},
|
33
|
+
"input":{"shape":"BatchGetBuildBatchesInput"},
|
34
|
+
"output":{"shape":"BatchGetBuildBatchesOutput"},
|
35
|
+
"errors":[
|
36
|
+
{"shape":"InvalidInputException"}
|
37
|
+
]
|
38
|
+
},
|
27
39
|
"BatchGetBuilds":{
|
28
40
|
"name":"BatchGetBuilds",
|
29
41
|
"http":{
|
@@ -115,6 +127,18 @@
|
|
115
127
|
{"shape":"ResourceNotFoundException"}
|
116
128
|
]
|
117
129
|
},
|
130
|
+
"DeleteBuildBatch":{
|
131
|
+
"name":"DeleteBuildBatch",
|
132
|
+
"http":{
|
133
|
+
"method":"POST",
|
134
|
+
"requestUri":"/"
|
135
|
+
},
|
136
|
+
"input":{"shape":"DeleteBuildBatchInput"},
|
137
|
+
"output":{"shape":"DeleteBuildBatchOutput"},
|
138
|
+
"errors":[
|
139
|
+
{"shape":"InvalidInputException"}
|
140
|
+
]
|
141
|
+
},
|
118
142
|
"DeleteProject":{
|
119
143
|
"name":"DeleteProject",
|
120
144
|
"http":{
|
@@ -190,6 +214,18 @@
|
|
190
214
|
{"shape":"OAuthProviderException"}
|
191
215
|
]
|
192
216
|
},
|
217
|
+
"DescribeCodeCoverages":{
|
218
|
+
"name":"DescribeCodeCoverages",
|
219
|
+
"http":{
|
220
|
+
"method":"POST",
|
221
|
+
"requestUri":"/"
|
222
|
+
},
|
223
|
+
"input":{"shape":"DescribeCodeCoveragesInput"},
|
224
|
+
"output":{"shape":"DescribeCodeCoveragesOutput"},
|
225
|
+
"errors":[
|
226
|
+
{"shape":"InvalidInputException"}
|
227
|
+
]
|
228
|
+
},
|
193
229
|
"DescribeTestCases":{
|
194
230
|
"name":"DescribeTestCases",
|
195
231
|
"http":{
|
@@ -243,6 +279,31 @@
|
|
243
279
|
{"shape":"ResourceNotFoundException"}
|
244
280
|
]
|
245
281
|
},
|
282
|
+
"ListBuildBatches":{
|
283
|
+
"name":"ListBuildBatches",
|
284
|
+
"http":{
|
285
|
+
"method":"POST",
|
286
|
+
"requestUri":"/"
|
287
|
+
},
|
288
|
+
"input":{"shape":"ListBuildBatchesInput"},
|
289
|
+
"output":{"shape":"ListBuildBatchesOutput"},
|
290
|
+
"errors":[
|
291
|
+
{"shape":"InvalidInputException"}
|
292
|
+
]
|
293
|
+
},
|
294
|
+
"ListBuildBatchesForProject":{
|
295
|
+
"name":"ListBuildBatchesForProject",
|
296
|
+
"http":{
|
297
|
+
"method":"POST",
|
298
|
+
"requestUri":"/"
|
299
|
+
},
|
300
|
+
"input":{"shape":"ListBuildBatchesForProjectInput"},
|
301
|
+
"output":{"shape":"ListBuildBatchesForProjectOutput"},
|
302
|
+
"errors":[
|
303
|
+
{"shape":"InvalidInputException"},
|
304
|
+
{"shape":"ResourceNotFoundException"}
|
305
|
+
]
|
306
|
+
},
|
246
307
|
"ListBuilds":{
|
247
308
|
"name":"ListBuilds",
|
248
309
|
"http":{
|
@@ -357,7 +418,10 @@
|
|
357
418
|
"requestUri":"/"
|
358
419
|
},
|
359
420
|
"input":{"shape":"ListSourceCredentialsInput"},
|
360
|
-
"output":{"shape":"ListSourceCredentialsOutput"}
|
421
|
+
"output":{"shape":"ListSourceCredentialsOutput"},
|
422
|
+
"errors":[
|
423
|
+
{"shape":"InvalidInputException"}
|
424
|
+
]
|
361
425
|
},
|
362
426
|
"PutResourcePolicy":{
|
363
427
|
"name":"PutResourcePolicy",
|
@@ -372,6 +436,33 @@
|
|
372
436
|
{"shape":"InvalidInputException"}
|
373
437
|
]
|
374
438
|
},
|
439
|
+
"RetryBuild":{
|
440
|
+
"name":"RetryBuild",
|
441
|
+
"http":{
|
442
|
+
"method":"POST",
|
443
|
+
"requestUri":"/"
|
444
|
+
},
|
445
|
+
"input":{"shape":"RetryBuildInput"},
|
446
|
+
"output":{"shape":"RetryBuildOutput"},
|
447
|
+
"errors":[
|
448
|
+
{"shape":"InvalidInputException"},
|
449
|
+
{"shape":"ResourceNotFoundException"},
|
450
|
+
{"shape":"AccountLimitExceededException"}
|
451
|
+
]
|
452
|
+
},
|
453
|
+
"RetryBuildBatch":{
|
454
|
+
"name":"RetryBuildBatch",
|
455
|
+
"http":{
|
456
|
+
"method":"POST",
|
457
|
+
"requestUri":"/"
|
458
|
+
},
|
459
|
+
"input":{"shape":"RetryBuildBatchInput"},
|
460
|
+
"output":{"shape":"RetryBuildBatchOutput"},
|
461
|
+
"errors":[
|
462
|
+
{"shape":"InvalidInputException"},
|
463
|
+
{"shape":"ResourceNotFoundException"}
|
464
|
+
]
|
465
|
+
},
|
375
466
|
"StartBuild":{
|
376
467
|
"name":"StartBuild",
|
377
468
|
"http":{
|
@@ -386,6 +477,19 @@
|
|
386
477
|
{"shape":"AccountLimitExceededException"}
|
387
478
|
]
|
388
479
|
},
|
480
|
+
"StartBuildBatch":{
|
481
|
+
"name":"StartBuildBatch",
|
482
|
+
"http":{
|
483
|
+
"method":"POST",
|
484
|
+
"requestUri":"/"
|
485
|
+
},
|
486
|
+
"input":{"shape":"StartBuildBatchInput"},
|
487
|
+
"output":{"shape":"StartBuildBatchOutput"},
|
488
|
+
"errors":[
|
489
|
+
{"shape":"InvalidInputException"},
|
490
|
+
{"shape":"ResourceNotFoundException"}
|
491
|
+
]
|
492
|
+
},
|
389
493
|
"StopBuild":{
|
390
494
|
"name":"StopBuild",
|
391
495
|
"http":{
|
@@ -399,6 +503,19 @@
|
|
399
503
|
{"shape":"ResourceNotFoundException"}
|
400
504
|
]
|
401
505
|
},
|
506
|
+
"StopBuildBatch":{
|
507
|
+
"name":"StopBuildBatch",
|
508
|
+
"http":{
|
509
|
+
"method":"POST",
|
510
|
+
"requestUri":"/"
|
511
|
+
},
|
512
|
+
"input":{"shape":"StopBuildBatchInput"},
|
513
|
+
"output":{"shape":"StopBuildBatchOutput"},
|
514
|
+
"errors":[
|
515
|
+
{"shape":"InvalidInputException"},
|
516
|
+
{"shape":"ResourceNotFoundException"}
|
517
|
+
]
|
518
|
+
},
|
402
519
|
"UpdateProject":{
|
403
520
|
"name":"UpdateProject",
|
404
521
|
"http":{
|
@@ -491,6 +608,20 @@
|
|
491
608
|
"buildsNotDeleted":{"shape":"BuildsNotDeleted"}
|
492
609
|
}
|
493
610
|
},
|
611
|
+
"BatchGetBuildBatchesInput":{
|
612
|
+
"type":"structure",
|
613
|
+
"required":["ids"],
|
614
|
+
"members":{
|
615
|
+
"ids":{"shape":"BuildBatchIds"}
|
616
|
+
}
|
617
|
+
},
|
618
|
+
"BatchGetBuildBatchesOutput":{
|
619
|
+
"type":"structure",
|
620
|
+
"members":{
|
621
|
+
"buildBatches":{"shape":"BuildBatches"},
|
622
|
+
"buildBatchesNotFound":{"shape":"BuildBatchIds"}
|
623
|
+
}
|
624
|
+
},
|
494
625
|
"BatchGetBuildsInput":{
|
495
626
|
"type":"structure",
|
496
627
|
"required":["ids"],
|
@@ -547,6 +678,13 @@
|
|
547
678
|
"reportsNotFound":{"shape":"ReportArns"}
|
548
679
|
}
|
549
680
|
},
|
681
|
+
"BatchRestrictions":{
|
682
|
+
"type":"structure",
|
683
|
+
"members":{
|
684
|
+
"maximumBuildsAllowed":{"shape":"WrapperInt"},
|
685
|
+
"computeTypesAllowed":{"shape":"ComputeTypesAllowed"}
|
686
|
+
}
|
687
|
+
},
|
550
688
|
"Boolean":{"type":"boolean"},
|
551
689
|
"Build":{
|
552
690
|
"type":"structure",
|
@@ -581,7 +719,8 @@
|
|
581
719
|
"exportedEnvironmentVariables":{"shape":"ExportedEnvironmentVariables"},
|
582
720
|
"reportArns":{"shape":"BuildReportArns"},
|
583
721
|
"fileSystemLocations":{"shape":"ProjectFileSystemLocations"},
|
584
|
-
"debugSession":{"shape":"DebugSession"}
|
722
|
+
"debugSession":{"shape":"DebugSession"},
|
723
|
+
"buildBatchArn":{"shape":"String"}
|
585
724
|
}
|
586
725
|
},
|
587
726
|
"BuildArtifacts":{
|
@@ -601,6 +740,99 @@
|
|
601
740
|
"max":12,
|
602
741
|
"min":0
|
603
742
|
},
|
743
|
+
"BuildBatch":{
|
744
|
+
"type":"structure",
|
745
|
+
"members":{
|
746
|
+
"id":{"shape":"NonEmptyString"},
|
747
|
+
"arn":{"shape":"NonEmptyString"},
|
748
|
+
"startTime":{"shape":"Timestamp"},
|
749
|
+
"endTime":{"shape":"Timestamp"},
|
750
|
+
"currentPhase":{"shape":"String"},
|
751
|
+
"buildBatchStatus":{"shape":"StatusType"},
|
752
|
+
"sourceVersion":{"shape":"NonEmptyString"},
|
753
|
+
"resolvedSourceVersion":{"shape":"NonEmptyString"},
|
754
|
+
"projectName":{"shape":"NonEmptyString"},
|
755
|
+
"phases":{"shape":"BuildBatchPhases"},
|
756
|
+
"source":{"shape":"ProjectSource"},
|
757
|
+
"secondarySources":{"shape":"ProjectSources"},
|
758
|
+
"secondarySourceVersions":{"shape":"ProjectSecondarySourceVersions"},
|
759
|
+
"artifacts":{"shape":"BuildArtifacts"},
|
760
|
+
"secondaryArtifacts":{"shape":"BuildArtifactsList"},
|
761
|
+
"cache":{"shape":"ProjectCache"},
|
762
|
+
"environment":{"shape":"ProjectEnvironment"},
|
763
|
+
"serviceRole":{"shape":"NonEmptyString"},
|
764
|
+
"logConfig":{"shape":"LogsConfig"},
|
765
|
+
"buildTimeoutInMinutes":{"shape":"WrapperInt"},
|
766
|
+
"queuedTimeoutInMinutes":{"shape":"WrapperInt"},
|
767
|
+
"complete":{"shape":"Boolean"},
|
768
|
+
"initiator":{"shape":"String"},
|
769
|
+
"vpcConfig":{"shape":"VpcConfig"},
|
770
|
+
"encryptionKey":{"shape":"NonEmptyString"},
|
771
|
+
"buildBatchNumber":{"shape":"WrapperLong"},
|
772
|
+
"fileSystemLocations":{"shape":"ProjectFileSystemLocations"},
|
773
|
+
"buildBatchConfig":{"shape":"ProjectBuildBatchConfig"},
|
774
|
+
"buildGroups":{"shape":"BuildGroups"}
|
775
|
+
}
|
776
|
+
},
|
777
|
+
"BuildBatchFilter":{
|
778
|
+
"type":"structure",
|
779
|
+
"members":{
|
780
|
+
"status":{"shape":"StatusType"}
|
781
|
+
}
|
782
|
+
},
|
783
|
+
"BuildBatchIds":{
|
784
|
+
"type":"list",
|
785
|
+
"member":{"shape":"NonEmptyString"},
|
786
|
+
"max":100,
|
787
|
+
"min":0
|
788
|
+
},
|
789
|
+
"BuildBatchPhase":{
|
790
|
+
"type":"structure",
|
791
|
+
"members":{
|
792
|
+
"phaseType":{"shape":"BuildBatchPhaseType"},
|
793
|
+
"phaseStatus":{"shape":"StatusType"},
|
794
|
+
"startTime":{"shape":"Timestamp"},
|
795
|
+
"endTime":{"shape":"Timestamp"},
|
796
|
+
"durationInSeconds":{"shape":"WrapperLong"},
|
797
|
+
"contexts":{"shape":"PhaseContexts"}
|
798
|
+
}
|
799
|
+
},
|
800
|
+
"BuildBatchPhaseType":{
|
801
|
+
"type":"string",
|
802
|
+
"enum":[
|
803
|
+
"SUBMITTED",
|
804
|
+
"DOWNLOAD_BATCHSPEC",
|
805
|
+
"IN_PROGRESS",
|
806
|
+
"COMBINE_ARTIFACTS",
|
807
|
+
"SUCCEEDED",
|
808
|
+
"FAILED",
|
809
|
+
"STOPPED"
|
810
|
+
]
|
811
|
+
},
|
812
|
+
"BuildBatchPhases":{
|
813
|
+
"type":"list",
|
814
|
+
"member":{"shape":"BuildBatchPhase"}
|
815
|
+
},
|
816
|
+
"BuildBatches":{
|
817
|
+
"type":"list",
|
818
|
+
"member":{"shape":"BuildBatch"},
|
819
|
+
"max":100,
|
820
|
+
"min":0
|
821
|
+
},
|
822
|
+
"BuildGroup":{
|
823
|
+
"type":"structure",
|
824
|
+
"members":{
|
825
|
+
"identifier":{"shape":"String"},
|
826
|
+
"dependsOn":{"shape":"Identifiers"},
|
827
|
+
"ignoreFailure":{"shape":"Boolean"},
|
828
|
+
"currentBuildSummary":{"shape":"BuildSummary"},
|
829
|
+
"priorBuildSummaryList":{"shape":"BuildSummaries"}
|
830
|
+
}
|
831
|
+
},
|
832
|
+
"BuildGroups":{
|
833
|
+
"type":"list",
|
834
|
+
"member":{"shape":"BuildGroup"}
|
835
|
+
},
|
604
836
|
"BuildIds":{
|
605
837
|
"type":"list",
|
606
838
|
"member":{"shape":"NonEmptyString"},
|
@@ -656,6 +888,20 @@
|
|
656
888
|
"targetUrl":{"shape":"String"}
|
657
889
|
}
|
658
890
|
},
|
891
|
+
"BuildSummaries":{
|
892
|
+
"type":"list",
|
893
|
+
"member":{"shape":"BuildSummary"}
|
894
|
+
},
|
895
|
+
"BuildSummary":{
|
896
|
+
"type":"structure",
|
897
|
+
"members":{
|
898
|
+
"arn":{"shape":"String"},
|
899
|
+
"requestedOn":{"shape":"Timestamp"},
|
900
|
+
"buildStatus":{"shape":"StatusType"},
|
901
|
+
"primaryArtifact":{"shape":"ResolvedArtifact"},
|
902
|
+
"secondaryArtifacts":{"shape":"ResolvedSecondaryArtifacts"}
|
903
|
+
}
|
904
|
+
},
|
659
905
|
"Builds":{
|
660
906
|
"type":"list",
|
661
907
|
"member":{"shape":"Build"}
|
@@ -689,6 +935,36 @@
|
|
689
935
|
"streamName":{"shape":"String"}
|
690
936
|
}
|
691
937
|
},
|
938
|
+
"CodeCoverage":{
|
939
|
+
"type":"structure",
|
940
|
+
"members":{
|
941
|
+
"id":{"shape":"NonEmptyString"},
|
942
|
+
"reportARN":{"shape":"NonEmptyString"},
|
943
|
+
"filePath":{"shape":"NonEmptyString"},
|
944
|
+
"lineCoveragePercentage":{"shape":"Percentage"},
|
945
|
+
"linesCovered":{"shape":"NonNegativeInt"},
|
946
|
+
"linesMissed":{"shape":"NonNegativeInt"},
|
947
|
+
"branchCoveragePercentage":{"shape":"Percentage"},
|
948
|
+
"branchesCovered":{"shape":"NonNegativeInt"},
|
949
|
+
"branchesMissed":{"shape":"NonNegativeInt"},
|
950
|
+
"expired":{"shape":"Timestamp"}
|
951
|
+
}
|
952
|
+
},
|
953
|
+
"CodeCoverageReportSummary":{
|
954
|
+
"type":"structure",
|
955
|
+
"members":{
|
956
|
+
"lineCoveragePercentage":{"shape":"Percentage"},
|
957
|
+
"linesCovered":{"shape":"NonNegativeInt"},
|
958
|
+
"linesMissed":{"shape":"NonNegativeInt"},
|
959
|
+
"branchCoveragePercentage":{"shape":"Percentage"},
|
960
|
+
"branchesCovered":{"shape":"NonNegativeInt"},
|
961
|
+
"branchesMissed":{"shape":"NonNegativeInt"}
|
962
|
+
}
|
963
|
+
},
|
964
|
+
"CodeCoverages":{
|
965
|
+
"type":"list",
|
966
|
+
"member":{"shape":"CodeCoverage"}
|
967
|
+
},
|
692
968
|
"ComputeType":{
|
693
969
|
"type":"string",
|
694
970
|
"enum":[
|
@@ -698,6 +974,10 @@
|
|
698
974
|
"BUILD_GENERAL1_2XLARGE"
|
699
975
|
]
|
700
976
|
},
|
977
|
+
"ComputeTypesAllowed":{
|
978
|
+
"type":"list",
|
979
|
+
"member":{"shape":"NonEmptyString"}
|
980
|
+
},
|
701
981
|
"CreateProjectInput":{
|
702
982
|
"type":"structure",
|
703
983
|
"required":[
|
@@ -726,7 +1006,8 @@
|
|
726
1006
|
"vpcConfig":{"shape":"VpcConfig"},
|
727
1007
|
"badgeEnabled":{"shape":"WrapperBoolean"},
|
728
1008
|
"logsConfig":{"shape":"LogsConfig"},
|
729
|
-
"fileSystemLocations":{"shape":"ProjectFileSystemLocations"}
|
1009
|
+
"fileSystemLocations":{"shape":"ProjectFileSystemLocations"},
|
1010
|
+
"buildBatchConfig":{"shape":"ProjectBuildBatchConfig"}
|
730
1011
|
}
|
731
1012
|
},
|
732
1013
|
"CreateProjectOutput":{
|
@@ -761,7 +1042,8 @@
|
|
761
1042
|
"members":{
|
762
1043
|
"projectName":{"shape":"ProjectName"},
|
763
1044
|
"branchFilter":{"shape":"String"},
|
764
|
-
"filterGroups":{"shape":"FilterGroups"}
|
1045
|
+
"filterGroups":{"shape":"FilterGroups"},
|
1046
|
+
"buildType":{"shape":"WebhookBuildType"}
|
765
1047
|
}
|
766
1048
|
},
|
767
1049
|
"CreateWebhookOutput":{
|
@@ -781,6 +1063,21 @@
|
|
781
1063
|
"sessionTarget":{"shape":"NonEmptyString"}
|
782
1064
|
}
|
783
1065
|
},
|
1066
|
+
"DeleteBuildBatchInput":{
|
1067
|
+
"type":"structure",
|
1068
|
+
"required":["id"],
|
1069
|
+
"members":{
|
1070
|
+
"id":{"shape":"NonEmptyString"}
|
1071
|
+
}
|
1072
|
+
},
|
1073
|
+
"DeleteBuildBatchOutput":{
|
1074
|
+
"type":"structure",
|
1075
|
+
"members":{
|
1076
|
+
"statusCode":{"shape":"String"},
|
1077
|
+
"buildsDeleted":{"shape":"BuildIds"},
|
1078
|
+
"buildsNotDeleted":{"shape":"BuildsNotDeleted"}
|
1079
|
+
}
|
1080
|
+
},
|
784
1081
|
"DeleteProjectInput":{
|
785
1082
|
"type":"structure",
|
786
1083
|
"required":["name"],
|
@@ -854,6 +1151,26 @@
|
|
854
1151
|
"members":{
|
855
1152
|
}
|
856
1153
|
},
|
1154
|
+
"DescribeCodeCoveragesInput":{
|
1155
|
+
"type":"structure",
|
1156
|
+
"required":["reportArn"],
|
1157
|
+
"members":{
|
1158
|
+
"reportArn":{"shape":"NonEmptyString"},
|
1159
|
+
"nextToken":{"shape":"String"},
|
1160
|
+
"maxResults":{"shape":"PageSize"},
|
1161
|
+
"sortOrder":{"shape":"SortOrderType"},
|
1162
|
+
"sortBy":{"shape":"ReportCodeCoverageSortByType"},
|
1163
|
+
"minLineCoveragePercentage":{"shape":"Percentage"},
|
1164
|
+
"maxLineCoveragePercentage":{"shape":"Percentage"}
|
1165
|
+
}
|
1166
|
+
},
|
1167
|
+
"DescribeCodeCoveragesOutput":{
|
1168
|
+
"type":"structure",
|
1169
|
+
"members":{
|
1170
|
+
"nextToken":{"shape":"String"},
|
1171
|
+
"codeCoverages":{"shape":"CodeCoverages"}
|
1172
|
+
}
|
1173
|
+
},
|
857
1174
|
"DescribeTestCasesInput":{
|
858
1175
|
"type":"structure",
|
859
1176
|
"required":["reportArn"],
|
@@ -986,6 +1303,10 @@
|
|
986
1303
|
"fetchSubmodules":{"shape":"WrapperBoolean"}
|
987
1304
|
}
|
988
1305
|
},
|
1306
|
+
"Identifiers":{
|
1307
|
+
"type":"list",
|
1308
|
+
"member":{"shape":"NonEmptyString"}
|
1309
|
+
},
|
989
1310
|
"ImagePullCredentialsType":{
|
990
1311
|
"type":"string",
|
991
1312
|
"enum":[
|
@@ -1057,6 +1378,39 @@
|
|
1057
1378
|
"PHP"
|
1058
1379
|
]
|
1059
1380
|
},
|
1381
|
+
"ListBuildBatchesForProjectInput":{
|
1382
|
+
"type":"structure",
|
1383
|
+
"members":{
|
1384
|
+
"projectName":{"shape":"NonEmptyString"},
|
1385
|
+
"filter":{"shape":"BuildBatchFilter"},
|
1386
|
+
"maxResults":{"shape":"PageSize"},
|
1387
|
+
"sortOrder":{"shape":"SortOrderType"},
|
1388
|
+
"nextToken":{"shape":"String"}
|
1389
|
+
}
|
1390
|
+
},
|
1391
|
+
"ListBuildBatchesForProjectOutput":{
|
1392
|
+
"type":"structure",
|
1393
|
+
"members":{
|
1394
|
+
"ids":{"shape":"BuildBatchIds"},
|
1395
|
+
"nextToken":{"shape":"String"}
|
1396
|
+
}
|
1397
|
+
},
|
1398
|
+
"ListBuildBatchesInput":{
|
1399
|
+
"type":"structure",
|
1400
|
+
"members":{
|
1401
|
+
"filter":{"shape":"BuildBatchFilter"},
|
1402
|
+
"maxResults":{"shape":"PageSize"},
|
1403
|
+
"sortOrder":{"shape":"SortOrderType"},
|
1404
|
+
"nextToken":{"shape":"String"}
|
1405
|
+
}
|
1406
|
+
},
|
1407
|
+
"ListBuildBatchesOutput":{
|
1408
|
+
"type":"structure",
|
1409
|
+
"members":{
|
1410
|
+
"ids":{"shape":"BuildBatchIds"},
|
1411
|
+
"nextToken":{"shape":"String"}
|
1412
|
+
}
|
1413
|
+
},
|
1060
1414
|
"ListBuildsForProjectInput":{
|
1061
1415
|
"type":"structure",
|
1062
1416
|
"required":["projectName"],
|
@@ -1244,6 +1598,10 @@
|
|
1244
1598
|
"type":"string",
|
1245
1599
|
"min":1
|
1246
1600
|
},
|
1601
|
+
"NonNegativeInt":{
|
1602
|
+
"type":"integer",
|
1603
|
+
"min":0
|
1604
|
+
},
|
1247
1605
|
"OAuthProviderException":{
|
1248
1606
|
"type":"structure",
|
1249
1607
|
"members":{
|
@@ -1255,6 +1613,11 @@
|
|
1255
1613
|
"max":100,
|
1256
1614
|
"min":1
|
1257
1615
|
},
|
1616
|
+
"Percentage":{
|
1617
|
+
"type":"double",
|
1618
|
+
"max":100,
|
1619
|
+
"min":0
|
1620
|
+
},
|
1258
1621
|
"PhaseContext":{
|
1259
1622
|
"type":"structure",
|
1260
1623
|
"members":{
|
@@ -1300,7 +1663,8 @@
|
|
1300
1663
|
"vpcConfig":{"shape":"VpcConfig"},
|
1301
1664
|
"badge":{"shape":"ProjectBadge"},
|
1302
1665
|
"logsConfig":{"shape":"LogsConfig"},
|
1303
|
-
"fileSystemLocations":{"shape":"ProjectFileSystemLocations"}
|
1666
|
+
"fileSystemLocations":{"shape":"ProjectFileSystemLocations"},
|
1667
|
+
"buildBatchConfig":{"shape":"ProjectBuildBatchConfig"}
|
1304
1668
|
}
|
1305
1669
|
},
|
1306
1670
|
"ProjectArns":{
|
@@ -1337,6 +1701,15 @@
|
|
1337
1701
|
"badgeRequestUrl":{"shape":"String"}
|
1338
1702
|
}
|
1339
1703
|
},
|
1704
|
+
"ProjectBuildBatchConfig":{
|
1705
|
+
"type":"structure",
|
1706
|
+
"members":{
|
1707
|
+
"serviceRole":{"shape":"NonEmptyString"},
|
1708
|
+
"combineArtifacts":{"shape":"WrapperBoolean"},
|
1709
|
+
"restrictions":{"shape":"BatchRestrictions"},
|
1710
|
+
"timeoutInMins":{"shape":"WrapperInt"}
|
1711
|
+
}
|
1712
|
+
},
|
1340
1713
|
"ProjectCache":{
|
1341
1714
|
"type":"structure",
|
1342
1715
|
"required":["type"],
|
@@ -1491,7 +1864,8 @@
|
|
1491
1864
|
"expired":{"shape":"Timestamp"},
|
1492
1865
|
"exportConfig":{"shape":"ReportExportConfig"},
|
1493
1866
|
"truncated":{"shape":"WrapperBoolean"},
|
1494
|
-
"testSummary":{"shape":"TestReportSummary"}
|
1867
|
+
"testSummary":{"shape":"TestReportSummary"},
|
1868
|
+
"codeCoverageSummary":{"shape":"CodeCoverageReportSummary"}
|
1495
1869
|
}
|
1496
1870
|
},
|
1497
1871
|
"ReportArns":{
|
@@ -1500,6 +1874,13 @@
|
|
1500
1874
|
"max":100,
|
1501
1875
|
"min":1
|
1502
1876
|
},
|
1877
|
+
"ReportCodeCoverageSortByType":{
|
1878
|
+
"type":"string",
|
1879
|
+
"enum":[
|
1880
|
+
"LINE_COVERAGE_PERCENTAGE",
|
1881
|
+
"FILE_PATH"
|
1882
|
+
]
|
1883
|
+
},
|
1503
1884
|
"ReportExportConfig":{
|
1504
1885
|
"type":"structure",
|
1505
1886
|
"members":{
|
@@ -1581,7 +1962,10 @@
|
|
1581
1962
|
},
|
1582
1963
|
"ReportType":{
|
1583
1964
|
"type":"string",
|
1584
|
-
"enum":[
|
1965
|
+
"enum":[
|
1966
|
+
"TEST",
|
1967
|
+
"CODE_COVERAGE"
|
1968
|
+
]
|
1585
1969
|
},
|
1586
1970
|
"Reports":{
|
1587
1971
|
"type":"list",
|
@@ -1589,6 +1973,18 @@
|
|
1589
1973
|
"max":100,
|
1590
1974
|
"min":1
|
1591
1975
|
},
|
1976
|
+
"ResolvedArtifact":{
|
1977
|
+
"type":"structure",
|
1978
|
+
"members":{
|
1979
|
+
"type":{"shape":"ArtifactsType"},
|
1980
|
+
"location":{"shape":"String"},
|
1981
|
+
"identifier":{"shape":"String"}
|
1982
|
+
}
|
1983
|
+
},
|
1984
|
+
"ResolvedSecondaryArtifacts":{
|
1985
|
+
"type":"list",
|
1986
|
+
"member":{"shape":"ResolvedArtifact"}
|
1987
|
+
},
|
1592
1988
|
"ResourceAlreadyExistsException":{
|
1593
1989
|
"type":"structure",
|
1594
1990
|
"members":{
|
@@ -1601,6 +1997,40 @@
|
|
1601
1997
|
},
|
1602
1998
|
"exception":true
|
1603
1999
|
},
|
2000
|
+
"RetryBuildBatchInput":{
|
2001
|
+
"type":"structure",
|
2002
|
+
"members":{
|
2003
|
+
"id":{"shape":"NonEmptyString"},
|
2004
|
+
"idempotencyToken":{"shape":"String"},
|
2005
|
+
"retryType":{"shape":"RetryBuildBatchType"}
|
2006
|
+
}
|
2007
|
+
},
|
2008
|
+
"RetryBuildBatchOutput":{
|
2009
|
+
"type":"structure",
|
2010
|
+
"members":{
|
2011
|
+
"buildBatch":{"shape":"BuildBatch"}
|
2012
|
+
}
|
2013
|
+
},
|
2014
|
+
"RetryBuildBatchType":{
|
2015
|
+
"type":"string",
|
2016
|
+
"enum":[
|
2017
|
+
"RETRY_ALL_BUILDS",
|
2018
|
+
"RETRY_FAILED_BUILDS"
|
2019
|
+
]
|
2020
|
+
},
|
2021
|
+
"RetryBuildInput":{
|
2022
|
+
"type":"structure",
|
2023
|
+
"members":{
|
2024
|
+
"id":{"shape":"NonEmptyString"},
|
2025
|
+
"idempotencyToken":{"shape":"String"}
|
2026
|
+
}
|
2027
|
+
},
|
2028
|
+
"RetryBuildOutput":{
|
2029
|
+
"type":"structure",
|
2030
|
+
"members":{
|
2031
|
+
"build":{"shape":"Build"}
|
2032
|
+
}
|
2033
|
+
},
|
1604
2034
|
"S3LogsConfig":{
|
1605
2035
|
"type":"structure",
|
1606
2036
|
"required":["status"],
|
@@ -1688,6 +2118,48 @@
|
|
1688
2118
|
"NO_SOURCE"
|
1689
2119
|
]
|
1690
2120
|
},
|
2121
|
+
"StartBuildBatchInput":{
|
2122
|
+
"type":"structure",
|
2123
|
+
"required":["projectName"],
|
2124
|
+
"members":{
|
2125
|
+
"projectName":{"shape":"NonEmptyString"},
|
2126
|
+
"secondarySourcesOverride":{"shape":"ProjectSources"},
|
2127
|
+
"secondarySourcesVersionOverride":{"shape":"ProjectSecondarySourceVersions"},
|
2128
|
+
"sourceVersion":{"shape":"String"},
|
2129
|
+
"artifactsOverride":{"shape":"ProjectArtifacts"},
|
2130
|
+
"secondaryArtifactsOverride":{"shape":"ProjectArtifactsList"},
|
2131
|
+
"environmentVariablesOverride":{"shape":"EnvironmentVariables"},
|
2132
|
+
"sourceTypeOverride":{"shape":"SourceType"},
|
2133
|
+
"sourceLocationOverride":{"shape":"String"},
|
2134
|
+
"sourceAuthOverride":{"shape":"SourceAuth"},
|
2135
|
+
"gitCloneDepthOverride":{"shape":"GitCloneDepth"},
|
2136
|
+
"gitSubmodulesConfigOverride":{"shape":"GitSubmodulesConfig"},
|
2137
|
+
"buildspecOverride":{"shape":"String"},
|
2138
|
+
"insecureSslOverride":{"shape":"WrapperBoolean"},
|
2139
|
+
"reportBuildBatchStatusOverride":{"shape":"WrapperBoolean"},
|
2140
|
+
"environmentTypeOverride":{"shape":"EnvironmentType"},
|
2141
|
+
"imageOverride":{"shape":"NonEmptyString"},
|
2142
|
+
"computeTypeOverride":{"shape":"ComputeType"},
|
2143
|
+
"certificateOverride":{"shape":"String"},
|
2144
|
+
"cacheOverride":{"shape":"ProjectCache"},
|
2145
|
+
"serviceRoleOverride":{"shape":"NonEmptyString"},
|
2146
|
+
"privilegedModeOverride":{"shape":"WrapperBoolean"},
|
2147
|
+
"buildTimeoutInMinutesOverride":{"shape":"TimeOut"},
|
2148
|
+
"queuedTimeoutInMinutesOverride":{"shape":"TimeOut"},
|
2149
|
+
"encryptionKeyOverride":{"shape":"NonEmptyString"},
|
2150
|
+
"idempotencyToken":{"shape":"String"},
|
2151
|
+
"logsConfigOverride":{"shape":"LogsConfig"},
|
2152
|
+
"registryCredentialOverride":{"shape":"RegistryCredential"},
|
2153
|
+
"imagePullCredentialsTypeOverride":{"shape":"ImagePullCredentialsType"},
|
2154
|
+
"buildBatchConfigOverride":{"shape":"ProjectBuildBatchConfig"}
|
2155
|
+
}
|
2156
|
+
},
|
2157
|
+
"StartBuildBatchOutput":{
|
2158
|
+
"type":"structure",
|
2159
|
+
"members":{
|
2160
|
+
"buildBatch":{"shape":"BuildBatch"}
|
2161
|
+
}
|
2162
|
+
},
|
1691
2163
|
"StartBuildInput":{
|
1692
2164
|
"type":"structure",
|
1693
2165
|
"required":["projectName"],
|
@@ -1742,6 +2214,19 @@
|
|
1742
2214
|
"STOPPED"
|
1743
2215
|
]
|
1744
2216
|
},
|
2217
|
+
"StopBuildBatchInput":{
|
2218
|
+
"type":"structure",
|
2219
|
+
"required":["id"],
|
2220
|
+
"members":{
|
2221
|
+
"id":{"shape":"NonEmptyString"}
|
2222
|
+
}
|
2223
|
+
},
|
2224
|
+
"StopBuildBatchOutput":{
|
2225
|
+
"type":"structure",
|
2226
|
+
"members":{
|
2227
|
+
"buildBatch":{"shape":"BuildBatch"}
|
2228
|
+
}
|
2229
|
+
},
|
1745
2230
|
"StopBuildInput":{
|
1746
2231
|
"type":"structure",
|
1747
2232
|
"required":["id"],
|
@@ -1838,7 +2323,8 @@
|
|
1838
2323
|
"vpcConfig":{"shape":"VpcConfig"},
|
1839
2324
|
"badgeEnabled":{"shape":"WrapperBoolean"},
|
1840
2325
|
"logsConfig":{"shape":"LogsConfig"},
|
1841
|
-
"fileSystemLocations":{"shape":"ProjectFileSystemLocations"}
|
2326
|
+
"fileSystemLocations":{"shape":"ProjectFileSystemLocations"},
|
2327
|
+
"buildBatchConfig":{"shape":"ProjectBuildBatchConfig"}
|
1842
2328
|
}
|
1843
2329
|
},
|
1844
2330
|
"UpdateProjectOutput":{
|
@@ -1869,7 +2355,8 @@
|
|
1869
2355
|
"projectName":{"shape":"ProjectName"},
|
1870
2356
|
"branchFilter":{"shape":"String"},
|
1871
2357
|
"rotateSecret":{"shape":"Boolean"},
|
1872
|
-
"filterGroups":{"shape":"FilterGroups"}
|
2358
|
+
"filterGroups":{"shape":"FilterGroups"},
|
2359
|
+
"buildType":{"shape":"WebhookBuildType"}
|
1873
2360
|
}
|
1874
2361
|
},
|
1875
2362
|
"UpdateWebhookOutput":{
|
@@ -1900,9 +2387,17 @@
|
|
1900
2387
|
"secret":{"shape":"NonEmptyString"},
|
1901
2388
|
"branchFilter":{"shape":"String"},
|
1902
2389
|
"filterGroups":{"shape":"FilterGroups"},
|
2390
|
+
"buildType":{"shape":"WebhookBuildType"},
|
1903
2391
|
"lastModifiedSecret":{"shape":"Timestamp"}
|
1904
2392
|
}
|
1905
2393
|
},
|
2394
|
+
"WebhookBuildType":{
|
2395
|
+
"type":"string",
|
2396
|
+
"enum":[
|
2397
|
+
"BUILD",
|
2398
|
+
"BUILD_BATCH"
|
2399
|
+
]
|
2400
|
+
},
|
1906
2401
|
"WebhookFilter":{
|
1907
2402
|
"type":"structure",
|
1908
2403
|
"required":[
|