Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) BatchGetInvoiceProfile(ctx context.Context, params *invoicing.BatchGetInvoiceProfileInput, ...) (*invoicing.BatchGetInvoiceProfileOutput, error)
- func (_m *IClient) CreateInvoiceUnit(ctx context.Context, params *invoicing.CreateInvoiceUnitInput, ...) (*invoicing.CreateInvoiceUnitOutput, error)
- func (_m *IClient) DeleteInvoiceUnit(ctx context.Context, params *invoicing.DeleteInvoiceUnitInput, ...) (*invoicing.DeleteInvoiceUnitOutput, error)
- func (_m *IClient) GetInvoiceUnit(ctx context.Context, params *invoicing.GetInvoiceUnitInput, ...) (*invoicing.GetInvoiceUnitOutput, error)
- func (_m *IClient) ListInvoiceUnits(ctx context.Context, params *invoicing.ListInvoiceUnitsInput, ...) (*invoicing.ListInvoiceUnitsOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *invoicing.ListTagsForResourceInput, ...) (*invoicing.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() invoicing.Options
- func (_m *IClient) TagResource(ctx context.Context, params *invoicing.TagResourceInput, ...) (*invoicing.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *invoicing.UntagResourceInput, ...) (*invoicing.UntagResourceOutput, error)
- func (_m *IClient) UpdateInvoiceUnit(ctx context.Context, params *invoicing.UpdateInvoiceUnitInput, ...) (*invoicing.UpdateInvoiceUnitOutput, 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) BatchGetInvoiceProfile ¶
func (_m *IClient) BatchGetInvoiceProfile(ctx context.Context, params *invoicing.BatchGetInvoiceProfileInput, optFns ...func(*invoicing.Options)) (*invoicing.BatchGetInvoiceProfileOutput, error)
BatchGetInvoiceProfile provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateInvoiceUnit ¶
func (_m *IClient) CreateInvoiceUnit(ctx context.Context, params *invoicing.CreateInvoiceUnitInput, optFns ...func(*invoicing.Options)) (*invoicing.CreateInvoiceUnitOutput, error)
CreateInvoiceUnit provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteInvoiceUnit ¶
func (_m *IClient) DeleteInvoiceUnit(ctx context.Context, params *invoicing.DeleteInvoiceUnitInput, optFns ...func(*invoicing.Options)) (*invoicing.DeleteInvoiceUnitOutput, error)
DeleteInvoiceUnit provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetInvoiceUnit ¶
func (_m *IClient) GetInvoiceUnit(ctx context.Context, params *invoicing.GetInvoiceUnitInput, optFns ...func(*invoicing.Options)) (*invoicing.GetInvoiceUnitOutput, error)
GetInvoiceUnit provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListInvoiceUnits ¶
func (_m *IClient) ListInvoiceUnits(ctx context.Context, params *invoicing.ListInvoiceUnitsInput, optFns ...func(*invoicing.Options)) (*invoicing.ListInvoiceUnitsOutput, error)
ListInvoiceUnits provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *invoicing.ListTagsForResourceInput, optFns ...func(*invoicing.Options)) (*invoicing.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *invoicing.TagResourceInput, optFns ...func(*invoicing.Options)) (*invoicing.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *invoicing.UntagResourceInput, optFns ...func(*invoicing.Options)) (*invoicing.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateInvoiceUnit ¶
func (_m *IClient) UpdateInvoiceUnit(ctx context.Context, params *invoicing.UpdateInvoiceUnitInput, optFns ...func(*invoicing.Options)) (*invoicing.UpdateInvoiceUnitOutput, error)
UpdateInvoiceUnit provides a mock function with given fields: ctx, params, optFns