autoscalingplansstub

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 {
	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
}

func NewClient

func NewClient() Client

type CreateScalingPlanFuture

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

func (*CreateScalingPlanFuture) Get

type DeleteScalingPlanFuture

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

func (*DeleteScalingPlanFuture) Get

type DescribeScalingPlanResourcesFuture

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

func (*DescribeScalingPlanResourcesFuture) Get

type DescribeScalingPlansFuture

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

func (*DescribeScalingPlansFuture) Get

type GetScalingPlanResourceForecastDataFuture

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

func (*GetScalingPlanResourceForecastDataFuture) Get

type UpdateScalingPlanFuture

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

func (*UpdateScalingPlanFuture) Get

Jump to

Keyboard shortcuts

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