File: doc.go

package info (click to toggle)
golang-github-aws-aws-sdk-go-v2 1.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 662,428 kB
  • sloc: java: 16,875; makefile: 432; sh: 175
file content (19 lines) | stat: -rw-r--r-- 971 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Code generated by smithy-go-codegen DO NOT EDIT.

// Package codebuild provides the API client, operations, and parameter types for
// AWS CodeBuild.
//
// # CodeBuild
//
// 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 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 [CodeBuild User Guide].
//
// [CodeBuild User Guide]: https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html
package codebuild