Skip to content

Commit 514b3e7

Browse files
authored
chore(clients): update clients as of 07/22/2021 (#2615)
1 parent cb457de commit 514b3e7

File tree

252 files changed

+23771
-14957
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

252 files changed

+23771
-14957
lines changed

Diff for: clients/client-codebuild/CodeBuild.ts

+25-24
Original file line numberDiff line numberDiff line change
@@ -202,15 +202,16 @@ import {
202202
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
203203

204204
/**
205-
* <p>CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source
206-
* code, runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates
207-
* the need to provision, manage, and scale your own build servers. It provides prepackaged
205+
* <fullname>AWS CodeBuild</fullname>
206+
* <p>AWS CodeBuild is a fully managed build service in the cloud. AWS CodeBuild compiles your source code,
207+
* runs unit tests, and produces artifacts that are ready to deploy. AWS CodeBuild eliminates the
208+
* need to provision, manage, and scale your own build servers. It provides prepackaged
208209
* build environments for the most popular programming languages and build tools, such as
209-
* Apache Maven, Gradle, and more. You can also fully customize build environments in CodeBuild
210-
* to use your own build tools. CodeBuild scales automatically to meet peak build requests. You
211-
* pay only for the build time you consume. For more information about CodeBuild, see the <i>
212-
* <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html">CodeBuild
213-
* User Guide</a>.</i>
210+
* 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>
214215
* </p>
215216
*/
216217
export class CodeBuild extends CodeBuildClient {
@@ -477,15 +478,15 @@ export class CodeBuild extends CodeBuildClient {
477478
}
478479

479480
/**
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
482483
* code change is pushed to the repository.</p>
483484
* <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
489490
* 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>
490491
* </important>
491492
*/
@@ -711,8 +712,8 @@ export class CodeBuild extends CodeBuildClient {
711712
}
712713

713714
/**
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
716717
* change is pushed to the repository.</p>
717718
*/
718719
public deleteWebhook(
@@ -875,7 +876,7 @@ export class CodeBuild extends CodeBuildClient {
875876
}
876877

877878
/**
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
879880
* source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository. </p>
880881
*/
881882
public importSourceCredentials(
@@ -1063,7 +1064,7 @@ export class CodeBuild extends CodeBuildClient {
10631064
}
10641065

10651066
/**
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>
10671068
*/
10681069
public listCuratedEnvironmentImages(
10691070
args: ListCuratedEnvironmentImagesCommandInput,
@@ -1126,7 +1127,7 @@ export class CodeBuild extends CodeBuildClient {
11261127

11271128
/**
11281129
* <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.
11301131
* </p>
11311132
*/
11321133
public listReportGroups(
@@ -1160,7 +1161,7 @@ export class CodeBuild extends CodeBuildClient {
11601161

11611162
/**
11621163
* <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.
11641165
* </p>
11651166
*/
11661167
public listReports(args: ListReportsCommandInput, options?: __HttpHandlerOptions): Promise<ListReportsCommandOutput>;
@@ -1221,7 +1222,7 @@ export class CodeBuild extends CodeBuildClient {
12211222
}
12221223

12231224
/**
1224-
* <p> Gets a list of projects that are shared with other Amazon Web Services accounts or users. </p>
1225+
* <p> Gets a list of projects that are shared with other AWS accounts or users. </p>
12251226
*/
12261227
public listSharedProjects(
12271228
args: ListSharedProjectsCommandInput,
@@ -1253,7 +1254,7 @@ export class CodeBuild extends CodeBuildClient {
12531254
}
12541255

12551256
/**
1256-
* <p> Gets a list of report groups that are shared with other Amazon Web Services accounts or users.
1257+
* <p> Gets a list of report groups that are shared with other AWS accounts or users.
12571258
* </p>
12581259
*/
12591260
public listSharedReportGroups(
@@ -1591,7 +1592,7 @@ export class CodeBuild extends CodeBuildClient {
15911592
}
15921593

15931594
/**
1594-
* <p> Updates the webhook associated with an CodeBuild build project. </p>
1595+
* <p> Updates the webhook associated with an AWS CodeBuild build project. </p>
15951596
* <note>
15961597
* <p> If you use Bitbucket for your repository, <code>rotateSecret</code> is ignored.
15971598
* </p>

Diff for: clients/client-codebuild/CodeBuildClient.ts

+9-8
Original file line numberDiff line numberDiff line change
@@ -368,15 +368,16 @@ type CodeBuildClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHan
368368
export interface CodeBuildClientResolvedConfig extends CodeBuildClientResolvedConfigType {}
369369

370370
/**
371-
* <p>CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source
372-
* code, runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates
373-
* the need to provision, manage, and scale your own build servers. It provides prepackaged
371+
* <fullname>AWS CodeBuild</fullname>
372+
* <p>AWS CodeBuild is a fully managed build service in the cloud. AWS CodeBuild compiles your source code,
373+
* runs unit tests, and produces artifacts that are ready to deploy. AWS CodeBuild eliminates the
374+
* need to provision, manage, and scale your own build servers. It provides prepackaged
374375
* build environments for the most popular programming languages and build tools, such as
375-
* Apache Maven, Gradle, and more. You can also fully customize build environments in CodeBuild
376-
* to use your own build tools. CodeBuild scales automatically to meet peak build requests. You
377-
* pay only for the build time you consume. For more information about CodeBuild, see the <i>
378-
* <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html">CodeBuild
379-
* User Guide</a>.</i>
376+
* Apache Maven, Gradle, and more. You can also fully customize build environments in AWS CodeBuild
377+
* to use your own build tools. AWS CodeBuild scales automatically to meet peak build requests. You
378+
* pay only for the build time you consume. For more information about AWS CodeBuild, see the <i>
379+
* <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html">AWS CodeBuild User
380+
* Guide</a>.</i>
380381
* </p>
381382
*/
382383
export class CodeBuildClient extends __Client<

Diff for: clients/client-codebuild/README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@
77

88
AWS SDK for JavaScript CodeBuild Client for Node.js, Browser and React Native.
99

10-
<p>CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source
11-
code, runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates
12-
the need to provision, manage, and scale your own build servers. It provides prepackaged
10+
<fullname>AWS CodeBuild</fullname>
11+
12+
<p>AWS CodeBuild is a fully managed build service in the cloud. AWS CodeBuild compiles your source code,
13+
runs unit tests, and produces artifacts that are ready to deploy. AWS CodeBuild eliminates the
14+
need to provision, manage, and scale your own build servers. It provides prepackaged
1315
build environments for the most popular programming languages and build tools, such as
14-
Apache Maven, Gradle, and more. You can also fully customize build environments in CodeBuild
15-
to use your own build tools. CodeBuild scales automatically to meet peak build requests. You
16-
pay only for the build time you consume. For more information about CodeBuild, see the <i>
17-
<a href="https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html">CodeBuild
18-
User Guide</a>.</i>
16+
Apache Maven, Gradle, and more. You can also fully customize build environments in AWS CodeBuild
17+
to use your own build tools. AWS CodeBuild scales automatically to meet peak build requests. You
18+
pay only for the build time you consume. For more information about AWS CodeBuild, see the <i>
19+
<a href="https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html">AWS CodeBuild User
20+
Guide</a>.</i>
1921
</p>
2022

2123
## Installing

Diff for: clients/client-codebuild/commands/CreateWebhookCommand.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ export interface CreateWebhookCommandInput extends CreateWebhookInput {}
2121
export interface CreateWebhookCommandOutput extends CreateWebhookOutput, __MetadataBearer {}
2222

2323
/**
24-
* <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
2626
* code change is pushed to the repository.</p>
2727
* <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
3333
* 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>
3434
* </important>
3535
* @example

Diff for: clients/client-codebuild/commands/DeleteWebhookCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export interface DeleteWebhookCommandInput extends DeleteWebhookInput {}
2121
export interface DeleteWebhookCommandOutput extends DeleteWebhookOutput, __MetadataBearer {}
2222

2323
/**
24-
* <p>For an existing CodeBuild build project that has its source code stored in a GitHub or
25-
* Bitbucket repository, stops CodeBuild from rebuilding the source code every time a code
24+
* <p>For an existing AWS CodeBuild build project that has its source code stored in a GitHub or
25+
* Bitbucket repository, stops AWS CodeBuild from rebuilding the source code every time a code
2626
* change is pushed to the repository.</p>
2727
* @example
2828
* Use a bare-bones client and the command you need to make an API call.

Diff for: clients/client-codebuild/commands/ImportSourceCredentialsCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface ImportSourceCredentialsCommandInput extends ImportSourceCredent
2121
export interface ImportSourceCredentialsCommandOutput extends ImportSourceCredentialsOutput, __MetadataBearer {}
2222

2323
/**
24-
* <p> Imports the source repository credentials for an CodeBuild project that has its
24+
* <p> Imports the source repository credentials for an AWS CodeBuild project that has its
2525
* source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository. </p>
2626
* @example
2727
* Use a bare-bones client and the command you need to make an API call.

Diff for: clients/client-codebuild/commands/ListCuratedEnvironmentImagesCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface ListCuratedEnvironmentImagesCommandOutput
2323
__MetadataBearer {}
2424

2525
/**
26-
* <p>Gets information about Docker images that are managed by CodeBuild.</p>
26+
* <p>Gets information about Docker images that are managed by AWS CodeBuild.</p>
2727
* @example
2828
* Use a bare-bones client and the command you need to make an API call.
2929
* ```javascript

Diff for: clients/client-codebuild/commands/ListReportGroupsCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface ListReportGroupsCommandOutput extends ListReportGroupsOutput, _
2222

2323
/**
2424
* <p>
25-
* Gets a list ARNs for the report groups in the current Amazon Web Services account.
25+
* Gets a list ARNs for the report groups in the current AWS account.
2626
* </p>
2727
* @example
2828
* Use a bare-bones client and the command you need to make an API call.

Diff for: clients/client-codebuild/commands/ListReportsCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface ListReportsCommandOutput extends ListReportsOutput, __MetadataB
2222

2323
/**
2424
* <p>
25-
* Returns a list of ARNs for the reports in the current Amazon Web Services account.
25+
* Returns a list of ARNs for the reports in the current AWS account.
2626
* </p>
2727
* @example
2828
* Use a bare-bones client and the command you need to make an API call.

Diff for: clients/client-codebuild/commands/ListSharedProjectsCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface ListSharedProjectsCommandInput extends ListSharedProjectsInput
2121
export interface ListSharedProjectsCommandOutput extends ListSharedProjectsOutput, __MetadataBearer {}
2222

2323
/**
24-
* <p> Gets a list of projects that are shared with other Amazon Web Services accounts or users. </p>
24+
* <p> Gets a list of projects that are shared with other AWS accounts or users. </p>
2525
* @example
2626
* Use a bare-bones client and the command you need to make an API call.
2727
* ```javascript

Diff for: clients/client-codebuild/commands/ListSharedReportGroupsCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface ListSharedReportGroupsCommandInput extends ListSharedReportGrou
2121
export interface ListSharedReportGroupsCommandOutput extends ListSharedReportGroupsOutput, __MetadataBearer {}
2222

2323
/**
24-
* <p> Gets a list of report groups that are shared with other Amazon Web Services accounts or users.
24+
* <p> Gets a list of report groups that are shared with other AWS accounts or users.
2525
* </p>
2626
* @example
2727
* Use a bare-bones client and the command you need to make an API call.

Diff for: clients/client-codebuild/commands/UpdateWebhookCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface UpdateWebhookCommandInput extends UpdateWebhookInput {}
2121
export interface UpdateWebhookCommandOutput extends UpdateWebhookOutput, __MetadataBearer {}
2222

2323
/**
24-
* <p> Updates the webhook associated with an CodeBuild build project. </p>
24+
* <p> Updates the webhook associated with an AWS CodeBuild build project. </p>
2525
* <note>
2626
* <p> If you use Bitbucket for your repository, <code>rotateSecret</code> is ignored.
2727
* </p>

0 commit comments

Comments
 (0)