resourcegroupsstub

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

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
}

func NewClient

func NewClient() Client

type CreateGroupFuture

type CreateGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateGroupFuture) Get

type DeleteGroupFuture

type DeleteGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteGroupFuture) Get

type GetGroupConfigurationFuture

type GetGroupConfigurationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetGroupConfigurationFuture) Get

type GetGroupFuture

type GetGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetGroupFuture) Get

type GetGroupQueryFuture

type GetGroupQueryFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetGroupQueryFuture) Get

type GetTagsFuture

type GetTagsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetTagsFuture) Get

type GroupResourcesFuture

type GroupResourcesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GroupResourcesFuture) Get

type ListGroupResourcesFuture

type ListGroupResourcesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListGroupResourcesFuture) Get

type ListGroupsFuture

type ListGroupsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListGroupsFuture) Get

type PutGroupConfigurationFuture

type PutGroupConfigurationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutGroupConfigurationFuture) Get

type SearchResourcesFuture

type SearchResourcesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SearchResourcesFuture) Get

type TagFuture

type TagFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*TagFuture) Get

type UngroupResourcesFuture

type UngroupResourcesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UngroupResourcesFuture) Get

type UntagFuture

type UntagFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UntagFuture) Get

type UpdateGroupFuture

type UpdateGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateGroupFuture) Get

type UpdateGroupQueryFuture

type UpdateGroupQueryFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateGroupQueryFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL