Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) AssociateProfile(ctx context.Context, params *route53profiles.AssociateProfileInput, ...) (*route53profiles.AssociateProfileOutput, error)
- func (_m *IClient) AssociateResourceToProfile(ctx context.Context, params *route53profiles.AssociateResourceToProfileInput, ...) (*route53profiles.AssociateResourceToProfileOutput, error)
- func (_m *IClient) CreateProfile(ctx context.Context, params *route53profiles.CreateProfileInput, ...) (*route53profiles.CreateProfileOutput, error)
- func (_m *IClient) DeleteProfile(ctx context.Context, params *route53profiles.DeleteProfileInput, ...) (*route53profiles.DeleteProfileOutput, error)
- func (_m *IClient) DisassociateProfile(ctx context.Context, params *route53profiles.DisassociateProfileInput, ...) (*route53profiles.DisassociateProfileOutput, error)
- func (_m *IClient) DisassociateResourceFromProfile(ctx context.Context, ...) (*route53profiles.DisassociateResourceFromProfileOutput, error)
- func (_m *IClient) GetProfile(ctx context.Context, params *route53profiles.GetProfileInput, ...) (*route53profiles.GetProfileOutput, error)
- func (_m *IClient) GetProfileAssociation(ctx context.Context, params *route53profiles.GetProfileAssociationInput, ...) (*route53profiles.GetProfileAssociationOutput, error)
- func (_m *IClient) GetProfileResourceAssociation(ctx context.Context, ...) (*route53profiles.GetProfileResourceAssociationOutput, error)
- func (_m *IClient) ListProfileAssociations(ctx context.Context, params *route53profiles.ListProfileAssociationsInput, ...) (*route53profiles.ListProfileAssociationsOutput, error)
- func (_m *IClient) ListProfileResourceAssociations(ctx context.Context, ...) (*route53profiles.ListProfileResourceAssociationsOutput, error)
- func (_m *IClient) ListProfiles(ctx context.Context, params *route53profiles.ListProfilesInput, ...) (*route53profiles.ListProfilesOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *route53profiles.ListTagsForResourceInput, ...) (*route53profiles.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() route53profiles.Options
- func (_m *IClient) TagResource(ctx context.Context, params *route53profiles.TagResourceInput, ...) (*route53profiles.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *route53profiles.UntagResourceInput, ...) (*route53profiles.UntagResourceOutput, error)
- func (_m *IClient) UpdateProfileResourceAssociation(ctx context.Context, ...) (*route53profiles.UpdateProfileResourceAssociationOutput, 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) AssociateProfile ¶
func (_m *IClient) AssociateProfile(ctx context.Context, params *route53profiles.AssociateProfileInput, optFns ...func(*route53profiles.Options)) (*route53profiles.AssociateProfileOutput, error)
AssociateProfile provides a mock function with given fields: ctx, params, optFns
func (*IClient) AssociateResourceToProfile ¶
func (_m *IClient) AssociateResourceToProfile(ctx context.Context, params *route53profiles.AssociateResourceToProfileInput, optFns ...func(*route53profiles.Options)) (*route53profiles.AssociateResourceToProfileOutput, error)
AssociateResourceToProfile provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateProfile ¶
func (_m *IClient) CreateProfile(ctx context.Context, params *route53profiles.CreateProfileInput, optFns ...func(*route53profiles.Options)) (*route53profiles.CreateProfileOutput, error)
CreateProfile provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteProfile ¶
func (_m *IClient) DeleteProfile(ctx context.Context, params *route53profiles.DeleteProfileInput, optFns ...func(*route53profiles.Options)) (*route53profiles.DeleteProfileOutput, error)
DeleteProfile provides a mock function with given fields: ctx, params, optFns
func (*IClient) DisassociateProfile ¶
func (_m *IClient) DisassociateProfile(ctx context.Context, params *route53profiles.DisassociateProfileInput, optFns ...func(*route53profiles.Options)) (*route53profiles.DisassociateProfileOutput, error)
DisassociateProfile provides a mock function with given fields: ctx, params, optFns
func (*IClient) DisassociateResourceFromProfile ¶
func (_m *IClient) DisassociateResourceFromProfile(ctx context.Context, params *route53profiles.DisassociateResourceFromProfileInput, optFns ...func(*route53profiles.Options)) (*route53profiles.DisassociateResourceFromProfileOutput, error)
DisassociateResourceFromProfile provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetProfile ¶
func (_m *IClient) GetProfile(ctx context.Context, params *route53profiles.GetProfileInput, optFns ...func(*route53profiles.Options)) (*route53profiles.GetProfileOutput, error)
GetProfile provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetProfileAssociation ¶
func (_m *IClient) GetProfileAssociation(ctx context.Context, params *route53profiles.GetProfileAssociationInput, optFns ...func(*route53profiles.Options)) (*route53profiles.GetProfileAssociationOutput, error)
GetProfileAssociation provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetProfileResourceAssociation ¶
func (_m *IClient) GetProfileResourceAssociation(ctx context.Context, params *route53profiles.GetProfileResourceAssociationInput, optFns ...func(*route53profiles.Options)) (*route53profiles.GetProfileResourceAssociationOutput, error)
GetProfileResourceAssociation provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListProfileAssociations ¶
func (_m *IClient) ListProfileAssociations(ctx context.Context, params *route53profiles.ListProfileAssociationsInput, optFns ...func(*route53profiles.Options)) (*route53profiles.ListProfileAssociationsOutput, error)
ListProfileAssociations provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListProfileResourceAssociations ¶
func (_m *IClient) ListProfileResourceAssociations(ctx context.Context, params *route53profiles.ListProfileResourceAssociationsInput, optFns ...func(*route53profiles.Options)) (*route53profiles.ListProfileResourceAssociationsOutput, error)
ListProfileResourceAssociations provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListProfiles ¶
func (_m *IClient) ListProfiles(ctx context.Context, params *route53profiles.ListProfilesInput, optFns ...func(*route53profiles.Options)) (*route53profiles.ListProfilesOutput, error)
ListProfiles provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *route53profiles.ListTagsForResourceInput, optFns ...func(*route53profiles.Options)) (*route53profiles.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() route53profiles.Options
Options provides a mock function with given fields:
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *route53profiles.TagResourceInput, optFns ...func(*route53profiles.Options)) (*route53profiles.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *route53profiles.UntagResourceInput, optFns ...func(*route53profiles.Options)) (*route53profiles.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateProfileResourceAssociation ¶
func (_m *IClient) UpdateProfileResourceAssociation(ctx context.Context, params *route53profiles.UpdateProfileResourceAssociationInput, optFns ...func(*route53profiles.Options)) (*route53profiles.UpdateProfileResourceAssociationOutput, error)
UpdateProfileResourceAssociation provides a mock function with given fields: ctx, params, optFns