diff --git a/codegen/sdk-codegen/aws-models/codebuild.json b/codegen/sdk-codegen/aws-models/codebuild.json index 5b1dcc7ce6e..d9230e92cfb 100644 --- a/codegen/sdk-codegen/aws-models/codebuild.json +++ b/codegen/sdk-codegen/aws-models/codebuild.json @@ -124,6 +124,12 @@ "traits": { "smithy.api#enumValue": "CODECONNECTIONS" } + }, + "SECRETS_MANAGER": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "SECRETS_MANAGER" + } } } }, @@ -4551,7 +4557,7 @@ } ], "traits": { - "smithy.api#documentation": "
Imports the source repository credentials for an CodeBuild project that has its\n source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository.
" + "smithy.api#documentation": "Imports the source repository credentials for an CodeBuild project that has its\n source code stored in a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository.
" } }, "com.amazonaws.codebuild#ImportSourceCredentialsInput": { @@ -4566,7 +4572,7 @@ "token": { "target": "com.amazonaws.codebuild#SensitiveNonEmptyString", "traits": { - "smithy.api#documentation": " For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket,\n this is either the access token or the app password. For the authType
CODECONNECTIONS, \n this is the connectionArn
.
For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket,\n this is either the access token or the app password. For the authType
CODECONNECTIONS, \n this is the connectionArn
. For the authType
SECRETS_MANAGER, this is the secretArn
.
The type of authentication used to connect to a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or\n Bitbucket repository. An OAUTH connection is not supported by the API and must be\n created using the CodeBuild console. Note that CODECONNECTIONS is only valid for \n GitLab and GitLab Self Managed.
", + "smithy.api#documentation": "The type of authentication used to connect to a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or\n Bitbucket repository. An OAUTH connection is not supported by the API and must be\n created using the CodeBuild console.
", "smithy.api#required": {} } }, @@ -6437,7 +6443,7 @@ "auth": { "target": "com.amazonaws.codebuild#SourceAuth", "traits": { - "smithy.api#documentation": "Information about the authorization settings for CodeBuild to access the source code to be\n built.
\nThis information is for the CodeBuild console's use only. Your code should not get or set\n this information directly.
" + "smithy.api#documentation": "Information about the authorization settings for CodeBuild to access the source code to be\n built.
" } }, "reportBuildStatus": { @@ -7543,7 +7549,7 @@ "type": { "target": "com.amazonaws.codebuild#SourceAuthType", "traits": { - "smithy.api#documentation": "The authorization type to use. Valid options are OAUTH or CODECONNECTIONS.
", + "smithy.api#documentation": "The authorization type to use. Valid options are OAUTH, CODECONNECTIONS, or SECRETS_MANAGER.
", "smithy.api#required": {} } }, @@ -7555,7 +7561,7 @@ } }, "traits": { - "smithy.api#documentation": "Information about the authorization settings for CodeBuild to access the source code to be\n built.
\nThis information is for the CodeBuild console's use only. Your code should not get or set\n this information directly.
" + "smithy.api#documentation": "Information about the authorization settings for CodeBuild to access the source code to be\n built.
" } }, "com.amazonaws.codebuild#SourceAuthType": { @@ -7572,6 +7578,12 @@ "traits": { "smithy.api#enumValue": "CODECONNECTIONS" } + }, + "SECRETS_MANAGER": { + "target": "smithy.api#Unit", + "traits": { + "smithy.api#enumValue": "SECRETS_MANAGER" + } } } }, @@ -7593,13 +7605,13 @@ "authType": { "target": "com.amazonaws.codebuild#AuthType", "traits": { - "smithy.api#documentation": "The type of authentication used by the credentials. Valid options are OAUTH,\n BASIC_AUTH, PERSONAL_ACCESS_TOKEN, or CODECONNECTIONS.
" + "smithy.api#documentation": "The type of authentication used by the credentials. Valid options are OAUTH,\n BASIC_AUTH, PERSONAL_ACCESS_TOKEN, CODECONNECTIONS, or SECRETS_MANAGER.
" } }, "resource": { "target": "com.amazonaws.codebuild#String", "traits": { - "smithy.api#documentation": "The connection ARN if your serverType type is GITLAB or GITLAB_SELF_MANAGED and your authType is CODECONNECTIONS.
" + "smithy.api#documentation": "The connection ARN if your authType is CODECONNECTIONS or SECRETS_MANAGER.
" } } },