Update Go AWS SDK to the latest version

This commit is contained in:
Andrey Smirnov
2019-07-13 00:03:55 +03:00
committed by Andrey Smirnov
parent d08be990ef
commit 94a72b23ff
2183 changed files with 885887 additions and 228114 deletions
+21 -11
View File
@@ -10,7 +10,7 @@
// for the most popular programming languages and build tools, such as 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, and you pay only for the build time you consume.
// to meet peak build requests. You pay only for the build time you consume.
// For more information about AWS CodeBuild, see the AWS CodeBuild User Guide.
//
// AWS CodeBuild supports these operations:
@@ -18,19 +18,18 @@
// * BatchDeleteBuilds: Deletes one or more builds.
//
// * BatchGetProjects: Gets information about one or more build projects.
// A build project defines how AWS CodeBuild will run a build. This includes
// A build project defines how AWS CodeBuild runs a build. This includes
// information such as where to get the source code to build, the build environment
// to use, the build commands to run, and where to store the build output.
// A build environment represents a combination of operating system, programming
// language runtime, and tools that AWS CodeBuild will use to run a build.
// Also, you can add tags to build projects to help manage your resources
// and costs.
// A build environment is a representation of operating system, programming
// language runtime, and tools that AWS CodeBuild uses to run a build. You
// can add tags to build projects to help manage your resources and costs.
//
// * CreateProject: Creates a build project.
//
// * CreateWebhook: For an existing AWS CodeBuild build project that has
// its source code stored in a GitHub repository, enables AWS CodeBuild to
// begin automatically rebuilding the source code every time a code change
// 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.
//
// * UpdateWebhook: Changes the settings of an existing webhook.
@@ -38,9 +37,9 @@
// * DeleteProject: Deletes a build project.
//
// * DeleteWebhook: For an existing AWS CodeBuild build project that has
// its source code stored in a GitHub repository, stops AWS CodeBuild from
// automatically rebuilding the source code every time a code change is pushed
// to the repository.
// 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.
//
// * ListProjects: Gets a list of build project names, with each build project
// name representing a single build project.
@@ -62,6 +61,17 @@
// * ListCuratedEnvironmentImages: Gets information about Docker images that
// are managed by AWS CodeBuild.
//
// * DeleteSourceCredentials: Deletes a set of GitHub, GitHub Enterprise,
// or Bitbucket source credentials.
//
// * ImportSourceCredentials: Imports the source repository credentials for
// an AWS CodeBuild project that has its source code stored in a GitHub,
// GitHub Enterprise, or Bitbucket repository.
//
// * ListSourceCredentials: Returns a list of SourceCredentialsInfo objects.
// Each SourceCredentialsInfo object includes the authentication type, token
// ARN, and type of source provider for one set of credentials.
//
// See https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06 for more information on this service.
//
// See codebuild package documentation for more information.