Documentation ¶
Index ¶
- type AssignInstanceFuture
- type AssignVolumeFuture
- type AssociateElasticIpFuture
- type AttachElasticLoadBalancerFuture
- type Client
- type CloneStackFuture
- type CreateAppFuture
- type CreateDeploymentFuture
- type CreateInstanceFuture
- type CreateLayerFuture
- type CreateStackFuture
- type CreateUserProfileFuture
- type DeleteAppFuture
- type DeleteInstanceFuture
- type DeleteLayerFuture
- type DeleteStackFuture
- type DeleteUserProfileFuture
- type DeregisterEcsClusterFuture
- type DeregisterElasticIpFuture
- type DeregisterInstanceFuture
- type DeregisterRdsDbInstanceFuture
- type DeregisterVolumeFuture
- type DescribeAgentVersionsFuture
- type DescribeAppsFuture
- type DescribeCommandsFuture
- type DescribeDeploymentsFuture
- type DescribeEcsClustersFuture
- type DescribeElasticIpsFuture
- type DescribeElasticLoadBalancersFuture
- type DescribeInstancesFuture
- type DescribeLayersFuture
- type DescribeLoadBasedAutoScalingFuture
- type DescribeMyUserProfileFuture
- type DescribeOperatingSystemsFuture
- type DescribePermissionsFuture
- type DescribeRaidArraysFuture
- type DescribeRdsDbInstancesFuture
- type DescribeServiceErrorsFuture
- type DescribeStackProvisioningParametersFuture
- type DescribeStackSummaryFuture
- type DescribeStacksFuture
- type DescribeTimeBasedAutoScalingFuture
- type DescribeUserProfilesFuture
- type DescribeVolumesFuture
- type DetachElasticLoadBalancerFuture
- type DisassociateElasticIpFuture
- type GetHostnameSuggestionFuture
- type GrantAccessFuture
- type ListTagsFuture
- type RebootInstanceFuture
- type RegisterEcsClusterFuture
- type RegisterElasticIpFuture
- type RegisterInstanceFuture
- type RegisterRdsDbInstanceFuture
- type RegisterVolumeFuture
- type SetLoadBasedAutoScalingFuture
- type SetPermissionFuture
- type SetTimeBasedAutoScalingFuture
- type StartInstanceFuture
- type StartStackFuture
- type StopInstanceFuture
- type StopStackFuture
- type TagResourceFuture
- type UnassignInstanceFuture
- type UnassignVolumeFuture
- type UntagResourceFuture
- type UpdateAppFuture
- type UpdateElasticIpFuture
- type UpdateInstanceFuture
- type UpdateLayerFuture
- type UpdateMyUserProfileFuture
- type UpdateRdsDbInstanceFuture
- type UpdateStackFuture
- type UpdateUserProfileFuture
- type UpdateVolumeFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignInstanceFuture ¶
func (*AssignInstanceFuture) Get ¶
func (r *AssignInstanceFuture) Get(ctx workflow.Context) (*opsworks.AssignInstanceOutput, error)
type AssignVolumeFuture ¶
func (*AssignVolumeFuture) Get ¶
func (r *AssignVolumeFuture) Get(ctx workflow.Context) (*opsworks.AssignVolumeOutput, error)
type AssociateElasticIpFuture ¶
type AssociateElasticIpFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AssociateElasticIpFuture) Get ¶
func (r *AssociateElasticIpFuture) Get(ctx workflow.Context) (*opsworks.AssociateElasticIpOutput, error)
type AttachElasticLoadBalancerFuture ¶
type AttachElasticLoadBalancerFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AttachElasticLoadBalancerFuture) Get ¶
func (r *AttachElasticLoadBalancerFuture) Get(ctx workflow.Context) (*opsworks.AttachElasticLoadBalancerOutput, error)
type Client ¶
type Client interface { AssignInstance(ctx workflow.Context, input *opsworks.AssignInstanceInput) (*opsworks.AssignInstanceOutput, error) AssignInstanceAsync(ctx workflow.Context, input *opsworks.AssignInstanceInput) *AssignInstanceFuture AssignVolume(ctx workflow.Context, input *opsworks.AssignVolumeInput) (*opsworks.AssignVolumeOutput, error) AssignVolumeAsync(ctx workflow.Context, input *opsworks.AssignVolumeInput) *AssignVolumeFuture AssociateElasticIp(ctx workflow.Context, input *opsworks.AssociateElasticIpInput) (*opsworks.AssociateElasticIpOutput, error) AssociateElasticIpAsync(ctx workflow.Context, input *opsworks.AssociateElasticIpInput) *AssociateElasticIpFuture AttachElasticLoadBalancer(ctx workflow.Context, input *opsworks.AttachElasticLoadBalancerInput) (*opsworks.AttachElasticLoadBalancerOutput, error) AttachElasticLoadBalancerAsync(ctx workflow.Context, input *opsworks.AttachElasticLoadBalancerInput) *AttachElasticLoadBalancerFuture CloneStack(ctx workflow.Context, input *opsworks.CloneStackInput) (*opsworks.CloneStackOutput, error) CloneStackAsync(ctx workflow.Context, input *opsworks.CloneStackInput) *CloneStackFuture CreateApp(ctx workflow.Context, input *opsworks.CreateAppInput) (*opsworks.CreateAppOutput, error) CreateAppAsync(ctx workflow.Context, input *opsworks.CreateAppInput) *CreateAppFuture CreateDeployment(ctx workflow.Context, input *opsworks.CreateDeploymentInput) (*opsworks.CreateDeploymentOutput, error) CreateDeploymentAsync(ctx workflow.Context, input *opsworks.CreateDeploymentInput) *CreateDeploymentFuture CreateInstance(ctx workflow.Context, input *opsworks.CreateInstanceInput) (*opsworks.CreateInstanceOutput, error) CreateInstanceAsync(ctx workflow.Context, input *opsworks.CreateInstanceInput) *CreateInstanceFuture CreateLayer(ctx workflow.Context, input *opsworks.CreateLayerInput) (*opsworks.CreateLayerOutput, error) CreateLayerAsync(ctx workflow.Context, input *opsworks.CreateLayerInput) *CreateLayerFuture CreateStack(ctx workflow.Context, input *opsworks.CreateStackInput) (*opsworks.CreateStackOutput, error) CreateStackAsync(ctx workflow.Context, input *opsworks.CreateStackInput) *CreateStackFuture CreateUserProfile(ctx workflow.Context, input *opsworks.CreateUserProfileInput) (*opsworks.CreateUserProfileOutput, error) CreateUserProfileAsync(ctx workflow.Context, input *opsworks.CreateUserProfileInput) *CreateUserProfileFuture DeleteApp(ctx workflow.Context, input *opsworks.DeleteAppInput) (*opsworks.DeleteAppOutput, error) DeleteAppAsync(ctx workflow.Context, input *opsworks.DeleteAppInput) *DeleteAppFuture DeleteInstance(ctx workflow.Context, input *opsworks.DeleteInstanceInput) (*opsworks.DeleteInstanceOutput, error) DeleteInstanceAsync(ctx workflow.Context, input *opsworks.DeleteInstanceInput) *DeleteInstanceFuture DeleteLayer(ctx workflow.Context, input *opsworks.DeleteLayerInput) (*opsworks.DeleteLayerOutput, error) DeleteLayerAsync(ctx workflow.Context, input *opsworks.DeleteLayerInput) *DeleteLayerFuture DeleteStack(ctx workflow.Context, input *opsworks.DeleteStackInput) (*opsworks.DeleteStackOutput, error) DeleteStackAsync(ctx workflow.Context, input *opsworks.DeleteStackInput) *DeleteStackFuture DeleteUserProfile(ctx workflow.Context, input *opsworks.DeleteUserProfileInput) (*opsworks.DeleteUserProfileOutput, error) DeleteUserProfileAsync(ctx workflow.Context, input *opsworks.DeleteUserProfileInput) *DeleteUserProfileFuture DeregisterEcsCluster(ctx workflow.Context, input *opsworks.DeregisterEcsClusterInput) (*opsworks.DeregisterEcsClusterOutput, error) DeregisterEcsClusterAsync(ctx workflow.Context, input *opsworks.DeregisterEcsClusterInput) *DeregisterEcsClusterFuture DeregisterElasticIp(ctx workflow.Context, input *opsworks.DeregisterElasticIpInput) (*opsworks.DeregisterElasticIpOutput, error) DeregisterElasticIpAsync(ctx workflow.Context, input *opsworks.DeregisterElasticIpInput) *DeregisterElasticIpFuture DeregisterInstance(ctx workflow.Context, input *opsworks.DeregisterInstanceInput) (*opsworks.DeregisterInstanceOutput, error) DeregisterInstanceAsync(ctx workflow.Context, input *opsworks.DeregisterInstanceInput) *DeregisterInstanceFuture DeregisterRdsDbInstance(ctx workflow.Context, input *opsworks.DeregisterRdsDbInstanceInput) (*opsworks.DeregisterRdsDbInstanceOutput, error) DeregisterRdsDbInstanceAsync(ctx workflow.Context, input *opsworks.DeregisterRdsDbInstanceInput) *DeregisterRdsDbInstanceFuture DeregisterVolume(ctx workflow.Context, input *opsworks.DeregisterVolumeInput) (*opsworks.DeregisterVolumeOutput, error) DeregisterVolumeAsync(ctx workflow.Context, input *opsworks.DeregisterVolumeInput) *DeregisterVolumeFuture DescribeAgentVersions(ctx workflow.Context, input *opsworks.DescribeAgentVersionsInput) (*opsworks.DescribeAgentVersionsOutput, error) DescribeAgentVersionsAsync(ctx workflow.Context, input *opsworks.DescribeAgentVersionsInput) *DescribeAgentVersionsFuture DescribeApps(ctx workflow.Context, input *opsworks.DescribeAppsInput) (*opsworks.DescribeAppsOutput, error) DescribeAppsAsync(ctx workflow.Context, input *opsworks.DescribeAppsInput) *DescribeAppsFuture DescribeCommands(ctx workflow.Context, input *opsworks.DescribeCommandsInput) (*opsworks.DescribeCommandsOutput, error) DescribeCommandsAsync(ctx workflow.Context, input *opsworks.DescribeCommandsInput) *DescribeCommandsFuture DescribeDeployments(ctx workflow.Context, input *opsworks.DescribeDeploymentsInput) (*opsworks.DescribeDeploymentsOutput, error) DescribeDeploymentsAsync(ctx workflow.Context, input *opsworks.DescribeDeploymentsInput) *DescribeDeploymentsFuture DescribeEcsClusters(ctx workflow.Context, input *opsworks.DescribeEcsClustersInput) (*opsworks.DescribeEcsClustersOutput, error) DescribeEcsClustersAsync(ctx workflow.Context, input *opsworks.DescribeEcsClustersInput) *DescribeEcsClustersFuture DescribeElasticIps(ctx workflow.Context, input *opsworks.DescribeElasticIpsInput) (*opsworks.DescribeElasticIpsOutput, error) DescribeElasticIpsAsync(ctx workflow.Context, input *opsworks.DescribeElasticIpsInput) *DescribeElasticIpsFuture DescribeElasticLoadBalancers(ctx workflow.Context, input *opsworks.DescribeElasticLoadBalancersInput) (*opsworks.DescribeElasticLoadBalancersOutput, error) DescribeElasticLoadBalancersAsync(ctx workflow.Context, input *opsworks.DescribeElasticLoadBalancersInput) *DescribeElasticLoadBalancersFuture DescribeInstances(ctx workflow.Context, input *opsworks.DescribeInstancesInput) (*opsworks.DescribeInstancesOutput, error) DescribeInstancesAsync(ctx workflow.Context, input *opsworks.DescribeInstancesInput) *DescribeInstancesFuture DescribeLayers(ctx workflow.Context, input *opsworks.DescribeLayersInput) (*opsworks.DescribeLayersOutput, error) DescribeLayersAsync(ctx workflow.Context, input *opsworks.DescribeLayersInput) *DescribeLayersFuture DescribeLoadBasedAutoScaling(ctx workflow.Context, input *opsworks.DescribeLoadBasedAutoScalingInput) (*opsworks.DescribeLoadBasedAutoScalingOutput, error) DescribeLoadBasedAutoScalingAsync(ctx workflow.Context, input *opsworks.DescribeLoadBasedAutoScalingInput) *DescribeLoadBasedAutoScalingFuture DescribeMyUserProfile(ctx workflow.Context, input *opsworks.DescribeMyUserProfileInput) (*opsworks.DescribeMyUserProfileOutput, error) DescribeMyUserProfileAsync(ctx workflow.Context, input *opsworks.DescribeMyUserProfileInput) *DescribeMyUserProfileFuture DescribeOperatingSystems(ctx workflow.Context, input *opsworks.DescribeOperatingSystemsInput) (*opsworks.DescribeOperatingSystemsOutput, error) DescribeOperatingSystemsAsync(ctx workflow.Context, input *opsworks.DescribeOperatingSystemsInput) *DescribeOperatingSystemsFuture DescribePermissions(ctx workflow.Context, input *opsworks.DescribePermissionsInput) (*opsworks.DescribePermissionsOutput, error) DescribePermissionsAsync(ctx workflow.Context, input *opsworks.DescribePermissionsInput) *DescribePermissionsFuture DescribeRaidArrays(ctx workflow.Context, input *opsworks.DescribeRaidArraysInput) (*opsworks.DescribeRaidArraysOutput, error) DescribeRaidArraysAsync(ctx workflow.Context, input *opsworks.DescribeRaidArraysInput) *DescribeRaidArraysFuture DescribeRdsDbInstances(ctx workflow.Context, input *opsworks.DescribeRdsDbInstancesInput) (*opsworks.DescribeRdsDbInstancesOutput, error) DescribeRdsDbInstancesAsync(ctx workflow.Context, input *opsworks.DescribeRdsDbInstancesInput) *DescribeRdsDbInstancesFuture DescribeServiceErrors(ctx workflow.Context, input *opsworks.DescribeServiceErrorsInput) (*opsworks.DescribeServiceErrorsOutput, error) DescribeServiceErrorsAsync(ctx workflow.Context, input *opsworks.DescribeServiceErrorsInput) *DescribeServiceErrorsFuture DescribeStackProvisioningParameters(ctx workflow.Context, input *opsworks.DescribeStackProvisioningParametersInput) (*opsworks.DescribeStackProvisioningParametersOutput, error) DescribeStackProvisioningParametersAsync(ctx workflow.Context, input *opsworks.DescribeStackProvisioningParametersInput) *DescribeStackProvisioningParametersFuture DescribeStackSummary(ctx workflow.Context, input *opsworks.DescribeStackSummaryInput) (*opsworks.DescribeStackSummaryOutput, error) DescribeStackSummaryAsync(ctx workflow.Context, input *opsworks.DescribeStackSummaryInput) *DescribeStackSummaryFuture DescribeStacks(ctx workflow.Context, input *opsworks.DescribeStacksInput) (*opsworks.DescribeStacksOutput, error) DescribeStacksAsync(ctx workflow.Context, input *opsworks.DescribeStacksInput) *DescribeStacksFuture DescribeTimeBasedAutoScaling(ctx workflow.Context, input *opsworks.DescribeTimeBasedAutoScalingInput) (*opsworks.DescribeTimeBasedAutoScalingOutput, error) DescribeTimeBasedAutoScalingAsync(ctx workflow.Context, input *opsworks.DescribeTimeBasedAutoScalingInput) *DescribeTimeBasedAutoScalingFuture DescribeUserProfiles(ctx workflow.Context, input *opsworks.DescribeUserProfilesInput) (*opsworks.DescribeUserProfilesOutput, error) DescribeUserProfilesAsync(ctx workflow.Context, input *opsworks.DescribeUserProfilesInput) *DescribeUserProfilesFuture DescribeVolumes(ctx workflow.Context, input *opsworks.DescribeVolumesInput) (*opsworks.DescribeVolumesOutput, error) DescribeVolumesAsync(ctx workflow.Context, input *opsworks.DescribeVolumesInput) *DescribeVolumesFuture DetachElasticLoadBalancer(ctx workflow.Context, input *opsworks.DetachElasticLoadBalancerInput) (*opsworks.DetachElasticLoadBalancerOutput, error) DetachElasticLoadBalancerAsync(ctx workflow.Context, input *opsworks.DetachElasticLoadBalancerInput) *DetachElasticLoadBalancerFuture DisassociateElasticIp(ctx workflow.Context, input *opsworks.DisassociateElasticIpInput) (*opsworks.DisassociateElasticIpOutput, error) DisassociateElasticIpAsync(ctx workflow.Context, input *opsworks.DisassociateElasticIpInput) *DisassociateElasticIpFuture GetHostnameSuggestion(ctx workflow.Context, input *opsworks.GetHostnameSuggestionInput) (*opsworks.GetHostnameSuggestionOutput, error) GetHostnameSuggestionAsync(ctx workflow.Context, input *opsworks.GetHostnameSuggestionInput) *GetHostnameSuggestionFuture GrantAccess(ctx workflow.Context, input *opsworks.GrantAccessInput) (*opsworks.GrantAccessOutput, error) GrantAccessAsync(ctx workflow.Context, input *opsworks.GrantAccessInput) *GrantAccessFuture ListTags(ctx workflow.Context, input *opsworks.ListTagsInput) (*opsworks.ListTagsOutput, error) ListTagsAsync(ctx workflow.Context, input *opsworks.ListTagsInput) *ListTagsFuture RebootInstance(ctx workflow.Context, input *opsworks.RebootInstanceInput) (*opsworks.RebootInstanceOutput, error) RebootInstanceAsync(ctx workflow.Context, input *opsworks.RebootInstanceInput) *RebootInstanceFuture RegisterEcsCluster(ctx workflow.Context, input *opsworks.RegisterEcsClusterInput) (*opsworks.RegisterEcsClusterOutput, error) RegisterEcsClusterAsync(ctx workflow.Context, input *opsworks.RegisterEcsClusterInput) *RegisterEcsClusterFuture RegisterElasticIp(ctx workflow.Context, input *opsworks.RegisterElasticIpInput) (*opsworks.RegisterElasticIpOutput, error) RegisterElasticIpAsync(ctx workflow.Context, input *opsworks.RegisterElasticIpInput) *RegisterElasticIpFuture RegisterInstance(ctx workflow.Context, input *opsworks.RegisterInstanceInput) (*opsworks.RegisterInstanceOutput, error) RegisterInstanceAsync(ctx workflow.Context, input *opsworks.RegisterInstanceInput) *RegisterInstanceFuture RegisterRdsDbInstance(ctx workflow.Context, input *opsworks.RegisterRdsDbInstanceInput) (*opsworks.RegisterRdsDbInstanceOutput, error) RegisterRdsDbInstanceAsync(ctx workflow.Context, input *opsworks.RegisterRdsDbInstanceInput) *RegisterRdsDbInstanceFuture RegisterVolume(ctx workflow.Context, input *opsworks.RegisterVolumeInput) (*opsworks.RegisterVolumeOutput, error) RegisterVolumeAsync(ctx workflow.Context, input *opsworks.RegisterVolumeInput) *RegisterVolumeFuture SetLoadBasedAutoScaling(ctx workflow.Context, input *opsworks.SetLoadBasedAutoScalingInput) (*opsworks.SetLoadBasedAutoScalingOutput, error) SetLoadBasedAutoScalingAsync(ctx workflow.Context, input *opsworks.SetLoadBasedAutoScalingInput) *SetLoadBasedAutoScalingFuture SetPermission(ctx workflow.Context, input *opsworks.SetPermissionInput) (*opsworks.SetPermissionOutput, error) SetPermissionAsync(ctx workflow.Context, input *opsworks.SetPermissionInput) *SetPermissionFuture SetTimeBasedAutoScaling(ctx workflow.Context, input *opsworks.SetTimeBasedAutoScalingInput) (*opsworks.SetTimeBasedAutoScalingOutput, error) SetTimeBasedAutoScalingAsync(ctx workflow.Context, input *opsworks.SetTimeBasedAutoScalingInput) *SetTimeBasedAutoScalingFuture StartInstance(ctx workflow.Context, input *opsworks.StartInstanceInput) (*opsworks.StartInstanceOutput, error) StartInstanceAsync(ctx workflow.Context, input *opsworks.StartInstanceInput) *StartInstanceFuture StartStack(ctx workflow.Context, input *opsworks.StartStackInput) (*opsworks.StartStackOutput, error) StartStackAsync(ctx workflow.Context, input *opsworks.StartStackInput) *StartStackFuture StopInstance(ctx workflow.Context, input *opsworks.StopInstanceInput) (*opsworks.StopInstanceOutput, error) StopInstanceAsync(ctx workflow.Context, input *opsworks.StopInstanceInput) *StopInstanceFuture StopStack(ctx workflow.Context, input *opsworks.StopStackInput) (*opsworks.StopStackOutput, error) StopStackAsync(ctx workflow.Context, input *opsworks.StopStackInput) *StopStackFuture TagResource(ctx workflow.Context, input *opsworks.TagResourceInput) (*opsworks.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *opsworks.TagResourceInput) *TagResourceFuture UnassignInstance(ctx workflow.Context, input *opsworks.UnassignInstanceInput) (*opsworks.UnassignInstanceOutput, error) UnassignInstanceAsync(ctx workflow.Context, input *opsworks.UnassignInstanceInput) *UnassignInstanceFuture UnassignVolume(ctx workflow.Context, input *opsworks.UnassignVolumeInput) (*opsworks.UnassignVolumeOutput, error) UnassignVolumeAsync(ctx workflow.Context, input *opsworks.UnassignVolumeInput) *UnassignVolumeFuture UntagResource(ctx workflow.Context, input *opsworks.UntagResourceInput) (*opsworks.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *opsworks.UntagResourceInput) *UntagResourceFuture UpdateApp(ctx workflow.Context, input *opsworks.UpdateAppInput) (*opsworks.UpdateAppOutput, error) UpdateAppAsync(ctx workflow.Context, input *opsworks.UpdateAppInput) *UpdateAppFuture UpdateElasticIp(ctx workflow.Context, input *opsworks.UpdateElasticIpInput) (*opsworks.UpdateElasticIpOutput, error) UpdateElasticIpAsync(ctx workflow.Context, input *opsworks.UpdateElasticIpInput) *UpdateElasticIpFuture UpdateInstance(ctx workflow.Context, input *opsworks.UpdateInstanceInput) (*opsworks.UpdateInstanceOutput, error) UpdateInstanceAsync(ctx workflow.Context, input *opsworks.UpdateInstanceInput) *UpdateInstanceFuture UpdateLayer(ctx workflow.Context, input *opsworks.UpdateLayerInput) (*opsworks.UpdateLayerOutput, error) UpdateLayerAsync(ctx workflow.Context, input *opsworks.UpdateLayerInput) *UpdateLayerFuture UpdateMyUserProfile(ctx workflow.Context, input *opsworks.UpdateMyUserProfileInput) (*opsworks.UpdateMyUserProfileOutput, error) UpdateMyUserProfileAsync(ctx workflow.Context, input *opsworks.UpdateMyUserProfileInput) *UpdateMyUserProfileFuture UpdateRdsDbInstance(ctx workflow.Context, input *opsworks.UpdateRdsDbInstanceInput) (*opsworks.UpdateRdsDbInstanceOutput, error) UpdateRdsDbInstanceAsync(ctx workflow.Context, input *opsworks.UpdateRdsDbInstanceInput) *UpdateRdsDbInstanceFuture UpdateStack(ctx workflow.Context, input *opsworks.UpdateStackInput) (*opsworks.UpdateStackOutput, error) UpdateStackAsync(ctx workflow.Context, input *opsworks.UpdateStackInput) *UpdateStackFuture UpdateUserProfile(ctx workflow.Context, input *opsworks.UpdateUserProfileInput) (*opsworks.UpdateUserProfileOutput, error) UpdateUserProfileAsync(ctx workflow.Context, input *opsworks.UpdateUserProfileInput) *UpdateUserProfileFuture UpdateVolume(ctx workflow.Context, input *opsworks.UpdateVolumeInput) (*opsworks.UpdateVolumeOutput, error) UpdateVolumeAsync(ctx workflow.Context, input *opsworks.UpdateVolumeInput) *UpdateVolumeFuture WaitUntilAppExists(ctx workflow.Context, input *opsworks.DescribeAppsInput) error WaitUntilAppExistsAsync(ctx workflow.Context, input *opsworks.DescribeAppsInput) *clients.VoidFuture WaitUntilDeploymentSuccessful(ctx workflow.Context, input *opsworks.DescribeDeploymentsInput) error WaitUntilDeploymentSuccessfulAsync(ctx workflow.Context, input *opsworks.DescribeDeploymentsInput) *clients.VoidFuture WaitUntilInstanceOnline(ctx workflow.Context, input *opsworks.DescribeInstancesInput) error WaitUntilInstanceOnlineAsync(ctx workflow.Context, input *opsworks.DescribeInstancesInput) *clients.VoidFuture WaitUntilInstanceRegistered(ctx workflow.Context, input *opsworks.DescribeInstancesInput) error WaitUntilInstanceRegisteredAsync(ctx workflow.Context, input *opsworks.DescribeInstancesInput) *clients.VoidFuture WaitUntilInstanceStopped(ctx workflow.Context, input *opsworks.DescribeInstancesInput) error WaitUntilInstanceStoppedAsync(ctx workflow.Context, input *opsworks.DescribeInstancesInput) *clients.VoidFuture WaitUntilInstanceTerminated(ctx workflow.Context, input *opsworks.DescribeInstancesInput) error WaitUntilInstanceTerminatedAsync(ctx workflow.Context, input *opsworks.DescribeInstancesInput) *clients.VoidFuture }
type CloneStackFuture ¶
func (*CloneStackFuture) Get ¶
func (r *CloneStackFuture) Get(ctx workflow.Context) (*opsworks.CloneStackOutput, error)
type CreateAppFuture ¶
func (*CreateAppFuture) Get ¶
func (r *CreateAppFuture) Get(ctx workflow.Context) (*opsworks.CreateAppOutput, error)
type CreateDeploymentFuture ¶
type CreateDeploymentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDeploymentFuture) Get ¶
func (r *CreateDeploymentFuture) Get(ctx workflow.Context) (*opsworks.CreateDeploymentOutput, error)
type CreateInstanceFuture ¶
func (*CreateInstanceFuture) Get ¶
func (r *CreateInstanceFuture) Get(ctx workflow.Context) (*opsworks.CreateInstanceOutput, error)
type CreateLayerFuture ¶
func (*CreateLayerFuture) Get ¶
func (r *CreateLayerFuture) Get(ctx workflow.Context) (*opsworks.CreateLayerOutput, error)
type CreateStackFuture ¶
func (*CreateStackFuture) Get ¶
func (r *CreateStackFuture) Get(ctx workflow.Context) (*opsworks.CreateStackOutput, error)
type CreateUserProfileFuture ¶
type CreateUserProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateUserProfileFuture) Get ¶
func (r *CreateUserProfileFuture) Get(ctx workflow.Context) (*opsworks.CreateUserProfileOutput, error)
type DeleteAppFuture ¶
func (*DeleteAppFuture) Get ¶
func (r *DeleteAppFuture) Get(ctx workflow.Context) (*opsworks.DeleteAppOutput, error)
type DeleteInstanceFuture ¶
func (*DeleteInstanceFuture) Get ¶
func (r *DeleteInstanceFuture) Get(ctx workflow.Context) (*opsworks.DeleteInstanceOutput, error)
type DeleteLayerFuture ¶
func (*DeleteLayerFuture) Get ¶
func (r *DeleteLayerFuture) Get(ctx workflow.Context) (*opsworks.DeleteLayerOutput, error)
type DeleteStackFuture ¶
func (*DeleteStackFuture) Get ¶
func (r *DeleteStackFuture) Get(ctx workflow.Context) (*opsworks.DeleteStackOutput, error)
type DeleteUserProfileFuture ¶
type DeleteUserProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteUserProfileFuture) Get ¶
func (r *DeleteUserProfileFuture) Get(ctx workflow.Context) (*opsworks.DeleteUserProfileOutput, error)
type DeregisterEcsClusterFuture ¶
type DeregisterEcsClusterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeregisterEcsClusterFuture) Get ¶
func (r *DeregisterEcsClusterFuture) Get(ctx workflow.Context) (*opsworks.DeregisterEcsClusterOutput, error)
type DeregisterElasticIpFuture ¶
type DeregisterElasticIpFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeregisterElasticIpFuture) Get ¶
func (r *DeregisterElasticIpFuture) Get(ctx workflow.Context) (*opsworks.DeregisterElasticIpOutput, error)
type DeregisterInstanceFuture ¶
type DeregisterInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeregisterInstanceFuture) Get ¶
func (r *DeregisterInstanceFuture) Get(ctx workflow.Context) (*opsworks.DeregisterInstanceOutput, error)
type DeregisterRdsDbInstanceFuture ¶
type DeregisterRdsDbInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeregisterRdsDbInstanceFuture) Get ¶
func (r *DeregisterRdsDbInstanceFuture) Get(ctx workflow.Context) (*opsworks.DeregisterRdsDbInstanceOutput, error)
type DeregisterVolumeFuture ¶
type DeregisterVolumeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeregisterVolumeFuture) Get ¶
func (r *DeregisterVolumeFuture) Get(ctx workflow.Context) (*opsworks.DeregisterVolumeOutput, error)
type DescribeAgentVersionsFuture ¶
type DescribeAgentVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeAgentVersionsFuture) Get ¶
func (r *DescribeAgentVersionsFuture) Get(ctx workflow.Context) (*opsworks.DescribeAgentVersionsOutput, error)
type DescribeAppsFuture ¶
func (*DescribeAppsFuture) Get ¶
func (r *DescribeAppsFuture) Get(ctx workflow.Context) (*opsworks.DescribeAppsOutput, error)
type DescribeCommandsFuture ¶
type DescribeCommandsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeCommandsFuture) Get ¶
func (r *DescribeCommandsFuture) Get(ctx workflow.Context) (*opsworks.DescribeCommandsOutput, error)
type DescribeDeploymentsFuture ¶
type DescribeDeploymentsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDeploymentsFuture) Get ¶
func (r *DescribeDeploymentsFuture) Get(ctx workflow.Context) (*opsworks.DescribeDeploymentsOutput, error)
type DescribeEcsClustersFuture ¶
type DescribeEcsClustersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeEcsClustersFuture) Get ¶
func (r *DescribeEcsClustersFuture) Get(ctx workflow.Context) (*opsworks.DescribeEcsClustersOutput, error)
type DescribeElasticIpsFuture ¶
type DescribeElasticIpsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeElasticIpsFuture) Get ¶
func (r *DescribeElasticIpsFuture) Get(ctx workflow.Context) (*opsworks.DescribeElasticIpsOutput, error)
type DescribeElasticLoadBalancersFuture ¶
type DescribeElasticLoadBalancersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeElasticLoadBalancersFuture) Get ¶
func (r *DescribeElasticLoadBalancersFuture) Get(ctx workflow.Context) (*opsworks.DescribeElasticLoadBalancersOutput, error)
type DescribeInstancesFuture ¶
type DescribeInstancesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeInstancesFuture) Get ¶
func (r *DescribeInstancesFuture) Get(ctx workflow.Context) (*opsworks.DescribeInstancesOutput, error)
type DescribeLayersFuture ¶
func (*DescribeLayersFuture) Get ¶
func (r *DescribeLayersFuture) Get(ctx workflow.Context) (*opsworks.DescribeLayersOutput, error)
type DescribeLoadBasedAutoScalingFuture ¶
type DescribeLoadBasedAutoScalingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeLoadBasedAutoScalingFuture) Get ¶
func (r *DescribeLoadBasedAutoScalingFuture) Get(ctx workflow.Context) (*opsworks.DescribeLoadBasedAutoScalingOutput, error)
type DescribeMyUserProfileFuture ¶
type DescribeMyUserProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeMyUserProfileFuture) Get ¶
func (r *DescribeMyUserProfileFuture) Get(ctx workflow.Context) (*opsworks.DescribeMyUserProfileOutput, error)
type DescribeOperatingSystemsFuture ¶
type DescribeOperatingSystemsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeOperatingSystemsFuture) Get ¶
func (r *DescribeOperatingSystemsFuture) Get(ctx workflow.Context) (*opsworks.DescribeOperatingSystemsOutput, error)
type DescribePermissionsFuture ¶
type DescribePermissionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribePermissionsFuture) Get ¶
func (r *DescribePermissionsFuture) Get(ctx workflow.Context) (*opsworks.DescribePermissionsOutput, error)
type DescribeRaidArraysFuture ¶
type DescribeRaidArraysFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeRaidArraysFuture) Get ¶
func (r *DescribeRaidArraysFuture) Get(ctx workflow.Context) (*opsworks.DescribeRaidArraysOutput, error)
type DescribeRdsDbInstancesFuture ¶
type DescribeRdsDbInstancesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeRdsDbInstancesFuture) Get ¶
func (r *DescribeRdsDbInstancesFuture) Get(ctx workflow.Context) (*opsworks.DescribeRdsDbInstancesOutput, error)
type DescribeServiceErrorsFuture ¶
type DescribeServiceErrorsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeServiceErrorsFuture) Get ¶
func (r *DescribeServiceErrorsFuture) Get(ctx workflow.Context) (*opsworks.DescribeServiceErrorsOutput, error)
type DescribeStackProvisioningParametersFuture ¶
type DescribeStackProvisioningParametersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeStackProvisioningParametersFuture) Get ¶
func (r *DescribeStackProvisioningParametersFuture) Get(ctx workflow.Context) (*opsworks.DescribeStackProvisioningParametersOutput, error)
type DescribeStackSummaryFuture ¶
type DescribeStackSummaryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeStackSummaryFuture) Get ¶
func (r *DescribeStackSummaryFuture) Get(ctx workflow.Context) (*opsworks.DescribeStackSummaryOutput, error)
type DescribeStacksFuture ¶
func (*DescribeStacksFuture) Get ¶
func (r *DescribeStacksFuture) Get(ctx workflow.Context) (*opsworks.DescribeStacksOutput, error)
type DescribeTimeBasedAutoScalingFuture ¶
type DescribeTimeBasedAutoScalingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeTimeBasedAutoScalingFuture) Get ¶
func (r *DescribeTimeBasedAutoScalingFuture) Get(ctx workflow.Context) (*opsworks.DescribeTimeBasedAutoScalingOutput, error)
type DescribeUserProfilesFuture ¶
type DescribeUserProfilesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeUserProfilesFuture) Get ¶
func (r *DescribeUserProfilesFuture) Get(ctx workflow.Context) (*opsworks.DescribeUserProfilesOutput, error)
type DescribeVolumesFuture ¶
type DescribeVolumesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeVolumesFuture) Get ¶
func (r *DescribeVolumesFuture) Get(ctx workflow.Context) (*opsworks.DescribeVolumesOutput, error)
type DetachElasticLoadBalancerFuture ¶
type DetachElasticLoadBalancerFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DetachElasticLoadBalancerFuture) Get ¶
func (r *DetachElasticLoadBalancerFuture) Get(ctx workflow.Context) (*opsworks.DetachElasticLoadBalancerOutput, error)
type DisassociateElasticIpFuture ¶
type DisassociateElasticIpFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateElasticIpFuture) Get ¶
func (r *DisassociateElasticIpFuture) Get(ctx workflow.Context) (*opsworks.DisassociateElasticIpOutput, error)
type GetHostnameSuggestionFuture ¶
type GetHostnameSuggestionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetHostnameSuggestionFuture) Get ¶
func (r *GetHostnameSuggestionFuture) Get(ctx workflow.Context) (*opsworks.GetHostnameSuggestionOutput, error)
type GrantAccessFuture ¶
func (*GrantAccessFuture) Get ¶
func (r *GrantAccessFuture) Get(ctx workflow.Context) (*opsworks.GrantAccessOutput, error)
type ListTagsFuture ¶
func (*ListTagsFuture) Get ¶
func (r *ListTagsFuture) Get(ctx workflow.Context) (*opsworks.ListTagsOutput, error)
type RebootInstanceFuture ¶
func (*RebootInstanceFuture) Get ¶
func (r *RebootInstanceFuture) Get(ctx workflow.Context) (*opsworks.RebootInstanceOutput, error)
type RegisterEcsClusterFuture ¶
type RegisterEcsClusterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RegisterEcsClusterFuture) Get ¶
func (r *RegisterEcsClusterFuture) Get(ctx workflow.Context) (*opsworks.RegisterEcsClusterOutput, error)
type RegisterElasticIpFuture ¶
type RegisterElasticIpFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RegisterElasticIpFuture) Get ¶
func (r *RegisterElasticIpFuture) Get(ctx workflow.Context) (*opsworks.RegisterElasticIpOutput, error)
type RegisterInstanceFuture ¶
type RegisterInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RegisterInstanceFuture) Get ¶
func (r *RegisterInstanceFuture) Get(ctx workflow.Context) (*opsworks.RegisterInstanceOutput, error)
type RegisterRdsDbInstanceFuture ¶
type RegisterRdsDbInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RegisterRdsDbInstanceFuture) Get ¶
func (r *RegisterRdsDbInstanceFuture) Get(ctx workflow.Context) (*opsworks.RegisterRdsDbInstanceOutput, error)
type RegisterVolumeFuture ¶
func (*RegisterVolumeFuture) Get ¶
func (r *RegisterVolumeFuture) Get(ctx workflow.Context) (*opsworks.RegisterVolumeOutput, error)
type SetLoadBasedAutoScalingFuture ¶
type SetLoadBasedAutoScalingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SetLoadBasedAutoScalingFuture) Get ¶
func (r *SetLoadBasedAutoScalingFuture) Get(ctx workflow.Context) (*opsworks.SetLoadBasedAutoScalingOutput, error)
type SetPermissionFuture ¶
func (*SetPermissionFuture) Get ¶
func (r *SetPermissionFuture) Get(ctx workflow.Context) (*opsworks.SetPermissionOutput, error)
type SetTimeBasedAutoScalingFuture ¶
type SetTimeBasedAutoScalingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SetTimeBasedAutoScalingFuture) Get ¶
func (r *SetTimeBasedAutoScalingFuture) Get(ctx workflow.Context) (*opsworks.SetTimeBasedAutoScalingOutput, error)
type StartInstanceFuture ¶
func (*StartInstanceFuture) Get ¶
func (r *StartInstanceFuture) Get(ctx workflow.Context) (*opsworks.StartInstanceOutput, error)
type StartStackFuture ¶
func (*StartStackFuture) Get ¶
func (r *StartStackFuture) Get(ctx workflow.Context) (*opsworks.StartStackOutput, error)
type StopInstanceFuture ¶
func (*StopInstanceFuture) Get ¶
func (r *StopInstanceFuture) Get(ctx workflow.Context) (*opsworks.StopInstanceOutput, error)
type StopStackFuture ¶
func (*StopStackFuture) Get ¶
func (r *StopStackFuture) Get(ctx workflow.Context) (*opsworks.StopStackOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*opsworks.TagResourceOutput, error)
type UnassignInstanceFuture ¶
type UnassignInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UnassignInstanceFuture) Get ¶
func (r *UnassignInstanceFuture) Get(ctx workflow.Context) (*opsworks.UnassignInstanceOutput, error)
type UnassignVolumeFuture ¶
func (*UnassignVolumeFuture) Get ¶
func (r *UnassignVolumeFuture) Get(ctx workflow.Context) (*opsworks.UnassignVolumeOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*opsworks.UntagResourceOutput, error)
type UpdateAppFuture ¶
func (*UpdateAppFuture) Get ¶
func (r *UpdateAppFuture) Get(ctx workflow.Context) (*opsworks.UpdateAppOutput, error)
type UpdateElasticIpFuture ¶
type UpdateElasticIpFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateElasticIpFuture) Get ¶
func (r *UpdateElasticIpFuture) Get(ctx workflow.Context) (*opsworks.UpdateElasticIpOutput, error)
type UpdateInstanceFuture ¶
func (*UpdateInstanceFuture) Get ¶
func (r *UpdateInstanceFuture) Get(ctx workflow.Context) (*opsworks.UpdateInstanceOutput, error)
type UpdateLayerFuture ¶
func (*UpdateLayerFuture) Get ¶
func (r *UpdateLayerFuture) Get(ctx workflow.Context) (*opsworks.UpdateLayerOutput, error)
type UpdateMyUserProfileFuture ¶
type UpdateMyUserProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateMyUserProfileFuture) Get ¶
func (r *UpdateMyUserProfileFuture) Get(ctx workflow.Context) (*opsworks.UpdateMyUserProfileOutput, error)
type UpdateRdsDbInstanceFuture ¶
type UpdateRdsDbInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateRdsDbInstanceFuture) Get ¶
func (r *UpdateRdsDbInstanceFuture) Get(ctx workflow.Context) (*opsworks.UpdateRdsDbInstanceOutput, error)
type UpdateStackFuture ¶
func (*UpdateStackFuture) Get ¶
func (r *UpdateStackFuture) Get(ctx workflow.Context) (*opsworks.UpdateStackOutput, error)
type UpdateUserProfileFuture ¶
type UpdateUserProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateUserProfileFuture) Get ¶
func (r *UpdateUserProfileFuture) Get(ctx workflow.Context) (*opsworks.UpdateUserProfileOutput, error)
type UpdateVolumeFuture ¶
func (*UpdateVolumeFuture) Get ¶
func (r *UpdateVolumeFuture) Get(ctx workflow.Context) (*opsworks.UpdateVolumeOutput, error)
Click to show internal directories.
Click to hide internal directories.