Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { DescribeServices(ctx workflow.Context, input *pricing.DescribeServicesInput) (*pricing.DescribeServicesOutput, error) DescribeServicesAsync(ctx workflow.Context, input *pricing.DescribeServicesInput) *DescribeServicesFuture GetAttributeValues(ctx workflow.Context, input *pricing.GetAttributeValuesInput) (*pricing.GetAttributeValuesOutput, error) GetAttributeValuesAsync(ctx workflow.Context, input *pricing.GetAttributeValuesInput) *GetAttributeValuesFuture GetProducts(ctx workflow.Context, input *pricing.GetProductsInput) (*pricing.GetProductsOutput, error) GetProductsAsync(ctx workflow.Context, input *pricing.GetProductsInput) *GetProductsFuture }
type DescribeServicesFuture ¶
type DescribeServicesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeServicesFuture) Get ¶
func (r *DescribeServicesFuture) Get(ctx workflow.Context) (*pricing.DescribeServicesOutput, error)
type GetAttributeValuesFuture ¶
type GetAttributeValuesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetAttributeValuesFuture) Get ¶
func (r *GetAttributeValuesFuture) Get(ctx workflow.Context) (*pricing.GetAttributeValuesOutput, error)
type GetProductsFuture ¶
func (*GetProductsFuture) Get ¶
func (r *GetProductsFuture) Get(ctx workflow.Context) (*pricing.GetProductsOutput, error)
Click to show internal directories.
Click to hide internal directories.