Skip to content

Commit ae9b1da

Browse files
author
AWS
committed
AWS CodeBuild Update: Support access tokens for Bitbucket sources
1 parent 7765dfb commit ae9b1da

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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": "Support access tokens for Bitbucket sources"
6+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2398,7 +2398,7 @@
23982398
},
23992399
"token":{
24002400
"shape":"SensitiveNonEmptyString",
2401-
"documentation":"<p> For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket, this is the app password. </p>"
2401+
"documentation":"<p> For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket, this is either the access token or the app password. </p>"
24022402
},
24032403
"serverType":{
24042404
"shape":"ServerType",

0 commit comments

Comments
 (0)