Documentation ¶
Overview ¶
Package tag provides an interface to manage arbitrary tagged resources in AWS.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicTagClient ¶
type BasicTagClient struct { awsutil.BaseClient // contains filtered or unexported fields }
BasicTagClient provides a cocoa.TagClient implementation that wraps the AWS Resource Groups Tagging API. It supports retrying requests using exponential backoff and jitter.
func NewBasicTagClient ¶
func NewBasicTagClient(ctx context.Context, opts awsutil.ClientOptions) (*BasicTagClient, error)
NewBasicTagClient creates a new AWS Resource Groups Tagging API client from the given options.
func (*BasicTagClient) GetResources ¶
func (c *BasicTagClient) GetResources(ctx context.Context, in *resourcegroupstaggingapi.GetResourcesInput) (*resourcegroupstaggingapi.GetResourcesOutput, error)
GetResources finds arbitrary AWS resources that match the input filters.
Click to show internal directories.
Click to hide internal directories.