Skip to content

Commit 63cce7b

Browse files
author
awstools
committed
docs(client-codebuild): Add note for the RUNNER_BUILDKITE_BUILD buildType.
1 parent 6456332 commit 63cce7b

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

clients/client-codebuild/src/models/models_0.ts

+18
Original file line numberDiff line numberDiff line change
@@ -4041,6 +4041,12 @@ export interface Webhook {
40414041

40424042
/**
40434043
* <p>Specifies the type of build this webhook will trigger.</p>
4044+
* <note>
4045+
* <p>
4046+
* <code>RUNNER_BUILDKITE_BUILD</code> is only available for <code>NO_SOURCE</code> source type projects
4047+
* 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
4048+
* user guide</i>.</p>
4049+
* </note>
40444050
* @public
40454051
*/
40464052
buildType?: WebhookBuildType | undefined;
@@ -5440,6 +5446,12 @@ export interface CreateWebhookInput {
54405446

54415447
/**
54425448
* <p>Specifies the type of build this webhook will trigger.</p>
5449+
* <note>
5450+
* <p>
5451+
* <code>RUNNER_BUILDKITE_BUILD</code> is only available for <code>NO_SOURCE</code> source type projects
5452+
* 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
5453+
* user guide</i>.</p>
5454+
* </note>
54435455
* @public
54445456
*/
54455457
buildType?: WebhookBuildType | undefined;
@@ -8785,6 +8797,12 @@ export interface UpdateWebhookInput {
87858797

87868798
/**
87878799
* <p>Specifies the type of build this webhook will trigger.</p>
8800+
* <note>
8801+
* <p>
8802+
* <code>RUNNER_BUILDKITE_BUILD</code> is only available for <code>NO_SOURCE</code> source type projects
8803+
* 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
8804+
* user guide</i>.</p>
8805+
* </note>
87888806
* @public
87898807
*/
87908808
buildType?: WebhookBuildType | undefined;

codegen/sdk-codegen/aws-models/codebuild.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3338,7 +3338,7 @@
33383338
"buildType": {
33393339
"target": "com.amazonaws.codebuild#WebhookBuildType",
33403340
"traits": {
3341-
"smithy.api#documentation": "<p>Specifies the type of build this webhook will trigger.</p>"
3341+
"smithy.api#documentation": "<p>Specifies the type of build this webhook will trigger.</p>\n <note>\n <p>\n <code>RUNNER_BUILDKITE_BUILD</code> is only available for <code>NO_SOURCE</code> source type projects \n 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\n user guide</i>.</p>\n </note>"
33423342
}
33433343
},
33443344
"manualCreation": {
@@ -9281,7 +9281,7 @@
92819281
"buildType": {
92829282
"target": "com.amazonaws.codebuild#WebhookBuildType",
92839283
"traits": {
9284-
"smithy.api#documentation": "<p>Specifies the type of build this webhook will trigger.</p>"
9284+
"smithy.api#documentation": "<p>Specifies the type of build this webhook will trigger.</p>\n <note>\n <p>\n <code>RUNNER_BUILDKITE_BUILD</code> is only available for <code>NO_SOURCE</code> source type projects \n 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\n user guide</i>.</p>\n </note>"
92859285
}
92869286
}
92879287
},
@@ -9375,7 +9375,7 @@
93759375
"buildType": {
93769376
"target": "com.amazonaws.codebuild#WebhookBuildType",
93779377
"traits": {
9378-
"smithy.api#documentation": "<p>Specifies the type of build this webhook will trigger.</p>"
9378+
"smithy.api#documentation": "<p>Specifies the type of build this webhook will trigger.</p>\n <note>\n <p>\n <code>RUNNER_BUILDKITE_BUILD</code> is only available for <code>NO_SOURCE</code> source type projects \n 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\n user guide</i>.</p>\n </note>"
93799379
}
93809380
},
93819381
"manualCreation": {

0 commit comments

Comments
 (0)