Skip to content

Commit 3a94bcf

Browse files
author
AWS
committed
AWS CodeBuild Update: GitLab Enhancements - Add support for Self-Hosted GitLab runners in CodeBuild. Add group webhooks
1 parent 8b04285 commit 3a94bcf

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
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": "GitLab Enhancements - Add support for Self-Hosted GitLab runners in CodeBuild. Add group webhooks"
6+
}

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3941,15 +3941,15 @@
39413941
"members":{
39423942
"name":{
39433943
"shape":"String",
3944-
"documentation":"<p>The name of either the enterprise or organization that will send webhook events to CodeBuild, depending on if the webhook is a global or organization webhook respectively.</p>"
3944+
"documentation":"<p>The name of either the group, enterprise, or organization that will send webhook events to CodeBuild, depending on the type of webhook.</p>"
39453945
},
39463946
"domain":{
39473947
"shape":"String",
3948-
"documentation":"<p>The domain of the GitHub Enterprise organization. Note that this parameter is only required if your project's source type is GITHUB_ENTERPRISE</p>"
3948+
"documentation":"<p>The domain of the GitHub Enterprise organization or the GitLab Self Managed group. Note that this parameter is only required if your project's source type is GITHUB_ENTERPRISE or GITLAB_SELF_MANAGED.</p>"
39493949
},
39503950
"scope":{
39513951
"shape":"WebhookScopeType",
3952-
"documentation":"<p>The type of scope for a GitHub webhook.</p>"
3952+
"documentation":"<p>The type of scope for a GitHub or GitLab webhook.</p>"
39533953
}
39543954
},
39553955
"documentation":"<p>Contains configuration information about the scope for a webhook. </p>"
@@ -4867,7 +4867,8 @@
48674867
"type":"string",
48684868
"enum":[
48694869
"GITHUB_ORGANIZATION",
4870-
"GITHUB_GLOBAL"
4870+
"GITHUB_GLOBAL",
4871+
"GITLAB_GROUP"
48714872
]
48724873
},
48734874
"WrapperBoolean":{"type":"boolean"},

0 commit comments

Comments
 (0)