Documentation ¶
Index ¶
- type AddTagsToOnPremisesInstancesFuture
- type BatchGetApplicationRevisionsFuture
- type BatchGetApplicationsFuture
- type BatchGetDeploymentGroupsFuture
- type BatchGetDeploymentInstancesFuture
- type BatchGetDeploymentTargetsFuture
- type BatchGetDeploymentsFuture
- type BatchGetOnPremisesInstancesFuture
- type Client
- type ContinueDeploymentFuture
- type CreateApplicationFuture
- type CreateDeploymentConfigFuture
- type CreateDeploymentFuture
- type CreateDeploymentGroupFuture
- type DeleteApplicationFuture
- type DeleteDeploymentConfigFuture
- type DeleteDeploymentGroupFuture
- type DeleteGitHubAccountTokenFuture
- type DeleteResourcesByExternalIdFuture
- type DeregisterOnPremisesInstanceFuture
- type GetApplicationFuture
- type GetApplicationRevisionFuture
- type GetDeploymentConfigFuture
- type GetDeploymentFuture
- type GetDeploymentGroupFuture
- type GetDeploymentInstanceFuture
- type GetDeploymentTargetFuture
- type GetOnPremisesInstanceFuture
- type ListApplicationRevisionsFuture
- type ListApplicationsFuture
- type ListDeploymentConfigsFuture
- type ListDeploymentGroupsFuture
- type ListDeploymentInstancesFuture
- type ListDeploymentTargetsFuture
- type ListDeploymentsFuture
- type ListGitHubAccountTokenNamesFuture
- type ListOnPremisesInstancesFuture
- type ListTagsForResourceFuture
- type PutLifecycleEventHookExecutionStatusFuture
- type RegisterApplicationRevisionFuture
- type RegisterOnPremisesInstanceFuture
- type RemoveTagsFromOnPremisesInstancesFuture
- type SkipWaitTimeForInstanceTerminationFuture
- type StopDeploymentFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateApplicationFuture
- type UpdateDeploymentGroupFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddTagsToOnPremisesInstancesFuture ¶
type AddTagsToOnPremisesInstancesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AddTagsToOnPremisesInstancesFuture) Get ¶
func (r *AddTagsToOnPremisesInstancesFuture) Get(ctx workflow.Context) (*codedeploy.AddTagsToOnPremisesInstancesOutput, error)
type BatchGetApplicationRevisionsFuture ¶
type BatchGetApplicationRevisionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetApplicationRevisionsFuture) Get ¶
func (r *BatchGetApplicationRevisionsFuture) Get(ctx workflow.Context) (*codedeploy.BatchGetApplicationRevisionsOutput, error)
type BatchGetApplicationsFuture ¶
type BatchGetApplicationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetApplicationsFuture) Get ¶
func (r *BatchGetApplicationsFuture) Get(ctx workflow.Context) (*codedeploy.BatchGetApplicationsOutput, error)
type BatchGetDeploymentGroupsFuture ¶
type BatchGetDeploymentGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetDeploymentGroupsFuture) Get ¶
func (r *BatchGetDeploymentGroupsFuture) Get(ctx workflow.Context) (*codedeploy.BatchGetDeploymentGroupsOutput, error)
type BatchGetDeploymentInstancesFuture ¶
type BatchGetDeploymentInstancesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetDeploymentInstancesFuture) Get ¶
func (r *BatchGetDeploymentInstancesFuture) Get(ctx workflow.Context) (*codedeploy.BatchGetDeploymentInstancesOutput, error)
type BatchGetDeploymentTargetsFuture ¶
type BatchGetDeploymentTargetsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetDeploymentTargetsFuture) Get ¶
func (r *BatchGetDeploymentTargetsFuture) Get(ctx workflow.Context) (*codedeploy.BatchGetDeploymentTargetsOutput, error)
type BatchGetDeploymentsFuture ¶
type BatchGetDeploymentsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetDeploymentsFuture) Get ¶
func (r *BatchGetDeploymentsFuture) Get(ctx workflow.Context) (*codedeploy.BatchGetDeploymentsOutput, error)
type BatchGetOnPremisesInstancesFuture ¶
type BatchGetOnPremisesInstancesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetOnPremisesInstancesFuture) Get ¶
func (r *BatchGetOnPremisesInstancesFuture) Get(ctx workflow.Context) (*codedeploy.BatchGetOnPremisesInstancesOutput, error)
type Client ¶
type Client interface { AddTagsToOnPremisesInstances(ctx workflow.Context, input *codedeploy.AddTagsToOnPremisesInstancesInput) (*codedeploy.AddTagsToOnPremisesInstancesOutput, error) AddTagsToOnPremisesInstancesAsync(ctx workflow.Context, input *codedeploy.AddTagsToOnPremisesInstancesInput) *AddTagsToOnPremisesInstancesFuture BatchGetApplicationRevisions(ctx workflow.Context, input *codedeploy.BatchGetApplicationRevisionsInput) (*codedeploy.BatchGetApplicationRevisionsOutput, error) BatchGetApplicationRevisionsAsync(ctx workflow.Context, input *codedeploy.BatchGetApplicationRevisionsInput) *BatchGetApplicationRevisionsFuture BatchGetApplications(ctx workflow.Context, input *codedeploy.BatchGetApplicationsInput) (*codedeploy.BatchGetApplicationsOutput, error) BatchGetApplicationsAsync(ctx workflow.Context, input *codedeploy.BatchGetApplicationsInput) *BatchGetApplicationsFuture BatchGetDeploymentGroups(ctx workflow.Context, input *codedeploy.BatchGetDeploymentGroupsInput) (*codedeploy.BatchGetDeploymentGroupsOutput, error) BatchGetDeploymentGroupsAsync(ctx workflow.Context, input *codedeploy.BatchGetDeploymentGroupsInput) *BatchGetDeploymentGroupsFuture BatchGetDeploymentInstances(ctx workflow.Context, input *codedeploy.BatchGetDeploymentInstancesInput) (*codedeploy.BatchGetDeploymentInstancesOutput, error) BatchGetDeploymentInstancesAsync(ctx workflow.Context, input *codedeploy.BatchGetDeploymentInstancesInput) *BatchGetDeploymentInstancesFuture BatchGetDeploymentTargets(ctx workflow.Context, input *codedeploy.BatchGetDeploymentTargetsInput) (*codedeploy.BatchGetDeploymentTargetsOutput, error) BatchGetDeploymentTargetsAsync(ctx workflow.Context, input *codedeploy.BatchGetDeploymentTargetsInput) *BatchGetDeploymentTargetsFuture BatchGetDeployments(ctx workflow.Context, input *codedeploy.BatchGetDeploymentsInput) (*codedeploy.BatchGetDeploymentsOutput, error) BatchGetDeploymentsAsync(ctx workflow.Context, input *codedeploy.BatchGetDeploymentsInput) *BatchGetDeploymentsFuture BatchGetOnPremisesInstances(ctx workflow.Context, input *codedeploy.BatchGetOnPremisesInstancesInput) (*codedeploy.BatchGetOnPremisesInstancesOutput, error) BatchGetOnPremisesInstancesAsync(ctx workflow.Context, input *codedeploy.BatchGetOnPremisesInstancesInput) *BatchGetOnPremisesInstancesFuture ContinueDeployment(ctx workflow.Context, input *codedeploy.ContinueDeploymentInput) (*codedeploy.ContinueDeploymentOutput, error) ContinueDeploymentAsync(ctx workflow.Context, input *codedeploy.ContinueDeploymentInput) *ContinueDeploymentFuture CreateApplication(ctx workflow.Context, input *codedeploy.CreateApplicationInput) (*codedeploy.CreateApplicationOutput, error) CreateApplicationAsync(ctx workflow.Context, input *codedeploy.CreateApplicationInput) *CreateApplicationFuture CreateDeployment(ctx workflow.Context, input *codedeploy.CreateDeploymentInput) (*codedeploy.CreateDeploymentOutput, error) CreateDeploymentAsync(ctx workflow.Context, input *codedeploy.CreateDeploymentInput) *CreateDeploymentFuture CreateDeploymentConfig(ctx workflow.Context, input *codedeploy.CreateDeploymentConfigInput) (*codedeploy.CreateDeploymentConfigOutput, error) CreateDeploymentConfigAsync(ctx workflow.Context, input *codedeploy.CreateDeploymentConfigInput) *CreateDeploymentConfigFuture CreateDeploymentGroup(ctx workflow.Context, input *codedeploy.CreateDeploymentGroupInput) (*codedeploy.CreateDeploymentGroupOutput, error) CreateDeploymentGroupAsync(ctx workflow.Context, input *codedeploy.CreateDeploymentGroupInput) *CreateDeploymentGroupFuture DeleteApplication(ctx workflow.Context, input *codedeploy.DeleteApplicationInput) (*codedeploy.DeleteApplicationOutput, error) DeleteApplicationAsync(ctx workflow.Context, input *codedeploy.DeleteApplicationInput) *DeleteApplicationFuture DeleteDeploymentConfig(ctx workflow.Context, input *codedeploy.DeleteDeploymentConfigInput) (*codedeploy.DeleteDeploymentConfigOutput, error) DeleteDeploymentConfigAsync(ctx workflow.Context, input *codedeploy.DeleteDeploymentConfigInput) *DeleteDeploymentConfigFuture DeleteDeploymentGroup(ctx workflow.Context, input *codedeploy.DeleteDeploymentGroupInput) (*codedeploy.DeleteDeploymentGroupOutput, error) DeleteDeploymentGroupAsync(ctx workflow.Context, input *codedeploy.DeleteDeploymentGroupInput) *DeleteDeploymentGroupFuture DeleteGitHubAccountToken(ctx workflow.Context, input *codedeploy.DeleteGitHubAccountTokenInput) (*codedeploy.DeleteGitHubAccountTokenOutput, error) DeleteGitHubAccountTokenAsync(ctx workflow.Context, input *codedeploy.DeleteGitHubAccountTokenInput) *DeleteGitHubAccountTokenFuture DeleteResourcesByExternalId(ctx workflow.Context, input *codedeploy.DeleteResourcesByExternalIdInput) (*codedeploy.DeleteResourcesByExternalIdOutput, error) DeleteResourcesByExternalIdAsync(ctx workflow.Context, input *codedeploy.DeleteResourcesByExternalIdInput) *DeleteResourcesByExternalIdFuture DeregisterOnPremisesInstance(ctx workflow.Context, input *codedeploy.DeregisterOnPremisesInstanceInput) (*codedeploy.DeregisterOnPremisesInstanceOutput, error) DeregisterOnPremisesInstanceAsync(ctx workflow.Context, input *codedeploy.DeregisterOnPremisesInstanceInput) *DeregisterOnPremisesInstanceFuture GetApplication(ctx workflow.Context, input *codedeploy.GetApplicationInput) (*codedeploy.GetApplicationOutput, error) GetApplicationAsync(ctx workflow.Context, input *codedeploy.GetApplicationInput) *GetApplicationFuture GetApplicationRevision(ctx workflow.Context, input *codedeploy.GetApplicationRevisionInput) (*codedeploy.GetApplicationRevisionOutput, error) GetApplicationRevisionAsync(ctx workflow.Context, input *codedeploy.GetApplicationRevisionInput) *GetApplicationRevisionFuture GetDeployment(ctx workflow.Context, input *codedeploy.GetDeploymentInput) (*codedeploy.GetDeploymentOutput, error) GetDeploymentAsync(ctx workflow.Context, input *codedeploy.GetDeploymentInput) *GetDeploymentFuture GetDeploymentConfig(ctx workflow.Context, input *codedeploy.GetDeploymentConfigInput) (*codedeploy.GetDeploymentConfigOutput, error) GetDeploymentConfigAsync(ctx workflow.Context, input *codedeploy.GetDeploymentConfigInput) *GetDeploymentConfigFuture GetDeploymentGroup(ctx workflow.Context, input *codedeploy.GetDeploymentGroupInput) (*codedeploy.GetDeploymentGroupOutput, error) GetDeploymentGroupAsync(ctx workflow.Context, input *codedeploy.GetDeploymentGroupInput) *GetDeploymentGroupFuture GetDeploymentInstance(ctx workflow.Context, input *codedeploy.GetDeploymentInstanceInput) (*codedeploy.GetDeploymentInstanceOutput, error) GetDeploymentInstanceAsync(ctx workflow.Context, input *codedeploy.GetDeploymentInstanceInput) *GetDeploymentInstanceFuture GetDeploymentTarget(ctx workflow.Context, input *codedeploy.GetDeploymentTargetInput) (*codedeploy.GetDeploymentTargetOutput, error) GetDeploymentTargetAsync(ctx workflow.Context, input *codedeploy.GetDeploymentTargetInput) *GetDeploymentTargetFuture GetOnPremisesInstance(ctx workflow.Context, input *codedeploy.GetOnPremisesInstanceInput) (*codedeploy.GetOnPremisesInstanceOutput, error) GetOnPremisesInstanceAsync(ctx workflow.Context, input *codedeploy.GetOnPremisesInstanceInput) *GetOnPremisesInstanceFuture ListApplicationRevisions(ctx workflow.Context, input *codedeploy.ListApplicationRevisionsInput) (*codedeploy.ListApplicationRevisionsOutput, error) ListApplicationRevisionsAsync(ctx workflow.Context, input *codedeploy.ListApplicationRevisionsInput) *ListApplicationRevisionsFuture ListApplications(ctx workflow.Context, input *codedeploy.ListApplicationsInput) (*codedeploy.ListApplicationsOutput, error) ListApplicationsAsync(ctx workflow.Context, input *codedeploy.ListApplicationsInput) *ListApplicationsFuture ListDeploymentConfigs(ctx workflow.Context, input *codedeploy.ListDeploymentConfigsInput) (*codedeploy.ListDeploymentConfigsOutput, error) ListDeploymentConfigsAsync(ctx workflow.Context, input *codedeploy.ListDeploymentConfigsInput) *ListDeploymentConfigsFuture ListDeploymentGroups(ctx workflow.Context, input *codedeploy.ListDeploymentGroupsInput) (*codedeploy.ListDeploymentGroupsOutput, error) ListDeploymentGroupsAsync(ctx workflow.Context, input *codedeploy.ListDeploymentGroupsInput) *ListDeploymentGroupsFuture ListDeploymentInstances(ctx workflow.Context, input *codedeploy.ListDeploymentInstancesInput) (*codedeploy.ListDeploymentInstancesOutput, error) ListDeploymentInstancesAsync(ctx workflow.Context, input *codedeploy.ListDeploymentInstancesInput) *ListDeploymentInstancesFuture ListDeploymentTargets(ctx workflow.Context, input *codedeploy.ListDeploymentTargetsInput) (*codedeploy.ListDeploymentTargetsOutput, error) ListDeploymentTargetsAsync(ctx workflow.Context, input *codedeploy.ListDeploymentTargetsInput) *ListDeploymentTargetsFuture ListDeployments(ctx workflow.Context, input *codedeploy.ListDeploymentsInput) (*codedeploy.ListDeploymentsOutput, error) ListDeploymentsAsync(ctx workflow.Context, input *codedeploy.ListDeploymentsInput) *ListDeploymentsFuture ListGitHubAccountTokenNames(ctx workflow.Context, input *codedeploy.ListGitHubAccountTokenNamesInput) (*codedeploy.ListGitHubAccountTokenNamesOutput, error) ListGitHubAccountTokenNamesAsync(ctx workflow.Context, input *codedeploy.ListGitHubAccountTokenNamesInput) *ListGitHubAccountTokenNamesFuture ListOnPremisesInstances(ctx workflow.Context, input *codedeploy.ListOnPremisesInstancesInput) (*codedeploy.ListOnPremisesInstancesOutput, error) ListOnPremisesInstancesAsync(ctx workflow.Context, input *codedeploy.ListOnPremisesInstancesInput) *ListOnPremisesInstancesFuture ListTagsForResource(ctx workflow.Context, input *codedeploy.ListTagsForResourceInput) (*codedeploy.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *codedeploy.ListTagsForResourceInput) *ListTagsForResourceFuture PutLifecycleEventHookExecutionStatus(ctx workflow.Context, input *codedeploy.PutLifecycleEventHookExecutionStatusInput) (*codedeploy.PutLifecycleEventHookExecutionStatusOutput, error) PutLifecycleEventHookExecutionStatusAsync(ctx workflow.Context, input *codedeploy.PutLifecycleEventHookExecutionStatusInput) *PutLifecycleEventHookExecutionStatusFuture RegisterApplicationRevision(ctx workflow.Context, input *codedeploy.RegisterApplicationRevisionInput) (*codedeploy.RegisterApplicationRevisionOutput, error) RegisterApplicationRevisionAsync(ctx workflow.Context, input *codedeploy.RegisterApplicationRevisionInput) *RegisterApplicationRevisionFuture RegisterOnPremisesInstance(ctx workflow.Context, input *codedeploy.RegisterOnPremisesInstanceInput) (*codedeploy.RegisterOnPremisesInstanceOutput, error) RegisterOnPremisesInstanceAsync(ctx workflow.Context, input *codedeploy.RegisterOnPremisesInstanceInput) *RegisterOnPremisesInstanceFuture RemoveTagsFromOnPremisesInstances(ctx workflow.Context, input *codedeploy.RemoveTagsFromOnPremisesInstancesInput) (*codedeploy.RemoveTagsFromOnPremisesInstancesOutput, error) RemoveTagsFromOnPremisesInstancesAsync(ctx workflow.Context, input *codedeploy.RemoveTagsFromOnPremisesInstancesInput) *RemoveTagsFromOnPremisesInstancesFuture SkipWaitTimeForInstanceTermination(ctx workflow.Context, input *codedeploy.SkipWaitTimeForInstanceTerminationInput) (*codedeploy.SkipWaitTimeForInstanceTerminationOutput, error) SkipWaitTimeForInstanceTerminationAsync(ctx workflow.Context, input *codedeploy.SkipWaitTimeForInstanceTerminationInput) *SkipWaitTimeForInstanceTerminationFuture StopDeployment(ctx workflow.Context, input *codedeploy.StopDeploymentInput) (*codedeploy.StopDeploymentOutput, error) StopDeploymentAsync(ctx workflow.Context, input *codedeploy.StopDeploymentInput) *StopDeploymentFuture TagResource(ctx workflow.Context, input *codedeploy.TagResourceInput) (*codedeploy.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *codedeploy.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *codedeploy.UntagResourceInput) (*codedeploy.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *codedeploy.UntagResourceInput) *UntagResourceFuture UpdateApplication(ctx workflow.Context, input *codedeploy.UpdateApplicationInput) (*codedeploy.UpdateApplicationOutput, error) UpdateApplicationAsync(ctx workflow.Context, input *codedeploy.UpdateApplicationInput) *UpdateApplicationFuture UpdateDeploymentGroup(ctx workflow.Context, input *codedeploy.UpdateDeploymentGroupInput) (*codedeploy.UpdateDeploymentGroupOutput, error) UpdateDeploymentGroupAsync(ctx workflow.Context, input *codedeploy.UpdateDeploymentGroupInput) *UpdateDeploymentGroupFuture WaitUntilDeploymentSuccessful(ctx workflow.Context, input *codedeploy.GetDeploymentInput) error WaitUntilDeploymentSuccessfulAsync(ctx workflow.Context, input *codedeploy.GetDeploymentInput) *clients.VoidFuture }
type ContinueDeploymentFuture ¶
type ContinueDeploymentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ContinueDeploymentFuture) Get ¶
func (r *ContinueDeploymentFuture) Get(ctx workflow.Context) (*codedeploy.ContinueDeploymentOutput, error)
type CreateApplicationFuture ¶
type CreateApplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateApplicationFuture) Get ¶
func (r *CreateApplicationFuture) Get(ctx workflow.Context) (*codedeploy.CreateApplicationOutput, error)
type CreateDeploymentConfigFuture ¶
type CreateDeploymentConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDeploymentConfigFuture) Get ¶
func (r *CreateDeploymentConfigFuture) Get(ctx workflow.Context) (*codedeploy.CreateDeploymentConfigOutput, error)
type CreateDeploymentFuture ¶
type CreateDeploymentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDeploymentFuture) Get ¶
func (r *CreateDeploymentFuture) Get(ctx workflow.Context) (*codedeploy.CreateDeploymentOutput, error)
type CreateDeploymentGroupFuture ¶
type CreateDeploymentGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDeploymentGroupFuture) Get ¶
func (r *CreateDeploymentGroupFuture) Get(ctx workflow.Context) (*codedeploy.CreateDeploymentGroupOutput, error)
type DeleteApplicationFuture ¶
type DeleteApplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteApplicationFuture) Get ¶
func (r *DeleteApplicationFuture) Get(ctx workflow.Context) (*codedeploy.DeleteApplicationOutput, error)
type DeleteDeploymentConfigFuture ¶
type DeleteDeploymentConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDeploymentConfigFuture) Get ¶
func (r *DeleteDeploymentConfigFuture) Get(ctx workflow.Context) (*codedeploy.DeleteDeploymentConfigOutput, error)
type DeleteDeploymentGroupFuture ¶
type DeleteDeploymentGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDeploymentGroupFuture) Get ¶
func (r *DeleteDeploymentGroupFuture) Get(ctx workflow.Context) (*codedeploy.DeleteDeploymentGroupOutput, error)
type DeleteGitHubAccountTokenFuture ¶
type DeleteGitHubAccountTokenFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteGitHubAccountTokenFuture) Get ¶
func (r *DeleteGitHubAccountTokenFuture) Get(ctx workflow.Context) (*codedeploy.DeleteGitHubAccountTokenOutput, error)
type DeleteResourcesByExternalIdFuture ¶
type DeleteResourcesByExternalIdFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteResourcesByExternalIdFuture) Get ¶
func (r *DeleteResourcesByExternalIdFuture) Get(ctx workflow.Context) (*codedeploy.DeleteResourcesByExternalIdOutput, error)
type DeregisterOnPremisesInstanceFuture ¶
type DeregisterOnPremisesInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeregisterOnPremisesInstanceFuture) Get ¶
func (r *DeregisterOnPremisesInstanceFuture) Get(ctx workflow.Context) (*codedeploy.DeregisterOnPremisesInstanceOutput, error)
type GetApplicationFuture ¶
func (*GetApplicationFuture) Get ¶
func (r *GetApplicationFuture) Get(ctx workflow.Context) (*codedeploy.GetApplicationOutput, error)
type GetApplicationRevisionFuture ¶
type GetApplicationRevisionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetApplicationRevisionFuture) Get ¶
func (r *GetApplicationRevisionFuture) Get(ctx workflow.Context) (*codedeploy.GetApplicationRevisionOutput, error)
type GetDeploymentConfigFuture ¶
type GetDeploymentConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDeploymentConfigFuture) Get ¶
func (r *GetDeploymentConfigFuture) Get(ctx workflow.Context) (*codedeploy.GetDeploymentConfigOutput, error)
type GetDeploymentFuture ¶
func (*GetDeploymentFuture) Get ¶
func (r *GetDeploymentFuture) Get(ctx workflow.Context) (*codedeploy.GetDeploymentOutput, error)
type GetDeploymentGroupFuture ¶
type GetDeploymentGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDeploymentGroupFuture) Get ¶
func (r *GetDeploymentGroupFuture) Get(ctx workflow.Context) (*codedeploy.GetDeploymentGroupOutput, error)
type GetDeploymentInstanceFuture ¶
type GetDeploymentInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDeploymentInstanceFuture) Get ¶
func (r *GetDeploymentInstanceFuture) Get(ctx workflow.Context) (*codedeploy.GetDeploymentInstanceOutput, error)
type GetDeploymentTargetFuture ¶
type GetDeploymentTargetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDeploymentTargetFuture) Get ¶
func (r *GetDeploymentTargetFuture) Get(ctx workflow.Context) (*codedeploy.GetDeploymentTargetOutput, error)
type GetOnPremisesInstanceFuture ¶
type GetOnPremisesInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetOnPremisesInstanceFuture) Get ¶
func (r *GetOnPremisesInstanceFuture) Get(ctx workflow.Context) (*codedeploy.GetOnPremisesInstanceOutput, error)
type ListApplicationRevisionsFuture ¶
type ListApplicationRevisionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListApplicationRevisionsFuture) Get ¶
func (r *ListApplicationRevisionsFuture) Get(ctx workflow.Context) (*codedeploy.ListApplicationRevisionsOutput, error)
type ListApplicationsFuture ¶
type ListApplicationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListApplicationsFuture) Get ¶
func (r *ListApplicationsFuture) Get(ctx workflow.Context) (*codedeploy.ListApplicationsOutput, error)
type ListDeploymentConfigsFuture ¶
type ListDeploymentConfigsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDeploymentConfigsFuture) Get ¶
func (r *ListDeploymentConfigsFuture) Get(ctx workflow.Context) (*codedeploy.ListDeploymentConfigsOutput, error)
type ListDeploymentGroupsFuture ¶
type ListDeploymentGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDeploymentGroupsFuture) Get ¶
func (r *ListDeploymentGroupsFuture) Get(ctx workflow.Context) (*codedeploy.ListDeploymentGroupsOutput, error)
type ListDeploymentInstancesFuture ¶
type ListDeploymentInstancesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDeploymentInstancesFuture) Get ¶
func (r *ListDeploymentInstancesFuture) Get(ctx workflow.Context) (*codedeploy.ListDeploymentInstancesOutput, error)
type ListDeploymentTargetsFuture ¶
type ListDeploymentTargetsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDeploymentTargetsFuture) Get ¶
func (r *ListDeploymentTargetsFuture) Get(ctx workflow.Context) (*codedeploy.ListDeploymentTargetsOutput, error)
type ListDeploymentsFuture ¶
type ListDeploymentsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDeploymentsFuture) Get ¶
func (r *ListDeploymentsFuture) Get(ctx workflow.Context) (*codedeploy.ListDeploymentsOutput, error)
type ListGitHubAccountTokenNamesFuture ¶
type ListGitHubAccountTokenNamesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListGitHubAccountTokenNamesFuture) Get ¶
func (r *ListGitHubAccountTokenNamesFuture) Get(ctx workflow.Context) (*codedeploy.ListGitHubAccountTokenNamesOutput, error)
type ListOnPremisesInstancesFuture ¶
type ListOnPremisesInstancesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListOnPremisesInstancesFuture) Get ¶
func (r *ListOnPremisesInstancesFuture) Get(ctx workflow.Context) (*codedeploy.ListOnPremisesInstancesOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*codedeploy.ListTagsForResourceOutput, error)
type PutLifecycleEventHookExecutionStatusFuture ¶
type PutLifecycleEventHookExecutionStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
type RegisterApplicationRevisionFuture ¶
type RegisterApplicationRevisionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RegisterApplicationRevisionFuture) Get ¶
func (r *RegisterApplicationRevisionFuture) Get(ctx workflow.Context) (*codedeploy.RegisterApplicationRevisionOutput, error)
type RegisterOnPremisesInstanceFuture ¶
type RegisterOnPremisesInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RegisterOnPremisesInstanceFuture) Get ¶
func (r *RegisterOnPremisesInstanceFuture) Get(ctx workflow.Context) (*codedeploy.RegisterOnPremisesInstanceOutput, error)
type RemoveTagsFromOnPremisesInstancesFuture ¶
type RemoveTagsFromOnPremisesInstancesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RemoveTagsFromOnPremisesInstancesFuture) Get ¶
func (r *RemoveTagsFromOnPremisesInstancesFuture) Get(ctx workflow.Context) (*codedeploy.RemoveTagsFromOnPremisesInstancesOutput, error)
type SkipWaitTimeForInstanceTerminationFuture ¶
type SkipWaitTimeForInstanceTerminationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SkipWaitTimeForInstanceTerminationFuture) Get ¶
func (r *SkipWaitTimeForInstanceTerminationFuture) Get(ctx workflow.Context) (*codedeploy.SkipWaitTimeForInstanceTerminationOutput, error)
type StopDeploymentFuture ¶
func (*StopDeploymentFuture) Get ¶
func (r *StopDeploymentFuture) Get(ctx workflow.Context) (*codedeploy.StopDeploymentOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*codedeploy.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*codedeploy.UntagResourceOutput, error)
type UpdateApplicationFuture ¶
type UpdateApplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateApplicationFuture) Get ¶
func (r *UpdateApplicationFuture) Get(ctx workflow.Context) (*codedeploy.UpdateApplicationOutput, error)
type UpdateDeploymentGroupFuture ¶
type UpdateDeploymentGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDeploymentGroupFuture) Get ¶
func (r *UpdateDeploymentGroupFuture) Get(ctx workflow.Context) (*codedeploy.UpdateDeploymentGroupOutput, error)
Click to show internal directories.
Click to hide internal directories.