|
939 | 939 | "computeTypesAllowed":{
|
940 | 940 | "shape":"ComputeTypesAllowed",
|
941 | 941 | "documentation":"<p>An array of strings that specify the compute types that are allowed for the batch build. See <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html\">Build environment compute types</a> in the <i>CodeBuild User Guide</i> for these values. </p>"
|
| 942 | + }, |
| 943 | + "fleetsAllowed":{ |
| 944 | + "shape":"FleetsAllowed", |
| 945 | + "documentation":"<p>An array of strings that specify the fleets that are allowed for the batch build. See <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/fleets.html\">Run builds on reserved capacity fleets</a> in the <i>CodeBuild User Guide</i> for more information. </p>" |
942 | 946 | }
|
943 | 947 | },
|
944 | 948 | "documentation":"<p>Specifies restrictions for the batch build.</p>"
|
|
2466 | 2470 | "max":100,
|
2467 | 2471 | "min":1
|
2468 | 2472 | },
|
| 2473 | + "FleetsAllowed":{ |
| 2474 | + "type":"list", |
| 2475 | + "member":{"shape":"NonEmptyString"} |
| 2476 | + }, |
2469 | 2477 | "GetReportGroupTrendInput":{
|
2470 | 2478 | "type":"structure",
|
2471 | 2479 | "required":[
|
|
3549 | 3557 | },
|
3550 | 3558 | "reportBuildStatus":{
|
3551 | 3559 | "shape":"WrapperBoolean",
|
3552 |
| - "documentation":"<p> Set to true to report the status of a build's start and finish to your source provider. This option is valid only when your source provider is GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket. If this is set and you use a different source provider, an <code>invalidInputException</code> is thrown. </p> <p>To be able to report the build status to the source provider, the user associated with the source provider must have write access to the repo. If the user does not have write access, the build status cannot be updated. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/access-tokens.html\">Source provider access</a> in the <i>CodeBuild User Guide</i>.</p> <p>The status of a build triggered by a webhook is always reported to your source provider. </p> <p>If your project's builds are triggered by a webhook, you must push a new commit to the repo for a change to this property to take effect.</p>" |
| 3560 | + "documentation":"<p> Set to true to report the status of a build's start and finish to your source provider. This option is valid only when your source provider is GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, GitLab, GitLab Self Managed, or Bitbucket. If this is set and you use a different source provider, an <code>invalidInputException</code> is thrown. </p> <p>To be able to report the build status to the source provider, the user associated with the source provider must have write access to the repo. If the user does not have write access, the build status cannot be updated. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/access-tokens.html\">Source provider access</a> in the <i>CodeBuild User Guide</i>.</p> <p>The status of a build triggered by a webhook is always reported to your source provider. </p> <p>If your project's builds are triggered by a webhook, you must push a new commit to the repo for a change to this property to take effect.</p>" |
3553 | 3561 | },
|
3554 | 3562 | "buildStatusConfig":{
|
3555 | 3563 | "shape":"BuildStatusConfig",
|
|
4412 | 4420 | },
|
4413 | 4421 | "reportBuildStatusOverride":{
|
4414 | 4422 | "shape":"WrapperBoolean",
|
4415 |
| - "documentation":"<p> Set to true to report to your source provider the status of a build's start and completion. If you use this option with a source provider other than GitHub, GitHub Enterprise, or Bitbucket, an <code>invalidInputException</code> is thrown. </p> <p>To be able to report the build status to the source provider, the user associated with the source provider must have write access to the repo. If the user does not have write access, the build status cannot be updated. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/access-tokens.html\">Source provider access</a> in the <i>CodeBuild User Guide</i>.</p> <note> <p> The status of a build triggered by a webhook is always reported to your source provider. </p> </note>" |
| 4423 | + "documentation":"<p> Set to true to report to your source provider the status of a build's start and completion. If you use this option with a source provider other than GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket, an <code>invalidInputException</code> is thrown. </p> <p>To be able to report the build status to the source provider, the user associated with the source provider must have write access to the repo. If the user does not have write access, the build status cannot be updated. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/access-tokens.html\">Source provider access</a> in the <i>CodeBuild User Guide</i>.</p> <note> <p> The status of a build triggered by a webhook is always reported to your source provider. </p> </note>" |
4416 | 4424 | },
|
4417 | 4425 | "buildStatusConfigOverride":{
|
4418 | 4426 | "shape":"BuildStatusConfig",
|
|
0 commit comments