Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CreateScalingPlan(ctx context.Context, params *autoscalingplans.CreateScalingPlanInput, ...) (*autoscalingplans.CreateScalingPlanOutput, error)
- func (_m *IClient) DeleteScalingPlan(ctx context.Context, params *autoscalingplans.DeleteScalingPlanInput, ...) (*autoscalingplans.DeleteScalingPlanOutput, error)
- func (_m *IClient) DescribeScalingPlanResources(ctx context.Context, ...) (*autoscalingplans.DescribeScalingPlanResourcesOutput, error)
- func (_m *IClient) DescribeScalingPlans(ctx context.Context, params *autoscalingplans.DescribeScalingPlansInput, ...) (*autoscalingplans.DescribeScalingPlansOutput, error)
- func (_m *IClient) GetScalingPlanResourceForecastData(ctx context.Context, ...) (*autoscalingplans.GetScalingPlanResourceForecastDataOutput, error)
- func (_m *IClient) Options() autoscalingplans.Options
- func (_m *IClient) UpdateScalingPlan(ctx context.Context, params *autoscalingplans.UpdateScalingPlanInput, ...) (*autoscalingplans.UpdateScalingPlanOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*IClient) CreateScalingPlan ¶
func (_m *IClient) CreateScalingPlan(ctx context.Context, params *autoscalingplans.CreateScalingPlanInput, optFns ...func(*autoscalingplans.Options)) (*autoscalingplans.CreateScalingPlanOutput, error)
CreateScalingPlan provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteScalingPlan ¶
func (_m *IClient) DeleteScalingPlan(ctx context.Context, params *autoscalingplans.DeleteScalingPlanInput, optFns ...func(*autoscalingplans.Options)) (*autoscalingplans.DeleteScalingPlanOutput, error)
DeleteScalingPlan provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeScalingPlanResources ¶
func (_m *IClient) DescribeScalingPlanResources(ctx context.Context, params *autoscalingplans.DescribeScalingPlanResourcesInput, optFns ...func(*autoscalingplans.Options)) (*autoscalingplans.DescribeScalingPlanResourcesOutput, error)
DescribeScalingPlanResources provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeScalingPlans ¶
func (_m *IClient) DescribeScalingPlans(ctx context.Context, params *autoscalingplans.DescribeScalingPlansInput, optFns ...func(*autoscalingplans.Options)) (*autoscalingplans.DescribeScalingPlansOutput, error)
DescribeScalingPlans provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetScalingPlanResourceForecastData ¶
func (_m *IClient) GetScalingPlanResourceForecastData(ctx context.Context, params *autoscalingplans.GetScalingPlanResourceForecastDataInput, optFns ...func(*autoscalingplans.Options)) (*autoscalingplans.GetScalingPlanResourceForecastDataOutput, error)
GetScalingPlanResourceForecastData provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() autoscalingplans.Options
Options provides a mock function with given fields:
func (*IClient) UpdateScalingPlan ¶
func (_m *IClient) UpdateScalingPlan(ctx context.Context, params *autoscalingplans.UpdateScalingPlanInput, optFns ...func(*autoscalingplans.Options)) (*autoscalingplans.UpdateScalingPlanOutput, error)
UpdateScalingPlan provides a mock function with given fields: ctx, params, optFns