Documentation ¶
Overview ¶
Package codebuild provides the client and types for making API requests to AWS 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 (https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html).
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. https://docs.aws.amazon.com/sdk-for-go/api/service/codebuild/
Using the Client ¶
To contact AWS CodeBuild with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the AWS CodeBuild client CodeBuild for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/codebuild/#New
Index ¶
- Constants
- func ArtifactNamespace_Values() []string
- func ArtifactPackaging_Values() []string
- func ArtifactsType_Values() []string
- func AuthType_Values() []string
- func BucketOwnerAccess_Values() []string
- func BuildBatchPhaseType_Values() []string
- func BuildPhaseType_Values() []string
- func CacheMode_Values() []string
- func CacheType_Values() []string
- func ComputeType_Values() []string
- func CredentialProviderType_Values() []string
- func EnvironmentType_Values() []string
- func EnvironmentVariableType_Values() []string
- func FileSystemType_Values() []string
- func ImagePullCredentialsType_Values() []string
- func LanguageType_Values() []string
- func LogsConfigStatusType_Values() []string
- func PlatformType_Values() []string
- func ProjectSortByType_Values() []string
- func ProjectVisibilityType_Values() []string
- func ReportCodeCoverageSortByType_Values() []string
- func ReportExportConfigType_Values() []string
- func ReportGroupSortByType_Values() []string
- func ReportGroupStatusType_Values() []string
- func ReportGroupTrendFieldType_Values() []string
- func ReportPackagingType_Values() []string
- func ReportStatusType_Values() []string
- func ReportType_Values() []string
- func RetryBuildBatchType_Values() []string
- func ServerType_Values() []string
- func SharedResourceSortByType_Values() []string
- func SortOrderType_Values() []string
- func SourceAuthType_Values() []string
- func SourceType_Values() []string
- func StatusType_Values() []string
- func WebhookBuildType_Values() []string
- func WebhookFilterType_Values() []string
- type AccountLimitExceededException
- func (s *AccountLimitExceededException) Code() string
- func (s *AccountLimitExceededException) Error() string
- func (s AccountLimitExceededException) GoString() string
- func (s *AccountLimitExceededException) Message() string
- func (s *AccountLimitExceededException) OrigErr() error
- func (s *AccountLimitExceededException) RequestID() string
- func (s *AccountLimitExceededException) StatusCode() int
- func (s AccountLimitExceededException) String() string
- type BatchDeleteBuildsInput
- type BatchDeleteBuildsOutput
- type BatchGetBuildBatchesInput
- type BatchGetBuildBatchesOutput
- func (s BatchGetBuildBatchesOutput) GoString() string
- func (s *BatchGetBuildBatchesOutput) SetBuildBatches(v []*BuildBatch) *BatchGetBuildBatchesOutput
- func (s *BatchGetBuildBatchesOutput) SetBuildBatchesNotFound(v []*string) *BatchGetBuildBatchesOutput
- func (s BatchGetBuildBatchesOutput) String() string
- type BatchGetBuildsInput
- type BatchGetBuildsOutput
- type BatchGetProjectsInput
- type BatchGetProjectsOutput
- type BatchGetReportGroupsInput
- type BatchGetReportGroupsOutput
- func (s BatchGetReportGroupsOutput) GoString() string
- func (s *BatchGetReportGroupsOutput) SetReportGroups(v []*ReportGroup) *BatchGetReportGroupsOutput
- func (s *BatchGetReportGroupsOutput) SetReportGroupsNotFound(v []*string) *BatchGetReportGroupsOutput
- func (s BatchGetReportGroupsOutput) String() string
- type BatchGetReportsInput
- type BatchGetReportsOutput
- type BatchRestrictions
- type Build
- func (s Build) GoString() string
- func (s *Build) SetArn(v string) *Build
- func (s *Build) SetArtifacts(v *BuildArtifacts) *Build
- func (s *Build) SetBuildBatchArn(v string) *Build
- func (s *Build) SetBuildComplete(v bool) *Build
- func (s *Build) SetBuildNumber(v int64) *Build
- func (s *Build) SetBuildStatus(v string) *Build
- func (s *Build) SetCache(v *ProjectCache) *Build
- func (s *Build) SetCurrentPhase(v string) *Build
- func (s *Build) SetDebugSession(v *DebugSession) *Build
- func (s *Build) SetEncryptionKey(v string) *Build
- func (s *Build) SetEndTime(v time.Time) *Build
- func (s *Build) SetEnvironment(v *ProjectEnvironment) *Build
- func (s *Build) SetExportedEnvironmentVariables(v []*ExportedEnvironmentVariable) *Build
- func (s *Build) SetFileSystemLocations(v []*ProjectFileSystemLocation) *Build
- func (s *Build) SetId(v string) *Build
- func (s *Build) SetInitiator(v string) *Build
- func (s *Build) SetLogs(v *LogsLocation) *Build
- func (s *Build) SetNetworkInterface(v *NetworkInterface) *Build
- func (s *Build) SetPhases(v []*BuildPhase) *Build
- func (s *Build) SetProjectName(v string) *Build
- func (s *Build) SetQueuedTimeoutInMinutes(v int64) *Build
- func (s *Build) SetReportArns(v []*string) *Build
- func (s *Build) SetResolvedSourceVersion(v string) *Build
- func (s *Build) SetSecondaryArtifacts(v []*BuildArtifacts) *Build
- func (s *Build) SetSecondarySourceVersions(v []*ProjectSourceVersion) *Build
- func (s *Build) SetSecondarySources(v []*ProjectSource) *Build
- func (s *Build) SetServiceRole(v string) *Build
- func (s *Build) SetSource(v *ProjectSource) *Build
- func (s *Build) SetSourceVersion(v string) *Build
- func (s *Build) SetStartTime(v time.Time) *Build
- func (s *Build) SetTimeoutInMinutes(v int64) *Build
- func (s *Build) SetVpcConfig(v *VpcConfig) *Build
- func (s Build) String() string
- type BuildArtifacts
- func (s BuildArtifacts) GoString() string
- func (s *BuildArtifacts) SetArtifactIdentifier(v string) *BuildArtifacts
- func (s *BuildArtifacts) SetBucketOwnerAccess(v string) *BuildArtifacts
- func (s *BuildArtifacts) SetEncryptionDisabled(v bool) *BuildArtifacts
- func (s *BuildArtifacts) SetLocation(v string) *BuildArtifacts
- func (s *BuildArtifacts) SetMd5sum(v string) *BuildArtifacts
- func (s *BuildArtifacts) SetOverrideArtifactName(v bool) *BuildArtifacts
- func (s *BuildArtifacts) SetSha256sum(v string) *BuildArtifacts
- func (s BuildArtifacts) String() string
- type BuildBatch
- func (s BuildBatch) GoString() string
- func (s *BuildBatch) SetArn(v string) *BuildBatch
- func (s *BuildBatch) SetArtifacts(v *BuildArtifacts) *BuildBatch
- func (s *BuildBatch) SetBuildBatchConfig(v *ProjectBuildBatchConfig) *BuildBatch
- func (s *BuildBatch) SetBuildBatchNumber(v int64) *BuildBatch
- func (s *BuildBatch) SetBuildBatchStatus(v string) *BuildBatch
- func (s *BuildBatch) SetBuildGroups(v []*BuildGroup) *BuildBatch
- func (s *BuildBatch) SetBuildTimeoutInMinutes(v int64) *BuildBatch
- func (s *BuildBatch) SetCache(v *ProjectCache) *BuildBatch
- func (s *BuildBatch) SetComplete(v bool) *BuildBatch
- func (s *BuildBatch) SetCurrentPhase(v string) *BuildBatch
- func (s *BuildBatch) SetDebugSessionEnabled(v bool) *BuildBatch
- func (s *BuildBatch) SetEncryptionKey(v string) *BuildBatch
- func (s *BuildBatch) SetEndTime(v time.Time) *BuildBatch
- func (s *BuildBatch) SetEnvironment(v *ProjectEnvironment) *BuildBatch
- func (s *BuildBatch) SetFileSystemLocations(v []*ProjectFileSystemLocation) *BuildBatch
- func (s *BuildBatch) SetId(v string) *BuildBatch
- func (s *BuildBatch) SetInitiator(v string) *BuildBatch
- func (s *BuildBatch) SetLogConfig(v *LogsConfig) *BuildBatch
- func (s *BuildBatch) SetPhases(v []*BuildBatchPhase) *BuildBatch
- func (s *BuildBatch) SetProjectName(v string) *BuildBatch
- func (s *BuildBatch) SetQueuedTimeoutInMinutes(v int64) *BuildBatch
- func (s *BuildBatch) SetResolvedSourceVersion(v string) *BuildBatch
- func (s *BuildBatch) SetSecondaryArtifacts(v []*BuildArtifacts) *BuildBatch
- func (s *BuildBatch) SetSecondarySourceVersions(v []*ProjectSourceVersion) *BuildBatch
- func (s *BuildBatch) SetSecondarySources(v []*ProjectSource) *BuildBatch
- func (s *BuildBatch) SetServiceRole(v string) *BuildBatch
- func (s *BuildBatch) SetSource(v *ProjectSource) *BuildBatch
- func (s *BuildBatch) SetSourceVersion(v string) *BuildBatch
- func (s *BuildBatch) SetStartTime(v time.Time) *BuildBatch
- func (s *BuildBatch) SetVpcConfig(v *VpcConfig) *BuildBatch
- func (s BuildBatch) String() string
- type BuildBatchFilter
- type BuildBatchPhase
- func (s BuildBatchPhase) GoString() string
- func (s *BuildBatchPhase) SetContexts(v []*PhaseContext) *BuildBatchPhase
- func (s *BuildBatchPhase) SetDurationInSeconds(v int64) *BuildBatchPhase
- func (s *BuildBatchPhase) SetEndTime(v time.Time) *BuildBatchPhase
- func (s *BuildBatchPhase) SetPhaseStatus(v string) *BuildBatchPhase
- func (s *BuildBatchPhase) SetPhaseType(v string) *BuildBatchPhase
- func (s *BuildBatchPhase) SetStartTime(v time.Time) *BuildBatchPhase
- func (s BuildBatchPhase) String() string
- type BuildGroup
- func (s BuildGroup) GoString() string
- func (s *BuildGroup) SetCurrentBuildSummary(v *BuildSummary) *BuildGroup
- func (s *BuildGroup) SetDependsOn(v []*string) *BuildGroup
- func (s *BuildGroup) SetIdentifier(v string) *BuildGroup
- func (s *BuildGroup) SetIgnoreFailure(v bool) *BuildGroup
- func (s *BuildGroup) SetPriorBuildSummaryList(v []*BuildSummary) *BuildGroup
- func (s BuildGroup) String() string
- type BuildNotDeleted
- type BuildPhase
- func (s BuildPhase) GoString() string
- func (s *BuildPhase) SetContexts(v []*PhaseContext) *BuildPhase
- func (s *BuildPhase) SetDurationInSeconds(v int64) *BuildPhase
- func (s *BuildPhase) SetEndTime(v time.Time) *BuildPhase
- func (s *BuildPhase) SetPhaseStatus(v string) *BuildPhase
- func (s *BuildPhase) SetPhaseType(v string) *BuildPhase
- func (s *BuildPhase) SetStartTime(v time.Time) *BuildPhase
- func (s BuildPhase) String() string
- type BuildStatusConfig
- type BuildSummary
- func (s BuildSummary) GoString() string
- func (s *BuildSummary) SetArn(v string) *BuildSummary
- func (s *BuildSummary) SetBuildStatus(v string) *BuildSummary
- func (s *BuildSummary) SetPrimaryArtifact(v *ResolvedArtifact) *BuildSummary
- func (s *BuildSummary) SetRequestedOn(v time.Time) *BuildSummary
- func (s *BuildSummary) SetSecondaryArtifacts(v []*ResolvedArtifact) *BuildSummary
- func (s BuildSummary) String() string
- type CloudWatchLogsConfig
- func (s CloudWatchLogsConfig) GoString() string
- func (s *CloudWatchLogsConfig) SetGroupName(v string) *CloudWatchLogsConfig
- func (s *CloudWatchLogsConfig) SetStatus(v string) *CloudWatchLogsConfig
- func (s *CloudWatchLogsConfig) SetStreamName(v string) *CloudWatchLogsConfig
- func (s CloudWatchLogsConfig) String() string
- func (s *CloudWatchLogsConfig) Validate() error
- type CodeBuild
- func (c *CodeBuild) BatchDeleteBuilds(input *BatchDeleteBuildsInput) (*BatchDeleteBuildsOutput, error)
- func (c *CodeBuild) BatchDeleteBuildsRequest(input *BatchDeleteBuildsInput) (req *request.Request, output *BatchDeleteBuildsOutput)
- func (c *CodeBuild) BatchDeleteBuildsWithContext(ctx aws.Context, input *BatchDeleteBuildsInput, opts ...request.Option) (*BatchDeleteBuildsOutput, error)
- func (c *CodeBuild) BatchGetBuildBatches(input *BatchGetBuildBatchesInput) (*BatchGetBuildBatchesOutput, error)
- func (c *CodeBuild) BatchGetBuildBatchesRequest(input *BatchGetBuildBatchesInput) (req *request.Request, output *BatchGetBuildBatchesOutput)
- func (c *CodeBuild) BatchGetBuildBatchesWithContext(ctx aws.Context, input *BatchGetBuildBatchesInput, opts ...request.Option) (*BatchGetBuildBatchesOutput, error)
- func (c *CodeBuild) BatchGetBuilds(input *BatchGetBuildsInput) (*BatchGetBuildsOutput, error)
- func (c *CodeBuild) BatchGetBuildsRequest(input *BatchGetBuildsInput) (req *request.Request, output *BatchGetBuildsOutput)
- func (c *CodeBuild) BatchGetBuildsWithContext(ctx aws.Context, input *BatchGetBuildsInput, opts ...request.Option) (*BatchGetBuildsOutput, error)
- func (c *CodeBuild) BatchGetProjects(input *BatchGetProjectsInput) (*BatchGetProjectsOutput, error)
- func (c *CodeBuild) BatchGetProjectsRequest(input *BatchGetProjectsInput) (req *request.Request, output *BatchGetProjectsOutput)
- func (c *CodeBuild) BatchGetProjectsWithContext(ctx aws.Context, input *BatchGetProjectsInput, opts ...request.Option) (*BatchGetProjectsOutput, error)
- func (c *CodeBuild) BatchGetReportGroups(input *BatchGetReportGroupsInput) (*BatchGetReportGroupsOutput, error)
- func (c *CodeBuild) BatchGetReportGroupsRequest(input *BatchGetReportGroupsInput) (req *request.Request, output *BatchGetReportGroupsOutput)
- func (c *CodeBuild) BatchGetReportGroupsWithContext(ctx aws.Context, input *BatchGetReportGroupsInput, opts ...request.Option) (*BatchGetReportGroupsOutput, error)
- func (c *CodeBuild) BatchGetReports(input *BatchGetReportsInput) (*BatchGetReportsOutput, error)
- func (c *CodeBuild) BatchGetReportsRequest(input *BatchGetReportsInput) (req *request.Request, output *BatchGetReportsOutput)
- func (c *CodeBuild) BatchGetReportsWithContext(ctx aws.Context, input *BatchGetReportsInput, opts ...request.Option) (*BatchGetReportsOutput, error)
- func (c *CodeBuild) CreateProject(input *CreateProjectInput) (*CreateProjectOutput, error)
- func (c *CodeBuild) CreateProjectRequest(input *CreateProjectInput) (req *request.Request, output *CreateProjectOutput)
- func (c *CodeBuild) CreateProjectWithContext(ctx aws.Context, input *CreateProjectInput, opts ...request.Option) (*CreateProjectOutput, error)
- func (c *CodeBuild) CreateReportGroup(input *CreateReportGroupInput) (*CreateReportGroupOutput, error)
- func (c *CodeBuild) CreateReportGroupRequest(input *CreateReportGroupInput) (req *request.Request, output *CreateReportGroupOutput)
- func (c *CodeBuild) CreateReportGroupWithContext(ctx aws.Context, input *CreateReportGroupInput, opts ...request.Option) (*CreateReportGroupOutput, error)
- func (c *CodeBuild) CreateWebhook(input *CreateWebhookInput) (*CreateWebhookOutput, error)
- func (c *CodeBuild) CreateWebhookRequest(input *CreateWebhookInput) (req *request.Request, output *CreateWebhookOutput)
- func (c *CodeBuild) CreateWebhookWithContext(ctx aws.Context, input *CreateWebhookInput, opts ...request.Option) (*CreateWebhookOutput, error)
- func (c *CodeBuild) DeleteBuildBatch(input *DeleteBuildBatchInput) (*DeleteBuildBatchOutput, error)
- func (c *CodeBuild) DeleteBuildBatchRequest(input *DeleteBuildBatchInput) (req *request.Request, output *DeleteBuildBatchOutput)
- func (c *CodeBuild) DeleteBuildBatchWithContext(ctx aws.Context, input *DeleteBuildBatchInput, opts ...request.Option) (*DeleteBuildBatchOutput, error)
- func (c *CodeBuild) DeleteProject(input *DeleteProjectInput) (*DeleteProjectOutput, error)
- func (c *CodeBuild) DeleteProjectRequest(input *DeleteProjectInput) (req *request.Request, output *DeleteProjectOutput)
- func (c *CodeBuild) DeleteProjectWithContext(ctx aws.Context, input *DeleteProjectInput, opts ...request.Option) (*DeleteProjectOutput, error)
- func (c *CodeBuild) DeleteReport(input *DeleteReportInput) (*DeleteReportOutput, error)
- func (c *CodeBuild) DeleteReportGroup(input *DeleteReportGroupInput) (*DeleteReportGroupOutput, error)
- func (c *CodeBuild) DeleteReportGroupRequest(input *DeleteReportGroupInput) (req *request.Request, output *DeleteReportGroupOutput)
- func (c *CodeBuild) DeleteReportGroupWithContext(ctx aws.Context, input *DeleteReportGroupInput, opts ...request.Option) (*DeleteReportGroupOutput, error)
- func (c *CodeBuild) DeleteReportRequest(input *DeleteReportInput) (req *request.Request, output *DeleteReportOutput)
- func (c *CodeBuild) DeleteReportWithContext(ctx aws.Context, input *DeleteReportInput, opts ...request.Option) (*DeleteReportOutput, error)
- func (c *CodeBuild) DeleteResourcePolicy(input *DeleteResourcePolicyInput) (*DeleteResourcePolicyOutput, error)
- func (c *CodeBuild) DeleteResourcePolicyRequest(input *DeleteResourcePolicyInput) (req *request.Request, output *DeleteResourcePolicyOutput)
- func (c *CodeBuild) DeleteResourcePolicyWithContext(ctx aws.Context, input *DeleteResourcePolicyInput, opts ...request.Option) (*DeleteResourcePolicyOutput, error)
- func (c *CodeBuild) DeleteSourceCredentials(input *DeleteSourceCredentialsInput) (*DeleteSourceCredentialsOutput, error)
- func (c *CodeBuild) DeleteSourceCredentialsRequest(input *DeleteSourceCredentialsInput) (req *request.Request, output *DeleteSourceCredentialsOutput)
- func (c *CodeBuild) DeleteSourceCredentialsWithContext(ctx aws.Context, input *DeleteSourceCredentialsInput, opts ...request.Option) (*DeleteSourceCredentialsOutput, error)
- func (c *CodeBuild) DeleteWebhook(input *DeleteWebhookInput) (*DeleteWebhookOutput, error)
- func (c *CodeBuild) DeleteWebhookRequest(input *DeleteWebhookInput) (req *request.Request, output *DeleteWebhookOutput)
- func (c *CodeBuild) DeleteWebhookWithContext(ctx aws.Context, input *DeleteWebhookInput, opts ...request.Option) (*DeleteWebhookOutput, error)
- func (c *CodeBuild) DescribeCodeCoverages(input *DescribeCodeCoveragesInput) (*DescribeCodeCoveragesOutput, error)
- func (c *CodeBuild) DescribeCodeCoveragesPages(input *DescribeCodeCoveragesInput, ...) error
- func (c *CodeBuild) DescribeCodeCoveragesPagesWithContext(ctx aws.Context, input *DescribeCodeCoveragesInput, ...) error
- func (c *CodeBuild) DescribeCodeCoveragesRequest(input *DescribeCodeCoveragesInput) (req *request.Request, output *DescribeCodeCoveragesOutput)
- func (c *CodeBuild) DescribeCodeCoveragesWithContext(ctx aws.Context, input *DescribeCodeCoveragesInput, opts ...request.Option) (*DescribeCodeCoveragesOutput, error)
- func (c *CodeBuild) DescribeTestCases(input *DescribeTestCasesInput) (*DescribeTestCasesOutput, error)
- func (c *CodeBuild) DescribeTestCasesPages(input *DescribeTestCasesInput, fn func(*DescribeTestCasesOutput, bool) bool) error
- func (c *CodeBuild) DescribeTestCasesPagesWithContext(ctx aws.Context, input *DescribeTestCasesInput, ...) error
- func (c *CodeBuild) DescribeTestCasesRequest(input *DescribeTestCasesInput) (req *request.Request, output *DescribeTestCasesOutput)
- func (c *CodeBuild) DescribeTestCasesWithContext(ctx aws.Context, input *DescribeTestCasesInput, opts ...request.Option) (*DescribeTestCasesOutput, error)
- func (c *CodeBuild) GetReportGroupTrend(input *GetReportGroupTrendInput) (*GetReportGroupTrendOutput, error)
- func (c *CodeBuild) GetReportGroupTrendRequest(input *GetReportGroupTrendInput) (req *request.Request, output *GetReportGroupTrendOutput)
- func (c *CodeBuild) GetReportGroupTrendWithContext(ctx aws.Context, input *GetReportGroupTrendInput, opts ...request.Option) (*GetReportGroupTrendOutput, error)
- func (c *CodeBuild) GetResourcePolicy(input *GetResourcePolicyInput) (*GetResourcePolicyOutput, error)
- func (c *CodeBuild) GetResourcePolicyRequest(input *GetResourcePolicyInput) (req *request.Request, output *GetResourcePolicyOutput)
- func (c *CodeBuild) GetResourcePolicyWithContext(ctx aws.Context, input *GetResourcePolicyInput, opts ...request.Option) (*GetResourcePolicyOutput, error)
- func (c *CodeBuild) ImportSourceCredentials(input *ImportSourceCredentialsInput) (*ImportSourceCredentialsOutput, error)
- func (c *CodeBuild) ImportSourceCredentialsRequest(input *ImportSourceCredentialsInput) (req *request.Request, output *ImportSourceCredentialsOutput)
- func (c *CodeBuild) ImportSourceCredentialsWithContext(ctx aws.Context, input *ImportSourceCredentialsInput, opts ...request.Option) (*ImportSourceCredentialsOutput, error)
- func (c *CodeBuild) InvalidateProjectCache(input *InvalidateProjectCacheInput) (*InvalidateProjectCacheOutput, error)
- func (c *CodeBuild) InvalidateProjectCacheRequest(input *InvalidateProjectCacheInput) (req *request.Request, output *InvalidateProjectCacheOutput)
- func (c *CodeBuild) InvalidateProjectCacheWithContext(ctx aws.Context, input *InvalidateProjectCacheInput, opts ...request.Option) (*InvalidateProjectCacheOutput, error)
- func (c *CodeBuild) ListBuildBatches(input *ListBuildBatchesInput) (*ListBuildBatchesOutput, error)
- func (c *CodeBuild) ListBuildBatchesForProject(input *ListBuildBatchesForProjectInput) (*ListBuildBatchesForProjectOutput, error)
- func (c *CodeBuild) ListBuildBatchesForProjectPages(input *ListBuildBatchesForProjectInput, ...) error
- func (c *CodeBuild) ListBuildBatchesForProjectPagesWithContext(ctx aws.Context, input *ListBuildBatchesForProjectInput, ...) error
- func (c *CodeBuild) ListBuildBatchesForProjectRequest(input *ListBuildBatchesForProjectInput) (req *request.Request, output *ListBuildBatchesForProjectOutput)
- func (c *CodeBuild) ListBuildBatchesForProjectWithContext(ctx aws.Context, input *ListBuildBatchesForProjectInput, ...) (*ListBuildBatchesForProjectOutput, error)
- func (c *CodeBuild) ListBuildBatchesPages(input *ListBuildBatchesInput, fn func(*ListBuildBatchesOutput, bool) bool) error
- func (c *CodeBuild) ListBuildBatchesPagesWithContext(ctx aws.Context, input *ListBuildBatchesInput, ...) error
- func (c *CodeBuild) ListBuildBatchesRequest(input *ListBuildBatchesInput) (req *request.Request, output *ListBuildBatchesOutput)
- func (c *CodeBuild) ListBuildBatchesWithContext(ctx aws.Context, input *ListBuildBatchesInput, opts ...request.Option) (*ListBuildBatchesOutput, error)
- func (c *CodeBuild) ListBuilds(input *ListBuildsInput) (*ListBuildsOutput, error)
- func (c *CodeBuild) ListBuildsForProject(input *ListBuildsForProjectInput) (*ListBuildsForProjectOutput, error)
- func (c *CodeBuild) ListBuildsForProjectPages(input *ListBuildsForProjectInput, ...) error
- func (c *CodeBuild) ListBuildsForProjectPagesWithContext(ctx aws.Context, input *ListBuildsForProjectInput, ...) error
- func (c *CodeBuild) ListBuildsForProjectRequest(input *ListBuildsForProjectInput) (req *request.Request, output *ListBuildsForProjectOutput)
- func (c *CodeBuild) ListBuildsForProjectWithContext(ctx aws.Context, input *ListBuildsForProjectInput, opts ...request.Option) (*ListBuildsForProjectOutput, error)
- func (c *CodeBuild) ListBuildsPages(input *ListBuildsInput, fn func(*ListBuildsOutput, bool) bool) error
- func (c *CodeBuild) ListBuildsPagesWithContext(ctx aws.Context, input *ListBuildsInput, fn func(*ListBuildsOutput, bool) bool, ...) error
- func (c *CodeBuild) ListBuildsRequest(input *ListBuildsInput) (req *request.Request, output *ListBuildsOutput)
- func (c *CodeBuild) ListBuildsWithContext(ctx aws.Context, input *ListBuildsInput, opts ...request.Option) (*ListBuildsOutput, error)
- func (c *CodeBuild) ListCuratedEnvironmentImages(input *ListCuratedEnvironmentImagesInput) (*ListCuratedEnvironmentImagesOutput, error)
- func (c *CodeBuild) ListCuratedEnvironmentImagesRequest(input *ListCuratedEnvironmentImagesInput) (req *request.Request, output *ListCuratedEnvironmentImagesOutput)
- func (c *CodeBuild) ListCuratedEnvironmentImagesWithContext(ctx aws.Context, input *ListCuratedEnvironmentImagesInput, ...) (*ListCuratedEnvironmentImagesOutput, error)
- func (c *CodeBuild) ListProjects(input *ListProjectsInput) (*ListProjectsOutput, error)
- func (c *CodeBuild) ListProjectsPages(input *ListProjectsInput, fn func(*ListProjectsOutput, bool) bool) error
- func (c *CodeBuild) ListProjectsPagesWithContext(ctx aws.Context, input *ListProjectsInput, ...) error
- func (c *CodeBuild) ListProjectsRequest(input *ListProjectsInput) (req *request.Request, output *ListProjectsOutput)
- func (c *CodeBuild) ListProjectsWithContext(ctx aws.Context, input *ListProjectsInput, opts ...request.Option) (*ListProjectsOutput, error)
- func (c *CodeBuild) ListReportGroups(input *ListReportGroupsInput) (*ListReportGroupsOutput, error)
- func (c *CodeBuild) ListReportGroupsPages(input *ListReportGroupsInput, fn func(*ListReportGroupsOutput, bool) bool) error
- func (c *CodeBuild) ListReportGroupsPagesWithContext(ctx aws.Context, input *ListReportGroupsInput, ...) error
- func (c *CodeBuild) ListReportGroupsRequest(input *ListReportGroupsInput) (req *request.Request, output *ListReportGroupsOutput)
- func (c *CodeBuild) ListReportGroupsWithContext(ctx aws.Context, input *ListReportGroupsInput, opts ...request.Option) (*ListReportGroupsOutput, error)
- func (c *CodeBuild) ListReports(input *ListReportsInput) (*ListReportsOutput, error)
- func (c *CodeBuild) ListReportsForReportGroup(input *ListReportsForReportGroupInput) (*ListReportsForReportGroupOutput, error)
- func (c *CodeBuild) ListReportsForReportGroupPages(input *ListReportsForReportGroupInput, ...) error
- func (c *CodeBuild) ListReportsForReportGroupPagesWithContext(ctx aws.Context, input *ListReportsForReportGroupInput, ...) error
- func (c *CodeBuild) ListReportsForReportGroupRequest(input *ListReportsForReportGroupInput) (req *request.Request, output *ListReportsForReportGroupOutput)
- func (c *CodeBuild) ListReportsForReportGroupWithContext(ctx aws.Context, input *ListReportsForReportGroupInput, opts ...request.Option) (*ListReportsForReportGroupOutput, error)
- func (c *CodeBuild) ListReportsPages(input *ListReportsInput, fn func(*ListReportsOutput, bool) bool) error
- func (c *CodeBuild) ListReportsPagesWithContext(ctx aws.Context, input *ListReportsInput, ...) error
- func (c *CodeBuild) ListReportsRequest(input *ListReportsInput) (req *request.Request, output *ListReportsOutput)
- func (c *CodeBuild) ListReportsWithContext(ctx aws.Context, input *ListReportsInput, opts ...request.Option) (*ListReportsOutput, error)
- func (c *CodeBuild) ListSharedProjects(input *ListSharedProjectsInput) (*ListSharedProjectsOutput, error)
- func (c *CodeBuild) ListSharedProjectsPages(input *ListSharedProjectsInput, fn func(*ListSharedProjectsOutput, bool) bool) error
- func (c *CodeBuild) ListSharedProjectsPagesWithContext(ctx aws.Context, input *ListSharedProjectsInput, ...) error
- func (c *CodeBuild) ListSharedProjectsRequest(input *ListSharedProjectsInput) (req *request.Request, output *ListSharedProjectsOutput)
- func (c *CodeBuild) ListSharedProjectsWithContext(ctx aws.Context, input *ListSharedProjectsInput, opts ...request.Option) (*ListSharedProjectsOutput, error)
- func (c *CodeBuild) ListSharedReportGroups(input *ListSharedReportGroupsInput) (*ListSharedReportGroupsOutput, error)
- func (c *CodeBuild) ListSharedReportGroupsPages(input *ListSharedReportGroupsInput, ...) error
- func (c *CodeBuild) ListSharedReportGroupsPagesWithContext(ctx aws.Context, input *ListSharedReportGroupsInput, ...) error
- func (c *CodeBuild) ListSharedReportGroupsRequest(input *ListSharedReportGroupsInput) (req *request.Request, output *ListSharedReportGroupsOutput)
- func (c *CodeBuild) ListSharedReportGroupsWithContext(ctx aws.Context, input *ListSharedReportGroupsInput, opts ...request.Option) (*ListSharedReportGroupsOutput, error)
- func (c *CodeBuild) ListSourceCredentials(input *ListSourceCredentialsInput) (*ListSourceCredentialsOutput, error)
- func (c *CodeBuild) ListSourceCredentialsRequest(input *ListSourceCredentialsInput) (req *request.Request, output *ListSourceCredentialsOutput)
- func (c *CodeBuild) ListSourceCredentialsWithContext(ctx aws.Context, input *ListSourceCredentialsInput, opts ...request.Option) (*ListSourceCredentialsOutput, error)
- func (c *CodeBuild) PutResourcePolicy(input *PutResourcePolicyInput) (*PutResourcePolicyOutput, error)
- func (c *CodeBuild) PutResourcePolicyRequest(input *PutResourcePolicyInput) (req *request.Request, output *PutResourcePolicyOutput)
- func (c *CodeBuild) PutResourcePolicyWithContext(ctx aws.Context, input *PutResourcePolicyInput, opts ...request.Option) (*PutResourcePolicyOutput, error)
- func (c *CodeBuild) RetryBuild(input *RetryBuildInput) (*RetryBuildOutput, error)
- func (c *CodeBuild) RetryBuildBatch(input *RetryBuildBatchInput) (*RetryBuildBatchOutput, error)
- func (c *CodeBuild) RetryBuildBatchRequest(input *RetryBuildBatchInput) (req *request.Request, output *RetryBuildBatchOutput)
- func (c *CodeBuild) RetryBuildBatchWithContext(ctx aws.Context, input *RetryBuildBatchInput, opts ...request.Option) (*RetryBuildBatchOutput, error)
- func (c *CodeBuild) RetryBuildRequest(input *RetryBuildInput) (req *request.Request, output *RetryBuildOutput)
- func (c *CodeBuild) RetryBuildWithContext(ctx aws.Context, input *RetryBuildInput, opts ...request.Option) (*RetryBuildOutput, error)
- func (c *CodeBuild) StartBuild(input *StartBuildInput) (*StartBuildOutput, error)
- func (c *CodeBuild) StartBuildBatch(input *StartBuildBatchInput) (*StartBuildBatchOutput, error)
- func (c *CodeBuild) StartBuildBatchRequest(input *StartBuildBatchInput) (req *request.Request, output *StartBuildBatchOutput)
- func (c *CodeBuild) StartBuildBatchWithContext(ctx aws.Context, input *StartBuildBatchInput, opts ...request.Option) (*StartBuildBatchOutput, error)
- func (c *CodeBuild) StartBuildRequest(input *StartBuildInput) (req *request.Request, output *StartBuildOutput)
- func (c *CodeBuild) StartBuildWithContext(ctx aws.Context, input *StartBuildInput, opts ...request.Option) (*StartBuildOutput, error)
- func (c *CodeBuild) StopBuild(input *StopBuildInput) (*StopBuildOutput, error)
- func (c *CodeBuild) StopBuildBatch(input *StopBuildBatchInput) (*StopBuildBatchOutput, error)
- func (c *CodeBuild) StopBuildBatchRequest(input *StopBuildBatchInput) (req *request.Request, output *StopBuildBatchOutput)
- func (c *CodeBuild) StopBuildBatchWithContext(ctx aws.Context, input *StopBuildBatchInput, opts ...request.Option) (*StopBuildBatchOutput, error)
- func (c *CodeBuild) StopBuildRequest(input *StopBuildInput) (req *request.Request, output *StopBuildOutput)
- func (c *CodeBuild) StopBuildWithContext(ctx aws.Context, input *StopBuildInput, opts ...request.Option) (*StopBuildOutput, error)
- func (c *CodeBuild) UpdateProject(input *UpdateProjectInput) (*UpdateProjectOutput, error)
- func (c *CodeBuild) UpdateProjectRequest(input *UpdateProjectInput) (req *request.Request, output *UpdateProjectOutput)
- func (c *CodeBuild) UpdateProjectVisibility(input *UpdateProjectVisibilityInput) (*UpdateProjectVisibilityOutput, error)
- func (c *CodeBuild) UpdateProjectVisibilityRequest(input *UpdateProjectVisibilityInput) (req *request.Request, output *UpdateProjectVisibilityOutput)
- func (c *CodeBuild) UpdateProjectVisibilityWithContext(ctx aws.Context, input *UpdateProjectVisibilityInput, opts ...request.Option) (*UpdateProjectVisibilityOutput, error)
- func (c *CodeBuild) UpdateProjectWithContext(ctx aws.Context, input *UpdateProjectInput, opts ...request.Option) (*UpdateProjectOutput, error)
- func (c *CodeBuild) UpdateReportGroup(input *UpdateReportGroupInput) (*UpdateReportGroupOutput, error)
- func (c *CodeBuild) UpdateReportGroupRequest(input *UpdateReportGroupInput) (req *request.Request, output *UpdateReportGroupOutput)
- func (c *CodeBuild) UpdateReportGroupWithContext(ctx aws.Context, input *UpdateReportGroupInput, opts ...request.Option) (*UpdateReportGroupOutput, error)
- func (c *CodeBuild) UpdateWebhook(input *UpdateWebhookInput) (*UpdateWebhookOutput, error)
- func (c *CodeBuild) UpdateWebhookRequest(input *UpdateWebhookInput) (req *request.Request, output *UpdateWebhookOutput)
- func (c *CodeBuild) UpdateWebhookWithContext(ctx aws.Context, input *UpdateWebhookInput, opts ...request.Option) (*UpdateWebhookOutput, error)
- type CodeCoverage
- func (s CodeCoverage) GoString() string
- func (s *CodeCoverage) SetBranchCoveragePercentage(v float64) *CodeCoverage
- func (s *CodeCoverage) SetBranchesCovered(v int64) *CodeCoverage
- func (s *CodeCoverage) SetBranchesMissed(v int64) *CodeCoverage
- func (s *CodeCoverage) SetExpired(v time.Time) *CodeCoverage
- func (s *CodeCoverage) SetFilePath(v string) *CodeCoverage
- func (s *CodeCoverage) SetId(v string) *CodeCoverage
- func (s *CodeCoverage) SetLineCoveragePercentage(v float64) *CodeCoverage
- func (s *CodeCoverage) SetLinesCovered(v int64) *CodeCoverage
- func (s *CodeCoverage) SetLinesMissed(v int64) *CodeCoverage
- func (s *CodeCoverage) SetReportARN(v string) *CodeCoverage
- func (s CodeCoverage) String() string
- type CodeCoverageReportSummary
- func (s CodeCoverageReportSummary) GoString() string
- func (s *CodeCoverageReportSummary) SetBranchCoveragePercentage(v float64) *CodeCoverageReportSummary
- func (s *CodeCoverageReportSummary) SetBranchesCovered(v int64) *CodeCoverageReportSummary
- func (s *CodeCoverageReportSummary) SetBranchesMissed(v int64) *CodeCoverageReportSummary
- func (s *CodeCoverageReportSummary) SetLineCoveragePercentage(v float64) *CodeCoverageReportSummary
- func (s *CodeCoverageReportSummary) SetLinesCovered(v int64) *CodeCoverageReportSummary
- func (s *CodeCoverageReportSummary) SetLinesMissed(v int64) *CodeCoverageReportSummary
- func (s CodeCoverageReportSummary) String() string
- type CreateProjectInput
- func (s CreateProjectInput) GoString() string
- func (s *CreateProjectInput) SetArtifacts(v *ProjectArtifacts) *CreateProjectInput
- func (s *CreateProjectInput) SetBadgeEnabled(v bool) *CreateProjectInput
- func (s *CreateProjectInput) SetBuildBatchConfig(v *ProjectBuildBatchConfig) *CreateProjectInput
- func (s *CreateProjectInput) SetCache(v *ProjectCache) *CreateProjectInput
- func (s *CreateProjectInput) SetConcurrentBuildLimit(v int64) *CreateProjectInput
- func (s *CreateProjectInput) SetDescription(v string) *CreateProjectInput
- func (s *CreateProjectInput) SetEncryptionKey(v string) *CreateProjectInput
- func (s *CreateProjectInput) SetEnvironment(v *ProjectEnvironment) *CreateProjectInput
- func (s *CreateProjectInput) SetFileSystemLocations(v []*ProjectFileSystemLocation) *CreateProjectInput
- func (s *CreateProjectInput) SetLogsConfig(v *LogsConfig) *CreateProjectInput
- func (s *CreateProjectInput) SetName(v string) *CreateProjectInput
- func (s *CreateProjectInput) SetQueuedTimeoutInMinutes(v int64) *CreateProjectInput
- func (s *CreateProjectInput) SetSecondaryArtifacts(v []*ProjectArtifacts) *CreateProjectInput
- func (s *CreateProjectInput) SetSecondarySourceVersions(v []*ProjectSourceVersion) *CreateProjectInput
- func (s *CreateProjectInput) SetSecondarySources(v []*ProjectSource) *CreateProjectInput
- func (s *CreateProjectInput) SetServiceRole(v string) *CreateProjectInput
- func (s *CreateProjectInput) SetSource(v *ProjectSource) *CreateProjectInput
- func (s *CreateProjectInput) SetSourceVersion(v string) *CreateProjectInput
- func (s *CreateProjectInput) SetTags(v []*Tag) *CreateProjectInput
- func (s *CreateProjectInput) SetTimeoutInMinutes(v int64) *CreateProjectInput
- func (s *CreateProjectInput) SetVpcConfig(v *VpcConfig) *CreateProjectInput
- func (s CreateProjectInput) String() string
- func (s *CreateProjectInput) Validate() error
- type CreateProjectOutput
- type CreateReportGroupInput
- func (s CreateReportGroupInput) GoString() string
- func (s *CreateReportGroupInput) SetExportConfig(v *ReportExportConfig) *CreateReportGroupInput
- func (s *CreateReportGroupInput) SetName(v string) *CreateReportGroupInput
- func (s *CreateReportGroupInput) SetTags(v []*Tag) *CreateReportGroupInput
- func (s *CreateReportGroupInput) SetType(v string) *CreateReportGroupInput
- func (s CreateReportGroupInput) String() string
- func (s *CreateReportGroupInput) Validate() error
- type CreateReportGroupOutput
- type CreateWebhookInput
- func (s CreateWebhookInput) GoString() string
- func (s *CreateWebhookInput) SetBranchFilter(v string) *CreateWebhookInput
- func (s *CreateWebhookInput) SetBuildType(v string) *CreateWebhookInput
- func (s *CreateWebhookInput) SetFilterGroups(v [][]*WebhookFilter) *CreateWebhookInput
- func (s *CreateWebhookInput) SetProjectName(v string) *CreateWebhookInput
- func (s CreateWebhookInput) String() string
- func (s *CreateWebhookInput) Validate() error
- type CreateWebhookOutput
- type DebugSession
- type DeleteBuildBatchInput
- type DeleteBuildBatchOutput
- func (s DeleteBuildBatchOutput) GoString() string
- func (s *DeleteBuildBatchOutput) SetBuildsDeleted(v []*string) *DeleteBuildBatchOutput
- func (s *DeleteBuildBatchOutput) SetBuildsNotDeleted(v []*BuildNotDeleted) *DeleteBuildBatchOutput
- func (s *DeleteBuildBatchOutput) SetStatusCode(v string) *DeleteBuildBatchOutput
- func (s DeleteBuildBatchOutput) String() string
- type DeleteProjectInput
- type DeleteProjectOutput
- type DeleteReportGroupInput
- func (s DeleteReportGroupInput) GoString() string
- func (s *DeleteReportGroupInput) SetArn(v string) *DeleteReportGroupInput
- func (s *DeleteReportGroupInput) SetDeleteReports(v bool) *DeleteReportGroupInput
- func (s DeleteReportGroupInput) String() string
- func (s *DeleteReportGroupInput) Validate() error
- type DeleteReportGroupOutput
- type DeleteReportInput
- type DeleteReportOutput
- type DeleteResourcePolicyInput
- type DeleteResourcePolicyOutput
- type DeleteSourceCredentialsInput
- type DeleteSourceCredentialsOutput
- type DeleteWebhookInput
- type DeleteWebhookOutput
- type DescribeCodeCoveragesInput
- func (s DescribeCodeCoveragesInput) GoString() string
- func (s *DescribeCodeCoveragesInput) SetMaxLineCoveragePercentage(v float64) *DescribeCodeCoveragesInput
- func (s *DescribeCodeCoveragesInput) SetMaxResults(v int64) *DescribeCodeCoveragesInput
- func (s *DescribeCodeCoveragesInput) SetMinLineCoveragePercentage(v float64) *DescribeCodeCoveragesInput
- func (s *DescribeCodeCoveragesInput) SetNextToken(v string) *DescribeCodeCoveragesInput
- func (s *DescribeCodeCoveragesInput) SetReportArn(v string) *DescribeCodeCoveragesInput
- func (s *DescribeCodeCoveragesInput) SetSortBy(v string) *DescribeCodeCoveragesInput
- func (s *DescribeCodeCoveragesInput) SetSortOrder(v string) *DescribeCodeCoveragesInput
- func (s DescribeCodeCoveragesInput) String() string
- func (s *DescribeCodeCoveragesInput) Validate() error
- type DescribeCodeCoveragesOutput
- func (s DescribeCodeCoveragesOutput) GoString() string
- func (s *DescribeCodeCoveragesOutput) SetCodeCoverages(v []*CodeCoverage) *DescribeCodeCoveragesOutput
- func (s *DescribeCodeCoveragesOutput) SetNextToken(v string) *DescribeCodeCoveragesOutput
- func (s DescribeCodeCoveragesOutput) String() string
- type DescribeTestCasesInput
- func (s DescribeTestCasesInput) GoString() string
- func (s *DescribeTestCasesInput) SetFilter(v *TestCaseFilter) *DescribeTestCasesInput
- func (s *DescribeTestCasesInput) SetMaxResults(v int64) *DescribeTestCasesInput
- func (s *DescribeTestCasesInput) SetNextToken(v string) *DescribeTestCasesInput
- func (s *DescribeTestCasesInput) SetReportArn(v string) *DescribeTestCasesInput
- func (s DescribeTestCasesInput) String() string
- func (s *DescribeTestCasesInput) Validate() error
- type DescribeTestCasesOutput
- type EnvironmentImage
- type EnvironmentLanguage
- type EnvironmentPlatform
- type EnvironmentVariable
- func (s EnvironmentVariable) GoString() string
- func (s *EnvironmentVariable) SetName(v string) *EnvironmentVariable
- func (s *EnvironmentVariable) SetType(v string) *EnvironmentVariable
- func (s *EnvironmentVariable) SetValue(v string) *EnvironmentVariable
- func (s EnvironmentVariable) String() string
- func (s *EnvironmentVariable) Validate() error
- type ExportedEnvironmentVariable
- type GetReportGroupTrendInput
- func (s GetReportGroupTrendInput) GoString() string
- func (s *GetReportGroupTrendInput) SetNumOfReports(v int64) *GetReportGroupTrendInput
- func (s *GetReportGroupTrendInput) SetReportGroupArn(v string) *GetReportGroupTrendInput
- func (s *GetReportGroupTrendInput) SetTrendField(v string) *GetReportGroupTrendInput
- func (s GetReportGroupTrendInput) String() string
- func (s *GetReportGroupTrendInput) Validate() error
- type GetReportGroupTrendOutput
- type GetResourcePolicyInput
- type GetResourcePolicyOutput
- type GitSubmodulesConfig
- type ImportSourceCredentialsInput
- func (s ImportSourceCredentialsInput) GoString() string
- func (s *ImportSourceCredentialsInput) SetAuthType(v string) *ImportSourceCredentialsInput
- func (s *ImportSourceCredentialsInput) SetServerType(v string) *ImportSourceCredentialsInput
- func (s *ImportSourceCredentialsInput) SetShouldOverwrite(v bool) *ImportSourceCredentialsInput
- func (s *ImportSourceCredentialsInput) SetToken(v string) *ImportSourceCredentialsInput
- func (s *ImportSourceCredentialsInput) SetUsername(v string) *ImportSourceCredentialsInput
- func (s ImportSourceCredentialsInput) String() string
- func (s *ImportSourceCredentialsInput) Validate() error
- type ImportSourceCredentialsOutput
- type InvalidInputException
- func (s *InvalidInputException) Code() string
- func (s *InvalidInputException) Error() string
- func (s InvalidInputException) GoString() string
- func (s *InvalidInputException) Message() string
- func (s *InvalidInputException) OrigErr() error
- func (s *InvalidInputException) RequestID() string
- func (s *InvalidInputException) StatusCode() int
- func (s InvalidInputException) String() string
- type InvalidateProjectCacheInput
- type InvalidateProjectCacheOutput
- type ListBuildBatchesForProjectInput
- func (s ListBuildBatchesForProjectInput) GoString() string
- func (s *ListBuildBatchesForProjectInput) SetFilter(v *BuildBatchFilter) *ListBuildBatchesForProjectInput
- func (s *ListBuildBatchesForProjectInput) SetMaxResults(v int64) *ListBuildBatchesForProjectInput
- func (s *ListBuildBatchesForProjectInput) SetNextToken(v string) *ListBuildBatchesForProjectInput
- func (s *ListBuildBatchesForProjectInput) SetProjectName(v string) *ListBuildBatchesForProjectInput
- func (s *ListBuildBatchesForProjectInput) SetSortOrder(v string) *ListBuildBatchesForProjectInput
- func (s ListBuildBatchesForProjectInput) String() string
- func (s *ListBuildBatchesForProjectInput) Validate() error
- type ListBuildBatchesForProjectOutput
- func (s ListBuildBatchesForProjectOutput) GoString() string
- func (s *ListBuildBatchesForProjectOutput) SetIds(v []*string) *ListBuildBatchesForProjectOutput
- func (s *ListBuildBatchesForProjectOutput) SetNextToken(v string) *ListBuildBatchesForProjectOutput
- func (s ListBuildBatchesForProjectOutput) String() string
- type ListBuildBatchesInput
- func (s ListBuildBatchesInput) GoString() string
- func (s *ListBuildBatchesInput) SetFilter(v *BuildBatchFilter) *ListBuildBatchesInput
- func (s *ListBuildBatchesInput) SetMaxResults(v int64) *ListBuildBatchesInput
- func (s *ListBuildBatchesInput) SetNextToken(v string) *ListBuildBatchesInput
- func (s *ListBuildBatchesInput) SetSortOrder(v string) *ListBuildBatchesInput
- func (s ListBuildBatchesInput) String() string
- func (s *ListBuildBatchesInput) Validate() error
- type ListBuildBatchesOutput
- type ListBuildsForProjectInput
- func (s ListBuildsForProjectInput) GoString() string
- func (s *ListBuildsForProjectInput) SetNextToken(v string) *ListBuildsForProjectInput
- func (s *ListBuildsForProjectInput) SetProjectName(v string) *ListBuildsForProjectInput
- func (s *ListBuildsForProjectInput) SetSortOrder(v string) *ListBuildsForProjectInput
- func (s ListBuildsForProjectInput) String() string
- func (s *ListBuildsForProjectInput) Validate() error
- type ListBuildsForProjectOutput
- type ListBuildsInput
- type ListBuildsOutput
- type ListCuratedEnvironmentImagesInput
- type ListCuratedEnvironmentImagesOutput
- type ListProjectsInput
- func (s ListProjectsInput) GoString() string
- func (s *ListProjectsInput) SetNextToken(v string) *ListProjectsInput
- func (s *ListProjectsInput) SetSortBy(v string) *ListProjectsInput
- func (s *ListProjectsInput) SetSortOrder(v string) *ListProjectsInput
- func (s ListProjectsInput) String() string
- func (s *ListProjectsInput) Validate() error
- type ListProjectsOutput
- type ListReportGroupsInput
- func (s ListReportGroupsInput) GoString() string
- func (s *ListReportGroupsInput) SetMaxResults(v int64) *ListReportGroupsInput
- func (s *ListReportGroupsInput) SetNextToken(v string) *ListReportGroupsInput
- func (s *ListReportGroupsInput) SetSortBy(v string) *ListReportGroupsInput
- func (s *ListReportGroupsInput) SetSortOrder(v string) *ListReportGroupsInput
- func (s ListReportGroupsInput) String() string
- func (s *ListReportGroupsInput) Validate() error
- type ListReportGroupsOutput
- type ListReportsForReportGroupInput
- func (s ListReportsForReportGroupInput) GoString() string
- func (s *ListReportsForReportGroupInput) SetFilter(v *ReportFilter) *ListReportsForReportGroupInput
- func (s *ListReportsForReportGroupInput) SetMaxResults(v int64) *ListReportsForReportGroupInput
- func (s *ListReportsForReportGroupInput) SetNextToken(v string) *ListReportsForReportGroupInput
- func (s *ListReportsForReportGroupInput) SetReportGroupArn(v string) *ListReportsForReportGroupInput
- func (s *ListReportsForReportGroupInput) SetSortOrder(v string) *ListReportsForReportGroupInput
- func (s ListReportsForReportGroupInput) String() string
- func (s *ListReportsForReportGroupInput) Validate() error
- type ListReportsForReportGroupOutput
- func (s ListReportsForReportGroupOutput) GoString() string
- func (s *ListReportsForReportGroupOutput) SetNextToken(v string) *ListReportsForReportGroupOutput
- func (s *ListReportsForReportGroupOutput) SetReports(v []*string) *ListReportsForReportGroupOutput
- func (s ListReportsForReportGroupOutput) String() string
- type ListReportsInput
- func (s ListReportsInput) GoString() string
- func (s *ListReportsInput) SetFilter(v *ReportFilter) *ListReportsInput
- func (s *ListReportsInput) SetMaxResults(v int64) *ListReportsInput
- func (s *ListReportsInput) SetNextToken(v string) *ListReportsInput
- func (s *ListReportsInput) SetSortOrder(v string) *ListReportsInput
- func (s ListReportsInput) String() string
- func (s *ListReportsInput) Validate() error
- type ListReportsOutput
- type ListSharedProjectsInput
- func (s ListSharedProjectsInput) GoString() string
- func (s *ListSharedProjectsInput) SetMaxResults(v int64) *ListSharedProjectsInput
- func (s *ListSharedProjectsInput) SetNextToken(v string) *ListSharedProjectsInput
- func (s *ListSharedProjectsInput) SetSortBy(v string) *ListSharedProjectsInput
- func (s *ListSharedProjectsInput) SetSortOrder(v string) *ListSharedProjectsInput
- func (s ListSharedProjectsInput) String() string
- func (s *ListSharedProjectsInput) Validate() error
- type ListSharedProjectsOutput
- type ListSharedReportGroupsInput
- func (s ListSharedReportGroupsInput) GoString() string
- func (s *ListSharedReportGroupsInput) SetMaxResults(v int64) *ListSharedReportGroupsInput
- func (s *ListSharedReportGroupsInput) SetNextToken(v string) *ListSharedReportGroupsInput
- func (s *ListSharedReportGroupsInput) SetSortBy(v string) *ListSharedReportGroupsInput
- func (s *ListSharedReportGroupsInput) SetSortOrder(v string) *ListSharedReportGroupsInput
- func (s ListSharedReportGroupsInput) String() string
- func (s *ListSharedReportGroupsInput) Validate() error
- type ListSharedReportGroupsOutput
- type ListSourceCredentialsInput
- type ListSourceCredentialsOutput
- type LogsConfig
- type LogsLocation
- func (s LogsLocation) GoString() string
- func (s *LogsLocation) SetCloudWatchLogs(v *CloudWatchLogsConfig) *LogsLocation
- func (s *LogsLocation) SetCloudWatchLogsArn(v string) *LogsLocation
- func (s *LogsLocation) SetDeepLink(v string) *LogsLocation
- func (s *LogsLocation) SetGroupName(v string) *LogsLocation
- func (s *LogsLocation) SetS3DeepLink(v string) *LogsLocation
- func (s *LogsLocation) SetS3Logs(v *S3LogsConfig) *LogsLocation
- func (s *LogsLocation) SetS3LogsArn(v string) *LogsLocation
- func (s *LogsLocation) SetStreamName(v string) *LogsLocation
- func (s LogsLocation) String() string
- type NetworkInterface
- type OAuthProviderException
- func (s *OAuthProviderException) Code() string
- func (s *OAuthProviderException) Error() string
- func (s OAuthProviderException) GoString() string
- func (s *OAuthProviderException) Message() string
- func (s *OAuthProviderException) OrigErr() error
- func (s *OAuthProviderException) RequestID() string
- func (s *OAuthProviderException) StatusCode() int
- func (s OAuthProviderException) String() string
- type PhaseContext
- type Project
- func (s Project) GoString() string
- func (s *Project) SetArn(v string) *Project
- func (s *Project) SetArtifacts(v *ProjectArtifacts) *Project
- func (s *Project) SetBadge(v *ProjectBadge) *Project
- func (s *Project) SetBuildBatchConfig(v *ProjectBuildBatchConfig) *Project
- func (s *Project) SetCache(v *ProjectCache) *Project
- func (s *Project) SetConcurrentBuildLimit(v int64) *Project
- func (s *Project) SetCreated(v time.Time) *Project
- func (s *Project) SetDescription(v string) *Project
- func (s *Project) SetEncryptionKey(v string) *Project
- func (s *Project) SetEnvironment(v *ProjectEnvironment) *Project
- func (s *Project) SetFileSystemLocations(v []*ProjectFileSystemLocation) *Project
- func (s *Project) SetLastModified(v time.Time) *Project
- func (s *Project) SetLogsConfig(v *LogsConfig) *Project
- func (s *Project) SetName(v string) *Project
- func (s *Project) SetProjectVisibility(v string) *Project
- func (s *Project) SetPublicProjectAlias(v string) *Project
- func (s *Project) SetQueuedTimeoutInMinutes(v int64) *Project
- func (s *Project) SetResourceAccessRole(v string) *Project
- func (s *Project) SetSecondaryArtifacts(v []*ProjectArtifacts) *Project
- func (s *Project) SetSecondarySourceVersions(v []*ProjectSourceVersion) *Project
- func (s *Project) SetSecondarySources(v []*ProjectSource) *Project
- func (s *Project) SetServiceRole(v string) *Project
- func (s *Project) SetSource(v *ProjectSource) *Project
- func (s *Project) SetSourceVersion(v string) *Project
- func (s *Project) SetTags(v []*Tag) *Project
- func (s *Project) SetTimeoutInMinutes(v int64) *Project
- func (s *Project) SetVpcConfig(v *VpcConfig) *Project
- func (s *Project) SetWebhook(v *Webhook) *Project
- func (s Project) String() string
- type ProjectArtifacts
- func (s ProjectArtifacts) GoString() string
- func (s *ProjectArtifacts) SetArtifactIdentifier(v string) *ProjectArtifacts
- func (s *ProjectArtifacts) SetBucketOwnerAccess(v string) *ProjectArtifacts
- func (s *ProjectArtifacts) SetEncryptionDisabled(v bool) *ProjectArtifacts
- func (s *ProjectArtifacts) SetLocation(v string) *ProjectArtifacts
- func (s *ProjectArtifacts) SetName(v string) *ProjectArtifacts
- func (s *ProjectArtifacts) SetNamespaceType(v string) *ProjectArtifacts
- func (s *ProjectArtifacts) SetOverrideArtifactName(v bool) *ProjectArtifacts
- func (s *ProjectArtifacts) SetPackaging(v string) *ProjectArtifacts
- func (s *ProjectArtifacts) SetPath(v string) *ProjectArtifacts
- func (s *ProjectArtifacts) SetType(v string) *ProjectArtifacts
- func (s ProjectArtifacts) String() string
- func (s *ProjectArtifacts) Validate() error
- type ProjectBadge
- type ProjectBuildBatchConfig
- func (s ProjectBuildBatchConfig) GoString() string
- func (s *ProjectBuildBatchConfig) SetCombineArtifacts(v bool) *ProjectBuildBatchConfig
- func (s *ProjectBuildBatchConfig) SetRestrictions(v *BatchRestrictions) *ProjectBuildBatchConfig
- func (s *ProjectBuildBatchConfig) SetServiceRole(v string) *ProjectBuildBatchConfig
- func (s *ProjectBuildBatchConfig) SetTimeoutInMins(v int64) *ProjectBuildBatchConfig
- func (s ProjectBuildBatchConfig) String() string
- func (s *ProjectBuildBatchConfig) Validate() error
- type ProjectCache
- type ProjectEnvironment
- func (s ProjectEnvironment) GoString() string
- func (s *ProjectEnvironment) SetCertificate(v string) *ProjectEnvironment
- func (s *ProjectEnvironment) SetComputeType(v string) *ProjectEnvironment
- func (s *ProjectEnvironment) SetEnvironmentVariables(v []*EnvironmentVariable) *ProjectEnvironment
- func (s *ProjectEnvironment) SetImage(v string) *ProjectEnvironment
- func (s *ProjectEnvironment) SetImagePullCredentialsType(v string) *ProjectEnvironment
- func (s *ProjectEnvironment) SetPrivilegedMode(v bool) *ProjectEnvironment
- func (s *ProjectEnvironment) SetRegistryCredential(v *RegistryCredential) *ProjectEnvironment
- func (s *ProjectEnvironment) SetType(v string) *ProjectEnvironment
- func (s ProjectEnvironment) String() string
- func (s *ProjectEnvironment) Validate() error
- type ProjectFileSystemLocation
- func (s ProjectFileSystemLocation) GoString() string
- func (s *ProjectFileSystemLocation) SetIdentifier(v string) *ProjectFileSystemLocation
- func (s *ProjectFileSystemLocation) SetLocation(v string) *ProjectFileSystemLocation
- func (s *ProjectFileSystemLocation) SetMountOptions(v string) *ProjectFileSystemLocation
- func (s *ProjectFileSystemLocation) SetMountPoint(v string) *ProjectFileSystemLocation
- func (s *ProjectFileSystemLocation) SetType(v string) *ProjectFileSystemLocation
- func (s ProjectFileSystemLocation) String() string
- type ProjectSource
- func (s ProjectSource) GoString() string
- func (s *ProjectSource) SetAuth(v *SourceAuth) *ProjectSource
- func (s *ProjectSource) SetBuildStatusConfig(v *BuildStatusConfig) *ProjectSource
- func (s *ProjectSource) SetBuildspec(v string) *ProjectSource
- func (s *ProjectSource) SetGitCloneDepth(v int64) *ProjectSource
- func (s *ProjectSource) SetGitSubmodulesConfig(v *GitSubmodulesConfig) *ProjectSource
- func (s *ProjectSource) SetInsecureSsl(v bool) *ProjectSource
- func (s *ProjectSource) SetLocation(v string) *ProjectSource
- func (s *ProjectSource) SetReportBuildStatus(v bool) *ProjectSource
- func (s *ProjectSource) SetSourceIdentifier(v string) *ProjectSource
- func (s *ProjectSource) SetType(v string) *ProjectSource
- func (s ProjectSource) String() string
- func (s *ProjectSource) Validate() error
- type ProjectSourceVersion
- func (s ProjectSourceVersion) GoString() string
- func (s *ProjectSourceVersion) SetSourceIdentifier(v string) *ProjectSourceVersion
- func (s *ProjectSourceVersion) SetSourceVersion(v string) *ProjectSourceVersion
- func (s ProjectSourceVersion) String() string
- func (s *ProjectSourceVersion) Validate() error
- type PutResourcePolicyInput
- func (s PutResourcePolicyInput) GoString() string
- func (s *PutResourcePolicyInput) SetPolicy(v string) *PutResourcePolicyInput
- func (s *PutResourcePolicyInput) SetResourceArn(v string) *PutResourcePolicyInput
- func (s PutResourcePolicyInput) String() string
- func (s *PutResourcePolicyInput) Validate() error
- type PutResourcePolicyOutput
- type RegistryCredential
- type Report
- func (s Report) GoString() string
- func (s *Report) SetArn(v string) *Report
- func (s *Report) SetCodeCoverageSummary(v *CodeCoverageReportSummary) *Report
- func (s *Report) SetCreated(v time.Time) *Report
- func (s *Report) SetExecutionId(v string) *Report
- func (s *Report) SetExpired(v time.Time) *Report
- func (s *Report) SetExportConfig(v *ReportExportConfig) *Report
- func (s *Report) SetName(v string) *Report
- func (s *Report) SetReportGroupArn(v string) *Report
- func (s *Report) SetStatus(v string) *Report
- func (s *Report) SetTestSummary(v *TestReportSummary) *Report
- func (s *Report) SetTruncated(v bool) *Report
- func (s *Report) SetType(v string) *Report
- func (s Report) String() string
- type ReportExportConfig
- func (s ReportExportConfig) GoString() string
- func (s *ReportExportConfig) SetExportConfigType(v string) *ReportExportConfig
- func (s *ReportExportConfig) SetS3Destination(v *S3ReportExportConfig) *ReportExportConfig
- func (s ReportExportConfig) String() string
- func (s *ReportExportConfig) Validate() error
- type ReportFilter
- type ReportGroup
- func (s ReportGroup) GoString() string
- func (s *ReportGroup) SetArn(v string) *ReportGroup
- func (s *ReportGroup) SetCreated(v time.Time) *ReportGroup
- func (s *ReportGroup) SetExportConfig(v *ReportExportConfig) *ReportGroup
- func (s *ReportGroup) SetLastModified(v time.Time) *ReportGroup
- func (s *ReportGroup) SetName(v string) *ReportGroup
- func (s *ReportGroup) SetStatus(v string) *ReportGroup
- func (s *ReportGroup) SetTags(v []*Tag) *ReportGroup
- func (s *ReportGroup) SetType(v string) *ReportGroup
- func (s ReportGroup) String() string
- type ReportGroupTrendStats
- func (s ReportGroupTrendStats) GoString() string
- func (s *ReportGroupTrendStats) SetAverage(v string) *ReportGroupTrendStats
- func (s *ReportGroupTrendStats) SetMax(v string) *ReportGroupTrendStats
- func (s *ReportGroupTrendStats) SetMin(v string) *ReportGroupTrendStats
- func (s ReportGroupTrendStats) String() string
- type ReportWithRawData
- type ResolvedArtifact
- type ResourceAlreadyExistsException
- func (s *ResourceAlreadyExistsException) Code() string
- func (s *ResourceAlreadyExistsException) Error() string
- func (s ResourceAlreadyExistsException) GoString() string
- func (s *ResourceAlreadyExistsException) Message() string
- func (s *ResourceAlreadyExistsException) OrigErr() error
- func (s *ResourceAlreadyExistsException) RequestID() string
- func (s *ResourceAlreadyExistsException) StatusCode() int
- func (s ResourceAlreadyExistsException) String() string
- type ResourceNotFoundException
- func (s *ResourceNotFoundException) Code() string
- func (s *ResourceNotFoundException) Error() string
- func (s ResourceNotFoundException) GoString() string
- func (s *ResourceNotFoundException) Message() string
- func (s *ResourceNotFoundException) OrigErr() error
- func (s *ResourceNotFoundException) RequestID() string
- func (s *ResourceNotFoundException) StatusCode() int
- func (s ResourceNotFoundException) String() string
- type RetryBuildBatchInput
- func (s RetryBuildBatchInput) GoString() string
- func (s *RetryBuildBatchInput) SetId(v string) *RetryBuildBatchInput
- func (s *RetryBuildBatchInput) SetIdempotencyToken(v string) *RetryBuildBatchInput
- func (s *RetryBuildBatchInput) SetRetryType(v string) *RetryBuildBatchInput
- func (s RetryBuildBatchInput) String() string
- func (s *RetryBuildBatchInput) Validate() error
- type RetryBuildBatchOutput
- type RetryBuildInput
- type RetryBuildOutput
- type S3LogsConfig
- func (s S3LogsConfig) GoString() string
- func (s *S3LogsConfig) SetBucketOwnerAccess(v string) *S3LogsConfig
- func (s *S3LogsConfig) SetEncryptionDisabled(v bool) *S3LogsConfig
- func (s *S3LogsConfig) SetLocation(v string) *S3LogsConfig
- func (s *S3LogsConfig) SetStatus(v string) *S3LogsConfig
- func (s S3LogsConfig) String() string
- func (s *S3LogsConfig) Validate() error
- type S3ReportExportConfig
- func (s S3ReportExportConfig) GoString() string
- func (s *S3ReportExportConfig) SetBucket(v string) *S3ReportExportConfig
- func (s *S3ReportExportConfig) SetBucketOwner(v string) *S3ReportExportConfig
- func (s *S3ReportExportConfig) SetEncryptionDisabled(v bool) *S3ReportExportConfig
- func (s *S3ReportExportConfig) SetEncryptionKey(v string) *S3ReportExportConfig
- func (s *S3ReportExportConfig) SetPackaging(v string) *S3ReportExportConfig
- func (s *S3ReportExportConfig) SetPath(v string) *S3ReportExportConfig
- func (s S3ReportExportConfig) String() string
- func (s *S3ReportExportConfig) Validate() error
- type SourceAuth
- type SourceCredentialsInfo
- func (s SourceCredentialsInfo) GoString() string
- func (s *SourceCredentialsInfo) SetArn(v string) *SourceCredentialsInfo
- func (s *SourceCredentialsInfo) SetAuthType(v string) *SourceCredentialsInfo
- func (s *SourceCredentialsInfo) SetServerType(v string) *SourceCredentialsInfo
- func (s SourceCredentialsInfo) String() string
- type StartBuildBatchInput
- func (s StartBuildBatchInput) GoString() string
- func (s *StartBuildBatchInput) SetArtifactsOverride(v *ProjectArtifacts) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetBuildBatchConfigOverride(v *ProjectBuildBatchConfig) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetBuildTimeoutInMinutesOverride(v int64) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetBuildspecOverride(v string) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetCacheOverride(v *ProjectCache) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetCertificateOverride(v string) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetComputeTypeOverride(v string) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetDebugSessionEnabled(v bool) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetEncryptionKeyOverride(v string) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetEnvironmentTypeOverride(v string) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetEnvironmentVariablesOverride(v []*EnvironmentVariable) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetGitCloneDepthOverride(v int64) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetGitSubmodulesConfigOverride(v *GitSubmodulesConfig) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetIdempotencyToken(v string) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetImageOverride(v string) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetImagePullCredentialsTypeOverride(v string) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetInsecureSslOverride(v bool) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetLogsConfigOverride(v *LogsConfig) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetPrivilegedModeOverride(v bool) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetProjectName(v string) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetQueuedTimeoutInMinutesOverride(v int64) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetRegistryCredentialOverride(v *RegistryCredential) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetReportBuildBatchStatusOverride(v bool) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetSecondaryArtifactsOverride(v []*ProjectArtifacts) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetSecondarySourcesOverride(v []*ProjectSource) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetSecondarySourcesVersionOverride(v []*ProjectSourceVersion) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetServiceRoleOverride(v string) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetSourceAuthOverride(v *SourceAuth) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetSourceLocationOverride(v string) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetSourceTypeOverride(v string) *StartBuildBatchInput
- func (s *StartBuildBatchInput) SetSourceVersion(v string) *StartBuildBatchInput
- func (s StartBuildBatchInput) String() string
- func (s *StartBuildBatchInput) Validate() error
- type StartBuildBatchOutput
- type StartBuildInput
- func (s StartBuildInput) GoString() string
- func (s *StartBuildInput) SetArtifactsOverride(v *ProjectArtifacts) *StartBuildInput
- func (s *StartBuildInput) SetBuildStatusConfigOverride(v *BuildStatusConfig) *StartBuildInput
- func (s *StartBuildInput) SetBuildspecOverride(v string) *StartBuildInput
- func (s *StartBuildInput) SetCacheOverride(v *ProjectCache) *StartBuildInput
- func (s *StartBuildInput) SetCertificateOverride(v string) *StartBuildInput
- func (s *StartBuildInput) SetComputeTypeOverride(v string) *StartBuildInput
- func (s *StartBuildInput) SetDebugSessionEnabled(v bool) *StartBuildInput
- func (s *StartBuildInput) SetEncryptionKeyOverride(v string) *StartBuildInput
- func (s *StartBuildInput) SetEnvironmentTypeOverride(v string) *StartBuildInput
- func (s *StartBuildInput) SetEnvironmentVariablesOverride(v []*EnvironmentVariable) *StartBuildInput
- func (s *StartBuildInput) SetGitCloneDepthOverride(v int64) *StartBuildInput
- func (s *StartBuildInput) SetGitSubmodulesConfigOverride(v *GitSubmodulesConfig) *StartBuildInput
- func (s *StartBuildInput) SetIdempotencyToken(v string) *StartBuildInput
- func (s *StartBuildInput) SetImageOverride(v string) *StartBuildInput
- func (s *StartBuildInput) SetImagePullCredentialsTypeOverride(v string) *StartBuildInput
- func (s *StartBuildInput) SetInsecureSslOverride(v bool) *StartBuildInput
- func (s *StartBuildInput) SetLogsConfigOverride(v *LogsConfig) *StartBuildInput
- func (s *StartBuildInput) SetPrivilegedModeOverride(v bool) *StartBuildInput
- func (s *StartBuildInput) SetProjectName(v string) *StartBuildInput
- func (s *StartBuildInput) SetQueuedTimeoutInMinutesOverride(v int64) *StartBuildInput
- func (s *StartBuildInput) SetRegistryCredentialOverride(v *RegistryCredential) *StartBuildInput
- func (s *StartBuildInput) SetReportBuildStatusOverride(v bool) *StartBuildInput
- func (s *StartBuildInput) SetSecondaryArtifactsOverride(v []*ProjectArtifacts) *StartBuildInput
- func (s *StartBuildInput) SetSecondarySourcesOverride(v []*ProjectSource) *StartBuildInput
- func (s *StartBuildInput) SetSecondarySourcesVersionOverride(v []*ProjectSourceVersion) *StartBuildInput
- func (s *StartBuildInput) SetServiceRoleOverride(v string) *StartBuildInput
- func (s *StartBuildInput) SetSourceAuthOverride(v *SourceAuth) *StartBuildInput
- func (s *StartBuildInput) SetSourceLocationOverride(v string) *StartBuildInput
- func (s *StartBuildInput) SetSourceTypeOverride(v string) *StartBuildInput
- func (s *StartBuildInput) SetSourceVersion(v string) *StartBuildInput
- func (s *StartBuildInput) SetTimeoutInMinutesOverride(v int64) *StartBuildInput
- func (s StartBuildInput) String() string
- func (s *StartBuildInput) Validate() error
- type StartBuildOutput
- type StopBuildBatchInput
- type StopBuildBatchOutput
- type StopBuildInput
- type StopBuildOutput
- type Tag
- type TestCase
- func (s TestCase) GoString() string
- func (s *TestCase) SetDurationInNanoSeconds(v int64) *TestCase
- func (s *TestCase) SetExpired(v time.Time) *TestCase
- func (s *TestCase) SetMessage(v string) *TestCase
- func (s *TestCase) SetName(v string) *TestCase
- func (s *TestCase) SetPrefix(v string) *TestCase
- func (s *TestCase) SetReportArn(v string) *TestCase
- func (s *TestCase) SetStatus(v string) *TestCase
- func (s *TestCase) SetTestRawDataPath(v string) *TestCase
- func (s TestCase) String() string
- type TestCaseFilter
- type TestReportSummary
- func (s TestReportSummary) GoString() string
- func (s *TestReportSummary) SetDurationInNanoSeconds(v int64) *TestReportSummary
- func (s *TestReportSummary) SetStatusCounts(v map[string]*int64) *TestReportSummary
- func (s *TestReportSummary) SetTotal(v int64) *TestReportSummary
- func (s TestReportSummary) String() string
- type UpdateProjectInput
- func (s UpdateProjectInput) GoString() string
- func (s *UpdateProjectInput) SetArtifacts(v *ProjectArtifacts) *UpdateProjectInput
- func (s *UpdateProjectInput) SetBadgeEnabled(v bool) *UpdateProjectInput
- func (s *UpdateProjectInput) SetBuildBatchConfig(v *ProjectBuildBatchConfig) *UpdateProjectInput
- func (s *UpdateProjectInput) SetCache(v *ProjectCache) *UpdateProjectInput
- func (s *UpdateProjectInput) SetConcurrentBuildLimit(v int64) *UpdateProjectInput
- func (s *UpdateProjectInput) SetDescription(v string) *UpdateProjectInput
- func (s *UpdateProjectInput) SetEncryptionKey(v string) *UpdateProjectInput
- func (s *UpdateProjectInput) SetEnvironment(v *ProjectEnvironment) *UpdateProjectInput
- func (s *UpdateProjectInput) SetFileSystemLocations(v []*ProjectFileSystemLocation) *UpdateProjectInput
- func (s *UpdateProjectInput) SetLogsConfig(v *LogsConfig) *UpdateProjectInput
- func (s *UpdateProjectInput) SetName(v string) *UpdateProjectInput
- func (s *UpdateProjectInput) SetQueuedTimeoutInMinutes(v int64) *UpdateProjectInput
- func (s *UpdateProjectInput) SetSecondaryArtifacts(v []*ProjectArtifacts) *UpdateProjectInput
- func (s *UpdateProjectInput) SetSecondarySourceVersions(v []*ProjectSourceVersion) *UpdateProjectInput
- func (s *UpdateProjectInput) SetSecondarySources(v []*ProjectSource) *UpdateProjectInput
- func (s *UpdateProjectInput) SetServiceRole(v string) *UpdateProjectInput
- func (s *UpdateProjectInput) SetSource(v *ProjectSource) *UpdateProjectInput
- func (s *UpdateProjectInput) SetSourceVersion(v string) *UpdateProjectInput
- func (s *UpdateProjectInput) SetTags(v []*Tag) *UpdateProjectInput
- func (s *UpdateProjectInput) SetTimeoutInMinutes(v int64) *UpdateProjectInput
- func (s *UpdateProjectInput) SetVpcConfig(v *VpcConfig) *UpdateProjectInput
- func (s UpdateProjectInput) String() string
- func (s *UpdateProjectInput) Validate() error
- type UpdateProjectOutput
- type UpdateProjectVisibilityInput
- func (s UpdateProjectVisibilityInput) GoString() string
- func (s *UpdateProjectVisibilityInput) SetProjectArn(v string) *UpdateProjectVisibilityInput
- func (s *UpdateProjectVisibilityInput) SetProjectVisibility(v string) *UpdateProjectVisibilityInput
- func (s *UpdateProjectVisibilityInput) SetResourceAccessRole(v string) *UpdateProjectVisibilityInput
- func (s UpdateProjectVisibilityInput) String() string
- func (s *UpdateProjectVisibilityInput) Validate() error
- type UpdateProjectVisibilityOutput
- func (s UpdateProjectVisibilityOutput) GoString() string
- func (s *UpdateProjectVisibilityOutput) SetProjectArn(v string) *UpdateProjectVisibilityOutput
- func (s *UpdateProjectVisibilityOutput) SetProjectVisibility(v string) *UpdateProjectVisibilityOutput
- func (s *UpdateProjectVisibilityOutput) SetPublicProjectAlias(v string) *UpdateProjectVisibilityOutput
- func (s UpdateProjectVisibilityOutput) String() string
- type UpdateReportGroupInput
- func (s UpdateReportGroupInput) GoString() string
- func (s *UpdateReportGroupInput) SetArn(v string) *UpdateReportGroupInput
- func (s *UpdateReportGroupInput) SetExportConfig(v *ReportExportConfig) *UpdateReportGroupInput
- func (s *UpdateReportGroupInput) SetTags(v []*Tag) *UpdateReportGroupInput
- func (s UpdateReportGroupInput) String() string
- func (s *UpdateReportGroupInput) Validate() error
- type UpdateReportGroupOutput
- type UpdateWebhookInput
- func (s UpdateWebhookInput) GoString() string
- func (s *UpdateWebhookInput) SetBranchFilter(v string) *UpdateWebhookInput
- func (s *UpdateWebhookInput) SetBuildType(v string) *UpdateWebhookInput
- func (s *UpdateWebhookInput) SetFilterGroups(v [][]*WebhookFilter) *UpdateWebhookInput
- func (s *UpdateWebhookInput) SetProjectName(v string) *UpdateWebhookInput
- func (s *UpdateWebhookInput) SetRotateSecret(v bool) *UpdateWebhookInput
- func (s UpdateWebhookInput) String() string
- func (s *UpdateWebhookInput) Validate() error
- type UpdateWebhookOutput
- type VpcConfig
- type Webhook
- func (s Webhook) GoString() string
- func (s *Webhook) SetBranchFilter(v string) *Webhook
- func (s *Webhook) SetBuildType(v string) *Webhook
- func (s *Webhook) SetFilterGroups(v [][]*WebhookFilter) *Webhook
- func (s *Webhook) SetLastModifiedSecret(v time.Time) *Webhook
- func (s *Webhook) SetPayloadUrl(v string) *Webhook
- func (s *Webhook) SetSecret(v string) *Webhook
- func (s *Webhook) SetUrl(v string) *Webhook
- func (s Webhook) String() string
- type WebhookFilter
Examples ¶
Constants ¶
const ( // ArtifactNamespaceNone is a ArtifactNamespace enum value ArtifactNamespaceNone = "NONE" // ArtifactNamespaceBuildId is a ArtifactNamespace enum value ArtifactNamespaceBuildId = "BUILD_ID" )
const ( // ArtifactPackagingNone is a ArtifactPackaging enum value ArtifactPackagingNone = "NONE" // ArtifactPackagingZip is a ArtifactPackaging enum value ArtifactPackagingZip = "ZIP" )
const ( // ArtifactsTypeCodepipeline is a ArtifactsType enum value ArtifactsTypeCodepipeline = "CODEPIPELINE" // ArtifactsTypeS3 is a ArtifactsType enum value ArtifactsTypeS3 = "S3" // ArtifactsTypeNoArtifacts is a ArtifactsType enum value ArtifactsTypeNoArtifacts = "NO_ARTIFACTS" )
const ( // AuthTypeOauth is a AuthType enum value AuthTypeOauth = "OAUTH" // AuthTypeBasicAuth is a AuthType enum value AuthTypeBasicAuth = "BASIC_AUTH" // AuthTypePersonalAccessToken is a AuthType enum value AuthTypePersonalAccessToken = "PERSONAL_ACCESS_TOKEN" )
const ( // BucketOwnerAccessNone is a BucketOwnerAccess enum value BucketOwnerAccessNone = "NONE" // BucketOwnerAccessReadOnly is a BucketOwnerAccess enum value BucketOwnerAccessReadOnly = "READ_ONLY" // BucketOwnerAccessFull is a BucketOwnerAccess enum value BucketOwnerAccessFull = "FULL" )
Specifies the bucket owner's access for objects that another account uploads to their Amazon S3 bucket. By default, only the account that uploads the objects to the bucket has access to these objects. This property allows you to give the bucket owner access to these objects.
To use this property, your CodeBuild service role must have the s3:PutBucketAcl permission. This permission allows CodeBuild to modify the access control list for the bucket.
This property can be one of the following values:
NONE
The bucket owner does not have access to the objects. This is the default.
READ_ONLY
The bucket owner has read-only access to the objects. The uploading account retains ownership of the objects.
FULL
The bucket owner has full access to the objects. Object ownership is determined by the following criteria:
If the bucket is configured with the Bucket owner preferred setting, the bucket owner owns the objects. The uploading account will have object access as specified by the bucket's policy.
Otherwise, the uploading account retains ownership of the objects.
For more information about Amazon S3 object ownership, see Controlling ownership of uploaded objects using S3 Object Ownership (https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html) in the Amazon Simple Storage Service User Guide.
const ( // BuildBatchPhaseTypeSubmitted is a BuildBatchPhaseType enum value BuildBatchPhaseTypeSubmitted = "SUBMITTED" // BuildBatchPhaseTypeDownloadBatchspec is a BuildBatchPhaseType enum value BuildBatchPhaseTypeDownloadBatchspec = "DOWNLOAD_BATCHSPEC" // BuildBatchPhaseTypeInProgress is a BuildBatchPhaseType enum value BuildBatchPhaseTypeInProgress = "IN_PROGRESS" // BuildBatchPhaseTypeCombineArtifacts is a BuildBatchPhaseType enum value BuildBatchPhaseTypeCombineArtifacts = "COMBINE_ARTIFACTS" // BuildBatchPhaseTypeSucceeded is a BuildBatchPhaseType enum value BuildBatchPhaseTypeSucceeded = "SUCCEEDED" // BuildBatchPhaseTypeFailed is a BuildBatchPhaseType enum value BuildBatchPhaseTypeFailed = "FAILED" // BuildBatchPhaseTypeStopped is a BuildBatchPhaseType enum value BuildBatchPhaseTypeStopped = "STOPPED" )
const ( // BuildPhaseTypeSubmitted is a BuildPhaseType enum value BuildPhaseTypeSubmitted = "SUBMITTED" // BuildPhaseTypeQueued is a BuildPhaseType enum value BuildPhaseTypeQueued = "QUEUED" // BuildPhaseTypeProvisioning is a BuildPhaseType enum value BuildPhaseTypeProvisioning = "PROVISIONING" // BuildPhaseTypeDownloadSource is a BuildPhaseType enum value BuildPhaseTypeDownloadSource = "DOWNLOAD_SOURCE" // BuildPhaseTypeInstall is a BuildPhaseType enum value BuildPhaseTypeInstall = "INSTALL" // BuildPhaseTypePreBuild is a BuildPhaseType enum value BuildPhaseTypePreBuild = "PRE_BUILD" // BuildPhaseTypeBuild is a BuildPhaseType enum value BuildPhaseTypeBuild = "BUILD" // BuildPhaseTypePostBuild is a BuildPhaseType enum value BuildPhaseTypePostBuild = "POST_BUILD" // BuildPhaseTypeUploadArtifacts is a BuildPhaseType enum value BuildPhaseTypeUploadArtifacts = "UPLOAD_ARTIFACTS" // BuildPhaseTypeFinalizing is a BuildPhaseType enum value BuildPhaseTypeFinalizing = "FINALIZING" // BuildPhaseTypeCompleted is a BuildPhaseType enum value BuildPhaseTypeCompleted = "COMPLETED" )
const ( // CacheModeLocalDockerLayerCache is a CacheMode enum value CacheModeLocalDockerLayerCache = "LOCAL_DOCKER_LAYER_CACHE" // CacheModeLocalSourceCache is a CacheMode enum value CacheModeLocalSourceCache = "LOCAL_SOURCE_CACHE" // CacheModeLocalCustomCache is a CacheMode enum value CacheModeLocalCustomCache = "LOCAL_CUSTOM_CACHE" )
const ( // CacheTypeNoCache is a CacheType enum value CacheTypeNoCache = "NO_CACHE" // CacheTypeS3 is a CacheType enum value CacheTypeS3 = "S3" // CacheTypeLocal is a CacheType enum value CacheTypeLocal = "LOCAL" )
const ( // ComputeTypeBuildGeneral1Small is a ComputeType enum value ComputeTypeBuildGeneral1Small = "BUILD_GENERAL1_SMALL" // ComputeTypeBuildGeneral1Medium is a ComputeType enum value ComputeTypeBuildGeneral1Medium = "BUILD_GENERAL1_MEDIUM" // ComputeTypeBuildGeneral1Large is a ComputeType enum value ComputeTypeBuildGeneral1Large = "BUILD_GENERAL1_LARGE" // ComputeTypeBuildGeneral12xlarge is a ComputeType enum value ComputeTypeBuildGeneral12xlarge = "BUILD_GENERAL1_2XLARGE" )
const ( // EnvironmentTypeWindowsContainer is a EnvironmentType enum value EnvironmentTypeWindowsContainer = "WINDOWS_CONTAINER" // EnvironmentTypeLinuxContainer is a EnvironmentType enum value EnvironmentTypeLinuxContainer = "LINUX_CONTAINER" // EnvironmentTypeLinuxGpuContainer is a EnvironmentType enum value EnvironmentTypeLinuxGpuContainer = "LINUX_GPU_CONTAINER" // EnvironmentTypeArmContainer is a EnvironmentType enum value EnvironmentTypeArmContainer = "ARM_CONTAINER" // EnvironmentTypeWindowsServer2019Container is a EnvironmentType enum value EnvironmentTypeWindowsServer2019Container = "WINDOWS_SERVER_2019_CONTAINER" )
const ( // EnvironmentVariableTypePlaintext is a EnvironmentVariableType enum value EnvironmentVariableTypePlaintext = "PLAINTEXT" // EnvironmentVariableTypeParameterStore is a EnvironmentVariableType enum value EnvironmentVariableTypeParameterStore = "PARAMETER_STORE" // EnvironmentVariableTypeSecretsManager is a EnvironmentVariableType enum value EnvironmentVariableTypeSecretsManager = "SECRETS_MANAGER" )
const ( // ImagePullCredentialsTypeCodebuild is a ImagePullCredentialsType enum value ImagePullCredentialsTypeCodebuild = "CODEBUILD" // ImagePullCredentialsTypeServiceRole is a ImagePullCredentialsType enum value ImagePullCredentialsTypeServiceRole = "SERVICE_ROLE" )
const ( // LanguageTypeJava is a LanguageType enum value LanguageTypeJava = "JAVA" // LanguageTypePython is a LanguageType enum value LanguageTypePython = "PYTHON" // LanguageTypeNodeJs is a LanguageType enum value LanguageTypeNodeJs = "NODE_JS" // LanguageTypeRuby is a LanguageType enum value LanguageTypeRuby = "RUBY" // LanguageTypeGolang is a LanguageType enum value LanguageTypeGolang = "GOLANG" // LanguageTypeDocker is a LanguageType enum value LanguageTypeDocker = "DOCKER" // LanguageTypeAndroid is a LanguageType enum value LanguageTypeAndroid = "ANDROID" // LanguageTypeDotnet is a LanguageType enum value LanguageTypeDotnet = "DOTNET" // LanguageTypeBase is a LanguageType enum value LanguageTypeBase = "BASE" // LanguageTypePhp is a LanguageType enum value LanguageTypePhp = "PHP" )
const ( // LogsConfigStatusTypeEnabled is a LogsConfigStatusType enum value LogsConfigStatusTypeEnabled = "ENABLED" // LogsConfigStatusTypeDisabled is a LogsConfigStatusType enum value LogsConfigStatusTypeDisabled = "DISABLED" )
const ( // PlatformTypeDebian is a PlatformType enum value PlatformTypeDebian = "DEBIAN" // PlatformTypeAmazonLinux is a PlatformType enum value PlatformTypeAmazonLinux = "AMAZON_LINUX" // PlatformTypeUbuntu is a PlatformType enum value PlatformTypeUbuntu = "UBUNTU" // PlatformTypeWindowsServer is a PlatformType enum value PlatformTypeWindowsServer = "WINDOWS_SERVER" )
const ( // ProjectSortByTypeName is a ProjectSortByType enum value ProjectSortByTypeName = "NAME" // ProjectSortByTypeCreatedTime is a ProjectSortByType enum value ProjectSortByTypeCreatedTime = "CREATED_TIME" // ProjectSortByTypeLastModifiedTime is a ProjectSortByType enum value ProjectSortByTypeLastModifiedTime = "LAST_MODIFIED_TIME" )
const ( // ProjectVisibilityTypePublicRead is a ProjectVisibilityType enum value ProjectVisibilityTypePublicRead = "PUBLIC_READ" // ProjectVisibilityTypePrivate is a ProjectVisibilityType enum value ProjectVisibilityTypePrivate = "PRIVATE" )
Specifies the visibility of the project's builds. Possible values are:
PUBLIC_READ
The project builds are visible to the public.
PRIVATE
The project builds are not visible to the public.
const ( // ReportCodeCoverageSortByTypeLineCoveragePercentage is a ReportCodeCoverageSortByType enum value ReportCodeCoverageSortByTypeLineCoveragePercentage = "LINE_COVERAGE_PERCENTAGE" // ReportCodeCoverageSortByTypeFilePath is a ReportCodeCoverageSortByType enum value ReportCodeCoverageSortByTypeFilePath = "FILE_PATH" )
const ( // ReportExportConfigTypeS3 is a ReportExportConfigType enum value ReportExportConfigTypeS3 = "S3" // ReportExportConfigTypeNoExport is a ReportExportConfigType enum value ReportExportConfigTypeNoExport = "NO_EXPORT" )
const ( // ReportGroupSortByTypeName is a ReportGroupSortByType enum value ReportGroupSortByTypeName = "NAME" // ReportGroupSortByTypeCreatedTime is a ReportGroupSortByType enum value ReportGroupSortByTypeCreatedTime = "CREATED_TIME" // ReportGroupSortByTypeLastModifiedTime is a ReportGroupSortByType enum value ReportGroupSortByTypeLastModifiedTime = "LAST_MODIFIED_TIME" )
const ( // ReportGroupStatusTypeActive is a ReportGroupStatusType enum value ReportGroupStatusTypeActive = "ACTIVE" // ReportGroupStatusTypeDeleting is a ReportGroupStatusType enum value ReportGroupStatusTypeDeleting = "DELETING" )
const ( // ReportGroupTrendFieldTypePassRate is a ReportGroupTrendFieldType enum value ReportGroupTrendFieldTypePassRate = "PASS_RATE" // ReportGroupTrendFieldTypeDuration is a ReportGroupTrendFieldType enum value ReportGroupTrendFieldTypeDuration = "DURATION" // ReportGroupTrendFieldTypeTotal is a ReportGroupTrendFieldType enum value ReportGroupTrendFieldTypeTotal = "TOTAL" // ReportGroupTrendFieldTypeLineCoverage is a ReportGroupTrendFieldType enum value ReportGroupTrendFieldTypeLineCoverage = "LINE_COVERAGE" // ReportGroupTrendFieldTypeLinesCovered is a ReportGroupTrendFieldType enum value ReportGroupTrendFieldTypeLinesCovered = "LINES_COVERED" // ReportGroupTrendFieldTypeLinesMissed is a ReportGroupTrendFieldType enum value ReportGroupTrendFieldTypeLinesMissed = "LINES_MISSED" // ReportGroupTrendFieldTypeBranchCoverage is a ReportGroupTrendFieldType enum value ReportGroupTrendFieldTypeBranchCoverage = "BRANCH_COVERAGE" // ReportGroupTrendFieldTypeBranchesCovered is a ReportGroupTrendFieldType enum value ReportGroupTrendFieldTypeBranchesCovered = "BRANCHES_COVERED" // ReportGroupTrendFieldTypeBranchesMissed is a ReportGroupTrendFieldType enum value ReportGroupTrendFieldTypeBranchesMissed = "BRANCHES_MISSED" )
const ( // ReportPackagingTypeZip is a ReportPackagingType enum value ReportPackagingTypeZip = "ZIP" // ReportPackagingTypeNone is a ReportPackagingType enum value ReportPackagingTypeNone = "NONE" )
const ( // ReportStatusTypeGenerating is a ReportStatusType enum value ReportStatusTypeGenerating = "GENERATING" // ReportStatusTypeSucceeded is a ReportStatusType enum value ReportStatusTypeSucceeded = "SUCCEEDED" // ReportStatusTypeFailed is a ReportStatusType enum value ReportStatusTypeFailed = "FAILED" // ReportStatusTypeIncomplete is a ReportStatusType enum value ReportStatusTypeIncomplete = "INCOMPLETE" // ReportStatusTypeDeleting is a ReportStatusType enum value ReportStatusTypeDeleting = "DELETING" )
const ( // ReportTypeTest is a ReportType enum value ReportTypeTest = "TEST" // ReportTypeCodeCoverage is a ReportType enum value ReportTypeCodeCoverage = "CODE_COVERAGE" )
const ( // RetryBuildBatchTypeRetryAllBuilds is a RetryBuildBatchType enum value RetryBuildBatchTypeRetryAllBuilds = "RETRY_ALL_BUILDS" // RetryBuildBatchTypeRetryFailedBuilds is a RetryBuildBatchType enum value RetryBuildBatchTypeRetryFailedBuilds = "RETRY_FAILED_BUILDS" )
const ( // ServerTypeGithub is a ServerType enum value ServerTypeGithub = "GITHUB" // ServerTypeBitbucket is a ServerType enum value ServerTypeBitbucket = "BITBUCKET" // ServerTypeGithubEnterprise is a ServerType enum value ServerTypeGithubEnterprise = "GITHUB_ENTERPRISE" )
const (SharedResourceSortByTypeArn = "ARN" SharedResourceSortByTypeModifiedTime = "MODIFIED_TIME" )
const ( // SortOrderTypeAscending is a SortOrderType enum value SortOrderTypeAscending = "ASCENDING" // SortOrderTypeDescending is a SortOrderType enum value SortOrderTypeDescending = "DESCENDING" )
const ( // SourceTypeCodecommit is a SourceType enum value SourceTypeCodecommit = "CODECOMMIT" // SourceTypeCodepipeline is a SourceType enum value SourceTypeCodepipeline = "CODEPIPELINE" // SourceTypeGithub is a SourceType enum value SourceTypeGithub = "GITHUB" // SourceTypeS3 is a SourceType enum value SourceTypeS3 = "S3" // SourceTypeBitbucket is a SourceType enum value SourceTypeBitbucket = "BITBUCKET" // SourceTypeGithubEnterprise is a SourceType enum value SourceTypeGithubEnterprise = "GITHUB_ENTERPRISE" // SourceTypeNoSource is a SourceType enum value SourceTypeNoSource = "NO_SOURCE" )
const ( // StatusTypeSucceeded is a StatusType enum value StatusTypeSucceeded = "SUCCEEDED" // StatusTypeFailed is a StatusType enum value StatusTypeFailed = "FAILED" // StatusTypeFault is a StatusType enum value StatusTypeFault = "FAULT" // StatusTypeTimedOut is a StatusType enum value StatusTypeTimedOut = "TIMED_OUT" // StatusTypeInProgress is a StatusType enum value StatusTypeInProgress = "IN_PROGRESS" // StatusTypeStopped is a StatusType enum value StatusTypeStopped = "STOPPED" )
const ( // WebhookBuildTypeBuild is a WebhookBuildType enum value WebhookBuildTypeBuild = "BUILD" // WebhookBuildTypeBuildBatch is a WebhookBuildType enum value WebhookBuildTypeBuildBatch = "BUILD_BATCH" )
const ( // WebhookFilterTypeEvent is a WebhookFilterType enum value WebhookFilterTypeEvent = "EVENT" // WebhookFilterTypeBaseRef is a WebhookFilterType enum value WebhookFilterTypeBaseRef = "BASE_REF" // WebhookFilterTypeHeadRef is a WebhookFilterType enum value WebhookFilterTypeHeadRef = "HEAD_REF" // WebhookFilterTypeActorAccountId is a WebhookFilterType enum value WebhookFilterTypeActorAccountId = "ACTOR_ACCOUNT_ID" // WebhookFilterTypeFilePath is a WebhookFilterType enum value WebhookFilterTypeFilePath = "FILE_PATH" // WebhookFilterTypeCommitMessage is a WebhookFilterType enum value WebhookFilterTypeCommitMessage = "COMMIT_MESSAGE" )
const ( // ErrCodeAccountLimitExceededException for service response error code // "AccountLimitExceededException". // // An Amazon Web Services service limit was exceeded for the calling Amazon // Web Services account. ErrCodeAccountLimitExceededException = "AccountLimitExceededException" // ErrCodeInvalidInputException for service response error code // "InvalidInputException". // // The input value that was provided is not valid. ErrCodeInvalidInputException = "InvalidInputException" // ErrCodeOAuthProviderException for service response error code // "OAuthProviderException". // // There was a problem with the underlying OAuth provider. ErrCodeOAuthProviderException = "OAuthProviderException" // ErrCodeResourceAlreadyExistsException for service response error code // "ResourceAlreadyExistsException". // // The specified Amazon Web Services resource cannot be created, because an // Amazon Web Services resource with the same settings already exists. ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // The specified Amazon Web Services resource cannot be found. ErrCodeResourceNotFoundException = "ResourceNotFoundException" )
const ( ServiceName = "codebuild" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "CodeBuild" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// CredentialProviderTypeSecretsManager is a CredentialProviderType enum value
CredentialProviderTypeSecretsManager = "SECRETS_MANAGER"
)
const (
// FileSystemTypeEfs is a FileSystemType enum value
FileSystemTypeEfs = "EFS"
)
const (
// SourceAuthTypeOauth is a SourceAuthType enum value
SourceAuthTypeOauth = "OAUTH"
)
Variables ¶
This section is empty.
Functions ¶
func ArtifactNamespace_Values ¶ added in v1.34.3
func ArtifactNamespace_Values() []string
ArtifactNamespace_Values returns all elements of the ArtifactNamespace enum
func ArtifactPackaging_Values ¶ added in v1.34.3
func ArtifactPackaging_Values() []string
ArtifactPackaging_Values returns all elements of the ArtifactPackaging enum
func ArtifactsType_Values ¶ added in v1.34.3
func ArtifactsType_Values() []string
ArtifactsType_Values returns all elements of the ArtifactsType enum
func AuthType_Values ¶ added in v1.34.3
func AuthType_Values() []string
AuthType_Values returns all elements of the AuthType enum
func BucketOwnerAccess_Values ¶ added in v1.38.18
func BucketOwnerAccess_Values() []string
BucketOwnerAccess_Values returns all elements of the BucketOwnerAccess enum
func BuildBatchPhaseType_Values ¶ added in v1.34.3
func BuildBatchPhaseType_Values() []string
BuildBatchPhaseType_Values returns all elements of the BuildBatchPhaseType enum
func BuildPhaseType_Values ¶ added in v1.34.3
func BuildPhaseType_Values() []string
BuildPhaseType_Values returns all elements of the BuildPhaseType enum
func CacheMode_Values ¶ added in v1.34.3
func CacheMode_Values() []string
CacheMode_Values returns all elements of the CacheMode enum
func CacheType_Values ¶ added in v1.34.3
func CacheType_Values() []string
CacheType_Values returns all elements of the CacheType enum
func ComputeType_Values ¶ added in v1.34.3
func ComputeType_Values() []string
ComputeType_Values returns all elements of the ComputeType enum
func CredentialProviderType_Values ¶ added in v1.34.3
func CredentialProviderType_Values() []string
CredentialProviderType_Values returns all elements of the CredentialProviderType enum
func EnvironmentType_Values ¶ added in v1.34.3
func EnvironmentType_Values() []string
EnvironmentType_Values returns all elements of the EnvironmentType enum
func EnvironmentVariableType_Values ¶ added in v1.34.3
func EnvironmentVariableType_Values() []string
EnvironmentVariableType_Values returns all elements of the EnvironmentVariableType enum
func FileSystemType_Values ¶ added in v1.34.3
func FileSystemType_Values() []string
FileSystemType_Values returns all elements of the FileSystemType enum
func ImagePullCredentialsType_Values ¶ added in v1.34.3
func ImagePullCredentialsType_Values() []string
ImagePullCredentialsType_Values returns all elements of the ImagePullCredentialsType enum
func LanguageType_Values ¶ added in v1.34.3
func LanguageType_Values() []string
LanguageType_Values returns all elements of the LanguageType enum
func LogsConfigStatusType_Values ¶ added in v1.34.3
func LogsConfigStatusType_Values() []string
LogsConfigStatusType_Values returns all elements of the LogsConfigStatusType enum
func PlatformType_Values ¶ added in v1.34.3
func PlatformType_Values() []string
PlatformType_Values returns all elements of the PlatformType enum
func ProjectSortByType_Values ¶ added in v1.34.3
func ProjectSortByType_Values() []string
ProjectSortByType_Values returns all elements of the ProjectSortByType enum
func ProjectVisibilityType_Values ¶ added in v1.40.20
func ProjectVisibilityType_Values() []string
ProjectVisibilityType_Values returns all elements of the ProjectVisibilityType enum
func ReportCodeCoverageSortByType_Values ¶ added in v1.34.3
func ReportCodeCoverageSortByType_Values() []string
ReportCodeCoverageSortByType_Values returns all elements of the ReportCodeCoverageSortByType enum
func ReportExportConfigType_Values ¶ added in v1.34.3
func ReportExportConfigType_Values() []string
ReportExportConfigType_Values returns all elements of the ReportExportConfigType enum
func ReportGroupSortByType_Values ¶ added in v1.34.3
func ReportGroupSortByType_Values() []string
ReportGroupSortByType_Values returns all elements of the ReportGroupSortByType enum
func ReportGroupStatusType_Values ¶ added in v1.35.31
func ReportGroupStatusType_Values() []string
ReportGroupStatusType_Values returns all elements of the ReportGroupStatusType enum
func ReportGroupTrendFieldType_Values ¶ added in v1.35.35
func ReportGroupTrendFieldType_Values() []string
ReportGroupTrendFieldType_Values returns all elements of the ReportGroupTrendFieldType enum
func ReportPackagingType_Values ¶ added in v1.34.3
func ReportPackagingType_Values() []string
ReportPackagingType_Values returns all elements of the ReportPackagingType enum
func ReportStatusType_Values ¶ added in v1.34.3
func ReportStatusType_Values() []string
ReportStatusType_Values returns all elements of the ReportStatusType enum
func ReportType_Values ¶ added in v1.34.3
func ReportType_Values() []string
ReportType_Values returns all elements of the ReportType enum
func RetryBuildBatchType_Values ¶ added in v1.34.3
func RetryBuildBatchType_Values() []string
RetryBuildBatchType_Values returns all elements of the RetryBuildBatchType enum
func ServerType_Values ¶ added in v1.34.3
func ServerType_Values() []string
ServerType_Values returns all elements of the ServerType enum
func SharedResourceSortByType_Values ¶ added in v1.34.3
func SharedResourceSortByType_Values() []string
SharedResourceSortByType_Values returns all elements of the SharedResourceSortByType enum
func SortOrderType_Values ¶ added in v1.34.3
func SortOrderType_Values() []string
SortOrderType_Values returns all elements of the SortOrderType enum
func SourceAuthType_Values ¶ added in v1.34.3
func SourceAuthType_Values() []string
SourceAuthType_Values returns all elements of the SourceAuthType enum
func SourceType_Values ¶ added in v1.34.3
func SourceType_Values() []string
SourceType_Values returns all elements of the SourceType enum
func StatusType_Values ¶ added in v1.34.3
func StatusType_Values() []string
StatusType_Values returns all elements of the StatusType enum
func WebhookBuildType_Values ¶ added in v1.34.3
func WebhookBuildType_Values() []string
WebhookBuildType_Values returns all elements of the WebhookBuildType enum
func WebhookFilterType_Values ¶ added in v1.34.3
func WebhookFilterType_Values() []string
WebhookFilterType_Values returns all elements of the WebhookFilterType enum
Types ¶
type AccountLimitExceededException ¶ added in v1.28.0
type AccountLimitExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
An Amazon Web Services service limit was exceeded for the calling Amazon Web Services account.
func (*AccountLimitExceededException) Code ¶ added in v1.28.0
func (s *AccountLimitExceededException) Code() string
Code returns the exception type name.
func (*AccountLimitExceededException) Error ¶ added in v1.28.0
func (s *AccountLimitExceededException) Error() string
func (AccountLimitExceededException) GoString ¶ added in v1.28.0
func (s AccountLimitExceededException) GoString() string
GoString returns the string representation
func (*AccountLimitExceededException) Message ¶ added in v1.28.0
func (s *AccountLimitExceededException) Message() string
Message returns the exception's message.
func (*AccountLimitExceededException) OrigErr ¶ added in v1.28.0
func (s *AccountLimitExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*AccountLimitExceededException) RequestID ¶ added in v1.28.0
func (s *AccountLimitExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*AccountLimitExceededException) StatusCode ¶ added in v1.28.0
func (s *AccountLimitExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (AccountLimitExceededException) String ¶ added in v1.28.0
func (s AccountLimitExceededException) String() string
String returns the string representation
type BatchDeleteBuildsInput ¶ added in v1.10.36
type BatchDeleteBuildsInput struct { // The IDs of the builds to delete. // // Ids is a required field Ids []*string `locationName:"ids" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (BatchDeleteBuildsInput) GoString ¶ added in v1.10.36
func (s BatchDeleteBuildsInput) GoString() string
GoString returns the string representation
func (*BatchDeleteBuildsInput) SetIds ¶ added in v1.10.36
func (s *BatchDeleteBuildsInput) SetIds(v []*string) *BatchDeleteBuildsInput
SetIds sets the Ids field's value.
func (BatchDeleteBuildsInput) String ¶ added in v1.10.36
func (s BatchDeleteBuildsInput) String() string
String returns the string representation
func (*BatchDeleteBuildsInput) Validate ¶ added in v1.10.36
func (s *BatchDeleteBuildsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchDeleteBuildsOutput ¶ added in v1.10.36
type BatchDeleteBuildsOutput struct { // The IDs of the builds that were successfully deleted. BuildsDeleted []*string `locationName:"buildsDeleted" min:"1" type:"list"` // Information about any builds that could not be successfully deleted. BuildsNotDeleted []*BuildNotDeleted `locationName:"buildsNotDeleted" type:"list"` // contains filtered or unexported fields }
func (BatchDeleteBuildsOutput) GoString ¶ added in v1.10.36
func (s BatchDeleteBuildsOutput) GoString() string
GoString returns the string representation
func (*BatchDeleteBuildsOutput) SetBuildsDeleted ¶ added in v1.10.36
func (s *BatchDeleteBuildsOutput) SetBuildsDeleted(v []*string) *BatchDeleteBuildsOutput
SetBuildsDeleted sets the BuildsDeleted field's value.
func (*BatchDeleteBuildsOutput) SetBuildsNotDeleted ¶ added in v1.10.36
func (s *BatchDeleteBuildsOutput) SetBuildsNotDeleted(v []*BuildNotDeleted) *BatchDeleteBuildsOutput
SetBuildsNotDeleted sets the BuildsNotDeleted field's value.
func (BatchDeleteBuildsOutput) String ¶ added in v1.10.36
func (s BatchDeleteBuildsOutput) String() string
String returns the string representation
type BatchGetBuildBatchesInput ¶ added in v1.33.16
type BatchGetBuildBatchesInput struct { // An array that contains the batch build identifiers to retrieve. // // Ids is a required field Ids []*string `locationName:"ids" type:"list" required:"true"` // contains filtered or unexported fields }
func (BatchGetBuildBatchesInput) GoString ¶ added in v1.33.16
func (s BatchGetBuildBatchesInput) GoString() string
GoString returns the string representation
func (*BatchGetBuildBatchesInput) SetIds ¶ added in v1.33.16
func (s *BatchGetBuildBatchesInput) SetIds(v []*string) *BatchGetBuildBatchesInput
SetIds sets the Ids field's value.
func (BatchGetBuildBatchesInput) String ¶ added in v1.33.16
func (s BatchGetBuildBatchesInput) String() string
String returns the string representation
func (*BatchGetBuildBatchesInput) Validate ¶ added in v1.33.16
func (s *BatchGetBuildBatchesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchGetBuildBatchesOutput ¶ added in v1.33.16
type BatchGetBuildBatchesOutput struct { // An array of BuildBatch objects that represent the retrieved batch builds. BuildBatches []*BuildBatch `locationName:"buildBatches" type:"list"` // An array that contains the identifiers of any batch builds that are not found. BuildBatchesNotFound []*string `locationName:"buildBatchesNotFound" type:"list"` // contains filtered or unexported fields }
func (BatchGetBuildBatchesOutput) GoString ¶ added in v1.33.16
func (s BatchGetBuildBatchesOutput) GoString() string
GoString returns the string representation
func (*BatchGetBuildBatchesOutput) SetBuildBatches ¶ added in v1.33.16
func (s *BatchGetBuildBatchesOutput) SetBuildBatches(v []*BuildBatch) *BatchGetBuildBatchesOutput
SetBuildBatches sets the BuildBatches field's value.
func (*BatchGetBuildBatchesOutput) SetBuildBatchesNotFound ¶ added in v1.33.16
func (s *BatchGetBuildBatchesOutput) SetBuildBatchesNotFound(v []*string) *BatchGetBuildBatchesOutput
SetBuildBatchesNotFound sets the BuildBatchesNotFound field's value.
func (BatchGetBuildBatchesOutput) String ¶ added in v1.33.16
func (s BatchGetBuildBatchesOutput) String() string
String returns the string representation
type BatchGetBuildsInput ¶
type BatchGetBuildsInput struct { // The IDs of the builds. // // Ids is a required field Ids []*string `locationName:"ids" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (BatchGetBuildsInput) GoString ¶
func (s BatchGetBuildsInput) GoString() string
GoString returns the string representation
func (*BatchGetBuildsInput) SetIds ¶
func (s *BatchGetBuildsInput) SetIds(v []*string) *BatchGetBuildsInput
SetIds sets the Ids field's value.
func (BatchGetBuildsInput) String ¶
func (s BatchGetBuildsInput) String() string
String returns the string representation
func (*BatchGetBuildsInput) Validate ¶
func (s *BatchGetBuildsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchGetBuildsOutput ¶
type BatchGetBuildsOutput struct { // Information about the requested builds. Builds []*Build `locationName:"builds" type:"list"` // The IDs of builds for which information could not be found. BuildsNotFound []*string `locationName:"buildsNotFound" min:"1" type:"list"` // contains filtered or unexported fields }
func (BatchGetBuildsOutput) GoString ¶
func (s BatchGetBuildsOutput) GoString() string
GoString returns the string representation
func (*BatchGetBuildsOutput) SetBuilds ¶
func (s *BatchGetBuildsOutput) SetBuilds(v []*Build) *BatchGetBuildsOutput
SetBuilds sets the Builds field's value.
func (*BatchGetBuildsOutput) SetBuildsNotFound ¶
func (s *BatchGetBuildsOutput) SetBuildsNotFound(v []*string) *BatchGetBuildsOutput
SetBuildsNotFound sets the BuildsNotFound field's value.
func (BatchGetBuildsOutput) String ¶
func (s BatchGetBuildsOutput) String() string
String returns the string representation
type BatchGetProjectsInput ¶
type BatchGetProjectsInput struct { // The names or ARNs of the build projects. To get information about a project // shared with your Amazon Web Services account, its ARN must be specified. // You cannot specify a shared project using its name. // // Names is a required field Names []*string `locationName:"names" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (BatchGetProjectsInput) GoString ¶
func (s BatchGetProjectsInput) GoString() string
GoString returns the string representation
func (*BatchGetProjectsInput) SetNames ¶
func (s *BatchGetProjectsInput) SetNames(v []*string) *BatchGetProjectsInput
SetNames sets the Names field's value.
func (BatchGetProjectsInput) String ¶
func (s BatchGetProjectsInput) String() string
String returns the string representation
func (*BatchGetProjectsInput) Validate ¶
func (s *BatchGetProjectsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchGetProjectsOutput ¶
type BatchGetProjectsOutput struct { // Information about the requested build projects. Projects []*Project `locationName:"projects" type:"list"` // The names of build projects for which information could not be found. ProjectsNotFound []*string `locationName:"projectsNotFound" min:"1" type:"list"` // contains filtered or unexported fields }
func (BatchGetProjectsOutput) GoString ¶
func (s BatchGetProjectsOutput) GoString() string
GoString returns the string representation
func (*BatchGetProjectsOutput) SetProjects ¶
func (s *BatchGetProjectsOutput) SetProjects(v []*Project) *BatchGetProjectsOutput
SetProjects sets the Projects field's value.
func (*BatchGetProjectsOutput) SetProjectsNotFound ¶
func (s *BatchGetProjectsOutput) SetProjectsNotFound(v []*string) *BatchGetProjectsOutput
SetProjectsNotFound sets the ProjectsNotFound field's value.
func (BatchGetProjectsOutput) String ¶
func (s BatchGetProjectsOutput) String() string
String returns the string representation
type BatchGetReportGroupsInput ¶ added in v1.25.42
type BatchGetReportGroupsInput struct { // An array of report group ARNs that identify the report groups to return. // // ReportGroupArns is a required field ReportGroupArns []*string `locationName:"reportGroupArns" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (BatchGetReportGroupsInput) GoString ¶ added in v1.25.42
func (s BatchGetReportGroupsInput) GoString() string
GoString returns the string representation
func (*BatchGetReportGroupsInput) SetReportGroupArns ¶ added in v1.25.42
func (s *BatchGetReportGroupsInput) SetReportGroupArns(v []*string) *BatchGetReportGroupsInput
SetReportGroupArns sets the ReportGroupArns field's value.
func (BatchGetReportGroupsInput) String ¶ added in v1.25.42
func (s BatchGetReportGroupsInput) String() string
String returns the string representation
func (*BatchGetReportGroupsInput) Validate ¶ added in v1.25.42
func (s *BatchGetReportGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchGetReportGroupsOutput ¶ added in v1.25.42
type BatchGetReportGroupsOutput struct { // The array of report groups returned by BatchGetReportGroups. ReportGroups []*ReportGroup `locationName:"reportGroups" min:"1" type:"list"` // An array of ARNs passed to BatchGetReportGroups that are not associated with // a ReportGroup. ReportGroupsNotFound []*string `locationName:"reportGroupsNotFound" min:"1" type:"list"` // contains filtered or unexported fields }
func (BatchGetReportGroupsOutput) GoString ¶ added in v1.25.42
func (s BatchGetReportGroupsOutput) GoString() string
GoString returns the string representation
func (*BatchGetReportGroupsOutput) SetReportGroups ¶ added in v1.25.42
func (s *BatchGetReportGroupsOutput) SetReportGroups(v []*ReportGroup) *BatchGetReportGroupsOutput
SetReportGroups sets the ReportGroups field's value.
func (*BatchGetReportGroupsOutput) SetReportGroupsNotFound ¶ added in v1.25.42
func (s *BatchGetReportGroupsOutput) SetReportGroupsNotFound(v []*string) *BatchGetReportGroupsOutput
SetReportGroupsNotFound sets the ReportGroupsNotFound field's value.
func (BatchGetReportGroupsOutput) String ¶ added in v1.25.42
func (s BatchGetReportGroupsOutput) String() string
String returns the string representation
type BatchGetReportsInput ¶ added in v1.25.42
type BatchGetReportsInput struct { // An array of ARNs that identify the Report objects to return. // // ReportArns is a required field ReportArns []*string `locationName:"reportArns" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (BatchGetReportsInput) GoString ¶ added in v1.25.42
func (s BatchGetReportsInput) GoString() string
GoString returns the string representation
func (*BatchGetReportsInput) SetReportArns ¶ added in v1.25.42
func (s *BatchGetReportsInput) SetReportArns(v []*string) *BatchGetReportsInput
SetReportArns sets the ReportArns field's value.
func (BatchGetReportsInput) String ¶ added in v1.25.42
func (s BatchGetReportsInput) String() string
String returns the string representation
func (*BatchGetReportsInput) Validate ¶ added in v1.25.42
func (s *BatchGetReportsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchGetReportsOutput ¶ added in v1.25.42
type BatchGetReportsOutput struct { // The array of Report objects returned by BatchGetReports. Reports []*Report `locationName:"reports" min:"1" type:"list"` // An array of ARNs passed to BatchGetReportGroups that are not associated with // a Report. ReportsNotFound []*string `locationName:"reportsNotFound" min:"1" type:"list"` // contains filtered or unexported fields }
func (BatchGetReportsOutput) GoString ¶ added in v1.25.42
func (s BatchGetReportsOutput) GoString() string
GoString returns the string representation
func (*BatchGetReportsOutput) SetReports ¶ added in v1.25.42
func (s *BatchGetReportsOutput) SetReports(v []*Report) *BatchGetReportsOutput
SetReports sets the Reports field's value.
func (*BatchGetReportsOutput) SetReportsNotFound ¶ added in v1.25.42
func (s *BatchGetReportsOutput) SetReportsNotFound(v []*string) *BatchGetReportsOutput
SetReportsNotFound sets the ReportsNotFound field's value.
func (BatchGetReportsOutput) String ¶ added in v1.25.42
func (s BatchGetReportsOutput) String() string
String returns the string representation
type BatchRestrictions ¶ added in v1.33.16
type BatchRestrictions struct { // An array of strings that specify the compute types that are allowed for the // batch build. See Build environment compute types (https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html) // in the CodeBuild User Guide for these values. ComputeTypesAllowed []*string `locationName:"computeTypesAllowed" type:"list"` // Specifies the maximum number of builds allowed. MaximumBuildsAllowed *int64 `locationName:"maximumBuildsAllowed" type:"integer"` // contains filtered or unexported fields }
Specifies restrictions for the batch build.
func (BatchRestrictions) GoString ¶ added in v1.33.16
func (s BatchRestrictions) GoString() string
GoString returns the string representation
func (*BatchRestrictions) SetComputeTypesAllowed ¶ added in v1.33.16
func (s *BatchRestrictions) SetComputeTypesAllowed(v []*string) *BatchRestrictions
SetComputeTypesAllowed sets the ComputeTypesAllowed field's value.
func (*BatchRestrictions) SetMaximumBuildsAllowed ¶ added in v1.33.16
func (s *BatchRestrictions) SetMaximumBuildsAllowed(v int64) *BatchRestrictions
SetMaximumBuildsAllowed sets the MaximumBuildsAllowed field's value.
func (BatchRestrictions) String ¶ added in v1.33.16
func (s BatchRestrictions) String() string
String returns the string representation
type Build ¶
type Build struct { // The Amazon Resource Name (ARN) of the build. Arn *string `locationName:"arn" min:"1" type:"string"` // Information about the output artifacts for the build. Artifacts *BuildArtifacts `locationName:"artifacts" type:"structure"` // The ARN of the batch build that this build is a member of, if applicable. BuildBatchArn *string `locationName:"buildBatchArn" type:"string"` // Whether the build is complete. True if complete; otherwise, false. BuildComplete *bool `locationName:"buildComplete" type:"boolean"` // The number of the build. For each project, the buildNumber of its first build // is 1. The buildNumber of each subsequent build is incremented by 1. If a // build is deleted, the buildNumber of other builds does not change. BuildNumber *int64 `locationName:"buildNumber" type:"long"` // The current status of the build. Valid values include: // // * FAILED: The build failed. // // * FAULT: The build faulted. // // * IN_PROGRESS: The build is still in progress. // // * STOPPED: The build stopped. // // * SUCCEEDED: The build succeeded. // // * TIMED_OUT: The build timed out. BuildStatus *string `locationName:"buildStatus" type:"string" enum:"StatusType"` // Information about the cache for the build. Cache *ProjectCache `locationName:"cache" type:"structure"` // The current build phase. CurrentPhase *string `locationName:"currentPhase" type:"string"` // Contains information about the debug session for this build. DebugSession *DebugSession `locationName:"debugSession" type:"structure"` // The Key Management Service customer master key (CMK) to be used for encrypting // the build output artifacts. // // You can use a cross-account KMS key to encrypt the build output artifacts // if your service role has permission to that key. // // You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, // the CMK's alias (using the format alias/<alias-name>). EncryptionKey *string `locationName:"encryptionKey" min:"1" type:"string"` // When the build process ended, expressed in Unix time format. EndTime *time.Time `locationName:"endTime" type:"timestamp"` // Information about the build environment for this build. Environment *ProjectEnvironment `locationName:"environment" type:"structure"` // A list of exported environment variables for this build. // // Exported environment variables are used in conjunction with CodePipeline // to export environment variables from the current build stage to subsequent // stages in the pipeline. For more information, see Working with variables // (https://docs.aws.amazon.com/codepipeline/latest/userguide/actions-variables.html) // in the CodePipeline User Guide. ExportedEnvironmentVariables []*ExportedEnvironmentVariable `locationName:"exportedEnvironmentVariables" type:"list"` // An array of ProjectFileSystemLocation objects for a CodeBuild build project. // A ProjectFileSystemLocation object specifies the identifier, location, mountOptions, // mountPoint, and type of a file system created using Amazon Elastic File System. FileSystemLocations []*ProjectFileSystemLocation `locationName:"fileSystemLocations" type:"list"` // The unique ID for the build. Id *string `locationName:"id" min:"1" type:"string"` // The entity that started the build. Valid values include: // // * If CodePipeline started the build, the pipeline's name (for example, // codepipeline/my-demo-pipeline). // // * If an IAM user started the build, the user's name (for example, MyUserName). // // * If the Jenkins plugin for CodeBuild started the build, the string CodeBuild-Jenkins-Plugin. Initiator *string `locationName:"initiator" type:"string"` // Information about the build's logs in CloudWatch Logs. Logs *LogsLocation `locationName:"logs" type:"structure"` // Describes a network interface. NetworkInterface *NetworkInterface `locationName:"networkInterface" type:"structure"` // Information about all previous build phases that are complete and information // about any current build phase that is not yet complete. Phases []*BuildPhase `locationName:"phases" type:"list"` // The name of the CodeBuild project. ProjectName *string `locationName:"projectName" min:"1" type:"string"` // The number of minutes a build is allowed to be queued before it times out. QueuedTimeoutInMinutes *int64 `locationName:"queuedTimeoutInMinutes" type:"integer"` // An array of the ARNs associated with this build's reports. ReportArns []*string `locationName:"reportArns" type:"list"` // An identifier for the version of this build's source code. // // * For CodeCommit, GitHub, GitHub Enterprise, and BitBucket, the commit // ID. // // * For CodePipeline, the source revision provided by CodePipeline. // // * For Amazon S3, this does not apply. ResolvedSourceVersion *string `locationName:"resolvedSourceVersion" min:"1" type:"string"` // An array of ProjectArtifacts objects. SecondaryArtifacts []*BuildArtifacts `locationName:"secondaryArtifacts" type:"list"` // An array of ProjectSourceVersion objects. Each ProjectSourceVersion must // be one of: // // * For CodeCommit: the commit ID, branch, or Git tag to use. // // * For GitHub: the commit ID, pull request ID, branch name, or tag name // that corresponds to the version of the source code you want to build. // If a pull request ID is specified, it must use the format pr/pull-request-ID // (for example, pr/25). If a branch name is specified, the branch's HEAD // commit ID is used. If not specified, the default branch's HEAD commit // ID is used. // // * For Bitbucket: the commit ID, branch name, or tag name that corresponds // to the version of the source code you want to build. If a branch name // is specified, the branch's HEAD commit ID is used. If not specified, the // default branch's HEAD commit ID is used. // // * For Amazon S3: the version ID of the object that represents the build // input ZIP file to use. SecondarySourceVersions []*ProjectSourceVersion `locationName:"secondarySourceVersions" type:"list"` // An array of ProjectSource objects. SecondarySources []*ProjectSource `locationName:"secondarySources" type:"list"` // The name of a service role used for this build. ServiceRole *string `locationName:"serviceRole" min:"1" type:"string"` // Information about the source code to be built. Source *ProjectSource `locationName:"source" type:"structure"` // Any version identifier for the version of the source code to be built. If // sourceVersion is specified at the project level, then this sourceVersion // (at the build level) takes precedence. // // For more information, see Source Version Sample with CodeBuild (https://docs.aws.amazon.com/codebuild/latest/userguide/sample-source-version.html) // in the CodeBuild User Guide. SourceVersion *string `locationName:"sourceVersion" min:"1" type:"string"` // When the build process started, expressed in Unix time format. StartTime *time.Time `locationName:"startTime" type:"timestamp"` // How long, in minutes, for CodeBuild to wait before timing out this build // if it does not get marked as completed. TimeoutInMinutes *int64 `locationName:"timeoutInMinutes" type:"integer"` // If your CodeBuild project accesses resources in an Amazon VPC, you provide // this parameter that identifies the VPC ID and the list of security group // IDs and subnet IDs. The security groups and subnets must belong to the same // VPC. You must provide at least one security group and one subnet ID. VpcConfig *VpcConfig `locationName:"vpcConfig" type:"structure"` // contains filtered or unexported fields }
Information about a build.
func (*Build) SetArtifacts ¶
func (s *Build) SetArtifacts(v *BuildArtifacts) *Build
SetArtifacts sets the Artifacts field's value.
func (*Build) SetBuildBatchArn ¶ added in v1.33.16
SetBuildBatchArn sets the BuildBatchArn field's value.
func (*Build) SetBuildComplete ¶
SetBuildComplete sets the BuildComplete field's value.
func (*Build) SetBuildNumber ¶ added in v1.25.28
SetBuildNumber sets the BuildNumber field's value.
func (*Build) SetBuildStatus ¶
SetBuildStatus sets the BuildStatus field's value.
func (*Build) SetCache ¶ added in v1.12.32
func (s *Build) SetCache(v *ProjectCache) *Build
SetCache sets the Cache field's value.
func (*Build) SetCurrentPhase ¶
SetCurrentPhase sets the CurrentPhase field's value.
func (*Build) SetDebugSession ¶ added in v1.33.8
func (s *Build) SetDebugSession(v *DebugSession) *Build
SetDebugSession sets the DebugSession field's value.
func (*Build) SetEncryptionKey ¶ added in v1.15.0
SetEncryptionKey sets the EncryptionKey field's value.
func (*Build) SetEndTime ¶
SetEndTime sets the EndTime field's value.
func (*Build) SetEnvironment ¶
func (s *Build) SetEnvironment(v *ProjectEnvironment) *Build
SetEnvironment sets the Environment field's value.
func (*Build) SetExportedEnvironmentVariables ¶ added in v1.25.28
func (s *Build) SetExportedEnvironmentVariables(v []*ExportedEnvironmentVariable) *Build
SetExportedEnvironmentVariables sets the ExportedEnvironmentVariables field's value.
func (*Build) SetFileSystemLocations ¶ added in v1.28.12
func (s *Build) SetFileSystemLocations(v []*ProjectFileSystemLocation) *Build
SetFileSystemLocations sets the FileSystemLocations field's value.
func (*Build) SetInitiator ¶
SetInitiator sets the Initiator field's value.
func (*Build) SetLogs ¶
func (s *Build) SetLogs(v *LogsLocation) *Build
SetLogs sets the Logs field's value.
func (*Build) SetNetworkInterface ¶ added in v1.12.32
func (s *Build) SetNetworkInterface(v *NetworkInterface) *Build
SetNetworkInterface sets the NetworkInterface field's value.
func (*Build) SetPhases ¶
func (s *Build) SetPhases(v []*BuildPhase) *Build
SetPhases sets the Phases field's value.
func (*Build) SetProjectName ¶
SetProjectName sets the ProjectName field's value.
func (*Build) SetQueuedTimeoutInMinutes ¶ added in v1.15.77
SetQueuedTimeoutInMinutes sets the QueuedTimeoutInMinutes field's value.
func (*Build) SetReportArns ¶ added in v1.25.42
SetReportArns sets the ReportArns field's value.
func (*Build) SetResolvedSourceVersion ¶ added in v1.15.48
SetResolvedSourceVersion sets the ResolvedSourceVersion field's value.
func (*Build) SetSecondaryArtifacts ¶ added in v1.15.25
func (s *Build) SetSecondaryArtifacts(v []*BuildArtifacts) *Build
SetSecondaryArtifacts sets the SecondaryArtifacts field's value.
func (*Build) SetSecondarySourceVersions ¶ added in v1.15.25
func (s *Build) SetSecondarySourceVersions(v []*ProjectSourceVersion) *Build
SetSecondarySourceVersions sets the SecondarySourceVersions field's value.
func (*Build) SetSecondarySources ¶ added in v1.15.25
func (s *Build) SetSecondarySources(v []*ProjectSource) *Build
SetSecondarySources sets the SecondarySources field's value.
func (*Build) SetServiceRole ¶ added in v1.13.48
SetServiceRole sets the ServiceRole field's value.
func (*Build) SetSource ¶
func (s *Build) SetSource(v *ProjectSource) *Build
SetSource sets the Source field's value.
func (*Build) SetSourceVersion ¶
SetSourceVersion sets the SourceVersion field's value.
func (*Build) SetStartTime ¶
SetStartTime sets the StartTime field's value.
func (*Build) SetTimeoutInMinutes ¶
SetTimeoutInMinutes sets the TimeoutInMinutes field's value.
func (*Build) SetVpcConfig ¶ added in v1.12.32
SetVpcConfig sets the VpcConfig field's value.
type BuildArtifacts ¶
type BuildArtifacts struct { // An identifier for this artifact definition. ArtifactIdentifier *string `locationName:"artifactIdentifier" type:"string"` // Specifies the bucket owner's access for objects that another account uploads // to their Amazon S3 bucket. By default, only the account that uploads the // objects to the bucket has access to these objects. This property allows you // to give the bucket owner access to these objects. // // To use this property, your CodeBuild service role must have the s3:PutBucketAcl // permission. This permission allows CodeBuild to modify the access control // list for the bucket. // // This property can be one of the following values: // // NONE // // The bucket owner does not have access to the objects. This is the default. // // READ_ONLY // // The bucket owner has read-only access to the objects. The uploading account // retains ownership of the objects. // // FULL // // The bucket owner has full access to the objects. Object ownership is determined // by the following criteria: // // * If the bucket is configured with the Bucket owner preferred setting, // the bucket owner owns the objects. The uploading account will have object // access as specified by the bucket's policy. // // * Otherwise, the uploading account retains ownership of the objects. // // For more information about Amazon S3 object ownership, see Controlling ownership // of uploaded objects using S3 Object Ownership (https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html) // in the Amazon Simple Storage Service User Guide. BucketOwnerAccess *string `locationName:"bucketOwnerAccess" type:"string" enum:"BucketOwnerAccess"` // Information that tells you if encryption for build artifacts is disabled. EncryptionDisabled *bool `locationName:"encryptionDisabled" type:"boolean"` // Information about the location of the build artifacts. Location *string `locationName:"location" type:"string"` // The MD5 hash of the build artifact. // // You can use this hash along with a checksum tool to confirm file integrity // and authenticity. // // This value is available only if the build project's packaging value is set // to ZIP. Md5sum *string `locationName:"md5sum" type:"string"` // If this flag is set, a name specified in the buildspec file overrides the // artifact name. The name specified in a buildspec file is calculated at build // time and uses the Shell Command Language. For example, you can append a date // and time to your artifact name so that it is always unique. OverrideArtifactName *bool `locationName:"overrideArtifactName" type:"boolean"` // The SHA-256 hash of the build artifact. // // You can use this hash along with a checksum tool to confirm file integrity // and authenticity. // // This value is available only if the build project's packaging value is set // to ZIP. Sha256sum *string `locationName:"sha256sum" type:"string"` // contains filtered or unexported fields }
Information about build output artifacts.
func (BuildArtifacts) GoString ¶
func (s BuildArtifacts) GoString() string
GoString returns the string representation
func (*BuildArtifacts) SetArtifactIdentifier ¶ added in v1.15.25
func (s *BuildArtifacts) SetArtifactIdentifier(v string) *BuildArtifacts
SetArtifactIdentifier sets the ArtifactIdentifier field's value.
func (*BuildArtifacts) SetBucketOwnerAccess ¶ added in v1.38.18
func (s *BuildArtifacts) SetBucketOwnerAccess(v string) *BuildArtifacts
SetBucketOwnerAccess sets the BucketOwnerAccess field's value.
func (*BuildArtifacts) SetEncryptionDisabled ¶ added in v1.15.0
func (s *BuildArtifacts) SetEncryptionDisabled(v bool) *BuildArtifacts
SetEncryptionDisabled sets the EncryptionDisabled field's value.
func (*BuildArtifacts) SetLocation ¶
func (s *BuildArtifacts) SetLocation(v string) *BuildArtifacts
SetLocation sets the Location field's value.
func (*BuildArtifacts) SetMd5sum ¶
func (s *BuildArtifacts) SetMd5sum(v string) *BuildArtifacts
SetMd5sum sets the Md5sum field's value.
func (*BuildArtifacts) SetOverrideArtifactName ¶ added in v1.15.7
func (s *BuildArtifacts) SetOverrideArtifactName(v bool) *BuildArtifacts
SetOverrideArtifactName sets the OverrideArtifactName field's value.
func (*BuildArtifacts) SetSha256sum ¶
func (s *BuildArtifacts) SetSha256sum(v string) *BuildArtifacts
SetSha256sum sets the Sha256sum field's value.
func (BuildArtifacts) String ¶
func (s BuildArtifacts) String() string
String returns the string representation
type BuildBatch ¶ added in v1.33.16
type BuildBatch struct { // The ARN of the batch build. Arn *string `locationName:"arn" min:"1" type:"string"` // A BuildArtifacts object the defines the build artifacts for this batch build. Artifacts *BuildArtifacts `locationName:"artifacts" type:"structure"` // Contains configuration information about a batch build project. BuildBatchConfig *ProjectBuildBatchConfig `locationName:"buildBatchConfig" type:"structure"` // The number of the batch build. For each project, the buildBatchNumber of // its first batch build is 1. The buildBatchNumber of each subsequent batch // build is incremented by 1. If a batch build is deleted, the buildBatchNumber // of other batch builds does not change. BuildBatchNumber *int64 `locationName:"buildBatchNumber" type:"long"` // The status of the batch build. BuildBatchStatus *string `locationName:"buildBatchStatus" type:"string" enum:"StatusType"` // An array of BuildGroup objects that define the build groups for the batch // build. BuildGroups []*BuildGroup `locationName:"buildGroups" type:"list"` // Specifies the maximum amount of time, in minutes, that the build in a batch // must be completed in. BuildTimeoutInMinutes *int64 `locationName:"buildTimeoutInMinutes" type:"integer"` // Information about the cache for the build project. Cache *ProjectCache `locationName:"cache" type:"structure"` // Indicates if the batch build is complete. Complete *bool `locationName:"complete" type:"boolean"` // The current phase of the batch build. CurrentPhase *string `locationName:"currentPhase" type:"string"` // Specifies if session debugging is enabled for this batch build. For more // information, see Viewing a running build in Session Manager (https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html). // Batch session debugging is not supported for matrix batch builds. DebugSessionEnabled *bool `locationName:"debugSessionEnabled" type:"boolean"` // The Key Management Service customer master key (CMK) to be used for encrypting // the batch build output artifacts. // // You can use a cross-account KMS key to encrypt the build output artifacts // if your service role has permission to that key. // // You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, // the CMK's alias (using the format alias/<alias-name>). EncryptionKey *string `locationName:"encryptionKey" min:"1" type:"string"` // The date and time that the batch build ended. EndTime *time.Time `locationName:"endTime" type:"timestamp"` // Information about the build environment of the build project. Environment *ProjectEnvironment `locationName:"environment" type:"structure"` // An array of ProjectFileSystemLocation objects for the batch build project. // A ProjectFileSystemLocation object specifies the identifier, location, mountOptions, // mountPoint, and type of a file system created using Amazon Elastic File System. FileSystemLocations []*ProjectFileSystemLocation `locationName:"fileSystemLocations" type:"list"` // The identifier of the batch build. Id *string `locationName:"id" min:"1" type:"string"` // The entity that started the batch build. Valid values include: // // * If CodePipeline started the build, the pipeline's name (for example, // codepipeline/my-demo-pipeline). // // * If an IAM user started the build, the user's name. // // * If the Jenkins plugin for CodeBuild started the build, the string CodeBuild-Jenkins-Plugin. Initiator *string `locationName:"initiator" type:"string"` // Information about logs for a build project. These can be logs in CloudWatch // Logs, built in a specified S3 bucket, or both. LogConfig *LogsConfig `locationName:"logConfig" type:"structure"` // An array of BuildBatchPhase objects the specify the phases of the batch build. Phases []*BuildBatchPhase `locationName:"phases" type:"list"` // The name of the batch build project. ProjectName *string `locationName:"projectName" min:"1" type:"string"` // Specifies the amount of time, in minutes, that the batch build is allowed // to be queued before it times out. QueuedTimeoutInMinutes *int64 `locationName:"queuedTimeoutInMinutes" type:"integer"` // The identifier of the resolved version of this batch build's source code. // // * For CodeCommit, GitHub, GitHub Enterprise, and BitBucket, the commit // ID. // // * For CodePipeline, the source revision provided by CodePipeline. // // * For Amazon S3, this does not apply. ResolvedSourceVersion *string `locationName:"resolvedSourceVersion" min:"1" type:"string"` // An array of BuildArtifacts objects the define the build artifacts for this // batch build. SecondaryArtifacts []*BuildArtifacts `locationName:"secondaryArtifacts" type:"list"` // An array of ProjectSourceVersion objects. Each ProjectSourceVersion must // be one of: // // * For CodeCommit: the commit ID, branch, or Git tag to use. // // * For GitHub: the commit ID, pull request ID, branch name, or tag name // that corresponds to the version of the source code you want to build. // If a pull request ID is specified, it must use the format pr/pull-request-ID // (for example, pr/25). If a branch name is specified, the branch's HEAD // commit ID is used. If not specified, the default branch's HEAD commit // ID is used. // // * For Bitbucket: the commit ID, branch name, or tag name that corresponds // to the version of the source code you want to build. If a branch name // is specified, the branch's HEAD commit ID is used. If not specified, the // default branch's HEAD commit ID is used. // // * For Amazon S3: the version ID of the object that represents the build // input ZIP file to use. SecondarySourceVersions []*ProjectSourceVersion `locationName:"secondarySourceVersions" type:"list"` // An array of ProjectSource objects that define the sources for the batch build. SecondarySources []*ProjectSource `locationName:"secondarySources" type:"list"` // The name of a service role used for builds in the batch. ServiceRole *string `locationName:"serviceRole" min:"1" type:"string"` // Information about the build input source code for the build project. Source *ProjectSource `locationName:"source" type:"structure"` // The identifier of the version of the source code to be built. SourceVersion *string `locationName:"sourceVersion" min:"1" type:"string"` // The date and time that the batch build started. StartTime *time.Time `locationName:"startTime" type:"timestamp"` // Information about the VPC configuration that CodeBuild accesses. VpcConfig *VpcConfig `locationName:"vpcConfig" type:"structure"` // contains filtered or unexported fields }
Contains information about a batch build.
func (BuildBatch) GoString ¶ added in v1.33.16
func (s BuildBatch) GoString() string
GoString returns the string representation
func (*BuildBatch) SetArn ¶ added in v1.33.16
func (s *BuildBatch) SetArn(v string) *BuildBatch
SetArn sets the Arn field's value.
func (*BuildBatch) SetArtifacts ¶ added in v1.33.16
func (s *BuildBatch) SetArtifacts(v *BuildArtifacts) *BuildBatch
SetArtifacts sets the Artifacts field's value.
func (*BuildBatch) SetBuildBatchConfig ¶ added in v1.33.16
func (s *BuildBatch) SetBuildBatchConfig(v *ProjectBuildBatchConfig) *BuildBatch
SetBuildBatchConfig sets the BuildBatchConfig field's value.
func (*BuildBatch) SetBuildBatchNumber ¶ added in v1.33.16
func (s *BuildBatch) SetBuildBatchNumber(v int64) *BuildBatch
SetBuildBatchNumber sets the BuildBatchNumber field's value.
func (*BuildBatch) SetBuildBatchStatus ¶ added in v1.33.16
func (s *BuildBatch) SetBuildBatchStatus(v string) *BuildBatch
SetBuildBatchStatus sets the BuildBatchStatus field's value.
func (*BuildBatch) SetBuildGroups ¶ added in v1.33.16
func (s *BuildBatch) SetBuildGroups(v []*BuildGroup) *BuildBatch
SetBuildGroups sets the BuildGroups field's value.
func (*BuildBatch) SetBuildTimeoutInMinutes ¶ added in v1.33.16
func (s *BuildBatch) SetBuildTimeoutInMinutes(v int64) *BuildBatch
SetBuildTimeoutInMinutes sets the BuildTimeoutInMinutes field's value.
func (*BuildBatch) SetCache ¶ added in v1.33.16
func (s *BuildBatch) SetCache(v *ProjectCache) *BuildBatch
SetCache sets the Cache field's value.
func (*BuildBatch) SetComplete ¶ added in v1.33.16
func (s *BuildBatch) SetComplete(v bool) *BuildBatch
SetComplete sets the Complete field's value.
func (*BuildBatch) SetCurrentPhase ¶ added in v1.33.16
func (s *BuildBatch) SetCurrentPhase(v string) *BuildBatch
SetCurrentPhase sets the CurrentPhase field's value.
func (*BuildBatch) SetDebugSessionEnabled ¶ added in v1.37.23
func (s *BuildBatch) SetDebugSessionEnabled(v bool) *BuildBatch
SetDebugSessionEnabled sets the DebugSessionEnabled field's value.
func (*BuildBatch) SetEncryptionKey ¶ added in v1.33.16
func (s *BuildBatch) SetEncryptionKey(v string) *BuildBatch
SetEncryptionKey sets the EncryptionKey field's value.
func (*BuildBatch) SetEndTime ¶ added in v1.33.16
func (s *BuildBatch) SetEndTime(v time.Time) *BuildBatch
SetEndTime sets the EndTime field's value.
func (*BuildBatch) SetEnvironment ¶ added in v1.33.16
func (s *BuildBatch) SetEnvironment(v *ProjectEnvironment) *BuildBatch
SetEnvironment sets the Environment field's value.
func (*BuildBatch) SetFileSystemLocations ¶ added in v1.33.16
func (s *BuildBatch) SetFileSystemLocations(v []*ProjectFileSystemLocation) *BuildBatch
SetFileSystemLocations sets the FileSystemLocations field's value.
func (*BuildBatch) SetId ¶ added in v1.33.16
func (s *BuildBatch) SetId(v string) *BuildBatch
SetId sets the Id field's value.
func (*BuildBatch) SetInitiator ¶ added in v1.33.16
func (s *BuildBatch) SetInitiator(v string) *BuildBatch
SetInitiator sets the Initiator field's value.
func (*BuildBatch) SetLogConfig ¶ added in v1.33.16
func (s *BuildBatch) SetLogConfig(v *LogsConfig) *BuildBatch
SetLogConfig sets the LogConfig field's value.
func (*BuildBatch) SetPhases ¶ added in v1.33.16
func (s *BuildBatch) SetPhases(v []*BuildBatchPhase) *BuildBatch
SetPhases sets the Phases field's value.
func (*BuildBatch) SetProjectName ¶ added in v1.33.16
func (s *BuildBatch) SetProjectName(v string) *BuildBatch
SetProjectName sets the ProjectName field's value.
func (*BuildBatch) SetQueuedTimeoutInMinutes ¶ added in v1.33.16
func (s *BuildBatch) SetQueuedTimeoutInMinutes(v int64) *BuildBatch
SetQueuedTimeoutInMinutes sets the QueuedTimeoutInMinutes field's value.
func (*BuildBatch) SetResolvedSourceVersion ¶ added in v1.33.16
func (s *BuildBatch) SetResolvedSourceVersion(v string) *BuildBatch
SetResolvedSourceVersion sets the ResolvedSourceVersion field's value.
func (*BuildBatch) SetSecondaryArtifacts ¶ added in v1.33.16
func (s *BuildBatch) SetSecondaryArtifacts(v []*BuildArtifacts) *BuildBatch
SetSecondaryArtifacts sets the SecondaryArtifacts field's value.
func (*BuildBatch) SetSecondarySourceVersions ¶ added in v1.33.16
func (s *BuildBatch) SetSecondarySourceVersions(v []*ProjectSourceVersion) *BuildBatch
SetSecondarySourceVersions sets the SecondarySourceVersions field's value.
func (*BuildBatch) SetSecondarySources ¶ added in v1.33.16
func (s *BuildBatch) SetSecondarySources(v []*ProjectSource) *BuildBatch
SetSecondarySources sets the SecondarySources field's value.
func (*BuildBatch) SetServiceRole ¶ added in v1.33.16
func (s *BuildBatch) SetServiceRole(v string) *BuildBatch
SetServiceRole sets the ServiceRole field's value.
func (*BuildBatch) SetSource ¶ added in v1.33.16
func (s *BuildBatch) SetSource(v *ProjectSource) *BuildBatch
SetSource sets the Source field's value.
func (*BuildBatch) SetSourceVersion ¶ added in v1.33.16
func (s *BuildBatch) SetSourceVersion(v string) *BuildBatch
SetSourceVersion sets the SourceVersion field's value.
func (*BuildBatch) SetStartTime ¶ added in v1.33.16
func (s *BuildBatch) SetStartTime(v time.Time) *BuildBatch
SetStartTime sets the StartTime field's value.
func (*BuildBatch) SetVpcConfig ¶ added in v1.33.16
func (s *BuildBatch) SetVpcConfig(v *VpcConfig) *BuildBatch
SetVpcConfig sets the VpcConfig field's value.
func (BuildBatch) String ¶ added in v1.33.16
func (s BuildBatch) String() string
String returns the string representation
type BuildBatchFilter ¶ added in v1.33.16
type BuildBatchFilter struct { // The status of the batch builds to retrieve. Only batch builds that have this // status will be retrieved. Status *string `locationName:"status" type:"string" enum:"StatusType"` // contains filtered or unexported fields }
Specifies filters when retrieving batch builds.
func (BuildBatchFilter) GoString ¶ added in v1.33.16
func (s BuildBatchFilter) GoString() string
GoString returns the string representation
func (*BuildBatchFilter) SetStatus ¶ added in v1.33.16
func (s *BuildBatchFilter) SetStatus(v string) *BuildBatchFilter
SetStatus sets the Status field's value.
func (BuildBatchFilter) String ¶ added in v1.33.16
func (s BuildBatchFilter) String() string
String returns the string representation
type BuildBatchPhase ¶ added in v1.33.16
type BuildBatchPhase struct { // Additional information about the batch build phase. Especially to help troubleshoot // a failed batch build. Contexts []*PhaseContext `locationName:"contexts" type:"list"` // How long, in seconds, between the starting and ending times of the batch // build's phase. DurationInSeconds *int64 `locationName:"durationInSeconds" type:"long"` // When the batch build phase ended, expressed in Unix time format. EndTime *time.Time `locationName:"endTime" type:"timestamp"` // The current status of the batch build phase. Valid values include: // // FAILED // // The build phase failed. // // FAULT // // The build phase faulted. // // IN_PROGRESS // // The build phase is still in progress. // // STOPPED // // The build phase stopped. // // SUCCEEDED // // The build phase succeeded. // // TIMED_OUT // // The build phase timed out. PhaseStatus *string `locationName:"phaseStatus" type:"string" enum:"StatusType"` // The name of the batch build phase. Valid values include: // // COMBINE_ARTIFACTS // // Build output artifacts are being combined and uploaded to the output location. // // DOWNLOAD_BATCHSPEC // // The batch build specification is being downloaded. // // FAILED // // One or more of the builds failed. // // IN_PROGRESS // // The batch build is in progress. // // STOPPED // // The batch build was stopped. // // SUBMITTED // // The btach build has been submitted. // // SUCCEEDED // // The batch build succeeded. PhaseType *string `locationName:"phaseType" type:"string" enum:"BuildBatchPhaseType"` // When the batch build phase started, expressed in Unix time format. StartTime *time.Time `locationName:"startTime" type:"timestamp"` // contains filtered or unexported fields }
Contains information about a stage for a batch build.
func (BuildBatchPhase) GoString ¶ added in v1.33.16
func (s BuildBatchPhase) GoString() string
GoString returns the string representation
func (*BuildBatchPhase) SetContexts ¶ added in v1.33.16
func (s *BuildBatchPhase) SetContexts(v []*PhaseContext) *BuildBatchPhase
SetContexts sets the Contexts field's value.
func (*BuildBatchPhase) SetDurationInSeconds ¶ added in v1.33.16
func (s *BuildBatchPhase) SetDurationInSeconds(v int64) *BuildBatchPhase
SetDurationInSeconds sets the DurationInSeconds field's value.
func (*BuildBatchPhase) SetEndTime ¶ added in v1.33.16
func (s *BuildBatchPhase) SetEndTime(v time.Time) *BuildBatchPhase
SetEndTime sets the EndTime field's value.
func (*BuildBatchPhase) SetPhaseStatus ¶ added in v1.33.16
func (s *BuildBatchPhase) SetPhaseStatus(v string) *BuildBatchPhase
SetPhaseStatus sets the PhaseStatus field's value.
func (*BuildBatchPhase) SetPhaseType ¶ added in v1.33.16
func (s *BuildBatchPhase) SetPhaseType(v string) *BuildBatchPhase
SetPhaseType sets the PhaseType field's value.
func (*BuildBatchPhase) SetStartTime ¶ added in v1.33.16
func (s *BuildBatchPhase) SetStartTime(v time.Time) *BuildBatchPhase
SetStartTime sets the StartTime field's value.
func (BuildBatchPhase) String ¶ added in v1.33.16
func (s BuildBatchPhase) String() string
String returns the string representation
type BuildGroup ¶ added in v1.33.16
type BuildGroup struct { // A BuildSummary object that contains a summary of the current build group. CurrentBuildSummary *BuildSummary `locationName:"currentBuildSummary" type:"structure"` // An array of strings that contain the identifiers of the build groups that // this build group depends on. DependsOn []*string `locationName:"dependsOn" type:"list"` // Contains the identifier of the build group. Identifier *string `locationName:"identifier" type:"string"` // Specifies if failures in this build group can be ignored. IgnoreFailure *bool `locationName:"ignoreFailure" type:"boolean"` // An array of BuildSummary objects that contain summaries of previous build // groups. PriorBuildSummaryList []*BuildSummary `locationName:"priorBuildSummaryList" type:"list"` // contains filtered or unexported fields }
Contains information about a batch build build group. Build groups are used to combine builds that can run in parallel, while still being able to set dependencies on other build groups.
func (BuildGroup) GoString ¶ added in v1.33.16
func (s BuildGroup) GoString() string
GoString returns the string representation
func (*BuildGroup) SetCurrentBuildSummary ¶ added in v1.33.16
func (s *BuildGroup) SetCurrentBuildSummary(v *BuildSummary) *BuildGroup
SetCurrentBuildSummary sets the CurrentBuildSummary field's value.
func (*BuildGroup) SetDependsOn ¶ added in v1.33.16
func (s *BuildGroup) SetDependsOn(v []*string) *BuildGroup
SetDependsOn sets the DependsOn field's value.
func (*BuildGroup) SetIdentifier ¶ added in v1.33.16
func (s *BuildGroup) SetIdentifier(v string) *BuildGroup
SetIdentifier sets the Identifier field's value.
func (*BuildGroup) SetIgnoreFailure ¶ added in v1.33.16
func (s *BuildGroup) SetIgnoreFailure(v bool) *BuildGroup
SetIgnoreFailure sets the IgnoreFailure field's value.
func (*BuildGroup) SetPriorBuildSummaryList ¶ added in v1.33.16
func (s *BuildGroup) SetPriorBuildSummaryList(v []*BuildSummary) *BuildGroup
SetPriorBuildSummaryList sets the PriorBuildSummaryList field's value.
func (BuildGroup) String ¶ added in v1.33.16
func (s BuildGroup) String() string
String returns the string representation
type BuildNotDeleted ¶ added in v1.10.36
type BuildNotDeleted struct { // The ID of the build that could not be successfully deleted. Id *string `locationName:"id" min:"1" type:"string"` // Additional information about the build that could not be successfully deleted. StatusCode *string `locationName:"statusCode" type:"string"` // contains filtered or unexported fields }
Information about a build that could not be successfully deleted.
func (BuildNotDeleted) GoString ¶ added in v1.10.36
func (s BuildNotDeleted) GoString() string
GoString returns the string representation
func (*BuildNotDeleted) SetId ¶ added in v1.10.36
func (s *BuildNotDeleted) SetId(v string) *BuildNotDeleted
SetId sets the Id field's value.
func (*BuildNotDeleted) SetStatusCode ¶ added in v1.10.36
func (s *BuildNotDeleted) SetStatusCode(v string) *BuildNotDeleted
SetStatusCode sets the StatusCode field's value.
func (BuildNotDeleted) String ¶ added in v1.10.36
func (s BuildNotDeleted) String() string
String returns the string representation
type BuildPhase ¶
type BuildPhase struct { // Additional information about a build phase, especially to help troubleshoot // a failed build. Contexts []*PhaseContext `locationName:"contexts" type:"list"` // How long, in seconds, between the starting and ending times of the build's // phase. DurationInSeconds *int64 `locationName:"durationInSeconds" type:"long"` // When the build phase ended, expressed in Unix time format. EndTime *time.Time `locationName:"endTime" type:"timestamp"` // The current status of the build phase. Valid values include: // // FAILED // // The build phase failed. // // FAULT // // The build phase faulted. // // IN_PROGRESS // // The build phase is still in progress. // // STOPPED // // The build phase stopped. // // SUCCEEDED // // The build phase succeeded. // // TIMED_OUT // // The build phase timed out. PhaseStatus *string `locationName:"phaseStatus" type:"string" enum:"StatusType"` // The name of the build phase. Valid values include: // // BUILD // // Core build activities typically occur in this build phase. // // COMPLETED // // The build has been completed. // // DOWNLOAD_SOURCE // // Source code is being downloaded in this build phase. // // FINALIZING // // The build process is completing in this build phase. // // INSTALL // // Installation activities typically occur in this build phase. // // POST_BUILD // // Post-build activities typically occur in this build phase. // // PRE_BUILD // // Pre-build activities typically occur in this build phase. // // PROVISIONING // // The build environment is being set up. // // QUEUED // // The build has been submitted and is queued behind other submitted builds. // // SUBMITTED // // The build has been submitted. // // UPLOAD_ARTIFACTS // // Build output artifacts are being uploaded to the output location. PhaseType *string `locationName:"phaseType" type:"string" enum:"BuildPhaseType"` // When the build phase started, expressed in Unix time format. StartTime *time.Time `locationName:"startTime" type:"timestamp"` // contains filtered or unexported fields }
Information about a stage for a build.
func (BuildPhase) GoString ¶
func (s BuildPhase) GoString() string
GoString returns the string representation
func (*BuildPhase) SetContexts ¶
func (s *BuildPhase) SetContexts(v []*PhaseContext) *BuildPhase
SetContexts sets the Contexts field's value.
func (*BuildPhase) SetDurationInSeconds ¶
func (s *BuildPhase) SetDurationInSeconds(v int64) *BuildPhase
SetDurationInSeconds sets the DurationInSeconds field's value.
func (*BuildPhase) SetEndTime ¶
func (s *BuildPhase) SetEndTime(v time.Time) *BuildPhase
SetEndTime sets the EndTime field's value.
func (*BuildPhase) SetPhaseStatus ¶
func (s *BuildPhase) SetPhaseStatus(v string) *BuildPhase
SetPhaseStatus sets the PhaseStatus field's value.
func (*BuildPhase) SetPhaseType ¶
func (s *BuildPhase) SetPhaseType(v string) *BuildPhase
SetPhaseType sets the PhaseType field's value.
func (*BuildPhase) SetStartTime ¶
func (s *BuildPhase) SetStartTime(v time.Time) *BuildPhase
SetStartTime sets the StartTime field's value.
func (BuildPhase) String ¶
func (s BuildPhase) String() string
String returns the string representation
type BuildStatusConfig ¶ added in v1.33.0
type BuildStatusConfig struct { // Specifies the context of the build status CodeBuild sends to the source provider. // The usage of this parameter depends on the source provider. // // Bitbucket // // This parameter is used for the name parameter in the Bitbucket commit status. // For more information, see build (https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Bworkspace%7D/%7Brepo_slug%7D/commit/%7Bnode%7D/statuses/build) // in the Bitbucket API documentation. // // GitHub/GitHub Enterprise Server // // This parameter is used for the context parameter in the GitHub commit status. // For more information, see Create a commit status (https://developer.github.com/v3/repos/statuses/#create-a-commit-status) // in the GitHub developer guide. Context *string `locationName:"context" type:"string"` // Specifies the target url of the build status CodeBuild sends to the source // provider. The usage of this parameter depends on the source provider. // // Bitbucket // // This parameter is used for the url parameter in the Bitbucket commit status. // For more information, see build (https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Bworkspace%7D/%7Brepo_slug%7D/commit/%7Bnode%7D/statuses/build) // in the Bitbucket API documentation. // // GitHub/GitHub Enterprise Server // // This parameter is used for the target_url parameter in the GitHub commit // status. For more information, see Create a commit status (https://developer.github.com/v3/repos/statuses/#create-a-commit-status) // in the GitHub developer guide. TargetUrl *string `locationName:"targetUrl" type:"string"` // contains filtered or unexported fields }
Contains information that defines how the CodeBuild build project reports the build status to the source provider.
func (BuildStatusConfig) GoString ¶ added in v1.33.0
func (s BuildStatusConfig) GoString() string
GoString returns the string representation
func (*BuildStatusConfig) SetContext ¶ added in v1.33.0
func (s *BuildStatusConfig) SetContext(v string) *BuildStatusConfig
SetContext sets the Context field's value.
func (*BuildStatusConfig) SetTargetUrl ¶ added in v1.33.0
func (s *BuildStatusConfig) SetTargetUrl(v string) *BuildStatusConfig
SetTargetUrl sets the TargetUrl field's value.
func (BuildStatusConfig) String ¶ added in v1.33.0
func (s BuildStatusConfig) String() string
String returns the string representation
type BuildSummary ¶ added in v1.33.16
type BuildSummary struct { // The batch build ARN. Arn *string `locationName:"arn" type:"string"` // The status of the build group. // // FAILED // // The build group failed. // // FAULT // // The build group faulted. // // IN_PROGRESS // // The build group is still in progress. // // STOPPED // // The build group stopped. // // SUCCEEDED // // The build group succeeded. // // TIMED_OUT // // The build group timed out. BuildStatus *string `locationName:"buildStatus" type:"string" enum:"StatusType"` // A ResolvedArtifact object that represents the primary build artifacts for // the build group. PrimaryArtifact *ResolvedArtifact `locationName:"primaryArtifact" type:"structure"` // When the build was started, expressed in Unix time format. RequestedOn *time.Time `locationName:"requestedOn" type:"timestamp"` // An array of ResolvedArtifact objects that represents the secondary build // artifacts for the build group. SecondaryArtifacts []*ResolvedArtifact `locationName:"secondaryArtifacts" type:"list"` // contains filtered or unexported fields }
Contains summary information about a batch build group.
func (BuildSummary) GoString ¶ added in v1.33.16
func (s BuildSummary) GoString() string
GoString returns the string representation
func (*BuildSummary) SetArn ¶ added in v1.33.16
func (s *BuildSummary) SetArn(v string) *BuildSummary
SetArn sets the Arn field's value.
func (*BuildSummary) SetBuildStatus ¶ added in v1.33.16
func (s *BuildSummary) SetBuildStatus(v string) *BuildSummary
SetBuildStatus sets the BuildStatus field's value.
func (*BuildSummary) SetPrimaryArtifact ¶ added in v1.33.16
func (s *BuildSummary) SetPrimaryArtifact(v *ResolvedArtifact) *BuildSummary
SetPrimaryArtifact sets the PrimaryArtifact field's value.
func (*BuildSummary) SetRequestedOn ¶ added in v1.33.16
func (s *BuildSummary) SetRequestedOn(v time.Time) *BuildSummary
SetRequestedOn sets the RequestedOn field's value.
func (*BuildSummary) SetSecondaryArtifacts ¶ added in v1.33.16
func (s *BuildSummary) SetSecondaryArtifacts(v []*ResolvedArtifact) *BuildSummary
SetSecondaryArtifacts sets the SecondaryArtifacts field's value.
func (BuildSummary) String ¶ added in v1.33.16
func (s BuildSummary) String() string
String returns the string representation
type CloudWatchLogsConfig ¶ added in v1.15.36
type CloudWatchLogsConfig struct { // The group name of the logs in CloudWatch Logs. For more information, see // Working with Log Groups and Log Streams (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/Working-with-log-groups-and-streams.html). GroupName *string `locationName:"groupName" type:"string"` // The current status of the logs in CloudWatch Logs for a build project. Valid // values are: // // * ENABLED: CloudWatch Logs are enabled for this build project. // // * DISABLED: CloudWatch Logs are not enabled for this build project. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"LogsConfigStatusType"` // The prefix of the stream name of the CloudWatch Logs. For more information, // see Working with Log Groups and Log Streams (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/Working-with-log-groups-and-streams.html). StreamName *string `locationName:"streamName" type:"string"` // contains filtered or unexported fields }
Information about CloudWatch Logs for a build project.
func (CloudWatchLogsConfig) GoString ¶ added in v1.15.36
func (s CloudWatchLogsConfig) GoString() string
GoString returns the string representation
func (*CloudWatchLogsConfig) SetGroupName ¶ added in v1.15.36
func (s *CloudWatchLogsConfig) SetGroupName(v string) *CloudWatchLogsConfig
SetGroupName sets the GroupName field's value.
func (*CloudWatchLogsConfig) SetStatus ¶ added in v1.15.36
func (s *CloudWatchLogsConfig) SetStatus(v string) *CloudWatchLogsConfig
SetStatus sets the Status field's value.
func (*CloudWatchLogsConfig) SetStreamName ¶ added in v1.15.36
func (s *CloudWatchLogsConfig) SetStreamName(v string) *CloudWatchLogsConfig
SetStreamName sets the StreamName field's value.
func (CloudWatchLogsConfig) String ¶ added in v1.15.36
func (s CloudWatchLogsConfig) String() string
String returns the string representation
func (*CloudWatchLogsConfig) Validate ¶ added in v1.15.36
func (s *CloudWatchLogsConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CodeBuild ¶
CodeBuild provides the API operation methods for making requests to AWS CodeBuild. See this package's package overview docs for details on the service.
CodeBuild methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *CodeBuild
New creates a new instance of the CodeBuild client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a CodeBuild client from just a session. svc := codebuild.New(mySession) // Create a CodeBuild client with additional configuration svc := codebuild.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*CodeBuild) BatchDeleteBuilds ¶ added in v1.10.36
func (c *CodeBuild) BatchDeleteBuilds(input *BatchDeleteBuildsInput) (*BatchDeleteBuildsOutput, error)
BatchDeleteBuilds API operation for AWS CodeBuild.
Deletes one or more builds.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation BatchDeleteBuilds for usage and error information.
Returned Error Types:
- InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BatchDeleteBuilds
func (*CodeBuild) BatchDeleteBuildsRequest ¶ added in v1.10.36
func (c *CodeBuild) BatchDeleteBuildsRequest(input *BatchDeleteBuildsInput) (req *request.Request, output *BatchDeleteBuildsOutput)
BatchDeleteBuildsRequest generates a "aws/request.Request" representing the client's request for the BatchDeleteBuilds operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchDeleteBuilds for more information on using the BatchDeleteBuilds API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchDeleteBuildsRequest method. req, resp := client.BatchDeleteBuildsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BatchDeleteBuilds
func (*CodeBuild) BatchDeleteBuildsWithContext ¶ added in v1.10.36
func (c *CodeBuild) BatchDeleteBuildsWithContext(ctx aws.Context, input *BatchDeleteBuildsInput, opts ...request.Option) (*BatchDeleteBuildsOutput, error)
BatchDeleteBuildsWithContext is the same as BatchDeleteBuilds with the addition of the ability to pass a context and additional request options.
See BatchDeleteBuilds for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) BatchGetBuildBatches ¶ added in v1.33.16
func (c *CodeBuild) BatchGetBuildBatches(input *BatchGetBuildBatchesInput) (*BatchGetBuildBatchesOutput, error)
BatchGetBuildBatches API operation for AWS CodeBuild.
Retrieves information about one or more batch builds.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation BatchGetBuildBatches for usage and error information.
Returned Error Types:
- InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BatchGetBuildBatches
func (*CodeBuild) BatchGetBuildBatchesRequest ¶ added in v1.33.16
func (c *CodeBuild) BatchGetBuildBatchesRequest(input *BatchGetBuildBatchesInput) (req *request.Request, output *BatchGetBuildBatchesOutput)
BatchGetBuildBatchesRequest generates a "aws/request.Request" representing the client's request for the BatchGetBuildBatches operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchGetBuildBatches for more information on using the BatchGetBuildBatches API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchGetBuildBatchesRequest method. req, resp := client.BatchGetBuildBatchesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BatchGetBuildBatches
func (*CodeBuild) BatchGetBuildBatchesWithContext ¶ added in v1.33.16
func (c *CodeBuild) BatchGetBuildBatchesWithContext(ctx aws.Context, input *BatchGetBuildBatchesInput, opts ...request.Option) (*BatchGetBuildBatchesOutput, error)
BatchGetBuildBatchesWithContext is the same as BatchGetBuildBatches with the addition of the ability to pass a context and additional request options.
See BatchGetBuildBatches for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) BatchGetBuilds ¶
func (c *CodeBuild) BatchGetBuilds(input *BatchGetBuildsInput) (*BatchGetBuildsOutput, error)
BatchGetBuilds API operation for AWS CodeBuild.
Gets information about one or more builds.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation BatchGetBuilds for usage and error information.
Returned Error Types:
- InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BatchGetBuilds
func (*CodeBuild) BatchGetBuildsRequest ¶
func (c *CodeBuild) BatchGetBuildsRequest(input *BatchGetBuildsInput) (req *request.Request, output *BatchGetBuildsOutput)
BatchGetBuildsRequest generates a "aws/request.Request" representing the client's request for the BatchGetBuilds operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchGetBuilds for more information on using the BatchGetBuilds API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchGetBuildsRequest method. req, resp := client.BatchGetBuildsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BatchGetBuilds
func (*CodeBuild) BatchGetBuildsWithContext ¶ added in v1.8.0
func (c *CodeBuild) BatchGetBuildsWithContext(ctx aws.Context, input *BatchGetBuildsInput, opts ...request.Option) (*BatchGetBuildsOutput, error)
BatchGetBuildsWithContext is the same as BatchGetBuilds with the addition of the ability to pass a context and additional request options.
See BatchGetBuilds for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) BatchGetProjects ¶
func (c *CodeBuild) BatchGetProjects(input *BatchGetProjectsInput) (*BatchGetProjectsOutput, error)
BatchGetProjects API operation for AWS CodeBuild.
Gets information about one or more build projects.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation BatchGetProjects for usage and error information.
Returned Error Types:
- InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BatchGetProjects
func (*CodeBuild) BatchGetProjectsRequest ¶
func (c *CodeBuild) BatchGetProjectsRequest(input *BatchGetProjectsInput) (req *request.Request, output *BatchGetProjectsOutput)
BatchGetProjectsRequest generates a "aws/request.Request" representing the client's request for the BatchGetProjects operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchGetProjects for more information on using the BatchGetProjects API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchGetProjectsRequest method. req, resp := client.BatchGetProjectsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BatchGetProjects
func (*CodeBuild) BatchGetProjectsWithContext ¶ added in v1.8.0
func (c *CodeBuild) BatchGetProjectsWithContext(ctx aws.Context, input *BatchGetProjectsInput, opts ...request.Option) (*BatchGetProjectsOutput, error)
BatchGetProjectsWithContext is the same as BatchGetProjects with the addition of the ability to pass a context and additional request options.
See BatchGetProjects for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) BatchGetReportGroups ¶ added in v1.25.42
func (c *CodeBuild) BatchGetReportGroups(input *BatchGetReportGroupsInput) (*BatchGetReportGroupsOutput, error)
BatchGetReportGroups API operation for AWS CodeBuild.
Returns an array of report groups.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation BatchGetReportGroups for usage and error information.
Returned Error Types:
- InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BatchGetReportGroups
func (*CodeBuild) BatchGetReportGroupsRequest ¶ added in v1.25.42
func (c *CodeBuild) BatchGetReportGroupsRequest(input *BatchGetReportGroupsInput) (req *request.Request, output *BatchGetReportGroupsOutput)
BatchGetReportGroupsRequest generates a "aws/request.Request" representing the client's request for the BatchGetReportGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchGetReportGroups for more information on using the BatchGetReportGroups API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchGetReportGroupsRequest method. req, resp := client.BatchGetReportGroupsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BatchGetReportGroups
func (*CodeBuild) BatchGetReportGroupsWithContext ¶ added in v1.25.42
func (c *CodeBuild) BatchGetReportGroupsWithContext(ctx aws.Context, input *BatchGetReportGroupsInput, opts ...request.Option) (*BatchGetReportGroupsOutput, error)
BatchGetReportGroupsWithContext is the same as BatchGetReportGroups with the addition of the ability to pass a context and additional request options.
See BatchGetReportGroups for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) BatchGetReports ¶ added in v1.25.42
func (c *CodeBuild) BatchGetReports(input *BatchGetReportsInput) (*BatchGetReportsOutput, error)
BatchGetReports API operation for AWS CodeBuild.
Returns an array of reports.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation BatchGetReports for usage and error information.
Returned Error Types:
- InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BatchGetReports
func (*CodeBuild) BatchGetReportsRequest ¶ added in v1.25.42
func (c *CodeBuild) BatchGetReportsRequest(input *BatchGetReportsInput) (req *request.Request, output *BatchGetReportsOutput)
BatchGetReportsRequest generates a "aws/request.Request" representing the client's request for the BatchGetReports operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchGetReports for more information on using the BatchGetReports API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchGetReportsRequest method. req, resp := client.BatchGetReportsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BatchGetReports
func (*CodeBuild) BatchGetReportsWithContext ¶ added in v1.25.42
func (c *CodeBuild) BatchGetReportsWithContext(ctx aws.Context, input *BatchGetReportsInput, opts ...request.Option) (*BatchGetReportsOutput, error)
BatchGetReportsWithContext is the same as BatchGetReports with the addition of the ability to pass a context and additional request options.
See BatchGetReports for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) CreateProject ¶
func (c *CodeBuild) CreateProject(input *CreateProjectInput) (*CreateProjectOutput, error)
CreateProject API operation for AWS CodeBuild.
Creates a build project.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation CreateProject for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
ResourceAlreadyExistsException The specified Amazon Web Services resource cannot be created, because an Amazon Web Services resource with the same settings already exists.
AccountLimitExceededException An Amazon Web Services service limit was exceeded for the calling Amazon Web Services account.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/CreateProject
func (*CodeBuild) CreateProjectRequest ¶
func (c *CodeBuild) CreateProjectRequest(input *CreateProjectInput) (req *request.Request, output *CreateProjectOutput)
CreateProjectRequest generates a "aws/request.Request" representing the client's request for the CreateProject operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateProject for more information on using the CreateProject API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateProjectRequest method. req, resp := client.CreateProjectRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/CreateProject
func (*CodeBuild) CreateProjectWithContext ¶ added in v1.8.0
func (c *CodeBuild) CreateProjectWithContext(ctx aws.Context, input *CreateProjectInput, opts ...request.Option) (*CreateProjectOutput, error)
CreateProjectWithContext is the same as CreateProject with the addition of the ability to pass a context and additional request options.
See CreateProject for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) CreateReportGroup ¶ added in v1.25.42
func (c *CodeBuild) CreateReportGroup(input *CreateReportGroupInput) (*CreateReportGroupOutput, error)
CreateReportGroup API operation for AWS CodeBuild.
Creates a report group. A report group contains a collection of reports.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation CreateReportGroup for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
ResourceAlreadyExistsException The specified Amazon Web Services resource cannot be created, because an Amazon Web Services resource with the same settings already exists.
AccountLimitExceededException An Amazon Web Services service limit was exceeded for the calling Amazon Web Services account.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/CreateReportGroup
func (*CodeBuild) CreateReportGroupRequest ¶ added in v1.25.42
func (c *CodeBuild) CreateReportGroupRequest(input *CreateReportGroupInput) (req *request.Request, output *CreateReportGroupOutput)
CreateReportGroupRequest generates a "aws/request.Request" representing the client's request for the CreateReportGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateReportGroup for more information on using the CreateReportGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateReportGroupRequest method. req, resp := client.CreateReportGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/CreateReportGroup
func (*CodeBuild) CreateReportGroupWithContext ¶ added in v1.25.42
func (c *CodeBuild) CreateReportGroupWithContext(ctx aws.Context, input *CreateReportGroupInput, opts ...request.Option) (*CreateReportGroupOutput, error)
CreateReportGroupWithContext is the same as CreateReportGroup with the addition of the ability to pass a context and additional request options.
See CreateReportGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) CreateWebhook ¶ added in v1.12.2
func (c *CodeBuild) CreateWebhook(input *CreateWebhookInput) (*CreateWebhookOutput, error)
CreateWebhook API operation for AWS CodeBuild.
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 code change is pushed to the repository.
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 Webhook box. For more information, see step 5 in Change a Build Project's Settings (https://docs.aws.amazon.com/codebuild/latest/userguide/change-project.html#change-project-console).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation CreateWebhook for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
OAuthProviderException There was a problem with the underlying OAuth provider.
ResourceAlreadyExistsException The specified Amazon Web Services resource cannot be created, because an Amazon Web Services resource with the same settings already exists.
ResourceNotFoundException The specified Amazon Web Services resource cannot be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/CreateWebhook
func (*CodeBuild) CreateWebhookRequest ¶ added in v1.12.2
func (c *CodeBuild) CreateWebhookRequest(input *CreateWebhookInput) (req *request.Request, output *CreateWebhookOutput)
CreateWebhookRequest generates a "aws/request.Request" representing the client's request for the CreateWebhook operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateWebhook for more information on using the CreateWebhook API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateWebhookRequest method. req, resp := client.CreateWebhookRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/CreateWebhook
func (*CodeBuild) CreateWebhookWithContext ¶ added in v1.12.2
func (c *CodeBuild) CreateWebhookWithContext(ctx aws.Context, input *CreateWebhookInput, opts ...request.Option) (*CreateWebhookOutput, error)
CreateWebhookWithContext is the same as CreateWebhook with the addition of the ability to pass a context and additional request options.
See CreateWebhook for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) DeleteBuildBatch ¶ added in v1.33.16
func (c *CodeBuild) DeleteBuildBatch(input *DeleteBuildBatchInput) (*DeleteBuildBatchOutput, error)
DeleteBuildBatch API operation for AWS CodeBuild.
Deletes a batch build.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation DeleteBuildBatch for usage and error information.
Returned Error Types:
- InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DeleteBuildBatch
func (*CodeBuild) DeleteBuildBatchRequest ¶ added in v1.33.16
func (c *CodeBuild) DeleteBuildBatchRequest(input *DeleteBuildBatchInput) (req *request.Request, output *DeleteBuildBatchOutput)
DeleteBuildBatchRequest generates a "aws/request.Request" representing the client's request for the DeleteBuildBatch operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteBuildBatch for more information on using the DeleteBuildBatch API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteBuildBatchRequest method. req, resp := client.DeleteBuildBatchRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DeleteBuildBatch
func (*CodeBuild) DeleteBuildBatchWithContext ¶ added in v1.33.16
func (c *CodeBuild) DeleteBuildBatchWithContext(ctx aws.Context, input *DeleteBuildBatchInput, opts ...request.Option) (*DeleteBuildBatchOutput, error)
DeleteBuildBatchWithContext is the same as DeleteBuildBatch with the addition of the ability to pass a context and additional request options.
See DeleteBuildBatch for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) DeleteProject ¶
func (c *CodeBuild) DeleteProject(input *DeleteProjectInput) (*DeleteProjectOutput, error)
DeleteProject API operation for AWS CodeBuild.
Deletes a build project. When you delete a project, its builds are not deleted.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation DeleteProject for usage and error information.
Returned Error Types:
- InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DeleteProject
func (*CodeBuild) DeleteProjectRequest ¶
func (c *CodeBuild) DeleteProjectRequest(input *DeleteProjectInput) (req *request.Request, output *DeleteProjectOutput)
DeleteProjectRequest generates a "aws/request.Request" representing the client's request for the DeleteProject operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteProject for more information on using the DeleteProject API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteProjectRequest method. req, resp := client.DeleteProjectRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DeleteProject
func (*CodeBuild) DeleteProjectWithContext ¶ added in v1.8.0
func (c *CodeBuild) DeleteProjectWithContext(ctx aws.Context, input *DeleteProjectInput, opts ...request.Option) (*DeleteProjectOutput, error)
DeleteProjectWithContext is the same as DeleteProject with the addition of the ability to pass a context and additional request options.
See DeleteProject for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) DeleteReport ¶ added in v1.25.42
func (c *CodeBuild) DeleteReport(input *DeleteReportInput) (*DeleteReportOutput, error)
DeleteReport API operation for AWS CodeBuild.
Deletes a report.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation DeleteReport for usage and error information.
Returned Error Types:
- InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DeleteReport
func (*CodeBuild) DeleteReportGroup ¶ added in v1.25.42
func (c *CodeBuild) DeleteReportGroup(input *DeleteReportGroupInput) (*DeleteReportGroupOutput, error)
DeleteReportGroup API operation for AWS CodeBuild.
Deletes a report group. Before you delete a report group, you must delete its reports.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation DeleteReportGroup for usage and error information.
Returned Error Types:
- InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DeleteReportGroup
func (*CodeBuild) DeleteReportGroupRequest ¶ added in v1.25.42
func (c *CodeBuild) DeleteReportGroupRequest(input *DeleteReportGroupInput) (req *request.Request, output *DeleteReportGroupOutput)
DeleteReportGroupRequest generates a "aws/request.Request" representing the client's request for the DeleteReportGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteReportGroup for more information on using the DeleteReportGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteReportGroupRequest method. req, resp := client.DeleteReportGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DeleteReportGroup
func (*CodeBuild) DeleteReportGroupWithContext ¶ added in v1.25.42
func (c *CodeBuild) DeleteReportGroupWithContext(ctx aws.Context, input *DeleteReportGroupInput, opts ...request.Option) (*DeleteReportGroupOutput, error)
DeleteReportGroupWithContext is the same as DeleteReportGroup with the addition of the ability to pass a context and additional request options.
See DeleteReportGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) DeleteReportRequest ¶ added in v1.25.42
func (c *CodeBuild) DeleteReportRequest(input *DeleteReportInput) (req *request.Request, output *DeleteReportOutput)
DeleteReportRequest generates a "aws/request.Request" representing the client's request for the DeleteReport operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteReport for more information on using the DeleteReport API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteReportRequest method. req, resp := client.DeleteReportRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DeleteReport
func (*CodeBuild) DeleteReportWithContext ¶ added in v1.25.42
func (c *CodeBuild) DeleteReportWithContext(ctx aws.Context, input *DeleteReportInput, opts ...request.Option) (*DeleteReportOutput, error)
DeleteReportWithContext is the same as DeleteReport with the addition of the ability to pass a context and additional request options.
See DeleteReport for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) DeleteResourcePolicy ¶ added in v1.26.2
func (c *CodeBuild) DeleteResourcePolicy(input *DeleteResourcePolicyInput) (*DeleteResourcePolicyOutput, error)
DeleteResourcePolicy API operation for AWS CodeBuild.
Deletes a resource policy that is identified by its resource ARN.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation DeleteResourcePolicy for usage and error information.
Returned Error Types:
- InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DeleteResourcePolicy
func (*CodeBuild) DeleteResourcePolicyRequest ¶ added in v1.26.2
func (c *CodeBuild) DeleteResourcePolicyRequest(input *DeleteResourcePolicyInput) (req *request.Request, output *DeleteResourcePolicyOutput)
DeleteResourcePolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteResourcePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteResourcePolicy for more information on using the DeleteResourcePolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteResourcePolicyRequest method. req, resp := client.DeleteResourcePolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DeleteResourcePolicy
func (*CodeBuild) DeleteResourcePolicyWithContext ¶ added in v1.26.2
func (c *CodeBuild) DeleteResourcePolicyWithContext(ctx aws.Context, input *DeleteResourcePolicyInput, opts ...request.Option) (*DeleteResourcePolicyOutput, error)
DeleteResourcePolicyWithContext is the same as DeleteResourcePolicy with the addition of the ability to pass a context and additional request options.
See DeleteResourcePolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) DeleteSourceCredentials ¶ added in v1.16.1
func (c *CodeBuild) DeleteSourceCredentials(input *DeleteSourceCredentialsInput) (*DeleteSourceCredentialsOutput, error)
DeleteSourceCredentials API operation for AWS CodeBuild.
Deletes a set of GitHub, GitHub Enterprise, or Bitbucket source credentials.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation DeleteSourceCredentials for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
ResourceNotFoundException The specified Amazon Web Services resource cannot be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DeleteSourceCredentials
func (*CodeBuild) DeleteSourceCredentialsRequest ¶ added in v1.16.1
func (c *CodeBuild) DeleteSourceCredentialsRequest(input *DeleteSourceCredentialsInput) (req *request.Request, output *DeleteSourceCredentialsOutput)
DeleteSourceCredentialsRequest generates a "aws/request.Request" representing the client's request for the DeleteSourceCredentials operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteSourceCredentials for more information on using the DeleteSourceCredentials API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteSourceCredentialsRequest method. req, resp := client.DeleteSourceCredentialsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DeleteSourceCredentials
func (*CodeBuild) DeleteSourceCredentialsWithContext ¶ added in v1.16.1
func (c *CodeBuild) DeleteSourceCredentialsWithContext(ctx aws.Context, input *DeleteSourceCredentialsInput, opts ...request.Option) (*DeleteSourceCredentialsOutput, error)
DeleteSourceCredentialsWithContext is the same as DeleteSourceCredentials with the addition of the ability to pass a context and additional request options.
See DeleteSourceCredentials for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) DeleteWebhook ¶ added in v1.12.2
func (c *CodeBuild) DeleteWebhook(input *DeleteWebhookInput) (*DeleteWebhookOutput, error)
DeleteWebhook API operation for AWS CodeBuild.
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 change is pushed to the repository.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation DeleteWebhook for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
ResourceNotFoundException The specified Amazon Web Services resource cannot be found.
OAuthProviderException There was a problem with the underlying OAuth provider.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DeleteWebhook
func (*CodeBuild) DeleteWebhookRequest ¶ added in v1.12.2
func (c *CodeBuild) DeleteWebhookRequest(input *DeleteWebhookInput) (req *request.Request, output *DeleteWebhookOutput)
DeleteWebhookRequest generates a "aws/request.Request" representing the client's request for the DeleteWebhook operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteWebhook for more information on using the DeleteWebhook API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteWebhookRequest method. req, resp := client.DeleteWebhookRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DeleteWebhook
func (*CodeBuild) DeleteWebhookWithContext ¶ added in v1.12.2
func (c *CodeBuild) DeleteWebhookWithContext(ctx aws.Context, input *DeleteWebhookInput, opts ...request.Option) (*DeleteWebhookOutput, error)
DeleteWebhookWithContext is the same as DeleteWebhook with the addition of the ability to pass a context and additional request options.
See DeleteWebhook for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) DescribeCodeCoverages ¶ added in v1.33.16
func (c *CodeBuild) DescribeCodeCoverages(input *DescribeCodeCoveragesInput) (*DescribeCodeCoveragesOutput, error)
DescribeCodeCoverages API operation for AWS CodeBuild.
Retrieves one or more code coverage reports.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation DescribeCodeCoverages for usage and error information.
Returned Error Types:
- InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DescribeCodeCoverages
func (*CodeBuild) DescribeCodeCoveragesPages ¶ added in v1.33.16
func (c *CodeBuild) DescribeCodeCoveragesPages(input *DescribeCodeCoveragesInput, fn func(*DescribeCodeCoveragesOutput, bool) bool) error
DescribeCodeCoveragesPages iterates over the pages of a DescribeCodeCoverages operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeCodeCoverages method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeCodeCoverages operation. pageNum := 0 err := client.DescribeCodeCoveragesPages(params, func(page *codebuild.DescribeCodeCoveragesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CodeBuild) DescribeCodeCoveragesPagesWithContext ¶ added in v1.33.16
func (c *CodeBuild) DescribeCodeCoveragesPagesWithContext(ctx aws.Context, input *DescribeCodeCoveragesInput, fn func(*DescribeCodeCoveragesOutput, bool) bool, opts ...request.Option) error
DescribeCodeCoveragesPagesWithContext same as DescribeCodeCoveragesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) DescribeCodeCoveragesRequest ¶ added in v1.33.16
func (c *CodeBuild) DescribeCodeCoveragesRequest(input *DescribeCodeCoveragesInput) (req *request.Request, output *DescribeCodeCoveragesOutput)
DescribeCodeCoveragesRequest generates a "aws/request.Request" representing the client's request for the DescribeCodeCoverages operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeCodeCoverages for more information on using the DescribeCodeCoverages API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeCodeCoveragesRequest method. req, resp := client.DescribeCodeCoveragesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DescribeCodeCoverages
func (*CodeBuild) DescribeCodeCoveragesWithContext ¶ added in v1.33.16
func (c *CodeBuild) DescribeCodeCoveragesWithContext(ctx aws.Context, input *DescribeCodeCoveragesInput, opts ...request.Option) (*DescribeCodeCoveragesOutput, error)
DescribeCodeCoveragesWithContext is the same as DescribeCodeCoverages with the addition of the ability to pass a context and additional request options.
See DescribeCodeCoverages for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) DescribeTestCases ¶ added in v1.25.42
func (c *CodeBuild) DescribeTestCases(input *DescribeTestCasesInput) (*DescribeTestCasesOutput, error)
DescribeTestCases API operation for AWS CodeBuild.
Returns a list of details about test cases for a report.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation DescribeTestCases for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
ResourceNotFoundException The specified Amazon Web Services resource cannot be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DescribeTestCases
func (*CodeBuild) DescribeTestCasesPages ¶ added in v1.30.23
func (c *CodeBuild) DescribeTestCasesPages(input *DescribeTestCasesInput, fn func(*DescribeTestCasesOutput, bool) bool) error
DescribeTestCasesPages iterates over the pages of a DescribeTestCases operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeTestCases method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeTestCases operation. pageNum := 0 err := client.DescribeTestCasesPages(params, func(page *codebuild.DescribeTestCasesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CodeBuild) DescribeTestCasesPagesWithContext ¶ added in v1.30.23
func (c *CodeBuild) DescribeTestCasesPagesWithContext(ctx aws.Context, input *DescribeTestCasesInput, fn func(*DescribeTestCasesOutput, bool) bool, opts ...request.Option) error
DescribeTestCasesPagesWithContext same as DescribeTestCasesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) DescribeTestCasesRequest ¶ added in v1.25.42
func (c *CodeBuild) DescribeTestCasesRequest(input *DescribeTestCasesInput) (req *request.Request, output *DescribeTestCasesOutput)
DescribeTestCasesRequest generates a "aws/request.Request" representing the client's request for the DescribeTestCases operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeTestCases for more information on using the DescribeTestCases API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeTestCasesRequest method. req, resp := client.DescribeTestCasesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DescribeTestCases
func (*CodeBuild) DescribeTestCasesWithContext ¶ added in v1.25.42
func (c *CodeBuild) DescribeTestCasesWithContext(ctx aws.Context, input *DescribeTestCasesInput, opts ...request.Option) (*DescribeTestCasesOutput, error)
DescribeTestCasesWithContext is the same as DescribeTestCases with the addition of the ability to pass a context and additional request options.
See DescribeTestCases for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) GetReportGroupTrend ¶ added in v1.35.35
func (c *CodeBuild) GetReportGroupTrend(input *GetReportGroupTrendInput) (*GetReportGroupTrendOutput, error)
GetReportGroupTrend API operation for AWS CodeBuild.
Analyzes and accumulates test report values for the specified test reports.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation GetReportGroupTrend for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
ResourceNotFoundException The specified Amazon Web Services resource cannot be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/GetReportGroupTrend
func (*CodeBuild) GetReportGroupTrendRequest ¶ added in v1.35.35
func (c *CodeBuild) GetReportGroupTrendRequest(input *GetReportGroupTrendInput) (req *request.Request, output *GetReportGroupTrendOutput)
GetReportGroupTrendRequest generates a "aws/request.Request" representing the client's request for the GetReportGroupTrend operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetReportGroupTrend for more information on using the GetReportGroupTrend API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetReportGroupTrendRequest method. req, resp := client.GetReportGroupTrendRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/GetReportGroupTrend
func (*CodeBuild) GetReportGroupTrendWithContext ¶ added in v1.35.35
func (c *CodeBuild) GetReportGroupTrendWithContext(ctx aws.Context, input *GetReportGroupTrendInput, opts ...request.Option) (*GetReportGroupTrendOutput, error)
GetReportGroupTrendWithContext is the same as GetReportGroupTrend with the addition of the ability to pass a context and additional request options.
See GetReportGroupTrend for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) GetResourcePolicy ¶ added in v1.26.2
func (c *CodeBuild) GetResourcePolicy(input *GetResourcePolicyInput) (*GetResourcePolicyOutput, error)
GetResourcePolicy API operation for AWS CodeBuild.
Gets a resource policy that is identified by its resource ARN.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation GetResourcePolicy for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified Amazon Web Services resource cannot be found.
InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/GetResourcePolicy
func (*CodeBuild) GetResourcePolicyRequest ¶ added in v1.26.2
func (c *CodeBuild) GetResourcePolicyRequest(input *GetResourcePolicyInput) (req *request.Request, output *GetResourcePolicyOutput)
GetResourcePolicyRequest generates a "aws/request.Request" representing the client's request for the GetResourcePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetResourcePolicy for more information on using the GetResourcePolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetResourcePolicyRequest method. req, resp := client.GetResourcePolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/GetResourcePolicy
func (*CodeBuild) GetResourcePolicyWithContext ¶ added in v1.26.2
func (c *CodeBuild) GetResourcePolicyWithContext(ctx aws.Context, input *GetResourcePolicyInput, opts ...request.Option) (*GetResourcePolicyOutput, error)
GetResourcePolicyWithContext is the same as GetResourcePolicy with the addition of the ability to pass a context and additional request options.
See GetResourcePolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ImportSourceCredentials ¶ added in v1.16.1
func (c *CodeBuild) ImportSourceCredentials(input *ImportSourceCredentialsInput) (*ImportSourceCredentialsOutput, error)
ImportSourceCredentials API operation for AWS CodeBuild.
Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation ImportSourceCredentials for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
AccountLimitExceededException An Amazon Web Services service limit was exceeded for the calling Amazon Web Services account.
ResourceAlreadyExistsException The specified Amazon Web Services resource cannot be created, because an Amazon Web Services resource with the same settings already exists.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ImportSourceCredentials
func (*CodeBuild) ImportSourceCredentialsRequest ¶ added in v1.16.1
func (c *CodeBuild) ImportSourceCredentialsRequest(input *ImportSourceCredentialsInput) (req *request.Request, output *ImportSourceCredentialsOutput)
ImportSourceCredentialsRequest generates a "aws/request.Request" representing the client's request for the ImportSourceCredentials operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ImportSourceCredentials for more information on using the ImportSourceCredentials API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ImportSourceCredentialsRequest method. req, resp := client.ImportSourceCredentialsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ImportSourceCredentials
func (*CodeBuild) ImportSourceCredentialsWithContext ¶ added in v1.16.1
func (c *CodeBuild) ImportSourceCredentialsWithContext(ctx aws.Context, input *ImportSourceCredentialsInput, opts ...request.Option) (*ImportSourceCredentialsOutput, error)
ImportSourceCredentialsWithContext is the same as ImportSourceCredentials with the addition of the ability to pass a context and additional request options.
See ImportSourceCredentials for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) InvalidateProjectCache ¶ added in v1.12.32
func (c *CodeBuild) InvalidateProjectCache(input *InvalidateProjectCacheInput) (*InvalidateProjectCacheOutput, error)
InvalidateProjectCache API operation for AWS CodeBuild.
Resets the cache for a project.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation InvalidateProjectCache for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
ResourceNotFoundException The specified Amazon Web Services resource cannot be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/InvalidateProjectCache
func (*CodeBuild) InvalidateProjectCacheRequest ¶ added in v1.12.32
func (c *CodeBuild) InvalidateProjectCacheRequest(input *InvalidateProjectCacheInput) (req *request.Request, output *InvalidateProjectCacheOutput)
InvalidateProjectCacheRequest generates a "aws/request.Request" representing the client's request for the InvalidateProjectCache operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See InvalidateProjectCache for more information on using the InvalidateProjectCache API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the InvalidateProjectCacheRequest method. req, resp := client.InvalidateProjectCacheRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/InvalidateProjectCache
func (*CodeBuild) InvalidateProjectCacheWithContext ¶ added in v1.12.32
func (c *CodeBuild) InvalidateProjectCacheWithContext(ctx aws.Context, input *InvalidateProjectCacheInput, opts ...request.Option) (*InvalidateProjectCacheOutput, error)
InvalidateProjectCacheWithContext is the same as InvalidateProjectCache with the addition of the ability to pass a context and additional request options.
See InvalidateProjectCache for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListBuildBatches ¶ added in v1.33.16
func (c *CodeBuild) ListBuildBatches(input *ListBuildBatchesInput) (*ListBuildBatchesOutput, error)
ListBuildBatches API operation for AWS CodeBuild.
Retrieves the identifiers of your build batches in the current region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation ListBuildBatches for usage and error information.
Returned Error Types:
- InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListBuildBatches
func (*CodeBuild) ListBuildBatchesForProject ¶ added in v1.33.16
func (c *CodeBuild) ListBuildBatchesForProject(input *ListBuildBatchesForProjectInput) (*ListBuildBatchesForProjectOutput, error)
ListBuildBatchesForProject API operation for AWS CodeBuild.
Retrieves the identifiers of the build batches for a specific project.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation ListBuildBatchesForProject for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
ResourceNotFoundException The specified Amazon Web Services resource cannot be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListBuildBatchesForProject
func (*CodeBuild) ListBuildBatchesForProjectPages ¶ added in v1.33.16
func (c *CodeBuild) ListBuildBatchesForProjectPages(input *ListBuildBatchesForProjectInput, fn func(*ListBuildBatchesForProjectOutput, bool) bool) error
ListBuildBatchesForProjectPages iterates over the pages of a ListBuildBatchesForProject operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListBuildBatchesForProject method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListBuildBatchesForProject operation. pageNum := 0 err := client.ListBuildBatchesForProjectPages(params, func(page *codebuild.ListBuildBatchesForProjectOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CodeBuild) ListBuildBatchesForProjectPagesWithContext ¶ added in v1.33.16
func (c *CodeBuild) ListBuildBatchesForProjectPagesWithContext(ctx aws.Context, input *ListBuildBatchesForProjectInput, fn func(*ListBuildBatchesForProjectOutput, bool) bool, opts ...request.Option) error
ListBuildBatchesForProjectPagesWithContext same as ListBuildBatchesForProjectPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListBuildBatchesForProjectRequest ¶ added in v1.33.16
func (c *CodeBuild) ListBuildBatchesForProjectRequest(input *ListBuildBatchesForProjectInput) (req *request.Request, output *ListBuildBatchesForProjectOutput)
ListBuildBatchesForProjectRequest generates a "aws/request.Request" representing the client's request for the ListBuildBatchesForProject operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListBuildBatchesForProject for more information on using the ListBuildBatchesForProject API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListBuildBatchesForProjectRequest method. req, resp := client.ListBuildBatchesForProjectRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListBuildBatchesForProject
func (*CodeBuild) ListBuildBatchesForProjectWithContext ¶ added in v1.33.16
func (c *CodeBuild) ListBuildBatchesForProjectWithContext(ctx aws.Context, input *ListBuildBatchesForProjectInput, opts ...request.Option) (*ListBuildBatchesForProjectOutput, error)
ListBuildBatchesForProjectWithContext is the same as ListBuildBatchesForProject with the addition of the ability to pass a context and additional request options.
See ListBuildBatchesForProject for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListBuildBatchesPages ¶ added in v1.33.16
func (c *CodeBuild) ListBuildBatchesPages(input *ListBuildBatchesInput, fn func(*ListBuildBatchesOutput, bool) bool) error
ListBuildBatchesPages iterates over the pages of a ListBuildBatches operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListBuildBatches method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListBuildBatches operation. pageNum := 0 err := client.ListBuildBatchesPages(params, func(page *codebuild.ListBuildBatchesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CodeBuild) ListBuildBatchesPagesWithContext ¶ added in v1.33.16
func (c *CodeBuild) ListBuildBatchesPagesWithContext(ctx aws.Context, input *ListBuildBatchesInput, fn func(*ListBuildBatchesOutput, bool) bool, opts ...request.Option) error
ListBuildBatchesPagesWithContext same as ListBuildBatchesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListBuildBatchesRequest ¶ added in v1.33.16
func (c *CodeBuild) ListBuildBatchesRequest(input *ListBuildBatchesInput) (req *request.Request, output *ListBuildBatchesOutput)
ListBuildBatchesRequest generates a "aws/request.Request" representing the client's request for the ListBuildBatches operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListBuildBatches for more information on using the ListBuildBatches API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListBuildBatchesRequest method. req, resp := client.ListBuildBatchesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListBuildBatches
func (*CodeBuild) ListBuildBatchesWithContext ¶ added in v1.33.16
func (c *CodeBuild) ListBuildBatchesWithContext(ctx aws.Context, input *ListBuildBatchesInput, opts ...request.Option) (*ListBuildBatchesOutput, error)
ListBuildBatchesWithContext is the same as ListBuildBatches with the addition of the ability to pass a context and additional request options.
See ListBuildBatches for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListBuilds ¶
func (c *CodeBuild) ListBuilds(input *ListBuildsInput) (*ListBuildsOutput, error)
ListBuilds API operation for AWS CodeBuild.
Gets a list of build IDs, with each build ID representing a single build.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation ListBuilds for usage and error information.
Returned Error Types:
- InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListBuilds
func (*CodeBuild) ListBuildsForProject ¶
func (c *CodeBuild) ListBuildsForProject(input *ListBuildsForProjectInput) (*ListBuildsForProjectOutput, error)
ListBuildsForProject API operation for AWS CodeBuild.
Gets a list of build identifiers for the specified build project, with each build identifier representing a single build.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation ListBuildsForProject for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
ResourceNotFoundException The specified Amazon Web Services resource cannot be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListBuildsForProject
func (*CodeBuild) ListBuildsForProjectPages ¶ added in v1.30.23
func (c *CodeBuild) ListBuildsForProjectPages(input *ListBuildsForProjectInput, fn func(*ListBuildsForProjectOutput, bool) bool) error
ListBuildsForProjectPages iterates over the pages of a ListBuildsForProject operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListBuildsForProject method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListBuildsForProject operation. pageNum := 0 err := client.ListBuildsForProjectPages(params, func(page *codebuild.ListBuildsForProjectOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CodeBuild) ListBuildsForProjectPagesWithContext ¶ added in v1.30.23
func (c *CodeBuild) ListBuildsForProjectPagesWithContext(ctx aws.Context, input *ListBuildsForProjectInput, fn func(*ListBuildsForProjectOutput, bool) bool, opts ...request.Option) error
ListBuildsForProjectPagesWithContext same as ListBuildsForProjectPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListBuildsForProjectRequest ¶
func (c *CodeBuild) ListBuildsForProjectRequest(input *ListBuildsForProjectInput) (req *request.Request, output *ListBuildsForProjectOutput)
ListBuildsForProjectRequest generates a "aws/request.Request" representing the client's request for the ListBuildsForProject operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListBuildsForProject for more information on using the ListBuildsForProject API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListBuildsForProjectRequest method. req, resp := client.ListBuildsForProjectRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListBuildsForProject
func (*CodeBuild) ListBuildsForProjectWithContext ¶ added in v1.8.0
func (c *CodeBuild) ListBuildsForProjectWithContext(ctx aws.Context, input *ListBuildsForProjectInput, opts ...request.Option) (*ListBuildsForProjectOutput, error)
ListBuildsForProjectWithContext is the same as ListBuildsForProject with the addition of the ability to pass a context and additional request options.
See ListBuildsForProject for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListBuildsPages ¶ added in v1.30.23
func (c *CodeBuild) ListBuildsPages(input *ListBuildsInput, fn func(*ListBuildsOutput, bool) bool) error
ListBuildsPages iterates over the pages of a ListBuilds operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListBuilds method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListBuilds operation. pageNum := 0 err := client.ListBuildsPages(params, func(page *codebuild.ListBuildsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CodeBuild) ListBuildsPagesWithContext ¶ added in v1.30.23
func (c *CodeBuild) ListBuildsPagesWithContext(ctx aws.Context, input *ListBuildsInput, fn func(*ListBuildsOutput, bool) bool, opts ...request.Option) error
ListBuildsPagesWithContext same as ListBuildsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListBuildsRequest ¶
func (c *CodeBuild) ListBuildsRequest(input *ListBuildsInput) (req *request.Request, output *ListBuildsOutput)
ListBuildsRequest generates a "aws/request.Request" representing the client's request for the ListBuilds operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListBuilds for more information on using the ListBuilds API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListBuildsRequest method. req, resp := client.ListBuildsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListBuilds
func (*CodeBuild) ListBuildsWithContext ¶ added in v1.8.0
func (c *CodeBuild) ListBuildsWithContext(ctx aws.Context, input *ListBuildsInput, opts ...request.Option) (*ListBuildsOutput, error)
ListBuildsWithContext is the same as ListBuilds with the addition of the ability to pass a context and additional request options.
See ListBuilds for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListCuratedEnvironmentImages ¶
func (c *CodeBuild) ListCuratedEnvironmentImages(input *ListCuratedEnvironmentImagesInput) (*ListCuratedEnvironmentImagesOutput, error)
ListCuratedEnvironmentImages API operation for AWS CodeBuild.
Gets information about Docker images that are managed by CodeBuild.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation ListCuratedEnvironmentImages for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListCuratedEnvironmentImages
func (*CodeBuild) ListCuratedEnvironmentImagesRequest ¶
func (c *CodeBuild) ListCuratedEnvironmentImagesRequest(input *ListCuratedEnvironmentImagesInput) (req *request.Request, output *ListCuratedEnvironmentImagesOutput)
ListCuratedEnvironmentImagesRequest generates a "aws/request.Request" representing the client's request for the ListCuratedEnvironmentImages operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListCuratedEnvironmentImages for more information on using the ListCuratedEnvironmentImages API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListCuratedEnvironmentImagesRequest method. req, resp := client.ListCuratedEnvironmentImagesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListCuratedEnvironmentImages
func (*CodeBuild) ListCuratedEnvironmentImagesWithContext ¶ added in v1.8.0
func (c *CodeBuild) ListCuratedEnvironmentImagesWithContext(ctx aws.Context, input *ListCuratedEnvironmentImagesInput, opts ...request.Option) (*ListCuratedEnvironmentImagesOutput, error)
ListCuratedEnvironmentImagesWithContext is the same as ListCuratedEnvironmentImages with the addition of the ability to pass a context and additional request options.
See ListCuratedEnvironmentImages for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListProjects ¶
func (c *CodeBuild) ListProjects(input *ListProjectsInput) (*ListProjectsOutput, error)
ListProjects API operation for AWS CodeBuild.
Gets a list of build project names, with each build project name representing a single build project.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation ListProjects for usage and error information.
Returned Error Types:
- InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListProjects
func (*CodeBuild) ListProjectsPages ¶ added in v1.30.23
func (c *CodeBuild) ListProjectsPages(input *ListProjectsInput, fn func(*ListProjectsOutput, bool) bool) error
ListProjectsPages iterates over the pages of a ListProjects operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListProjects method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListProjects operation. pageNum := 0 err := client.ListProjectsPages(params, func(page *codebuild.ListProjectsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CodeBuild) ListProjectsPagesWithContext ¶ added in v1.30.23
func (c *CodeBuild) ListProjectsPagesWithContext(ctx aws.Context, input *ListProjectsInput, fn func(*ListProjectsOutput, bool) bool, opts ...request.Option) error
ListProjectsPagesWithContext same as ListProjectsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListProjectsRequest ¶
func (c *CodeBuild) ListProjectsRequest(input *ListProjectsInput) (req *request.Request, output *ListProjectsOutput)
ListProjectsRequest generates a "aws/request.Request" representing the client's request for the ListProjects operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListProjects for more information on using the ListProjects API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListProjectsRequest method. req, resp := client.ListProjectsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListProjects
func (*CodeBuild) ListProjectsWithContext ¶ added in v1.8.0
func (c *CodeBuild) ListProjectsWithContext(ctx aws.Context, input *ListProjectsInput, opts ...request.Option) (*ListProjectsOutput, error)
ListProjectsWithContext is the same as ListProjects with the addition of the ability to pass a context and additional request options.
See ListProjects for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListReportGroups ¶ added in v1.25.42
func (c *CodeBuild) ListReportGroups(input *ListReportGroupsInput) (*ListReportGroupsOutput, error)
ListReportGroups API operation for AWS CodeBuild.
Gets a list ARNs for the report groups in the current Amazon Web Services account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation ListReportGroups for usage and error information.
Returned Error Types:
- InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListReportGroups
func (*CodeBuild) ListReportGroupsPages ¶ added in v1.30.23
func (c *CodeBuild) ListReportGroupsPages(input *ListReportGroupsInput, fn func(*ListReportGroupsOutput, bool) bool) error
ListReportGroupsPages iterates over the pages of a ListReportGroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListReportGroups method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListReportGroups operation. pageNum := 0 err := client.ListReportGroupsPages(params, func(page *codebuild.ListReportGroupsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CodeBuild) ListReportGroupsPagesWithContext ¶ added in v1.30.23
func (c *CodeBuild) ListReportGroupsPagesWithContext(ctx aws.Context, input *ListReportGroupsInput, fn func(*ListReportGroupsOutput, bool) bool, opts ...request.Option) error
ListReportGroupsPagesWithContext same as ListReportGroupsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListReportGroupsRequest ¶ added in v1.25.42
func (c *CodeBuild) ListReportGroupsRequest(input *ListReportGroupsInput) (req *request.Request, output *ListReportGroupsOutput)
ListReportGroupsRequest generates a "aws/request.Request" representing the client's request for the ListReportGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListReportGroups for more information on using the ListReportGroups API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListReportGroupsRequest method. req, resp := client.ListReportGroupsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListReportGroups
func (*CodeBuild) ListReportGroupsWithContext ¶ added in v1.25.42
func (c *CodeBuild) ListReportGroupsWithContext(ctx aws.Context, input *ListReportGroupsInput, opts ...request.Option) (*ListReportGroupsOutput, error)
ListReportGroupsWithContext is the same as ListReportGroups with the addition of the ability to pass a context and additional request options.
See ListReportGroups for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListReports ¶ added in v1.25.42
func (c *CodeBuild) ListReports(input *ListReportsInput) (*ListReportsOutput, error)
ListReports API operation for AWS CodeBuild.
Returns a list of ARNs for the reports in the current Amazon Web Services account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation ListReports for usage and error information.
Returned Error Types:
- InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListReports
func (*CodeBuild) ListReportsForReportGroup ¶ added in v1.25.42
func (c *CodeBuild) ListReportsForReportGroup(input *ListReportsForReportGroupInput) (*ListReportsForReportGroupOutput, error)
ListReportsForReportGroup API operation for AWS CodeBuild.
Returns a list of ARNs for the reports that belong to a ReportGroup.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation ListReportsForReportGroup for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
ResourceNotFoundException The specified Amazon Web Services resource cannot be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListReportsForReportGroup
func (*CodeBuild) ListReportsForReportGroupPages ¶ added in v1.30.23
func (c *CodeBuild) ListReportsForReportGroupPages(input *ListReportsForReportGroupInput, fn func(*ListReportsForReportGroupOutput, bool) bool) error
ListReportsForReportGroupPages iterates over the pages of a ListReportsForReportGroup operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListReportsForReportGroup method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListReportsForReportGroup operation. pageNum := 0 err := client.ListReportsForReportGroupPages(params, func(page *codebuild.ListReportsForReportGroupOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CodeBuild) ListReportsForReportGroupPagesWithContext ¶ added in v1.30.23
func (c *CodeBuild) ListReportsForReportGroupPagesWithContext(ctx aws.Context, input *ListReportsForReportGroupInput, fn func(*ListReportsForReportGroupOutput, bool) bool, opts ...request.Option) error
ListReportsForReportGroupPagesWithContext same as ListReportsForReportGroupPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListReportsForReportGroupRequest ¶ added in v1.25.42
func (c *CodeBuild) ListReportsForReportGroupRequest(input *ListReportsForReportGroupInput) (req *request.Request, output *ListReportsForReportGroupOutput)
ListReportsForReportGroupRequest generates a "aws/request.Request" representing the client's request for the ListReportsForReportGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListReportsForReportGroup for more information on using the ListReportsForReportGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListReportsForReportGroupRequest method. req, resp := client.ListReportsForReportGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListReportsForReportGroup
func (*CodeBuild) ListReportsForReportGroupWithContext ¶ added in v1.25.42
func (c *CodeBuild) ListReportsForReportGroupWithContext(ctx aws.Context, input *ListReportsForReportGroupInput, opts ...request.Option) (*ListReportsForReportGroupOutput, error)
ListReportsForReportGroupWithContext is the same as ListReportsForReportGroup with the addition of the ability to pass a context and additional request options.
See ListReportsForReportGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListReportsPages ¶ added in v1.30.23
func (c *CodeBuild) ListReportsPages(input *ListReportsInput, fn func(*ListReportsOutput, bool) bool) error
ListReportsPages iterates over the pages of a ListReports operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListReports method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListReports operation. pageNum := 0 err := client.ListReportsPages(params, func(page *codebuild.ListReportsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CodeBuild) ListReportsPagesWithContext ¶ added in v1.30.23
func (c *CodeBuild) ListReportsPagesWithContext(ctx aws.Context, input *ListReportsInput, fn func(*ListReportsOutput, bool) bool, opts ...request.Option) error
ListReportsPagesWithContext same as ListReportsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListReportsRequest ¶ added in v1.25.42
func (c *CodeBuild) ListReportsRequest(input *ListReportsInput) (req *request.Request, output *ListReportsOutput)
ListReportsRequest generates a "aws/request.Request" representing the client's request for the ListReports operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListReports for more information on using the ListReports API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListReportsRequest method. req, resp := client.ListReportsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListReports
func (*CodeBuild) ListReportsWithContext ¶ added in v1.25.42
func (c *CodeBuild) ListReportsWithContext(ctx aws.Context, input *ListReportsInput, opts ...request.Option) (*ListReportsOutput, error)
ListReportsWithContext is the same as ListReports with the addition of the ability to pass a context and additional request options.
See ListReports for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListSharedProjects ¶ added in v1.26.2
func (c *CodeBuild) ListSharedProjects(input *ListSharedProjectsInput) (*ListSharedProjectsOutput, error)
ListSharedProjects API operation for AWS CodeBuild.
Gets a list of projects that are shared with other Amazon Web Services accounts or users.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation ListSharedProjects for usage and error information.
Returned Error Types:
- InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListSharedProjects
func (*CodeBuild) ListSharedProjectsPages ¶ added in v1.30.23
func (c *CodeBuild) ListSharedProjectsPages(input *ListSharedProjectsInput, fn func(*ListSharedProjectsOutput, bool) bool) error
ListSharedProjectsPages iterates over the pages of a ListSharedProjects operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListSharedProjects method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListSharedProjects operation. pageNum := 0 err := client.ListSharedProjectsPages(params, func(page *codebuild.ListSharedProjectsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CodeBuild) ListSharedProjectsPagesWithContext ¶ added in v1.30.23
func (c *CodeBuild) ListSharedProjectsPagesWithContext(ctx aws.Context, input *ListSharedProjectsInput, fn func(*ListSharedProjectsOutput, bool) bool, opts ...request.Option) error
ListSharedProjectsPagesWithContext same as ListSharedProjectsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListSharedProjectsRequest ¶ added in v1.26.2
func (c *CodeBuild) ListSharedProjectsRequest(input *ListSharedProjectsInput) (req *request.Request, output *ListSharedProjectsOutput)
ListSharedProjectsRequest generates a "aws/request.Request" representing the client's request for the ListSharedProjects operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListSharedProjects for more information on using the ListSharedProjects API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListSharedProjectsRequest method. req, resp := client.ListSharedProjectsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListSharedProjects
func (*CodeBuild) ListSharedProjectsWithContext ¶ added in v1.26.2
func (c *CodeBuild) ListSharedProjectsWithContext(ctx aws.Context, input *ListSharedProjectsInput, opts ...request.Option) (*ListSharedProjectsOutput, error)
ListSharedProjectsWithContext is the same as ListSharedProjects with the addition of the ability to pass a context and additional request options.
See ListSharedProjects for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListSharedReportGroups ¶ added in v1.26.2
func (c *CodeBuild) ListSharedReportGroups(input *ListSharedReportGroupsInput) (*ListSharedReportGroupsOutput, error)
ListSharedReportGroups API operation for AWS CodeBuild.
Gets a list of report groups that are shared with other Amazon Web Services accounts or users.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation ListSharedReportGroups for usage and error information.
Returned Error Types:
- InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListSharedReportGroups
func (*CodeBuild) ListSharedReportGroupsPages ¶ added in v1.30.23
func (c *CodeBuild) ListSharedReportGroupsPages(input *ListSharedReportGroupsInput, fn func(*ListSharedReportGroupsOutput, bool) bool) error
ListSharedReportGroupsPages iterates over the pages of a ListSharedReportGroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListSharedReportGroups method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListSharedReportGroups operation. pageNum := 0 err := client.ListSharedReportGroupsPages(params, func(page *codebuild.ListSharedReportGroupsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CodeBuild) ListSharedReportGroupsPagesWithContext ¶ added in v1.30.23
func (c *CodeBuild) ListSharedReportGroupsPagesWithContext(ctx aws.Context, input *ListSharedReportGroupsInput, fn func(*ListSharedReportGroupsOutput, bool) bool, opts ...request.Option) error
ListSharedReportGroupsPagesWithContext same as ListSharedReportGroupsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListSharedReportGroupsRequest ¶ added in v1.26.2
func (c *CodeBuild) ListSharedReportGroupsRequest(input *ListSharedReportGroupsInput) (req *request.Request, output *ListSharedReportGroupsOutput)
ListSharedReportGroupsRequest generates a "aws/request.Request" representing the client's request for the ListSharedReportGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListSharedReportGroups for more information on using the ListSharedReportGroups API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListSharedReportGroupsRequest method. req, resp := client.ListSharedReportGroupsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListSharedReportGroups
func (*CodeBuild) ListSharedReportGroupsWithContext ¶ added in v1.26.2
func (c *CodeBuild) ListSharedReportGroupsWithContext(ctx aws.Context, input *ListSharedReportGroupsInput, opts ...request.Option) (*ListSharedReportGroupsOutput, error)
ListSharedReportGroupsWithContext is the same as ListSharedReportGroups with the addition of the ability to pass a context and additional request options.
See ListSharedReportGroups for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) ListSourceCredentials ¶ added in v1.16.1
func (c *CodeBuild) ListSourceCredentials(input *ListSourceCredentialsInput) (*ListSourceCredentialsOutput, error)
ListSourceCredentials API operation for AWS CodeBuild.
Returns a list of SourceCredentialsInfo objects.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation ListSourceCredentials for usage and error information.
Returned Error Types:
- InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListSourceCredentials
func (*CodeBuild) ListSourceCredentialsRequest ¶ added in v1.16.1
func (c *CodeBuild) ListSourceCredentialsRequest(input *ListSourceCredentialsInput) (req *request.Request, output *ListSourceCredentialsOutput)
ListSourceCredentialsRequest generates a "aws/request.Request" representing the client's request for the ListSourceCredentials operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListSourceCredentials for more information on using the ListSourceCredentials API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListSourceCredentialsRequest method. req, resp := client.ListSourceCredentialsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListSourceCredentials
func (*CodeBuild) ListSourceCredentialsWithContext ¶ added in v1.16.1
func (c *CodeBuild) ListSourceCredentialsWithContext(ctx aws.Context, input *ListSourceCredentialsInput, opts ...request.Option) (*ListSourceCredentialsOutput, error)
ListSourceCredentialsWithContext is the same as ListSourceCredentials with the addition of the ability to pass a context and additional request options.
See ListSourceCredentials for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) PutResourcePolicy ¶ added in v1.26.2
func (c *CodeBuild) PutResourcePolicy(input *PutResourcePolicyInput) (*PutResourcePolicyOutput, error)
PutResourcePolicy API operation for AWS CodeBuild.
Stores a resource policy for the ARN of a Project or ReportGroup object.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation PutResourcePolicy for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified Amazon Web Services resource cannot be found.
InvalidInputException The input value that was provided is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/PutResourcePolicy
func (*CodeBuild) PutResourcePolicyRequest ¶ added in v1.26.2
func (c *CodeBuild) PutResourcePolicyRequest(input *PutResourcePolicyInput) (req *request.Request, output *PutResourcePolicyOutput)
PutResourcePolicyRequest generates a "aws/request.Request" representing the client's request for the PutResourcePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutResourcePolicy for more information on using the PutResourcePolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutResourcePolicyRequest method. req, resp := client.PutResourcePolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/PutResourcePolicy
func (*CodeBuild) PutResourcePolicyWithContext ¶ added in v1.26.2
func (c *CodeBuild) PutResourcePolicyWithContext(ctx aws.Context, input *PutResourcePolicyInput, opts ...request.Option) (*PutResourcePolicyOutput, error)
PutResourcePolicyWithContext is the same as PutResourcePolicy with the addition of the ability to pass a context and additional request options.
See PutResourcePolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) RetryBuild ¶ added in v1.33.16
func (c *CodeBuild) RetryBuild(input *RetryBuildInput) (*RetryBuildOutput, error)
RetryBuild API operation for AWS CodeBuild.
Restarts a build.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation RetryBuild for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
ResourceNotFoundException The specified Amazon Web Services resource cannot be found.
AccountLimitExceededException An Amazon Web Services service limit was exceeded for the calling Amazon Web Services account.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/RetryBuild
func (*CodeBuild) RetryBuildBatch ¶ added in v1.33.16
func (c *CodeBuild) RetryBuildBatch(input *RetryBuildBatchInput) (*RetryBuildBatchOutput, error)
RetryBuildBatch API operation for AWS CodeBuild.
Restarts a failed batch build. Only batch builds that have failed can be retried.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation RetryBuildBatch for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
ResourceNotFoundException The specified Amazon Web Services resource cannot be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/RetryBuildBatch
func (*CodeBuild) RetryBuildBatchRequest ¶ added in v1.33.16
func (c *CodeBuild) RetryBuildBatchRequest(input *RetryBuildBatchInput) (req *request.Request, output *RetryBuildBatchOutput)
RetryBuildBatchRequest generates a "aws/request.Request" representing the client's request for the RetryBuildBatch operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RetryBuildBatch for more information on using the RetryBuildBatch API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RetryBuildBatchRequest method. req, resp := client.RetryBuildBatchRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/RetryBuildBatch
func (*CodeBuild) RetryBuildBatchWithContext ¶ added in v1.33.16
func (c *CodeBuild) RetryBuildBatchWithContext(ctx aws.Context, input *RetryBuildBatchInput, opts ...request.Option) (*RetryBuildBatchOutput, error)
RetryBuildBatchWithContext is the same as RetryBuildBatch with the addition of the ability to pass a context and additional request options.
See RetryBuildBatch for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) RetryBuildRequest ¶ added in v1.33.16
func (c *CodeBuild) RetryBuildRequest(input *RetryBuildInput) (req *request.Request, output *RetryBuildOutput)
RetryBuildRequest generates a "aws/request.Request" representing the client's request for the RetryBuild operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RetryBuild for more information on using the RetryBuild API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RetryBuildRequest method. req, resp := client.RetryBuildRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/RetryBuild
func (*CodeBuild) RetryBuildWithContext ¶ added in v1.33.16
func (c *CodeBuild) RetryBuildWithContext(ctx aws.Context, input *RetryBuildInput, opts ...request.Option) (*RetryBuildOutput, error)
RetryBuildWithContext is the same as RetryBuild with the addition of the ability to pass a context and additional request options.
See RetryBuild for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) StartBuild ¶
func (c *CodeBuild) StartBuild(input *StartBuildInput) (*StartBuildOutput, error)
StartBuild API operation for AWS CodeBuild.
Starts running a build.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation StartBuild for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
ResourceNotFoundException The specified Amazon Web Services resource cannot be found.
AccountLimitExceededException An Amazon Web Services service limit was exceeded for the calling Amazon Web Services account.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StartBuild
func (*CodeBuild) StartBuildBatch ¶ added in v1.33.16
func (c *CodeBuild) StartBuildBatch(input *StartBuildBatchInput) (*StartBuildBatchOutput, error)
StartBuildBatch API operation for AWS CodeBuild.
Starts a batch build for a project.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation StartBuildBatch for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
ResourceNotFoundException The specified Amazon Web Services resource cannot be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StartBuildBatch
func (*CodeBuild) StartBuildBatchRequest ¶ added in v1.33.16
func (c *CodeBuild) StartBuildBatchRequest(input *StartBuildBatchInput) (req *request.Request, output *StartBuildBatchOutput)
StartBuildBatchRequest generates a "aws/request.Request" representing the client's request for the StartBuildBatch operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartBuildBatch for more information on using the StartBuildBatch API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartBuildBatchRequest method. req, resp := client.StartBuildBatchRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StartBuildBatch
func (*CodeBuild) StartBuildBatchWithContext ¶ added in v1.33.16
func (c *CodeBuild) StartBuildBatchWithContext(ctx aws.Context, input *StartBuildBatchInput, opts ...request.Option) (*StartBuildBatchOutput, error)
StartBuildBatchWithContext is the same as StartBuildBatch with the addition of the ability to pass a context and additional request options.
See StartBuildBatch for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) StartBuildRequest ¶
func (c *CodeBuild) StartBuildRequest(input *StartBuildInput) (req *request.Request, output *StartBuildOutput)
StartBuildRequest generates a "aws/request.Request" representing the client's request for the StartBuild operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartBuild for more information on using the StartBuild API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartBuildRequest method. req, resp := client.StartBuildRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StartBuild
func (*CodeBuild) StartBuildWithContext ¶ added in v1.8.0
func (c *CodeBuild) StartBuildWithContext(ctx aws.Context, input *StartBuildInput, opts ...request.Option) (*StartBuildOutput, error)
StartBuildWithContext is the same as StartBuild with the addition of the ability to pass a context and additional request options.
See StartBuild for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) StopBuild ¶
func (c *CodeBuild) StopBuild(input *StopBuildInput) (*StopBuildOutput, error)
StopBuild API operation for AWS CodeBuild.
Attempts to stop running a build.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation StopBuild for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
ResourceNotFoundException The specified Amazon Web Services resource cannot be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StopBuild
func (*CodeBuild) StopBuildBatch ¶ added in v1.33.16
func (c *CodeBuild) StopBuildBatch(input *StopBuildBatchInput) (*StopBuildBatchOutput, error)
StopBuildBatch API operation for AWS CodeBuild.
Stops a running batch build.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation StopBuildBatch for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
ResourceNotFoundException The specified Amazon Web Services resource cannot be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StopBuildBatch
func (*CodeBuild) StopBuildBatchRequest ¶ added in v1.33.16
func (c *CodeBuild) StopBuildBatchRequest(input *StopBuildBatchInput) (req *request.Request, output *StopBuildBatchOutput)
StopBuildBatchRequest generates a "aws/request.Request" representing the client's request for the StopBuildBatch operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StopBuildBatch for more information on using the StopBuildBatch API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StopBuildBatchRequest method. req, resp := client.StopBuildBatchRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StopBuildBatch
func (*CodeBuild) StopBuildBatchWithContext ¶ added in v1.33.16
func (c *CodeBuild) StopBuildBatchWithContext(ctx aws.Context, input *StopBuildBatchInput, opts ...request.Option) (*StopBuildBatchOutput, error)
StopBuildBatchWithContext is the same as StopBuildBatch with the addition of the ability to pass a context and additional request options.
See StopBuildBatch for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) StopBuildRequest ¶
func (c *CodeBuild) StopBuildRequest(input *StopBuildInput) (req *request.Request, output *StopBuildOutput)
StopBuildRequest generates a "aws/request.Request" representing the client's request for the StopBuild operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StopBuild for more information on using the StopBuild API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StopBuildRequest method. req, resp := client.StopBuildRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StopBuild
func (*CodeBuild) StopBuildWithContext ¶ added in v1.8.0
func (c *CodeBuild) StopBuildWithContext(ctx aws.Context, input *StopBuildInput, opts ...request.Option) (*StopBuildOutput, error)
StopBuildWithContext is the same as StopBuild with the addition of the ability to pass a context and additional request options.
See StopBuild for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) UpdateProject ¶
func (c *CodeBuild) UpdateProject(input *UpdateProjectInput) (*UpdateProjectOutput, error)
UpdateProject API operation for AWS CodeBuild.
Changes the settings of a build project.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation UpdateProject for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
ResourceNotFoundException The specified Amazon Web Services resource cannot be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/UpdateProject
func (*CodeBuild) UpdateProjectRequest ¶
func (c *CodeBuild) UpdateProjectRequest(input *UpdateProjectInput) (req *request.Request, output *UpdateProjectOutput)
UpdateProjectRequest generates a "aws/request.Request" representing the client's request for the UpdateProject operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateProject for more information on using the UpdateProject API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateProjectRequest method. req, resp := client.UpdateProjectRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/UpdateProject
func (*CodeBuild) UpdateProjectVisibility ¶ added in v1.40.20
func (c *CodeBuild) UpdateProjectVisibility(input *UpdateProjectVisibilityInput) (*UpdateProjectVisibilityOutput, error)
UpdateProjectVisibility API operation for AWS CodeBuild.
Changes the public visibility for a project. The project's build results, logs, and artifacts are available to the general public. For more information, see Public build projects (https://docs.aws.amazon.com/codebuild/latest/userguide/public-builds.html) in the CodeBuild User Guide.
The following should be kept in mind when making your projects public:
All of a project's build results, logs, and artifacts, including builds that were run when the project was private, are available to the general public.
All build logs and artifacts are available to the public. Environment variables, source code, and other sensitive information may have been output to the build logs and artifacts. You must be careful about what information is output to the build logs. Some best practice are: Do not store sensitive values, especially Amazon Web Services access key IDs and secret access keys, in environment variables. We recommend that you use an Amazon EC2 Systems Manager Parameter Store or Secrets Manager to store sensitive values. Follow Best practices for using webhooks (https://docs.aws.amazon.com/codebuild/latest/userguide/webhooks.html#webhook-best-practices) in the CodeBuild User Guide to limit which entities can trigger a build, and do not store the buildspec in the project itself, to ensure that your webhooks are as secure as possible.
A malicious user can use public builds to distribute malicious artifacts. We recommend that you review all pull requests to verify that the pull request is a legitimate change. We also recommend that you validate any artifacts with their checksums to make sure that the correct artifacts are being downloaded.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation UpdateProjectVisibility for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
ResourceNotFoundException The specified Amazon Web Services resource cannot be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/UpdateProjectVisibility
func (*CodeBuild) UpdateProjectVisibilityRequest ¶ added in v1.40.20
func (c *CodeBuild) UpdateProjectVisibilityRequest(input *UpdateProjectVisibilityInput) (req *request.Request, output *UpdateProjectVisibilityOutput)
UpdateProjectVisibilityRequest generates a "aws/request.Request" representing the client's request for the UpdateProjectVisibility operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateProjectVisibility for more information on using the UpdateProjectVisibility API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateProjectVisibilityRequest method. req, resp := client.UpdateProjectVisibilityRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/UpdateProjectVisibility
func (*CodeBuild) UpdateProjectVisibilityWithContext ¶ added in v1.40.20
func (c *CodeBuild) UpdateProjectVisibilityWithContext(ctx aws.Context, input *UpdateProjectVisibilityInput, opts ...request.Option) (*UpdateProjectVisibilityOutput, error)
UpdateProjectVisibilityWithContext is the same as UpdateProjectVisibility with the addition of the ability to pass a context and additional request options.
See UpdateProjectVisibility for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) UpdateProjectWithContext ¶ added in v1.8.0
func (c *CodeBuild) UpdateProjectWithContext(ctx aws.Context, input *UpdateProjectInput, opts ...request.Option) (*UpdateProjectOutput, error)
UpdateProjectWithContext is the same as UpdateProject with the addition of the ability to pass a context and additional request options.
See UpdateProject for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) UpdateReportGroup ¶ added in v1.25.42
func (c *CodeBuild) UpdateReportGroup(input *UpdateReportGroupInput) (*UpdateReportGroupOutput, error)
UpdateReportGroup API operation for AWS CodeBuild.
Updates a report group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation UpdateReportGroup for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
ResourceNotFoundException The specified Amazon Web Services resource cannot be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/UpdateReportGroup
func (*CodeBuild) UpdateReportGroupRequest ¶ added in v1.25.42
func (c *CodeBuild) UpdateReportGroupRequest(input *UpdateReportGroupInput) (req *request.Request, output *UpdateReportGroupOutput)
UpdateReportGroupRequest generates a "aws/request.Request" representing the client's request for the UpdateReportGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateReportGroup for more information on using the UpdateReportGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateReportGroupRequest method. req, resp := client.UpdateReportGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/UpdateReportGroup
func (*CodeBuild) UpdateReportGroupWithContext ¶ added in v1.25.42
func (c *CodeBuild) UpdateReportGroupWithContext(ctx aws.Context, input *UpdateReportGroupInput, opts ...request.Option) (*UpdateReportGroupOutput, error)
UpdateReportGroupWithContext is the same as UpdateReportGroup with the addition of the ability to pass a context and additional request options.
See UpdateReportGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CodeBuild) UpdateWebhook ¶ added in v1.13.19
func (c *CodeBuild) UpdateWebhook(input *UpdateWebhookInput) (*UpdateWebhookOutput, error)
UpdateWebhook API operation for AWS CodeBuild.
Updates the webhook associated with an CodeBuild build project.
If you use Bitbucket for your repository, rotateSecret is ignored.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS CodeBuild's API operation UpdateWebhook for usage and error information.
Returned Error Types:
InvalidInputException The input value that was provided is not valid.
ResourceNotFoundException The specified Amazon Web Services resource cannot be found.
OAuthProviderException There was a problem with the underlying OAuth provider.
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/UpdateWebhook
func (*CodeBuild) UpdateWebhookRequest ¶ added in v1.13.19
func (c *CodeBuild) UpdateWebhookRequest(input *UpdateWebhookInput) (req *request.Request, output *UpdateWebhookOutput)
UpdateWebhookRequest generates a "aws/request.Request" representing the client's request for the UpdateWebhook operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateWebhook for more information on using the UpdateWebhook API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateWebhookRequest method. req, resp := client.UpdateWebhookRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/UpdateWebhook
func (*CodeBuild) UpdateWebhookWithContext ¶ added in v1.13.19
func (c *CodeBuild) UpdateWebhookWithContext(ctx aws.Context, input *UpdateWebhookInput, opts ...request.Option) (*UpdateWebhookOutput, error)
UpdateWebhookWithContext is the same as UpdateWebhook with the addition of the ability to pass a context and additional request options.
See UpdateWebhook for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type CodeCoverage ¶ added in v1.33.16
type CodeCoverage struct { // The percentage of branches that are covered by your tests. BranchCoveragePercentage *float64 `locationName:"branchCoveragePercentage" type:"double"` // The number of conditional branches that are covered by your tests. BranchesCovered *int64 `locationName:"branchesCovered" type:"integer"` // The number of conditional branches that are not covered by your tests. BranchesMissed *int64 `locationName:"branchesMissed" type:"integer"` // The date and time that the tests were run. Expired *time.Time `locationName:"expired" type:"timestamp"` // The path of the test report file. FilePath *string `locationName:"filePath" min:"1" type:"string"` // The identifier of the code coverage report. Id *string `locationName:"id" min:"1" type:"string"` // The percentage of lines that are covered by your tests. LineCoveragePercentage *float64 `locationName:"lineCoveragePercentage" type:"double"` // The number of lines that are covered by your tests. LinesCovered *int64 `locationName:"linesCovered" type:"integer"` // The number of lines that are not covered by your tests. LinesMissed *int64 `locationName:"linesMissed" type:"integer"` // The ARN of the report. ReportARN *string `locationName:"reportARN" min:"1" type:"string"` // contains filtered or unexported fields }
Contains code coverage report information.
Line coverage measures how many statements your tests cover. A statement is a single instruction, not including comments, conditionals, etc.
Branch coverage determines if your tests cover every possible branch of a control structure, such as an if or case statement.
func (CodeCoverage) GoString ¶ added in v1.33.16
func (s CodeCoverage) GoString() string
GoString returns the string representation
func (*CodeCoverage) SetBranchCoveragePercentage ¶ added in v1.33.16
func (s *CodeCoverage) SetBranchCoveragePercentage(v float64) *CodeCoverage
SetBranchCoveragePercentage sets the BranchCoveragePercentage field's value.
func (*CodeCoverage) SetBranchesCovered ¶ added in v1.33.16
func (s *CodeCoverage) SetBranchesCovered(v int64) *CodeCoverage
SetBranchesCovered sets the BranchesCovered field's value.
func (*CodeCoverage) SetBranchesMissed ¶ added in v1.33.16
func (s *CodeCoverage) SetBranchesMissed(v int64) *CodeCoverage
SetBranchesMissed sets the BranchesMissed field's value.
func (*CodeCoverage) SetExpired ¶ added in v1.33.16
func (s *CodeCoverage) SetExpired(v time.Time) *CodeCoverage
SetExpired sets the Expired field's value.
func (*CodeCoverage) SetFilePath ¶ added in v1.33.16
func (s *CodeCoverage) SetFilePath(v string) *CodeCoverage
SetFilePath sets the FilePath field's value.
func (*CodeCoverage) SetId ¶ added in v1.33.16
func (s *CodeCoverage) SetId(v string) *CodeCoverage
SetId sets the Id field's value.
func (*CodeCoverage) SetLineCoveragePercentage ¶ added in v1.33.16
func (s *CodeCoverage) SetLineCoveragePercentage(v float64) *CodeCoverage
SetLineCoveragePercentage sets the LineCoveragePercentage field's value.
func (*CodeCoverage) SetLinesCovered ¶ added in v1.33.16
func (s *CodeCoverage) SetLinesCovered(v int64) *CodeCoverage
SetLinesCovered sets the LinesCovered field's value.
func (*CodeCoverage) SetLinesMissed ¶ added in v1.33.16
func (s *CodeCoverage) SetLinesMissed(v int64) *CodeCoverage
SetLinesMissed sets the LinesMissed field's value.
func (*CodeCoverage) SetReportARN ¶ added in v1.33.16
func (s *CodeCoverage) SetReportARN(v string) *CodeCoverage
SetReportARN sets the ReportARN field's value.
func (CodeCoverage) String ¶ added in v1.33.16
func (s CodeCoverage) String() string
String returns the string representation
type CodeCoverageReportSummary ¶ added in v1.33.16
type CodeCoverageReportSummary struct { // The percentage of branches that are covered by your tests. BranchCoveragePercentage *float64 `locationName:"branchCoveragePercentage" type:"double"` // The number of conditional branches that are covered by your tests. BranchesCovered *int64 `locationName:"branchesCovered" type:"integer"` // The number of conditional branches that are not covered by your tests. BranchesMissed *int64 `locationName:"branchesMissed" type:"integer"` // The percentage of lines that are covered by your tests. LineCoveragePercentage *float64 `locationName:"lineCoveragePercentage" type:"double"` // The number of lines that are covered by your tests. LinesCovered *int64 `locationName:"linesCovered" type:"integer"` // The number of lines that are not covered by your tests. LinesMissed *int64 `locationName:"linesMissed" type:"integer"` // contains filtered or unexported fields }
Contains a summary of a code coverage report.
Line coverage measures how many statements your tests cover. A statement is a single instruction, not including comments, conditionals, etc.
Branch coverage determines if your tests cover every possible branch of a control structure, such as an if or case statement.
func (CodeCoverageReportSummary) GoString ¶ added in v1.33.16
func (s CodeCoverageReportSummary) GoString() string
GoString returns the string representation
func (*CodeCoverageReportSummary) SetBranchCoveragePercentage ¶ added in v1.33.16
func (s *CodeCoverageReportSummary) SetBranchCoveragePercentage(v float64) *CodeCoverageReportSummary
SetBranchCoveragePercentage sets the BranchCoveragePercentage field's value.
func (*CodeCoverageReportSummary) SetBranchesCovered ¶ added in v1.33.16
func (s *CodeCoverageReportSummary) SetBranchesCovered(v int64) *CodeCoverageReportSummary
SetBranchesCovered sets the BranchesCovered field's value.
func (*CodeCoverageReportSummary) SetBranchesMissed ¶ added in v1.33.16
func (s *CodeCoverageReportSummary) SetBranchesMissed(v int64) *CodeCoverageReportSummary
SetBranchesMissed sets the BranchesMissed field's value.
func (*CodeCoverageReportSummary) SetLineCoveragePercentage ¶ added in v1.33.16
func (s *CodeCoverageReportSummary) SetLineCoveragePercentage(v float64) *CodeCoverageReportSummary
SetLineCoveragePercentage sets the LineCoveragePercentage field's value.
func (*CodeCoverageReportSummary) SetLinesCovered ¶ added in v1.33.16
func (s *CodeCoverageReportSummary) SetLinesCovered(v int64) *CodeCoverageReportSummary
SetLinesCovered sets the LinesCovered field's value.
func (*CodeCoverageReportSummary) SetLinesMissed ¶ added in v1.33.16
func (s *CodeCoverageReportSummary) SetLinesMissed(v int64) *CodeCoverageReportSummary
SetLinesMissed sets the LinesMissed field's value.
func (CodeCoverageReportSummary) String ¶ added in v1.33.16
func (s CodeCoverageReportSummary) String() string
String returns the string representation
type CreateProjectInput ¶
type CreateProjectInput struct { // Information about the build output artifacts for the build project. // // Artifacts is a required field Artifacts *ProjectArtifacts `locationName:"artifacts" type:"structure" required:"true"` // Set this to true to generate a publicly accessible URL for your project's // build badge. BadgeEnabled *bool `locationName:"badgeEnabled" type:"boolean"` // A ProjectBuildBatchConfig object that defines the batch build options for // the project. BuildBatchConfig *ProjectBuildBatchConfig `locationName:"buildBatchConfig" type:"structure"` // Stores recently used information so that it can be quickly accessed at a // later time. Cache *ProjectCache `locationName:"cache" type:"structure"` // The maximum number of concurrent builds that are allowed for this project. // // New builds are only started if the current number of builds is less than // or equal to this limit. If the current build count meets this limit, new // builds are throttled and are not run. ConcurrentBuildLimit *int64 `locationName:"concurrentBuildLimit" type:"integer"` // A description that makes the build project easy to identify. Description *string `locationName:"description" type:"string"` // The Key Management Service customer master key (CMK) to be used for encrypting // the build output artifacts. // // You can use a cross-account KMS key to encrypt the build output artifacts // if your service role has permission to that key. // // You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, // the CMK's alias (using the format alias/<alias-name>). EncryptionKey *string `locationName:"encryptionKey" min:"1" type:"string"` // Information about the build environment for the build project. // // Environment is a required field Environment *ProjectEnvironment `locationName:"environment" type:"structure" required:"true"` // An array of ProjectFileSystemLocation objects for a CodeBuild build project. // A ProjectFileSystemLocation object specifies the identifier, location, mountOptions, // mountPoint, and type of a file system created using Amazon Elastic File System. FileSystemLocations []*ProjectFileSystemLocation `locationName:"fileSystemLocations" type:"list"` // Information about logs for the build project. These can be logs in CloudWatch // Logs, logs uploaded to a specified S3 bucket, or both. LogsConfig *LogsConfig `locationName:"logsConfig" type:"structure"` // The name of the build project. // // Name is a required field Name *string `locationName:"name" min:"2" type:"string" required:"true"` // The number of minutes a build is allowed to be queued before it times out. QueuedTimeoutInMinutes *int64 `locationName:"queuedTimeoutInMinutes" min:"5" type:"integer"` // An array of ProjectArtifacts objects. SecondaryArtifacts []*ProjectArtifacts `locationName:"secondaryArtifacts" type:"list"` // An array of ProjectSourceVersion objects. If secondarySourceVersions is specified // at the build level, then they take precedence over these secondarySourceVersions // (at the project level). SecondarySourceVersions []*ProjectSourceVersion `locationName:"secondarySourceVersions" type:"list"` // An array of ProjectSource objects. SecondarySources []*ProjectSource `locationName:"secondarySources" type:"list"` // The ARN of the IAM role that enables CodeBuild to interact with dependent // Amazon Web Services services on behalf of the Amazon Web Services account. // // ServiceRole is a required field ServiceRole *string `locationName:"serviceRole" min:"1" type:"string" required:"true"` // Information about the build input source code for the build project. // // Source is a required field Source *ProjectSource `locationName:"source" type:"structure" required:"true"` // A version of the build input to be built for this project. If not specified, // the latest version is used. If specified, it must be one of: // // * For CodeCommit: the commit ID, branch, or Git tag to use. // // * For GitHub: the commit ID, pull request ID, branch name, or tag name // that corresponds to the version of the source code you want to build. // If a pull request ID is specified, it must use the format pr/pull-request-ID // (for example pr/25). If a branch name is specified, the branch's HEAD // commit ID is used. If not specified, the default branch's HEAD commit // ID is used. // // * For Bitbucket: the commit ID, branch name, or tag name that corresponds // to the version of the source code you want to build. If a branch name // is specified, the branch's HEAD commit ID is used. If not specified, the // default branch's HEAD commit ID is used. // // * For Amazon S3: the version ID of the object that represents the build // input ZIP file to use. // // If sourceVersion is specified at the build level, then that version takes // precedence over this sourceVersion (at the project level). // // For more information, see Source Version Sample with CodeBuild (https://docs.aws.amazon.com/codebuild/latest/userguide/sample-source-version.html) // in the CodeBuild User Guide. SourceVersion *string `locationName:"sourceVersion" type:"string"` // A list of tag key and value pairs associated with this build project. // // These tags are available for use by Amazon Web Services services that support // CodeBuild build project tags. Tags []*Tag `locationName:"tags" type:"list"` // How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before // it times out any build that has not been marked as completed. The default // is 60 minutes. TimeoutInMinutes *int64 `locationName:"timeoutInMinutes" min:"5" type:"integer"` // VpcConfig enables CodeBuild to access resources in an Amazon VPC. VpcConfig *VpcConfig `locationName:"vpcConfig" type:"structure"` // contains filtered or unexported fields }
func (CreateProjectInput) GoString ¶
func (s CreateProjectInput) GoString() string
GoString returns the string representation
func (*CreateProjectInput) SetArtifacts ¶
func (s *CreateProjectInput) SetArtifacts(v *ProjectArtifacts) *CreateProjectInput
SetArtifacts sets the Artifacts field's value.
func (*CreateProjectInput) SetBadgeEnabled ¶ added in v1.12.32
func (s *CreateProjectInput) SetBadgeEnabled(v bool) *CreateProjectInput
SetBadgeEnabled sets the BadgeEnabled field's value.
func (*CreateProjectInput) SetBuildBatchConfig ¶ added in v1.33.16
func (s *CreateProjectInput) SetBuildBatchConfig(v *ProjectBuildBatchConfig) *CreateProjectInput
SetBuildBatchConfig sets the BuildBatchConfig field's value.
func (*CreateProjectInput) SetCache ¶ added in v1.12.32
func (s *CreateProjectInput) SetCache(v *ProjectCache) *CreateProjectInput
SetCache sets the Cache field's value.
func (*CreateProjectInput) SetConcurrentBuildLimit ¶ added in v1.37.12
func (s *CreateProjectInput) SetConcurrentBuildLimit(v int64) *CreateProjectInput
SetConcurrentBuildLimit sets the ConcurrentBuildLimit field's value.
func (*CreateProjectInput) SetDescription ¶
func (s *CreateProjectInput) SetDescription(v string) *CreateProjectInput
SetDescription sets the Description field's value.
func (*CreateProjectInput) SetEncryptionKey ¶
func (s *CreateProjectInput) SetEncryptionKey(v string) *CreateProjectInput
SetEncryptionKey sets the EncryptionKey field's value.
func (*CreateProjectInput) SetEnvironment ¶
func (s *CreateProjectInput) SetEnvironment(v *ProjectEnvironment) *CreateProjectInput
SetEnvironment sets the Environment field's value.
func (*CreateProjectInput) SetFileSystemLocations ¶ added in v1.28.12
func (s *CreateProjectInput) SetFileSystemLocations(v []*ProjectFileSystemLocation) *CreateProjectInput
SetFileSystemLocations sets the FileSystemLocations field's value.
func (*CreateProjectInput) SetLogsConfig ¶ added in v1.15.36
func (s *CreateProjectInput) SetLogsConfig(v *LogsConfig) *CreateProjectInput
SetLogsConfig sets the LogsConfig field's value.
func (*CreateProjectInput) SetName ¶
func (s *CreateProjectInput) SetName(v string) *CreateProjectInput
SetName sets the Name field's value.
func (*CreateProjectInput) SetQueuedTimeoutInMinutes ¶ added in v1.15.77
func (s *CreateProjectInput) SetQueuedTimeoutInMinutes(v int64) *CreateProjectInput
SetQueuedTimeoutInMinutes sets the QueuedTimeoutInMinutes field's value.
func (*CreateProjectInput) SetSecondaryArtifacts ¶ added in v1.15.25
func (s *CreateProjectInput) SetSecondaryArtifacts(v []*ProjectArtifacts) *CreateProjectInput
SetSecondaryArtifacts sets the SecondaryArtifacts field's value.
func (*CreateProjectInput) SetSecondarySourceVersions ¶ added in v1.19.47
func (s *CreateProjectInput) SetSecondarySourceVersions(v []*ProjectSourceVersion) *CreateProjectInput
SetSecondarySourceVersions sets the SecondarySourceVersions field's value.
func (*CreateProjectInput) SetSecondarySources ¶ added in v1.15.25
func (s *CreateProjectInput) SetSecondarySources(v []*ProjectSource) *CreateProjectInput
SetSecondarySources sets the SecondarySources field's value.
func (*CreateProjectInput) SetServiceRole ¶
func (s *CreateProjectInput) SetServiceRole(v string) *CreateProjectInput
SetServiceRole sets the ServiceRole field's value.
func (*CreateProjectInput) SetSource ¶
func (s *CreateProjectInput) SetSource(v *ProjectSource) *CreateProjectInput
SetSource sets the Source field's value.
func (*CreateProjectInput) SetSourceVersion ¶ added in v1.19.47
func (s *CreateProjectInput) SetSourceVersion(v string) *CreateProjectInput
SetSourceVersion sets the SourceVersion field's value.
func (*CreateProjectInput) SetTags ¶
func (s *CreateProjectInput) SetTags(v []*Tag) *CreateProjectInput
SetTags sets the Tags field's value.
func (*CreateProjectInput) SetTimeoutInMinutes ¶
func (s *CreateProjectInput) SetTimeoutInMinutes(v int64) *CreateProjectInput
SetTimeoutInMinutes sets the TimeoutInMinutes field's value.
func (*CreateProjectInput) SetVpcConfig ¶ added in v1.12.32
func (s *CreateProjectInput) SetVpcConfig(v *VpcConfig) *CreateProjectInput
SetVpcConfig sets the VpcConfig field's value.
func (CreateProjectInput) String ¶
func (s CreateProjectInput) String() string
String returns the string representation
func (*CreateProjectInput) Validate ¶
func (s *CreateProjectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateProjectOutput ¶
type CreateProjectOutput struct { // Information about the build project that was created. Project *Project `locationName:"project" type:"structure"` // contains filtered or unexported fields }
func (CreateProjectOutput) GoString ¶
func (s CreateProjectOutput) GoString() string
GoString returns the string representation
func (*CreateProjectOutput) SetProject ¶
func (s *CreateProjectOutput) SetProject(v *Project) *CreateProjectOutput
SetProject sets the Project field's value.
func (CreateProjectOutput) String ¶
func (s CreateProjectOutput) String() string
String returns the string representation
type CreateReportGroupInput ¶ added in v1.25.42
type CreateReportGroupInput struct { // A ReportExportConfig object that contains information about where the report // group test results are exported. // // ExportConfig is a required field ExportConfig *ReportExportConfig `locationName:"exportConfig" type:"structure" required:"true"` // The name of the report group. // // Name is a required field Name *string `locationName:"name" min:"2" type:"string" required:"true"` // A list of tag key and value pairs associated with this report group. // // These tags are available for use by Amazon Web Services services that support // CodeBuild report group tags. Tags []*Tag `locationName:"tags" type:"list"` // The type of report group. // // Type is a required field Type *string `locationName:"type" type:"string" required:"true" enum:"ReportType"` // contains filtered or unexported fields }
func (CreateReportGroupInput) GoString ¶ added in v1.25.42
func (s CreateReportGroupInput) GoString() string
GoString returns the string representation
func (*CreateReportGroupInput) SetExportConfig ¶ added in v1.25.42
func (s *CreateReportGroupInput) SetExportConfig(v *ReportExportConfig) *CreateReportGroupInput
SetExportConfig sets the ExportConfig field's value.
func (*CreateReportGroupInput) SetName ¶ added in v1.25.42
func (s *CreateReportGroupInput) SetName(v string) *CreateReportGroupInput
SetName sets the Name field's value.
func (*CreateReportGroupInput) SetTags ¶ added in v1.31.3
func (s *CreateReportGroupInput) SetTags(v []*Tag) *CreateReportGroupInput
SetTags sets the Tags field's value.
func (*CreateReportGroupInput) SetType ¶ added in v1.25.42
func (s *CreateReportGroupInput) SetType(v string) *CreateReportGroupInput
SetType sets the Type field's value.
func (CreateReportGroupInput) String ¶ added in v1.25.42
func (s CreateReportGroupInput) String() string
String returns the string representation
func (*CreateReportGroupInput) Validate ¶ added in v1.25.42
func (s *CreateReportGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateReportGroupOutput ¶ added in v1.25.42
type CreateReportGroupOutput struct { // Information about the report group that was created. ReportGroup *ReportGroup `locationName:"reportGroup" type:"structure"` // contains filtered or unexported fields }
func (CreateReportGroupOutput) GoString ¶ added in v1.25.42
func (s CreateReportGroupOutput) GoString() string
GoString returns the string representation
func (*CreateReportGroupOutput) SetReportGroup ¶ added in v1.25.42
func (s *CreateReportGroupOutput) SetReportGroup(v *ReportGroup) *CreateReportGroupOutput
SetReportGroup sets the ReportGroup field's value.
func (CreateReportGroupOutput) String ¶ added in v1.25.42
func (s CreateReportGroupOutput) String() string
String returns the string representation
type CreateWebhookInput ¶ added in v1.12.2
type CreateWebhookInput struct { // A regular expression used to determine which repository branches are built // when a webhook is triggered. If the name of a branch matches the regular // expression, then it is built. If branchFilter is empty, then all branches // are built. // // It is recommended that you use filterGroups instead of branchFilter. BranchFilter *string `locationName:"branchFilter" type:"string"` // Specifies the type of build this webhook will trigger. BuildType *string `locationName:"buildType" type:"string" enum:"WebhookBuildType"` // An array of arrays of WebhookFilter objects used to determine which webhooks // are triggered. At least one WebhookFilter in the array must specify EVENT // as its type. // // For a build to be triggered, at least one filter group in the filterGroups // array must pass. For a filter group to pass, each of its filters must pass. FilterGroups [][]*WebhookFilter `locationName:"filterGroups" type:"list"` // The name of the CodeBuild project. // // ProjectName is a required field ProjectName *string `locationName:"projectName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateWebhookInput) GoString ¶ added in v1.12.2
func (s CreateWebhookInput) GoString() string
GoString returns the string representation
func (*CreateWebhookInput) SetBranchFilter ¶ added in v1.13.19
func (s *CreateWebhookInput) SetBranchFilter(v string) *CreateWebhookInput
SetBranchFilter sets the BranchFilter field's value.
func (*CreateWebhookInput) SetBuildType ¶ added in v1.33.16
func (s *CreateWebhookInput) SetBuildType(v string) *CreateWebhookInput
SetBuildType sets the BuildType field's value.
func (*CreateWebhookInput) SetFilterGroups ¶ added in v1.16.32
func (s *CreateWebhookInput) SetFilterGroups(v [][]*WebhookFilter) *CreateWebhookInput
SetFilterGroups sets the FilterGroups field's value.
func (*CreateWebhookInput) SetProjectName ¶ added in v1.12.2
func (s *CreateWebhookInput) SetProjectName(v string) *CreateWebhookInput
SetProjectName sets the ProjectName field's value.
func (CreateWebhookInput) String ¶ added in v1.12.2
func (s CreateWebhookInput) String() string
String returns the string representation
func (*CreateWebhookInput) Validate ¶ added in v1.12.2
func (s *CreateWebhookInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateWebhookOutput ¶ added in v1.12.2
type CreateWebhookOutput struct { // Information about a webhook that connects repository events to a build project // in CodeBuild. Webhook *Webhook `locationName:"webhook" type:"structure"` // contains filtered or unexported fields }
func (CreateWebhookOutput) GoString ¶ added in v1.12.2
func (s CreateWebhookOutput) GoString() string
GoString returns the string representation
func (*CreateWebhookOutput) SetWebhook ¶ added in v1.12.2
func (s *CreateWebhookOutput) SetWebhook(v *Webhook) *CreateWebhookOutput
SetWebhook sets the Webhook field's value.
func (CreateWebhookOutput) String ¶ added in v1.12.2
func (s CreateWebhookOutput) String() string
String returns the string representation
type DebugSession ¶ added in v1.33.8
type DebugSession struct { // Specifies if session debugging is enabled for this build. SessionEnabled *bool `locationName:"sessionEnabled" type:"boolean"` // Contains the identifier of the Session Manager session used for the build. // To work with the paused build, you open this session to examine, control, // and resume the build. SessionTarget *string `locationName:"sessionTarget" min:"1" type:"string"` // contains filtered or unexported fields }
Contains information about the debug session for a build. For more information, see Viewing a running build in Session Manager (https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html).
func (DebugSession) GoString ¶ added in v1.33.8
func (s DebugSession) GoString() string
GoString returns the string representation
func (*DebugSession) SetSessionEnabled ¶ added in v1.33.8
func (s *DebugSession) SetSessionEnabled(v bool) *DebugSession
SetSessionEnabled sets the SessionEnabled field's value.
func (*DebugSession) SetSessionTarget ¶ added in v1.33.8
func (s *DebugSession) SetSessionTarget(v string) *DebugSession
SetSessionTarget sets the SessionTarget field's value.
func (DebugSession) String ¶ added in v1.33.8
func (s DebugSession) String() string
String returns the string representation
type DeleteBuildBatchInput ¶ added in v1.33.16
type DeleteBuildBatchInput struct { // The identifier of the batch build to delete. // // Id is a required field Id *string `locationName:"id" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteBuildBatchInput) GoString ¶ added in v1.33.16
func (s DeleteBuildBatchInput) GoString() string
GoString returns the string representation
func (*DeleteBuildBatchInput) SetId ¶ added in v1.33.16
func (s *DeleteBuildBatchInput) SetId(v string) *DeleteBuildBatchInput
SetId sets the Id field's value.
func (DeleteBuildBatchInput) String ¶ added in v1.33.16
func (s DeleteBuildBatchInput) String() string
String returns the string representation
func (*DeleteBuildBatchInput) Validate ¶ added in v1.33.16
func (s *DeleteBuildBatchInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteBuildBatchOutput ¶ added in v1.33.16
type DeleteBuildBatchOutput struct { // An array of strings that contain the identifiers of the builds that were // deleted. BuildsDeleted []*string `locationName:"buildsDeleted" min:"1" type:"list"` // An array of BuildNotDeleted objects that specify the builds that could not // be deleted. BuildsNotDeleted []*BuildNotDeleted `locationName:"buildsNotDeleted" type:"list"` // The status code. StatusCode *string `locationName:"statusCode" type:"string"` // contains filtered or unexported fields }
func (DeleteBuildBatchOutput) GoString ¶ added in v1.33.16
func (s DeleteBuildBatchOutput) GoString() string
GoString returns the string representation
func (*DeleteBuildBatchOutput) SetBuildsDeleted ¶ added in v1.33.16
func (s *DeleteBuildBatchOutput) SetBuildsDeleted(v []*string) *DeleteBuildBatchOutput
SetBuildsDeleted sets the BuildsDeleted field's value.
func (*DeleteBuildBatchOutput) SetBuildsNotDeleted ¶ added in v1.33.16
func (s *DeleteBuildBatchOutput) SetBuildsNotDeleted(v []*BuildNotDeleted) *DeleteBuildBatchOutput
SetBuildsNotDeleted sets the BuildsNotDeleted field's value.
func (*DeleteBuildBatchOutput) SetStatusCode ¶ added in v1.33.16
func (s *DeleteBuildBatchOutput) SetStatusCode(v string) *DeleteBuildBatchOutput
SetStatusCode sets the StatusCode field's value.
func (DeleteBuildBatchOutput) String ¶ added in v1.33.16
func (s DeleteBuildBatchOutput) String() string
String returns the string representation
type DeleteProjectInput ¶
type DeleteProjectInput struct { // The name of the build project. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteProjectInput) GoString ¶
func (s DeleteProjectInput) GoString() string
GoString returns the string representation
func (*DeleteProjectInput) SetName ¶
func (s *DeleteProjectInput) SetName(v string) *DeleteProjectInput
SetName sets the Name field's value.
func (DeleteProjectInput) String ¶
func (s DeleteProjectInput) String() string
String returns the string representation
func (*DeleteProjectInput) Validate ¶
func (s *DeleteProjectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteProjectOutput ¶
type DeleteProjectOutput struct {
// contains filtered or unexported fields
}
func (DeleteProjectOutput) GoString ¶
func (s DeleteProjectOutput) GoString() string
GoString returns the string representation
func (DeleteProjectOutput) String ¶
func (s DeleteProjectOutput) String() string
String returns the string representation
type DeleteReportGroupInput ¶ added in v1.25.42
type DeleteReportGroupInput struct { // The ARN of the report group to delete. // // Arn is a required field Arn *string `locationName:"arn" min:"1" type:"string" required:"true"` // If true, deletes any reports that belong to a report group before deleting // the report group. // // If false, you must delete any reports in the report group. Use ListReportsForReportGroup // (https://docs.aws.amazon.com/codebuild/latest/APIReference/API_ListReportsForReportGroup.html) // to get the reports in a report group. Use DeleteReport (https://docs.aws.amazon.com/codebuild/latest/APIReference/API_DeleteReport.html) // to delete the reports. If you call DeleteReportGroup for a report group that // contains one or more reports, an exception is thrown. DeleteReports *bool `locationName:"deleteReports" type:"boolean"` // contains filtered or unexported fields }
func (DeleteReportGroupInput) GoString ¶ added in v1.25.42
func (s DeleteReportGroupInput) GoString() string
GoString returns the string representation
func (*DeleteReportGroupInput) SetArn ¶ added in v1.25.42
func (s *DeleteReportGroupInput) SetArn(v string) *DeleteReportGroupInput
SetArn sets the Arn field's value.
func (*DeleteReportGroupInput) SetDeleteReports ¶ added in v1.34.19
func (s *DeleteReportGroupInput) SetDeleteReports(v bool) *DeleteReportGroupInput
SetDeleteReports sets the DeleteReports field's value.
func (DeleteReportGroupInput) String ¶ added in v1.25.42
func (s DeleteReportGroupInput) String() string
String returns the string representation
func (*DeleteReportGroupInput) Validate ¶ added in v1.25.42
func (s *DeleteReportGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteReportGroupOutput ¶ added in v1.25.42
type DeleteReportGroupOutput struct {
// contains filtered or unexported fields
}
func (DeleteReportGroupOutput) GoString ¶ added in v1.25.42
func (s DeleteReportGroupOutput) GoString() string
GoString returns the string representation
func (DeleteReportGroupOutput) String ¶ added in v1.25.42
func (s DeleteReportGroupOutput) String() string
String returns the string representation
type DeleteReportInput ¶ added in v1.25.42
type DeleteReportInput struct { // The ARN of the report to delete. // // Arn is a required field Arn *string `locationName:"arn" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteReportInput) GoString ¶ added in v1.25.42
func (s DeleteReportInput) GoString() string
GoString returns the string representation
func (*DeleteReportInput) SetArn ¶ added in v1.25.42
func (s *DeleteReportInput) SetArn(v string) *DeleteReportInput
SetArn sets the Arn field's value.
func (DeleteReportInput) String ¶ added in v1.25.42
func (s DeleteReportInput) String() string
String returns the string representation
func (*DeleteReportInput) Validate ¶ added in v1.25.42
func (s *DeleteReportInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteReportOutput ¶ added in v1.25.42
type DeleteReportOutput struct {
// contains filtered or unexported fields
}
func (DeleteReportOutput) GoString ¶ added in v1.25.42
func (s DeleteReportOutput) GoString() string
GoString returns the string representation
func (DeleteReportOutput) String ¶ added in v1.25.42
func (s DeleteReportOutput) String() string
String returns the string representation
type DeleteResourcePolicyInput ¶ added in v1.26.2
type DeleteResourcePolicyInput struct { // The ARN of the resource that is associated with the resource policy. // // ResourceArn is a required field ResourceArn *string `locationName:"resourceArn" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteResourcePolicyInput) GoString ¶ added in v1.26.2
func (s DeleteResourcePolicyInput) GoString() string
GoString returns the string representation
func (*DeleteResourcePolicyInput) SetResourceArn ¶ added in v1.26.2
func (s *DeleteResourcePolicyInput) SetResourceArn(v string) *DeleteResourcePolicyInput
SetResourceArn sets the ResourceArn field's value.
func (DeleteResourcePolicyInput) String ¶ added in v1.26.2
func (s DeleteResourcePolicyInput) String() string
String returns the string representation
func (*DeleteResourcePolicyInput) Validate ¶ added in v1.26.2
func (s *DeleteResourcePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteResourcePolicyOutput ¶ added in v1.26.2
type DeleteResourcePolicyOutput struct {
// contains filtered or unexported fields
}
func (DeleteResourcePolicyOutput) GoString ¶ added in v1.26.2
func (s DeleteResourcePolicyOutput) GoString() string
GoString returns the string representation
func (DeleteResourcePolicyOutput) String ¶ added in v1.26.2
func (s DeleteResourcePolicyOutput) String() string
String returns the string representation
type DeleteSourceCredentialsInput ¶ added in v1.16.1
type DeleteSourceCredentialsInput struct { // The Amazon Resource Name (ARN) of the token. // // Arn is a required field Arn *string `locationName:"arn" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteSourceCredentialsInput) GoString ¶ added in v1.16.1
func (s DeleteSourceCredentialsInput) GoString() string
GoString returns the string representation
func (*DeleteSourceCredentialsInput) SetArn ¶ added in v1.16.1
func (s *DeleteSourceCredentialsInput) SetArn(v string) *DeleteSourceCredentialsInput
SetArn sets the Arn field's value.
func (DeleteSourceCredentialsInput) String ¶ added in v1.16.1
func (s DeleteSourceCredentialsInput) String() string
String returns the string representation
func (*DeleteSourceCredentialsInput) Validate ¶ added in v1.16.1
func (s *DeleteSourceCredentialsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteSourceCredentialsOutput ¶ added in v1.16.1
type DeleteSourceCredentialsOutput struct { // The Amazon Resource Name (ARN) of the token. Arn *string `locationName:"arn" min:"1" type:"string"` // contains filtered or unexported fields }
func (DeleteSourceCredentialsOutput) GoString ¶ added in v1.16.1
func (s DeleteSourceCredentialsOutput) GoString() string
GoString returns the string representation
func (*DeleteSourceCredentialsOutput) SetArn ¶ added in v1.16.1
func (s *DeleteSourceCredentialsOutput) SetArn(v string) *DeleteSourceCredentialsOutput
SetArn sets the Arn field's value.
func (DeleteSourceCredentialsOutput) String ¶ added in v1.16.1
func (s DeleteSourceCredentialsOutput) String() string
String returns the string representation
type DeleteWebhookInput ¶ added in v1.12.2
type DeleteWebhookInput struct { // The name of the CodeBuild project. // // ProjectName is a required field ProjectName *string `locationName:"projectName" min:"2" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteWebhookInput) GoString ¶ added in v1.12.2
func (s DeleteWebhookInput) GoString() string
GoString returns the string representation
func (*DeleteWebhookInput) SetProjectName ¶ added in v1.12.2
func (s *DeleteWebhookInput) SetProjectName(v string) *DeleteWebhookInput
SetProjectName sets the ProjectName field's value.
func (DeleteWebhookInput) String ¶ added in v1.12.2
func (s DeleteWebhookInput) String() string
String returns the string representation
func (*DeleteWebhookInput) Validate ¶ added in v1.12.2
func (s *DeleteWebhookInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteWebhookOutput ¶ added in v1.12.2
type DeleteWebhookOutput struct {
// contains filtered or unexported fields
}
func (DeleteWebhookOutput) GoString ¶ added in v1.12.2
func (s DeleteWebhookOutput) GoString() string
GoString returns the string representation
func (DeleteWebhookOutput) String ¶ added in v1.12.2
func (s DeleteWebhookOutput) String() string
String returns the string representation
type DescribeCodeCoveragesInput ¶ added in v1.33.16
type DescribeCodeCoveragesInput struct { // The maximum line coverage percentage to report. MaxLineCoveragePercentage *float64 `locationName:"maxLineCoveragePercentage" type:"double"` // The maximum number of results to return. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // The minimum line coverage percentage to report. MinLineCoveragePercentage *float64 `locationName:"minLineCoveragePercentage" type:"double"` // The nextToken value returned from a previous call to DescribeCodeCoverages. // This specifies the next item to return. To return the beginning of the list, // exclude this parameter. NextToken *string `locationName:"nextToken" type:"string"` // The ARN of the report for which test cases are returned. // // ReportArn is a required field ReportArn *string `locationName:"reportArn" min:"1" type:"string" required:"true"` // Specifies how the results are sorted. Possible values are: // // FILE_PATH // // The results are sorted by file path. // // LINE_COVERAGE_PERCENTAGE // // The results are sorted by the percentage of lines that are covered. SortBy *string `locationName:"sortBy" type:"string" enum:"ReportCodeCoverageSortByType"` // Specifies if the results are sorted in ascending or descending order. SortOrder *string `locationName:"sortOrder" type:"string" enum:"SortOrderType"` // contains filtered or unexported fields }
func (DescribeCodeCoveragesInput) GoString ¶ added in v1.33.16
func (s DescribeCodeCoveragesInput) GoString() string
GoString returns the string representation
func (*DescribeCodeCoveragesInput) SetMaxLineCoveragePercentage ¶ added in v1.33.16
func (s *DescribeCodeCoveragesInput) SetMaxLineCoveragePercentage(v float64) *DescribeCodeCoveragesInput
SetMaxLineCoveragePercentage sets the MaxLineCoveragePercentage field's value.
func (*DescribeCodeCoveragesInput) SetMaxResults ¶ added in v1.33.16
func (s *DescribeCodeCoveragesInput) SetMaxResults(v int64) *DescribeCodeCoveragesInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeCodeCoveragesInput) SetMinLineCoveragePercentage ¶ added in v1.33.16
func (s *DescribeCodeCoveragesInput) SetMinLineCoveragePercentage(v float64) *DescribeCodeCoveragesInput
SetMinLineCoveragePercentage sets the MinLineCoveragePercentage field's value.
func (*DescribeCodeCoveragesInput) SetNextToken ¶ added in v1.33.16
func (s *DescribeCodeCoveragesInput) SetNextToken(v string) *DescribeCodeCoveragesInput
SetNextToken sets the NextToken field's value.
func (*DescribeCodeCoveragesInput) SetReportArn ¶ added in v1.33.16
func (s *DescribeCodeCoveragesInput) SetReportArn(v string) *DescribeCodeCoveragesInput
SetReportArn sets the ReportArn field's value.
func (*DescribeCodeCoveragesInput) SetSortBy ¶ added in v1.33.16
func (s *DescribeCodeCoveragesInput) SetSortBy(v string) *DescribeCodeCoveragesInput
SetSortBy sets the SortBy field's value.
func (*DescribeCodeCoveragesInput) SetSortOrder ¶ added in v1.33.16
func (s *DescribeCodeCoveragesInput) SetSortOrder(v string) *DescribeCodeCoveragesInput
SetSortOrder sets the SortOrder field's value.
func (DescribeCodeCoveragesInput) String ¶ added in v1.33.16
func (s DescribeCodeCoveragesInput) String() string
String returns the string representation
func (*DescribeCodeCoveragesInput) Validate ¶ added in v1.33.16
func (s *DescribeCodeCoveragesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeCodeCoveragesOutput ¶ added in v1.33.16
type DescribeCodeCoveragesOutput struct { // An array of CodeCoverage objects that contain the results. CodeCoverages []*CodeCoverage `locationName:"codeCoverages" type:"list"` // If there are more items to return, this contains a token that is passed to // a subsequent call to DescribeCodeCoverages to retrieve the next set of items. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (DescribeCodeCoveragesOutput) GoString ¶ added in v1.33.16
func (s DescribeCodeCoveragesOutput) GoString() string
GoString returns the string representation
func (*DescribeCodeCoveragesOutput) SetCodeCoverages ¶ added in v1.33.16
func (s *DescribeCodeCoveragesOutput) SetCodeCoverages(v []*CodeCoverage) *DescribeCodeCoveragesOutput
SetCodeCoverages sets the CodeCoverages field's value.
func (*DescribeCodeCoveragesOutput) SetNextToken ¶ added in v1.33.16
func (s *DescribeCodeCoveragesOutput) SetNextToken(v string) *DescribeCodeCoveragesOutput
SetNextToken sets the NextToken field's value.
func (DescribeCodeCoveragesOutput) String ¶ added in v1.33.16
func (s DescribeCodeCoveragesOutput) String() string
String returns the string representation
type DescribeTestCasesInput ¶ added in v1.25.42
type DescribeTestCasesInput struct { // A TestCaseFilter object used to filter the returned reports. Filter *TestCaseFilter `locationName:"filter" type:"structure"` // The maximum number of paginated test cases returned per response. Use nextToken // to iterate pages in the list of returned TestCase objects. The default value // is 100. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // During a previous call, the maximum number of items that can be returned // is the value specified in maxResults. If there more items in the list, then // a unique string called a nextToken is returned. To get the next batch of // items in the list, call this operation again, adding the next token to the // call. To get all of the items in the list, keep calling this operation with // each subsequent next token that is returned, until no more next tokens are // returned. NextToken *string `locationName:"nextToken" type:"string"` // The ARN of the report for which test cases are returned. // // ReportArn is a required field ReportArn *string `locationName:"reportArn" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeTestCasesInput) GoString ¶ added in v1.25.42
func (s DescribeTestCasesInput) GoString() string
GoString returns the string representation
func (*DescribeTestCasesInput) SetFilter ¶ added in v1.25.42
func (s *DescribeTestCasesInput) SetFilter(v *TestCaseFilter) *DescribeTestCasesInput
SetFilter sets the Filter field's value.
func (*DescribeTestCasesInput) SetMaxResults ¶ added in v1.25.42
func (s *DescribeTestCasesInput) SetMaxResults(v int64) *DescribeTestCasesInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeTestCasesInput) SetNextToken ¶ added in v1.25.42
func (s *DescribeTestCasesInput) SetNextToken(v string) *DescribeTestCasesInput
SetNextToken sets the NextToken field's value.
func (*DescribeTestCasesInput) SetReportArn ¶ added in v1.25.42
func (s *DescribeTestCasesInput) SetReportArn(v string) *DescribeTestCasesInput
SetReportArn sets the ReportArn field's value.
func (DescribeTestCasesInput) String ¶ added in v1.25.42
func (s DescribeTestCasesInput) String() string
String returns the string representation
func (*DescribeTestCasesInput) Validate ¶ added in v1.25.42
func (s *DescribeTestCasesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeTestCasesOutput ¶ added in v1.25.42
type DescribeTestCasesOutput struct { // During a previous call, the maximum number of items that can be returned // is the value specified in maxResults. If there more items in the list, then // a unique string called a nextToken is returned. To get the next batch of // items in the list, call this operation again, adding the next token to the // call. To get all of the items in the list, keep calling this operation with // each subsequent next token that is returned, until no more next tokens are // returned. NextToken *string `locationName:"nextToken" type:"string"` // The returned list of test cases. TestCases []*TestCase `locationName:"testCases" type:"list"` // contains filtered or unexported fields }
func (DescribeTestCasesOutput) GoString ¶ added in v1.25.42
func (s DescribeTestCasesOutput) GoString() string
GoString returns the string representation
func (*DescribeTestCasesOutput) SetNextToken ¶ added in v1.25.42
func (s *DescribeTestCasesOutput) SetNextToken(v string) *DescribeTestCasesOutput
SetNextToken sets the NextToken field's value.
func (*DescribeTestCasesOutput) SetTestCases ¶ added in v1.25.42
func (s *DescribeTestCasesOutput) SetTestCases(v []*TestCase) *DescribeTestCasesOutput
SetTestCases sets the TestCases field's value.
func (DescribeTestCasesOutput) String ¶ added in v1.25.42
func (s DescribeTestCasesOutput) String() string
String returns the string representation
type EnvironmentImage ¶
type EnvironmentImage struct { // The description of the Docker image. Description *string `locationName:"description" type:"string"` // The name of the Docker image. Name *string `locationName:"name" type:"string"` // A list of environment image versions. Versions []*string `locationName:"versions" type:"list"` // contains filtered or unexported fields }
Information about a Docker image that is managed by CodeBuild.
func (EnvironmentImage) GoString ¶
func (s EnvironmentImage) GoString() string
GoString returns the string representation
func (*EnvironmentImage) SetDescription ¶
func (s *EnvironmentImage) SetDescription(v string) *EnvironmentImage
SetDescription sets the Description field's value.
func (*EnvironmentImage) SetName ¶
func (s *EnvironmentImage) SetName(v string) *EnvironmentImage
SetName sets the Name field's value.
func (*EnvironmentImage) SetVersions ¶ added in v1.12.52
func (s *EnvironmentImage) SetVersions(v []*string) *EnvironmentImage
SetVersions sets the Versions field's value.
func (EnvironmentImage) String ¶
func (s EnvironmentImage) String() string
String returns the string representation
type EnvironmentLanguage ¶
type EnvironmentLanguage struct { // The list of Docker images that are related by the specified programming language. Images []*EnvironmentImage `locationName:"images" type:"list"` // The programming language for the Docker images. Language *string `locationName:"language" type:"string" enum:"LanguageType"` // contains filtered or unexported fields }
A set of Docker images that are related by programming language and are managed by CodeBuild.
func (EnvironmentLanguage) GoString ¶
func (s EnvironmentLanguage) GoString() string
GoString returns the string representation
func (*EnvironmentLanguage) SetImages ¶
func (s *EnvironmentLanguage) SetImages(v []*EnvironmentImage) *EnvironmentLanguage
SetImages sets the Images field's value.
func (*EnvironmentLanguage) SetLanguage ¶
func (s *EnvironmentLanguage) SetLanguage(v string) *EnvironmentLanguage
SetLanguage sets the Language field's value.
func (EnvironmentLanguage) String ¶
func (s EnvironmentLanguage) String() string
String returns the string representation
type EnvironmentPlatform ¶
type EnvironmentPlatform struct { // The list of programming languages that are available for the specified platform. Languages []*EnvironmentLanguage `locationName:"languages" type:"list"` // The platform's name. Platform *string `locationName:"platform" type:"string" enum:"PlatformType"` // contains filtered or unexported fields }
A set of Docker images that are related by platform and are managed by CodeBuild.
func (EnvironmentPlatform) GoString ¶
func (s EnvironmentPlatform) GoString() string
GoString returns the string representation
func (*EnvironmentPlatform) SetLanguages ¶
func (s *EnvironmentPlatform) SetLanguages(v []*EnvironmentLanguage) *EnvironmentPlatform
SetLanguages sets the Languages field's value.
func (*EnvironmentPlatform) SetPlatform ¶
func (s *EnvironmentPlatform) SetPlatform(v string) *EnvironmentPlatform
SetPlatform sets the Platform field's value.
func (EnvironmentPlatform) String ¶
func (s EnvironmentPlatform) String() string
String returns the string representation
type EnvironmentVariable ¶
type EnvironmentVariable struct { // The name or key of the environment variable. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The type of environment variable. Valid values include: // // * PARAMETER_STORE: An environment variable stored in Systems Manager Parameter // Store. To learn how to specify a parameter store environment variable, // see env/parameter-store (https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#build-spec.env.parameter-store) // in the CodeBuild User Guide. // // * PLAINTEXT: An environment variable in plain text format. This is the // default value. // // * SECRETS_MANAGER: An environment variable stored in Secrets Manager. // To learn how to specify a secrets manager environment variable, see env/secrets-manager // (https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#build-spec.env.secrets-manager) // in the CodeBuild User Guide. Type *string `locationName:"type" type:"string" enum:"EnvironmentVariableType"` // The value of the environment variable. // // We strongly discourage the use of PLAINTEXT environment variables to store // sensitive values, especially Amazon Web Services secret key IDs and secret // access keys. PLAINTEXT environment variables can be displayed in plain text // using the CodeBuild console and the CLI. For sensitive values, we recommend // you use an environment variable of type PARAMETER_STORE or SECRETS_MANAGER. // // Value is a required field Value *string `locationName:"value" type:"string" required:"true"` // contains filtered or unexported fields }
Information about an environment variable for a build project or a build.
func (EnvironmentVariable) GoString ¶
func (s EnvironmentVariable) GoString() string
GoString returns the string representation
func (*EnvironmentVariable) SetName ¶
func (s *EnvironmentVariable) SetName(v string) *EnvironmentVariable
SetName sets the Name field's value.
func (*EnvironmentVariable) SetType ¶ added in v1.10.45
func (s *EnvironmentVariable) SetType(v string) *EnvironmentVariable
SetType sets the Type field's value.
func (*EnvironmentVariable) SetValue ¶
func (s *EnvironmentVariable) SetValue(v string) *EnvironmentVariable
SetValue sets the Value field's value.
func (EnvironmentVariable) String ¶
func (s EnvironmentVariable) String() string
String returns the string representation
func (*EnvironmentVariable) Validate ¶
func (s *EnvironmentVariable) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ExportedEnvironmentVariable ¶ added in v1.25.28
type ExportedEnvironmentVariable struct { // The name of the exported environment variable. Name *string `locationName:"name" min:"1" type:"string"` // The value assigned to the exported environment variable. Value *string `locationName:"value" type:"string"` // contains filtered or unexported fields }
Contains information about an exported environment variable.
Exported environment variables are used in conjunction with CodePipeline to export environment variables from the current build stage to subsequent stages in the pipeline. For more information, see Working with variables (https://docs.aws.amazon.com/codepipeline/latest/userguide/actions-variables.html) in the CodePipeline User Guide.
During a build, the value of a variable is available starting with the install phase. It can be updated between the start of the install phase and the end of the post_build phase. After the post_build phase ends, the value of exported variables cannot change.
func (ExportedEnvironmentVariable) GoString ¶ added in v1.25.28
func (s ExportedEnvironmentVariable) GoString() string
GoString returns the string representation
func (*ExportedEnvironmentVariable) SetName ¶ added in v1.25.28
func (s *ExportedEnvironmentVariable) SetName(v string) *ExportedEnvironmentVariable
SetName sets the Name field's value.
func (*ExportedEnvironmentVariable) SetValue ¶ added in v1.25.28
func (s *ExportedEnvironmentVariable) SetValue(v string) *ExportedEnvironmentVariable
SetValue sets the Value field's value.
func (ExportedEnvironmentVariable) String ¶ added in v1.25.28
func (s ExportedEnvironmentVariable) String() string
String returns the string representation
type GetReportGroupTrendInput ¶ added in v1.35.35
type GetReportGroupTrendInput struct { // The number of reports to analyze. This operation always retrieves the most // recent reports. // // If this parameter is omitted, the most recent 100 reports are analyzed. NumOfReports *int64 `locationName:"numOfReports" min:"1" type:"integer"` // The ARN of the report group that contains the reports to analyze. // // ReportGroupArn is a required field ReportGroupArn *string `locationName:"reportGroupArn" min:"1" type:"string" required:"true"` // The test report value to accumulate. This must be one of the following values: // // Test reports: // // DURATION // // Accumulate the test run times for the specified reports. // // PASS_RATE // // Accumulate the percentage of tests that passed for the specified test reports. // // TOTAL // // Accumulate the total number of tests for the specified test reports. // // Code coverage reports: // // BRANCH_COVERAGE // // Accumulate the branch coverage percentages for the specified test reports. // // BRANCHES_COVERED // // Accumulate the branches covered values for the specified test reports. // // BRANCHES_MISSED // // Accumulate the branches missed values for the specified test reports. // // LINE_COVERAGE // // Accumulate the line coverage percentages for the specified test reports. // // LINES_COVERED // // Accumulate the lines covered values for the specified test reports. // // LINES_MISSED // // Accumulate the lines not covered values for the specified test reports. // // TrendField is a required field TrendField *string `locationName:"trendField" type:"string" required:"true" enum:"ReportGroupTrendFieldType"` // contains filtered or unexported fields }
func (GetReportGroupTrendInput) GoString ¶ added in v1.35.35
func (s GetReportGroupTrendInput) GoString() string
GoString returns the string representation
func (*GetReportGroupTrendInput) SetNumOfReports ¶ added in v1.35.35
func (s *GetReportGroupTrendInput) SetNumOfReports(v int64) *GetReportGroupTrendInput
SetNumOfReports sets the NumOfReports field's value.
func (*GetReportGroupTrendInput) SetReportGroupArn ¶ added in v1.35.35
func (s *GetReportGroupTrendInput) SetReportGroupArn(v string) *GetReportGroupTrendInput
SetReportGroupArn sets the ReportGroupArn field's value.
func (*GetReportGroupTrendInput) SetTrendField ¶ added in v1.35.35
func (s *GetReportGroupTrendInput) SetTrendField(v string) *GetReportGroupTrendInput
SetTrendField sets the TrendField field's value.
func (GetReportGroupTrendInput) String ¶ added in v1.35.35
func (s GetReportGroupTrendInput) String() string
String returns the string representation
func (*GetReportGroupTrendInput) Validate ¶ added in v1.35.35
func (s *GetReportGroupTrendInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetReportGroupTrendOutput ¶ added in v1.35.35
type GetReportGroupTrendOutput struct { // An array that contains the raw data for each report. RawData []*ReportWithRawData `locationName:"rawData" type:"list"` // Contains the accumulated trend data. Stats *ReportGroupTrendStats `locationName:"stats" type:"structure"` // contains filtered or unexported fields }
func (GetReportGroupTrendOutput) GoString ¶ added in v1.35.35
func (s GetReportGroupTrendOutput) GoString() string
GoString returns the string representation
func (*GetReportGroupTrendOutput) SetRawData ¶ added in v1.35.35
func (s *GetReportGroupTrendOutput) SetRawData(v []*ReportWithRawData) *GetReportGroupTrendOutput
SetRawData sets the RawData field's value.
func (*GetReportGroupTrendOutput) SetStats ¶ added in v1.35.35
func (s *GetReportGroupTrendOutput) SetStats(v *ReportGroupTrendStats) *GetReportGroupTrendOutput
SetStats sets the Stats field's value.
func (GetReportGroupTrendOutput) String ¶ added in v1.35.35
func (s GetReportGroupTrendOutput) String() string
String returns the string representation
type GetResourcePolicyInput ¶ added in v1.26.2
type GetResourcePolicyInput struct { // The ARN of the resource that is associated with the resource policy. // // ResourceArn is a required field ResourceArn *string `locationName:"resourceArn" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetResourcePolicyInput) GoString ¶ added in v1.26.2
func (s GetResourcePolicyInput) GoString() string
GoString returns the string representation
func (*GetResourcePolicyInput) SetResourceArn ¶ added in v1.26.2
func (s *GetResourcePolicyInput) SetResourceArn(v string) *GetResourcePolicyInput
SetResourceArn sets the ResourceArn field's value.
func (GetResourcePolicyInput) String ¶ added in v1.26.2
func (s GetResourcePolicyInput) String() string
String returns the string representation
func (*GetResourcePolicyInput) Validate ¶ added in v1.26.2
func (s *GetResourcePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetResourcePolicyOutput ¶ added in v1.26.2
type GetResourcePolicyOutput struct { // The resource policy for the resource identified by the input ARN parameter. Policy *string `locationName:"policy" min:"1" type:"string"` // contains filtered or unexported fields }
func (GetResourcePolicyOutput) GoString ¶ added in v1.26.2
func (s GetResourcePolicyOutput) GoString() string
GoString returns the string representation
func (*GetResourcePolicyOutput) SetPolicy ¶ added in v1.26.2
func (s *GetResourcePolicyOutput) SetPolicy(v string) *GetResourcePolicyOutput
SetPolicy sets the Policy field's value.
func (GetResourcePolicyOutput) String ¶ added in v1.26.2
func (s GetResourcePolicyOutput) String() string
String returns the string representation
type GitSubmodulesConfig ¶ added in v1.17.14
type GitSubmodulesConfig struct { // Set to true to fetch Git submodules for your CodeBuild build project. // // FetchSubmodules is a required field FetchSubmodules *bool `locationName:"fetchSubmodules" type:"boolean" required:"true"` // contains filtered or unexported fields }
Information about the Git submodules configuration for an CodeBuild build project.
func (GitSubmodulesConfig) GoString ¶ added in v1.17.14
func (s GitSubmodulesConfig) GoString() string
GoString returns the string representation
func (*GitSubmodulesConfig) SetFetchSubmodules ¶ added in v1.17.14
func (s *GitSubmodulesConfig) SetFetchSubmodules(v bool) *GitSubmodulesConfig
SetFetchSubmodules sets the FetchSubmodules field's value.
func (GitSubmodulesConfig) String ¶ added in v1.17.14
func (s GitSubmodulesConfig) String() string
String returns the string representation
func (*GitSubmodulesConfig) Validate ¶ added in v1.17.14
func (s *GitSubmodulesConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ImportSourceCredentialsInput ¶ added in v1.16.1
type ImportSourceCredentialsInput struct { // The type of authentication used to connect to a GitHub, GitHub Enterprise, // or Bitbucket repository. An OAUTH connection is not supported by the API // and must be created using the CodeBuild console. // // AuthType is a required field AuthType *string `locationName:"authType" type:"string" required:"true" enum:"AuthType"` // The source provider used for this project. // // ServerType is a required field ServerType *string `locationName:"serverType" type:"string" required:"true" enum:"ServerType"` // Set to false to prevent overwriting the repository source credentials. Set // to true to overwrite the repository source credentials. The default value // is true. ShouldOverwrite *bool `locationName:"shouldOverwrite" type:"boolean"` // For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket, // this is the app password. // // Token is a required field Token *string `locationName:"token" min:"1" type:"string" required:"true" sensitive:"true"` // The Bitbucket username when the authType is BASIC_AUTH. This parameter is // not valid for other types of source providers or connections. Username *string `locationName:"username" min:"1" type:"string"` // contains filtered or unexported fields }
func (ImportSourceCredentialsInput) GoString ¶ added in v1.16.1
func (s ImportSourceCredentialsInput) GoString() string
GoString returns the string representation
func (*ImportSourceCredentialsInput) SetAuthType ¶ added in v1.16.1
func (s *ImportSourceCredentialsInput) SetAuthType(v string) *ImportSourceCredentialsInput
SetAuthType sets the AuthType field's value.
func (*ImportSourceCredentialsInput) SetServerType ¶ added in v1.16.1
func (s *ImportSourceCredentialsInput) SetServerType(v string) *ImportSourceCredentialsInput
SetServerType sets the ServerType field's value.
func (*ImportSourceCredentialsInput) SetShouldOverwrite ¶ added in v1.22.2
func (s *ImportSourceCredentialsInput) SetShouldOverwrite(v bool) *ImportSourceCredentialsInput
SetShouldOverwrite sets the ShouldOverwrite field's value.
func (*ImportSourceCredentialsInput) SetToken ¶ added in v1.16.1
func (s *ImportSourceCredentialsInput) SetToken(v string) *ImportSourceCredentialsInput
SetToken sets the Token field's value.
func (*ImportSourceCredentialsInput) SetUsername ¶ added in v1.16.1
func (s *ImportSourceCredentialsInput) SetUsername(v string) *ImportSourceCredentialsInput
SetUsername sets the Username field's value.
func (ImportSourceCredentialsInput) String ¶ added in v1.16.1
func (s ImportSourceCredentialsInput) String() string
String returns the string representation
func (*ImportSourceCredentialsInput) Validate ¶ added in v1.16.1
func (s *ImportSourceCredentialsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ImportSourceCredentialsOutput ¶ added in v1.16.1
type ImportSourceCredentialsOutput struct { // The Amazon Resource Name (ARN) of the token. Arn *string `locationName:"arn" min:"1" type:"string"` // contains filtered or unexported fields }
func (ImportSourceCredentialsOutput) GoString ¶ added in v1.16.1
func (s ImportSourceCredentialsOutput) GoString() string
GoString returns the string representation
func (*ImportSourceCredentialsOutput) SetArn ¶ added in v1.16.1
func (s *ImportSourceCredentialsOutput) SetArn(v string) *ImportSourceCredentialsOutput
SetArn sets the Arn field's value.
func (ImportSourceCredentialsOutput) String ¶ added in v1.16.1
func (s ImportSourceCredentialsOutput) String() string
String returns the string representation
type InvalidInputException ¶ added in v1.28.0
type InvalidInputException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The input value that was provided is not valid.
func (*InvalidInputException) Code ¶ added in v1.28.0
func (s *InvalidInputException) Code() string
Code returns the exception type name.
func (*InvalidInputException) Error ¶ added in v1.28.0
func (s *InvalidInputException) Error() string
func (InvalidInputException) GoString ¶ added in v1.28.0
func (s InvalidInputException) GoString() string
GoString returns the string representation
func (*InvalidInputException) Message ¶ added in v1.28.0
func (s *InvalidInputException) Message() string
Message returns the exception's message.
func (*InvalidInputException) OrigErr ¶ added in v1.28.0
func (s *InvalidInputException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidInputException) RequestID ¶ added in v1.28.0
func (s *InvalidInputException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidInputException) StatusCode ¶ added in v1.28.0
func (s *InvalidInputException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidInputException) String ¶ added in v1.28.0
func (s InvalidInputException) String() string
String returns the string representation
type InvalidateProjectCacheInput ¶ added in v1.12.32
type InvalidateProjectCacheInput struct { // The name of the CodeBuild build project that the cache is reset for. // // ProjectName is a required field ProjectName *string `locationName:"projectName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (InvalidateProjectCacheInput) GoString ¶ added in v1.12.32
func (s InvalidateProjectCacheInput) GoString() string
GoString returns the string representation
func (*InvalidateProjectCacheInput) SetProjectName ¶ added in v1.12.32
func (s *InvalidateProjectCacheInput) SetProjectName(v string) *InvalidateProjectCacheInput
SetProjectName sets the ProjectName field's value.
func (InvalidateProjectCacheInput) String ¶ added in v1.12.32
func (s InvalidateProjectCacheInput) String() string
String returns the string representation
func (*InvalidateProjectCacheInput) Validate ¶ added in v1.12.32
func (s *InvalidateProjectCacheInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type InvalidateProjectCacheOutput ¶ added in v1.12.32
type InvalidateProjectCacheOutput struct {
// contains filtered or unexported fields
}
func (InvalidateProjectCacheOutput) GoString ¶ added in v1.12.32
func (s InvalidateProjectCacheOutput) GoString() string
GoString returns the string representation
func (InvalidateProjectCacheOutput) String ¶ added in v1.12.32
func (s InvalidateProjectCacheOutput) String() string
String returns the string representation
type ListBuildBatchesForProjectInput ¶ added in v1.33.16
type ListBuildBatchesForProjectInput struct { // A BuildBatchFilter object that specifies the filters for the search. Filter *BuildBatchFilter `locationName:"filter" type:"structure"` // The maximum number of results to return. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // The nextToken value returned from a previous call to ListBuildBatchesForProject. // This specifies the next item to return. To return the beginning of the list, // exclude this parameter. NextToken *string `locationName:"nextToken" type:"string"` // The name of the project. ProjectName *string `locationName:"projectName" min:"1" type:"string"` // Specifies the sort order of the returned items. Valid values include: // // * ASCENDING: List the batch build identifiers in ascending order by identifier. // // * DESCENDING: List the batch build identifiers in descending order by // identifier. SortOrder *string `locationName:"sortOrder" type:"string" enum:"SortOrderType"` // contains filtered or unexported fields }
func (ListBuildBatchesForProjectInput) GoString ¶ added in v1.33.16
func (s ListBuildBatchesForProjectInput) GoString() string
GoString returns the string representation
func (*ListBuildBatchesForProjectInput) SetFilter ¶ added in v1.33.16
func (s *ListBuildBatchesForProjectInput) SetFilter(v *BuildBatchFilter) *ListBuildBatchesForProjectInput
SetFilter sets the Filter field's value.
func (*ListBuildBatchesForProjectInput) SetMaxResults ¶ added in v1.33.16
func (s *ListBuildBatchesForProjectInput) SetMaxResults(v int64) *ListBuildBatchesForProjectInput
SetMaxResults sets the MaxResults field's value.
func (*ListBuildBatchesForProjectInput) SetNextToken ¶ added in v1.33.16
func (s *ListBuildBatchesForProjectInput) SetNextToken(v string) *ListBuildBatchesForProjectInput
SetNextToken sets the NextToken field's value.
func (*ListBuildBatchesForProjectInput) SetProjectName ¶ added in v1.33.16
func (s *ListBuildBatchesForProjectInput) SetProjectName(v string) *ListBuildBatchesForProjectInput
SetProjectName sets the ProjectName field's value.
func (*ListBuildBatchesForProjectInput) SetSortOrder ¶ added in v1.33.16
func (s *ListBuildBatchesForProjectInput) SetSortOrder(v string) *ListBuildBatchesForProjectInput
SetSortOrder sets the SortOrder field's value.
func (ListBuildBatchesForProjectInput) String ¶ added in v1.33.16
func (s ListBuildBatchesForProjectInput) String() string
String returns the string representation
func (*ListBuildBatchesForProjectInput) Validate ¶ added in v1.33.16
func (s *ListBuildBatchesForProjectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListBuildBatchesForProjectOutput ¶ added in v1.33.16
type ListBuildBatchesForProjectOutput struct { // An array of strings that contains the batch build identifiers. Ids []*string `locationName:"ids" type:"list"` // If there are more items to return, this contains a token that is passed to // a subsequent call to ListBuildBatchesForProject to retrieve the next set // of items. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListBuildBatchesForProjectOutput) GoString ¶ added in v1.33.16
func (s ListBuildBatchesForProjectOutput) GoString() string
GoString returns the string representation
func (*ListBuildBatchesForProjectOutput) SetIds ¶ added in v1.33.16
func (s *ListBuildBatchesForProjectOutput) SetIds(v []*string) *ListBuildBatchesForProjectOutput
SetIds sets the Ids field's value.
func (*ListBuildBatchesForProjectOutput) SetNextToken ¶ added in v1.33.16
func (s *ListBuildBatchesForProjectOutput) SetNextToken(v string) *ListBuildBatchesForProjectOutput
SetNextToken sets the NextToken field's value.
func (ListBuildBatchesForProjectOutput) String ¶ added in v1.33.16
func (s ListBuildBatchesForProjectOutput) String() string
String returns the string representation
type ListBuildBatchesInput ¶ added in v1.33.16
type ListBuildBatchesInput struct { // A BuildBatchFilter object that specifies the filters for the search. Filter *BuildBatchFilter `locationName:"filter" type:"structure"` // The maximum number of results to return. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // The nextToken value returned from a previous call to ListBuildBatches. This // specifies the next item to return. To return the beginning of the list, exclude // this parameter. NextToken *string `locationName:"nextToken" type:"string"` // Specifies the sort order of the returned items. Valid values include: // // * ASCENDING: List the batch build identifiers in ascending order by identifier. // // * DESCENDING: List the batch build identifiers in descending order by // identifier. SortOrder *string `locationName:"sortOrder" type:"string" enum:"SortOrderType"` // contains filtered or unexported fields }
func (ListBuildBatchesInput) GoString ¶ added in v1.33.16
func (s ListBuildBatchesInput) GoString() string
GoString returns the string representation
func (*ListBuildBatchesInput) SetFilter ¶ added in v1.33.16
func (s *ListBuildBatchesInput) SetFilter(v *BuildBatchFilter) *ListBuildBatchesInput
SetFilter sets the Filter field's value.
func (*ListBuildBatchesInput) SetMaxResults ¶ added in v1.33.16
func (s *ListBuildBatchesInput) SetMaxResults(v int64) *ListBuildBatchesInput
SetMaxResults sets the MaxResults field's value.
func (*ListBuildBatchesInput) SetNextToken ¶ added in v1.33.16
func (s *ListBuildBatchesInput) SetNextToken(v string) *ListBuildBatchesInput
SetNextToken sets the NextToken field's value.
func (*ListBuildBatchesInput) SetSortOrder ¶ added in v1.33.16
func (s *ListBuildBatchesInput) SetSortOrder(v string) *ListBuildBatchesInput
SetSortOrder sets the SortOrder field's value.
func (ListBuildBatchesInput) String ¶ added in v1.33.16
func (s ListBuildBatchesInput) String() string
String returns the string representation
func (*ListBuildBatchesInput) Validate ¶ added in v1.33.16
func (s *ListBuildBatchesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListBuildBatchesOutput ¶ added in v1.33.16
type ListBuildBatchesOutput struct { // An array of strings that contains the batch build identifiers. Ids []*string `locationName:"ids" type:"list"` // If there are more items to return, this contains a token that is passed to // a subsequent call to ListBuildBatches to retrieve the next set of items. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListBuildBatchesOutput) GoString ¶ added in v1.33.16
func (s ListBuildBatchesOutput) GoString() string
GoString returns the string representation
func (*ListBuildBatchesOutput) SetIds ¶ added in v1.33.16
func (s *ListBuildBatchesOutput) SetIds(v []*string) *ListBuildBatchesOutput
SetIds sets the Ids field's value.
func (*ListBuildBatchesOutput) SetNextToken ¶ added in v1.33.16
func (s *ListBuildBatchesOutput) SetNextToken(v string) *ListBuildBatchesOutput
SetNextToken sets the NextToken field's value.
func (ListBuildBatchesOutput) String ¶ added in v1.33.16
func (s ListBuildBatchesOutput) String() string
String returns the string representation
type ListBuildsForProjectInput ¶
type ListBuildsForProjectInput struct { // During a previous call, if there are more than 100 items in the list, only // the first 100 items are returned, along with a unique string called a nextToken. // To get the next batch of items in the list, call this operation again, adding // the next token to the call. To get all of the items in the list, keep calling // this operation with each subsequent next token that is returned, until no // more next tokens are returned. NextToken *string `locationName:"nextToken" type:"string"` // The name of the CodeBuild project. // // ProjectName is a required field ProjectName *string `locationName:"projectName" min:"1" type:"string" required:"true"` // The order to list results in. The results are sorted by build number, not // the build identifier. // // Valid values include: // // * ASCENDING: List the build IDs in ascending order by build ID. // // * DESCENDING: List the build IDs in descending order by build ID. // // If the project has more than 100 builds, setting the sort order will result // in an error. SortOrder *string `locationName:"sortOrder" type:"string" enum:"SortOrderType"` // contains filtered or unexported fields }
func (ListBuildsForProjectInput) GoString ¶
func (s ListBuildsForProjectInput) GoString() string
GoString returns the string representation
func (*ListBuildsForProjectInput) SetNextToken ¶
func (s *ListBuildsForProjectInput) SetNextToken(v string) *ListBuildsForProjectInput
SetNextToken sets the NextToken field's value.
func (*ListBuildsForProjectInput) SetProjectName ¶
func (s *ListBuildsForProjectInput) SetProjectName(v string) *ListBuildsForProjectInput
SetProjectName sets the ProjectName field's value.
func (*ListBuildsForProjectInput) SetSortOrder ¶
func (s *ListBuildsForProjectInput) SetSortOrder(v string) *ListBuildsForProjectInput
SetSortOrder sets the SortOrder field's value.
func (ListBuildsForProjectInput) String ¶
func (s ListBuildsForProjectInput) String() string
String returns the string representation
func (*ListBuildsForProjectInput) Validate ¶
func (s *ListBuildsForProjectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListBuildsForProjectOutput ¶
type ListBuildsForProjectOutput struct { // A list of build IDs for the specified build project, with each build ID representing // a single build. Ids []*string `locationName:"ids" min:"1" type:"list"` // If there are more than 100 items in the list, only the first 100 items are // returned, along with a unique string called a nextToken. To get the next // batch of items in the list, call this operation again, adding the next token // to the call. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListBuildsForProjectOutput) GoString ¶
func (s ListBuildsForProjectOutput) GoString() string
GoString returns the string representation
func (*ListBuildsForProjectOutput) SetIds ¶
func (s *ListBuildsForProjectOutput) SetIds(v []*string) *ListBuildsForProjectOutput
SetIds sets the Ids field's value.
func (*ListBuildsForProjectOutput) SetNextToken ¶
func (s *ListBuildsForProjectOutput) SetNextToken(v string) *ListBuildsForProjectOutput
SetNextToken sets the NextToken field's value.
func (ListBuildsForProjectOutput) String ¶
func (s ListBuildsForProjectOutput) String() string
String returns the string representation
type ListBuildsInput ¶
type ListBuildsInput struct { // During a previous call, if there are more than 100 items in the list, only // the first 100 items are returned, along with a unique string called a nextToken. // To get the next batch of items in the list, call this operation again, adding // the next token to the call. To get all of the items in the list, keep calling // this operation with each subsequent next token that is returned, until no // more next tokens are returned. NextToken *string `locationName:"nextToken" type:"string"` // The order to list build IDs. Valid values include: // // * ASCENDING: List the build IDs in ascending order by build ID. // // * DESCENDING: List the build IDs in descending order by build ID. SortOrder *string `locationName:"sortOrder" type:"string" enum:"SortOrderType"` // contains filtered or unexported fields }
func (ListBuildsInput) GoString ¶
func (s ListBuildsInput) GoString() string
GoString returns the string representation
func (*ListBuildsInput) SetNextToken ¶
func (s *ListBuildsInput) SetNextToken(v string) *ListBuildsInput
SetNextToken sets the NextToken field's value.
func (*ListBuildsInput) SetSortOrder ¶
func (s *ListBuildsInput) SetSortOrder(v string) *ListBuildsInput
SetSortOrder sets the SortOrder field's value.
func (ListBuildsInput) String ¶
func (s ListBuildsInput) String() string
String returns the string representation
type ListBuildsOutput ¶
type ListBuildsOutput struct { // A list of build IDs, with each build ID representing a single build. Ids []*string `locationName:"ids" min:"1" type:"list"` // If there are more than 100 items in the list, only the first 100 items are // returned, along with a unique string called a nextToken. To get the next // batch of items in the list, call this operation again, adding the next token // to the call. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListBuildsOutput) GoString ¶
func (s ListBuildsOutput) GoString() string
GoString returns the string representation
func (*ListBuildsOutput) SetIds ¶
func (s *ListBuildsOutput) SetIds(v []*string) *ListBuildsOutput
SetIds sets the Ids field's value.
func (*ListBuildsOutput) SetNextToken ¶
func (s *ListBuildsOutput) SetNextToken(v string) *ListBuildsOutput
SetNextToken sets the NextToken field's value.
func (ListBuildsOutput) String ¶
func (s ListBuildsOutput) String() string
String returns the string representation
type ListCuratedEnvironmentImagesInput ¶
type ListCuratedEnvironmentImagesInput struct {
// contains filtered or unexported fields
}
func (ListCuratedEnvironmentImagesInput) GoString ¶
func (s ListCuratedEnvironmentImagesInput) GoString() string
GoString returns the string representation
func (ListCuratedEnvironmentImagesInput) String ¶
func (s ListCuratedEnvironmentImagesInput) String() string
String returns the string representation
type ListCuratedEnvironmentImagesOutput ¶
type ListCuratedEnvironmentImagesOutput struct { // Information about supported platforms for Docker images that are managed // by CodeBuild. Platforms []*EnvironmentPlatform `locationName:"platforms" type:"list"` // contains filtered or unexported fields }
func (ListCuratedEnvironmentImagesOutput) GoString ¶
func (s ListCuratedEnvironmentImagesOutput) GoString() string
GoString returns the string representation
func (*ListCuratedEnvironmentImagesOutput) SetPlatforms ¶
func (s *ListCuratedEnvironmentImagesOutput) SetPlatforms(v []*EnvironmentPlatform) *ListCuratedEnvironmentImagesOutput
SetPlatforms sets the Platforms field's value.
func (ListCuratedEnvironmentImagesOutput) String ¶
func (s ListCuratedEnvironmentImagesOutput) String() string
String returns the string representation
type ListProjectsInput ¶
type ListProjectsInput struct { // During a previous call, if there are more than 100 items in the list, only // the first 100 items are returned, along with a unique string called a nextToken. // To get the next batch of items in the list, call this operation again, adding // the next token to the call. To get all of the items in the list, keep calling // this operation with each subsequent next token that is returned, until no // more next tokens are returned. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // The criterion to be used to list build project names. Valid values include: // // * CREATED_TIME: List based on when each build project was created. // // * LAST_MODIFIED_TIME: List based on when information about each build // project was last changed. // // * NAME: List based on each build project's name. // // Use sortOrder to specify in what order to list the build project names based // on the preceding criteria. SortBy *string `locationName:"sortBy" type:"string" enum:"ProjectSortByType"` // The order in which to list build projects. Valid values include: // // * ASCENDING: List in ascending order. // // * DESCENDING: List in descending order. // // Use sortBy to specify the criterion to be used to list build project names. SortOrder *string `locationName:"sortOrder" type:"string" enum:"SortOrderType"` // contains filtered or unexported fields }
func (ListProjectsInput) GoString ¶
func (s ListProjectsInput) GoString() string
GoString returns the string representation
func (*ListProjectsInput) SetNextToken ¶
func (s *ListProjectsInput) SetNextToken(v string) *ListProjectsInput
SetNextToken sets the NextToken field's value.
func (*ListProjectsInput) SetSortBy ¶
func (s *ListProjectsInput) SetSortBy(v string) *ListProjectsInput
SetSortBy sets the SortBy field's value.
func (*ListProjectsInput) SetSortOrder ¶
func (s *ListProjectsInput) SetSortOrder(v string) *ListProjectsInput
SetSortOrder sets the SortOrder field's value.
func (ListProjectsInput) String ¶
func (s ListProjectsInput) String() string
String returns the string representation
func (*ListProjectsInput) Validate ¶
func (s *ListProjectsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListProjectsOutput ¶
type ListProjectsOutput struct { // If there are more than 100 items in the list, only the first 100 items are // returned, along with a unique string called a nextToken. To get the next // batch of items in the list, call this operation again, adding the next token // to the call. NextToken *string `locationName:"nextToken" type:"string"` // The list of build project names, with each build project name representing // a single build project. Projects []*string `locationName:"projects" min:"1" type:"list"` // contains filtered or unexported fields }
func (ListProjectsOutput) GoString ¶
func (s ListProjectsOutput) GoString() string
GoString returns the string representation
func (*ListProjectsOutput) SetNextToken ¶
func (s *ListProjectsOutput) SetNextToken(v string) *ListProjectsOutput
SetNextToken sets the NextToken field's value.
func (*ListProjectsOutput) SetProjects ¶
func (s *ListProjectsOutput) SetProjects(v []*string) *ListProjectsOutput
SetProjects sets the Projects field's value.
func (ListProjectsOutput) String ¶
func (s ListProjectsOutput) String() string
String returns the string representation
type ListReportGroupsInput ¶ added in v1.25.42
type ListReportGroupsInput struct { // The maximum number of paginated report groups returned per response. Use // nextToken to iterate pages in the list of returned ReportGroup objects. The // default value is 100. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // During a previous call, the maximum number of items that can be returned // is the value specified in maxResults. If there more items in the list, then // a unique string called a nextToken is returned. To get the next batch of // items in the list, call this operation again, adding the next token to the // call. To get all of the items in the list, keep calling this operation with // each subsequent next token that is returned, until no more next tokens are // returned. NextToken *string `locationName:"nextToken" type:"string"` // The criterion to be used to list build report groups. Valid values include: // // * CREATED_TIME: List based on when each report group was created. // // * LAST_MODIFIED_TIME: List based on when each report group was last changed. // // * NAME: List based on each report group's name. SortBy *string `locationName:"sortBy" type:"string" enum:"ReportGroupSortByType"` // Used to specify the order to sort the list of returned report groups. Valid // values are ASCENDING and DESCENDING. SortOrder *string `locationName:"sortOrder" type:"string" enum:"SortOrderType"` // contains filtered or unexported fields }
func (ListReportGroupsInput) GoString ¶ added in v1.25.42
func (s ListReportGroupsInput) GoString() string
GoString returns the string representation
func (*ListReportGroupsInput) SetMaxResults ¶ added in v1.25.42
func (s *ListReportGroupsInput) SetMaxResults(v int64) *ListReportGroupsInput
SetMaxResults sets the MaxResults field's value.
func (*ListReportGroupsInput) SetNextToken ¶ added in v1.25.42
func (s *ListReportGroupsInput) SetNextToken(v string) *ListReportGroupsInput
SetNextToken sets the NextToken field's value.
func (*ListReportGroupsInput) SetSortBy ¶ added in v1.25.42
func (s *ListReportGroupsInput) SetSortBy(v string) *ListReportGroupsInput
SetSortBy sets the SortBy field's value.
func (*ListReportGroupsInput) SetSortOrder ¶ added in v1.25.42
func (s *ListReportGroupsInput) SetSortOrder(v string) *ListReportGroupsInput
SetSortOrder sets the SortOrder field's value.
func (ListReportGroupsInput) String ¶ added in v1.25.42
func (s ListReportGroupsInput) String() string
String returns the string representation
func (*ListReportGroupsInput) Validate ¶ added in v1.25.42
func (s *ListReportGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListReportGroupsOutput ¶ added in v1.25.42
type ListReportGroupsOutput struct { // During a previous call, the maximum number of items that can be returned // is the value specified in maxResults. If there more items in the list, then // a unique string called a nextToken is returned. To get the next batch of // items in the list, call this operation again, adding the next token to the // call. To get all of the items in the list, keep calling this operation with // each subsequent next token that is returned, until no more next tokens are // returned. NextToken *string `locationName:"nextToken" type:"string"` // The list of ARNs for the report groups in the current Amazon Web Services // account. ReportGroups []*string `locationName:"reportGroups" min:"1" type:"list"` // contains filtered or unexported fields }
func (ListReportGroupsOutput) GoString ¶ added in v1.25.42
func (s ListReportGroupsOutput) GoString() string
GoString returns the string representation
func (*ListReportGroupsOutput) SetNextToken ¶ added in v1.25.42
func (s *ListReportGroupsOutput) SetNextToken(v string) *ListReportGroupsOutput
SetNextToken sets the NextToken field's value.
func (*ListReportGroupsOutput) SetReportGroups ¶ added in v1.25.42
func (s *ListReportGroupsOutput) SetReportGroups(v []*string) *ListReportGroupsOutput
SetReportGroups sets the ReportGroups field's value.
func (ListReportGroupsOutput) String ¶ added in v1.25.42
func (s ListReportGroupsOutput) String() string
String returns the string representation
type ListReportsForReportGroupInput ¶ added in v1.25.42
type ListReportsForReportGroupInput struct { // A ReportFilter object used to filter the returned reports. Filter *ReportFilter `locationName:"filter" type:"structure"` // The maximum number of paginated reports in this report group returned per // response. Use nextToken to iterate pages in the list of returned Report objects. // The default value is 100. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // During a previous call, the maximum number of items that can be returned // is the value specified in maxResults. If there more items in the list, then // a unique string called a nextToken is returned. To get the next batch of // items in the list, call this operation again, adding the next token to the // call. To get all of the items in the list, keep calling this operation with // each subsequent next token that is returned, until no more next tokens are // returned. NextToken *string `locationName:"nextToken" type:"string"` // The ARN of the report group for which you want to return report ARNs. // // ReportGroupArn is a required field ReportGroupArn *string `locationName:"reportGroupArn" type:"string" required:"true"` // Use to specify whether the results are returned in ascending or descending // order. SortOrder *string `locationName:"sortOrder" type:"string" enum:"SortOrderType"` // contains filtered or unexported fields }
func (ListReportsForReportGroupInput) GoString ¶ added in v1.25.42
func (s ListReportsForReportGroupInput) GoString() string
GoString returns the string representation
func (*ListReportsForReportGroupInput) SetFilter ¶ added in v1.25.42
func (s *ListReportsForReportGroupInput) SetFilter(v *ReportFilter) *ListReportsForReportGroupInput
SetFilter sets the Filter field's value.
func (*ListReportsForReportGroupInput) SetMaxResults ¶ added in v1.25.42
func (s *ListReportsForReportGroupInput) SetMaxResults(v int64) *ListReportsForReportGroupInput
SetMaxResults sets the MaxResults field's value.
func (*ListReportsForReportGroupInput) SetNextToken ¶ added in v1.25.42
func (s *ListReportsForReportGroupInput) SetNextToken(v string) *ListReportsForReportGroupInput
SetNextToken sets the NextToken field's value.
func (*ListReportsForReportGroupInput) SetReportGroupArn ¶ added in v1.25.42
func (s *ListReportsForReportGroupInput) SetReportGroupArn(v string) *ListReportsForReportGroupInput
SetReportGroupArn sets the ReportGroupArn field's value.
func (*ListReportsForReportGroupInput) SetSortOrder ¶ added in v1.25.42
func (s *ListReportsForReportGroupInput) SetSortOrder(v string) *ListReportsForReportGroupInput
SetSortOrder sets the SortOrder field's value.
func (ListReportsForReportGroupInput) String ¶ added in v1.25.42
func (s ListReportsForReportGroupInput) String() string
String returns the string representation
func (*ListReportsForReportGroupInput) Validate ¶ added in v1.25.42
func (s *ListReportsForReportGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListReportsForReportGroupOutput ¶ added in v1.25.42
type ListReportsForReportGroupOutput struct { // During a previous call, the maximum number of items that can be returned // is the value specified in maxResults. If there more items in the list, then // a unique string called a nextToken is returned. To get the next batch of // items in the list, call this operation again, adding the next token to the // call. To get all of the items in the list, keep calling this operation with // each subsequent next token that is returned, until no more next tokens are // returned. NextToken *string `locationName:"nextToken" type:"string"` // The list of report ARNs. Reports []*string `locationName:"reports" min:"1" type:"list"` // contains filtered or unexported fields }
func (ListReportsForReportGroupOutput) GoString ¶ added in v1.25.42
func (s ListReportsForReportGroupOutput) GoString() string
GoString returns the string representation
func (*ListReportsForReportGroupOutput) SetNextToken ¶ added in v1.25.42
func (s *ListReportsForReportGroupOutput) SetNextToken(v string) *ListReportsForReportGroupOutput
SetNextToken sets the NextToken field's value.
func (*ListReportsForReportGroupOutput) SetReports ¶ added in v1.25.42
func (s *ListReportsForReportGroupOutput) SetReports(v []*string) *ListReportsForReportGroupOutput
SetReports sets the Reports field's value.
func (ListReportsForReportGroupOutput) String ¶ added in v1.25.42
func (s ListReportsForReportGroupOutput) String() string
String returns the string representation
type ListReportsInput ¶ added in v1.25.42
type ListReportsInput struct { // A ReportFilter object used to filter the returned reports. Filter *ReportFilter `locationName:"filter" type:"structure"` // The maximum number of paginated reports returned per response. Use nextToken // to iterate pages in the list of returned Report objects. The default value // is 100. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // During a previous call, the maximum number of items that can be returned // is the value specified in maxResults. If there more items in the list, then // a unique string called a nextToken is returned. To get the next batch of // items in the list, call this operation again, adding the next token to the // call. To get all of the items in the list, keep calling this operation with // each subsequent next token that is returned, until no more next tokens are // returned. NextToken *string `locationName:"nextToken" type:"string"` // Specifies the sort order for the list of returned reports. Valid values are: // // * ASCENDING: return reports in chronological order based on their creation // date. // // * DESCENDING: return reports in the reverse chronological order based // on their creation date. SortOrder *string `locationName:"sortOrder" type:"string" enum:"SortOrderType"` // contains filtered or unexported fields }
func (ListReportsInput) GoString ¶ added in v1.25.42
func (s ListReportsInput) GoString() string
GoString returns the string representation
func (*ListReportsInput) SetFilter ¶ added in v1.25.42
func (s *ListReportsInput) SetFilter(v *ReportFilter) *ListReportsInput
SetFilter sets the Filter field's value.
func (*ListReportsInput) SetMaxResults ¶ added in v1.25.42
func (s *ListReportsInput) SetMaxResults(v int64) *ListReportsInput
SetMaxResults sets the MaxResults field's value.
func (*ListReportsInput) SetNextToken ¶ added in v1.25.42
func (s *ListReportsInput) SetNextToken(v string) *ListReportsInput
SetNextToken sets the NextToken field's value.
func (*ListReportsInput) SetSortOrder ¶ added in v1.25.42
func (s *ListReportsInput) SetSortOrder(v string) *ListReportsInput
SetSortOrder sets the SortOrder field's value.
func (ListReportsInput) String ¶ added in v1.25.42
func (s ListReportsInput) String() string
String returns the string representation
func (*ListReportsInput) Validate ¶ added in v1.25.42
func (s *ListReportsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListReportsOutput ¶ added in v1.25.42
type ListReportsOutput struct { // During a previous call, the maximum number of items that can be returned // is the value specified in maxResults. If there more items in the list, then // a unique string called a nextToken is returned. To get the next batch of // items in the list, call this operation again, adding the next token to the // call. To get all of the items in the list, keep calling this operation with // each subsequent next token that is returned, until no more next tokens are // returned. NextToken *string `locationName:"nextToken" type:"string"` // The list of returned ARNs for the reports in the current Amazon Web Services // account. Reports []*string `locationName:"reports" min:"1" type:"list"` // contains filtered or unexported fields }
func (ListReportsOutput) GoString ¶ added in v1.25.42
func (s ListReportsOutput) GoString() string
GoString returns the string representation
func (*ListReportsOutput) SetNextToken ¶ added in v1.25.42
func (s *ListReportsOutput) SetNextToken(v string) *ListReportsOutput
SetNextToken sets the NextToken field's value.
func (*ListReportsOutput) SetReports ¶ added in v1.25.42
func (s *ListReportsOutput) SetReports(v []*string) *ListReportsOutput
SetReports sets the Reports field's value.
func (ListReportsOutput) String ¶ added in v1.25.42
func (s ListReportsOutput) String() string
String returns the string representation
type ListSharedProjectsInput ¶ added in v1.26.2
type ListSharedProjectsInput struct { // Use nextToken to iterate pages in the list of returned Project objects. The // default value is 100. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // is the value specified in maxResults. If there more items in the list, then // a unique string called a nextToken is returned. To get the next batch of // items in the list, call this operation again, adding the next token to the // call. To get all of the items in the list, keep calling this operation with // each subsequent next token that is returned, until no more next tokens are // returned. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // Web Services account or user. Valid values include: // // * ARN: List based on the ARN. // // * MODIFIED_TIME: List based on when information about the shared project // was last changed. SortBy *string `locationName:"sortBy" type:"string" enum:"SharedResourceSortByType"` // // * ASCENDING: List in ascending order. // // * DESCENDING: List in descending order. SortOrder *string `locationName:"sortOrder" type:"string" enum:"SortOrderType"` // contains filtered or unexported fields }
func (ListSharedProjectsInput) GoString ¶ added in v1.26.2
func (s ListSharedProjectsInput) GoString() string
GoString returns the string representation
func (*ListSharedProjectsInput) SetMaxResults ¶ added in v1.26.2
func (s *ListSharedProjectsInput) SetMaxResults(v int64) *ListSharedProjectsInput
SetMaxResults sets the MaxResults field's value.
func (*ListSharedProjectsInput) SetNextToken ¶ added in v1.26.2
func (s *ListSharedProjectsInput) SetNextToken(v string) *ListSharedProjectsInput
SetNextToken sets the NextToken field's value.
func (*ListSharedProjectsInput) SetSortBy ¶ added in v1.26.2
func (s *ListSharedProjectsInput) SetSortBy(v string) *ListSharedProjectsInput
SetSortBy sets the SortBy field's value.
func (*ListSharedProjectsInput) SetSortOrder ¶ added in v1.26.2
func (s *ListSharedProjectsInput) SetSortOrder(v string) *ListSharedProjectsInput
SetSortOrder sets the SortOrder field's value.
func (ListSharedProjectsInput) String ¶ added in v1.26.2
func (s ListSharedProjectsInput) String() string
String returns the string representation
func (*ListSharedProjectsInput) Validate ¶ added in v1.26.2
func (s *ListSharedProjectsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListSharedProjectsOutput ¶ added in v1.26.2
type ListSharedProjectsOutput struct { // is the value specified in maxResults. If there more items in the list, then // a unique string called a nextToken is returned. To get the next batch of // items in the list, call this operation again, adding the next token to the // call. To get all of the items in the list, keep calling this operation with // each subsequent next token that is returned, until no more next tokens are // returned. NextToken *string `locationName:"nextToken" type:"string"` // Services account or user. Projects []*string `locationName:"projects" min:"1" type:"list"` // contains filtered or unexported fields }
func (ListSharedProjectsOutput) GoString ¶ added in v1.26.2
func (s ListSharedProjectsOutput) GoString() string
GoString returns the string representation
func (*ListSharedProjectsOutput) SetNextToken ¶ added in v1.26.2
func (s *ListSharedProjectsOutput) SetNextToken(v string) *ListSharedProjectsOutput
SetNextToken sets the NextToken field's value.
func (*ListSharedProjectsOutput) SetProjects ¶ added in v1.26.2
func (s *ListSharedProjectsOutput) SetProjects(v []*string) *ListSharedProjectsOutput
SetProjects sets the Projects field's value.
func (ListSharedProjectsOutput) String ¶ added in v1.26.2
func (s ListSharedProjectsOutput) String() string
String returns the string representation
type ListSharedReportGroupsInput ¶ added in v1.26.2
type ListSharedReportGroupsInput struct { // to iterate pages in the list of returned ReportGroup objects. The default // value is 100. MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"` // is the value specified in maxResults. If there more items in the list, then // a unique string called a nextToken is returned. To get the next batch of // items in the list, call this operation again, adding the next token to the // call. To get all of the items in the list, keep calling this operation with // each subsequent next token that is returned, until no more next tokens are // returned. NextToken *string `locationName:"nextToken" type:"string"` // Web Services account or user. Valid values include: // // * ARN: List based on the ARN. // // * MODIFIED_TIME: List based on when information about the shared report // group was last changed. SortBy *string `locationName:"sortBy" type:"string" enum:"SharedResourceSortByType"` // // * ASCENDING: List in ascending order. // // * DESCENDING: List in descending order. SortOrder *string `locationName:"sortOrder" type:"string" enum:"SortOrderType"` // contains filtered or unexported fields }
func (ListSharedReportGroupsInput) GoString ¶ added in v1.26.2
func (s ListSharedReportGroupsInput) GoString() string
GoString returns the string representation
func (*ListSharedReportGroupsInput) SetMaxResults ¶ added in v1.26.2
func (s *ListSharedReportGroupsInput) SetMaxResults(v int64) *ListSharedReportGroupsInput
SetMaxResults sets the MaxResults field's value.
func (*ListSharedReportGroupsInput) SetNextToken ¶ added in v1.26.2
func (s *ListSharedReportGroupsInput) SetNextToken(v string) *ListSharedReportGroupsInput
SetNextToken sets the NextToken field's value.
func (*ListSharedReportGroupsInput) SetSortBy ¶ added in v1.26.2
func (s *ListSharedReportGroupsInput) SetSortBy(v string) *ListSharedReportGroupsInput
SetSortBy sets the SortBy field's value.
func (*ListSharedReportGroupsInput) SetSortOrder ¶ added in v1.26.2
func (s *ListSharedReportGroupsInput) SetSortOrder(v string) *ListSharedReportGroupsInput
SetSortOrder sets the SortOrder field's value.
func (ListSharedReportGroupsInput) String ¶ added in v1.26.2
func (s ListSharedReportGroupsInput) String() string
String returns the string representation
func (*ListSharedReportGroupsInput) Validate ¶ added in v1.26.2
func (s *ListSharedReportGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListSharedReportGroupsOutput ¶ added in v1.26.2
type ListSharedReportGroupsOutput struct { // is the value specified in maxResults. If there more items in the list, then // a unique string called a nextToken is returned. To get the next batch of // items in the list, call this operation again, adding the next token to the // call. To get all of the items in the list, keep calling this operation with // each subsequent next token that is returned, until no more next tokens are // returned. NextToken *string `locationName:"nextToken" type:"string"` // Services account or user. ReportGroups []*string `locationName:"reportGroups" min:"1" type:"list"` // contains filtered or unexported fields }
func (ListSharedReportGroupsOutput) GoString ¶ added in v1.26.2
func (s ListSharedReportGroupsOutput) GoString() string
GoString returns the string representation
func (*ListSharedReportGroupsOutput) SetNextToken ¶ added in v1.26.2
func (s *ListSharedReportGroupsOutput) SetNextToken(v string) *ListSharedReportGroupsOutput
SetNextToken sets the NextToken field's value.
func (*ListSharedReportGroupsOutput) SetReportGroups ¶ added in v1.26.2
func (s *ListSharedReportGroupsOutput) SetReportGroups(v []*string) *ListSharedReportGroupsOutput
SetReportGroups sets the ReportGroups field's value.
func (ListSharedReportGroupsOutput) String ¶ added in v1.26.2
func (s ListSharedReportGroupsOutput) String() string
String returns the string representation
type ListSourceCredentialsInput ¶ added in v1.16.1
type ListSourceCredentialsInput struct {
// contains filtered or unexported fields
}
func (ListSourceCredentialsInput) GoString ¶ added in v1.16.1
func (s ListSourceCredentialsInput) GoString() string
GoString returns the string representation
func (ListSourceCredentialsInput) String ¶ added in v1.16.1
func (s ListSourceCredentialsInput) String() string
String returns the string representation
type ListSourceCredentialsOutput ¶ added in v1.16.1
type ListSourceCredentialsOutput struct { // A list of SourceCredentialsInfo objects. Each SourceCredentialsInfo object // includes the authentication type, token ARN, and type of source provider // for one set of credentials. SourceCredentialsInfos []*SourceCredentialsInfo `locationName:"sourceCredentialsInfos" type:"list"` // contains filtered or unexported fields }
func (ListSourceCredentialsOutput) GoString ¶ added in v1.16.1
func (s ListSourceCredentialsOutput) GoString() string
GoString returns the string representation
func (*ListSourceCredentialsOutput) SetSourceCredentialsInfos ¶ added in v1.16.1
func (s *ListSourceCredentialsOutput) SetSourceCredentialsInfos(v []*SourceCredentialsInfo) *ListSourceCredentialsOutput
SetSourceCredentialsInfos sets the SourceCredentialsInfos field's value.
func (ListSourceCredentialsOutput) String ¶ added in v1.16.1
func (s ListSourceCredentialsOutput) String() string
String returns the string representation
type LogsConfig ¶ added in v1.15.36
type LogsConfig struct { // Information about CloudWatch Logs for a build project. CloudWatch Logs are // enabled by default. CloudWatchLogs *CloudWatchLogsConfig `locationName:"cloudWatchLogs" type:"structure"` // Information about logs built to an S3 bucket for a build project. S3 logs // are not enabled by default. S3Logs *S3LogsConfig `locationName:"s3Logs" type:"structure"` // contains filtered or unexported fields }
Information about logs for a build project. These can be logs in CloudWatch Logs, built in a specified S3 bucket, or both.
func (LogsConfig) GoString ¶ added in v1.15.36
func (s LogsConfig) GoString() string
GoString returns the string representation
func (*LogsConfig) SetCloudWatchLogs ¶ added in v1.15.36
func (s *LogsConfig) SetCloudWatchLogs(v *CloudWatchLogsConfig) *LogsConfig
SetCloudWatchLogs sets the CloudWatchLogs field's value.
func (*LogsConfig) SetS3Logs ¶ added in v1.15.36
func (s *LogsConfig) SetS3Logs(v *S3LogsConfig) *LogsConfig
SetS3Logs sets the S3Logs field's value.
func (LogsConfig) String ¶ added in v1.15.36
func (s LogsConfig) String() string
String returns the string representation
func (*LogsConfig) Validate ¶ added in v1.15.36
func (s *LogsConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LogsLocation ¶
type LogsLocation struct { // Information about CloudWatch Logs for a build project. CloudWatchLogs *CloudWatchLogsConfig `locationName:"cloudWatchLogs" type:"structure"` // The ARN of CloudWatch Logs for a build project. Its format is arn:${Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}:log-stream:${LogStreamName}. // For more information, see Resources Defined by CloudWatch Logs (https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazoncloudwatchlogs.html#amazoncloudwatchlogs-resources-for-iam-policies). CloudWatchLogsArn *string `locationName:"cloudWatchLogsArn" type:"string"` // The URL to an individual build log in CloudWatch Logs. DeepLink *string `locationName:"deepLink" type:"string"` // The name of the CloudWatch Logs group for the build logs. GroupName *string `locationName:"groupName" type:"string"` // The URL to a build log in an S3 bucket. S3DeepLink *string `locationName:"s3DeepLink" type:"string"` // Information about S3 logs for a build project. S3Logs *S3LogsConfig `locationName:"s3Logs" type:"structure"` // The ARN of S3 logs for a build project. Its format is arn:${Partition}:s3:::${BucketName}/${ObjectName}. // For more information, see Resources Defined by Amazon S3 (https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazons3.html#amazons3-resources-for-iam-policies). S3LogsArn *string `locationName:"s3LogsArn" type:"string"` // The name of the CloudWatch Logs stream for the build logs. StreamName *string `locationName:"streamName" type:"string"` // contains filtered or unexported fields }
Information about build logs in CloudWatch Logs.
func (LogsLocation) GoString ¶
func (s LogsLocation) GoString() string
GoString returns the string representation
func (*LogsLocation) SetCloudWatchLogs ¶ added in v1.15.36
func (s *LogsLocation) SetCloudWatchLogs(v *CloudWatchLogsConfig) *LogsLocation
SetCloudWatchLogs sets the CloudWatchLogs field's value.
func (*LogsLocation) SetCloudWatchLogsArn ¶ added in v1.25.41
func (s *LogsLocation) SetCloudWatchLogsArn(v string) *LogsLocation
SetCloudWatchLogsArn sets the CloudWatchLogsArn field's value.
func (*LogsLocation) SetDeepLink ¶
func (s *LogsLocation) SetDeepLink(v string) *LogsLocation
SetDeepLink sets the DeepLink field's value.
func (*LogsLocation) SetGroupName ¶
func (s *LogsLocation) SetGroupName(v string) *LogsLocation
SetGroupName sets the GroupName field's value.
func (*LogsLocation) SetS3DeepLink ¶ added in v1.15.36
func (s *LogsLocation) SetS3DeepLink(v string) *LogsLocation
SetS3DeepLink sets the S3DeepLink field's value.
func (*LogsLocation) SetS3Logs ¶ added in v1.15.36
func (s *LogsLocation) SetS3Logs(v *S3LogsConfig) *LogsLocation
SetS3Logs sets the S3Logs field's value.
func (*LogsLocation) SetS3LogsArn ¶ added in v1.25.41
func (s *LogsLocation) SetS3LogsArn(v string) *LogsLocation
SetS3LogsArn sets the S3LogsArn field's value.
func (*LogsLocation) SetStreamName ¶
func (s *LogsLocation) SetStreamName(v string) *LogsLocation
SetStreamName sets the StreamName field's value.
func (LogsLocation) String ¶
func (s LogsLocation) String() string
String returns the string representation
type NetworkInterface ¶ added in v1.12.32
type NetworkInterface struct { // The ID of the network interface. NetworkInterfaceId *string `locationName:"networkInterfaceId" min:"1" type:"string"` // The ID of the subnet. SubnetId *string `locationName:"subnetId" min:"1" type:"string"` // contains filtered or unexported fields }
Describes a network interface.
func (NetworkInterface) GoString ¶ added in v1.12.32
func (s NetworkInterface) GoString() string
GoString returns the string representation
func (*NetworkInterface) SetNetworkInterfaceId ¶ added in v1.12.32
func (s *NetworkInterface) SetNetworkInterfaceId(v string) *NetworkInterface
SetNetworkInterfaceId sets the NetworkInterfaceId field's value.
func (*NetworkInterface) SetSubnetId ¶ added in v1.12.32
func (s *NetworkInterface) SetSubnetId(v string) *NetworkInterface
SetSubnetId sets the SubnetId field's value.
func (NetworkInterface) String ¶ added in v1.12.32
func (s NetworkInterface) String() string
String returns the string representation
type OAuthProviderException ¶ added in v1.28.0
type OAuthProviderException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
There was a problem with the underlying OAuth provider.
func (*OAuthProviderException) Code ¶ added in v1.28.0
func (s *OAuthProviderException) Code() string
Code returns the exception type name.
func (*OAuthProviderException) Error ¶ added in v1.28.0
func (s *OAuthProviderException) Error() string
func (OAuthProviderException) GoString ¶ added in v1.28.0
func (s OAuthProviderException) GoString() string
GoString returns the string representation
func (*OAuthProviderException) Message ¶ added in v1.28.0
func (s *OAuthProviderException) Message() string
Message returns the exception's message.
func (*OAuthProviderException) OrigErr ¶ added in v1.28.0
func (s *OAuthProviderException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*OAuthProviderException) RequestID ¶ added in v1.28.0
func (s *OAuthProviderException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*OAuthProviderException) StatusCode ¶ added in v1.28.0
func (s *OAuthProviderException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (OAuthProviderException) String ¶ added in v1.28.0
func (s OAuthProviderException) String() string
String returns the string representation
type PhaseContext ¶
type PhaseContext struct { // An explanation of the build phase's context. This might include a command // ID and an exit code. Message *string `locationName:"message" type:"string"` // The status code for the context of the build phase. StatusCode *string `locationName:"statusCode" type:"string"` // contains filtered or unexported fields }
Additional information about a build phase that has an error. You can use this information for troubleshooting.
func (PhaseContext) GoString ¶
func (s PhaseContext) GoString() string
GoString returns the string representation
func (*PhaseContext) SetMessage ¶
func (s *PhaseContext) SetMessage(v string) *PhaseContext
SetMessage sets the Message field's value.
func (*PhaseContext) SetStatusCode ¶
func (s *PhaseContext) SetStatusCode(v string) *PhaseContext
SetStatusCode sets the StatusCode field's value.
func (PhaseContext) String ¶
func (s PhaseContext) String() string
String returns the string representation
type Project ¶
type Project struct { // The Amazon Resource Name (ARN) of the build project. Arn *string `locationName:"arn" type:"string"` // Information about the build output artifacts for the build project. Artifacts *ProjectArtifacts `locationName:"artifacts" type:"structure"` // Information about the build badge for the build project. Badge *ProjectBadge `locationName:"badge" type:"structure"` // A ProjectBuildBatchConfig object that defines the batch build options for // the project. BuildBatchConfig *ProjectBuildBatchConfig `locationName:"buildBatchConfig" type:"structure"` // Information about the cache for the build project. Cache *ProjectCache `locationName:"cache" type:"structure"` // The maximum number of concurrent builds that are allowed for this project. // // New builds are only started if the current number of builds is less than // or equal to this limit. If the current build count meets this limit, new // builds are throttled and are not run. ConcurrentBuildLimit *int64 `locationName:"concurrentBuildLimit" type:"integer"` // When the build project was created, expressed in Unix time format. Created *time.Time `locationName:"created" type:"timestamp"` // A description that makes the build project easy to identify. Description *string `locationName:"description" type:"string"` // The Key Management Service customer master key (CMK) to be used for encrypting // the build output artifacts. // // You can use a cross-account KMS key to encrypt the build output artifacts // if your service role has permission to that key. // // You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, // the CMK's alias (using the format alias/<alias-name>). If you don't specify // a value, CodeBuild uses the managed CMK for Amazon Simple Storage Service // (Amazon S3). EncryptionKey *string `locationName:"encryptionKey" min:"1" type:"string"` // Information about the build environment for this build project. Environment *ProjectEnvironment `locationName:"environment" type:"structure"` // An array of ProjectFileSystemLocation objects for a CodeBuild build project. // A ProjectFileSystemLocation object specifies the identifier, location, mountOptions, // mountPoint, and type of a file system created using Amazon Elastic File System. FileSystemLocations []*ProjectFileSystemLocation `locationName:"fileSystemLocations" type:"list"` // When the build project's settings were last modified, expressed in Unix time // format. LastModified *time.Time `locationName:"lastModified" type:"timestamp"` // Information about logs for the build project. A project can create logs in // CloudWatch Logs, an S3 bucket, or both. LogsConfig *LogsConfig `locationName:"logsConfig" type:"structure"` // The name of the build project. Name *string `locationName:"name" min:"2" type:"string"` // Specifies the visibility of the project's builds. Possible values are: // // PUBLIC_READ // // The project builds are visible to the public. // // PRIVATE // // The project builds are not visible to the public. ProjectVisibility *string `locationName:"projectVisibility" type:"string" enum:"ProjectVisibilityType"` // Contains the project identifier used with the public build APIs. PublicProjectAlias *string `locationName:"publicProjectAlias" min:"1" type:"string"` // The number of minutes a build is allowed to be queued before it times out. QueuedTimeoutInMinutes *int64 `locationName:"queuedTimeoutInMinutes" min:"5" type:"integer"` // The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs // and Amazon S3 artifacts for the project's builds. ResourceAccessRole *string `locationName:"resourceAccessRole" min:"1" type:"string"` // An array of ProjectArtifacts objects. SecondaryArtifacts []*ProjectArtifacts `locationName:"secondaryArtifacts" type:"list"` // An array of ProjectSourceVersion objects. If secondarySourceVersions is specified // at the build level, then they take over these secondarySourceVersions (at // the project level). SecondarySourceVersions []*ProjectSourceVersion `locationName:"secondarySourceVersions" type:"list"` // An array of ProjectSource objects. SecondarySources []*ProjectSource `locationName:"secondarySources" type:"list"` // The ARN of the IAM role that enables CodeBuild to interact with dependent // Amazon Web Services services on behalf of the Amazon Web Services account. ServiceRole *string `locationName:"serviceRole" min:"1" type:"string"` // Information about the build input source code for this build project. Source *ProjectSource `locationName:"source" type:"structure"` // A version of the build input to be built for this project. If not specified, // the latest version is used. If specified, it must be one of: // // * For CodeCommit: the commit ID, branch, or Git tag to use. // // * For GitHub: the commit ID, pull request ID, branch name, or tag name // that corresponds to the version of the source code you want to build. // If a pull request ID is specified, it must use the format pr/pull-request-ID // (for example pr/25). If a branch name is specified, the branch's HEAD // commit ID is used. If not specified, the default branch's HEAD commit // ID is used. // // * For Bitbucket: the commit ID, branch name, or tag name that corresponds // to the version of the source code you want to build. If a branch name // is specified, the branch's HEAD commit ID is used. If not specified, the // default branch's HEAD commit ID is used. // // * For Amazon S3: the version ID of the object that represents the build // input ZIP file to use. // // If sourceVersion is specified at the build level, then that version takes // precedence over this sourceVersion (at the project level). // // For more information, see Source Version Sample with CodeBuild (https://docs.aws.amazon.com/codebuild/latest/userguide/sample-source-version.html) // in the CodeBuild User Guide. SourceVersion *string `locationName:"sourceVersion" type:"string"` // A list of tag key and value pairs associated with this build project. // // These tags are available for use by Amazon Web Services services that support // CodeBuild build project tags. Tags []*Tag `locationName:"tags" type:"list"` // How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before // timing out any related build that did not get marked as completed. The default // is 60 minutes. TimeoutInMinutes *int64 `locationName:"timeoutInMinutes" min:"5" type:"integer"` // Information about the VPC configuration that CodeBuild accesses. VpcConfig *VpcConfig `locationName:"vpcConfig" type:"structure"` // Information about a webhook that connects repository events to a build project // in CodeBuild. Webhook *Webhook `locationName:"webhook" type:"structure"` // contains filtered or unexported fields }
Information about a build project.
func (*Project) SetArtifacts ¶
func (s *Project) SetArtifacts(v *ProjectArtifacts) *Project
SetArtifacts sets the Artifacts field's value.
func (*Project) SetBadge ¶ added in v1.12.32
func (s *Project) SetBadge(v *ProjectBadge) *Project
SetBadge sets the Badge field's value.
func (*Project) SetBuildBatchConfig ¶ added in v1.33.16
func (s *Project) SetBuildBatchConfig(v *ProjectBuildBatchConfig) *Project
SetBuildBatchConfig sets the BuildBatchConfig field's value.
func (*Project) SetCache ¶ added in v1.12.32
func (s *Project) SetCache(v *ProjectCache) *Project
SetCache sets the Cache field's value.
func (*Project) SetConcurrentBuildLimit ¶ added in v1.37.12
SetConcurrentBuildLimit sets the ConcurrentBuildLimit field's value.
func (*Project) SetCreated ¶
SetCreated sets the Created field's value.
func (*Project) SetDescription ¶
SetDescription sets the Description field's value.
func (*Project) SetEncryptionKey ¶
SetEncryptionKey sets the EncryptionKey field's value.
func (*Project) SetEnvironment ¶
func (s *Project) SetEnvironment(v *ProjectEnvironment) *Project
SetEnvironment sets the Environment field's value.
func (*Project) SetFileSystemLocations ¶ added in v1.28.12
func (s *Project) SetFileSystemLocations(v []*ProjectFileSystemLocation) *Project
SetFileSystemLocations sets the FileSystemLocations field's value.
func (*Project) SetLastModified ¶
SetLastModified sets the LastModified field's value.
func (*Project) SetLogsConfig ¶ added in v1.15.36
func (s *Project) SetLogsConfig(v *LogsConfig) *Project
SetLogsConfig sets the LogsConfig field's value.
func (*Project) SetProjectVisibility ¶ added in v1.40.20
SetProjectVisibility sets the ProjectVisibility field's value.
func (*Project) SetPublicProjectAlias ¶ added in v1.40.20
SetPublicProjectAlias sets the PublicProjectAlias field's value.
func (*Project) SetQueuedTimeoutInMinutes ¶ added in v1.15.77
SetQueuedTimeoutInMinutes sets the QueuedTimeoutInMinutes field's value.
func (*Project) SetResourceAccessRole ¶ added in v1.40.20
SetResourceAccessRole sets the ResourceAccessRole field's value.
func (*Project) SetSecondaryArtifacts ¶ added in v1.15.25
func (s *Project) SetSecondaryArtifacts(v []*ProjectArtifacts) *Project
SetSecondaryArtifacts sets the SecondaryArtifacts field's value.
func (*Project) SetSecondarySourceVersions ¶ added in v1.19.47
func (s *Project) SetSecondarySourceVersions(v []*ProjectSourceVersion) *Project
SetSecondarySourceVersions sets the SecondarySourceVersions field's value.
func (*Project) SetSecondarySources ¶ added in v1.15.25
func (s *Project) SetSecondarySources(v []*ProjectSource) *Project
SetSecondarySources sets the SecondarySources field's value.
func (*Project) SetServiceRole ¶
SetServiceRole sets the ServiceRole field's value.
func (*Project) SetSource ¶
func (s *Project) SetSource(v *ProjectSource) *Project
SetSource sets the Source field's value.
func (*Project) SetSourceVersion ¶ added in v1.19.47
SetSourceVersion sets the SourceVersion field's value.
func (*Project) SetTimeoutInMinutes ¶
SetTimeoutInMinutes sets the TimeoutInMinutes field's value.
func (*Project) SetVpcConfig ¶ added in v1.12.32
SetVpcConfig sets the VpcConfig field's value.
func (*Project) SetWebhook ¶ added in v1.12.2
SetWebhook sets the Webhook field's value.
type ProjectArtifacts ¶
type ProjectArtifacts struct { // An identifier for this artifact definition. ArtifactIdentifier *string `locationName:"artifactIdentifier" type:"string"` // Specifies the bucket owner's access for objects that another account uploads // to their Amazon S3 bucket. By default, only the account that uploads the // objects to the bucket has access to these objects. This property allows you // to give the bucket owner access to these objects. // // To use this property, your CodeBuild service role must have the s3:PutBucketAcl // permission. This permission allows CodeBuild to modify the access control // list for the bucket. // // This property can be one of the following values: // // NONE // // The bucket owner does not have access to the objects. This is the default. // // READ_ONLY // // The bucket owner has read-only access to the objects. The uploading account // retains ownership of the objects. // // FULL // // The bucket owner has full access to the objects. Object ownership is determined // by the following criteria: // // * If the bucket is configured with the Bucket owner preferred setting, // the bucket owner owns the objects. The uploading account will have object // access as specified by the bucket's policy. // // * Otherwise, the uploading account retains ownership of the objects. // // For more information about Amazon S3 object ownership, see Controlling ownership // of uploaded objects using S3 Object Ownership (https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html) // in the Amazon Simple Storage Service User Guide. BucketOwnerAccess *string `locationName:"bucketOwnerAccess" type:"string" enum:"BucketOwnerAccess"` // Set to true if you do not want your output artifacts encrypted. This option // is valid only if your artifacts type is Amazon S3. If this is set with another // artifacts type, an invalidInputException is thrown. EncryptionDisabled *bool `locationName:"encryptionDisabled" type:"boolean"` // Information about the build output artifact location: // // * If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. // This is because CodePipeline manages its build output locations instead // of CodeBuild. // // * If type is set to NO_ARTIFACTS, this value is ignored if specified, // because no build output is produced. // // * If type is set to S3, this is the name of the output bucket. Location *string `locationName:"location" type:"string"` // Along with path and namespaceType, the pattern that CodeBuild uses to name // and store the output artifact: // // * If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. // This is because CodePipeline manages its build output names instead of // CodeBuild. // // * If type is set to NO_ARTIFACTS, this value is ignored if specified, // because no build output is produced. // // * If type is set to S3, this is the name of the output artifact object. // If you set the name to be a forward slash ("/"), the artifact is stored // in the root of the output bucket. // // For example: // // * If path is set to MyArtifacts, namespaceType is set to BUILD_ID, and // name is set to MyArtifact.zip, then the output artifact is stored in MyArtifacts/<build-ID>/MyArtifact.zip. // // * If path is empty, namespaceType is set to NONE, and name is set to "/", // the output artifact is stored in the root of the output bucket. // // * If path is set to MyArtifacts, namespaceType is set to BUILD_ID, and // name is set to "/", the output artifact is stored in MyArtifacts/<build-ID>. Name *string `locationName:"name" type:"string"` // Along with path and name, the pattern that CodeBuild uses to determine the // name and location to store the output artifact: // // * If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. // This is because CodePipeline manages its build output names instead of // CodeBuild. // // * If type is set to NO_ARTIFACTS, this value is ignored if specified, // because no build output is produced. // // * If type is set to S3, valid values include: BUILD_ID: Include the build // ID in the location of the build output artifact. NONE: Do not include // the build ID. This is the default if namespaceType is not specified. // // For example, if path is set to MyArtifacts, namespaceType is set to BUILD_ID, // and name is set to MyArtifact.zip, the output artifact is stored in MyArtifacts/<build-ID>/MyArtifact.zip. NamespaceType *string `locationName:"namespaceType" type:"string" enum:"ArtifactNamespace"` // If this flag is set, a name specified in the buildspec file overrides the // artifact name. The name specified in a buildspec file is calculated at build // time and uses the Shell Command Language. For example, you can append a date // and time to your artifact name so that it is always unique. OverrideArtifactName *bool `locationName:"overrideArtifactName" type:"boolean"` // The type of build output artifact to create: // // * If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. // This is because CodePipeline manages its build output artifacts instead // of CodeBuild. // // * If type is set to NO_ARTIFACTS, this value is ignored if specified, // because no build output is produced. // // * If type is set to S3, valid values include: NONE: CodeBuild creates // in the output bucket a folder that contains the build output. This is // the default if packaging is not specified. ZIP: CodeBuild creates in the // output bucket a ZIP file that contains the build output. Packaging *string `locationName:"packaging" type:"string" enum:"ArtifactPackaging"` // Along with namespaceType and name, the pattern that CodeBuild uses to name // and store the output artifact: // // * If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. // This is because CodePipeline manages its build output names instead of // CodeBuild. // // * If type is set to NO_ARTIFACTS, this value is ignored if specified, // because no build output is produced. // // * If type is set to S3, this is the path to the output artifact. If path // is not specified, path is not used. // // For example, if path is set to MyArtifacts, namespaceType is set to NONE, // and name is set to MyArtifact.zip, the output artifact is stored in the output // bucket at MyArtifacts/MyArtifact.zip. Path *string `locationName:"path" type:"string"` // The type of build output artifact. Valid values include: // // * CODEPIPELINE: The build project has build output generated through CodePipeline. // The CODEPIPELINE type is not supported for secondaryArtifacts. // // * NO_ARTIFACTS: The build project does not produce any build output. // // * S3: The build project stores build output in Amazon S3. // // Type is a required field Type *string `locationName:"type" type:"string" required:"true" enum:"ArtifactsType"` // contains filtered or unexported fields }
Information about the build output artifacts for the build project.
func (ProjectArtifacts) GoString ¶
func (s ProjectArtifacts) GoString() string
GoString returns the string representation
func (*ProjectArtifacts) SetArtifactIdentifier ¶ added in v1.15.25
func (s *ProjectArtifacts) SetArtifactIdentifier(v string) *ProjectArtifacts
SetArtifactIdentifier sets the ArtifactIdentifier field's value.
func (*ProjectArtifacts) SetBucketOwnerAccess ¶ added in v1.38.18
func (s *ProjectArtifacts) SetBucketOwnerAccess(v string) *ProjectArtifacts
SetBucketOwnerAccess sets the BucketOwnerAccess field's value.
func (*ProjectArtifacts) SetEncryptionDisabled ¶ added in v1.15.0
func (s *ProjectArtifacts) SetEncryptionDisabled(v bool) *ProjectArtifacts
SetEncryptionDisabled sets the EncryptionDisabled field's value.
func (*ProjectArtifacts) SetLocation ¶
func (s *ProjectArtifacts) SetLocation(v string) *ProjectArtifacts
SetLocation sets the Location field's value.
func (*ProjectArtifacts) SetName ¶
func (s *ProjectArtifacts) SetName(v string) *ProjectArtifacts
SetName sets the Name field's value.
func (*ProjectArtifacts) SetNamespaceType ¶
func (s *ProjectArtifacts) SetNamespaceType(v string) *ProjectArtifacts
SetNamespaceType sets the NamespaceType field's value.
func (*ProjectArtifacts) SetOverrideArtifactName ¶ added in v1.15.7
func (s *ProjectArtifacts) SetOverrideArtifactName(v bool) *ProjectArtifacts
SetOverrideArtifactName sets the OverrideArtifactName field's value.
func (*ProjectArtifacts) SetPackaging ¶
func (s *ProjectArtifacts) SetPackaging(v string) *ProjectArtifacts
SetPackaging sets the Packaging field's value.
func (*ProjectArtifacts) SetPath ¶
func (s *ProjectArtifacts) SetPath(v string) *ProjectArtifacts
SetPath sets the Path field's value.
func (*ProjectArtifacts) SetType ¶
func (s *ProjectArtifacts) SetType(v string) *ProjectArtifacts
SetType sets the Type field's value.
func (ProjectArtifacts) String ¶
func (s ProjectArtifacts) String() string
String returns the string representation
func (*ProjectArtifacts) Validate ¶
func (s *ProjectArtifacts) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ProjectBadge ¶ added in v1.12.32
type ProjectBadge struct { // Set this to true to generate a publicly accessible URL for your project's // build badge. BadgeEnabled *bool `locationName:"badgeEnabled" type:"boolean"` // The publicly-accessible URL through which you can access the build badge // for your project. BadgeRequestUrl *string `locationName:"badgeRequestUrl" type:"string"` // contains filtered or unexported fields }
Information about the build badge for the build project.
func (ProjectBadge) GoString ¶ added in v1.12.32
func (s ProjectBadge) GoString() string
GoString returns the string representation
func (*ProjectBadge) SetBadgeEnabled ¶ added in v1.12.32
func (s *ProjectBadge) SetBadgeEnabled(v bool) *ProjectBadge
SetBadgeEnabled sets the BadgeEnabled field's value.
func (*ProjectBadge) SetBadgeRequestUrl ¶ added in v1.12.32
func (s *ProjectBadge) SetBadgeRequestUrl(v string) *ProjectBadge
SetBadgeRequestUrl sets the BadgeRequestUrl field's value.
func (ProjectBadge) String ¶ added in v1.12.32
func (s ProjectBadge) String() string
String returns the string representation
type ProjectBuildBatchConfig ¶ added in v1.33.16
type ProjectBuildBatchConfig struct { // Specifies if the build artifacts for the batch build should be combined into // a single artifact location. CombineArtifacts *bool `locationName:"combineArtifacts" type:"boolean"` // A BatchRestrictions object that specifies the restrictions for the batch // build. Restrictions *BatchRestrictions `locationName:"restrictions" type:"structure"` // Specifies the service role ARN for the batch build project. ServiceRole *string `locationName:"serviceRole" min:"1" type:"string"` // Specifies the maximum amount of time, in minutes, that the batch build must // be completed in. TimeoutInMins *int64 `locationName:"timeoutInMins" type:"integer"` // contains filtered or unexported fields }
Contains configuration information about a batch build project.
func (ProjectBuildBatchConfig) GoString ¶ added in v1.33.16
func (s ProjectBuildBatchConfig) GoString() string
GoString returns the string representation
func (*ProjectBuildBatchConfig) SetCombineArtifacts ¶ added in v1.33.16
func (s *ProjectBuildBatchConfig) SetCombineArtifacts(v bool) *ProjectBuildBatchConfig
SetCombineArtifacts sets the CombineArtifacts field's value.
func (*ProjectBuildBatchConfig) SetRestrictions ¶ added in v1.33.16
func (s *ProjectBuildBatchConfig) SetRestrictions(v *BatchRestrictions) *ProjectBuildBatchConfig
SetRestrictions sets the Restrictions field's value.
func (*ProjectBuildBatchConfig) SetServiceRole ¶ added in v1.33.16
func (s *ProjectBuildBatchConfig) SetServiceRole(v string) *ProjectBuildBatchConfig
SetServiceRole sets the ServiceRole field's value.
func (*ProjectBuildBatchConfig) SetTimeoutInMins ¶ added in v1.33.16
func (s *ProjectBuildBatchConfig) SetTimeoutInMins(v int64) *ProjectBuildBatchConfig
SetTimeoutInMins sets the TimeoutInMins field's value.
func (ProjectBuildBatchConfig) String ¶ added in v1.33.16
func (s ProjectBuildBatchConfig) String() string
String returns the string representation
func (*ProjectBuildBatchConfig) Validate ¶ added in v1.33.16
func (s *ProjectBuildBatchConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ProjectCache ¶ added in v1.12.32
type ProjectCache struct { // Information about the cache location: // // * NO_CACHE or LOCAL: This value is ignored. // // * S3: This is the S3 bucket name/prefix. Location *string `locationName:"location" type:"string"` // An array of strings that specify the local cache modes. You can use one or // more local cache modes at the same time. This is only used for LOCAL cache // types. // // Possible values are: // // LOCAL_SOURCE_CACHE // // Caches Git metadata for primary and secondary sources. After the cache is // created, subsequent builds pull only the change between commits. This mode // is a good choice for projects with a clean working directory and a source // that is a large Git repository. If you choose this option and your project // does not use a Git repository (GitHub, GitHub Enterprise, or Bitbucket), // the option is ignored. // // LOCAL_DOCKER_LAYER_CACHE // // Caches existing Docker layers. This mode is a good choice for projects that // build or pull large Docker images. It can prevent the performance issues // caused by pulling large Docker images down from the network. // // * You can use a Docker layer cache in the Linux environment only. // // * The privileged flag must be set so that your project has the required // Docker permissions. // // * You should consider the security implications before you use a Docker // layer cache. // // LOCAL_CUSTOM_CACHE // // Caches directories you specify in the buildspec file. This mode is a good // choice if your build scenario is not suited to one of the other three local // cache modes. If you use a custom cache: // // * Only directories can be specified for caching. You cannot specify individual // files. // // * Symlinks are used to reference cached directories. // // * Cached directories are linked to your build before it downloads its // project sources. Cached items are overridden if a source item has the // same name. Directories are specified using cache paths in the buildspec // file. Modes []*string `locationName:"modes" type:"list"` // The type of cache used by the build project. Valid values include: // // * NO_CACHE: The build project does not use any cache. // // * S3: The build project reads and writes from and to S3. // // * LOCAL: The build project stores a cache locally on a build host that // is only available to that build host. // // Type is a required field Type *string `locationName:"type" type:"string" required:"true" enum:"CacheType"` // contains filtered or unexported fields }
Information about the cache for the build project.
func (ProjectCache) GoString ¶ added in v1.12.32
func (s ProjectCache) GoString() string
GoString returns the string representation
func (*ProjectCache) SetLocation ¶ added in v1.12.32
func (s *ProjectCache) SetLocation(v string) *ProjectCache
SetLocation sets the Location field's value.
func (*ProjectCache) SetModes ¶ added in v1.17.3
func (s *ProjectCache) SetModes(v []*string) *ProjectCache
SetModes sets the Modes field's value.
func (*ProjectCache) SetType ¶ added in v1.12.32
func (s *ProjectCache) SetType(v string) *ProjectCache
SetType sets the Type field's value.
func (ProjectCache) String ¶ added in v1.12.32
func (s ProjectCache) String() string
String returns the string representation
func (*ProjectCache) Validate ¶ added in v1.12.32
func (s *ProjectCache) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ProjectEnvironment ¶
type ProjectEnvironment struct { // The ARN of the Amazon S3 bucket, path prefix, and object key that contains // the PEM-encoded certificate for the build project. For more information, // see certificate (https://docs.aws.amazon.com/codebuild/latest/userguide/create-project-cli.html#cli.environment.certificate) // in the CodeBuild User Guide. Certificate *string `locationName:"certificate" type:"string"` // Information about the compute resources the build project uses. Available // values include: // // * BUILD_GENERAL1_SMALL: Use up to 3 GB memory and 2 vCPUs for builds. // // * BUILD_GENERAL1_MEDIUM: Use up to 7 GB memory and 4 vCPUs for builds. // // * BUILD_GENERAL1_LARGE: Use up to 16 GB memory and 8 vCPUs for builds, // depending on your environment type. // // * BUILD_GENERAL1_2XLARGE: Use up to 145 GB memory, 72 vCPUs, and 824 GB // of SSD storage for builds. This compute type supports Docker images up // to 100 GB uncompressed. // // If you use BUILD_GENERAL1_LARGE: // // * For environment type LINUX_CONTAINER, you can use up to 15 GB memory // and 8 vCPUs for builds. // // * For environment type LINUX_GPU_CONTAINER, you can use up to 255 GB memory, // 32 vCPUs, and 4 NVIDIA Tesla V100 GPUs for builds. // // * For environment type ARM_CONTAINER, you can use up to 16 GB memory and // 8 vCPUs on ARM-based processors for builds. // // For more information, see Build Environment Compute Types (https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html) // in the CodeBuild User Guide. // // ComputeType is a required field ComputeType *string `locationName:"computeType" type:"string" required:"true" enum:"ComputeType"` // A set of environment variables to make available to builds for this build // project. EnvironmentVariables []*EnvironmentVariable `locationName:"environmentVariables" type:"list"` // The image tag or image digest that identifies the Docker image to use for // this build project. Use the following formats: // // * For an image tag: <registry>/<repository>:<tag>. For example, in the // Docker repository that CodeBuild uses to manage its Docker images, this // would be aws/codebuild/standard:4.0. // // * For an image digest: <registry>/<repository>@<digest>. For example, // to specify an image with the digest "sha256:cbbf2f9a99b47fc460d422812b6a5adff7dfee951d8fa2e4a98caa0382cfbdbf," // use <registry>/<repository>@sha256:cbbf2f9a99b47fc460d422812b6a5adff7dfee951d8fa2e4a98caa0382cfbdbf. // // For more information, see Docker images provided by CodeBuild (https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html) // in the CodeBuild user guide. // // Image is a required field Image *string `locationName:"image" min:"1" type:"string" required:"true"` // The type of credentials CodeBuild uses to pull images in your build. There // are two valid values: // // * CODEBUILD specifies that CodeBuild uses its own credentials. This requires // that you modify your ECR repository policy to trust CodeBuild service // principal. // // * SERVICE_ROLE specifies that CodeBuild uses your build project's service // role. // // When you use a cross-account or private registry image, you must use SERVICE_ROLE // credentials. When you use an CodeBuild curated image, you must use CODEBUILD // credentials. ImagePullCredentialsType *string `locationName:"imagePullCredentialsType" type:"string" enum:"ImagePullCredentialsType"` // Enables running the Docker daemon inside a Docker container. Set to true // only if the build project is used to build Docker images. Otherwise, a build // that attempts to interact with the Docker daemon fails. The default setting // is false. // // You can initialize the Docker daemon during the install phase of your build // by adding one of the following sets of commands to the install phase of your // buildspec file: // // If the operating system's base image is Ubuntu Linux: // // - nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 // --storage-driver=overlay& // // - timeout 15 sh -c "until docker info; do echo .; sleep 1; done" // // If the operating system's base image is Alpine Linux and the previous command // does not work, add the -t argument to timeout: // // - nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 // --storage-driver=overlay& // // - timeout -t 15 sh -c "until docker info; do echo .; sleep 1; done" PrivilegedMode *bool `locationName:"privilegedMode" type:"boolean"` // The credentials for access to a private registry. RegistryCredential *RegistryCredential `locationName:"registryCredential" type:"structure"` // The type of build environment to use for related builds. // // * The environment type ARM_CONTAINER is available only in regions US East // (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), Asia Pacific // (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Sydney), and EU (Frankfurt). // // * The environment type LINUX_CONTAINER with compute type build.general1.2xlarge // is available only in regions US East (N. Virginia), US East (Ohio), US // West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), // Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), // Asia Pacific (Sydney), China (Beijing), and China (Ningxia). // // * The environment type LINUX_GPU_CONTAINER is available only in regions // US East (N. Virginia), US East (Ohio), US West (Oregon), Canada (Central), // EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia // Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney) , China // (Beijing), and China (Ningxia). // // * The environment types WINDOWS_CONTAINER and WINDOWS_SERVER_2019_CONTAINER // are available only in regions US East (N. Virginia), US East (Ohio), US // West (Oregon), and EU (Ireland). // // For more information, see Build environment compute types (https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html) // in the CodeBuild user guide. // // Type is a required field Type *string `locationName:"type" type:"string" required:"true" enum:"EnvironmentType"` // contains filtered or unexported fields }
Information about the build environment of the build project.
func (ProjectEnvironment) GoString ¶
func (s ProjectEnvironment) GoString() string
GoString returns the string representation
func (*ProjectEnvironment) SetCertificate ¶ added in v1.12.69
func (s *ProjectEnvironment) SetCertificate(v string) *ProjectEnvironment
SetCertificate sets the Certificate field's value.
func (*ProjectEnvironment) SetComputeType ¶
func (s *ProjectEnvironment) SetComputeType(v string) *ProjectEnvironment
SetComputeType sets the ComputeType field's value.
func (*ProjectEnvironment) SetEnvironmentVariables ¶
func (s *ProjectEnvironment) SetEnvironmentVariables(v []*EnvironmentVariable) *ProjectEnvironment
SetEnvironmentVariables sets the EnvironmentVariables field's value.
func (*ProjectEnvironment) SetImage ¶
func (s *ProjectEnvironment) SetImage(v string) *ProjectEnvironment
SetImage sets the Image field's value.
func (*ProjectEnvironment) SetImagePullCredentialsType ¶ added in v1.16.25
func (s *ProjectEnvironment) SetImagePullCredentialsType(v string) *ProjectEnvironment
SetImagePullCredentialsType sets the ImagePullCredentialsType field's value.
func (*ProjectEnvironment) SetPrivilegedMode ¶ added in v1.8.37
func (s *ProjectEnvironment) SetPrivilegedMode(v bool) *ProjectEnvironment
SetPrivilegedMode sets the PrivilegedMode field's value.
func (*ProjectEnvironment) SetRegistryCredential ¶ added in v1.16.25
func (s *ProjectEnvironment) SetRegistryCredential(v *RegistryCredential) *ProjectEnvironment
SetRegistryCredential sets the RegistryCredential field's value.
func (*ProjectEnvironment) SetType ¶
func (s *ProjectEnvironment) SetType(v string) *ProjectEnvironment
SetType sets the Type field's value.
func (ProjectEnvironment) String ¶
func (s ProjectEnvironment) String() string
String returns the string representation
func (*ProjectEnvironment) Validate ¶
func (s *ProjectEnvironment) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ProjectFileSystemLocation ¶ added in v1.28.12
type ProjectFileSystemLocation struct { // The name used to access a file system created by Amazon EFS. CodeBuild creates // an environment variable by appending the identifier in all capital letters // to CODEBUILD_. For example, if you specify my_efs for identifier, a new environment // variable is create named CODEBUILD_MY_EFS. // // The identifier is used to mount your file system. Identifier *string `locationName:"identifier" type:"string"` // A string that specifies the location of the file system created by Amazon // EFS. Its format is efs-dns-name:/directory-path. You can find the DNS name // of file system when you view it in the Amazon EFS console. The directory // path is a path to a directory in the file system that CodeBuild mounts. For // example, if the DNS name of a file system is fs-abcd1234.efs.us-west-2.amazonaws.com, // and its mount directory is my-efs-mount-directory, then the location is fs-abcd1234.efs.us-west-2.amazonaws.com:/my-efs-mount-directory. // // The directory path in the format efs-dns-name:/directory-path is optional. // If you do not specify a directory path, the location is only the DNS name // and CodeBuild mounts the entire file system. Location *string `locationName:"location" type:"string"` // The mount options for a file system created by Amazon EFS. The default mount // options used by CodeBuild are nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2. // For more information, see Recommended NFS Mount Options (https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html). MountOptions *string `locationName:"mountOptions" type:"string"` // The location in the container where you mount the file system. MountPoint *string `locationName:"mountPoint" type:"string"` // The type of the file system. The one supported type is EFS. Type *string `locationName:"type" type:"string" enum:"FileSystemType"` // contains filtered or unexported fields }
Information about a file system created by Amazon Elastic File System (EFS). For more information, see What Is Amazon Elastic File System? (https://docs.aws.amazon.com/efs/latest/ug/whatisefs.html)
func (ProjectFileSystemLocation) GoString ¶ added in v1.28.12
func (s ProjectFileSystemLocation) GoString() string
GoString returns the string representation
func (*ProjectFileSystemLocation) SetIdentifier ¶ added in v1.28.12
func (s *ProjectFileSystemLocation) SetIdentifier(v string) *ProjectFileSystemLocation
SetIdentifier sets the Identifier field's value.
func (*ProjectFileSystemLocation) SetLocation ¶ added in v1.28.12
func (s *ProjectFileSystemLocation) SetLocation(v string) *ProjectFileSystemLocation
SetLocation sets the Location field's value.
func (*ProjectFileSystemLocation) SetMountOptions ¶ added in v1.28.12
func (s *ProjectFileSystemLocation) SetMountOptions(v string) *ProjectFileSystemLocation
SetMountOptions sets the MountOptions field's value.
func (*ProjectFileSystemLocation) SetMountPoint ¶ added in v1.28.12
func (s *ProjectFileSystemLocation) SetMountPoint(v string) *ProjectFileSystemLocation
SetMountPoint sets the MountPoint field's value.
func (*ProjectFileSystemLocation) SetType ¶ added in v1.28.12
func (s *ProjectFileSystemLocation) SetType(v string) *ProjectFileSystemLocation
SetType sets the Type field's value.
func (ProjectFileSystemLocation) String ¶ added in v1.28.12
func (s ProjectFileSystemLocation) String() string
String returns the string representation
type ProjectSource ¶
type ProjectSource struct { // Information about the authorization settings for CodeBuild to access the // source code to be built. // // This information is for the CodeBuild console's use only. Your code should // not get or set this information directly. Auth *SourceAuth `locationName:"auth" type:"structure"` // Contains information that defines how the build project reports the build // status to the source provider. This option is only used when the source provider // is GITHUB, GITHUB_ENTERPRISE, or BITBUCKET. BuildStatusConfig *BuildStatusConfig `locationName:"buildStatusConfig" type:"structure"` // The buildspec file declaration to use for the builds in this build project. // // If this value is set, it can be either an inline buildspec definition, the // path to an alternate buildspec file relative to the value of the built-in // CODEBUILD_SRC_DIR environment variable, or the path to an S3 bucket. The // bucket must be in the same Amazon Web Services Region as the build project. // Specify the buildspec file using its ARN (for example, arn:aws:s3:::my-codebuild-sample2/buildspec.yml). // If this value is not provided or is set to an empty string, the source code // must contain a buildspec file in its root directory. For more information, // see Buildspec File Name and Storage Location (https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#build-spec-ref-name-storage). Buildspec *string `locationName:"buildspec" type:"string"` // Information about the Git clone depth for the build project. GitCloneDepth *int64 `locationName:"gitCloneDepth" type:"integer"` // Information about the Git submodules configuration for the build project. GitSubmodulesConfig *GitSubmodulesConfig `locationName:"gitSubmodulesConfig" type:"structure"` // Enable this flag to ignore SSL warnings while connecting to the project source // code. InsecureSsl *bool `locationName:"insecureSsl" type:"boolean"` // Information about the location of the source code to be built. Valid values // include: // // * For source code settings that are specified in the source action of // a pipeline in CodePipeline, location should not be specified. If it is // specified, CodePipeline ignores it. This is because CodePipeline uses // the settings in a pipeline's source action instead of this value. // // * For source code in an CodeCommit repository, the HTTPS clone URL to // the repository that contains the source code and the buildspec file (for // example, https://git-codecommit.<region-ID>.amazonaws.com/v1/repos/<repo-name>). // // * For source code in an Amazon S3 input bucket, one of the following. // The path to the ZIP file that contains the source code (for example, <bucket-name>/<path>/<object-name>.zip). // The path to the folder that contains the source code (for example, <bucket-name>/<path-to-source-code>/<folder>/). // // * For source code in a GitHub repository, the HTTPS clone URL to the repository // that contains the source and the buildspec file. You must connect your // Amazon Web Services account to your GitHub account. Use the CodeBuild // console to start creating a build project. When you use the console to // connect (or reconnect) with GitHub, on the GitHub Authorize application // page, for Organization access, choose Request access next to each repository // you want to allow CodeBuild to have access to, and then choose Authorize // application. (After you have connected to your GitHub account, you do // not need to finish creating the build project. You can leave the CodeBuild // console.) To instruct CodeBuild to use this connection, in the source // object, set the auth object's type value to OAUTH. // // * For source code in a Bitbucket repository, the HTTPS clone URL to the // repository that contains the source and the buildspec file. You must connect // your Amazon Web Services account to your Bitbucket account. Use the CodeBuild // console to start creating a build project. When you use the console to // connect (or reconnect) with Bitbucket, on the Bitbucket Confirm access // to your account page, choose Grant access. (After you have connected to // your Bitbucket account, you do not need to finish creating the build project. // You can leave the CodeBuild console.) To instruct CodeBuild to use this // connection, in the source object, set the auth object's type value to // OAUTH. // // If you specify CODEPIPELINE for the Type property, don't specify this property. // For all of the other types, you must specify Location. Location *string `locationName:"location" type:"string"` // Set to true to report the status of a build's start and finish to your source // provider. This option is valid only when your source provider is GitHub, // GitHub Enterprise, or Bitbucket. If this is set and you use a different source // provider, an invalidInputException is thrown. // // To be able to report the build status to the source provider, the user associated // with the source provider must have write access to the repo. If the user // does not have write access, the build status cannot be updated. For more // information, see Source provider access (https://docs.aws.amazon.com/codebuild/latest/userguide/access-tokens.html) // in the CodeBuild User Guide. // // The status of a build triggered by a webhook is always reported to your source // provider. // // If your project's builds are triggered by a webhook, you must push a new // commit to the repo for a change to this property to take effect. ReportBuildStatus *bool `locationName:"reportBuildStatus" type:"boolean"` // An identifier for this project source. The identifier can only contain alphanumeric // characters and underscores, and must be less than 128 characters in length. SourceIdentifier *string `locationName:"sourceIdentifier" type:"string"` // The type of repository that contains the source code to be built. Valid values // include: // // * BITBUCKET: The source code is in a Bitbucket repository. // // * CODECOMMIT: The source code is in an CodeCommit repository. // // * CODEPIPELINE: The source code settings are specified in the source action // of a pipeline in CodePipeline. // // * GITHUB: The source code is in a GitHub or GitHub Enterprise Cloud repository. // // * GITHUB_ENTERPRISE: The source code is in a GitHub Enterprise Server // repository. // // * NO_SOURCE: The project does not have input source code. // // * S3: The source code is in an Amazon S3 bucket. // // Type is a required field Type *string `locationName:"type" type:"string" required:"true" enum:"SourceType"` // contains filtered or unexported fields }
Information about the build input source code for the build project.
func (ProjectSource) GoString ¶
func (s ProjectSource) GoString() string
GoString returns the string representation
func (*ProjectSource) SetAuth ¶
func (s *ProjectSource) SetAuth(v *SourceAuth) *ProjectSource
SetAuth sets the Auth field's value.
func (*ProjectSource) SetBuildStatusConfig ¶ added in v1.33.0
func (s *ProjectSource) SetBuildStatusConfig(v *BuildStatusConfig) *ProjectSource
SetBuildStatusConfig sets the BuildStatusConfig field's value.
func (*ProjectSource) SetBuildspec ¶
func (s *ProjectSource) SetBuildspec(v string) *ProjectSource
SetBuildspec sets the Buildspec field's value.
func (*ProjectSource) SetGitCloneDepth ¶ added in v1.12.69
func (s *ProjectSource) SetGitCloneDepth(v int64) *ProjectSource
SetGitCloneDepth sets the GitCloneDepth field's value.
func (*ProjectSource) SetGitSubmodulesConfig ¶ added in v1.17.14
func (s *ProjectSource) SetGitSubmodulesConfig(v *GitSubmodulesConfig) *ProjectSource
SetGitSubmodulesConfig sets the GitSubmodulesConfig field's value.
func (*ProjectSource) SetInsecureSsl ¶ added in v1.12.69
func (s *ProjectSource) SetInsecureSsl(v bool) *ProjectSource
SetInsecureSsl sets the InsecureSsl field's value.
func (*ProjectSource) SetLocation ¶
func (s *ProjectSource) SetLocation(v string) *ProjectSource
SetLocation sets the Location field's value.
func (*ProjectSource) SetReportBuildStatus ¶ added in v1.14.24
func (s *ProjectSource) SetReportBuildStatus(v bool) *ProjectSource
SetReportBuildStatus sets the ReportBuildStatus field's value.
func (*ProjectSource) SetSourceIdentifier ¶ added in v1.15.25
func (s *ProjectSource) SetSourceIdentifier(v string) *ProjectSource
SetSourceIdentifier sets the SourceIdentifier field's value.
func (*ProjectSource) SetType ¶
func (s *ProjectSource) SetType(v string) *ProjectSource
SetType sets the Type field's value.
func (ProjectSource) String ¶
func (s ProjectSource) String() string
String returns the string representation
func (*ProjectSource) Validate ¶
func (s *ProjectSource) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ProjectSourceVersion ¶ added in v1.15.25
type ProjectSourceVersion struct { // An identifier for a source in the build project. The identifier can only // contain alphanumeric characters and underscores, and must be less than 128 // characters in length. // // SourceIdentifier is a required field SourceIdentifier *string `locationName:"sourceIdentifier" type:"string" required:"true"` // The source version for the corresponding source identifier. If specified, // must be one of: // // * For CodeCommit: the commit ID, branch, or Git tag to use. // // * For GitHub: the commit ID, pull request ID, branch name, or tag name // that corresponds to the version of the source code you want to build. // If a pull request ID is specified, it must use the format pr/pull-request-ID // (for example, pr/25). If a branch name is specified, the branch's HEAD // commit ID is used. If not specified, the default branch's HEAD commit // ID is used. // // * For Bitbucket: the commit ID, branch name, or tag name that corresponds // to the version of the source code you want to build. If a branch name // is specified, the branch's HEAD commit ID is used. If not specified, the // default branch's HEAD commit ID is used. // // * For Amazon S3: the version ID of the object that represents the build // input ZIP file to use. // // For more information, see Source Version Sample with CodeBuild (https://docs.aws.amazon.com/codebuild/latest/userguide/sample-source-version.html) // in the CodeBuild User Guide. // // SourceVersion is a required field SourceVersion *string `locationName:"sourceVersion" type:"string" required:"true"` // contains filtered or unexported fields }
A source identifier and its corresponding version.
func (ProjectSourceVersion) GoString ¶ added in v1.15.25
func (s ProjectSourceVersion) GoString() string
GoString returns the string representation
func (*ProjectSourceVersion) SetSourceIdentifier ¶ added in v1.15.25
func (s *ProjectSourceVersion) SetSourceIdentifier(v string) *ProjectSourceVersion
SetSourceIdentifier sets the SourceIdentifier field's value.
func (*ProjectSourceVersion) SetSourceVersion ¶ added in v1.15.25
func (s *ProjectSourceVersion) SetSourceVersion(v string) *ProjectSourceVersion
SetSourceVersion sets the SourceVersion field's value.
func (ProjectSourceVersion) String ¶ added in v1.15.25
func (s ProjectSourceVersion) String() string
String returns the string representation
func (*ProjectSourceVersion) Validate ¶ added in v1.15.25
func (s *ProjectSourceVersion) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutResourcePolicyInput ¶ added in v1.26.2
type PutResourcePolicyInput struct { // A JSON-formatted resource policy. For more information, see Sharing a Project // (https://docs.aws.amazon.com/codebuild/latest/userguide/project-sharing.html#project-sharing-share) // and Sharing a Report Group (https://docs.aws.amazon.com/codebuild/latest/userguide/report-groups-sharing.html#report-groups-sharing-share) // in the CodeBuild User Guide. // // Policy is a required field Policy *string `locationName:"policy" min:"1" type:"string" required:"true"` // The ARN of the Project or ReportGroup resource you want to associate with // a resource policy. // // ResourceArn is a required field ResourceArn *string `locationName:"resourceArn" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (PutResourcePolicyInput) GoString ¶ added in v1.26.2
func (s PutResourcePolicyInput) GoString() string
GoString returns the string representation
func (*PutResourcePolicyInput) SetPolicy ¶ added in v1.26.2
func (s *PutResourcePolicyInput) SetPolicy(v string) *PutResourcePolicyInput
SetPolicy sets the Policy field's value.
func (*PutResourcePolicyInput) SetResourceArn ¶ added in v1.26.2
func (s *PutResourcePolicyInput) SetResourceArn(v string) *PutResourcePolicyInput
SetResourceArn sets the ResourceArn field's value.
func (PutResourcePolicyInput) String ¶ added in v1.26.2
func (s PutResourcePolicyInput) String() string
String returns the string representation
func (*PutResourcePolicyInput) Validate ¶ added in v1.26.2
func (s *PutResourcePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutResourcePolicyOutput ¶ added in v1.26.2
type PutResourcePolicyOutput struct { // The ARN of the Project or ReportGroup resource that is associated with a // resource policy. ResourceArn *string `locationName:"resourceArn" min:"1" type:"string"` // contains filtered or unexported fields }
func (PutResourcePolicyOutput) GoString ¶ added in v1.26.2
func (s PutResourcePolicyOutput) GoString() string
GoString returns the string representation
func (*PutResourcePolicyOutput) SetResourceArn ¶ added in v1.26.2
func (s *PutResourcePolicyOutput) SetResourceArn(v string) *PutResourcePolicyOutput
SetResourceArn sets the ResourceArn field's value.
func (PutResourcePolicyOutput) String ¶ added in v1.26.2
func (s PutResourcePolicyOutput) String() string
String returns the string representation
type RegistryCredential ¶ added in v1.16.25
type RegistryCredential struct { // The Amazon Resource Name (ARN) or name of credentials created using Secrets // Manager. // // The credential can use the name of the credentials only if they exist in // your current Amazon Web Services Region. // // Credential is a required field Credential *string `locationName:"credential" min:"1" type:"string" required:"true"` // The service that created the credentials to access a private Docker registry. // The valid value, SECRETS_MANAGER, is for Secrets Manager. // // CredentialProvider is a required field CredentialProvider *string `locationName:"credentialProvider" type:"string" required:"true" enum:"CredentialProviderType"` // contains filtered or unexported fields }
Information about credentials that provide access to a private Docker registry. When this is set:
imagePullCredentialsType must be set to SERVICE_ROLE.
images cannot be curated or an Amazon ECR image.
For more information, see Private Registry with Secrets Manager Sample for CodeBuild (https://docs.aws.amazon.com/codebuild/latest/userguide/sample-private-registry.html).
func (RegistryCredential) GoString ¶ added in v1.16.25
func (s RegistryCredential) GoString() string
GoString returns the string representation
func (*RegistryCredential) SetCredential ¶ added in v1.16.25
func (s *RegistryCredential) SetCredential(v string) *RegistryCredential
SetCredential sets the Credential field's value.
func (*RegistryCredential) SetCredentialProvider ¶ added in v1.16.25
func (s *RegistryCredential) SetCredentialProvider(v string) *RegistryCredential
SetCredentialProvider sets the CredentialProvider field's value.
func (RegistryCredential) String ¶ added in v1.16.25
func (s RegistryCredential) String() string
String returns the string representation
func (*RegistryCredential) Validate ¶ added in v1.16.25
func (s *RegistryCredential) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Report ¶ added in v1.25.42
type Report struct { // The ARN of the report run. Arn *string `locationName:"arn" min:"1" type:"string"` // A CodeCoverageReportSummary object that contains a code coverage summary // for this report. CodeCoverageSummary *CodeCoverageReportSummary `locationName:"codeCoverageSummary" type:"structure"` // The date and time this report run occurred. Created *time.Time `locationName:"created" type:"timestamp"` // The ARN of the build run that generated this report. ExecutionId *string `locationName:"executionId" type:"string"` // The date and time a report expires. A report expires 30 days after it is // created. An expired report is not available to view in CodeBuild. Expired *time.Time `locationName:"expired" type:"timestamp"` // Information about where the raw data used to generate this report was exported. ExportConfig *ReportExportConfig `locationName:"exportConfig" type:"structure"` // The name of the report that was run. Name *string `locationName:"name" type:"string"` // The ARN of the report group associated with this report. ReportGroupArn *string `locationName:"reportGroupArn" min:"1" type:"string"` // The status of this report. Status *string `locationName:"status" type:"string" enum:"ReportStatusType"` // A TestReportSummary object that contains information about this test report. TestSummary *TestReportSummary `locationName:"testSummary" type:"structure"` // A boolean that specifies if this report run is truncated. The list of test // cases is truncated after the maximum number of test cases is reached. Truncated *bool `locationName:"truncated" type:"boolean"` // The type of the report that was run. // // CODE_COVERAGE // // A code coverage report. // // TEST // // A test report. Type *string `locationName:"type" type:"string" enum:"ReportType"` // contains filtered or unexported fields }
Information about the results from running a series of test cases during the run of a build project. The test cases are specified in the buildspec for the build project using one or more paths to the test case files. You can specify any type of tests you want, such as unit tests, integration tests, and functional tests.
func (*Report) SetCodeCoverageSummary ¶ added in v1.33.16
func (s *Report) SetCodeCoverageSummary(v *CodeCoverageReportSummary) *Report
SetCodeCoverageSummary sets the CodeCoverageSummary field's value.
func (*Report) SetCreated ¶ added in v1.25.42
SetCreated sets the Created field's value.
func (*Report) SetExecutionId ¶ added in v1.25.42
SetExecutionId sets the ExecutionId field's value.
func (*Report) SetExpired ¶ added in v1.25.42
SetExpired sets the Expired field's value.
func (*Report) SetExportConfig ¶ added in v1.25.42
func (s *Report) SetExportConfig(v *ReportExportConfig) *Report
SetExportConfig sets the ExportConfig field's value.
func (*Report) SetReportGroupArn ¶ added in v1.25.42
SetReportGroupArn sets the ReportGroupArn field's value.
func (*Report) SetTestSummary ¶ added in v1.25.42
func (s *Report) SetTestSummary(v *TestReportSummary) *Report
SetTestSummary sets the TestSummary field's value.
func (*Report) SetTruncated ¶ added in v1.25.42
SetTruncated sets the Truncated field's value.
type ReportExportConfig ¶ added in v1.25.42
type ReportExportConfig struct { // The export configuration type. Valid values are: // // * S3: The report results are exported to an S3 bucket. // // * NO_EXPORT: The report results are not exported. ExportConfigType *string `locationName:"exportConfigType" type:"string" enum:"ReportExportConfigType"` // A S3ReportExportConfig object that contains information about the S3 bucket // where the run of a report is exported. S3Destination *S3ReportExportConfig `locationName:"s3Destination" type:"structure"` // contains filtered or unexported fields }
Information about the location where the run of a report is exported.
func (ReportExportConfig) GoString ¶ added in v1.25.42
func (s ReportExportConfig) GoString() string
GoString returns the string representation
func (*ReportExportConfig) SetExportConfigType ¶ added in v1.25.42
func (s *ReportExportConfig) SetExportConfigType(v string) *ReportExportConfig
SetExportConfigType sets the ExportConfigType field's value.
func (*ReportExportConfig) SetS3Destination ¶ added in v1.25.42
func (s *ReportExportConfig) SetS3Destination(v *S3ReportExportConfig) *ReportExportConfig
SetS3Destination sets the S3Destination field's value.
func (ReportExportConfig) String ¶ added in v1.25.42
func (s ReportExportConfig) String() string
String returns the string representation
func (*ReportExportConfig) Validate ¶ added in v1.25.42
func (s *ReportExportConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ReportFilter ¶ added in v1.25.42
type ReportFilter struct { // The status used to filter reports. You can filter using one status only. Status *string `locationName:"status" type:"string" enum:"ReportStatusType"` // contains filtered or unexported fields }
A filter used to return reports with the status specified by the input status parameter.
func (ReportFilter) GoString ¶ added in v1.25.42
func (s ReportFilter) GoString() string
GoString returns the string representation
func (*ReportFilter) SetStatus ¶ added in v1.25.42
func (s *ReportFilter) SetStatus(v string) *ReportFilter
SetStatus sets the Status field's value.
func (ReportFilter) String ¶ added in v1.25.42
func (s ReportFilter) String() string
String returns the string representation
type ReportGroup ¶ added in v1.25.42
type ReportGroup struct { // The ARN of the ReportGroup. Arn *string `locationName:"arn" min:"1" type:"string"` // The date and time this ReportGroup was created. Created *time.Time `locationName:"created" type:"timestamp"` // Information about the destination where the raw data of this ReportGroup // is exported. ExportConfig *ReportExportConfig `locationName:"exportConfig" type:"structure"` // The date and time this ReportGroup was last modified. LastModified *time.Time `locationName:"lastModified" type:"timestamp"` // The name of the ReportGroup. Name *string `locationName:"name" min:"2" type:"string"` // The status of the report group. This property is read-only. // // This can be one of the following values: // // ACTIVE // // The report group is active. // // DELETING // // The report group is in the process of being deleted. Status *string `locationName:"status" type:"string" enum:"ReportGroupStatusType"` // A list of tag key and value pairs associated with this report group. // // These tags are available for use by Amazon Web Services services that support // CodeBuild report group tags. Tags []*Tag `locationName:"tags" type:"list"` // The type of the ReportGroup. This can be one of the following values: // // CODE_COVERAGE // // The report group contains code coverage reports. // // TEST // // The report group contains test reports. Type *string `locationName:"type" type:"string" enum:"ReportType"` // contains filtered or unexported fields }
A series of reports. Each report contains information about the results from running a series of test cases. You specify the test cases for a report group in the buildspec for a build project using one or more paths to the test case files.
func (ReportGroup) GoString ¶ added in v1.25.42
func (s ReportGroup) GoString() string
GoString returns the string representation
func (*ReportGroup) SetArn ¶ added in v1.25.42
func (s *ReportGroup) SetArn(v string) *ReportGroup
SetArn sets the Arn field's value.
func (*ReportGroup) SetCreated ¶ added in v1.25.42
func (s *ReportGroup) SetCreated(v time.Time) *ReportGroup
SetCreated sets the Created field's value.
func (*ReportGroup) SetExportConfig ¶ added in v1.25.42
func (s *ReportGroup) SetExportConfig(v *ReportExportConfig) *ReportGroup
SetExportConfig sets the ExportConfig field's value.
func (*ReportGroup) SetLastModified ¶ added in v1.25.42
func (s *ReportGroup) SetLastModified(v time.Time) *ReportGroup
SetLastModified sets the LastModified field's value.
func (*ReportGroup) SetName ¶ added in v1.25.42
func (s *ReportGroup) SetName(v string) *ReportGroup
SetName sets the Name field's value.
func (*ReportGroup) SetStatus ¶ added in v1.35.31
func (s *ReportGroup) SetStatus(v string) *ReportGroup
SetStatus sets the Status field's value.
func (*ReportGroup) SetTags ¶ added in v1.31.3
func (s *ReportGroup) SetTags(v []*Tag) *ReportGroup
SetTags sets the Tags field's value.
func (*ReportGroup) SetType ¶ added in v1.25.42
func (s *ReportGroup) SetType(v string) *ReportGroup
SetType sets the Type field's value.
func (ReportGroup) String ¶ added in v1.25.42
func (s ReportGroup) String() string
String returns the string representation
type ReportGroupTrendStats ¶ added in v1.35.35
type ReportGroupTrendStats struct { // Contains the average of all values analyzed. Average *string `locationName:"average" type:"string"` // Contains the maximum value analyzed. Max *string `locationName:"max" type:"string"` // Contains the minimum value analyzed. Min *string `locationName:"min" type:"string"` // contains filtered or unexported fields }
Contains trend statistics for a set of reports. The actual values depend on the type of trend being collected. For more information, see .
func (ReportGroupTrendStats) GoString ¶ added in v1.35.35
func (s ReportGroupTrendStats) GoString() string
GoString returns the string representation
func (*ReportGroupTrendStats) SetAverage ¶ added in v1.35.35
func (s *ReportGroupTrendStats) SetAverage(v string) *ReportGroupTrendStats
SetAverage sets the Average field's value.
func (*ReportGroupTrendStats) SetMax ¶ added in v1.35.35
func (s *ReportGroupTrendStats) SetMax(v string) *ReportGroupTrendStats
SetMax sets the Max field's value.
func (*ReportGroupTrendStats) SetMin ¶ added in v1.35.35
func (s *ReportGroupTrendStats) SetMin(v string) *ReportGroupTrendStats
SetMin sets the Min field's value.
func (ReportGroupTrendStats) String ¶ added in v1.35.35
func (s ReportGroupTrendStats) String() string
String returns the string representation
type ReportWithRawData ¶ added in v1.35.35
type ReportWithRawData struct { // The value of the requested data field from the report. Data *string `locationName:"data" type:"string"` // The ARN of the report. ReportArn *string `locationName:"reportArn" min:"1" type:"string"` // contains filtered or unexported fields }
Contains the unmodified data for the report. For more information, see .
func (ReportWithRawData) GoString ¶ added in v1.35.35
func (s ReportWithRawData) GoString() string
GoString returns the string representation
func (*ReportWithRawData) SetData ¶ added in v1.35.35
func (s *ReportWithRawData) SetData(v string) *ReportWithRawData
SetData sets the Data field's value.
func (*ReportWithRawData) SetReportArn ¶ added in v1.35.35
func (s *ReportWithRawData) SetReportArn(v string) *ReportWithRawData
SetReportArn sets the ReportArn field's value.
func (ReportWithRawData) String ¶ added in v1.35.35
func (s ReportWithRawData) String() string
String returns the string representation
type ResolvedArtifact ¶ added in v1.33.16
type ResolvedArtifact struct { // The identifier of the artifact. Identifier *string `locationName:"identifier" type:"string"` // The location of the artifact. Location *string `locationName:"location" type:"string"` // Specifies the type of artifact. Type *string `locationName:"type" type:"string" enum:"ArtifactsType"` // contains filtered or unexported fields }
Represents a resolved build artifact. A resolved artifact is an artifact that is built and deployed to the destination, such as Amazon S3.
func (ResolvedArtifact) GoString ¶ added in v1.33.16
func (s ResolvedArtifact) GoString() string
GoString returns the string representation
func (*ResolvedArtifact) SetIdentifier ¶ added in v1.33.16
func (s *ResolvedArtifact) SetIdentifier(v string) *ResolvedArtifact
SetIdentifier sets the Identifier field's value.
func (*ResolvedArtifact) SetLocation ¶ added in v1.33.16
func (s *ResolvedArtifact) SetLocation(v string) *ResolvedArtifact
SetLocation sets the Location field's value.
func (*ResolvedArtifact) SetType ¶ added in v1.33.16
func (s *ResolvedArtifact) SetType(v string) *ResolvedArtifact
SetType sets the Type field's value.
func (ResolvedArtifact) String ¶ added in v1.33.16
func (s ResolvedArtifact) String() string
String returns the string representation
type ResourceAlreadyExistsException ¶ added in v1.28.0
type ResourceAlreadyExistsException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified Amazon Web Services resource cannot be created, because an Amazon Web Services resource with the same settings already exists.
func (*ResourceAlreadyExistsException) Code ¶ added in v1.28.0
func (s *ResourceAlreadyExistsException) Code() string
Code returns the exception type name.
func (*ResourceAlreadyExistsException) Error ¶ added in v1.28.0
func (s *ResourceAlreadyExistsException) Error() string
func (ResourceAlreadyExistsException) GoString ¶ added in v1.28.0
func (s ResourceAlreadyExistsException) GoString() string
GoString returns the string representation
func (*ResourceAlreadyExistsException) Message ¶ added in v1.28.0
func (s *ResourceAlreadyExistsException) Message() string
Message returns the exception's message.
func (*ResourceAlreadyExistsException) OrigErr ¶ added in v1.28.0
func (s *ResourceAlreadyExistsException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceAlreadyExistsException) RequestID ¶ added in v1.28.0
func (s *ResourceAlreadyExistsException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceAlreadyExistsException) StatusCode ¶ added in v1.28.0
func (s *ResourceAlreadyExistsException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceAlreadyExistsException) String ¶ added in v1.28.0
func (s ResourceAlreadyExistsException) String() string
String returns the string representation
type ResourceNotFoundException ¶ added in v1.28.0
type ResourceNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The specified Amazon Web Services resource cannot be found.
func (*ResourceNotFoundException) Code ¶ added in v1.28.0
func (s *ResourceNotFoundException) Code() string
Code returns the exception type name.
func (*ResourceNotFoundException) Error ¶ added in v1.28.0
func (s *ResourceNotFoundException) Error() string
func (ResourceNotFoundException) GoString ¶ added in v1.28.0
func (s ResourceNotFoundException) GoString() string
GoString returns the string representation
func (*ResourceNotFoundException) Message ¶ added in v1.28.0
func (s *ResourceNotFoundException) Message() string
Message returns the exception's message.
func (*ResourceNotFoundException) OrigErr ¶ added in v1.28.0
func (s *ResourceNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceNotFoundException) RequestID ¶ added in v1.28.0
func (s *ResourceNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceNotFoundException) StatusCode ¶ added in v1.28.0
func (s *ResourceNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceNotFoundException) String ¶ added in v1.28.0
func (s ResourceNotFoundException) String() string
String returns the string representation
type RetryBuildBatchInput ¶ added in v1.33.16
type RetryBuildBatchInput struct { // Specifies the identifier of the batch build to restart. Id *string `locationName:"id" min:"1" type:"string"` // A unique, case sensitive identifier you provide to ensure the idempotency // of the RetryBuildBatch request. The token is included in the RetryBuildBatch // request and is valid for five minutes. If you repeat the RetryBuildBatch // request with the same token, but change a parameter, CodeBuild returns a // parameter mismatch error. IdempotencyToken *string `locationName:"idempotencyToken" type:"string"` // Specifies the type of retry to perform. RetryType *string `locationName:"retryType" type:"string" enum:"RetryBuildBatchType"` // contains filtered or unexported fields }
func (RetryBuildBatchInput) GoString ¶ added in v1.33.16
func (s RetryBuildBatchInput) GoString() string
GoString returns the string representation
func (*RetryBuildBatchInput) SetId ¶ added in v1.33.16
func (s *RetryBuildBatchInput) SetId(v string) *RetryBuildBatchInput
SetId sets the Id field's value.
func (*RetryBuildBatchInput) SetIdempotencyToken ¶ added in v1.33.16
func (s *RetryBuildBatchInput) SetIdempotencyToken(v string) *RetryBuildBatchInput
SetIdempotencyToken sets the IdempotencyToken field's value.
func (*RetryBuildBatchInput) SetRetryType ¶ added in v1.33.16
func (s *RetryBuildBatchInput) SetRetryType(v string) *RetryBuildBatchInput
SetRetryType sets the RetryType field's value.
func (RetryBuildBatchInput) String ¶ added in v1.33.16
func (s RetryBuildBatchInput) String() string
String returns the string representation
func (*RetryBuildBatchInput) Validate ¶ added in v1.33.16
func (s *RetryBuildBatchInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RetryBuildBatchOutput ¶ added in v1.33.16
type RetryBuildBatchOutput struct { // Contains information about a batch build. BuildBatch *BuildBatch `locationName:"buildBatch" type:"structure"` // contains filtered or unexported fields }
func (RetryBuildBatchOutput) GoString ¶ added in v1.33.16
func (s RetryBuildBatchOutput) GoString() string
GoString returns the string representation
func (*RetryBuildBatchOutput) SetBuildBatch ¶ added in v1.33.16
func (s *RetryBuildBatchOutput) SetBuildBatch(v *BuildBatch) *RetryBuildBatchOutput
SetBuildBatch sets the BuildBatch field's value.
func (RetryBuildBatchOutput) String ¶ added in v1.33.16
func (s RetryBuildBatchOutput) String() string
String returns the string representation
type RetryBuildInput ¶ added in v1.33.16
type RetryBuildInput struct { // Specifies the identifier of the build to restart. Id *string `locationName:"id" min:"1" type:"string"` // A unique, case sensitive identifier you provide to ensure the idempotency // of the RetryBuild request. The token is included in the RetryBuild request // and is valid for five minutes. If you repeat the RetryBuild request with // the same token, but change a parameter, CodeBuild returns a parameter mismatch // error. IdempotencyToken *string `locationName:"idempotencyToken" type:"string"` // contains filtered or unexported fields }
func (RetryBuildInput) GoString ¶ added in v1.33.16
func (s RetryBuildInput) GoString() string
GoString returns the string representation
func (*RetryBuildInput) SetId ¶ added in v1.33.16
func (s *RetryBuildInput) SetId(v string) *RetryBuildInput
SetId sets the Id field's value.
func (*RetryBuildInput) SetIdempotencyToken ¶ added in v1.33.16
func (s *RetryBuildInput) SetIdempotencyToken(v string) *RetryBuildInput
SetIdempotencyToken sets the IdempotencyToken field's value.
func (RetryBuildInput) String ¶ added in v1.33.16
func (s RetryBuildInput) String() string
String returns the string representation
func (*RetryBuildInput) Validate ¶ added in v1.33.16
func (s *RetryBuildInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RetryBuildOutput ¶ added in v1.33.16
type RetryBuildOutput struct { // Information about a build. Build *Build `locationName:"build" type:"structure"` // contains filtered or unexported fields }
func (RetryBuildOutput) GoString ¶ added in v1.33.16
func (s RetryBuildOutput) GoString() string
GoString returns the string representation
func (*RetryBuildOutput) SetBuild ¶ added in v1.33.16
func (s *RetryBuildOutput) SetBuild(v *Build) *RetryBuildOutput
SetBuild sets the Build field's value.
func (RetryBuildOutput) String ¶ added in v1.33.16
func (s RetryBuildOutput) String() string
String returns the string representation
type S3LogsConfig ¶ added in v1.15.36
type S3LogsConfig struct { // Specifies the bucket owner's access for objects that another account uploads // to their Amazon S3 bucket. By default, only the account that uploads the // objects to the bucket has access to these objects. This property allows you // to give the bucket owner access to these objects. // // To use this property, your CodeBuild service role must have the s3:PutBucketAcl // permission. This permission allows CodeBuild to modify the access control // list for the bucket. // // This property can be one of the following values: // // NONE // // The bucket owner does not have access to the objects. This is the default. // // READ_ONLY // // The bucket owner has read-only access to the objects. The uploading account // retains ownership of the objects. // // FULL // // The bucket owner has full access to the objects. Object ownership is determined // by the following criteria: // // * If the bucket is configured with the Bucket owner preferred setting, // the bucket owner owns the objects. The uploading account will have object // access as specified by the bucket's policy. // // * Otherwise, the uploading account retains ownership of the objects. // // For more information about Amazon S3 object ownership, see Controlling ownership // of uploaded objects using S3 Object Ownership (https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html) // in the Amazon Simple Storage Service User Guide. BucketOwnerAccess *string `locationName:"bucketOwnerAccess" type:"string" enum:"BucketOwnerAccess"` // Set to true if you do not want your S3 build log output encrypted. By default // S3 build logs are encrypted. EncryptionDisabled *bool `locationName:"encryptionDisabled" type:"boolean"` // The ARN of an S3 bucket and the path prefix for S3 logs. If your Amazon S3 // bucket name is my-bucket, and your path prefix is build-log, then acceptable // formats are my-bucket/build-log or arn:aws:s3:::my-bucket/build-log. Location *string `locationName:"location" type:"string"` // The current status of the S3 build logs. Valid values are: // // * ENABLED: S3 build logs are enabled for this build project. // // * DISABLED: S3 build logs are not enabled for this build project. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"LogsConfigStatusType"` // contains filtered or unexported fields }
Information about S3 logs for a build project.
func (S3LogsConfig) GoString ¶ added in v1.15.36
func (s S3LogsConfig) GoString() string
GoString returns the string representation
func (*S3LogsConfig) SetBucketOwnerAccess ¶ added in v1.38.18
func (s *S3LogsConfig) SetBucketOwnerAccess(v string) *S3LogsConfig
SetBucketOwnerAccess sets the BucketOwnerAccess field's value.
func (*S3LogsConfig) SetEncryptionDisabled ¶ added in v1.17.14
func (s *S3LogsConfig) SetEncryptionDisabled(v bool) *S3LogsConfig
SetEncryptionDisabled sets the EncryptionDisabled field's value.
func (*S3LogsConfig) SetLocation ¶ added in v1.15.36
func (s *S3LogsConfig) SetLocation(v string) *S3LogsConfig
SetLocation sets the Location field's value.
func (*S3LogsConfig) SetStatus ¶ added in v1.15.36
func (s *S3LogsConfig) SetStatus(v string) *S3LogsConfig
SetStatus sets the Status field's value.
func (S3LogsConfig) String ¶ added in v1.15.36
func (s S3LogsConfig) String() string
String returns the string representation
func (*S3LogsConfig) Validate ¶ added in v1.15.36
func (s *S3LogsConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type S3ReportExportConfig ¶ added in v1.25.42
type S3ReportExportConfig struct { // The name of the S3 bucket where the raw data of a report are exported. Bucket *string `locationName:"bucket" min:"1" type:"string"` // The Amazon Web Services account identifier of the owner of the Amazon S3 // bucket. This allows report data to be exported to an Amazon S3 bucket that // is owned by an account other than the account running the build. BucketOwner *string `locationName:"bucketOwner" type:"string"` // A boolean value that specifies if the results of a report are encrypted. EncryptionDisabled *bool `locationName:"encryptionDisabled" type:"boolean"` // The encryption key for the report's encrypted raw data. EncryptionKey *string `locationName:"encryptionKey" min:"1" type:"string"` // The type of build output artifact to create. Valid values include: // // * NONE: CodeBuild creates the raw data in the output bucket. This is the // default if packaging is not specified. // // * ZIP: CodeBuild creates a ZIP file with the raw data in the output bucket. Packaging *string `locationName:"packaging" type:"string" enum:"ReportPackagingType"` // The path to the exported report's raw data results. Path *string `locationName:"path" type:"string"` // contains filtered or unexported fields }
Information about the S3 bucket where the raw data of a report are exported.
func (S3ReportExportConfig) GoString ¶ added in v1.25.42
func (s S3ReportExportConfig) GoString() string
GoString returns the string representation
func (*S3ReportExportConfig) SetBucket ¶ added in v1.25.42
func (s *S3ReportExportConfig) SetBucket(v string) *S3ReportExportConfig
SetBucket sets the Bucket field's value.
func (*S3ReportExportConfig) SetBucketOwner ¶ added in v1.37.14
func (s *S3ReportExportConfig) SetBucketOwner(v string) *S3ReportExportConfig
SetBucketOwner sets the BucketOwner field's value.
func (*S3ReportExportConfig) SetEncryptionDisabled ¶ added in v1.25.42
func (s *S3ReportExportConfig) SetEncryptionDisabled(v bool) *S3ReportExportConfig
SetEncryptionDisabled sets the EncryptionDisabled field's value.
func (*S3ReportExportConfig) SetEncryptionKey ¶ added in v1.25.42
func (s *S3ReportExportConfig) SetEncryptionKey(v string) *S3ReportExportConfig
SetEncryptionKey sets the EncryptionKey field's value.
func (*S3ReportExportConfig) SetPackaging ¶ added in v1.25.42
func (s *S3ReportExportConfig) SetPackaging(v string) *S3ReportExportConfig
SetPackaging sets the Packaging field's value.
func (*S3ReportExportConfig) SetPath ¶ added in v1.25.42
func (s *S3ReportExportConfig) SetPath(v string) *S3ReportExportConfig
SetPath sets the Path field's value.
func (S3ReportExportConfig) String ¶ added in v1.25.42
func (s S3ReportExportConfig) String() string
String returns the string representation
func (*S3ReportExportConfig) Validate ¶ added in v1.25.42
func (s *S3ReportExportConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SourceAuth ¶
type SourceAuth struct { // The resource value that applies to the specified authorization type. Resource *string `locationName:"resource" type:"string"` // // This data type is deprecated and is no longer accurate or used. // // The authorization type to use. The only valid value is OAUTH, which represents // the OAuth authorization type. // // Type is a required field Type *string `locationName:"type" type:"string" required:"true" enum:"SourceAuthType"` // contains filtered or unexported fields }
Information about the authorization settings for CodeBuild to access the source code to be built.
This information is for the CodeBuild console's use only. Your code should not get or set this information directly.
func (SourceAuth) GoString ¶
func (s SourceAuth) GoString() string
GoString returns the string representation
func (*SourceAuth) SetResource ¶
func (s *SourceAuth) SetResource(v string) *SourceAuth
SetResource sets the Resource field's value.
func (*SourceAuth) SetType ¶
func (s *SourceAuth) SetType(v string) *SourceAuth
SetType sets the Type field's value.
func (SourceAuth) String ¶
func (s SourceAuth) String() string
String returns the string representation
func (*SourceAuth) Validate ¶
func (s *SourceAuth) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SourceCredentialsInfo ¶ added in v1.16.1
type SourceCredentialsInfo struct { // The Amazon Resource Name (ARN) of the token. Arn *string `locationName:"arn" min:"1" type:"string"` // The type of authentication used by the credentials. Valid options are OAUTH, // BASIC_AUTH, or PERSONAL_ACCESS_TOKEN. AuthType *string `locationName:"authType" type:"string" enum:"AuthType"` // The type of source provider. The valid options are GITHUB, GITHUB_ENTERPRISE, // or BITBUCKET. ServerType *string `locationName:"serverType" type:"string" enum:"ServerType"` // contains filtered or unexported fields }
Information about the credentials for a GitHub, GitHub Enterprise, or Bitbucket repository.
func (SourceCredentialsInfo) GoString ¶ added in v1.16.1
func (s SourceCredentialsInfo) GoString() string
GoString returns the string representation
func (*SourceCredentialsInfo) SetArn ¶ added in v1.16.1
func (s *SourceCredentialsInfo) SetArn(v string) *SourceCredentialsInfo
SetArn sets the Arn field's value.
func (*SourceCredentialsInfo) SetAuthType ¶ added in v1.16.1
func (s *SourceCredentialsInfo) SetAuthType(v string) *SourceCredentialsInfo
SetAuthType sets the AuthType field's value.
func (*SourceCredentialsInfo) SetServerType ¶ added in v1.16.1
func (s *SourceCredentialsInfo) SetServerType(v string) *SourceCredentialsInfo
SetServerType sets the ServerType field's value.
func (SourceCredentialsInfo) String ¶ added in v1.16.1
func (s SourceCredentialsInfo) String() string
String returns the string representation
type StartBuildBatchInput ¶ added in v1.33.16
type StartBuildBatchInput struct { // An array of ProjectArtifacts objects that contains information about the // build output artifact overrides for the build project. ArtifactsOverride *ProjectArtifacts `locationName:"artifactsOverride" type:"structure"` // A BuildBatchConfigOverride object that contains batch build configuration // overrides. BuildBatchConfigOverride *ProjectBuildBatchConfig `locationName:"buildBatchConfigOverride" type:"structure"` // Overrides the build timeout specified in the batch build project. BuildTimeoutInMinutesOverride *int64 `locationName:"buildTimeoutInMinutesOverride" min:"5" type:"integer"` // A buildspec file declaration that overrides, for this build only, the latest // one already defined in the build project. // // If this value is set, it can be either an inline buildspec definition, the // path to an alternate buildspec file relative to the value of the built-in // CODEBUILD_SRC_DIR environment variable, or the path to an S3 bucket. The // bucket must be in the same Amazon Web Services Region as the build project. // Specify the buildspec file using its ARN (for example, arn:aws:s3:::my-codebuild-sample2/buildspec.yml). // If this value is not provided or is set to an empty string, the source code // must contain a buildspec file in its root directory. For more information, // see Buildspec File Name and Storage Location (https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#build-spec-ref-name-storage). BuildspecOverride *string `locationName:"buildspecOverride" type:"string"` // A ProjectCache object that specifies cache overrides. CacheOverride *ProjectCache `locationName:"cacheOverride" type:"structure"` // The name of a certificate for this batch build that overrides the one specified // in the batch build project. CertificateOverride *string `locationName:"certificateOverride" type:"string"` // The name of a compute type for this batch build that overrides the one specified // in the batch build project. ComputeTypeOverride *string `locationName:"computeTypeOverride" type:"string" enum:"ComputeType"` // Specifies if session debugging is enabled for this batch build. For more // information, see Viewing a running build in Session Manager (https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html). // Batch session debugging is not supported for matrix batch builds. DebugSessionEnabled *bool `locationName:"debugSessionEnabled" type:"boolean"` // The Key Management Service customer master key (CMK) that overrides the one // specified in the batch build project. The CMK key encrypts the build output // artifacts. // // You can use a cross-account KMS key to encrypt the build output artifacts // if your service role has permission to that key. // // You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, // the CMK's alias (using the format alias/<alias-name>). EncryptionKeyOverride *string `locationName:"encryptionKeyOverride" min:"1" type:"string"` // A container type for this batch build that overrides the one specified in // the batch build project. EnvironmentTypeOverride *string `locationName:"environmentTypeOverride" type:"string" enum:"EnvironmentType"` // An array of EnvironmentVariable objects that override, or add to, the environment // variables defined in the batch build project. EnvironmentVariablesOverride []*EnvironmentVariable `locationName:"environmentVariablesOverride" type:"list"` // The user-defined depth of history, with a minimum value of 0, that overrides, // for this batch build only, any previous depth of history defined in the batch // build project. GitCloneDepthOverride *int64 `locationName:"gitCloneDepthOverride" type:"integer"` // A GitSubmodulesConfig object that overrides the Git submodules configuration // for this batch build. GitSubmodulesConfigOverride *GitSubmodulesConfig `locationName:"gitSubmodulesConfigOverride" type:"structure"` // A unique, case sensitive identifier you provide to ensure the idempotency // of the StartBuildBatch request. The token is included in the StartBuildBatch // request and is valid for five minutes. If you repeat the StartBuildBatch // request with the same token, but change a parameter, CodeBuild returns a // parameter mismatch error. IdempotencyToken *string `locationName:"idempotencyToken" type:"string"` // The name of an image for this batch build that overrides the one specified // in the batch build project. ImageOverride *string `locationName:"imageOverride" min:"1" type:"string"` // The type of credentials CodeBuild uses to pull images in your batch build. // There are two valid values: // // CODEBUILD // // Specifies that CodeBuild uses its own credentials. This requires that you // modify your ECR repository policy to trust CodeBuild's service principal. // // SERVICE_ROLE // // Specifies that CodeBuild uses your build project's service role. // // When using a cross-account or private registry image, you must use SERVICE_ROLE // credentials. When using an CodeBuild curated image, you must use CODEBUILD // credentials. ImagePullCredentialsTypeOverride *string `locationName:"imagePullCredentialsTypeOverride" type:"string" enum:"ImagePullCredentialsType"` // Enable this flag to override the insecure SSL setting that is specified in // the batch build project. The insecure SSL setting determines whether to ignore // SSL warnings while connecting to the project source code. This override applies // only if the build's source is GitHub Enterprise. InsecureSslOverride *bool `locationName:"insecureSslOverride" type:"boolean"` // A LogsConfig object that override the log settings defined in the batch build // project. LogsConfigOverride *LogsConfig `locationName:"logsConfigOverride" type:"structure"` // Enable this flag to override privileged mode in the batch build project. PrivilegedModeOverride *bool `locationName:"privilegedModeOverride" type:"boolean"` // The name of the project. // // ProjectName is a required field ProjectName *string `locationName:"projectName" min:"1" type:"string" required:"true"` // The number of minutes a batch build is allowed to be queued before it times // out. QueuedTimeoutInMinutesOverride *int64 `locationName:"queuedTimeoutInMinutesOverride" min:"5" type:"integer"` // A RegistryCredential object that overrides credentials for access to a private // registry. RegistryCredentialOverride *RegistryCredential `locationName:"registryCredentialOverride" type:"structure"` // Set to true to report to your source provider the status of a batch build's // start and completion. If you use this option with a source provider other // than GitHub, GitHub Enterprise, or Bitbucket, an invalidInputException is // thrown. // // The status of a build triggered by a webhook is always reported to your source // provider. ReportBuildBatchStatusOverride *bool `locationName:"reportBuildBatchStatusOverride" type:"boolean"` // An array of ProjectArtifacts objects that override the secondary artifacts // defined in the batch build project. SecondaryArtifactsOverride []*ProjectArtifacts `locationName:"secondaryArtifactsOverride" type:"list"` // An array of ProjectSource objects that override the secondary sources defined // in the batch build project. SecondarySourcesOverride []*ProjectSource `locationName:"secondarySourcesOverride" type:"list"` // An array of ProjectSourceVersion objects that override the secondary source // versions in the batch build project. SecondarySourcesVersionOverride []*ProjectSourceVersion `locationName:"secondarySourcesVersionOverride" type:"list"` // The name of a service role for this batch build that overrides the one specified // in the batch build project. ServiceRoleOverride *string `locationName:"serviceRoleOverride" min:"1" type:"string"` // A SourceAuth object that overrides the one defined in the batch build project. // This override applies only if the build project's source is BitBucket or // GitHub. SourceAuthOverride *SourceAuth `locationName:"sourceAuthOverride" type:"structure"` // A location that overrides, for this batch build, the source location defined // in the batch build project. SourceLocationOverride *string `locationName:"sourceLocationOverride" type:"string"` // The source input type that overrides the source input defined in the batch // build project. SourceTypeOverride *string `locationName:"sourceTypeOverride" type:"string" enum:"SourceType"` // The version of the batch build input to be built, for this build only. If // not specified, the latest version is used. If specified, the contents depends // on the source provider: // // CodeCommit // // The commit ID, branch, or Git tag to use. // // GitHub // // The commit ID, pull request ID, branch name, or tag name that corresponds // to the version of the source code you want to build. If a pull request ID // is specified, it must use the format pr/pull-request-ID (for example pr/25). // If a branch name is specified, the branch's HEAD commit ID is used. If not // specified, the default branch's HEAD commit ID is used. // // Bitbucket // // The commit ID, branch name, or tag name that corresponds to the version of // the source code you want to build. If a branch name is specified, the branch's // HEAD commit ID is used. If not specified, the default branch's HEAD commit // ID is used. // // Amazon S3 // // The version ID of the object that represents the build input ZIP file to // use. // // If sourceVersion is specified at the project level, then this sourceVersion // (at the build level) takes precedence. // // For more information, see Source Version Sample with CodeBuild (https://docs.aws.amazon.com/codebuild/latest/userguide/sample-source-version.html) // in the CodeBuild User Guide. SourceVersion *string `locationName:"sourceVersion" type:"string"` // contains filtered or unexported fields }
func (StartBuildBatchInput) GoString ¶ added in v1.33.16
func (s StartBuildBatchInput) GoString() string
GoString returns the string representation
func (*StartBuildBatchInput) SetArtifactsOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetArtifactsOverride(v *ProjectArtifacts) *StartBuildBatchInput
SetArtifactsOverride sets the ArtifactsOverride field's value.
func (*StartBuildBatchInput) SetBuildBatchConfigOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetBuildBatchConfigOverride(v *ProjectBuildBatchConfig) *StartBuildBatchInput
SetBuildBatchConfigOverride sets the BuildBatchConfigOverride field's value.
func (*StartBuildBatchInput) SetBuildTimeoutInMinutesOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetBuildTimeoutInMinutesOverride(v int64) *StartBuildBatchInput
SetBuildTimeoutInMinutesOverride sets the BuildTimeoutInMinutesOverride field's value.
func (*StartBuildBatchInput) SetBuildspecOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetBuildspecOverride(v string) *StartBuildBatchInput
SetBuildspecOverride sets the BuildspecOverride field's value.
func (*StartBuildBatchInput) SetCacheOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetCacheOverride(v *ProjectCache) *StartBuildBatchInput
SetCacheOverride sets the CacheOverride field's value.
func (*StartBuildBatchInput) SetCertificateOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetCertificateOverride(v string) *StartBuildBatchInput
SetCertificateOverride sets the CertificateOverride field's value.
func (*StartBuildBatchInput) SetComputeTypeOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetComputeTypeOverride(v string) *StartBuildBatchInput
SetComputeTypeOverride sets the ComputeTypeOverride field's value.
func (*StartBuildBatchInput) SetDebugSessionEnabled ¶ added in v1.37.23
func (s *StartBuildBatchInput) SetDebugSessionEnabled(v bool) *StartBuildBatchInput
SetDebugSessionEnabled sets the DebugSessionEnabled field's value.
func (*StartBuildBatchInput) SetEncryptionKeyOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetEncryptionKeyOverride(v string) *StartBuildBatchInput
SetEncryptionKeyOverride sets the EncryptionKeyOverride field's value.
func (*StartBuildBatchInput) SetEnvironmentTypeOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetEnvironmentTypeOverride(v string) *StartBuildBatchInput
SetEnvironmentTypeOverride sets the EnvironmentTypeOverride field's value.
func (*StartBuildBatchInput) SetEnvironmentVariablesOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetEnvironmentVariablesOverride(v []*EnvironmentVariable) *StartBuildBatchInput
SetEnvironmentVariablesOverride sets the EnvironmentVariablesOverride field's value.
func (*StartBuildBatchInput) SetGitCloneDepthOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetGitCloneDepthOverride(v int64) *StartBuildBatchInput
SetGitCloneDepthOverride sets the GitCloneDepthOverride field's value.
func (*StartBuildBatchInput) SetGitSubmodulesConfigOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetGitSubmodulesConfigOverride(v *GitSubmodulesConfig) *StartBuildBatchInput
SetGitSubmodulesConfigOverride sets the GitSubmodulesConfigOverride field's value.
func (*StartBuildBatchInput) SetIdempotencyToken ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetIdempotencyToken(v string) *StartBuildBatchInput
SetIdempotencyToken sets the IdempotencyToken field's value.
func (*StartBuildBatchInput) SetImageOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetImageOverride(v string) *StartBuildBatchInput
SetImageOverride sets the ImageOverride field's value.
func (*StartBuildBatchInput) SetImagePullCredentialsTypeOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetImagePullCredentialsTypeOverride(v string) *StartBuildBatchInput
SetImagePullCredentialsTypeOverride sets the ImagePullCredentialsTypeOverride field's value.
func (*StartBuildBatchInput) SetInsecureSslOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetInsecureSslOverride(v bool) *StartBuildBatchInput
SetInsecureSslOverride sets the InsecureSslOverride field's value.
func (*StartBuildBatchInput) SetLogsConfigOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetLogsConfigOverride(v *LogsConfig) *StartBuildBatchInput
SetLogsConfigOverride sets the LogsConfigOverride field's value.
func (*StartBuildBatchInput) SetPrivilegedModeOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetPrivilegedModeOverride(v bool) *StartBuildBatchInput
SetPrivilegedModeOverride sets the PrivilegedModeOverride field's value.
func (*StartBuildBatchInput) SetProjectName ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetProjectName(v string) *StartBuildBatchInput
SetProjectName sets the ProjectName field's value.
func (*StartBuildBatchInput) SetQueuedTimeoutInMinutesOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetQueuedTimeoutInMinutesOverride(v int64) *StartBuildBatchInput
SetQueuedTimeoutInMinutesOverride sets the QueuedTimeoutInMinutesOverride field's value.
func (*StartBuildBatchInput) SetRegistryCredentialOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetRegistryCredentialOverride(v *RegistryCredential) *StartBuildBatchInput
SetRegistryCredentialOverride sets the RegistryCredentialOverride field's value.
func (*StartBuildBatchInput) SetReportBuildBatchStatusOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetReportBuildBatchStatusOverride(v bool) *StartBuildBatchInput
SetReportBuildBatchStatusOverride sets the ReportBuildBatchStatusOverride field's value.
func (*StartBuildBatchInput) SetSecondaryArtifactsOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetSecondaryArtifactsOverride(v []*ProjectArtifacts) *StartBuildBatchInput
SetSecondaryArtifactsOverride sets the SecondaryArtifactsOverride field's value.
func (*StartBuildBatchInput) SetSecondarySourcesOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetSecondarySourcesOverride(v []*ProjectSource) *StartBuildBatchInput
SetSecondarySourcesOverride sets the SecondarySourcesOverride field's value.
func (*StartBuildBatchInput) SetSecondarySourcesVersionOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetSecondarySourcesVersionOverride(v []*ProjectSourceVersion) *StartBuildBatchInput
SetSecondarySourcesVersionOverride sets the SecondarySourcesVersionOverride field's value.
func (*StartBuildBatchInput) SetServiceRoleOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetServiceRoleOverride(v string) *StartBuildBatchInput
SetServiceRoleOverride sets the ServiceRoleOverride field's value.
func (*StartBuildBatchInput) SetSourceAuthOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetSourceAuthOverride(v *SourceAuth) *StartBuildBatchInput
SetSourceAuthOverride sets the SourceAuthOverride field's value.
func (*StartBuildBatchInput) SetSourceLocationOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetSourceLocationOverride(v string) *StartBuildBatchInput
SetSourceLocationOverride sets the SourceLocationOverride field's value.
func (*StartBuildBatchInput) SetSourceTypeOverride ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetSourceTypeOverride(v string) *StartBuildBatchInput
SetSourceTypeOverride sets the SourceTypeOverride field's value.
func (*StartBuildBatchInput) SetSourceVersion ¶ added in v1.33.16
func (s *StartBuildBatchInput) SetSourceVersion(v string) *StartBuildBatchInput
SetSourceVersion sets the SourceVersion field's value.
func (StartBuildBatchInput) String ¶ added in v1.33.16
func (s StartBuildBatchInput) String() string
String returns the string representation
func (*StartBuildBatchInput) Validate ¶ added in v1.33.16
func (s *StartBuildBatchInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartBuildBatchOutput ¶ added in v1.33.16
type StartBuildBatchOutput struct { // A BuildBatch object that contains information about the batch build. BuildBatch *BuildBatch `locationName:"buildBatch" type:"structure"` // contains filtered or unexported fields }
func (StartBuildBatchOutput) GoString ¶ added in v1.33.16
func (s StartBuildBatchOutput) GoString() string
GoString returns the string representation
func (*StartBuildBatchOutput) SetBuildBatch ¶ added in v1.33.16
func (s *StartBuildBatchOutput) SetBuildBatch(v *BuildBatch) *StartBuildBatchOutput
SetBuildBatch sets the BuildBatch field's value.
func (StartBuildBatchOutput) String ¶ added in v1.33.16
func (s StartBuildBatchOutput) String() string
String returns the string representation
type StartBuildInput ¶
type StartBuildInput struct { // Build output artifact settings that override, for this build only, the latest // ones already defined in the build project. ArtifactsOverride *ProjectArtifacts `locationName:"artifactsOverride" type:"structure"` // Contains information that defines how the build project reports the build // status to the source provider. This option is only used when the source provider // is GITHUB, GITHUB_ENTERPRISE, or BITBUCKET. BuildStatusConfigOverride *BuildStatusConfig `locationName:"buildStatusConfigOverride" type:"structure"` // A buildspec file declaration that overrides, for this build only, the latest // one already defined in the build project. // // If this value is set, it can be either an inline buildspec definition, the // path to an alternate buildspec file relative to the value of the built-in // CODEBUILD_SRC_DIR environment variable, or the path to an S3 bucket. The // bucket must be in the same Amazon Web Services Region as the build project. // Specify the buildspec file using its ARN (for example, arn:aws:s3:::my-codebuild-sample2/buildspec.yml). // If this value is not provided or is set to an empty string, the source code // must contain a buildspec file in its root directory. For more information, // see Buildspec File Name and Storage Location (https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#build-spec-ref-name-storage). BuildspecOverride *string `locationName:"buildspecOverride" type:"string"` // A ProjectCache object specified for this build that overrides the one defined // in the build project. CacheOverride *ProjectCache `locationName:"cacheOverride" type:"structure"` // The name of a certificate for this build that overrides the one specified // in the build project. CertificateOverride *string `locationName:"certificateOverride" type:"string"` // The name of a compute type for this build that overrides the one specified // in the build project. ComputeTypeOverride *string `locationName:"computeTypeOverride" type:"string" enum:"ComputeType"` // Specifies if session debugging is enabled for this build. For more information, // see Viewing a running build in Session Manager (https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html). DebugSessionEnabled *bool `locationName:"debugSessionEnabled" type:"boolean"` // The Key Management Service customer master key (CMK) that overrides the one // specified in the build project. The CMK key encrypts the build output artifacts. // // You can use a cross-account KMS key to encrypt the build output artifacts // if your service role has permission to that key. // // You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, // the CMK's alias (using the format alias/<alias-name>). EncryptionKeyOverride *string `locationName:"encryptionKeyOverride" min:"1" type:"string"` // A container type for this build that overrides the one specified in the build // project. EnvironmentTypeOverride *string `locationName:"environmentTypeOverride" type:"string" enum:"EnvironmentType"` // A set of environment variables that overrides, for this build only, the latest // ones already defined in the build project. EnvironmentVariablesOverride []*EnvironmentVariable `locationName:"environmentVariablesOverride" type:"list"` // The user-defined depth of history, with a minimum value of 0, that overrides, // for this build only, any previous depth of history defined in the build project. GitCloneDepthOverride *int64 `locationName:"gitCloneDepthOverride" type:"integer"` // Information about the Git submodules configuration for this build of an CodeBuild // build project. GitSubmodulesConfigOverride *GitSubmodulesConfig `locationName:"gitSubmodulesConfigOverride" type:"structure"` // A unique, case sensitive identifier you provide to ensure the idempotency // of the StartBuild request. The token is included in the StartBuild request // and is valid for 5 minutes. If you repeat the StartBuild request with the // same token, but change a parameter, CodeBuild returns a parameter mismatch // error. IdempotencyToken *string `locationName:"idempotencyToken" type:"string"` // The name of an image for this build that overrides the one specified in the // build project. ImageOverride *string `locationName:"imageOverride" min:"1" type:"string"` // The type of credentials CodeBuild uses to pull images in your build. There // are two valid values: // // CODEBUILD // // Specifies that CodeBuild uses its own credentials. This requires that you // modify your ECR repository policy to trust CodeBuild's service principal. // // SERVICE_ROLE // // Specifies that CodeBuild uses your build project's service role. // // When using a cross-account or private registry image, you must use SERVICE_ROLE // credentials. When using an CodeBuild curated image, you must use CODEBUILD // credentials. ImagePullCredentialsTypeOverride *string `locationName:"imagePullCredentialsTypeOverride" type:"string" enum:"ImagePullCredentialsType"` // Enable this flag to override the insecure SSL setting that is specified in // the build project. The insecure SSL setting determines whether to ignore // SSL warnings while connecting to the project source code. This override applies // only if the build's source is GitHub Enterprise. InsecureSslOverride *bool `locationName:"insecureSslOverride" type:"boolean"` // Log settings for this build that override the log settings defined in the // build project. LogsConfigOverride *LogsConfig `locationName:"logsConfigOverride" type:"structure"` // Enable this flag to override privileged mode in the build project. PrivilegedModeOverride *bool `locationName:"privilegedModeOverride" type:"boolean"` // The name of the CodeBuild build project to start running a build. // // ProjectName is a required field ProjectName *string `locationName:"projectName" min:"1" type:"string" required:"true"` // The number of minutes a build is allowed to be queued before it times out. QueuedTimeoutInMinutesOverride *int64 `locationName:"queuedTimeoutInMinutesOverride" min:"5" type:"integer"` // The credentials for access to a private registry. RegistryCredentialOverride *RegistryCredential `locationName:"registryCredentialOverride" type:"structure"` // Set to true to report to your source provider the status of a build's start // and completion. If you use this option with a source provider other than // GitHub, GitHub Enterprise, or Bitbucket, an invalidInputException is thrown. // // To be able to report the build status to the source provider, the user associated // with the source provider must have write access to the repo. If the user // does not have write access, the build status cannot be updated. For more // information, see Source provider access (https://docs.aws.amazon.com/codebuild/latest/userguide/access-tokens.html) // in the CodeBuild User Guide. // // The status of a build triggered by a webhook is always reported to your source // provider. ReportBuildStatusOverride *bool `locationName:"reportBuildStatusOverride" type:"boolean"` // An array of ProjectArtifacts objects. SecondaryArtifactsOverride []*ProjectArtifacts `locationName:"secondaryArtifactsOverride" type:"list"` // An array of ProjectSource objects. SecondarySourcesOverride []*ProjectSource `locationName:"secondarySourcesOverride" type:"list"` // An array of ProjectSourceVersion objects that specify one or more versions // of the project's secondary sources to be used for this build only. SecondarySourcesVersionOverride []*ProjectSourceVersion `locationName:"secondarySourcesVersionOverride" type:"list"` // The name of a service role for this build that overrides the one specified // in the build project. ServiceRoleOverride *string `locationName:"serviceRoleOverride" min:"1" type:"string"` // An authorization type for this build that overrides the one defined in the // build project. This override applies only if the build project's source is // BitBucket or GitHub. SourceAuthOverride *SourceAuth `locationName:"sourceAuthOverride" type:"structure"` // A location that overrides, for this build, the source location for the one // defined in the build project. SourceLocationOverride *string `locationName:"sourceLocationOverride" type:"string"` // A source input type, for this build, that overrides the source input defined // in the build project. SourceTypeOverride *string `locationName:"sourceTypeOverride" type:"string" enum:"SourceType"` // The version of the build input to be built, for this build only. If not specified, // the latest version is used. If specified, the contents depends on the source // provider: // // CodeCommit // // The commit ID, branch, or Git tag to use. // // GitHub // // The commit ID, pull request ID, branch name, or tag name that corresponds // to the version of the source code you want to build. If a pull request ID // is specified, it must use the format pr/pull-request-ID (for example pr/25). // If a branch name is specified, the branch's HEAD commit ID is used. If not // specified, the default branch's HEAD commit ID is used. // // Bitbucket // // The commit ID, branch name, or tag name that corresponds to the version of // the source code you want to build. If a branch name is specified, the branch's // HEAD commit ID is used. If not specified, the default branch's HEAD commit // ID is used. // // Amazon S3 // // The version ID of the object that represents the build input ZIP file to // use. // // If sourceVersion is specified at the project level, then this sourceVersion // (at the build level) takes precedence. // // For more information, see Source Version Sample with CodeBuild (https://docs.aws.amazon.com/codebuild/latest/userguide/sample-source-version.html) // in the CodeBuild User Guide. SourceVersion *string `locationName:"sourceVersion" type:"string"` // The number of build timeout minutes, from 5 to 480 (8 hours), that overrides, // for this build only, the latest setting already defined in the build project. TimeoutInMinutesOverride *int64 `locationName:"timeoutInMinutesOverride" min:"5" type:"integer"` // contains filtered or unexported fields }
func (StartBuildInput) GoString ¶
func (s StartBuildInput) GoString() string
GoString returns the string representation
func (*StartBuildInput) SetArtifactsOverride ¶
func (s *StartBuildInput) SetArtifactsOverride(v *ProjectArtifacts) *StartBuildInput
SetArtifactsOverride sets the ArtifactsOverride field's value.
func (*StartBuildInput) SetBuildStatusConfigOverride ¶ added in v1.33.0
func (s *StartBuildInput) SetBuildStatusConfigOverride(v *BuildStatusConfig) *StartBuildInput
SetBuildStatusConfigOverride sets the BuildStatusConfigOverride field's value.
func (*StartBuildInput) SetBuildspecOverride ¶
func (s *StartBuildInput) SetBuildspecOverride(v string) *StartBuildInput
SetBuildspecOverride sets the BuildspecOverride field's value.
func (*StartBuildInput) SetCacheOverride ¶ added in v1.13.48
func (s *StartBuildInput) SetCacheOverride(v *ProjectCache) *StartBuildInput
SetCacheOverride sets the CacheOverride field's value.
func (*StartBuildInput) SetCertificateOverride ¶ added in v1.13.48
func (s *StartBuildInput) SetCertificateOverride(v string) *StartBuildInput
SetCertificateOverride sets the CertificateOverride field's value.
func (*StartBuildInput) SetComputeTypeOverride ¶ added in v1.13.48
func (s *StartBuildInput) SetComputeTypeOverride(v string) *StartBuildInput
SetComputeTypeOverride sets the ComputeTypeOverride field's value.
func (*StartBuildInput) SetDebugSessionEnabled ¶ added in v1.33.8
func (s *StartBuildInput) SetDebugSessionEnabled(v bool) *StartBuildInput
SetDebugSessionEnabled sets the DebugSessionEnabled field's value.
func (*StartBuildInput) SetEncryptionKeyOverride ¶ added in v1.27.2
func (s *StartBuildInput) SetEncryptionKeyOverride(v string) *StartBuildInput
SetEncryptionKeyOverride sets the EncryptionKeyOverride field's value.
func (*StartBuildInput) SetEnvironmentTypeOverride ¶ added in v1.13.48
func (s *StartBuildInput) SetEnvironmentTypeOverride(v string) *StartBuildInput
SetEnvironmentTypeOverride sets the EnvironmentTypeOverride field's value.
func (*StartBuildInput) SetEnvironmentVariablesOverride ¶
func (s *StartBuildInput) SetEnvironmentVariablesOverride(v []*EnvironmentVariable) *StartBuildInput
SetEnvironmentVariablesOverride sets the EnvironmentVariablesOverride field's value.
func (*StartBuildInput) SetGitCloneDepthOverride ¶ added in v1.12.69
func (s *StartBuildInput) SetGitCloneDepthOverride(v int64) *StartBuildInput
SetGitCloneDepthOverride sets the GitCloneDepthOverride field's value.
func (*StartBuildInput) SetGitSubmodulesConfigOverride ¶ added in v1.17.14
func (s *StartBuildInput) SetGitSubmodulesConfigOverride(v *GitSubmodulesConfig) *StartBuildInput
SetGitSubmodulesConfigOverride sets the GitSubmodulesConfigOverride field's value.
func (*StartBuildInput) SetIdempotencyToken ¶ added in v1.13.48
func (s *StartBuildInput) SetIdempotencyToken(v string) *StartBuildInput
SetIdempotencyToken sets the IdempotencyToken field's value.
func (*StartBuildInput) SetImageOverride ¶ added in v1.13.48
func (s *StartBuildInput) SetImageOverride(v string) *StartBuildInput
SetImageOverride sets the ImageOverride field's value.
func (*StartBuildInput) SetImagePullCredentialsTypeOverride ¶ added in v1.16.25
func (s *StartBuildInput) SetImagePullCredentialsTypeOverride(v string) *StartBuildInput
SetImagePullCredentialsTypeOverride sets the ImagePullCredentialsTypeOverride field's value.
func (*StartBuildInput) SetInsecureSslOverride ¶ added in v1.13.48
func (s *StartBuildInput) SetInsecureSslOverride(v bool) *StartBuildInput
SetInsecureSslOverride sets the InsecureSslOverride field's value.
func (*StartBuildInput) SetLogsConfigOverride ¶ added in v1.15.36
func (s *StartBuildInput) SetLogsConfigOverride(v *LogsConfig) *StartBuildInput
SetLogsConfigOverride sets the LogsConfigOverride field's value.
func (*StartBuildInput) SetPrivilegedModeOverride ¶ added in v1.13.48
func (s *StartBuildInput) SetPrivilegedModeOverride(v bool) *StartBuildInput
SetPrivilegedModeOverride sets the PrivilegedModeOverride field's value.
func (*StartBuildInput) SetProjectName ¶
func (s *StartBuildInput) SetProjectName(v string) *StartBuildInput
SetProjectName sets the ProjectName field's value.
func (*StartBuildInput) SetQueuedTimeoutInMinutesOverride ¶ added in v1.15.77
func (s *StartBuildInput) SetQueuedTimeoutInMinutesOverride(v int64) *StartBuildInput
SetQueuedTimeoutInMinutesOverride sets the QueuedTimeoutInMinutesOverride field's value.
func (*StartBuildInput) SetRegistryCredentialOverride ¶ added in v1.16.25
func (s *StartBuildInput) SetRegistryCredentialOverride(v *RegistryCredential) *StartBuildInput
SetRegistryCredentialOverride sets the RegistryCredentialOverride field's value.
func (*StartBuildInput) SetReportBuildStatusOverride ¶ added in v1.14.24
func (s *StartBuildInput) SetReportBuildStatusOverride(v bool) *StartBuildInput
SetReportBuildStatusOverride sets the ReportBuildStatusOverride field's value.
func (*StartBuildInput) SetSecondaryArtifactsOverride ¶ added in v1.15.25
func (s *StartBuildInput) SetSecondaryArtifactsOverride(v []*ProjectArtifacts) *StartBuildInput
SetSecondaryArtifactsOverride sets the SecondaryArtifactsOverride field's value.
func (*StartBuildInput) SetSecondarySourcesOverride ¶ added in v1.15.25
func (s *StartBuildInput) SetSecondarySourcesOverride(v []*ProjectSource) *StartBuildInput
SetSecondarySourcesOverride sets the SecondarySourcesOverride field's value.
func (*StartBuildInput) SetSecondarySourcesVersionOverride ¶ added in v1.15.25
func (s *StartBuildInput) SetSecondarySourcesVersionOverride(v []*ProjectSourceVersion) *StartBuildInput
SetSecondarySourcesVersionOverride sets the SecondarySourcesVersionOverride field's value.
func (*StartBuildInput) SetServiceRoleOverride ¶ added in v1.13.48
func (s *StartBuildInput) SetServiceRoleOverride(v string) *StartBuildInput
SetServiceRoleOverride sets the ServiceRoleOverride field's value.
func (*StartBuildInput) SetSourceAuthOverride ¶ added in v1.13.48
func (s *StartBuildInput) SetSourceAuthOverride(v *SourceAuth) *StartBuildInput
SetSourceAuthOverride sets the SourceAuthOverride field's value.
func (*StartBuildInput) SetSourceLocationOverride ¶ added in v1.13.48
func (s *StartBuildInput) SetSourceLocationOverride(v string) *StartBuildInput
SetSourceLocationOverride sets the SourceLocationOverride field's value.
func (*StartBuildInput) SetSourceTypeOverride ¶ added in v1.13.48
func (s *StartBuildInput) SetSourceTypeOverride(v string) *StartBuildInput
SetSourceTypeOverride sets the SourceTypeOverride field's value.
func (*StartBuildInput) SetSourceVersion ¶
func (s *StartBuildInput) SetSourceVersion(v string) *StartBuildInput
SetSourceVersion sets the SourceVersion field's value.
func (*StartBuildInput) SetTimeoutInMinutesOverride ¶
func (s *StartBuildInput) SetTimeoutInMinutesOverride(v int64) *StartBuildInput
SetTimeoutInMinutesOverride sets the TimeoutInMinutesOverride field's value.
func (StartBuildInput) String ¶
func (s StartBuildInput) String() string
String returns the string representation
func (*StartBuildInput) Validate ¶
func (s *StartBuildInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartBuildOutput ¶
type StartBuildOutput struct { // Information about the build to be run. Build *Build `locationName:"build" type:"structure"` // contains filtered or unexported fields }
func (StartBuildOutput) GoString ¶
func (s StartBuildOutput) GoString() string
GoString returns the string representation
func (*StartBuildOutput) SetBuild ¶
func (s *StartBuildOutput) SetBuild(v *Build) *StartBuildOutput
SetBuild sets the Build field's value.
func (StartBuildOutput) String ¶
func (s StartBuildOutput) String() string
String returns the string representation
type StopBuildBatchInput ¶ added in v1.33.16
type StopBuildBatchInput struct { // The identifier of the batch build to stop. // // Id is a required field Id *string `locationName:"id" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (StopBuildBatchInput) GoString ¶ added in v1.33.16
func (s StopBuildBatchInput) GoString() string
GoString returns the string representation
func (*StopBuildBatchInput) SetId ¶ added in v1.33.16
func (s *StopBuildBatchInput) SetId(v string) *StopBuildBatchInput
SetId sets the Id field's value.
func (StopBuildBatchInput) String ¶ added in v1.33.16
func (s StopBuildBatchInput) String() string
String returns the string representation
func (*StopBuildBatchInput) Validate ¶ added in v1.33.16
func (s *StopBuildBatchInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopBuildBatchOutput ¶ added in v1.33.16
type StopBuildBatchOutput struct { // Contains information about a batch build. BuildBatch *BuildBatch `locationName:"buildBatch" type:"structure"` // contains filtered or unexported fields }
func (StopBuildBatchOutput) GoString ¶ added in v1.33.16
func (s StopBuildBatchOutput) GoString() string
GoString returns the string representation
func (*StopBuildBatchOutput) SetBuildBatch ¶ added in v1.33.16
func (s *StopBuildBatchOutput) SetBuildBatch(v *BuildBatch) *StopBuildBatchOutput
SetBuildBatch sets the BuildBatch field's value.
func (StopBuildBatchOutput) String ¶ added in v1.33.16
func (s StopBuildBatchOutput) String() string
String returns the string representation
type StopBuildInput ¶
type StopBuildInput struct { // The ID of the build. // // Id is a required field Id *string `locationName:"id" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (StopBuildInput) GoString ¶
func (s StopBuildInput) GoString() string
GoString returns the string representation
func (*StopBuildInput) SetId ¶
func (s *StopBuildInput) SetId(v string) *StopBuildInput
SetId sets the Id field's value.
func (StopBuildInput) String ¶
func (s StopBuildInput) String() string
String returns the string representation
func (*StopBuildInput) Validate ¶
func (s *StopBuildInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopBuildOutput ¶
type StopBuildOutput struct { // Information about the build. Build *Build `locationName:"build" type:"structure"` // contains filtered or unexported fields }
func (StopBuildOutput) GoString ¶
func (s StopBuildOutput) GoString() string
GoString returns the string representation
func (*StopBuildOutput) SetBuild ¶
func (s *StopBuildOutput) SetBuild(v *Build) *StopBuildOutput
SetBuild sets the Build field's value.
func (StopBuildOutput) String ¶
func (s StopBuildOutput) String() string
String returns the string representation
type Tag ¶
type Tag struct { // The tag's key. Key *string `locationName:"key" min:"1" type:"string"` // The tag's value. Value *string `locationName:"value" type:"string"` // contains filtered or unexported fields }
A tag, consisting of a key and a value.
This tag is available for use by Amazon Web Services services that support tags in CodeBuild.
type TestCase ¶ added in v1.25.42
type TestCase struct { // The number of nanoseconds it took to run this test case. DurationInNanoSeconds *int64 `locationName:"durationInNanoSeconds" type:"long"` // The date and time a test case expires. A test case expires 30 days after // it is created. An expired test case is not available to view in CodeBuild. Expired *time.Time `locationName:"expired" type:"timestamp"` // A message associated with a test case. For example, an error message or stack // trace. Message *string `locationName:"message" type:"string"` // The name of the test case. Name *string `locationName:"name" type:"string"` // A string that is applied to a series of related test cases. CodeBuild generates // the prefix. The prefix depends on the framework used to generate the tests. Prefix *string `locationName:"prefix" type:"string"` // The ARN of the report to which the test case belongs. ReportArn *string `locationName:"reportArn" min:"1" type:"string"` // The status returned by the test case after it was run. Valid statuses are // SUCCEEDED, FAILED, ERROR, SKIPPED, and UNKNOWN. Status *string `locationName:"status" type:"string"` // The path to the raw data file that contains the test result. TestRawDataPath *string `locationName:"testRawDataPath" type:"string"` // contains filtered or unexported fields }
Information about a test case created using a framework such as NUnit or Cucumber. A test case might be a unit test or a configuration test.
func (*TestCase) SetDurationInNanoSeconds ¶ added in v1.25.42
SetDurationInNanoSeconds sets the DurationInNanoSeconds field's value.
func (*TestCase) SetExpired ¶ added in v1.25.42
SetExpired sets the Expired field's value.
func (*TestCase) SetMessage ¶ added in v1.25.42
SetMessage sets the Message field's value.
func (*TestCase) SetReportArn ¶ added in v1.25.42
SetReportArn sets the ReportArn field's value.
func (*TestCase) SetTestRawDataPath ¶ added in v1.25.42
SetTestRawDataPath sets the TestRawDataPath field's value.
type TestCaseFilter ¶ added in v1.25.42
type TestCaseFilter struct { // A keyword that is used to filter on the name or the prefix of the test cases. // Only test cases where the keyword is a substring of the name or the prefix // will be returned. Keyword *string `locationName:"keyword" type:"string"` // The status used to filter test cases. A TestCaseFilter can have one status. // Valid values are: // // * SUCCEEDED // // * FAILED // // * ERROR // // * SKIPPED // // * UNKNOWN Status *string `locationName:"status" type:"string"` // contains filtered or unexported fields }
A filter used to return specific types of test cases. In order to pass the filter, the report must meet all of the filter properties.
func (TestCaseFilter) GoString ¶ added in v1.25.42
func (s TestCaseFilter) GoString() string
GoString returns the string representation
func (*TestCaseFilter) SetKeyword ¶ added in v1.34.19
func (s *TestCaseFilter) SetKeyword(v string) *TestCaseFilter
SetKeyword sets the Keyword field's value.
func (*TestCaseFilter) SetStatus ¶ added in v1.25.42
func (s *TestCaseFilter) SetStatus(v string) *TestCaseFilter
SetStatus sets the Status field's value.
func (TestCaseFilter) String ¶ added in v1.25.42
func (s TestCaseFilter) String() string
String returns the string representation
type TestReportSummary ¶ added in v1.25.42
type TestReportSummary struct { // The number of nanoseconds it took to run all of the test cases in this report. // // DurationInNanoSeconds is a required field DurationInNanoSeconds *int64 `locationName:"durationInNanoSeconds" type:"long" required:"true"` // A map that contains the number of each type of status returned by the test // results in this TestReportSummary. // // StatusCounts is a required field StatusCounts map[string]*int64 `locationName:"statusCounts" type:"map" required:"true"` // The number of test cases in this TestReportSummary. The total includes truncated // test cases. // // Total is a required field Total *int64 `locationName:"total" type:"integer" required:"true"` // contains filtered or unexported fields }
Information about a test report.
func (TestReportSummary) GoString ¶ added in v1.25.42
func (s TestReportSummary) GoString() string
GoString returns the string representation
func (*TestReportSummary) SetDurationInNanoSeconds ¶ added in v1.25.42
func (s *TestReportSummary) SetDurationInNanoSeconds(v int64) *TestReportSummary
SetDurationInNanoSeconds sets the DurationInNanoSeconds field's value.
func (*TestReportSummary) SetStatusCounts ¶ added in v1.25.42
func (s *TestReportSummary) SetStatusCounts(v map[string]*int64) *TestReportSummary
SetStatusCounts sets the StatusCounts field's value.
func (*TestReportSummary) SetTotal ¶ added in v1.25.42
func (s *TestReportSummary) SetTotal(v int64) *TestReportSummary
SetTotal sets the Total field's value.
func (TestReportSummary) String ¶ added in v1.25.42
func (s TestReportSummary) String() string
String returns the string representation
type UpdateProjectInput ¶
type UpdateProjectInput struct { // Information to be changed about the build output artifacts for the build // project. Artifacts *ProjectArtifacts `locationName:"artifacts" type:"structure"` // Set this to true to generate a publicly accessible URL for your project's // build badge. BadgeEnabled *bool `locationName:"badgeEnabled" type:"boolean"` // Contains configuration information about a batch build project. BuildBatchConfig *ProjectBuildBatchConfig `locationName:"buildBatchConfig" type:"structure"` // Stores recently used information so that it can be quickly accessed at a // later time. Cache *ProjectCache `locationName:"cache" type:"structure"` // The maximum number of concurrent builds that are allowed for this project. // // New builds are only started if the current number of builds is less than // or equal to this limit. If the current build count meets this limit, new // builds are throttled and are not run. // // To remove this limit, set this value to -1. ConcurrentBuildLimit *int64 `locationName:"concurrentBuildLimit" type:"integer"` // A new or replacement description of the build project. Description *string `locationName:"description" type:"string"` // The Key Management Service customer master key (CMK) to be used for encrypting // the build output artifacts. // // You can use a cross-account KMS key to encrypt the build output artifacts // if your service role has permission to that key. // // You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, // the CMK's alias (using the format alias/<alias-name>). EncryptionKey *string `locationName:"encryptionKey" min:"1" type:"string"` // Information to be changed about the build environment for the build project. Environment *ProjectEnvironment `locationName:"environment" type:"structure"` // An array of ProjectFileSystemLocation objects for a CodeBuild build project. // A ProjectFileSystemLocation object specifies the identifier, location, mountOptions, // mountPoint, and type of a file system created using Amazon Elastic File System. FileSystemLocations []*ProjectFileSystemLocation `locationName:"fileSystemLocations" type:"list"` // Information about logs for the build project. A project can create logs in // CloudWatch Logs, logs in an S3 bucket, or both. LogsConfig *LogsConfig `locationName:"logsConfig" type:"structure"` // The name of the build project. // // You cannot change a build project's name. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The number of minutes a build is allowed to be queued before it times out. QueuedTimeoutInMinutes *int64 `locationName:"queuedTimeoutInMinutes" min:"5" type:"integer"` // An array of ProjectSource objects. SecondaryArtifacts []*ProjectArtifacts `locationName:"secondaryArtifacts" type:"list"` // An array of ProjectSourceVersion objects. If secondarySourceVersions is specified // at the build level, then they take over these secondarySourceVersions (at // the project level). SecondarySourceVersions []*ProjectSourceVersion `locationName:"secondarySourceVersions" type:"list"` // An array of ProjectSource objects. SecondarySources []*ProjectSource `locationName:"secondarySources" type:"list"` // The replacement ARN of the IAM role that enables CodeBuild to interact with // dependent Amazon Web Services services on behalf of the Amazon Web Services // account. ServiceRole *string `locationName:"serviceRole" min:"1" type:"string"` // Information to be changed about the build input source code for the build // project. Source *ProjectSource `locationName:"source" type:"structure"` // A version of the build input to be built for this project. If not specified, // the latest version is used. If specified, it must be one of: // // * For CodeCommit: the commit ID, branch, or Git tag to use. // // * For GitHub: the commit ID, pull request ID, branch name, or tag name // that corresponds to the version of the source code you want to build. // If a pull request ID is specified, it must use the format pr/pull-request-ID // (for example pr/25). If a branch name is specified, the branch's HEAD // commit ID is used. If not specified, the default branch's HEAD commit // ID is used. // // * For Bitbucket: the commit ID, branch name, or tag name that corresponds // to the version of the source code you want to build. If a branch name // is specified, the branch's HEAD commit ID is used. If not specified, the // default branch's HEAD commit ID is used. // // * For Amazon S3: the version ID of the object that represents the build // input ZIP file to use. // // If sourceVersion is specified at the build level, then that version takes // precedence over this sourceVersion (at the project level). // // For more information, see Source Version Sample with CodeBuild (https://docs.aws.amazon.com/codebuild/latest/userguide/sample-source-version.html) // in the CodeBuild User Guide. SourceVersion *string `locationName:"sourceVersion" type:"string"` // An updated list of tag key and value pairs associated with this build project. // // These tags are available for use by Amazon Web Services services that support // CodeBuild build project tags. Tags []*Tag `locationName:"tags" type:"list"` // The replacement value in minutes, from 5 to 480 (8 hours), for CodeBuild // to wait before timing out any related build that did not get marked as completed. TimeoutInMinutes *int64 `locationName:"timeoutInMinutes" min:"5" type:"integer"` // VpcConfig enables CodeBuild to access resources in an Amazon VPC. VpcConfig *VpcConfig `locationName:"vpcConfig" type:"structure"` // contains filtered or unexported fields }
func (UpdateProjectInput) GoString ¶
func (s UpdateProjectInput) GoString() string
GoString returns the string representation
func (*UpdateProjectInput) SetArtifacts ¶
func (s *UpdateProjectInput) SetArtifacts(v *ProjectArtifacts) *UpdateProjectInput
SetArtifacts sets the Artifacts field's value.
func (*UpdateProjectInput) SetBadgeEnabled ¶ added in v1.12.32
func (s *UpdateProjectInput) SetBadgeEnabled(v bool) *UpdateProjectInput
SetBadgeEnabled sets the BadgeEnabled field's value.
func (*UpdateProjectInput) SetBuildBatchConfig ¶ added in v1.33.16
func (s *UpdateProjectInput) SetBuildBatchConfig(v *ProjectBuildBatchConfig) *UpdateProjectInput
SetBuildBatchConfig sets the BuildBatchConfig field's value.
func (*UpdateProjectInput) SetCache ¶ added in v1.12.32
func (s *UpdateProjectInput) SetCache(v *ProjectCache) *UpdateProjectInput
SetCache sets the Cache field's value.
func (*UpdateProjectInput) SetConcurrentBuildLimit ¶ added in v1.37.12
func (s *UpdateProjectInput) SetConcurrentBuildLimit(v int64) *UpdateProjectInput
SetConcurrentBuildLimit sets the ConcurrentBuildLimit field's value.
func (*UpdateProjectInput) SetDescription ¶
func (s *UpdateProjectInput) SetDescription(v string) *UpdateProjectInput
SetDescription sets the Description field's value.
func (*UpdateProjectInput) SetEncryptionKey ¶
func (s *UpdateProjectInput) SetEncryptionKey(v string) *UpdateProjectInput
SetEncryptionKey sets the EncryptionKey field's value.
func (*UpdateProjectInput) SetEnvironment ¶
func (s *UpdateProjectInput) SetEnvironment(v *ProjectEnvironment) *UpdateProjectInput
SetEnvironment sets the Environment field's value.
func (*UpdateProjectInput) SetFileSystemLocations ¶ added in v1.28.12
func (s *UpdateProjectInput) SetFileSystemLocations(v []*ProjectFileSystemLocation) *UpdateProjectInput
SetFileSystemLocations sets the FileSystemLocations field's value.
func (*UpdateProjectInput) SetLogsConfig ¶ added in v1.15.36
func (s *UpdateProjectInput) SetLogsConfig(v *LogsConfig) *UpdateProjectInput
SetLogsConfig sets the LogsConfig field's value.
func (*UpdateProjectInput) SetName ¶
func (s *UpdateProjectInput) SetName(v string) *UpdateProjectInput
SetName sets the Name field's value.
func (*UpdateProjectInput) SetQueuedTimeoutInMinutes ¶ added in v1.15.77
func (s *UpdateProjectInput) SetQueuedTimeoutInMinutes(v int64) *UpdateProjectInput
SetQueuedTimeoutInMinutes sets the QueuedTimeoutInMinutes field's value.
func (*UpdateProjectInput) SetSecondaryArtifacts ¶ added in v1.15.25
func (s *UpdateProjectInput) SetSecondaryArtifacts(v []*ProjectArtifacts) *UpdateProjectInput
SetSecondaryArtifacts sets the SecondaryArtifacts field's value.
func (*UpdateProjectInput) SetSecondarySourceVersions ¶ added in v1.19.47
func (s *UpdateProjectInput) SetSecondarySourceVersions(v []*ProjectSourceVersion) *UpdateProjectInput
SetSecondarySourceVersions sets the SecondarySourceVersions field's value.
func (*UpdateProjectInput) SetSecondarySources ¶ added in v1.15.25
func (s *UpdateProjectInput) SetSecondarySources(v []*ProjectSource) *UpdateProjectInput
SetSecondarySources sets the SecondarySources field's value.
func (*UpdateProjectInput) SetServiceRole ¶
func (s *UpdateProjectInput) SetServiceRole(v string) *UpdateProjectInput
SetServiceRole sets the ServiceRole field's value.
func (*UpdateProjectInput) SetSource ¶
func (s *UpdateProjectInput) SetSource(v *ProjectSource) *UpdateProjectInput
SetSource sets the Source field's value.
func (*UpdateProjectInput) SetSourceVersion ¶ added in v1.19.47
func (s *UpdateProjectInput) SetSourceVersion(v string) *UpdateProjectInput
SetSourceVersion sets the SourceVersion field's value.
func (*UpdateProjectInput) SetTags ¶
func (s *UpdateProjectInput) SetTags(v []*Tag) *UpdateProjectInput
SetTags sets the Tags field's value.
func (*UpdateProjectInput) SetTimeoutInMinutes ¶
func (s *UpdateProjectInput) SetTimeoutInMinutes(v int64) *UpdateProjectInput
SetTimeoutInMinutes sets the TimeoutInMinutes field's value.
func (*UpdateProjectInput) SetVpcConfig ¶ added in v1.12.32
func (s *UpdateProjectInput) SetVpcConfig(v *VpcConfig) *UpdateProjectInput
SetVpcConfig sets the VpcConfig field's value.
func (UpdateProjectInput) String ¶
func (s UpdateProjectInput) String() string
String returns the string representation
func (*UpdateProjectInput) Validate ¶
func (s *UpdateProjectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateProjectOutput ¶
type UpdateProjectOutput struct { // Information about the build project that was changed. Project *Project `locationName:"project" type:"structure"` // contains filtered or unexported fields }
func (UpdateProjectOutput) GoString ¶
func (s UpdateProjectOutput) GoString() string
GoString returns the string representation
func (*UpdateProjectOutput) SetProject ¶
func (s *UpdateProjectOutput) SetProject(v *Project) *UpdateProjectOutput
SetProject sets the Project field's value.
func (UpdateProjectOutput) String ¶
func (s UpdateProjectOutput) String() string
String returns the string representation
type UpdateProjectVisibilityInput ¶ added in v1.40.20
type UpdateProjectVisibilityInput struct { // The Amazon Resource Name (ARN) of the build project. // // ProjectArn is a required field ProjectArn *string `locationName:"projectArn" min:"1" type:"string" required:"true"` // Specifies the visibility of the project's builds. Possible values are: // // PUBLIC_READ // // The project builds are visible to the public. // // PRIVATE // // The project builds are not visible to the public. // // ProjectVisibility is a required field ProjectVisibility *string `locationName:"projectVisibility" type:"string" required:"true" enum:"ProjectVisibilityType"` // The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs // and Amazon S3 artifacts for the project's builds. ResourceAccessRole *string `locationName:"resourceAccessRole" min:"1" type:"string"` // contains filtered or unexported fields }
func (UpdateProjectVisibilityInput) GoString ¶ added in v1.40.20
func (s UpdateProjectVisibilityInput) GoString() string
GoString returns the string representation
func (*UpdateProjectVisibilityInput) SetProjectArn ¶ added in v1.40.20
func (s *UpdateProjectVisibilityInput) SetProjectArn(v string) *UpdateProjectVisibilityInput
SetProjectArn sets the ProjectArn field's value.
func (*UpdateProjectVisibilityInput) SetProjectVisibility ¶ added in v1.40.20
func (s *UpdateProjectVisibilityInput) SetProjectVisibility(v string) *UpdateProjectVisibilityInput
SetProjectVisibility sets the ProjectVisibility field's value.
func (*UpdateProjectVisibilityInput) SetResourceAccessRole ¶ added in v1.40.20
func (s *UpdateProjectVisibilityInput) SetResourceAccessRole(v string) *UpdateProjectVisibilityInput
SetResourceAccessRole sets the ResourceAccessRole field's value.
func (UpdateProjectVisibilityInput) String ¶ added in v1.40.20
func (s UpdateProjectVisibilityInput) String() string
String returns the string representation
func (*UpdateProjectVisibilityInput) Validate ¶ added in v1.40.20
func (s *UpdateProjectVisibilityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateProjectVisibilityOutput ¶ added in v1.40.20
type UpdateProjectVisibilityOutput struct { // The Amazon Resource Name (ARN) of the build project. ProjectArn *string `locationName:"projectArn" min:"1" type:"string"` // Specifies the visibility of the project's builds. Possible values are: // // PUBLIC_READ // // The project builds are visible to the public. // // PRIVATE // // The project builds are not visible to the public. ProjectVisibility *string `locationName:"projectVisibility" type:"string" enum:"ProjectVisibilityType"` // Contains the project identifier used with the public build APIs. PublicProjectAlias *string `locationName:"publicProjectAlias" min:"1" type:"string"` // contains filtered or unexported fields }
func (UpdateProjectVisibilityOutput) GoString ¶ added in v1.40.20
func (s UpdateProjectVisibilityOutput) GoString() string
GoString returns the string representation
func (*UpdateProjectVisibilityOutput) SetProjectArn ¶ added in v1.40.20
func (s *UpdateProjectVisibilityOutput) SetProjectArn(v string) *UpdateProjectVisibilityOutput
SetProjectArn sets the ProjectArn field's value.
func (*UpdateProjectVisibilityOutput) SetProjectVisibility ¶ added in v1.40.20
func (s *UpdateProjectVisibilityOutput) SetProjectVisibility(v string) *UpdateProjectVisibilityOutput
SetProjectVisibility sets the ProjectVisibility field's value.
func (*UpdateProjectVisibilityOutput) SetPublicProjectAlias ¶ added in v1.40.20
func (s *UpdateProjectVisibilityOutput) SetPublicProjectAlias(v string) *UpdateProjectVisibilityOutput
SetPublicProjectAlias sets the PublicProjectAlias field's value.
func (UpdateProjectVisibilityOutput) String ¶ added in v1.40.20
func (s UpdateProjectVisibilityOutput) String() string
String returns the string representation
type UpdateReportGroupInput ¶ added in v1.25.42
type UpdateReportGroupInput struct { // The ARN of the report group to update. // // Arn is a required field Arn *string `locationName:"arn" min:"1" type:"string" required:"true"` // Used to specify an updated export type. Valid values are: // // * S3: The report results are exported to an S3 bucket. // // * NO_EXPORT: The report results are not exported. ExportConfig *ReportExportConfig `locationName:"exportConfig" type:"structure"` // An updated list of tag key and value pairs associated with this report group. // // These tags are available for use by Amazon Web Services services that support // CodeBuild report group tags. Tags []*Tag `locationName:"tags" type:"list"` // contains filtered or unexported fields }
func (UpdateReportGroupInput) GoString ¶ added in v1.25.42
func (s UpdateReportGroupInput) GoString() string
GoString returns the string representation
func (*UpdateReportGroupInput) SetArn ¶ added in v1.25.42
func (s *UpdateReportGroupInput) SetArn(v string) *UpdateReportGroupInput
SetArn sets the Arn field's value.
func (*UpdateReportGroupInput) SetExportConfig ¶ added in v1.25.42
func (s *UpdateReportGroupInput) SetExportConfig(v *ReportExportConfig) *UpdateReportGroupInput
SetExportConfig sets the ExportConfig field's value.
func (*UpdateReportGroupInput) SetTags ¶ added in v1.31.3
func (s *UpdateReportGroupInput) SetTags(v []*Tag) *UpdateReportGroupInput
SetTags sets the Tags field's value.
func (UpdateReportGroupInput) String ¶ added in v1.25.42
func (s UpdateReportGroupInput) String() string
String returns the string representation
func (*UpdateReportGroupInput) Validate ¶ added in v1.25.42
func (s *UpdateReportGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateReportGroupOutput ¶ added in v1.25.42
type UpdateReportGroupOutput struct { // Information about the updated report group. ReportGroup *ReportGroup `locationName:"reportGroup" type:"structure"` // contains filtered or unexported fields }
func (UpdateReportGroupOutput) GoString ¶ added in v1.25.42
func (s UpdateReportGroupOutput) GoString() string
GoString returns the string representation
func (*UpdateReportGroupOutput) SetReportGroup ¶ added in v1.25.42
func (s *UpdateReportGroupOutput) SetReportGroup(v *ReportGroup) *UpdateReportGroupOutput
SetReportGroup sets the ReportGroup field's value.
func (UpdateReportGroupOutput) String ¶ added in v1.25.42
func (s UpdateReportGroupOutput) String() string
String returns the string representation
type UpdateWebhookInput ¶ added in v1.13.19
type UpdateWebhookInput struct { // A regular expression used to determine which repository branches are built // when a webhook is triggered. If the name of a branch matches the regular // expression, then it is built. If branchFilter is empty, then all branches // are built. // // It is recommended that you use filterGroups instead of branchFilter. BranchFilter *string `locationName:"branchFilter" type:"string"` // Specifies the type of build this webhook will trigger. BuildType *string `locationName:"buildType" type:"string" enum:"WebhookBuildType"` // An array of arrays of WebhookFilter objects used to determine if a webhook // event can trigger a build. A filter group must contain at least one EVENT // WebhookFilter. FilterGroups [][]*WebhookFilter `locationName:"filterGroups" type:"list"` // The name of the CodeBuild project. // // ProjectName is a required field ProjectName *string `locationName:"projectName" min:"2" type:"string" required:"true"` // A boolean value that specifies whether the associated GitHub repository's // secret token should be updated. If you use Bitbucket for your repository, // rotateSecret is ignored. RotateSecret *bool `locationName:"rotateSecret" type:"boolean"` // contains filtered or unexported fields }
func (UpdateWebhookInput) GoString ¶ added in v1.13.19
func (s UpdateWebhookInput) GoString() string
GoString returns the string representation
func (*UpdateWebhookInput) SetBranchFilter ¶ added in v1.13.19
func (s *UpdateWebhookInput) SetBranchFilter(v string) *UpdateWebhookInput
SetBranchFilter sets the BranchFilter field's value.
func (*UpdateWebhookInput) SetBuildType ¶ added in v1.33.16
func (s *UpdateWebhookInput) SetBuildType(v string) *UpdateWebhookInput
SetBuildType sets the BuildType field's value.
func (*UpdateWebhookInput) SetFilterGroups ¶ added in v1.16.32
func (s *UpdateWebhookInput) SetFilterGroups(v [][]*WebhookFilter) *UpdateWebhookInput
SetFilterGroups sets the FilterGroups field's value.
func (*UpdateWebhookInput) SetProjectName ¶ added in v1.13.19
func (s *UpdateWebhookInput) SetProjectName(v string) *UpdateWebhookInput
SetProjectName sets the ProjectName field's value.
func (*UpdateWebhookInput) SetRotateSecret ¶ added in v1.13.19
func (s *UpdateWebhookInput) SetRotateSecret(v bool) *UpdateWebhookInput
SetRotateSecret sets the RotateSecret field's value.
func (UpdateWebhookInput) String ¶ added in v1.13.19
func (s UpdateWebhookInput) String() string
String returns the string representation
func (*UpdateWebhookInput) Validate ¶ added in v1.13.19
func (s *UpdateWebhookInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateWebhookOutput ¶ added in v1.13.19
type UpdateWebhookOutput struct { // Information about a repository's webhook that is associated with a project // in CodeBuild. Webhook *Webhook `locationName:"webhook" type:"structure"` // contains filtered or unexported fields }
func (UpdateWebhookOutput) GoString ¶ added in v1.13.19
func (s UpdateWebhookOutput) GoString() string
GoString returns the string representation
func (*UpdateWebhookOutput) SetWebhook ¶ added in v1.13.19
func (s *UpdateWebhookOutput) SetWebhook(v *Webhook) *UpdateWebhookOutput
SetWebhook sets the Webhook field's value.
func (UpdateWebhookOutput) String ¶ added in v1.13.19
func (s UpdateWebhookOutput) String() string
String returns the string representation
type VpcConfig ¶ added in v1.12.32
type VpcConfig struct { // A list of one or more security groups IDs in your Amazon VPC. SecurityGroupIds []*string `locationName:"securityGroupIds" type:"list"` // A list of one or more subnet IDs in your Amazon VPC. Subnets []*string `locationName:"subnets" type:"list"` // The ID of the Amazon VPC. VpcId *string `locationName:"vpcId" min:"1" type:"string"` // contains filtered or unexported fields }
Information about the VPC configuration that CodeBuild accesses.
func (*VpcConfig) SetSecurityGroupIds ¶ added in v1.12.32
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*VpcConfig) SetSubnets ¶ added in v1.12.32
SetSubnets sets the Subnets field's value.
type Webhook ¶ added in v1.12.2
type Webhook struct { // A regular expression used to determine which repository branches are built // when a webhook is triggered. If the name of a branch matches the regular // expression, then it is built. If branchFilter is empty, then all branches // are built. // // It is recommended that you use filterGroups instead of branchFilter. BranchFilter *string `locationName:"branchFilter" type:"string"` // Specifies the type of build this webhook will trigger. BuildType *string `locationName:"buildType" type:"string" enum:"WebhookBuildType"` // An array of arrays of WebhookFilter objects used to determine which webhooks // are triggered. At least one WebhookFilter in the array must specify EVENT // as its type. // // For a build to be triggered, at least one filter group in the filterGroups // array must pass. For a filter group to pass, each of its filters must pass. FilterGroups [][]*WebhookFilter `locationName:"filterGroups" type:"list"` // A timestamp that indicates the last time a repository's secret token was // modified. LastModifiedSecret *time.Time `locationName:"lastModifiedSecret" type:"timestamp"` // The CodeBuild endpoint where webhook events are sent. PayloadUrl *string `locationName:"payloadUrl" min:"1" type:"string"` // The secret token of the associated repository. // // A Bitbucket webhook does not support secret. Secret *string `locationName:"secret" min:"1" type:"string"` // The URL to the webhook. Url *string `locationName:"url" min:"1" type:"string"` // contains filtered or unexported fields }
Information about a webhook that connects repository events to a build project in CodeBuild.
func (*Webhook) SetBranchFilter ¶ added in v1.13.19
SetBranchFilter sets the BranchFilter field's value.
func (*Webhook) SetBuildType ¶ added in v1.33.16
SetBuildType sets the BuildType field's value.
func (*Webhook) SetFilterGroups ¶ added in v1.16.32
func (s *Webhook) SetFilterGroups(v [][]*WebhookFilter) *Webhook
SetFilterGroups sets the FilterGroups field's value.
func (*Webhook) SetLastModifiedSecret ¶ added in v1.13.19
SetLastModifiedSecret sets the LastModifiedSecret field's value.
func (*Webhook) SetPayloadUrl ¶ added in v1.12.69
SetPayloadUrl sets the PayloadUrl field's value.
type WebhookFilter ¶ added in v1.16.32
type WebhookFilter struct { // Used to indicate that the pattern determines which webhook events do not // trigger a build. If true, then a webhook event that does not match the pattern // triggers a build. If false, then a webhook event that matches the pattern // triggers a build. ExcludeMatchedPattern *bool `locationName:"excludeMatchedPattern" type:"boolean"` // For a WebHookFilter that uses EVENT type, a comma-separated string that specifies // one or more events. For example, the webhook filter PUSH, PULL_REQUEST_CREATED, // PULL_REQUEST_UPDATED allows all push, pull request created, and pull request // updated events to trigger a build. // // For a WebHookFilter that uses any of the other filter types, a regular expression // pattern. For example, a WebHookFilter that uses HEAD_REF for its type and // the pattern ^refs/heads/ triggers a build when the head reference is a branch // with a reference name refs/heads/branch-name. // // Pattern is a required field Pattern *string `locationName:"pattern" type:"string" required:"true"` // The type of webhook filter. There are six webhook filter types: EVENT, ACTOR_ACCOUNT_ID, // HEAD_REF, BASE_REF, FILE_PATH, and COMMIT_MESSAGE. // // EVENT // // A webhook event triggers a build when the provided pattern matches one of // five event types: PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED, PULL_REQUEST_REOPENED, // and PULL_REQUEST_MERGED. The EVENT patterns are specified as a comma-separated // string. For example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED filters // all push, pull request created, and pull request updated events. // // The PULL_REQUEST_REOPENED works with GitHub and GitHub Enterprise only. // // ACTOR_ACCOUNT_ID // // A webhook event triggers a build when a GitHub, GitHub Enterprise, or Bitbucket // account ID matches the regular expression pattern. // // HEAD_REF // // A webhook event triggers a build when the head reference matches the regular // expression pattern. For example, refs/heads/branch-name and refs/tags/tag-name. // // Works with GitHub and GitHub Enterprise push, GitHub and GitHub Enterprise // pull request, Bitbucket push, and Bitbucket pull request events. // // BASE_REF // // A webhook event triggers a build when the base reference matches the regular // expression pattern. For example, refs/heads/branch-name. // // Works with pull request events only. // // FILE_PATH // // A webhook triggers a build when the path of a changed file matches the regular // expression pattern. // // Works with GitHub and Bitbucket events push and pull requests events. Also // works with GitHub Enterprise push events, but does not work with GitHub Enterprise // pull request events. // // COMMIT_MESSAGE // // A webhook triggers a build when the head commit message matches the regular // expression pattern. // // Works with GitHub and Bitbucket events push and pull requests events. Also // works with GitHub Enterprise push events, but does not work with GitHub Enterprise // pull request events. // // Type is a required field Type *string `locationName:"type" type:"string" required:"true" enum:"WebhookFilterType"` // contains filtered or unexported fields }
A filter used to determine which webhooks trigger a build.
func (WebhookFilter) GoString ¶ added in v1.16.32
func (s WebhookFilter) GoString() string
GoString returns the string representation
func (*WebhookFilter) SetExcludeMatchedPattern ¶ added in v1.16.32
func (s *WebhookFilter) SetExcludeMatchedPattern(v bool) *WebhookFilter
SetExcludeMatchedPattern sets the ExcludeMatchedPattern field's value.
func (*WebhookFilter) SetPattern ¶ added in v1.16.32
func (s *WebhookFilter) SetPattern(v string) *WebhookFilter
SetPattern sets the Pattern field's value.
func (*WebhookFilter) SetType ¶ added in v1.16.32
func (s *WebhookFilter) SetType(v string) *WebhookFilter
SetType sets the Type field's value.
func (WebhookFilter) String ¶ added in v1.16.32
func (s WebhookFilter) String() string
String returns the string representation
Directories ¶
Path | Synopsis |
---|---|
Package codebuildiface provides an interface to enable mocking the AWS CodeBuild service client for testing your code.
|
Package codebuildiface provides an interface to enable mocking the AWS CodeBuild service client for testing your code. |