Documentation ¶
Overview ¶
Package costandusagereportservicemock is a generated GoMock package.
Index ¶
- type MockCostandUsageReportServiceAPI
- func (m *MockCostandUsageReportServiceAPI) DeleteReportDefinition(arg0 *costandusagereportservice.DeleteReportDefinitionInput) (*costandusagereportservice.DeleteReportDefinitionOutput, error)
- func (m *MockCostandUsageReportServiceAPI) DeleteReportDefinitionRequest(arg0 *costandusagereportservice.DeleteReportDefinitionInput) (*request.Request, *costandusagereportservice.DeleteReportDefinitionOutput)
- func (m *MockCostandUsageReportServiceAPI) DeleteReportDefinitionWithContext(arg0 context.Context, ...) (*costandusagereportservice.DeleteReportDefinitionOutput, error)
- func (m *MockCostandUsageReportServiceAPI) DescribeReportDefinitions(arg0 *costandusagereportservice.DescribeReportDefinitionsInput) (*costandusagereportservice.DescribeReportDefinitionsOutput, error)
- func (m *MockCostandUsageReportServiceAPI) DescribeReportDefinitionsPages(arg0 *costandusagereportservice.DescribeReportDefinitionsInput, ...) error
- func (m *MockCostandUsageReportServiceAPI) DescribeReportDefinitionsPagesWithContext(arg0 context.Context, ...) error
- func (m *MockCostandUsageReportServiceAPI) DescribeReportDefinitionsRequest(arg0 *costandusagereportservice.DescribeReportDefinitionsInput) (*request.Request, *costandusagereportservice.DescribeReportDefinitionsOutput)
- func (m *MockCostandUsageReportServiceAPI) DescribeReportDefinitionsWithContext(arg0 context.Context, ...) (*costandusagereportservice.DescribeReportDefinitionsOutput, error)
- func (m *MockCostandUsageReportServiceAPI) EXPECT() *MockCostandUsageReportServiceAPIMockRecorder
- func (m *MockCostandUsageReportServiceAPI) ModifyReportDefinition(arg0 *costandusagereportservice.ModifyReportDefinitionInput) (*costandusagereportservice.ModifyReportDefinitionOutput, error)
- func (m *MockCostandUsageReportServiceAPI) ModifyReportDefinitionRequest(arg0 *costandusagereportservice.ModifyReportDefinitionInput) (*request.Request, *costandusagereportservice.ModifyReportDefinitionOutput)
- func (m *MockCostandUsageReportServiceAPI) ModifyReportDefinitionWithContext(arg0 context.Context, ...) (*costandusagereportservice.ModifyReportDefinitionOutput, error)
- func (m *MockCostandUsageReportServiceAPI) PutReportDefinition(arg0 *costandusagereportservice.PutReportDefinitionInput) (*costandusagereportservice.PutReportDefinitionOutput, error)
- func (m *MockCostandUsageReportServiceAPI) PutReportDefinitionRequest(arg0 *costandusagereportservice.PutReportDefinitionInput) (*request.Request, *costandusagereportservice.PutReportDefinitionOutput)
- func (m *MockCostandUsageReportServiceAPI) PutReportDefinitionWithContext(arg0 context.Context, arg1 *costandusagereportservice.PutReportDefinitionInput, ...) (*costandusagereportservice.PutReportDefinitionOutput, error)
- type MockCostandUsageReportServiceAPIMockRecorder
- func (mr *MockCostandUsageReportServiceAPIMockRecorder) DeleteReportDefinition(arg0 interface{}) *gomock.Call
- func (mr *MockCostandUsageReportServiceAPIMockRecorder) DeleteReportDefinitionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCostandUsageReportServiceAPIMockRecorder) DeleteReportDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitions(arg0 interface{}) *gomock.Call
- func (mr *MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitionsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitionsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCostandUsageReportServiceAPIMockRecorder) ModifyReportDefinition(arg0 interface{}) *gomock.Call
- func (mr *MockCostandUsageReportServiceAPIMockRecorder) ModifyReportDefinitionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCostandUsageReportServiceAPIMockRecorder) ModifyReportDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCostandUsageReportServiceAPIMockRecorder) PutReportDefinition(arg0 interface{}) *gomock.Call
- func (mr *MockCostandUsageReportServiceAPIMockRecorder) PutReportDefinitionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCostandUsageReportServiceAPIMockRecorder) PutReportDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCostandUsageReportServiceAPI ¶
type MockCostandUsageReportServiceAPI struct {
// contains filtered or unexported fields
}
MockCostandUsageReportServiceAPI is a mock of CostandUsageReportServiceAPI interface
func NewMockCostandUsageReportServiceAPI ¶
func NewMockCostandUsageReportServiceAPI(ctrl *gomock.Controller) *MockCostandUsageReportServiceAPI
NewMockCostandUsageReportServiceAPI creates a new mock instance
func (*MockCostandUsageReportServiceAPI) DeleteReportDefinition ¶
func (m *MockCostandUsageReportServiceAPI) DeleteReportDefinition(arg0 *costandusagereportservice.DeleteReportDefinitionInput) (*costandusagereportservice.DeleteReportDefinitionOutput, error)
DeleteReportDefinition mocks base method
func (*MockCostandUsageReportServiceAPI) DeleteReportDefinitionRequest ¶
func (m *MockCostandUsageReportServiceAPI) DeleteReportDefinitionRequest(arg0 *costandusagereportservice.DeleteReportDefinitionInput) (*request.Request, *costandusagereportservice.DeleteReportDefinitionOutput)
DeleteReportDefinitionRequest mocks base method
func (*MockCostandUsageReportServiceAPI) DeleteReportDefinitionWithContext ¶
func (m *MockCostandUsageReportServiceAPI) DeleteReportDefinitionWithContext(arg0 context.Context, arg1 *costandusagereportservice.DeleteReportDefinitionInput, arg2 ...request.Option) (*costandusagereportservice.DeleteReportDefinitionOutput, error)
DeleteReportDefinitionWithContext mocks base method
func (*MockCostandUsageReportServiceAPI) DescribeReportDefinitions ¶
func (m *MockCostandUsageReportServiceAPI) DescribeReportDefinitions(arg0 *costandusagereportservice.DescribeReportDefinitionsInput) (*costandusagereportservice.DescribeReportDefinitionsOutput, error)
DescribeReportDefinitions mocks base method
func (*MockCostandUsageReportServiceAPI) DescribeReportDefinitionsPages ¶
func (m *MockCostandUsageReportServiceAPI) DescribeReportDefinitionsPages(arg0 *costandusagereportservice.DescribeReportDefinitionsInput, arg1 func(*costandusagereportservice.DescribeReportDefinitionsOutput, bool) bool) error
DescribeReportDefinitionsPages mocks base method
func (*MockCostandUsageReportServiceAPI) DescribeReportDefinitionsPagesWithContext ¶
func (m *MockCostandUsageReportServiceAPI) DescribeReportDefinitionsPagesWithContext(arg0 context.Context, arg1 *costandusagereportservice.DescribeReportDefinitionsInput, arg2 func(*costandusagereportservice.DescribeReportDefinitionsOutput, bool) bool, arg3 ...request.Option) error
DescribeReportDefinitionsPagesWithContext mocks base method
func (*MockCostandUsageReportServiceAPI) DescribeReportDefinitionsRequest ¶
func (m *MockCostandUsageReportServiceAPI) DescribeReportDefinitionsRequest(arg0 *costandusagereportservice.DescribeReportDefinitionsInput) (*request.Request, *costandusagereportservice.DescribeReportDefinitionsOutput)
DescribeReportDefinitionsRequest mocks base method
func (*MockCostandUsageReportServiceAPI) DescribeReportDefinitionsWithContext ¶
func (m *MockCostandUsageReportServiceAPI) DescribeReportDefinitionsWithContext(arg0 context.Context, arg1 *costandusagereportservice.DescribeReportDefinitionsInput, arg2 ...request.Option) (*costandusagereportservice.DescribeReportDefinitionsOutput, error)
DescribeReportDefinitionsWithContext mocks base method
func (*MockCostandUsageReportServiceAPI) EXPECT ¶
func (m *MockCostandUsageReportServiceAPI) EXPECT() *MockCostandUsageReportServiceAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockCostandUsageReportServiceAPI) ModifyReportDefinition ¶
func (m *MockCostandUsageReportServiceAPI) ModifyReportDefinition(arg0 *costandusagereportservice.ModifyReportDefinitionInput) (*costandusagereportservice.ModifyReportDefinitionOutput, error)
ModifyReportDefinition mocks base method
func (*MockCostandUsageReportServiceAPI) ModifyReportDefinitionRequest ¶
func (m *MockCostandUsageReportServiceAPI) ModifyReportDefinitionRequest(arg0 *costandusagereportservice.ModifyReportDefinitionInput) (*request.Request, *costandusagereportservice.ModifyReportDefinitionOutput)
ModifyReportDefinitionRequest mocks base method
func (*MockCostandUsageReportServiceAPI) ModifyReportDefinitionWithContext ¶
func (m *MockCostandUsageReportServiceAPI) ModifyReportDefinitionWithContext(arg0 context.Context, arg1 *costandusagereportservice.ModifyReportDefinitionInput, arg2 ...request.Option) (*costandusagereportservice.ModifyReportDefinitionOutput, error)
ModifyReportDefinitionWithContext mocks base method
func (*MockCostandUsageReportServiceAPI) PutReportDefinition ¶
func (m *MockCostandUsageReportServiceAPI) PutReportDefinition(arg0 *costandusagereportservice.PutReportDefinitionInput) (*costandusagereportservice.PutReportDefinitionOutput, error)
PutReportDefinition mocks base method
func (*MockCostandUsageReportServiceAPI) PutReportDefinitionRequest ¶
func (m *MockCostandUsageReportServiceAPI) PutReportDefinitionRequest(arg0 *costandusagereportservice.PutReportDefinitionInput) (*request.Request, *costandusagereportservice.PutReportDefinitionOutput)
PutReportDefinitionRequest mocks base method
func (*MockCostandUsageReportServiceAPI) PutReportDefinitionWithContext ¶
func (m *MockCostandUsageReportServiceAPI) PutReportDefinitionWithContext(arg0 context.Context, arg1 *costandusagereportservice.PutReportDefinitionInput, arg2 ...request.Option) (*costandusagereportservice.PutReportDefinitionOutput, error)
PutReportDefinitionWithContext mocks base method
type MockCostandUsageReportServiceAPIMockRecorder ¶
type MockCostandUsageReportServiceAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockCostandUsageReportServiceAPIMockRecorder is the mock recorder for MockCostandUsageReportServiceAPI
func (*MockCostandUsageReportServiceAPIMockRecorder) DeleteReportDefinition ¶
func (mr *MockCostandUsageReportServiceAPIMockRecorder) DeleteReportDefinition(arg0 interface{}) *gomock.Call
DeleteReportDefinition indicates an expected call of DeleteReportDefinition
func (*MockCostandUsageReportServiceAPIMockRecorder) DeleteReportDefinitionRequest ¶
func (mr *MockCostandUsageReportServiceAPIMockRecorder) DeleteReportDefinitionRequest(arg0 interface{}) *gomock.Call
DeleteReportDefinitionRequest indicates an expected call of DeleteReportDefinitionRequest
func (*MockCostandUsageReportServiceAPIMockRecorder) DeleteReportDefinitionWithContext ¶
func (mr *MockCostandUsageReportServiceAPIMockRecorder) DeleteReportDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteReportDefinitionWithContext indicates an expected call of DeleteReportDefinitionWithContext
func (*MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitions ¶
func (mr *MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitions(arg0 interface{}) *gomock.Call
DescribeReportDefinitions indicates an expected call of DescribeReportDefinitions
func (*MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitionsPages ¶
func (mr *MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitionsPages(arg0, arg1 interface{}) *gomock.Call
DescribeReportDefinitionsPages indicates an expected call of DescribeReportDefinitionsPages
func (*MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitionsPagesWithContext ¶
func (mr *MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DescribeReportDefinitionsPagesWithContext indicates an expected call of DescribeReportDefinitionsPagesWithContext
func (*MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitionsRequest ¶
func (mr *MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitionsRequest(arg0 interface{}) *gomock.Call
DescribeReportDefinitionsRequest indicates an expected call of DescribeReportDefinitionsRequest
func (*MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitionsWithContext ¶
func (mr *MockCostandUsageReportServiceAPIMockRecorder) DescribeReportDefinitionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeReportDefinitionsWithContext indicates an expected call of DescribeReportDefinitionsWithContext
func (*MockCostandUsageReportServiceAPIMockRecorder) ModifyReportDefinition ¶
func (mr *MockCostandUsageReportServiceAPIMockRecorder) ModifyReportDefinition(arg0 interface{}) *gomock.Call
ModifyReportDefinition indicates an expected call of ModifyReportDefinition
func (*MockCostandUsageReportServiceAPIMockRecorder) ModifyReportDefinitionRequest ¶
func (mr *MockCostandUsageReportServiceAPIMockRecorder) ModifyReportDefinitionRequest(arg0 interface{}) *gomock.Call
ModifyReportDefinitionRequest indicates an expected call of ModifyReportDefinitionRequest
func (*MockCostandUsageReportServiceAPIMockRecorder) ModifyReportDefinitionWithContext ¶
func (mr *MockCostandUsageReportServiceAPIMockRecorder) ModifyReportDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ModifyReportDefinitionWithContext indicates an expected call of ModifyReportDefinitionWithContext
func (*MockCostandUsageReportServiceAPIMockRecorder) PutReportDefinition ¶
func (mr *MockCostandUsageReportServiceAPIMockRecorder) PutReportDefinition(arg0 interface{}) *gomock.Call
PutReportDefinition indicates an expected call of PutReportDefinition
func (*MockCostandUsageReportServiceAPIMockRecorder) PutReportDefinitionRequest ¶
func (mr *MockCostandUsageReportServiceAPIMockRecorder) PutReportDefinitionRequest(arg0 interface{}) *gomock.Call
PutReportDefinitionRequest indicates an expected call of PutReportDefinitionRequest
func (*MockCostandUsageReportServiceAPIMockRecorder) PutReportDefinitionWithContext ¶
func (mr *MockCostandUsageReportServiceAPIMockRecorder) PutReportDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutReportDefinitionWithContext indicates an expected call of PutReportDefinitionWithContext