Skip to content

Commit 7e311d8

Browse files
author
AWS
committed
AWS CodeBuild Update: Add note for the RUNNER_BUILDKITE_BUILD buildType.
1 parent 277412b commit 7e311d8

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS CodeBuild",
4+
"contributor": "",
5+
"description": "Add note for the RUNNER_BUILDKITE_BUILD buildType."
6+
}

services/codebuild/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1853,7 +1853,7 @@
18531853
},
18541854
"buildType":{
18551855
"shape":"WebhookBuildType",
1856-
"documentation":"<p>Specifies the type of build this webhook will trigger.</p>"
1856+
"documentation":"<p>Specifies the type of build this webhook will trigger.</p> <note> <p> <code>RUNNER_BUILDKITE_BUILD</code> is only available for <code>NO_SOURCE</code> source type projects configured for Buildkite runner builds. For more information about CodeBuild-hosted Buildkite runner builds, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/sample-runner-buildkite.html\">Tutorial: Configure a CodeBuild-hosted Buildkite runner</a> in the <i>CodeBuild user guide</i>.</p> </note>"
18571857
},
18581858
"manualCreation":{
18591859
"shape":"WrapperBoolean",
@@ -4921,7 +4921,7 @@
49214921
},
49224922
"buildType":{
49234923
"shape":"WebhookBuildType",
4924-
"documentation":"<p>Specifies the type of build this webhook will trigger.</p>"
4924+
"documentation":"<p>Specifies the type of build this webhook will trigger.</p> <note> <p> <code>RUNNER_BUILDKITE_BUILD</code> is only available for <code>NO_SOURCE</code> source type projects configured for Buildkite runner builds. For more information about CodeBuild-hosted Buildkite runner builds, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/sample-runner-buildkite.html\">Tutorial: Configure a CodeBuild-hosted Buildkite runner</a> in the <i>CodeBuild user guide</i>.</p> </note>"
49254925
}
49264926
}
49274927
},
@@ -4983,7 +4983,7 @@
49834983
},
49844984
"buildType":{
49854985
"shape":"WebhookBuildType",
4986-
"documentation":"<p>Specifies the type of build this webhook will trigger.</p>"
4986+
"documentation":"<p>Specifies the type of build this webhook will trigger.</p> <note> <p> <code>RUNNER_BUILDKITE_BUILD</code> is only available for <code>NO_SOURCE</code> source type projects configured for Buildkite runner builds. For more information about CodeBuild-hosted Buildkite runner builds, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/sample-runner-buildkite.html\">Tutorial: Configure a CodeBuild-hosted Buildkite runner</a> in the <i>CodeBuild user guide</i>.</p> </note>"
49874987
},
49884988
"manualCreation":{
49894989
"shape":"WrapperBoolean",

0 commit comments

Comments
 (0)