From 59cc038e84583cfc69674bc41fc0bb3829d9bc64 Mon Sep 17 00:00:00 2001 From: awstools Date: Fri, 31 May 2024 18:25:57 +0000 Subject: [PATCH] docs(client-codebuild): AWS CodeBuild now supports Self-hosted GitHub Actions runners for Github Enterprise --- clients/client-codebuild/src/models/models_0.ts | 9 +++++---- codegen/sdk-codegen/aws-models/codebuild.json | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/clients/client-codebuild/src/models/models_0.ts b/clients/client-codebuild/src/models/models_0.ts index a638b791f864..58f6a6cad95e 100644 --- a/clients/client-codebuild/src/models/models_0.ts +++ b/clients/client-codebuild/src/models/models_0.ts @@ -3520,9 +3520,9 @@ export interface WebhookFilter { * PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED filters all push, pull * request created, and pull request updated events.

* - *

The PULL_REQUEST_REOPENED works with GitHub and GitHub - * Enterprise only. The RELEASED, PRERELEASED, - * and WORKFLOW_JOB_QUEUED work with GitHub only.

+ *

Types PULL_REQUEST_REOPENED and WORKFLOW_JOB_QUEUED + * work with GitHub and GitHub Enterprise only. Types RELEASED and + * PRERELEASED work with GitHub only.

*
* * @@ -5010,7 +5010,8 @@ export interface CreateWebhookInput { * secret values for the webhook. The payloadUrl and secret values in the output can be * used to manually create a webhook within GitHub.

* - *

manualCreation is only available for GitHub webhooks.

+ *

+ * manualCreation is only available for GitHub webhooks.

*
* @public */ diff --git a/codegen/sdk-codegen/aws-models/codebuild.json b/codegen/sdk-codegen/aws-models/codebuild.json index 047c98a2de20..1d3ffed2cd46 100644 --- a/codegen/sdk-codegen/aws-models/codebuild.json +++ b/codegen/sdk-codegen/aws-models/codebuild.json @@ -3232,7 +3232,7 @@ "manualCreation": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { - "smithy.api#documentation": "

If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns payloadUrl and \n secret values for the webhook. The payloadUrl and secret values in the output can be \n used to manually create a webhook within GitHub.

\n \n

manualCreation is only available for GitHub webhooks.

\n
" + "smithy.api#documentation": "

If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns payloadUrl and \n secret values for the webhook. The payloadUrl and secret values in the output can be \n used to manually create a webhook within GitHub.

\n \n

\n manualCreation is only available for GitHub webhooks.

\n
" } } }, @@ -9010,7 +9010,7 @@ "type": { "target": "com.amazonaws.codebuild#WebhookFilterType", "traits": { - "smithy.api#documentation": "

The type of webhook filter. There are nine webhook filter types: EVENT,\n ACTOR_ACCOUNT_ID, HEAD_REF, BASE_REF,\n FILE_PATH, COMMIT_MESSAGE, TAG_NAME, RELEASE_NAME, \n and WORKFLOW_NAME.

\n ", + "smithy.api#documentation": "

The type of webhook filter. There are nine webhook filter types: EVENT,\n ACTOR_ACCOUNT_ID, HEAD_REF, BASE_REF,\n FILE_PATH, COMMIT_MESSAGE, TAG_NAME, RELEASE_NAME, \n and WORKFLOW_NAME.

\n ", "smithy.api#required": {} } },