Documentation ¶
Index ¶
- type Client
- type CreateCapacityProviderFuture
- type CreateClusterFuture
- type CreateServiceFuture
- type CreateTaskSetFuture
- type DeleteAccountSettingFuture
- type DeleteAttributesFuture
- type DeleteCapacityProviderFuture
- type DeleteClusterFuture
- type DeleteServiceFuture
- type DeleteTaskSetFuture
- type DeregisterContainerInstanceFuture
- type DeregisterTaskDefinitionFuture
- type DescribeCapacityProvidersFuture
- type DescribeClustersFuture
- type DescribeContainerInstancesFuture
- type DescribeServicesFuture
- type DescribeTaskDefinitionFuture
- type DescribeTaskSetsFuture
- type DescribeTasksFuture
- type DiscoverPollEndpointFuture
- type ListAccountSettingsFuture
- type ListAttributesFuture
- type ListClustersFuture
- type ListContainerInstancesFuture
- type ListServicesFuture
- type ListTagsForResourceFuture
- type ListTaskDefinitionFamiliesFuture
- type ListTaskDefinitionsFuture
- type ListTasksFuture
- type PutAccountSettingDefaultFuture
- type PutAccountSettingFuture
- type PutAttributesFuture
- type PutClusterCapacityProvidersFuture
- type RegisterContainerInstanceFuture
- type RegisterTaskDefinitionFuture
- type RunTaskFuture
- type StartTaskFuture
- type StopTaskFuture
- type SubmitAttachmentStateChangesFuture
- type SubmitContainerStateChangeFuture
- type SubmitTaskStateChangeFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateCapacityProviderFuture
- type UpdateClusterSettingsFuture
- type UpdateContainerAgentFuture
- type UpdateContainerInstancesStateFuture
- type UpdateServiceFuture
- type UpdateServicePrimaryTaskSetFuture
- type UpdateTaskSetFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateCapacityProvider(ctx workflow.Context, input *ecs.CreateCapacityProviderInput) (*ecs.CreateCapacityProviderOutput, error) CreateCapacityProviderAsync(ctx workflow.Context, input *ecs.CreateCapacityProviderInput) *CreateCapacityProviderFuture CreateCluster(ctx workflow.Context, input *ecs.CreateClusterInput) (*ecs.CreateClusterOutput, error) CreateClusterAsync(ctx workflow.Context, input *ecs.CreateClusterInput) *CreateClusterFuture CreateService(ctx workflow.Context, input *ecs.CreateServiceInput) (*ecs.CreateServiceOutput, error) CreateServiceAsync(ctx workflow.Context, input *ecs.CreateServiceInput) *CreateServiceFuture CreateTaskSet(ctx workflow.Context, input *ecs.CreateTaskSetInput) (*ecs.CreateTaskSetOutput, error) CreateTaskSetAsync(ctx workflow.Context, input *ecs.CreateTaskSetInput) *CreateTaskSetFuture DeleteAccountSetting(ctx workflow.Context, input *ecs.DeleteAccountSettingInput) (*ecs.DeleteAccountSettingOutput, error) DeleteAccountSettingAsync(ctx workflow.Context, input *ecs.DeleteAccountSettingInput) *DeleteAccountSettingFuture DeleteAttributes(ctx workflow.Context, input *ecs.DeleteAttributesInput) (*ecs.DeleteAttributesOutput, error) DeleteAttributesAsync(ctx workflow.Context, input *ecs.DeleteAttributesInput) *DeleteAttributesFuture DeleteCapacityProvider(ctx workflow.Context, input *ecs.DeleteCapacityProviderInput) (*ecs.DeleteCapacityProviderOutput, error) DeleteCapacityProviderAsync(ctx workflow.Context, input *ecs.DeleteCapacityProviderInput) *DeleteCapacityProviderFuture DeleteCluster(ctx workflow.Context, input *ecs.DeleteClusterInput) (*ecs.DeleteClusterOutput, error) DeleteClusterAsync(ctx workflow.Context, input *ecs.DeleteClusterInput) *DeleteClusterFuture DeleteService(ctx workflow.Context, input *ecs.DeleteServiceInput) (*ecs.DeleteServiceOutput, error) DeleteServiceAsync(ctx workflow.Context, input *ecs.DeleteServiceInput) *DeleteServiceFuture DeleteTaskSet(ctx workflow.Context, input *ecs.DeleteTaskSetInput) (*ecs.DeleteTaskSetOutput, error) DeleteTaskSetAsync(ctx workflow.Context, input *ecs.DeleteTaskSetInput) *DeleteTaskSetFuture DeregisterContainerInstance(ctx workflow.Context, input *ecs.DeregisterContainerInstanceInput) (*ecs.DeregisterContainerInstanceOutput, error) DeregisterContainerInstanceAsync(ctx workflow.Context, input *ecs.DeregisterContainerInstanceInput) *DeregisterContainerInstanceFuture DeregisterTaskDefinition(ctx workflow.Context, input *ecs.DeregisterTaskDefinitionInput) (*ecs.DeregisterTaskDefinitionOutput, error) DeregisterTaskDefinitionAsync(ctx workflow.Context, input *ecs.DeregisterTaskDefinitionInput) *DeregisterTaskDefinitionFuture DescribeCapacityProviders(ctx workflow.Context, input *ecs.DescribeCapacityProvidersInput) (*ecs.DescribeCapacityProvidersOutput, error) DescribeCapacityProvidersAsync(ctx workflow.Context, input *ecs.DescribeCapacityProvidersInput) *DescribeCapacityProvidersFuture DescribeClusters(ctx workflow.Context, input *ecs.DescribeClustersInput) (*ecs.DescribeClustersOutput, error) DescribeClustersAsync(ctx workflow.Context, input *ecs.DescribeClustersInput) *DescribeClustersFuture DescribeContainerInstances(ctx workflow.Context, input *ecs.DescribeContainerInstancesInput) (*ecs.DescribeContainerInstancesOutput, error) DescribeContainerInstancesAsync(ctx workflow.Context, input *ecs.DescribeContainerInstancesInput) *DescribeContainerInstancesFuture DescribeServices(ctx workflow.Context, input *ecs.DescribeServicesInput) (*ecs.DescribeServicesOutput, error) DescribeServicesAsync(ctx workflow.Context, input *ecs.DescribeServicesInput) *DescribeServicesFuture DescribeTaskDefinition(ctx workflow.Context, input *ecs.DescribeTaskDefinitionInput) (*ecs.DescribeTaskDefinitionOutput, error) DescribeTaskDefinitionAsync(ctx workflow.Context, input *ecs.DescribeTaskDefinitionInput) *DescribeTaskDefinitionFuture DescribeTaskSets(ctx workflow.Context, input *ecs.DescribeTaskSetsInput) (*ecs.DescribeTaskSetsOutput, error) DescribeTaskSetsAsync(ctx workflow.Context, input *ecs.DescribeTaskSetsInput) *DescribeTaskSetsFuture DescribeTasks(ctx workflow.Context, input *ecs.DescribeTasksInput) (*ecs.DescribeTasksOutput, error) DescribeTasksAsync(ctx workflow.Context, input *ecs.DescribeTasksInput) *DescribeTasksFuture DiscoverPollEndpoint(ctx workflow.Context, input *ecs.DiscoverPollEndpointInput) (*ecs.DiscoverPollEndpointOutput, error) DiscoverPollEndpointAsync(ctx workflow.Context, input *ecs.DiscoverPollEndpointInput) *DiscoverPollEndpointFuture ListAccountSettings(ctx workflow.Context, input *ecs.ListAccountSettingsInput) (*ecs.ListAccountSettingsOutput, error) ListAccountSettingsAsync(ctx workflow.Context, input *ecs.ListAccountSettingsInput) *ListAccountSettingsFuture ListAttributes(ctx workflow.Context, input *ecs.ListAttributesInput) (*ecs.ListAttributesOutput, error) ListAttributesAsync(ctx workflow.Context, input *ecs.ListAttributesInput) *ListAttributesFuture ListClusters(ctx workflow.Context, input *ecs.ListClustersInput) (*ecs.ListClustersOutput, error) ListClustersAsync(ctx workflow.Context, input *ecs.ListClustersInput) *ListClustersFuture ListContainerInstances(ctx workflow.Context, input *ecs.ListContainerInstancesInput) (*ecs.ListContainerInstancesOutput, error) ListContainerInstancesAsync(ctx workflow.Context, input *ecs.ListContainerInstancesInput) *ListContainerInstancesFuture ListServices(ctx workflow.Context, input *ecs.ListServicesInput) (*ecs.ListServicesOutput, error) ListServicesAsync(ctx workflow.Context, input *ecs.ListServicesInput) *ListServicesFuture ListTagsForResource(ctx workflow.Context, input *ecs.ListTagsForResourceInput) (*ecs.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *ecs.ListTagsForResourceInput) *ListTagsForResourceFuture ListTaskDefinitionFamilies(ctx workflow.Context, input *ecs.ListTaskDefinitionFamiliesInput) (*ecs.ListTaskDefinitionFamiliesOutput, error) ListTaskDefinitionFamiliesAsync(ctx workflow.Context, input *ecs.ListTaskDefinitionFamiliesInput) *ListTaskDefinitionFamiliesFuture ListTaskDefinitions(ctx workflow.Context, input *ecs.ListTaskDefinitionsInput) (*ecs.ListTaskDefinitionsOutput, error) ListTaskDefinitionsAsync(ctx workflow.Context, input *ecs.ListTaskDefinitionsInput) *ListTaskDefinitionsFuture ListTasks(ctx workflow.Context, input *ecs.ListTasksInput) (*ecs.ListTasksOutput, error) ListTasksAsync(ctx workflow.Context, input *ecs.ListTasksInput) *ListTasksFuture PutAccountSetting(ctx workflow.Context, input *ecs.PutAccountSettingInput) (*ecs.PutAccountSettingOutput, error) PutAccountSettingAsync(ctx workflow.Context, input *ecs.PutAccountSettingInput) *PutAccountSettingFuture PutAccountSettingDefault(ctx workflow.Context, input *ecs.PutAccountSettingDefaultInput) (*ecs.PutAccountSettingDefaultOutput, error) PutAccountSettingDefaultAsync(ctx workflow.Context, input *ecs.PutAccountSettingDefaultInput) *PutAccountSettingDefaultFuture PutAttributes(ctx workflow.Context, input *ecs.PutAttributesInput) (*ecs.PutAttributesOutput, error) PutAttributesAsync(ctx workflow.Context, input *ecs.PutAttributesInput) *PutAttributesFuture PutClusterCapacityProviders(ctx workflow.Context, input *ecs.PutClusterCapacityProvidersInput) (*ecs.PutClusterCapacityProvidersOutput, error) PutClusterCapacityProvidersAsync(ctx workflow.Context, input *ecs.PutClusterCapacityProvidersInput) *PutClusterCapacityProvidersFuture RegisterContainerInstance(ctx workflow.Context, input *ecs.RegisterContainerInstanceInput) (*ecs.RegisterContainerInstanceOutput, error) RegisterContainerInstanceAsync(ctx workflow.Context, input *ecs.RegisterContainerInstanceInput) *RegisterContainerInstanceFuture RegisterTaskDefinition(ctx workflow.Context, input *ecs.RegisterTaskDefinitionInput) (*ecs.RegisterTaskDefinitionOutput, error) RegisterTaskDefinitionAsync(ctx workflow.Context, input *ecs.RegisterTaskDefinitionInput) *RegisterTaskDefinitionFuture RunTask(ctx workflow.Context, input *ecs.RunTaskInput) (*ecs.RunTaskOutput, error) RunTaskAsync(ctx workflow.Context, input *ecs.RunTaskInput) *RunTaskFuture StartTask(ctx workflow.Context, input *ecs.StartTaskInput) (*ecs.StartTaskOutput, error) StartTaskAsync(ctx workflow.Context, input *ecs.StartTaskInput) *StartTaskFuture StopTask(ctx workflow.Context, input *ecs.StopTaskInput) (*ecs.StopTaskOutput, error) StopTaskAsync(ctx workflow.Context, input *ecs.StopTaskInput) *StopTaskFuture SubmitAttachmentStateChanges(ctx workflow.Context, input *ecs.SubmitAttachmentStateChangesInput) (*ecs.SubmitAttachmentStateChangesOutput, error) SubmitAttachmentStateChangesAsync(ctx workflow.Context, input *ecs.SubmitAttachmentStateChangesInput) *SubmitAttachmentStateChangesFuture SubmitContainerStateChange(ctx workflow.Context, input *ecs.SubmitContainerStateChangeInput) (*ecs.SubmitContainerStateChangeOutput, error) SubmitContainerStateChangeAsync(ctx workflow.Context, input *ecs.SubmitContainerStateChangeInput) *SubmitContainerStateChangeFuture SubmitTaskStateChange(ctx workflow.Context, input *ecs.SubmitTaskStateChangeInput) (*ecs.SubmitTaskStateChangeOutput, error) SubmitTaskStateChangeAsync(ctx workflow.Context, input *ecs.SubmitTaskStateChangeInput) *SubmitTaskStateChangeFuture TagResource(ctx workflow.Context, input *ecs.TagResourceInput) (*ecs.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *ecs.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *ecs.UntagResourceInput) (*ecs.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *ecs.UntagResourceInput) *UntagResourceFuture UpdateCapacityProvider(ctx workflow.Context, input *ecs.UpdateCapacityProviderInput) (*ecs.UpdateCapacityProviderOutput, error) UpdateCapacityProviderAsync(ctx workflow.Context, input *ecs.UpdateCapacityProviderInput) *UpdateCapacityProviderFuture UpdateClusterSettings(ctx workflow.Context, input *ecs.UpdateClusterSettingsInput) (*ecs.UpdateClusterSettingsOutput, error) UpdateClusterSettingsAsync(ctx workflow.Context, input *ecs.UpdateClusterSettingsInput) *UpdateClusterSettingsFuture UpdateContainerAgent(ctx workflow.Context, input *ecs.UpdateContainerAgentInput) (*ecs.UpdateContainerAgentOutput, error) UpdateContainerAgentAsync(ctx workflow.Context, input *ecs.UpdateContainerAgentInput) *UpdateContainerAgentFuture UpdateContainerInstancesState(ctx workflow.Context, input *ecs.UpdateContainerInstancesStateInput) (*ecs.UpdateContainerInstancesStateOutput, error) UpdateContainerInstancesStateAsync(ctx workflow.Context, input *ecs.UpdateContainerInstancesStateInput) *UpdateContainerInstancesStateFuture UpdateService(ctx workflow.Context, input *ecs.UpdateServiceInput) (*ecs.UpdateServiceOutput, error) UpdateServiceAsync(ctx workflow.Context, input *ecs.UpdateServiceInput) *UpdateServiceFuture UpdateServicePrimaryTaskSet(ctx workflow.Context, input *ecs.UpdateServicePrimaryTaskSetInput) (*ecs.UpdateServicePrimaryTaskSetOutput, error) UpdateServicePrimaryTaskSetAsync(ctx workflow.Context, input *ecs.UpdateServicePrimaryTaskSetInput) *UpdateServicePrimaryTaskSetFuture UpdateTaskSet(ctx workflow.Context, input *ecs.UpdateTaskSetInput) (*ecs.UpdateTaskSetOutput, error) UpdateTaskSetAsync(ctx workflow.Context, input *ecs.UpdateTaskSetInput) *UpdateTaskSetFuture WaitUntilServicesInactive(ctx workflow.Context, input *ecs.DescribeServicesInput) error WaitUntilServicesInactiveAsync(ctx workflow.Context, input *ecs.DescribeServicesInput) *clients.VoidFuture WaitUntilServicesStable(ctx workflow.Context, input *ecs.DescribeServicesInput) error WaitUntilServicesStableAsync(ctx workflow.Context, input *ecs.DescribeServicesInput) *clients.VoidFuture WaitUntilTasksRunning(ctx workflow.Context, input *ecs.DescribeTasksInput) error WaitUntilTasksRunningAsync(ctx workflow.Context, input *ecs.DescribeTasksInput) *clients.VoidFuture WaitUntilTasksStopped(ctx workflow.Context, input *ecs.DescribeTasksInput) error WaitUntilTasksStoppedAsync(ctx workflow.Context, input *ecs.DescribeTasksInput) *clients.VoidFuture }
type CreateCapacityProviderFuture ¶
type CreateCapacityProviderFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateCapacityProviderFuture) Get ¶
func (r *CreateCapacityProviderFuture) Get(ctx workflow.Context) (*ecs.CreateCapacityProviderOutput, error)
type CreateClusterFuture ¶
func (*CreateClusterFuture) Get ¶
func (r *CreateClusterFuture) Get(ctx workflow.Context) (*ecs.CreateClusterOutput, error)
type CreateServiceFuture ¶
func (*CreateServiceFuture) Get ¶
func (r *CreateServiceFuture) Get(ctx workflow.Context) (*ecs.CreateServiceOutput, error)
type CreateTaskSetFuture ¶
func (*CreateTaskSetFuture) Get ¶
func (r *CreateTaskSetFuture) Get(ctx workflow.Context) (*ecs.CreateTaskSetOutput, error)
type DeleteAccountSettingFuture ¶
type DeleteAccountSettingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteAccountSettingFuture) Get ¶
func (r *DeleteAccountSettingFuture) Get(ctx workflow.Context) (*ecs.DeleteAccountSettingOutput, error)
type DeleteAttributesFuture ¶
type DeleteAttributesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteAttributesFuture) Get ¶
func (r *DeleteAttributesFuture) Get(ctx workflow.Context) (*ecs.DeleteAttributesOutput, error)
type DeleteCapacityProviderFuture ¶
type DeleteCapacityProviderFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteCapacityProviderFuture) Get ¶
func (r *DeleteCapacityProviderFuture) Get(ctx workflow.Context) (*ecs.DeleteCapacityProviderOutput, error)
type DeleteClusterFuture ¶
func (*DeleteClusterFuture) Get ¶
func (r *DeleteClusterFuture) Get(ctx workflow.Context) (*ecs.DeleteClusterOutput, error)
type DeleteServiceFuture ¶
func (*DeleteServiceFuture) Get ¶
func (r *DeleteServiceFuture) Get(ctx workflow.Context) (*ecs.DeleteServiceOutput, error)
type DeleteTaskSetFuture ¶
func (*DeleteTaskSetFuture) Get ¶
func (r *DeleteTaskSetFuture) Get(ctx workflow.Context) (*ecs.DeleteTaskSetOutput, error)
type DeregisterContainerInstanceFuture ¶
type DeregisterContainerInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeregisterContainerInstanceFuture) Get ¶
func (r *DeregisterContainerInstanceFuture) Get(ctx workflow.Context) (*ecs.DeregisterContainerInstanceOutput, error)
type DeregisterTaskDefinitionFuture ¶
type DeregisterTaskDefinitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeregisterTaskDefinitionFuture) Get ¶
func (r *DeregisterTaskDefinitionFuture) Get(ctx workflow.Context) (*ecs.DeregisterTaskDefinitionOutput, error)
type DescribeCapacityProvidersFuture ¶
type DescribeCapacityProvidersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeCapacityProvidersFuture) Get ¶
func (r *DescribeCapacityProvidersFuture) Get(ctx workflow.Context) (*ecs.DescribeCapacityProvidersOutput, error)
type DescribeClustersFuture ¶
type DescribeClustersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeClustersFuture) Get ¶
func (r *DescribeClustersFuture) Get(ctx workflow.Context) (*ecs.DescribeClustersOutput, error)
type DescribeContainerInstancesFuture ¶
type DescribeContainerInstancesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeContainerInstancesFuture) Get ¶
func (r *DescribeContainerInstancesFuture) Get(ctx workflow.Context) (*ecs.DescribeContainerInstancesOutput, error)
type DescribeServicesFuture ¶
type DescribeServicesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeServicesFuture) Get ¶
func (r *DescribeServicesFuture) Get(ctx workflow.Context) (*ecs.DescribeServicesOutput, error)
type DescribeTaskDefinitionFuture ¶
type DescribeTaskDefinitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeTaskDefinitionFuture) Get ¶
func (r *DescribeTaskDefinitionFuture) Get(ctx workflow.Context) (*ecs.DescribeTaskDefinitionOutput, error)
type DescribeTaskSetsFuture ¶
type DescribeTaskSetsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeTaskSetsFuture) Get ¶
func (r *DescribeTaskSetsFuture) Get(ctx workflow.Context) (*ecs.DescribeTaskSetsOutput, error)
type DescribeTasksFuture ¶
func (*DescribeTasksFuture) Get ¶
func (r *DescribeTasksFuture) Get(ctx workflow.Context) (*ecs.DescribeTasksOutput, error)
type DiscoverPollEndpointFuture ¶
type DiscoverPollEndpointFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DiscoverPollEndpointFuture) Get ¶
func (r *DiscoverPollEndpointFuture) Get(ctx workflow.Context) (*ecs.DiscoverPollEndpointOutput, error)
type ListAccountSettingsFuture ¶
type ListAccountSettingsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListAccountSettingsFuture) Get ¶
func (r *ListAccountSettingsFuture) Get(ctx workflow.Context) (*ecs.ListAccountSettingsOutput, error)
type ListAttributesFuture ¶
func (*ListAttributesFuture) Get ¶
func (r *ListAttributesFuture) Get(ctx workflow.Context) (*ecs.ListAttributesOutput, error)
type ListClustersFuture ¶
func (*ListClustersFuture) Get ¶
func (r *ListClustersFuture) Get(ctx workflow.Context) (*ecs.ListClustersOutput, error)
type ListContainerInstancesFuture ¶
type ListContainerInstancesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListContainerInstancesFuture) Get ¶
func (r *ListContainerInstancesFuture) Get(ctx workflow.Context) (*ecs.ListContainerInstancesOutput, error)
type ListServicesFuture ¶
func (*ListServicesFuture) Get ¶
func (r *ListServicesFuture) Get(ctx workflow.Context) (*ecs.ListServicesOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*ecs.ListTagsForResourceOutput, error)
type ListTaskDefinitionFamiliesFuture ¶
type ListTaskDefinitionFamiliesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTaskDefinitionFamiliesFuture) Get ¶
func (r *ListTaskDefinitionFamiliesFuture) Get(ctx workflow.Context) (*ecs.ListTaskDefinitionFamiliesOutput, error)
type ListTaskDefinitionsFuture ¶
type ListTaskDefinitionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTaskDefinitionsFuture) Get ¶
func (r *ListTaskDefinitionsFuture) Get(ctx workflow.Context) (*ecs.ListTaskDefinitionsOutput, error)
type ListTasksFuture ¶
func (*ListTasksFuture) Get ¶
func (r *ListTasksFuture) Get(ctx workflow.Context) (*ecs.ListTasksOutput, error)
type PutAccountSettingDefaultFuture ¶
type PutAccountSettingDefaultFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutAccountSettingDefaultFuture) Get ¶
func (r *PutAccountSettingDefaultFuture) Get(ctx workflow.Context) (*ecs.PutAccountSettingDefaultOutput, error)
type PutAccountSettingFuture ¶
type PutAccountSettingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutAccountSettingFuture) Get ¶
func (r *PutAccountSettingFuture) Get(ctx workflow.Context) (*ecs.PutAccountSettingOutput, error)
type PutAttributesFuture ¶
func (*PutAttributesFuture) Get ¶
func (r *PutAttributesFuture) Get(ctx workflow.Context) (*ecs.PutAttributesOutput, error)
type PutClusterCapacityProvidersFuture ¶
type PutClusterCapacityProvidersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutClusterCapacityProvidersFuture) Get ¶
func (r *PutClusterCapacityProvidersFuture) Get(ctx workflow.Context) (*ecs.PutClusterCapacityProvidersOutput, error)
type RegisterContainerInstanceFuture ¶
type RegisterContainerInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RegisterContainerInstanceFuture) Get ¶
func (r *RegisterContainerInstanceFuture) Get(ctx workflow.Context) (*ecs.RegisterContainerInstanceOutput, error)
type RegisterTaskDefinitionFuture ¶
type RegisterTaskDefinitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RegisterTaskDefinitionFuture) Get ¶
func (r *RegisterTaskDefinitionFuture) Get(ctx workflow.Context) (*ecs.RegisterTaskDefinitionOutput, error)
type RunTaskFuture ¶
func (*RunTaskFuture) Get ¶
func (r *RunTaskFuture) Get(ctx workflow.Context) (*ecs.RunTaskOutput, error)
type StartTaskFuture ¶
func (*StartTaskFuture) Get ¶
func (r *StartTaskFuture) Get(ctx workflow.Context) (*ecs.StartTaskOutput, error)
type StopTaskFuture ¶
func (*StopTaskFuture) Get ¶
func (r *StopTaskFuture) Get(ctx workflow.Context) (*ecs.StopTaskOutput, error)
type SubmitAttachmentStateChangesFuture ¶
type SubmitAttachmentStateChangesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SubmitAttachmentStateChangesFuture) Get ¶
func (r *SubmitAttachmentStateChangesFuture) Get(ctx workflow.Context) (*ecs.SubmitAttachmentStateChangesOutput, error)
type SubmitContainerStateChangeFuture ¶
type SubmitContainerStateChangeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SubmitContainerStateChangeFuture) Get ¶
func (r *SubmitContainerStateChangeFuture) Get(ctx workflow.Context) (*ecs.SubmitContainerStateChangeOutput, error)
type SubmitTaskStateChangeFuture ¶
type SubmitTaskStateChangeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SubmitTaskStateChangeFuture) Get ¶
func (r *SubmitTaskStateChangeFuture) Get(ctx workflow.Context) (*ecs.SubmitTaskStateChangeOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*ecs.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*ecs.UntagResourceOutput, error)
type UpdateCapacityProviderFuture ¶
type UpdateCapacityProviderFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateCapacityProviderFuture) Get ¶
func (r *UpdateCapacityProviderFuture) Get(ctx workflow.Context) (*ecs.UpdateCapacityProviderOutput, error)
type UpdateClusterSettingsFuture ¶
type UpdateClusterSettingsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateClusterSettingsFuture) Get ¶
func (r *UpdateClusterSettingsFuture) Get(ctx workflow.Context) (*ecs.UpdateClusterSettingsOutput, error)
type UpdateContainerAgentFuture ¶
type UpdateContainerAgentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateContainerAgentFuture) Get ¶
func (r *UpdateContainerAgentFuture) Get(ctx workflow.Context) (*ecs.UpdateContainerAgentOutput, error)
type UpdateContainerInstancesStateFuture ¶
type UpdateContainerInstancesStateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateContainerInstancesStateFuture) Get ¶
func (r *UpdateContainerInstancesStateFuture) Get(ctx workflow.Context) (*ecs.UpdateContainerInstancesStateOutput, error)
type UpdateServiceFuture ¶
func (*UpdateServiceFuture) Get ¶
func (r *UpdateServiceFuture) Get(ctx workflow.Context) (*ecs.UpdateServiceOutput, error)
type UpdateServicePrimaryTaskSetFuture ¶
type UpdateServicePrimaryTaskSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateServicePrimaryTaskSetFuture) Get ¶
func (r *UpdateServicePrimaryTaskSetFuture) Get(ctx workflow.Context) (*ecs.UpdateServicePrimaryTaskSetOutput, error)
type UpdateTaskSetFuture ¶
func (*UpdateTaskSetFuture) Get ¶
func (r *UpdateTaskSetFuture) Get(ctx workflow.Context) (*ecs.UpdateTaskSetOutput, error)
Click to show internal directories.
Click to hide internal directories.