Documentation ¶
Index ¶
- type AssociateAttributeGroupFuture
- type AssociateResourceFuture
- type Client
- type CreateApplicationFuture
- type CreateAttributeGroupFuture
- type DeleteApplicationFuture
- type DeleteAttributeGroupFuture
- type DisassociateAttributeGroupFuture
- type DisassociateResourceFuture
- type GetApplicationFuture
- type GetAttributeGroupFuture
- type ListApplicationsFuture
- type ListAssociatedAttributeGroupsFuture
- type ListAssociatedResourcesFuture
- type ListAttributeGroupsFuture
- type ListTagsForResourceFuture
- type SyncResourceFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateApplicationFuture
- type UpdateAttributeGroupFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssociateAttributeGroupFuture ¶
type AssociateAttributeGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AssociateAttributeGroupFuture) Get ¶
func (r *AssociateAttributeGroupFuture) Get(ctx workflow.Context) (*appregistry.AssociateAttributeGroupOutput, error)
type AssociateResourceFuture ¶
type AssociateResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AssociateResourceFuture) Get ¶
func (r *AssociateResourceFuture) Get(ctx workflow.Context) (*appregistry.AssociateResourceOutput, error)
type Client ¶
type Client interface { AssociateAttributeGroup(ctx workflow.Context, input *appregistry.AssociateAttributeGroupInput) (*appregistry.AssociateAttributeGroupOutput, error) AssociateAttributeGroupAsync(ctx workflow.Context, input *appregistry.AssociateAttributeGroupInput) *AssociateAttributeGroupFuture AssociateResource(ctx workflow.Context, input *appregistry.AssociateResourceInput) (*appregistry.AssociateResourceOutput, error) AssociateResourceAsync(ctx workflow.Context, input *appregistry.AssociateResourceInput) *AssociateResourceFuture CreateApplication(ctx workflow.Context, input *appregistry.CreateApplicationInput) (*appregistry.CreateApplicationOutput, error) CreateApplicationAsync(ctx workflow.Context, input *appregistry.CreateApplicationInput) *CreateApplicationFuture CreateAttributeGroup(ctx workflow.Context, input *appregistry.CreateAttributeGroupInput) (*appregistry.CreateAttributeGroupOutput, error) CreateAttributeGroupAsync(ctx workflow.Context, input *appregistry.CreateAttributeGroupInput) *CreateAttributeGroupFuture DeleteApplication(ctx workflow.Context, input *appregistry.DeleteApplicationInput) (*appregistry.DeleteApplicationOutput, error) DeleteApplicationAsync(ctx workflow.Context, input *appregistry.DeleteApplicationInput) *DeleteApplicationFuture DeleteAttributeGroup(ctx workflow.Context, input *appregistry.DeleteAttributeGroupInput) (*appregistry.DeleteAttributeGroupOutput, error) DeleteAttributeGroupAsync(ctx workflow.Context, input *appregistry.DeleteAttributeGroupInput) *DeleteAttributeGroupFuture DisassociateAttributeGroup(ctx workflow.Context, input *appregistry.DisassociateAttributeGroupInput) (*appregistry.DisassociateAttributeGroupOutput, error) DisassociateAttributeGroupAsync(ctx workflow.Context, input *appregistry.DisassociateAttributeGroupInput) *DisassociateAttributeGroupFuture DisassociateResource(ctx workflow.Context, input *appregistry.DisassociateResourceInput) (*appregistry.DisassociateResourceOutput, error) DisassociateResourceAsync(ctx workflow.Context, input *appregistry.DisassociateResourceInput) *DisassociateResourceFuture GetApplication(ctx workflow.Context, input *appregistry.GetApplicationInput) (*appregistry.GetApplicationOutput, error) GetApplicationAsync(ctx workflow.Context, input *appregistry.GetApplicationInput) *GetApplicationFuture GetAttributeGroup(ctx workflow.Context, input *appregistry.GetAttributeGroupInput) (*appregistry.GetAttributeGroupOutput, error) GetAttributeGroupAsync(ctx workflow.Context, input *appregistry.GetAttributeGroupInput) *GetAttributeGroupFuture ListApplications(ctx workflow.Context, input *appregistry.ListApplicationsInput) (*appregistry.ListApplicationsOutput, error) ListApplicationsAsync(ctx workflow.Context, input *appregistry.ListApplicationsInput) *ListApplicationsFuture ListAssociatedAttributeGroups(ctx workflow.Context, input *appregistry.ListAssociatedAttributeGroupsInput) (*appregistry.ListAssociatedAttributeGroupsOutput, error) ListAssociatedAttributeGroupsAsync(ctx workflow.Context, input *appregistry.ListAssociatedAttributeGroupsInput) *ListAssociatedAttributeGroupsFuture ListAssociatedResources(ctx workflow.Context, input *appregistry.ListAssociatedResourcesInput) (*appregistry.ListAssociatedResourcesOutput, error) ListAssociatedResourcesAsync(ctx workflow.Context, input *appregistry.ListAssociatedResourcesInput) *ListAssociatedResourcesFuture ListAttributeGroups(ctx workflow.Context, input *appregistry.ListAttributeGroupsInput) (*appregistry.ListAttributeGroupsOutput, error) ListAttributeGroupsAsync(ctx workflow.Context, input *appregistry.ListAttributeGroupsInput) *ListAttributeGroupsFuture ListTagsForResource(ctx workflow.Context, input *appregistry.ListTagsForResourceInput) (*appregistry.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *appregistry.ListTagsForResourceInput) *ListTagsForResourceFuture SyncResource(ctx workflow.Context, input *appregistry.SyncResourceInput) (*appregistry.SyncResourceOutput, error) SyncResourceAsync(ctx workflow.Context, input *appregistry.SyncResourceInput) *SyncResourceFuture TagResource(ctx workflow.Context, input *appregistry.TagResourceInput) (*appregistry.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *appregistry.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *appregistry.UntagResourceInput) (*appregistry.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *appregistry.UntagResourceInput) *UntagResourceFuture UpdateApplication(ctx workflow.Context, input *appregistry.UpdateApplicationInput) (*appregistry.UpdateApplicationOutput, error) UpdateApplicationAsync(ctx workflow.Context, input *appregistry.UpdateApplicationInput) *UpdateApplicationFuture UpdateAttributeGroup(ctx workflow.Context, input *appregistry.UpdateAttributeGroupInput) (*appregistry.UpdateAttributeGroupOutput, error) UpdateAttributeGroupAsync(ctx workflow.Context, input *appregistry.UpdateAttributeGroupInput) *UpdateAttributeGroupFuture }
type CreateApplicationFuture ¶
type CreateApplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateApplicationFuture) Get ¶
func (r *CreateApplicationFuture) Get(ctx workflow.Context) (*appregistry.CreateApplicationOutput, error)
type CreateAttributeGroupFuture ¶
type CreateAttributeGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateAttributeGroupFuture) Get ¶
func (r *CreateAttributeGroupFuture) Get(ctx workflow.Context) (*appregistry.CreateAttributeGroupOutput, error)
type DeleteApplicationFuture ¶
type DeleteApplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteApplicationFuture) Get ¶
func (r *DeleteApplicationFuture) Get(ctx workflow.Context) (*appregistry.DeleteApplicationOutput, error)
type DeleteAttributeGroupFuture ¶
type DeleteAttributeGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteAttributeGroupFuture) Get ¶
func (r *DeleteAttributeGroupFuture) Get(ctx workflow.Context) (*appregistry.DeleteAttributeGroupOutput, error)
type DisassociateAttributeGroupFuture ¶
type DisassociateAttributeGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateAttributeGroupFuture) Get ¶
func (r *DisassociateAttributeGroupFuture) Get(ctx workflow.Context) (*appregistry.DisassociateAttributeGroupOutput, error)
type DisassociateResourceFuture ¶
type DisassociateResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateResourceFuture) Get ¶
func (r *DisassociateResourceFuture) Get(ctx workflow.Context) (*appregistry.DisassociateResourceOutput, error)
type GetApplicationFuture ¶
func (*GetApplicationFuture) Get ¶
func (r *GetApplicationFuture) Get(ctx workflow.Context) (*appregistry.GetApplicationOutput, error)
type GetAttributeGroupFuture ¶
type GetAttributeGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetAttributeGroupFuture) Get ¶
func (r *GetAttributeGroupFuture) Get(ctx workflow.Context) (*appregistry.GetAttributeGroupOutput, error)
type ListApplicationsFuture ¶
type ListApplicationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListApplicationsFuture) Get ¶
func (r *ListApplicationsFuture) Get(ctx workflow.Context) (*appregistry.ListApplicationsOutput, error)
type ListAssociatedAttributeGroupsFuture ¶
type ListAssociatedAttributeGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListAssociatedAttributeGroupsFuture) Get ¶
func (r *ListAssociatedAttributeGroupsFuture) Get(ctx workflow.Context) (*appregistry.ListAssociatedAttributeGroupsOutput, error)
type ListAssociatedResourcesFuture ¶
type ListAssociatedResourcesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListAssociatedResourcesFuture) Get ¶
func (r *ListAssociatedResourcesFuture) Get(ctx workflow.Context) (*appregistry.ListAssociatedResourcesOutput, error)
type ListAttributeGroupsFuture ¶
type ListAttributeGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListAttributeGroupsFuture) Get ¶
func (r *ListAttributeGroupsFuture) Get(ctx workflow.Context) (*appregistry.ListAttributeGroupsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*appregistry.ListTagsForResourceOutput, error)
type SyncResourceFuture ¶
func (*SyncResourceFuture) Get ¶
func (r *SyncResourceFuture) Get(ctx workflow.Context) (*appregistry.SyncResourceOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*appregistry.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*appregistry.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) (*appregistry.UpdateApplicationOutput, error)
type UpdateAttributeGroupFuture ¶
type UpdateAttributeGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateAttributeGroupFuture) Get ¶
func (r *UpdateAttributeGroupFuture) Get(ctx workflow.Context) (*appregistry.UpdateAttributeGroupOutput, error)
Click to show internal directories.
Click to hide internal directories.