Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateScalingPlan(ctx workflow.Context, input *autoscalingplans.CreateScalingPlanInput) (*autoscalingplans.CreateScalingPlanOutput, error) CreateScalingPlanAsync(ctx workflow.Context, input *autoscalingplans.CreateScalingPlanInput) *CreateScalingPlanFuture DeleteScalingPlan(ctx workflow.Context, input *autoscalingplans.DeleteScalingPlanInput) (*autoscalingplans.DeleteScalingPlanOutput, error) DeleteScalingPlanAsync(ctx workflow.Context, input *autoscalingplans.DeleteScalingPlanInput) *DeleteScalingPlanFuture DescribeScalingPlanResources(ctx workflow.Context, input *autoscalingplans.DescribeScalingPlanResourcesInput) (*autoscalingplans.DescribeScalingPlanResourcesOutput, error) DescribeScalingPlanResourcesAsync(ctx workflow.Context, input *autoscalingplans.DescribeScalingPlanResourcesInput) *DescribeScalingPlanResourcesFuture DescribeScalingPlans(ctx workflow.Context, input *autoscalingplans.DescribeScalingPlansInput) (*autoscalingplans.DescribeScalingPlansOutput, error) DescribeScalingPlansAsync(ctx workflow.Context, input *autoscalingplans.DescribeScalingPlansInput) *DescribeScalingPlansFuture GetScalingPlanResourceForecastData(ctx workflow.Context, input *autoscalingplans.GetScalingPlanResourceForecastDataInput) (*autoscalingplans.GetScalingPlanResourceForecastDataOutput, error) GetScalingPlanResourceForecastDataAsync(ctx workflow.Context, input *autoscalingplans.GetScalingPlanResourceForecastDataInput) *GetScalingPlanResourceForecastDataFuture UpdateScalingPlan(ctx workflow.Context, input *autoscalingplans.UpdateScalingPlanInput) (*autoscalingplans.UpdateScalingPlanOutput, error) UpdateScalingPlanAsync(ctx workflow.Context, input *autoscalingplans.UpdateScalingPlanInput) *UpdateScalingPlanFuture }
type CreateScalingPlanFuture ¶
type CreateScalingPlanFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateScalingPlanFuture) Get ¶
func (r *CreateScalingPlanFuture) Get(ctx workflow.Context) (*autoscalingplans.CreateScalingPlanOutput, error)
type DeleteScalingPlanFuture ¶
type DeleteScalingPlanFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteScalingPlanFuture) Get ¶
func (r *DeleteScalingPlanFuture) Get(ctx workflow.Context) (*autoscalingplans.DeleteScalingPlanOutput, error)
type DescribeScalingPlanResourcesFuture ¶
type DescribeScalingPlanResourcesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeScalingPlanResourcesFuture) Get ¶
func (r *DescribeScalingPlanResourcesFuture) Get(ctx workflow.Context) (*autoscalingplans.DescribeScalingPlanResourcesOutput, error)
type DescribeScalingPlansFuture ¶
type DescribeScalingPlansFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeScalingPlansFuture) Get ¶
func (r *DescribeScalingPlansFuture) Get(ctx workflow.Context) (*autoscalingplans.DescribeScalingPlansOutput, error)
type GetScalingPlanResourceForecastDataFuture ¶
type GetScalingPlanResourceForecastDataFuture struct { // public to support Selector.addFuture Future workflow.Future }
type UpdateScalingPlanFuture ¶
type UpdateScalingPlanFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateScalingPlanFuture) Get ¶
func (r *UpdateScalingPlanFuture) Get(ctx workflow.Context) (*autoscalingplans.UpdateScalingPlanOutput, error)
Click to show internal directories.
Click to hide internal directories.