Documentation
¶
Index ¶
- type BatchDeleteBuildsFuture
- type BatchGetBuildBatchesFuture
- type BatchGetBuildsFuture
- type BatchGetProjectsFuture
- type BatchGetReportGroupsFuture
- type BatchGetReportsFuture
- type Client
- type CreateProjectFuture
- type CreateReportGroupFuture
- type CreateWebhookFuture
- type DeleteBuildBatchFuture
- type DeleteProjectFuture
- type DeleteReportFuture
- type DeleteReportGroupFuture
- type DeleteResourcePolicyFuture
- type DeleteSourceCredentialsFuture
- type DeleteWebhookFuture
- type DescribeCodeCoveragesFuture
- type DescribeTestCasesFuture
- type GetResourcePolicyFuture
- type ImportSourceCredentialsFuture
- type InvalidateProjectCacheFuture
- type ListBuildBatchesForProjectFuture
- type ListBuildBatchesFuture
- type ListBuildsForProjectFuture
- type ListBuildsFuture
- type ListCuratedEnvironmentImagesFuture
- type ListProjectsFuture
- type ListReportGroupsFuture
- type ListReportsForReportGroupFuture
- type ListReportsFuture
- type ListSharedProjectsFuture
- type ListSharedReportGroupsFuture
- type ListSourceCredentialsFuture
- type PutResourcePolicyFuture
- type RetryBuildBatchFuture
- type RetryBuildFuture
- type StartBuildBatchFuture
- type StartBuildFuture
- type StopBuildBatchFuture
- type StopBuildFuture
- type UpdateProjectFuture
- type UpdateReportGroupFuture
- type UpdateWebhookFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchDeleteBuildsFuture ¶
type BatchDeleteBuildsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchDeleteBuildsFuture) Get ¶
func (r *BatchDeleteBuildsFuture) Get(ctx workflow.Context) (*codebuild.BatchDeleteBuildsOutput, error)
type BatchGetBuildBatchesFuture ¶
type BatchGetBuildBatchesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetBuildBatchesFuture) Get ¶
func (r *BatchGetBuildBatchesFuture) Get(ctx workflow.Context) (*codebuild.BatchGetBuildBatchesOutput, error)
type BatchGetBuildsFuture ¶
func (*BatchGetBuildsFuture) Get ¶
func (r *BatchGetBuildsFuture) Get(ctx workflow.Context) (*codebuild.BatchGetBuildsOutput, error)
type BatchGetProjectsFuture ¶
type BatchGetProjectsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetProjectsFuture) Get ¶
func (r *BatchGetProjectsFuture) Get(ctx workflow.Context) (*codebuild.BatchGetProjectsOutput, error)
type BatchGetReportGroupsFuture ¶
type BatchGetReportGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetReportGroupsFuture) Get ¶
func (r *BatchGetReportGroupsFuture) Get(ctx workflow.Context) (*codebuild.BatchGetReportGroupsOutput, error)
type BatchGetReportsFuture ¶
type BatchGetReportsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetReportsFuture) Get ¶
func (r *BatchGetReportsFuture) Get(ctx workflow.Context) (*codebuild.BatchGetReportsOutput, error)
type Client ¶
type Client interface { BatchDeleteBuilds(ctx workflow.Context, input *codebuild.BatchDeleteBuildsInput) (*codebuild.BatchDeleteBuildsOutput, error) BatchDeleteBuildsAsync(ctx workflow.Context, input *codebuild.BatchDeleteBuildsInput) *BatchDeleteBuildsFuture BatchGetBuildBatches(ctx workflow.Context, input *codebuild.BatchGetBuildBatchesInput) (*codebuild.BatchGetBuildBatchesOutput, error) BatchGetBuildBatchesAsync(ctx workflow.Context, input *codebuild.BatchGetBuildBatchesInput) *BatchGetBuildBatchesFuture BatchGetBuilds(ctx workflow.Context, input *codebuild.BatchGetBuildsInput) (*codebuild.BatchGetBuildsOutput, error) BatchGetBuildsAsync(ctx workflow.Context, input *codebuild.BatchGetBuildsInput) *BatchGetBuildsFuture BatchGetProjects(ctx workflow.Context, input *codebuild.BatchGetProjectsInput) (*codebuild.BatchGetProjectsOutput, error) BatchGetProjectsAsync(ctx workflow.Context, input *codebuild.BatchGetProjectsInput) *BatchGetProjectsFuture BatchGetReportGroups(ctx workflow.Context, input *codebuild.BatchGetReportGroupsInput) (*codebuild.BatchGetReportGroupsOutput, error) BatchGetReportGroupsAsync(ctx workflow.Context, input *codebuild.BatchGetReportGroupsInput) *BatchGetReportGroupsFuture BatchGetReports(ctx workflow.Context, input *codebuild.BatchGetReportsInput) (*codebuild.BatchGetReportsOutput, error) BatchGetReportsAsync(ctx workflow.Context, input *codebuild.BatchGetReportsInput) *BatchGetReportsFuture CreateProject(ctx workflow.Context, input *codebuild.CreateProjectInput) (*codebuild.CreateProjectOutput, error) CreateProjectAsync(ctx workflow.Context, input *codebuild.CreateProjectInput) *CreateProjectFuture CreateReportGroup(ctx workflow.Context, input *codebuild.CreateReportGroupInput) (*codebuild.CreateReportGroupOutput, error) CreateReportGroupAsync(ctx workflow.Context, input *codebuild.CreateReportGroupInput) *CreateReportGroupFuture CreateWebhook(ctx workflow.Context, input *codebuild.CreateWebhookInput) (*codebuild.CreateWebhookOutput, error) CreateWebhookAsync(ctx workflow.Context, input *codebuild.CreateWebhookInput) *CreateWebhookFuture DeleteBuildBatch(ctx workflow.Context, input *codebuild.DeleteBuildBatchInput) (*codebuild.DeleteBuildBatchOutput, error) DeleteBuildBatchAsync(ctx workflow.Context, input *codebuild.DeleteBuildBatchInput) *DeleteBuildBatchFuture DeleteProject(ctx workflow.Context, input *codebuild.DeleteProjectInput) (*codebuild.DeleteProjectOutput, error) DeleteProjectAsync(ctx workflow.Context, input *codebuild.DeleteProjectInput) *DeleteProjectFuture DeleteReport(ctx workflow.Context, input *codebuild.DeleteReportInput) (*codebuild.DeleteReportOutput, error) DeleteReportAsync(ctx workflow.Context, input *codebuild.DeleteReportInput) *DeleteReportFuture DeleteReportGroup(ctx workflow.Context, input *codebuild.DeleteReportGroupInput) (*codebuild.DeleteReportGroupOutput, error) DeleteReportGroupAsync(ctx workflow.Context, input *codebuild.DeleteReportGroupInput) *DeleteReportGroupFuture DeleteResourcePolicy(ctx workflow.Context, input *codebuild.DeleteResourcePolicyInput) (*codebuild.DeleteResourcePolicyOutput, error) DeleteResourcePolicyAsync(ctx workflow.Context, input *codebuild.DeleteResourcePolicyInput) *DeleteResourcePolicyFuture DeleteSourceCredentials(ctx workflow.Context, input *codebuild.DeleteSourceCredentialsInput) (*codebuild.DeleteSourceCredentialsOutput, error) DeleteSourceCredentialsAsync(ctx workflow.Context, input *codebuild.DeleteSourceCredentialsInput) *DeleteSourceCredentialsFuture DeleteWebhook(ctx workflow.Context, input *codebuild.DeleteWebhookInput) (*codebuild.DeleteWebhookOutput, error) DeleteWebhookAsync(ctx workflow.Context, input *codebuild.DeleteWebhookInput) *DeleteWebhookFuture DescribeCodeCoverages(ctx workflow.Context, input *codebuild.DescribeCodeCoveragesInput) (*codebuild.DescribeCodeCoveragesOutput, error) DescribeCodeCoveragesAsync(ctx workflow.Context, input *codebuild.DescribeCodeCoveragesInput) *DescribeCodeCoveragesFuture DescribeTestCases(ctx workflow.Context, input *codebuild.DescribeTestCasesInput) (*codebuild.DescribeTestCasesOutput, error) DescribeTestCasesAsync(ctx workflow.Context, input *codebuild.DescribeTestCasesInput) *DescribeTestCasesFuture GetResourcePolicy(ctx workflow.Context, input *codebuild.GetResourcePolicyInput) (*codebuild.GetResourcePolicyOutput, error) GetResourcePolicyAsync(ctx workflow.Context, input *codebuild.GetResourcePolicyInput) *GetResourcePolicyFuture ImportSourceCredentials(ctx workflow.Context, input *codebuild.ImportSourceCredentialsInput) (*codebuild.ImportSourceCredentialsOutput, error) ImportSourceCredentialsAsync(ctx workflow.Context, input *codebuild.ImportSourceCredentialsInput) *ImportSourceCredentialsFuture InvalidateProjectCache(ctx workflow.Context, input *codebuild.InvalidateProjectCacheInput) (*codebuild.InvalidateProjectCacheOutput, error) InvalidateProjectCacheAsync(ctx workflow.Context, input *codebuild.InvalidateProjectCacheInput) *InvalidateProjectCacheFuture ListBuildBatches(ctx workflow.Context, input *codebuild.ListBuildBatchesInput) (*codebuild.ListBuildBatchesOutput, error) ListBuildBatchesAsync(ctx workflow.Context, input *codebuild.ListBuildBatchesInput) *ListBuildBatchesFuture ListBuildBatchesForProject(ctx workflow.Context, input *codebuild.ListBuildBatchesForProjectInput) (*codebuild.ListBuildBatchesForProjectOutput, error) ListBuildBatchesForProjectAsync(ctx workflow.Context, input *codebuild.ListBuildBatchesForProjectInput) *ListBuildBatchesForProjectFuture ListBuilds(ctx workflow.Context, input *codebuild.ListBuildsInput) (*codebuild.ListBuildsOutput, error) ListBuildsAsync(ctx workflow.Context, input *codebuild.ListBuildsInput) *ListBuildsFuture ListBuildsForProject(ctx workflow.Context, input *codebuild.ListBuildsForProjectInput) (*codebuild.ListBuildsForProjectOutput, error) ListBuildsForProjectAsync(ctx workflow.Context, input *codebuild.ListBuildsForProjectInput) *ListBuildsForProjectFuture ListCuratedEnvironmentImages(ctx workflow.Context, input *codebuild.ListCuratedEnvironmentImagesInput) (*codebuild.ListCuratedEnvironmentImagesOutput, error) ListCuratedEnvironmentImagesAsync(ctx workflow.Context, input *codebuild.ListCuratedEnvironmentImagesInput) *ListCuratedEnvironmentImagesFuture ListProjects(ctx workflow.Context, input *codebuild.ListProjectsInput) (*codebuild.ListProjectsOutput, error) ListProjectsAsync(ctx workflow.Context, input *codebuild.ListProjectsInput) *ListProjectsFuture ListReportGroups(ctx workflow.Context, input *codebuild.ListReportGroupsInput) (*codebuild.ListReportGroupsOutput, error) ListReportGroupsAsync(ctx workflow.Context, input *codebuild.ListReportGroupsInput) *ListReportGroupsFuture ListReports(ctx workflow.Context, input *codebuild.ListReportsInput) (*codebuild.ListReportsOutput, error) ListReportsAsync(ctx workflow.Context, input *codebuild.ListReportsInput) *ListReportsFuture ListReportsForReportGroup(ctx workflow.Context, input *codebuild.ListReportsForReportGroupInput) (*codebuild.ListReportsForReportGroupOutput, error) ListReportsForReportGroupAsync(ctx workflow.Context, input *codebuild.ListReportsForReportGroupInput) *ListReportsForReportGroupFuture ListSourceCredentials(ctx workflow.Context, input *codebuild.ListSourceCredentialsInput) (*codebuild.ListSourceCredentialsOutput, error) ListSourceCredentialsAsync(ctx workflow.Context, input *codebuild.ListSourceCredentialsInput) *ListSourceCredentialsFuture PutResourcePolicy(ctx workflow.Context, input *codebuild.PutResourcePolicyInput) (*codebuild.PutResourcePolicyOutput, error) PutResourcePolicyAsync(ctx workflow.Context, input *codebuild.PutResourcePolicyInput) *PutResourcePolicyFuture RetryBuild(ctx workflow.Context, input *codebuild.RetryBuildInput) (*codebuild.RetryBuildOutput, error) RetryBuildAsync(ctx workflow.Context, input *codebuild.RetryBuildInput) *RetryBuildFuture RetryBuildBatch(ctx workflow.Context, input *codebuild.RetryBuildBatchInput) (*codebuild.RetryBuildBatchOutput, error) RetryBuildBatchAsync(ctx workflow.Context, input *codebuild.RetryBuildBatchInput) *RetryBuildBatchFuture StartBuild(ctx workflow.Context, input *codebuild.StartBuildInput) (*codebuild.StartBuildOutput, error) StartBuildAsync(ctx workflow.Context, input *codebuild.StartBuildInput) *StartBuildFuture StartBuildBatch(ctx workflow.Context, input *codebuild.StartBuildBatchInput) (*codebuild.StartBuildBatchOutput, error) StartBuildBatchAsync(ctx workflow.Context, input *codebuild.StartBuildBatchInput) *StartBuildBatchFuture StopBuild(ctx workflow.Context, input *codebuild.StopBuildInput) (*codebuild.StopBuildOutput, error) StopBuildAsync(ctx workflow.Context, input *codebuild.StopBuildInput) *StopBuildFuture StopBuildBatch(ctx workflow.Context, input *codebuild.StopBuildBatchInput) (*codebuild.StopBuildBatchOutput, error) StopBuildBatchAsync(ctx workflow.Context, input *codebuild.StopBuildBatchInput) *StopBuildBatchFuture UpdateProject(ctx workflow.Context, input *codebuild.UpdateProjectInput) (*codebuild.UpdateProjectOutput, error) UpdateProjectAsync(ctx workflow.Context, input *codebuild.UpdateProjectInput) *UpdateProjectFuture UpdateReportGroup(ctx workflow.Context, input *codebuild.UpdateReportGroupInput) (*codebuild.UpdateReportGroupOutput, error) UpdateReportGroupAsync(ctx workflow.Context, input *codebuild.UpdateReportGroupInput) *UpdateReportGroupFuture UpdateWebhook(ctx workflow.Context, input *codebuild.UpdateWebhookInput) (*codebuild.UpdateWebhookOutput, error) UpdateWebhookAsync(ctx workflow.Context, input *codebuild.UpdateWebhookInput) *UpdateWebhookFuture }
type CreateProjectFuture ¶
func (*CreateProjectFuture) Get ¶
func (r *CreateProjectFuture) Get(ctx workflow.Context) (*codebuild.CreateProjectOutput, error)
type CreateReportGroupFuture ¶
type CreateReportGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateReportGroupFuture) Get ¶
func (r *CreateReportGroupFuture) Get(ctx workflow.Context) (*codebuild.CreateReportGroupOutput, error)
type CreateWebhookFuture ¶
func (*CreateWebhookFuture) Get ¶
func (r *CreateWebhookFuture) Get(ctx workflow.Context) (*codebuild.CreateWebhookOutput, error)
type DeleteBuildBatchFuture ¶
type DeleteBuildBatchFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteBuildBatchFuture) Get ¶
func (r *DeleteBuildBatchFuture) Get(ctx workflow.Context) (*codebuild.DeleteBuildBatchOutput, error)
type DeleteProjectFuture ¶
func (*DeleteProjectFuture) Get ¶
func (r *DeleteProjectFuture) Get(ctx workflow.Context) (*codebuild.DeleteProjectOutput, error)
type DeleteReportFuture ¶
func (*DeleteReportFuture) Get ¶
func (r *DeleteReportFuture) Get(ctx workflow.Context) (*codebuild.DeleteReportOutput, error)
type DeleteReportGroupFuture ¶
type DeleteReportGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteReportGroupFuture) Get ¶
func (r *DeleteReportGroupFuture) Get(ctx workflow.Context) (*codebuild.DeleteReportGroupOutput, error)
type DeleteResourcePolicyFuture ¶
type DeleteResourcePolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteResourcePolicyFuture) Get ¶
func (r *DeleteResourcePolicyFuture) Get(ctx workflow.Context) (*codebuild.DeleteResourcePolicyOutput, error)
type DeleteSourceCredentialsFuture ¶
type DeleteSourceCredentialsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteSourceCredentialsFuture) Get ¶
func (r *DeleteSourceCredentialsFuture) Get(ctx workflow.Context) (*codebuild.DeleteSourceCredentialsOutput, error)
type DeleteWebhookFuture ¶
func (*DeleteWebhookFuture) Get ¶
func (r *DeleteWebhookFuture) Get(ctx workflow.Context) (*codebuild.DeleteWebhookOutput, error)
type DescribeCodeCoveragesFuture ¶
type DescribeCodeCoveragesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeCodeCoveragesFuture) Get ¶
func (r *DescribeCodeCoveragesFuture) Get(ctx workflow.Context) (*codebuild.DescribeCodeCoveragesOutput, error)
type DescribeTestCasesFuture ¶
type DescribeTestCasesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeTestCasesFuture) Get ¶
func (r *DescribeTestCasesFuture) Get(ctx workflow.Context) (*codebuild.DescribeTestCasesOutput, error)
type GetResourcePolicyFuture ¶
type GetResourcePolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetResourcePolicyFuture) Get ¶
func (r *GetResourcePolicyFuture) Get(ctx workflow.Context) (*codebuild.GetResourcePolicyOutput, error)
type ImportSourceCredentialsFuture ¶
type ImportSourceCredentialsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ImportSourceCredentialsFuture) Get ¶
func (r *ImportSourceCredentialsFuture) Get(ctx workflow.Context) (*codebuild.ImportSourceCredentialsOutput, error)
type InvalidateProjectCacheFuture ¶
type InvalidateProjectCacheFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*InvalidateProjectCacheFuture) Get ¶
func (r *InvalidateProjectCacheFuture) Get(ctx workflow.Context) (*codebuild.InvalidateProjectCacheOutput, error)
type ListBuildBatchesForProjectFuture ¶
type ListBuildBatchesForProjectFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListBuildBatchesForProjectFuture) Get ¶
func (r *ListBuildBatchesForProjectFuture) Get(ctx workflow.Context) (*codebuild.ListBuildBatchesForProjectOutput, error)
type ListBuildBatchesFuture ¶
type ListBuildBatchesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListBuildBatchesFuture) Get ¶
func (r *ListBuildBatchesFuture) Get(ctx workflow.Context) (*codebuild.ListBuildBatchesOutput, error)
type ListBuildsForProjectFuture ¶
type ListBuildsForProjectFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListBuildsForProjectFuture) Get ¶
func (r *ListBuildsForProjectFuture) Get(ctx workflow.Context) (*codebuild.ListBuildsForProjectOutput, error)
type ListBuildsFuture ¶
func (*ListBuildsFuture) Get ¶
func (r *ListBuildsFuture) Get(ctx workflow.Context) (*codebuild.ListBuildsOutput, error)
type ListCuratedEnvironmentImagesFuture ¶
type ListCuratedEnvironmentImagesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListCuratedEnvironmentImagesFuture) Get ¶
func (r *ListCuratedEnvironmentImagesFuture) Get(ctx workflow.Context) (*codebuild.ListCuratedEnvironmentImagesOutput, error)
type ListProjectsFuture ¶
func (*ListProjectsFuture) Get ¶
func (r *ListProjectsFuture) Get(ctx workflow.Context) (*codebuild.ListProjectsOutput, error)
type ListReportGroupsFuture ¶
type ListReportGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListReportGroupsFuture) Get ¶
func (r *ListReportGroupsFuture) Get(ctx workflow.Context) (*codebuild.ListReportGroupsOutput, error)
type ListReportsForReportGroupFuture ¶
type ListReportsForReportGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListReportsForReportGroupFuture) Get ¶
func (r *ListReportsForReportGroupFuture) Get(ctx workflow.Context) (*codebuild.ListReportsForReportGroupOutput, error)
type ListReportsFuture ¶
func (*ListReportsFuture) Get ¶
func (r *ListReportsFuture) Get(ctx workflow.Context) (*codebuild.ListReportsOutput, error)
type ListSharedProjectsFuture ¶
func (*ListSharedProjectsFuture) Get ¶
func (r *ListSharedProjectsFuture) Get(ctx workflow.Context) (*codebuild.ListSharedProjectsOutput, error)
type ListSharedReportGroupsFuture ¶
func (*ListSharedReportGroupsFuture) Get ¶
func (r *ListSharedReportGroupsFuture) Get(ctx workflow.Context) (*codebuild.ListSharedReportGroupsOutput, error)
type ListSourceCredentialsFuture ¶
type ListSourceCredentialsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListSourceCredentialsFuture) Get ¶
func (r *ListSourceCredentialsFuture) Get(ctx workflow.Context) (*codebuild.ListSourceCredentialsOutput, error)
type PutResourcePolicyFuture ¶
type PutResourcePolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutResourcePolicyFuture) Get ¶
func (r *PutResourcePolicyFuture) Get(ctx workflow.Context) (*codebuild.PutResourcePolicyOutput, error)
type RetryBuildBatchFuture ¶
type RetryBuildBatchFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RetryBuildBatchFuture) Get ¶
func (r *RetryBuildBatchFuture) Get(ctx workflow.Context) (*codebuild.RetryBuildBatchOutput, error)
type RetryBuildFuture ¶
func (*RetryBuildFuture) Get ¶
func (r *RetryBuildFuture) Get(ctx workflow.Context) (*codebuild.RetryBuildOutput, error)
type StartBuildBatchFuture ¶
type StartBuildBatchFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartBuildBatchFuture) Get ¶
func (r *StartBuildBatchFuture) Get(ctx workflow.Context) (*codebuild.StartBuildBatchOutput, error)
type StartBuildFuture ¶
func (*StartBuildFuture) Get ¶
func (r *StartBuildFuture) Get(ctx workflow.Context) (*codebuild.StartBuildOutput, error)
type StopBuildBatchFuture ¶
func (*StopBuildBatchFuture) Get ¶
func (r *StopBuildBatchFuture) Get(ctx workflow.Context) (*codebuild.StopBuildBatchOutput, error)
type StopBuildFuture ¶
func (*StopBuildFuture) Get ¶
func (r *StopBuildFuture) Get(ctx workflow.Context) (*codebuild.StopBuildOutput, error)
type UpdateProjectFuture ¶
func (*UpdateProjectFuture) Get ¶
func (r *UpdateProjectFuture) Get(ctx workflow.Context) (*codebuild.UpdateProjectOutput, error)
type UpdateReportGroupFuture ¶
type UpdateReportGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateReportGroupFuture) Get ¶
func (r *UpdateReportGroupFuture) Get(ctx workflow.Context) (*codebuild.UpdateReportGroupOutput, error)
type UpdateWebhookFuture ¶
func (*UpdateWebhookFuture) Get ¶
func (r *UpdateWebhookFuture) Get(ctx workflow.Context) (*codebuild.UpdateWebhookOutput, error)
Click to show internal directories.
Click to hide internal directories.