Skip to content

Commit 6af775f

Browse files
author
awstools
committed
docs(client-codebuild): Support access tokens for Bitbucket sources
1 parent a6d5127 commit 6af775f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5732,7 +5732,7 @@ export interface ImportSourceCredentialsInput {
57325732

57335733
/**
57345734
* <p> For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket,
5735-
* this is the app password. </p>
5735+
* this is either the access token or the app password. </p>
57365736
* @public
57375737
*/
57385738
token: string | undefined;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4521,7 +4521,7 @@
45214521
"token": {
45224522
"target": "com.amazonaws.codebuild#SensitiveNonEmptyString",
45234523
"traits": {
4524-
"smithy.api#documentation": "<p> For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket,\n this is the app password. </p>",
4524+
"smithy.api#documentation": "<p> For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket,\n this is either the access token or the app password. </p>",
45254525
"smithy.api#required": {}
45264526
}
45274527
},

0 commit comments

Comments
 (0)