Skip to content

Commit

Permalink
chore(clients): update clients as of 07/22/2021 (#2615)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jul 22, 2021
1 parent cb457de commit 514b3e7
Show file tree
Hide file tree
Showing 252 changed files with 23,771 additions and 14,957 deletions.
49 changes: 25 additions & 24 deletions clients/client-codebuild/CodeBuild.ts
Expand Up @@ -202,15 +202,16 @@ import {
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";

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

/**
* <p>For an existing CodeBuild build project that has its source code stored in a GitHub or
* Bitbucket repository, enables CodeBuild to start rebuilding the source code every time a
* <p>For an existing AWS CodeBuild build project that has its source code stored in a GitHub or
* Bitbucket repository, enables AWS CodeBuild to start rebuilding the source code every time a
* code change is pushed to the repository.</p>
* <important>
* <p>If you enable webhooks for an CodeBuild project, and the project is used as a build
* step in CodePipeline, then two identical builds are created for each commit. One build is
* triggered through webhooks, and one through CodePipeline. Because billing is on a per-build
* basis, you are billed for both builds. Therefore, if you are using CodePipeline, we
* recommend that you disable webhooks in CodeBuild. In the CodeBuild console, clear the
* <p>If you enable webhooks for an AWS CodeBuild project, and the project is used as a build
* step in AWS CodePipeline, then two identical builds are created for each commit. One build is
* triggered through webhooks, and one through AWS CodePipeline. Because billing is on a per-build
* basis, you are billed for both builds. Therefore, if you are using AWS CodePipeline, we
* recommend that you disable webhooks in AWS CodeBuild. In the AWS CodeBuild console, clear the
* 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>
* </important>
*/
Expand Down Expand Up @@ -711,8 +712,8 @@ export class CodeBuild extends CodeBuildClient {
}

/**
* <p>For an existing CodeBuild build project that has its source code stored in a GitHub or
* Bitbucket repository, stops CodeBuild from rebuilding the source code every time a code
* <p>For an existing AWS CodeBuild build project that has its source code stored in a GitHub or
* Bitbucket repository, stops AWS CodeBuild from rebuilding the source code every time a code
* change is pushed to the repository.</p>
*/
public deleteWebhook(
Expand Down Expand Up @@ -875,7 +876,7 @@ export class CodeBuild extends CodeBuildClient {
}

/**
* <p> Imports the source repository credentials for an CodeBuild project that has its
* <p> Imports the source repository credentials for an AWS CodeBuild project that has its
* source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository. </p>
*/
public importSourceCredentials(
Expand Down Expand Up @@ -1063,7 +1064,7 @@ export class CodeBuild extends CodeBuildClient {
}

/**
* <p>Gets information about Docker images that are managed by CodeBuild.</p>
* <p>Gets information about Docker images that are managed by AWS CodeBuild.</p>
*/
public listCuratedEnvironmentImages(
args: ListCuratedEnvironmentImagesCommandInput,
Expand Down Expand Up @@ -1126,7 +1127,7 @@ export class CodeBuild extends CodeBuildClient {

/**
* <p>
* Gets a list ARNs for the report groups in the current Amazon Web Services account.
* Gets a list ARNs for the report groups in the current AWS account.
* </p>
*/
public listReportGroups(
Expand Down Expand Up @@ -1160,7 +1161,7 @@ export class CodeBuild extends CodeBuildClient {

/**
* <p>
* Returns a list of ARNs for the reports in the current Amazon Web Services account.
* Returns a list of ARNs for the reports in the current AWS account.
* </p>
*/
public listReports(args: ListReportsCommandInput, options?: __HttpHandlerOptions): Promise<ListReportsCommandOutput>;
Expand Down Expand Up @@ -1221,7 +1222,7 @@ export class CodeBuild extends CodeBuildClient {
}

/**
* <p> Gets a list of projects that are shared with other Amazon Web Services accounts or users. </p>
* <p> Gets a list of projects that are shared with other AWS accounts or users. </p>
*/
public listSharedProjects(
args: ListSharedProjectsCommandInput,
Expand Down Expand Up @@ -1253,7 +1254,7 @@ export class CodeBuild extends CodeBuildClient {
}

/**
* <p> Gets a list of report groups that are shared with other Amazon Web Services accounts or users.
* <p> Gets a list of report groups that are shared with other AWS accounts or users.
* </p>
*/
public listSharedReportGroups(
Expand Down Expand Up @@ -1591,7 +1592,7 @@ export class CodeBuild extends CodeBuildClient {
}

/**
* <p> Updates the webhook associated with an CodeBuild build project. </p>
* <p> Updates the webhook associated with an AWS CodeBuild build project. </p>
* <note>
* <p> If you use Bitbucket for your repository, <code>rotateSecret</code> is ignored.
* </p>
Expand Down
17 changes: 9 additions & 8 deletions clients/client-codebuild/CodeBuildClient.ts
Expand Up @@ -368,15 +368,16 @@ type CodeBuildClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHan
export interface CodeBuildClientResolvedConfig extends CodeBuildClientResolvedConfigType {}

/**
* <p>CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source
* code, runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates
* the need to provision, manage, and scale your own build servers. It provides prepackaged
* <fullname>AWS CodeBuild</fullname>
* <p>AWS CodeBuild is a fully managed build service in the cloud. AWS CodeBuild compiles your source code,
* runs unit tests, and produces artifacts that are ready to deploy. AWS CodeBuild eliminates the
* need to provision, manage, and scale your own build servers. It provides prepackaged
* build environments for the most popular programming languages and build tools, such as
* Apache Maven, Gradle, and more. You can also fully customize build environments in CodeBuild
* to use your own build tools. CodeBuild scales automatically to meet peak build requests. You
* pay only for the build time you consume. For more information about CodeBuild, see the <i>
* <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html">CodeBuild
* User Guide</a>.</i>
* Apache Maven, Gradle, and more. You can also fully customize build environments in AWS CodeBuild
* to use your own build tools. AWS CodeBuild scales automatically to meet peak build requests. You
* pay only for the build time you consume. For more information about AWS CodeBuild, see the <i>
* <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html">AWS CodeBuild User
* Guide</a>.</i>
* </p>
*/
export class CodeBuildClient extends __Client<
Expand Down
18 changes: 10 additions & 8 deletions clients/client-codebuild/README.md
Expand Up @@ -7,15 +7,17 @@

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

<p>CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source
code, runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates
the need to provision, manage, and scale your own build servers. It provides prepackaged
<fullname>AWS CodeBuild</fullname>

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

## Installing
Expand Down
14 changes: 7 additions & 7 deletions clients/client-codebuild/commands/CreateWebhookCommand.ts
Expand Up @@ -21,15 +21,15 @@ export interface CreateWebhookCommandInput extends CreateWebhookInput {}
export interface CreateWebhookCommandOutput extends CreateWebhookOutput, __MetadataBearer {}

/**
* <p>For an existing CodeBuild build project that has its source code stored in a GitHub or
* Bitbucket repository, enables CodeBuild to start rebuilding the source code every time a
* <p>For an existing AWS CodeBuild build project that has its source code stored in a GitHub or
* Bitbucket repository, enables AWS CodeBuild to start rebuilding the source code every time a
* code change is pushed to the repository.</p>
* <important>
* <p>If you enable webhooks for an CodeBuild project, and the project is used as a build
* step in CodePipeline, then two identical builds are created for each commit. One build is
* triggered through webhooks, and one through CodePipeline. Because billing is on a per-build
* basis, you are billed for both builds. Therefore, if you are using CodePipeline, we
* recommend that you disable webhooks in CodeBuild. In the CodeBuild console, clear the
* <p>If you enable webhooks for an AWS CodeBuild project, and the project is used as a build
* step in AWS CodePipeline, then two identical builds are created for each commit. One build is
* triggered through webhooks, and one through AWS CodePipeline. Because billing is on a per-build
* basis, you are billed for both builds. Therefore, if you are using AWS CodePipeline, we
* recommend that you disable webhooks in AWS CodeBuild. In the AWS CodeBuild console, clear the
* 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>
* </important>
* @example
Expand Down
4 changes: 2 additions & 2 deletions clients/client-codebuild/commands/DeleteWebhookCommand.ts
Expand Up @@ -21,8 +21,8 @@ export interface DeleteWebhookCommandInput extends DeleteWebhookInput {}
export interface DeleteWebhookCommandOutput extends DeleteWebhookOutput, __MetadataBearer {}

/**
* <p>For an existing CodeBuild build project that has its source code stored in a GitHub or
* Bitbucket repository, stops CodeBuild from rebuilding the source code every time a code
* <p>For an existing AWS CodeBuild build project that has its source code stored in a GitHub or
* Bitbucket repository, stops AWS CodeBuild from rebuilding the source code every time a code
* change is pushed to the repository.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
Expand Up @@ -21,7 +21,7 @@ export interface ImportSourceCredentialsCommandInput extends ImportSourceCredent
export interface ImportSourceCredentialsCommandOutput extends ImportSourceCredentialsOutput, __MetadataBearer {}

/**
* <p> Imports the source repository credentials for an CodeBuild project that has its
* <p> Imports the source repository credentials for an AWS CodeBuild project that has its
* source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository. </p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
Expand Up @@ -23,7 +23,7 @@ export interface ListCuratedEnvironmentImagesCommandOutput
__MetadataBearer {}

/**
* <p>Gets information about Docker images that are managed by CodeBuild.</p>
* <p>Gets information about Docker images that are managed by AWS CodeBuild.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Expand Up @@ -22,7 +22,7 @@ export interface ListReportGroupsCommandOutput extends ListReportGroupsOutput, _

/**
* <p>
* Gets a list ARNs for the report groups in the current Amazon Web Services account.
* Gets a list ARNs for the report groups in the current AWS account.
* </p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-codebuild/commands/ListReportsCommand.ts
Expand Up @@ -22,7 +22,7 @@ export interface ListReportsCommandOutput extends ListReportsOutput, __MetadataB

/**
* <p>
* Returns a list of ARNs for the reports in the current Amazon Web Services account.
* Returns a list of ARNs for the reports in the current AWS account.
* </p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
Expand Up @@ -21,7 +21,7 @@ export interface ListSharedProjectsCommandInput extends ListSharedProjectsInput
export interface ListSharedProjectsCommandOutput extends ListSharedProjectsOutput, __MetadataBearer {}

/**
* <p> Gets a list of projects that are shared with other Amazon Web Services accounts or users. </p>
* <p> Gets a list of projects that are shared with other AWS accounts or users. </p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Expand Up @@ -21,7 +21,7 @@ export interface ListSharedReportGroupsCommandInput extends ListSharedReportGrou
export interface ListSharedReportGroupsCommandOutput extends ListSharedReportGroupsOutput, __MetadataBearer {}

/**
* <p> Gets a list of report groups that are shared with other Amazon Web Services accounts or users.
* <p> Gets a list of report groups that are shared with other AWS accounts or users.
* </p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-codebuild/commands/UpdateWebhookCommand.ts
Expand Up @@ -21,7 +21,7 @@ export interface UpdateWebhookCommandInput extends UpdateWebhookInput {}
export interface UpdateWebhookCommandOutput extends UpdateWebhookOutput, __MetadataBearer {}

/**
* <p> Updates the webhook associated with an CodeBuild build project. </p>
* <p> Updates the webhook associated with an AWS CodeBuild build project. </p>
* <note>
* <p> If you use Bitbucket for your repository, <code>rotateSecret</code> is ignored.
* </p>
Expand Down

0 comments on commit 514b3e7

Please sign in to comment.