|
1607 | 1607 | "vpcConfig":{"shape":"VpcConfig"},
|
1608 | 1608 | "fleetServiceRole":{
|
1609 | 1609 | "shape":"NonEmptyString",
|
1610 |
| - "documentation":"<p>The service role associated with the compute fleet.</p>" |
| 1610 | + "documentation":"<p>The service role associated with the compute fleet. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html\"> Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>" |
1611 | 1611 | },
|
1612 | 1612 | "tags":{
|
1613 | 1613 | "shape":"TagList",
|
|
1783 | 1783 | "buildType":{
|
1784 | 1784 | "shape":"WebhookBuildType",
|
1785 | 1785 | "documentation":"<p>Specifies the type of build this webhook will trigger.</p>"
|
| 1786 | + }, |
| 1787 | + "manualCreation":{ |
| 1788 | + "shape":"WrapperBoolean", |
| 1789 | + "documentation":"<p>If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns <code>payloadUrl</code> and <code>secret</code> values for the webhook. The <code>payloadUrl</code> and <code>secret</code> values in the output can be used to manually create a webhook within GitHub.</p> <note> <p>manualCreation is only available for GitHub webhooks.</p> </note>" |
1786 | 1790 | }
|
1787 | 1791 | }
|
1788 | 1792 | },
|
|
2219 | 2223 | "vpcConfig":{"shape":"VpcConfig"},
|
2220 | 2224 | "fleetServiceRole":{
|
2221 | 2225 | "shape":"NonEmptyString",
|
2222 |
| - "documentation":"<p>The service role associated with the compute fleet.</p>" |
| 2226 | + "documentation":"<p>The service role associated with the compute fleet. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html\"> Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>" |
2223 | 2227 | },
|
2224 | 2228 | "tags":{
|
2225 | 2229 | "shape":"TagList",
|
|
4499 | 4503 | "vpcConfig":{"shape":"VpcConfig"},
|
4500 | 4504 | "fleetServiceRole":{
|
4501 | 4505 | "shape":"NonEmptyString",
|
4502 |
| - "documentation":"<p>The service role associated with the compute fleet.</p>" |
| 4506 | + "documentation":"<p>The service role associated with the compute fleet. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html\"> Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>" |
4503 | 4507 | },
|
4504 | 4508 | "tags":{
|
4505 | 4509 | "shape":"TagList",
|
|
4757 | 4761 | "shape":"WebhookBuildType",
|
4758 | 4762 | "documentation":"<p>Specifies the type of build this webhook will trigger.</p>"
|
4759 | 4763 | },
|
| 4764 | + "manualCreation":{ |
| 4765 | + "shape":"WrapperBoolean", |
| 4766 | + "documentation":"<p>If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns <code>payloadUrl</code> and <code>secret</code> values for the webhook. The <code>payloadUrl</code> and <code>secret</code> values in the output can be used to manually create a webhook within GitHub.</p> <note> <p>manualCreation is only available for GitHub webhooks.</p> </note>" |
| 4767 | + }, |
4760 | 4768 | "lastModifiedSecret":{
|
4761 | 4769 | "shape":"Timestamp",
|
4762 | 4770 | "documentation":"<p>A timestamp that indicates the last time a repository's secret token was modified. </p>"
|
|
0 commit comments