Documentation ¶
Index ¶
- type Client
- type CreateAppFuture
- type CreateBackendEnvironmentFuture
- type CreateBranchFuture
- type CreateDeploymentFuture
- type CreateDomainAssociationFuture
- type CreateWebhookFuture
- type DeleteAppFuture
- type DeleteBackendEnvironmentFuture
- type DeleteBranchFuture
- type DeleteDomainAssociationFuture
- type DeleteJobFuture
- type DeleteWebhookFuture
- type GenerateAccessLogsFuture
- type GetAppFuture
- type GetArtifactUrlFuture
- type GetBackendEnvironmentFuture
- type GetBranchFuture
- type GetDomainAssociationFuture
- type GetJobFuture
- type GetWebhookFuture
- type ListAppsFuture
- type ListArtifactsFuture
- type ListBackendEnvironmentsFuture
- type ListBranchesFuture
- type ListDomainAssociationsFuture
- type ListJobsFuture
- type ListTagsForResourceFuture
- type ListWebhooksFuture
- type StartDeploymentFuture
- type StartJobFuture
- type StopJobFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateAppFuture
- type UpdateBranchFuture
- type UpdateDomainAssociationFuture
- type UpdateWebhookFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateApp(ctx workflow.Context, input *amplify.CreateAppInput) (*amplify.CreateAppOutput, error) CreateAppAsync(ctx workflow.Context, input *amplify.CreateAppInput) *CreateAppFuture CreateBackendEnvironment(ctx workflow.Context, input *amplify.CreateBackendEnvironmentInput) (*amplify.CreateBackendEnvironmentOutput, error) CreateBackendEnvironmentAsync(ctx workflow.Context, input *amplify.CreateBackendEnvironmentInput) *CreateBackendEnvironmentFuture CreateBranch(ctx workflow.Context, input *amplify.CreateBranchInput) (*amplify.CreateBranchOutput, error) CreateBranchAsync(ctx workflow.Context, input *amplify.CreateBranchInput) *CreateBranchFuture CreateDeployment(ctx workflow.Context, input *amplify.CreateDeploymentInput) (*amplify.CreateDeploymentOutput, error) CreateDeploymentAsync(ctx workflow.Context, input *amplify.CreateDeploymentInput) *CreateDeploymentFuture CreateDomainAssociation(ctx workflow.Context, input *amplify.CreateDomainAssociationInput) (*amplify.CreateDomainAssociationOutput, error) CreateDomainAssociationAsync(ctx workflow.Context, input *amplify.CreateDomainAssociationInput) *CreateDomainAssociationFuture CreateWebhook(ctx workflow.Context, input *amplify.CreateWebhookInput) (*amplify.CreateWebhookOutput, error) CreateWebhookAsync(ctx workflow.Context, input *amplify.CreateWebhookInput) *CreateWebhookFuture DeleteApp(ctx workflow.Context, input *amplify.DeleteAppInput) (*amplify.DeleteAppOutput, error) DeleteAppAsync(ctx workflow.Context, input *amplify.DeleteAppInput) *DeleteAppFuture DeleteBackendEnvironment(ctx workflow.Context, input *amplify.DeleteBackendEnvironmentInput) (*amplify.DeleteBackendEnvironmentOutput, error) DeleteBackendEnvironmentAsync(ctx workflow.Context, input *amplify.DeleteBackendEnvironmentInput) *DeleteBackendEnvironmentFuture DeleteBranch(ctx workflow.Context, input *amplify.DeleteBranchInput) (*amplify.DeleteBranchOutput, error) DeleteBranchAsync(ctx workflow.Context, input *amplify.DeleteBranchInput) *DeleteBranchFuture DeleteDomainAssociation(ctx workflow.Context, input *amplify.DeleteDomainAssociationInput) (*amplify.DeleteDomainAssociationOutput, error) DeleteDomainAssociationAsync(ctx workflow.Context, input *amplify.DeleteDomainAssociationInput) *DeleteDomainAssociationFuture DeleteJob(ctx workflow.Context, input *amplify.DeleteJobInput) (*amplify.DeleteJobOutput, error) DeleteJobAsync(ctx workflow.Context, input *amplify.DeleteJobInput) *DeleteJobFuture DeleteWebhook(ctx workflow.Context, input *amplify.DeleteWebhookInput) (*amplify.DeleteWebhookOutput, error) DeleteWebhookAsync(ctx workflow.Context, input *amplify.DeleteWebhookInput) *DeleteWebhookFuture GenerateAccessLogs(ctx workflow.Context, input *amplify.GenerateAccessLogsInput) (*amplify.GenerateAccessLogsOutput, error) GenerateAccessLogsAsync(ctx workflow.Context, input *amplify.GenerateAccessLogsInput) *GenerateAccessLogsFuture GetApp(ctx workflow.Context, input *amplify.GetAppInput) (*amplify.GetAppOutput, error) GetAppAsync(ctx workflow.Context, input *amplify.GetAppInput) *GetAppFuture GetArtifactUrl(ctx workflow.Context, input *amplify.GetArtifactUrlInput) (*amplify.GetArtifactUrlOutput, error) GetArtifactUrlAsync(ctx workflow.Context, input *amplify.GetArtifactUrlInput) *GetArtifactUrlFuture GetBackendEnvironment(ctx workflow.Context, input *amplify.GetBackendEnvironmentInput) (*amplify.GetBackendEnvironmentOutput, error) GetBackendEnvironmentAsync(ctx workflow.Context, input *amplify.GetBackendEnvironmentInput) *GetBackendEnvironmentFuture GetBranch(ctx workflow.Context, input *amplify.GetBranchInput) (*amplify.GetBranchOutput, error) GetBranchAsync(ctx workflow.Context, input *amplify.GetBranchInput) *GetBranchFuture GetDomainAssociation(ctx workflow.Context, input *amplify.GetDomainAssociationInput) (*amplify.GetDomainAssociationOutput, error) GetDomainAssociationAsync(ctx workflow.Context, input *amplify.GetDomainAssociationInput) *GetDomainAssociationFuture GetJob(ctx workflow.Context, input *amplify.GetJobInput) (*amplify.GetJobOutput, error) GetJobAsync(ctx workflow.Context, input *amplify.GetJobInput) *GetJobFuture GetWebhook(ctx workflow.Context, input *amplify.GetWebhookInput) (*amplify.GetWebhookOutput, error) GetWebhookAsync(ctx workflow.Context, input *amplify.GetWebhookInput) *GetWebhookFuture ListApps(ctx workflow.Context, input *amplify.ListAppsInput) (*amplify.ListAppsOutput, error) ListAppsAsync(ctx workflow.Context, input *amplify.ListAppsInput) *ListAppsFuture ListArtifacts(ctx workflow.Context, input *amplify.ListArtifactsInput) (*amplify.ListArtifactsOutput, error) ListArtifactsAsync(ctx workflow.Context, input *amplify.ListArtifactsInput) *ListArtifactsFuture ListBackendEnvironments(ctx workflow.Context, input *amplify.ListBackendEnvironmentsInput) (*amplify.ListBackendEnvironmentsOutput, error) ListBackendEnvironmentsAsync(ctx workflow.Context, input *amplify.ListBackendEnvironmentsInput) *ListBackendEnvironmentsFuture ListBranches(ctx workflow.Context, input *amplify.ListBranchesInput) (*amplify.ListBranchesOutput, error) ListBranchesAsync(ctx workflow.Context, input *amplify.ListBranchesInput) *ListBranchesFuture ListDomainAssociations(ctx workflow.Context, input *amplify.ListDomainAssociationsInput) (*amplify.ListDomainAssociationsOutput, error) ListDomainAssociationsAsync(ctx workflow.Context, input *amplify.ListDomainAssociationsInput) *ListDomainAssociationsFuture ListJobs(ctx workflow.Context, input *amplify.ListJobsInput) (*amplify.ListJobsOutput, error) ListJobsAsync(ctx workflow.Context, input *amplify.ListJobsInput) *ListJobsFuture ListTagsForResource(ctx workflow.Context, input *amplify.ListTagsForResourceInput) (*amplify.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *amplify.ListTagsForResourceInput) *ListTagsForResourceFuture ListWebhooks(ctx workflow.Context, input *amplify.ListWebhooksInput) (*amplify.ListWebhooksOutput, error) ListWebhooksAsync(ctx workflow.Context, input *amplify.ListWebhooksInput) *ListWebhooksFuture StartDeployment(ctx workflow.Context, input *amplify.StartDeploymentInput) (*amplify.StartDeploymentOutput, error) StartDeploymentAsync(ctx workflow.Context, input *amplify.StartDeploymentInput) *StartDeploymentFuture StartJob(ctx workflow.Context, input *amplify.StartJobInput) (*amplify.StartJobOutput, error) StartJobAsync(ctx workflow.Context, input *amplify.StartJobInput) *StartJobFuture StopJob(ctx workflow.Context, input *amplify.StopJobInput) (*amplify.StopJobOutput, error) StopJobAsync(ctx workflow.Context, input *amplify.StopJobInput) *StopJobFuture TagResource(ctx workflow.Context, input *amplify.TagResourceInput) (*amplify.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *amplify.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *amplify.UntagResourceInput) (*amplify.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *amplify.UntagResourceInput) *UntagResourceFuture UpdateApp(ctx workflow.Context, input *amplify.UpdateAppInput) (*amplify.UpdateAppOutput, error) UpdateAppAsync(ctx workflow.Context, input *amplify.UpdateAppInput) *UpdateAppFuture UpdateBranch(ctx workflow.Context, input *amplify.UpdateBranchInput) (*amplify.UpdateBranchOutput, error) UpdateBranchAsync(ctx workflow.Context, input *amplify.UpdateBranchInput) *UpdateBranchFuture UpdateDomainAssociation(ctx workflow.Context, input *amplify.UpdateDomainAssociationInput) (*amplify.UpdateDomainAssociationOutput, error) UpdateDomainAssociationAsync(ctx workflow.Context, input *amplify.UpdateDomainAssociationInput) *UpdateDomainAssociationFuture UpdateWebhook(ctx workflow.Context, input *amplify.UpdateWebhookInput) (*amplify.UpdateWebhookOutput, error) UpdateWebhookAsync(ctx workflow.Context, input *amplify.UpdateWebhookInput) *UpdateWebhookFuture }
type CreateAppFuture ¶
func (*CreateAppFuture) Get ¶
func (r *CreateAppFuture) Get(ctx workflow.Context) (*amplify.CreateAppOutput, error)
type CreateBackendEnvironmentFuture ¶
type CreateBackendEnvironmentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateBackendEnvironmentFuture) Get ¶
func (r *CreateBackendEnvironmentFuture) Get(ctx workflow.Context) (*amplify.CreateBackendEnvironmentOutput, error)
type CreateBranchFuture ¶
func (*CreateBranchFuture) Get ¶
func (r *CreateBranchFuture) Get(ctx workflow.Context) (*amplify.CreateBranchOutput, error)
type CreateDeploymentFuture ¶
type CreateDeploymentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDeploymentFuture) Get ¶
func (r *CreateDeploymentFuture) Get(ctx workflow.Context) (*amplify.CreateDeploymentOutput, error)
type CreateDomainAssociationFuture ¶
type CreateDomainAssociationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDomainAssociationFuture) Get ¶
func (r *CreateDomainAssociationFuture) Get(ctx workflow.Context) (*amplify.CreateDomainAssociationOutput, error)
type CreateWebhookFuture ¶
func (*CreateWebhookFuture) Get ¶
func (r *CreateWebhookFuture) Get(ctx workflow.Context) (*amplify.CreateWebhookOutput, error)
type DeleteAppFuture ¶
func (*DeleteAppFuture) Get ¶
func (r *DeleteAppFuture) Get(ctx workflow.Context) (*amplify.DeleteAppOutput, error)
type DeleteBackendEnvironmentFuture ¶
type DeleteBackendEnvironmentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteBackendEnvironmentFuture) Get ¶
func (r *DeleteBackendEnvironmentFuture) Get(ctx workflow.Context) (*amplify.DeleteBackendEnvironmentOutput, error)
type DeleteBranchFuture ¶
func (*DeleteBranchFuture) Get ¶
func (r *DeleteBranchFuture) Get(ctx workflow.Context) (*amplify.DeleteBranchOutput, error)
type DeleteDomainAssociationFuture ¶
type DeleteDomainAssociationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDomainAssociationFuture) Get ¶
func (r *DeleteDomainAssociationFuture) Get(ctx workflow.Context) (*amplify.DeleteDomainAssociationOutput, error)
type DeleteJobFuture ¶
func (*DeleteJobFuture) Get ¶
func (r *DeleteJobFuture) Get(ctx workflow.Context) (*amplify.DeleteJobOutput, error)
type DeleteWebhookFuture ¶
func (*DeleteWebhookFuture) Get ¶
func (r *DeleteWebhookFuture) Get(ctx workflow.Context) (*amplify.DeleteWebhookOutput, error)
type GenerateAccessLogsFuture ¶
type GenerateAccessLogsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GenerateAccessLogsFuture) Get ¶
func (r *GenerateAccessLogsFuture) Get(ctx workflow.Context) (*amplify.GenerateAccessLogsOutput, error)
type GetAppFuture ¶
func (*GetAppFuture) Get ¶
func (r *GetAppFuture) Get(ctx workflow.Context) (*amplify.GetAppOutput, error)
type GetArtifactUrlFuture ¶
func (*GetArtifactUrlFuture) Get ¶
func (r *GetArtifactUrlFuture) Get(ctx workflow.Context) (*amplify.GetArtifactUrlOutput, error)
type GetBackendEnvironmentFuture ¶
type GetBackendEnvironmentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBackendEnvironmentFuture) Get ¶
func (r *GetBackendEnvironmentFuture) Get(ctx workflow.Context) (*amplify.GetBackendEnvironmentOutput, error)
type GetBranchFuture ¶
func (*GetBranchFuture) Get ¶
func (r *GetBranchFuture) Get(ctx workflow.Context) (*amplify.GetBranchOutput, error)
type GetDomainAssociationFuture ¶
type GetDomainAssociationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDomainAssociationFuture) Get ¶
func (r *GetDomainAssociationFuture) Get(ctx workflow.Context) (*amplify.GetDomainAssociationOutput, error)
type GetJobFuture ¶
func (*GetJobFuture) Get ¶
func (r *GetJobFuture) Get(ctx workflow.Context) (*amplify.GetJobOutput, error)
type GetWebhookFuture ¶
func (*GetWebhookFuture) Get ¶
func (r *GetWebhookFuture) Get(ctx workflow.Context) (*amplify.GetWebhookOutput, error)
type ListAppsFuture ¶
func (*ListAppsFuture) Get ¶
func (r *ListAppsFuture) Get(ctx workflow.Context) (*amplify.ListAppsOutput, error)
type ListArtifactsFuture ¶
func (*ListArtifactsFuture) Get ¶
func (r *ListArtifactsFuture) Get(ctx workflow.Context) (*amplify.ListArtifactsOutput, error)
type ListBackendEnvironmentsFuture ¶
type ListBackendEnvironmentsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListBackendEnvironmentsFuture) Get ¶
func (r *ListBackendEnvironmentsFuture) Get(ctx workflow.Context) (*amplify.ListBackendEnvironmentsOutput, error)
type ListBranchesFuture ¶
func (*ListBranchesFuture) Get ¶
func (r *ListBranchesFuture) Get(ctx workflow.Context) (*amplify.ListBranchesOutput, error)
type ListDomainAssociationsFuture ¶
type ListDomainAssociationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDomainAssociationsFuture) Get ¶
func (r *ListDomainAssociationsFuture) Get(ctx workflow.Context) (*amplify.ListDomainAssociationsOutput, error)
type ListJobsFuture ¶
func (*ListJobsFuture) Get ¶
func (r *ListJobsFuture) Get(ctx workflow.Context) (*amplify.ListJobsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*amplify.ListTagsForResourceOutput, error)
type ListWebhooksFuture ¶
func (*ListWebhooksFuture) Get ¶
func (r *ListWebhooksFuture) Get(ctx workflow.Context) (*amplify.ListWebhooksOutput, error)
type StartDeploymentFuture ¶
type StartDeploymentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartDeploymentFuture) Get ¶
func (r *StartDeploymentFuture) Get(ctx workflow.Context) (*amplify.StartDeploymentOutput, error)
type StartJobFuture ¶
func (*StartJobFuture) Get ¶
func (r *StartJobFuture) Get(ctx workflow.Context) (*amplify.StartJobOutput, error)
type StopJobFuture ¶
func (*StopJobFuture) Get ¶
func (r *StopJobFuture) Get(ctx workflow.Context) (*amplify.StopJobOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*amplify.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*amplify.UntagResourceOutput, error)
type UpdateAppFuture ¶
func (*UpdateAppFuture) Get ¶
func (r *UpdateAppFuture) Get(ctx workflow.Context) (*amplify.UpdateAppOutput, error)
type UpdateBranchFuture ¶
func (*UpdateBranchFuture) Get ¶
func (r *UpdateBranchFuture) Get(ctx workflow.Context) (*amplify.UpdateBranchOutput, error)
type UpdateDomainAssociationFuture ¶
type UpdateDomainAssociationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDomainAssociationFuture) Get ¶
func (r *UpdateDomainAssociationFuture) Get(ctx workflow.Context) (*amplify.UpdateDomainAssociationOutput, error)
type UpdateWebhookFuture ¶
func (*UpdateWebhookFuture) Get ¶
func (r *UpdateWebhookFuture) Get(ctx workflow.Context) (*amplify.UpdateWebhookOutput, error)
Click to show internal directories.
Click to hide internal directories.