You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-codebuild/src/models/models_0.ts
+28-3
Original file line number
Diff line number
Diff line change
@@ -3116,7 +3116,8 @@ export interface Fleet {
3116
3116
vpcConfig?: VpcConfig;
3117
3117
3118
3118
/**
3119
-
* <p>The service role associated with the compute fleet.</p>
3119
+
* <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">
3120
+
* Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>
3120
3121
* @public
3121
3122
*/
3122
3123
fleetServiceRole?: string;
@@ -3712,6 +3713,17 @@ export interface Webhook {
3712
3713
*/
3713
3714
buildType?: WebhookBuildType;
3714
3715
3716
+
/**
3717
+
* <p>If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns <code>payloadUrl</code> and
3718
+
* <code>secret</code> values for the webhook. The <code>payloadUrl</code> and <code>secret</code> values in the output can
3719
+
* be used to manually create a webhook within GitHub.</p>
3720
+
* <note>
3721
+
* <p>manualCreation is only available for GitHub webhooks.</p>
3722
+
* </note>
3723
+
* @public
3724
+
*/
3725
+
manualCreation?: boolean;
3726
+
3715
3727
/**
3716
3728
* <p>A timestamp that indicates the last time a repository's secret token was modified.
* <p>The service role associated with the compute fleet.</p>
4667
+
* <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">
4668
+
* Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>
* <p>The service role associated with the compute fleet.</p>
7849
+
* <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">
7850
+
* Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>
"smithy.api#documentation": "<p>The service role associated with the compute fleet.</p>"
2902
+
"smithy.api#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\">\n Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>"
2903
2903
}
2904
2904
},
2905
2905
"tags": {
@@ -3228,6 +3228,12 @@
3228
3228
"traits": {
3229
3229
"smithy.api#documentation": "<p>Specifies the type of build this webhook will trigger.</p>"
"smithy.api#documentation": "<p>If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns <code>payloadUrl</code> and \n <code>secret</code> values for the webhook. The <code>payloadUrl</code> and <code>secret</code> values in the output can be \n used to manually create a webhook within GitHub.</p>\n <note>\n <p>manualCreation is only available for GitHub webhooks.</p>\n </note>"
"smithy.api#documentation": "<p>The service role associated with the compute fleet.</p>"
4127
+
"smithy.api#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\">\n Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>"
"smithy.api#documentation": "<p>The service role associated with the compute fleet.</p>"
8496
+
"smithy.api#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\">\n Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>"
8491
8497
}
8492
8498
},
8493
8499
"tags": {
@@ -8964,6 +8970,12 @@
8964
8970
"smithy.api#documentation": "<p>Specifies the type of build this webhook will trigger.</p>"
"smithy.api#documentation": "<p>If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns <code>payloadUrl</code> and \n <code>secret</code> values for the webhook. The <code>payloadUrl</code> and <code>secret</code> values in the output can \n be used to manually create a webhook within GitHub.</p>\n <note>\n <p>manualCreation is only available for GitHub webhooks.</p>\n </note>"
0 commit comments