You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/codebuild/src/main/resources/codegen-resources/service-2.json
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1859,9 +1859,13 @@
1859
1859
"machineType":{
1860
1860
"shape":"MachineType",
1861
1861
"documentation":"<p>The machine type of the instance type included in your fleet.</p>"
1862
+
},
1863
+
"instanceType":{
1864
+
"shape":"NonEmptyString",
1865
+
"documentation":"<p>The EC2 instance type to be launched in your fleet.</p>"
1862
1866
}
1863
1867
},
1864
-
"documentation":"<p>Contains compute attributes. These attributes only need be specified when your project's or fleet's <code>computeType</code> is set to <code>ATTRIBUTE_BASED_COMPUTE</code>.</p>"
1868
+
"documentation":"<p>Contains compute attributes. These attributes only need be specified when your project's or fleet's <code>computeType</code> is set to <code>ATTRIBUTE_BASED_COMPUTE</code> or <code>CUSTOM_INSTANCE_TYPE</code>.</p>"
1865
1869
},
1866
1870
"ComputeType":{
1867
1871
"type":"string",
@@ -1876,7 +1880,8 @@
1876
1880
"BUILD_LAMBDA_4GB",
1877
1881
"BUILD_LAMBDA_8GB",
1878
1882
"BUILD_LAMBDA_10GB",
1879
-
"ATTRIBUTE_BASED_COMPUTE"
1883
+
"ATTRIBUTE_BASED_COMPUTE",
1884
+
"CUSTOM_INSTANCE_TYPE"
1880
1885
]
1881
1886
},
1882
1887
"ComputeTypesAllowed":{
@@ -4645,7 +4650,7 @@
4645
4650
},
4646
4651
"scope":{
4647
4652
"shape":"WebhookScopeType",
4648
-
"documentation":"<p>The type of scope for a GitHub or GitLab webhook.</p>"
4653
+
"documentation":"<p>The type of scope for a GitHub or GitLab webhook. The scope default is GITHUB_ORGANIZATION.</p>"
4649
4654
}
4650
4655
},
4651
4656
"documentation":"<p>Contains configuration information about the scope for a webhook. </p>"
0 commit comments