Documentation ¶
Index ¶
- type Client
- type CreateGroupFuture
- type DeleteGroupFuture
- type GetGroupConfigurationFuture
- type GetGroupFuture
- type GetGroupQueryFuture
- type GetTagsFuture
- type GroupResourcesFuture
- type ListGroupResourcesFuture
- type ListGroupsFuture
- type PutGroupConfigurationFuture
- type SearchResourcesFuture
- type TagFuture
- type UngroupResourcesFuture
- type UntagFuture
- type UpdateGroupFuture
- type UpdateGroupQueryFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateGroup(ctx workflow.Context, input *resourcegroups.CreateGroupInput) (*resourcegroups.CreateGroupOutput, error) CreateGroupAsync(ctx workflow.Context, input *resourcegroups.CreateGroupInput) *CreateGroupFuture DeleteGroup(ctx workflow.Context, input *resourcegroups.DeleteGroupInput) (*resourcegroups.DeleteGroupOutput, error) DeleteGroupAsync(ctx workflow.Context, input *resourcegroups.DeleteGroupInput) *DeleteGroupFuture GetGroup(ctx workflow.Context, input *resourcegroups.GetGroupInput) (*resourcegroups.GetGroupOutput, error) GetGroupAsync(ctx workflow.Context, input *resourcegroups.GetGroupInput) *GetGroupFuture GetGroupConfiguration(ctx workflow.Context, input *resourcegroups.GetGroupConfigurationInput) (*resourcegroups.GetGroupConfigurationOutput, error) GetGroupConfigurationAsync(ctx workflow.Context, input *resourcegroups.GetGroupConfigurationInput) *GetGroupConfigurationFuture GetGroupQuery(ctx workflow.Context, input *resourcegroups.GetGroupQueryInput) (*resourcegroups.GetGroupQueryOutput, error) GetGroupQueryAsync(ctx workflow.Context, input *resourcegroups.GetGroupQueryInput) *GetGroupQueryFuture GetTags(ctx workflow.Context, input *resourcegroups.GetTagsInput) (*resourcegroups.GetTagsOutput, error) GetTagsAsync(ctx workflow.Context, input *resourcegroups.GetTagsInput) *GetTagsFuture GroupResources(ctx workflow.Context, input *resourcegroups.GroupResourcesInput) (*resourcegroups.GroupResourcesOutput, error) GroupResourcesAsync(ctx workflow.Context, input *resourcegroups.GroupResourcesInput) *GroupResourcesFuture ListGroupResources(ctx workflow.Context, input *resourcegroups.ListGroupResourcesInput) (*resourcegroups.ListGroupResourcesOutput, error) ListGroupResourcesAsync(ctx workflow.Context, input *resourcegroups.ListGroupResourcesInput) *ListGroupResourcesFuture ListGroups(ctx workflow.Context, input *resourcegroups.ListGroupsInput) (*resourcegroups.ListGroupsOutput, error) ListGroupsAsync(ctx workflow.Context, input *resourcegroups.ListGroupsInput) *ListGroupsFuture PutGroupConfiguration(ctx workflow.Context, input *resourcegroups.PutGroupConfigurationInput) (*resourcegroups.PutGroupConfigurationOutput, error) PutGroupConfigurationAsync(ctx workflow.Context, input *resourcegroups.PutGroupConfigurationInput) *PutGroupConfigurationFuture SearchResources(ctx workflow.Context, input *resourcegroups.SearchResourcesInput) (*resourcegroups.SearchResourcesOutput, error) SearchResourcesAsync(ctx workflow.Context, input *resourcegroups.SearchResourcesInput) *SearchResourcesFuture Tag(ctx workflow.Context, input *resourcegroups.TagInput) (*resourcegroups.TagOutput, error) TagAsync(ctx workflow.Context, input *resourcegroups.TagInput) *TagFuture UngroupResources(ctx workflow.Context, input *resourcegroups.UngroupResourcesInput) (*resourcegroups.UngroupResourcesOutput, error) UngroupResourcesAsync(ctx workflow.Context, input *resourcegroups.UngroupResourcesInput) *UngroupResourcesFuture Untag(ctx workflow.Context, input *resourcegroups.UntagInput) (*resourcegroups.UntagOutput, error) UntagAsync(ctx workflow.Context, input *resourcegroups.UntagInput) *UntagFuture UpdateGroup(ctx workflow.Context, input *resourcegroups.UpdateGroupInput) (*resourcegroups.UpdateGroupOutput, error) UpdateGroupAsync(ctx workflow.Context, input *resourcegroups.UpdateGroupInput) *UpdateGroupFuture UpdateGroupQuery(ctx workflow.Context, input *resourcegroups.UpdateGroupQueryInput) (*resourcegroups.UpdateGroupQueryOutput, error) UpdateGroupQueryAsync(ctx workflow.Context, input *resourcegroups.UpdateGroupQueryInput) *UpdateGroupQueryFuture }
type CreateGroupFuture ¶
func (*CreateGroupFuture) Get ¶
func (r *CreateGroupFuture) Get(ctx workflow.Context) (*resourcegroups.CreateGroupOutput, error)
type DeleteGroupFuture ¶
func (*DeleteGroupFuture) Get ¶
func (r *DeleteGroupFuture) Get(ctx workflow.Context) (*resourcegroups.DeleteGroupOutput, error)
type GetGroupConfigurationFuture ¶
type GetGroupConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetGroupConfigurationFuture) Get ¶
func (r *GetGroupConfigurationFuture) Get(ctx workflow.Context) (*resourcegroups.GetGroupConfigurationOutput, error)
type GetGroupFuture ¶
func (*GetGroupFuture) Get ¶
func (r *GetGroupFuture) Get(ctx workflow.Context) (*resourcegroups.GetGroupOutput, error)
type GetGroupQueryFuture ¶
func (*GetGroupQueryFuture) Get ¶
func (r *GetGroupQueryFuture) Get(ctx workflow.Context) (*resourcegroups.GetGroupQueryOutput, error)
type GetTagsFuture ¶
func (*GetTagsFuture) Get ¶
func (r *GetTagsFuture) Get(ctx workflow.Context) (*resourcegroups.GetTagsOutput, error)
type GroupResourcesFuture ¶
func (*GroupResourcesFuture) Get ¶
func (r *GroupResourcesFuture) Get(ctx workflow.Context) (*resourcegroups.GroupResourcesOutput, error)
type ListGroupResourcesFuture ¶
type ListGroupResourcesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListGroupResourcesFuture) Get ¶
func (r *ListGroupResourcesFuture) Get(ctx workflow.Context) (*resourcegroups.ListGroupResourcesOutput, error)
type ListGroupsFuture ¶
func (*ListGroupsFuture) Get ¶
func (r *ListGroupsFuture) Get(ctx workflow.Context) (*resourcegroups.ListGroupsOutput, error)
type PutGroupConfigurationFuture ¶
type PutGroupConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutGroupConfigurationFuture) Get ¶
func (r *PutGroupConfigurationFuture) Get(ctx workflow.Context) (*resourcegroups.PutGroupConfigurationOutput, error)
type SearchResourcesFuture ¶
type SearchResourcesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SearchResourcesFuture) Get ¶
func (r *SearchResourcesFuture) Get(ctx workflow.Context) (*resourcegroups.SearchResourcesOutput, error)
type UngroupResourcesFuture ¶
type UngroupResourcesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UngroupResourcesFuture) Get ¶
func (r *UngroupResourcesFuture) Get(ctx workflow.Context) (*resourcegroups.UngroupResourcesOutput, error)
type UntagFuture ¶
func (*UntagFuture) Get ¶
func (r *UntagFuture) Get(ctx workflow.Context) (*resourcegroups.UntagOutput, error)
type UpdateGroupFuture ¶
func (*UpdateGroupFuture) Get ¶
func (r *UpdateGroupFuture) Get(ctx workflow.Context) (*resourcegroups.UpdateGroupOutput, error)
type UpdateGroupQueryFuture ¶
type UpdateGroupQueryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateGroupQueryFuture) Get ¶
func (r *UpdateGroupQueryFuture) Get(ctx workflow.Context) (*resourcegroups.UpdateGroupQueryOutput, error)
Click to show internal directories.
Click to hide internal directories.