|
1075 | 1075 | "buildGroups":{
|
1076 | 1076 | "shape":"BuildGroups",
|
1077 | 1077 | "documentation":"<p>An array of <code>BuildGroup</code> objects that define the build groups for the batch build.</p>"
|
| 1078 | + }, |
| 1079 | + "debugSessionEnabled":{ |
| 1080 | + "shape":"WrapperBoolean", |
| 1081 | + "documentation":"<p/> <p>Specifies if session debugging is enabled for this batch build. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html\">Viewing a running build in Session Manager</a>. Batch session debugging is not supported for matrix batch builds.</p>" |
1078 | 1082 | }
|
1079 | 1083 | },
|
1080 | 1084 | "documentation":"<p>Contains information about a batch build.</p>"
|
|
2941 | 2945 | "members":{
|
2942 | 2946 | "type":{
|
2943 | 2947 | "shape":"SourceType",
|
2944 |
| - "documentation":"<p>The type of repository that contains the source code to be built. Valid values include:</p> <ul> <li> <p> <code>BITBUCKET</code>: The source code is in a Bitbucket repository.</p> </li> <li> <p> <code>CODECOMMIT</code>: The source code is in an AWS CodeCommit repository.</p> </li> <li> <p> <code>CODEPIPELINE</code>: The source code settings are specified in the source action of a pipeline in AWS CodePipeline.</p> </li> <li> <p> <code>GITHUB</code>: The source code is in a GitHub or GitHub Enterprise Cloud repository.</p> </li> <li> <p> <code>GITHUB_ENTERPRISE</code>: The source code is in a GitHub Enterprise Server repository.</p> </li> <li> <p> <code>NO_SOURCE</code>: The project does not have input source code.</p> </li> <li> <p> <code>S3</code>: The source code is in an Amazon S3 input bucket.</p> </li> </ul>" |
| 2948 | + "documentation":"<p>The type of repository that contains the source code to be built. Valid values include:</p> <ul> <li> <p> <code>BITBUCKET</code>: The source code is in a Bitbucket repository.</p> </li> <li> <p> <code>CODECOMMIT</code>: The source code is in an AWS CodeCommit repository.</p> </li> <li> <p> <code>CODEPIPELINE</code>: The source code settings are specified in the source action of a pipeline in AWS CodePipeline.</p> </li> <li> <p> <code>GITHUB</code>: The source code is in a GitHub or GitHub Enterprise Cloud repository.</p> </li> <li> <p> <code>GITHUB_ENTERPRISE</code>: The source code is in a GitHub Enterprise Server repository.</p> </li> <li> <p> <code>NO_SOURCE</code>: The project does not have input source code.</p> </li> <li> <p> <code>S3</code>: The source code is in an Amazon S3 bucket.</p> </li> </ul>" |
2945 | 2949 | },
|
2946 | 2950 | "location":{
|
2947 | 2951 | "shape":"String",
|
|
2977 | 2981 | },
|
2978 | 2982 | "sourceIdentifier":{
|
2979 | 2983 | "shape":"String",
|
2980 |
| - "documentation":"<p> An identifier for this project source. </p>" |
| 2984 | + "documentation":"<p>An identifier for this project source. The identifier can only contain alphanumeric characters and underscores, and must be less than 128 characters in length. </p>" |
2981 | 2985 | }
|
2982 | 2986 | },
|
2983 | 2987 | "documentation":"<p>Information about the build input source code for the build project.</p>"
|
|
2991 | 2995 | "members":{
|
2992 | 2996 | "sourceIdentifier":{
|
2993 | 2997 | "shape":"String",
|
2994 |
| - "documentation":"<p>An identifier for a source in the build project.</p>" |
| 2998 | + "documentation":"<p>An identifier for a source in the build project. The identifier can only contain alphanumeric characters and underscores, and must be less than 128 characters in length. </p>" |
2995 | 2999 | },
|
2996 | 3000 | "sourceVersion":{
|
2997 | 3001 | "shape":"String",
|
|
3649 | 3653 | "buildBatchConfigOverride":{
|
3650 | 3654 | "shape":"ProjectBuildBatchConfig",
|
3651 | 3655 | "documentation":"<p>A <code>BuildBatchConfigOverride</code> object that contains batch build configuration overrides.</p>"
|
| 3656 | + }, |
| 3657 | + "debugSessionEnabled":{ |
| 3658 | + "shape":"WrapperBoolean", |
| 3659 | + "documentation":"<p>Specifies if session debugging is enabled for this batch build. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html\">Viewing a running build in Session Manager</a>. Batch session debugging is not supported for matrix batch builds.</p>" |
3652 | 3660 | }
|
3653 | 3661 | }
|
3654 | 3662 | },
|
|
0 commit comments