Skip to content

Commit

Permalink
docs(client-codebuild): Support access tokens for Bitbucket sources
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 11, 2024
1 parent a6d5127 commit 6af775f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/client-codebuild/src/models/models_0.ts
Expand Up @@ -5732,7 +5732,7 @@ export interface ImportSourceCredentialsInput {

/**
* <p> For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket,
* this is the app password. </p>
* this is either the access token or the app password. </p>
* @public
*/
token: string | undefined;
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/codebuild.json
Expand Up @@ -4521,7 +4521,7 @@
"token": {
"target": "com.amazonaws.codebuild#SensitiveNonEmptyString",
"traits": {
"smithy.api#documentation": "<p> For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket,\n this is the app password. </p>",
"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>",
"smithy.api#required": {}
}
},
Expand Down

0 comments on commit 6af775f

Please sign in to comment.