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
* Apache Maven, Gradle, and more. You can also fully customize build environments in AWS CodeBuild
211
+
* to use your own build tools. AWS CodeBuild scales automatically to meet peak build requests. You
212
+
* pay only for the build time you consume. For more information about AWS CodeBuild, see the <i>
213
+
* <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html">AWS CodeBuild User
214
+
* Guide</a>.</i>
214
215
* </p>
215
216
*/
216
217
exportclassCodeBuildextendsCodeBuildClient{
@@ -477,15 +478,15 @@ export class CodeBuild extends CodeBuildClient {
477
478
}
478
479
479
480
/**
480
-
* <p>For an existing CodeBuild build project that has its source code stored in a GitHub or
481
-
* Bitbucket repository, enables CodeBuild to start rebuilding the source code every time a
481
+
* <p>For an existing AWS CodeBuild build project that has its source code stored in a GitHub or
482
+
* Bitbucket repository, enables AWS CodeBuild to start rebuilding the source code every time a
482
483
* code change is pushed to the repository.</p>
483
484
* <important>
484
-
* <p>If you enable webhooks for an CodeBuild project, and the project is used as a build
485
-
* step in CodePipeline, then two identical builds are created for each commit. One build is
486
-
* triggered through webhooks, and one through CodePipeline. Because billing is on a per-build
487
-
* basis, you are billed for both builds. Therefore, if you are using CodePipeline, we
488
-
* recommend that you disable webhooks in CodeBuild. In the CodeBuild console, clear the
485
+
* <p>If you enable webhooks for an AWS CodeBuild project, and the project is used as a build
486
+
* step in AWS CodePipeline, then two identical builds are created for each commit. One build is
487
+
* triggered through webhooks, and one through AWS CodePipeline. Because billing is on a per-build
488
+
* basis, you are billed for both builds. Therefore, if you are using AWS CodePipeline, we
489
+
* recommend that you disable webhooks in AWS CodeBuild. In the AWS CodeBuild console, clear the
489
490
* Webhook box. For more information, see step 5 in <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/change-project.html#change-project-console">Change a Build Project's Settings</a>.</p>
490
491
* </important>
491
492
*/
@@ -711,8 +712,8 @@ export class CodeBuild extends CodeBuildClient {
711
712
}
712
713
713
714
/**
714
-
* <p>For an existing CodeBuild build project that has its source code stored in a GitHub or
715
-
* Bitbucket repository, stops CodeBuild from rebuilding the source code every time a code
715
+
* <p>For an existing AWS CodeBuild build project that has its source code stored in a GitHub or
716
+
* Bitbucket repository, stops AWS CodeBuild from rebuilding the source code every time a code
716
717
* change is pushed to the repository.</p>
717
718
*/
718
719
publicdeleteWebhook(
@@ -875,7 +876,7 @@ export class CodeBuild extends CodeBuildClient {
875
876
}
876
877
877
878
/**
878
-
* <p> Imports the source repository credentials for an CodeBuild project that has its
879
+
* <p> Imports the source repository credentials for an AWS CodeBuild project that has its
879
880
* source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository. </p>
880
881
*/
881
882
publicimportSourceCredentials(
@@ -1063,7 +1064,7 @@ export class CodeBuild extends CodeBuildClient {
1063
1064
}
1064
1065
1065
1066
/**
1066
-
* <p>Gets information about Docker images that are managed by CodeBuild.</p>
1067
+
* <p>Gets information about Docker images that are managed by AWS CodeBuild.</p>
1067
1068
*/
1068
1069
publiclistCuratedEnvironmentImages(
1069
1070
args: ListCuratedEnvironmentImagesCommandInput,
@@ -1126,7 +1127,7 @@ export class CodeBuild extends CodeBuildClient {
1126
1127
1127
1128
/**
1128
1129
* <p>
1129
-
* Gets a list ARNs for the report groups in the current Amazon Web Services account.
1130
+
* Gets a list ARNs for the report groups in the current AWS account.
1130
1131
* </p>
1131
1132
*/
1132
1133
publiclistReportGroups(
@@ -1160,7 +1161,7 @@ export class CodeBuild extends CodeBuildClient {
1160
1161
1161
1162
/**
1162
1163
* <p>
1163
-
* Returns a list of ARNs for the reports in the current Amazon Web Services account.
1164
+
* Returns a list of ARNs for the reports in the current AWS account.
* <p>For an existing CodeBuild build project that has its source code stored in a GitHub or
25
-
* Bitbucket repository, enables CodeBuild to start rebuilding the source code every time a
24
+
* <p>For an existing AWS CodeBuild build project that has its source code stored in a GitHub or
25
+
* Bitbucket repository, enables AWS CodeBuild to start rebuilding the source code every time a
26
26
* code change is pushed to the repository.</p>
27
27
* <important>
28
-
* <p>If you enable webhooks for an CodeBuild project, and the project is used as a build
29
-
* step in CodePipeline, then two identical builds are created for each commit. One build is
30
-
* triggered through webhooks, and one through CodePipeline. Because billing is on a per-build
31
-
* basis, you are billed for both builds. Therefore, if you are using CodePipeline, we
32
-
* recommend that you disable webhooks in CodeBuild. In the CodeBuild console, clear the
28
+
* <p>If you enable webhooks for an AWS CodeBuild project, and the project is used as a build
29
+
* step in AWS CodePipeline, then two identical builds are created for each commit. One build is
30
+
* triggered through webhooks, and one through AWS CodePipeline. Because billing is on a per-build
31
+
* basis, you are billed for both builds. Therefore, if you are using AWS CodePipeline, we
32
+
* recommend that you disable webhooks in AWS CodeBuild. In the AWS CodeBuild console, clear the
33
33
* Webhook box. For more information, see step 5 in <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/change-project.html#change-project-console">Change a Build Project's Settings</a>.</p>
0 commit comments