Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CreateCluster(ctx context.Context, params *route53recoverycontrolconfig.CreateClusterInput, ...) (*route53recoverycontrolconfig.CreateClusterOutput, error)
- func (_m *IClient) CreateControlPanel(ctx context.Context, ...) (*route53recoverycontrolconfig.CreateControlPanelOutput, error)
- func (_m *IClient) CreateRoutingControl(ctx context.Context, ...) (*route53recoverycontrolconfig.CreateRoutingControlOutput, error)
- func (_m *IClient) CreateSafetyRule(ctx context.Context, ...) (*route53recoverycontrolconfig.CreateSafetyRuleOutput, error)
- func (_m *IClient) DeleteCluster(ctx context.Context, params *route53recoverycontrolconfig.DeleteClusterInput, ...) (*route53recoverycontrolconfig.DeleteClusterOutput, error)
- func (_m *IClient) DeleteControlPanel(ctx context.Context, ...) (*route53recoverycontrolconfig.DeleteControlPanelOutput, error)
- func (_m *IClient) DeleteRoutingControl(ctx context.Context, ...) (*route53recoverycontrolconfig.DeleteRoutingControlOutput, error)
- func (_m *IClient) DeleteSafetyRule(ctx context.Context, ...) (*route53recoverycontrolconfig.DeleteSafetyRuleOutput, error)
- func (_m *IClient) DescribeCluster(ctx context.Context, params *route53recoverycontrolconfig.DescribeClusterInput, ...) (*route53recoverycontrolconfig.DescribeClusterOutput, error)
- func (_m *IClient) DescribeControlPanel(ctx context.Context, ...) (*route53recoverycontrolconfig.DescribeControlPanelOutput, error)
- func (_m *IClient) DescribeRoutingControl(ctx context.Context, ...) (*route53recoverycontrolconfig.DescribeRoutingControlOutput, error)
- func (_m *IClient) DescribeSafetyRule(ctx context.Context, ...) (*route53recoverycontrolconfig.DescribeSafetyRuleOutput, error)
- func (_m *IClient) GetResourcePolicy(ctx context.Context, ...) (*route53recoverycontrolconfig.GetResourcePolicyOutput, error)
- func (_m *IClient) ListAssociatedRoute53HealthChecks(ctx context.Context, ...) (*route53recoverycontrolconfig.ListAssociatedRoute53HealthChecksOutput, error)
- func (_m *IClient) ListClusters(ctx context.Context, params *route53recoverycontrolconfig.ListClustersInput, ...) (*route53recoverycontrolconfig.ListClustersOutput, error)
- func (_m *IClient) ListControlPanels(ctx context.Context, ...) (*route53recoverycontrolconfig.ListControlPanelsOutput, error)
- func (_m *IClient) ListRoutingControls(ctx context.Context, ...) (*route53recoverycontrolconfig.ListRoutingControlsOutput, error)
- func (_m *IClient) ListSafetyRules(ctx context.Context, params *route53recoverycontrolconfig.ListSafetyRulesInput, ...) (*route53recoverycontrolconfig.ListSafetyRulesOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, ...) (*route53recoverycontrolconfig.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() route53recoverycontrolconfig.Options
- func (_m *IClient) TagResource(ctx context.Context, params *route53recoverycontrolconfig.TagResourceInput, ...) (*route53recoverycontrolconfig.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *route53recoverycontrolconfig.UntagResourceInput, ...) (*route53recoverycontrolconfig.UntagResourceOutput, error)
- func (_m *IClient) UpdateControlPanel(ctx context.Context, ...) (*route53recoverycontrolconfig.UpdateControlPanelOutput, error)
- func (_m *IClient) UpdateRoutingControl(ctx context.Context, ...) (*route53recoverycontrolconfig.UpdateRoutingControlOutput, error)
- func (_m *IClient) UpdateSafetyRule(ctx context.Context, ...) (*route53recoverycontrolconfig.UpdateSafetyRuleOutput, 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) CreateCluster ¶
func (_m *IClient) CreateCluster(ctx context.Context, params *route53recoverycontrolconfig.CreateClusterInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.CreateClusterOutput, error)
CreateCluster provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateControlPanel ¶
func (_m *IClient) CreateControlPanel(ctx context.Context, params *route53recoverycontrolconfig.CreateControlPanelInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.CreateControlPanelOutput, error)
CreateControlPanel provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateRoutingControl ¶
func (_m *IClient) CreateRoutingControl(ctx context.Context, params *route53recoverycontrolconfig.CreateRoutingControlInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.CreateRoutingControlOutput, error)
CreateRoutingControl provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateSafetyRule ¶
func (_m *IClient) CreateSafetyRule(ctx context.Context, params *route53recoverycontrolconfig.CreateSafetyRuleInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.CreateSafetyRuleOutput, error)
CreateSafetyRule provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteCluster ¶
func (_m *IClient) DeleteCluster(ctx context.Context, params *route53recoverycontrolconfig.DeleteClusterInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.DeleteClusterOutput, error)
DeleteCluster provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteControlPanel ¶
func (_m *IClient) DeleteControlPanel(ctx context.Context, params *route53recoverycontrolconfig.DeleteControlPanelInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.DeleteControlPanelOutput, error)
DeleteControlPanel provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteRoutingControl ¶
func (_m *IClient) DeleteRoutingControl(ctx context.Context, params *route53recoverycontrolconfig.DeleteRoutingControlInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.DeleteRoutingControlOutput, error)
DeleteRoutingControl provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteSafetyRule ¶
func (_m *IClient) DeleteSafetyRule(ctx context.Context, params *route53recoverycontrolconfig.DeleteSafetyRuleInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.DeleteSafetyRuleOutput, error)
DeleteSafetyRule provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeCluster ¶
func (_m *IClient) DescribeCluster(ctx context.Context, params *route53recoverycontrolconfig.DescribeClusterInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.DescribeClusterOutput, error)
DescribeCluster provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeControlPanel ¶
func (_m *IClient) DescribeControlPanel(ctx context.Context, params *route53recoverycontrolconfig.DescribeControlPanelInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.DescribeControlPanelOutput, error)
DescribeControlPanel provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeRoutingControl ¶
func (_m *IClient) DescribeRoutingControl(ctx context.Context, params *route53recoverycontrolconfig.DescribeRoutingControlInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.DescribeRoutingControlOutput, error)
DescribeRoutingControl provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeSafetyRule ¶
func (_m *IClient) DescribeSafetyRule(ctx context.Context, params *route53recoverycontrolconfig.DescribeSafetyRuleInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.DescribeSafetyRuleOutput, error)
DescribeSafetyRule provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetResourcePolicy ¶
func (_m *IClient) GetResourcePolicy(ctx context.Context, params *route53recoverycontrolconfig.GetResourcePolicyInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.GetResourcePolicyOutput, error)
GetResourcePolicy provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListAssociatedRoute53HealthChecks ¶
func (_m *IClient) ListAssociatedRoute53HealthChecks(ctx context.Context, params *route53recoverycontrolconfig.ListAssociatedRoute53HealthChecksInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.ListAssociatedRoute53HealthChecksOutput, error)
ListAssociatedRoute53HealthChecks provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListClusters ¶
func (_m *IClient) ListClusters(ctx context.Context, params *route53recoverycontrolconfig.ListClustersInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.ListClustersOutput, error)
ListClusters provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListControlPanels ¶
func (_m *IClient) ListControlPanels(ctx context.Context, params *route53recoverycontrolconfig.ListControlPanelsInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.ListControlPanelsOutput, error)
ListControlPanels provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListRoutingControls ¶
func (_m *IClient) ListRoutingControls(ctx context.Context, params *route53recoverycontrolconfig.ListRoutingControlsInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.ListRoutingControlsOutput, error)
ListRoutingControls provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListSafetyRules ¶
func (_m *IClient) ListSafetyRules(ctx context.Context, params *route53recoverycontrolconfig.ListSafetyRulesInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.ListSafetyRulesOutput, error)
ListSafetyRules provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *route53recoverycontrolconfig.ListTagsForResourceInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() route53recoverycontrolconfig.Options
Options provides a mock function with given fields:
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *route53recoverycontrolconfig.TagResourceInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *route53recoverycontrolconfig.UntagResourceInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateControlPanel ¶
func (_m *IClient) UpdateControlPanel(ctx context.Context, params *route53recoverycontrolconfig.UpdateControlPanelInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.UpdateControlPanelOutput, error)
UpdateControlPanel provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateRoutingControl ¶
func (_m *IClient) UpdateRoutingControl(ctx context.Context, params *route53recoverycontrolconfig.UpdateRoutingControlInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.UpdateRoutingControlOutput, error)
UpdateRoutingControl provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateSafetyRule ¶
func (_m *IClient) UpdateSafetyRule(ctx context.Context, params *route53recoverycontrolconfig.UpdateSafetyRuleInput, optFns ...func(*route53recoverycontrolconfig.Options)) (*route53recoverycontrolconfig.UpdateSafetyRuleOutput, error)
UpdateSafetyRule provides a mock function with given fields: ctx, params, optFns