Documentation ¶
Index ¶
- type AssociateFleetFuture
- type BatchAssociateUserStackFuture
- type BatchDisassociateUserStackFuture
- type Client
- type CopyImageFuture
- type CreateDirectoryConfigFuture
- type CreateFleetFuture
- type CreateImageBuilderFuture
- type CreateImageBuilderStreamingURLFuture
- type CreateStackFuture
- type CreateStreamingURLFuture
- type CreateUsageReportSubscriptionFuture
- type CreateUserFuture
- type DeleteDirectoryConfigFuture
- type DeleteFleetFuture
- type DeleteImageBuilderFuture
- type DeleteImageFuture
- type DeleteImagePermissionsFuture
- type DeleteStackFuture
- type DeleteUsageReportSubscriptionFuture
- type DeleteUserFuture
- type DescribeDirectoryConfigsFuture
- type DescribeFleetsFuture
- type DescribeImageBuildersFuture
- type DescribeImagePermissionsFuture
- type DescribeImagesFuture
- type DescribeSessionsFuture
- type DescribeStacksFuture
- type DescribeUsageReportSubscriptionsFuture
- type DescribeUserStackAssociationsFuture
- type DescribeUsersFuture
- type DisableUserFuture
- type DisassociateFleetFuture
- type EnableUserFuture
- type ExpireSessionFuture
- type ListAssociatedFleetsFuture
- type ListAssociatedStacksFuture
- type ListTagsForResourceFuture
- type StartFleetFuture
- type StartImageBuilderFuture
- type StopFleetFuture
- type StopImageBuilderFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateDirectoryConfigFuture
- type UpdateFleetFuture
- type UpdateImagePermissionsFuture
- type UpdateStackFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssociateFleetFuture ¶
func (*AssociateFleetFuture) Get ¶
func (r *AssociateFleetFuture) Get(ctx workflow.Context) (*appstream.AssociateFleetOutput, error)
type BatchAssociateUserStackFuture ¶
type BatchAssociateUserStackFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchAssociateUserStackFuture) Get ¶
func (r *BatchAssociateUserStackFuture) Get(ctx workflow.Context) (*appstream.BatchAssociateUserStackOutput, error)
type BatchDisassociateUserStackFuture ¶
type BatchDisassociateUserStackFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchDisassociateUserStackFuture) Get ¶
func (r *BatchDisassociateUserStackFuture) Get(ctx workflow.Context) (*appstream.BatchDisassociateUserStackOutput, error)
type Client ¶
type Client interface { AssociateFleet(ctx workflow.Context, input *appstream.AssociateFleetInput) (*appstream.AssociateFleetOutput, error) AssociateFleetAsync(ctx workflow.Context, input *appstream.AssociateFleetInput) *AssociateFleetFuture BatchAssociateUserStack(ctx workflow.Context, input *appstream.BatchAssociateUserStackInput) (*appstream.BatchAssociateUserStackOutput, error) BatchAssociateUserStackAsync(ctx workflow.Context, input *appstream.BatchAssociateUserStackInput) *BatchAssociateUserStackFuture BatchDisassociateUserStack(ctx workflow.Context, input *appstream.BatchDisassociateUserStackInput) (*appstream.BatchDisassociateUserStackOutput, error) BatchDisassociateUserStackAsync(ctx workflow.Context, input *appstream.BatchDisassociateUserStackInput) *BatchDisassociateUserStackFuture CopyImage(ctx workflow.Context, input *appstream.CopyImageInput) (*appstream.CopyImageOutput, error) CopyImageAsync(ctx workflow.Context, input *appstream.CopyImageInput) *CopyImageFuture CreateDirectoryConfig(ctx workflow.Context, input *appstream.CreateDirectoryConfigInput) (*appstream.CreateDirectoryConfigOutput, error) CreateDirectoryConfigAsync(ctx workflow.Context, input *appstream.CreateDirectoryConfigInput) *CreateDirectoryConfigFuture CreateFleet(ctx workflow.Context, input *appstream.CreateFleetInput) (*appstream.CreateFleetOutput, error) CreateFleetAsync(ctx workflow.Context, input *appstream.CreateFleetInput) *CreateFleetFuture CreateImageBuilder(ctx workflow.Context, input *appstream.CreateImageBuilderInput) (*appstream.CreateImageBuilderOutput, error) CreateImageBuilderAsync(ctx workflow.Context, input *appstream.CreateImageBuilderInput) *CreateImageBuilderFuture CreateImageBuilderStreamingURL(ctx workflow.Context, input *appstream.CreateImageBuilderStreamingURLInput) (*appstream.CreateImageBuilderStreamingURLOutput, error) CreateImageBuilderStreamingURLAsync(ctx workflow.Context, input *appstream.CreateImageBuilderStreamingURLInput) *CreateImageBuilderStreamingURLFuture CreateStack(ctx workflow.Context, input *appstream.CreateStackInput) (*appstream.CreateStackOutput, error) CreateStackAsync(ctx workflow.Context, input *appstream.CreateStackInput) *CreateStackFuture CreateStreamingURL(ctx workflow.Context, input *appstream.CreateStreamingURLInput) (*appstream.CreateStreamingURLOutput, error) CreateStreamingURLAsync(ctx workflow.Context, input *appstream.CreateStreamingURLInput) *CreateStreamingURLFuture CreateUsageReportSubscription(ctx workflow.Context, input *appstream.CreateUsageReportSubscriptionInput) (*appstream.CreateUsageReportSubscriptionOutput, error) CreateUsageReportSubscriptionAsync(ctx workflow.Context, input *appstream.CreateUsageReportSubscriptionInput) *CreateUsageReportSubscriptionFuture CreateUser(ctx workflow.Context, input *appstream.CreateUserInput) (*appstream.CreateUserOutput, error) CreateUserAsync(ctx workflow.Context, input *appstream.CreateUserInput) *CreateUserFuture DeleteDirectoryConfig(ctx workflow.Context, input *appstream.DeleteDirectoryConfigInput) (*appstream.DeleteDirectoryConfigOutput, error) DeleteDirectoryConfigAsync(ctx workflow.Context, input *appstream.DeleteDirectoryConfigInput) *DeleteDirectoryConfigFuture DeleteFleet(ctx workflow.Context, input *appstream.DeleteFleetInput) (*appstream.DeleteFleetOutput, error) DeleteFleetAsync(ctx workflow.Context, input *appstream.DeleteFleetInput) *DeleteFleetFuture DeleteImage(ctx workflow.Context, input *appstream.DeleteImageInput) (*appstream.DeleteImageOutput, error) DeleteImageAsync(ctx workflow.Context, input *appstream.DeleteImageInput) *DeleteImageFuture DeleteImageBuilder(ctx workflow.Context, input *appstream.DeleteImageBuilderInput) (*appstream.DeleteImageBuilderOutput, error) DeleteImageBuilderAsync(ctx workflow.Context, input *appstream.DeleteImageBuilderInput) *DeleteImageBuilderFuture DeleteImagePermissions(ctx workflow.Context, input *appstream.DeleteImagePermissionsInput) (*appstream.DeleteImagePermissionsOutput, error) DeleteImagePermissionsAsync(ctx workflow.Context, input *appstream.DeleteImagePermissionsInput) *DeleteImagePermissionsFuture DeleteStack(ctx workflow.Context, input *appstream.DeleteStackInput) (*appstream.DeleteStackOutput, error) DeleteStackAsync(ctx workflow.Context, input *appstream.DeleteStackInput) *DeleteStackFuture DeleteUsageReportSubscription(ctx workflow.Context, input *appstream.DeleteUsageReportSubscriptionInput) (*appstream.DeleteUsageReportSubscriptionOutput, error) DeleteUsageReportSubscriptionAsync(ctx workflow.Context, input *appstream.DeleteUsageReportSubscriptionInput) *DeleteUsageReportSubscriptionFuture DeleteUser(ctx workflow.Context, input *appstream.DeleteUserInput) (*appstream.DeleteUserOutput, error) DeleteUserAsync(ctx workflow.Context, input *appstream.DeleteUserInput) *DeleteUserFuture DescribeDirectoryConfigs(ctx workflow.Context, input *appstream.DescribeDirectoryConfigsInput) (*appstream.DescribeDirectoryConfigsOutput, error) DescribeDirectoryConfigsAsync(ctx workflow.Context, input *appstream.DescribeDirectoryConfigsInput) *DescribeDirectoryConfigsFuture DescribeFleets(ctx workflow.Context, input *appstream.DescribeFleetsInput) (*appstream.DescribeFleetsOutput, error) DescribeFleetsAsync(ctx workflow.Context, input *appstream.DescribeFleetsInput) *DescribeFleetsFuture DescribeImageBuilders(ctx workflow.Context, input *appstream.DescribeImageBuildersInput) (*appstream.DescribeImageBuildersOutput, error) DescribeImageBuildersAsync(ctx workflow.Context, input *appstream.DescribeImageBuildersInput) *DescribeImageBuildersFuture DescribeImagePermissions(ctx workflow.Context, input *appstream.DescribeImagePermissionsInput) (*appstream.DescribeImagePermissionsOutput, error) DescribeImagePermissionsAsync(ctx workflow.Context, input *appstream.DescribeImagePermissionsInput) *DescribeImagePermissionsFuture DescribeImages(ctx workflow.Context, input *appstream.DescribeImagesInput) (*appstream.DescribeImagesOutput, error) DescribeImagesAsync(ctx workflow.Context, input *appstream.DescribeImagesInput) *DescribeImagesFuture DescribeSessions(ctx workflow.Context, input *appstream.DescribeSessionsInput) (*appstream.DescribeSessionsOutput, error) DescribeSessionsAsync(ctx workflow.Context, input *appstream.DescribeSessionsInput) *DescribeSessionsFuture DescribeStacks(ctx workflow.Context, input *appstream.DescribeStacksInput) (*appstream.DescribeStacksOutput, error) DescribeStacksAsync(ctx workflow.Context, input *appstream.DescribeStacksInput) *DescribeStacksFuture DescribeUsageReportSubscriptions(ctx workflow.Context, input *appstream.DescribeUsageReportSubscriptionsInput) (*appstream.DescribeUsageReportSubscriptionsOutput, error) DescribeUsageReportSubscriptionsAsync(ctx workflow.Context, input *appstream.DescribeUsageReportSubscriptionsInput) *DescribeUsageReportSubscriptionsFuture DescribeUserStackAssociations(ctx workflow.Context, input *appstream.DescribeUserStackAssociationsInput) (*appstream.DescribeUserStackAssociationsOutput, error) DescribeUserStackAssociationsAsync(ctx workflow.Context, input *appstream.DescribeUserStackAssociationsInput) *DescribeUserStackAssociationsFuture DescribeUsers(ctx workflow.Context, input *appstream.DescribeUsersInput) (*appstream.DescribeUsersOutput, error) DescribeUsersAsync(ctx workflow.Context, input *appstream.DescribeUsersInput) *DescribeUsersFuture DisableUser(ctx workflow.Context, input *appstream.DisableUserInput) (*appstream.DisableUserOutput, error) DisableUserAsync(ctx workflow.Context, input *appstream.DisableUserInput) *DisableUserFuture DisassociateFleet(ctx workflow.Context, input *appstream.DisassociateFleetInput) (*appstream.DisassociateFleetOutput, error) DisassociateFleetAsync(ctx workflow.Context, input *appstream.DisassociateFleetInput) *DisassociateFleetFuture EnableUser(ctx workflow.Context, input *appstream.EnableUserInput) (*appstream.EnableUserOutput, error) EnableUserAsync(ctx workflow.Context, input *appstream.EnableUserInput) *EnableUserFuture ExpireSession(ctx workflow.Context, input *appstream.ExpireSessionInput) (*appstream.ExpireSessionOutput, error) ExpireSessionAsync(ctx workflow.Context, input *appstream.ExpireSessionInput) *ExpireSessionFuture ListAssociatedFleets(ctx workflow.Context, input *appstream.ListAssociatedFleetsInput) (*appstream.ListAssociatedFleetsOutput, error) ListAssociatedFleetsAsync(ctx workflow.Context, input *appstream.ListAssociatedFleetsInput) *ListAssociatedFleetsFuture ListAssociatedStacks(ctx workflow.Context, input *appstream.ListAssociatedStacksInput) (*appstream.ListAssociatedStacksOutput, error) ListAssociatedStacksAsync(ctx workflow.Context, input *appstream.ListAssociatedStacksInput) *ListAssociatedStacksFuture ListTagsForResource(ctx workflow.Context, input *appstream.ListTagsForResourceInput) (*appstream.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *appstream.ListTagsForResourceInput) *ListTagsForResourceFuture StartFleet(ctx workflow.Context, input *appstream.StartFleetInput) (*appstream.StartFleetOutput, error) StartFleetAsync(ctx workflow.Context, input *appstream.StartFleetInput) *StartFleetFuture StartImageBuilder(ctx workflow.Context, input *appstream.StartImageBuilderInput) (*appstream.StartImageBuilderOutput, error) StartImageBuilderAsync(ctx workflow.Context, input *appstream.StartImageBuilderInput) *StartImageBuilderFuture StopFleet(ctx workflow.Context, input *appstream.StopFleetInput) (*appstream.StopFleetOutput, error) StopFleetAsync(ctx workflow.Context, input *appstream.StopFleetInput) *StopFleetFuture StopImageBuilder(ctx workflow.Context, input *appstream.StopImageBuilderInput) (*appstream.StopImageBuilderOutput, error) StopImageBuilderAsync(ctx workflow.Context, input *appstream.StopImageBuilderInput) *StopImageBuilderFuture TagResource(ctx workflow.Context, input *appstream.TagResourceInput) (*appstream.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *appstream.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *appstream.UntagResourceInput) (*appstream.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *appstream.UntagResourceInput) *UntagResourceFuture UpdateDirectoryConfig(ctx workflow.Context, input *appstream.UpdateDirectoryConfigInput) (*appstream.UpdateDirectoryConfigOutput, error) UpdateDirectoryConfigAsync(ctx workflow.Context, input *appstream.UpdateDirectoryConfigInput) *UpdateDirectoryConfigFuture UpdateFleet(ctx workflow.Context, input *appstream.UpdateFleetInput) (*appstream.UpdateFleetOutput, error) UpdateFleetAsync(ctx workflow.Context, input *appstream.UpdateFleetInput) *UpdateFleetFuture UpdateImagePermissions(ctx workflow.Context, input *appstream.UpdateImagePermissionsInput) (*appstream.UpdateImagePermissionsOutput, error) UpdateImagePermissionsAsync(ctx workflow.Context, input *appstream.UpdateImagePermissionsInput) *UpdateImagePermissionsFuture UpdateStack(ctx workflow.Context, input *appstream.UpdateStackInput) (*appstream.UpdateStackOutput, error) UpdateStackAsync(ctx workflow.Context, input *appstream.UpdateStackInput) *UpdateStackFuture WaitUntilFleetStarted(ctx workflow.Context, input *appstream.DescribeFleetsInput) error WaitUntilFleetStartedAsync(ctx workflow.Context, input *appstream.DescribeFleetsInput) *clients.VoidFuture WaitUntilFleetStopped(ctx workflow.Context, input *appstream.DescribeFleetsInput) error WaitUntilFleetStoppedAsync(ctx workflow.Context, input *appstream.DescribeFleetsInput) *clients.VoidFuture }
type CopyImageFuture ¶
func (*CopyImageFuture) Get ¶
func (r *CopyImageFuture) Get(ctx workflow.Context) (*appstream.CopyImageOutput, error)
type CreateDirectoryConfigFuture ¶
type CreateDirectoryConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDirectoryConfigFuture) Get ¶
func (r *CreateDirectoryConfigFuture) Get(ctx workflow.Context) (*appstream.CreateDirectoryConfigOutput, error)
type CreateFleetFuture ¶
func (*CreateFleetFuture) Get ¶
func (r *CreateFleetFuture) Get(ctx workflow.Context) (*appstream.CreateFleetOutput, error)
type CreateImageBuilderFuture ¶
type CreateImageBuilderFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateImageBuilderFuture) Get ¶
func (r *CreateImageBuilderFuture) Get(ctx workflow.Context) (*appstream.CreateImageBuilderOutput, error)
type CreateImageBuilderStreamingURLFuture ¶
type CreateImageBuilderStreamingURLFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateImageBuilderStreamingURLFuture) Get ¶
func (r *CreateImageBuilderStreamingURLFuture) Get(ctx workflow.Context) (*appstream.CreateImageBuilderStreamingURLOutput, error)
type CreateStackFuture ¶
func (*CreateStackFuture) Get ¶
func (r *CreateStackFuture) Get(ctx workflow.Context) (*appstream.CreateStackOutput, error)
type CreateStreamingURLFuture ¶
type CreateStreamingURLFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateStreamingURLFuture) Get ¶
func (r *CreateStreamingURLFuture) Get(ctx workflow.Context) (*appstream.CreateStreamingURLOutput, error)
type CreateUsageReportSubscriptionFuture ¶
type CreateUsageReportSubscriptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateUsageReportSubscriptionFuture) Get ¶
func (r *CreateUsageReportSubscriptionFuture) Get(ctx workflow.Context) (*appstream.CreateUsageReportSubscriptionOutput, error)
type CreateUserFuture ¶
func (*CreateUserFuture) Get ¶
func (r *CreateUserFuture) Get(ctx workflow.Context) (*appstream.CreateUserOutput, error)
type DeleteDirectoryConfigFuture ¶
type DeleteDirectoryConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDirectoryConfigFuture) Get ¶
func (r *DeleteDirectoryConfigFuture) Get(ctx workflow.Context) (*appstream.DeleteDirectoryConfigOutput, error)
type DeleteFleetFuture ¶
func (*DeleteFleetFuture) Get ¶
func (r *DeleteFleetFuture) Get(ctx workflow.Context) (*appstream.DeleteFleetOutput, error)
type DeleteImageBuilderFuture ¶
type DeleteImageBuilderFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteImageBuilderFuture) Get ¶
func (r *DeleteImageBuilderFuture) Get(ctx workflow.Context) (*appstream.DeleteImageBuilderOutput, error)
type DeleteImageFuture ¶
func (*DeleteImageFuture) Get ¶
func (r *DeleteImageFuture) Get(ctx workflow.Context) (*appstream.DeleteImageOutput, error)
type DeleteImagePermissionsFuture ¶
type DeleteImagePermissionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteImagePermissionsFuture) Get ¶
func (r *DeleteImagePermissionsFuture) Get(ctx workflow.Context) (*appstream.DeleteImagePermissionsOutput, error)
type DeleteStackFuture ¶
func (*DeleteStackFuture) Get ¶
func (r *DeleteStackFuture) Get(ctx workflow.Context) (*appstream.DeleteStackOutput, error)
type DeleteUsageReportSubscriptionFuture ¶
type DeleteUsageReportSubscriptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteUsageReportSubscriptionFuture) Get ¶
func (r *DeleteUsageReportSubscriptionFuture) Get(ctx workflow.Context) (*appstream.DeleteUsageReportSubscriptionOutput, error)
type DeleteUserFuture ¶
func (*DeleteUserFuture) Get ¶
func (r *DeleteUserFuture) Get(ctx workflow.Context) (*appstream.DeleteUserOutput, error)
type DescribeDirectoryConfigsFuture ¶
type DescribeDirectoryConfigsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDirectoryConfigsFuture) Get ¶
func (r *DescribeDirectoryConfigsFuture) Get(ctx workflow.Context) (*appstream.DescribeDirectoryConfigsOutput, error)
type DescribeFleetsFuture ¶
func (*DescribeFleetsFuture) Get ¶
func (r *DescribeFleetsFuture) Get(ctx workflow.Context) (*appstream.DescribeFleetsOutput, error)
type DescribeImageBuildersFuture ¶
type DescribeImageBuildersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeImageBuildersFuture) Get ¶
func (r *DescribeImageBuildersFuture) Get(ctx workflow.Context) (*appstream.DescribeImageBuildersOutput, error)
type DescribeImagePermissionsFuture ¶
type DescribeImagePermissionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeImagePermissionsFuture) Get ¶
func (r *DescribeImagePermissionsFuture) Get(ctx workflow.Context) (*appstream.DescribeImagePermissionsOutput, error)
type DescribeImagesFuture ¶
func (*DescribeImagesFuture) Get ¶
func (r *DescribeImagesFuture) Get(ctx workflow.Context) (*appstream.DescribeImagesOutput, error)
type DescribeSessionsFuture ¶
type DescribeSessionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeSessionsFuture) Get ¶
func (r *DescribeSessionsFuture) Get(ctx workflow.Context) (*appstream.DescribeSessionsOutput, error)
type DescribeStacksFuture ¶
func (*DescribeStacksFuture) Get ¶
func (r *DescribeStacksFuture) Get(ctx workflow.Context) (*appstream.DescribeStacksOutput, error)
type DescribeUsageReportSubscriptionsFuture ¶
type DescribeUsageReportSubscriptionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeUsageReportSubscriptionsFuture) Get ¶
func (r *DescribeUsageReportSubscriptionsFuture) Get(ctx workflow.Context) (*appstream.DescribeUsageReportSubscriptionsOutput, error)
type DescribeUserStackAssociationsFuture ¶
type DescribeUserStackAssociationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeUserStackAssociationsFuture) Get ¶
func (r *DescribeUserStackAssociationsFuture) Get(ctx workflow.Context) (*appstream.DescribeUserStackAssociationsOutput, error)
type DescribeUsersFuture ¶
func (*DescribeUsersFuture) Get ¶
func (r *DescribeUsersFuture) Get(ctx workflow.Context) (*appstream.DescribeUsersOutput, error)
type DisableUserFuture ¶
func (*DisableUserFuture) Get ¶
func (r *DisableUserFuture) Get(ctx workflow.Context) (*appstream.DisableUserOutput, error)
type DisassociateFleetFuture ¶
type DisassociateFleetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateFleetFuture) Get ¶
func (r *DisassociateFleetFuture) Get(ctx workflow.Context) (*appstream.DisassociateFleetOutput, error)
type EnableUserFuture ¶
func (*EnableUserFuture) Get ¶
func (r *EnableUserFuture) Get(ctx workflow.Context) (*appstream.EnableUserOutput, error)
type ExpireSessionFuture ¶
func (*ExpireSessionFuture) Get ¶
func (r *ExpireSessionFuture) Get(ctx workflow.Context) (*appstream.ExpireSessionOutput, error)
type ListAssociatedFleetsFuture ¶
type ListAssociatedFleetsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListAssociatedFleetsFuture) Get ¶
func (r *ListAssociatedFleetsFuture) Get(ctx workflow.Context) (*appstream.ListAssociatedFleetsOutput, error)
type ListAssociatedStacksFuture ¶
type ListAssociatedStacksFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListAssociatedStacksFuture) Get ¶
func (r *ListAssociatedStacksFuture) Get(ctx workflow.Context) (*appstream.ListAssociatedStacksOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*appstream.ListTagsForResourceOutput, error)
type StartFleetFuture ¶
func (*StartFleetFuture) Get ¶
func (r *StartFleetFuture) Get(ctx workflow.Context) (*appstream.StartFleetOutput, error)
type StartImageBuilderFuture ¶
type StartImageBuilderFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartImageBuilderFuture) Get ¶
func (r *StartImageBuilderFuture) Get(ctx workflow.Context) (*appstream.StartImageBuilderOutput, error)
type StopFleetFuture ¶
func (*StopFleetFuture) Get ¶
func (r *StopFleetFuture) Get(ctx workflow.Context) (*appstream.StopFleetOutput, error)
type StopImageBuilderFuture ¶
type StopImageBuilderFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopImageBuilderFuture) Get ¶
func (r *StopImageBuilderFuture) Get(ctx workflow.Context) (*appstream.StopImageBuilderOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*appstream.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*appstream.UntagResourceOutput, error)
type UpdateDirectoryConfigFuture ¶
type UpdateDirectoryConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDirectoryConfigFuture) Get ¶
func (r *UpdateDirectoryConfigFuture) Get(ctx workflow.Context) (*appstream.UpdateDirectoryConfigOutput, error)
type UpdateFleetFuture ¶
func (*UpdateFleetFuture) Get ¶
func (r *UpdateFleetFuture) Get(ctx workflow.Context) (*appstream.UpdateFleetOutput, error)
type UpdateImagePermissionsFuture ¶
type UpdateImagePermissionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateImagePermissionsFuture) Get ¶
func (r *UpdateImagePermissionsFuture) Get(ctx workflow.Context) (*appstream.UpdateImagePermissionsOutput, error)
type UpdateStackFuture ¶
func (*UpdateStackFuture) Get ¶
func (r *UpdateStackFuture) Get(ctx workflow.Context) (*appstream.UpdateStackOutput, error)
Click to show internal directories.
Click to hide internal directories.