Documentation ¶
Overview ¶
Package codestarmock is a generated GoMock package.
Index ¶
- type MockCodeStarAPI
- func (m *MockCodeStarAPI) AssociateTeamMember(arg0 *codestar.AssociateTeamMemberInput) (*codestar.AssociateTeamMemberOutput, error)
- func (m *MockCodeStarAPI) AssociateTeamMemberRequest(arg0 *codestar.AssociateTeamMemberInput) (*request.Request, *codestar.AssociateTeamMemberOutput)
- func (m *MockCodeStarAPI) AssociateTeamMemberWithContext(arg0 context.Context, arg1 *codestar.AssociateTeamMemberInput, ...) (*codestar.AssociateTeamMemberOutput, error)
- func (m *MockCodeStarAPI) CreateProject(arg0 *codestar.CreateProjectInput) (*codestar.CreateProjectOutput, error)
- func (m *MockCodeStarAPI) CreateProjectRequest(arg0 *codestar.CreateProjectInput) (*request.Request, *codestar.CreateProjectOutput)
- func (m *MockCodeStarAPI) CreateProjectWithContext(arg0 context.Context, arg1 *codestar.CreateProjectInput, ...) (*codestar.CreateProjectOutput, error)
- func (m *MockCodeStarAPI) CreateUserProfile(arg0 *codestar.CreateUserProfileInput) (*codestar.CreateUserProfileOutput, error)
- func (m *MockCodeStarAPI) CreateUserProfileRequest(arg0 *codestar.CreateUserProfileInput) (*request.Request, *codestar.CreateUserProfileOutput)
- func (m *MockCodeStarAPI) CreateUserProfileWithContext(arg0 context.Context, arg1 *codestar.CreateUserProfileInput, ...) (*codestar.CreateUserProfileOutput, error)
- func (m *MockCodeStarAPI) DeleteProject(arg0 *codestar.DeleteProjectInput) (*codestar.DeleteProjectOutput, error)
- func (m *MockCodeStarAPI) DeleteProjectRequest(arg0 *codestar.DeleteProjectInput) (*request.Request, *codestar.DeleteProjectOutput)
- func (m *MockCodeStarAPI) DeleteProjectWithContext(arg0 context.Context, arg1 *codestar.DeleteProjectInput, ...) (*codestar.DeleteProjectOutput, error)
- func (m *MockCodeStarAPI) DeleteUserProfile(arg0 *codestar.DeleteUserProfileInput) (*codestar.DeleteUserProfileOutput, error)
- func (m *MockCodeStarAPI) DeleteUserProfileRequest(arg0 *codestar.DeleteUserProfileInput) (*request.Request, *codestar.DeleteUserProfileOutput)
- func (m *MockCodeStarAPI) DeleteUserProfileWithContext(arg0 context.Context, arg1 *codestar.DeleteUserProfileInput, ...) (*codestar.DeleteUserProfileOutput, error)
- func (m *MockCodeStarAPI) DescribeProject(arg0 *codestar.DescribeProjectInput) (*codestar.DescribeProjectOutput, error)
- func (m *MockCodeStarAPI) DescribeProjectRequest(arg0 *codestar.DescribeProjectInput) (*request.Request, *codestar.DescribeProjectOutput)
- func (m *MockCodeStarAPI) DescribeProjectWithContext(arg0 context.Context, arg1 *codestar.DescribeProjectInput, ...) (*codestar.DescribeProjectOutput, error)
- func (m *MockCodeStarAPI) DescribeUserProfile(arg0 *codestar.DescribeUserProfileInput) (*codestar.DescribeUserProfileOutput, error)
- func (m *MockCodeStarAPI) DescribeUserProfileRequest(arg0 *codestar.DescribeUserProfileInput) (*request.Request, *codestar.DescribeUserProfileOutput)
- func (m *MockCodeStarAPI) DescribeUserProfileWithContext(arg0 context.Context, arg1 *codestar.DescribeUserProfileInput, ...) (*codestar.DescribeUserProfileOutput, error)
- func (m *MockCodeStarAPI) DisassociateTeamMember(arg0 *codestar.DisassociateTeamMemberInput) (*codestar.DisassociateTeamMemberOutput, error)
- func (m *MockCodeStarAPI) DisassociateTeamMemberRequest(arg0 *codestar.DisassociateTeamMemberInput) (*request.Request, *codestar.DisassociateTeamMemberOutput)
- func (m *MockCodeStarAPI) DisassociateTeamMemberWithContext(arg0 context.Context, arg1 *codestar.DisassociateTeamMemberInput, ...) (*codestar.DisassociateTeamMemberOutput, error)
- func (m *MockCodeStarAPI) EXPECT() *MockCodeStarAPIMockRecorder
- func (m *MockCodeStarAPI) ListProjects(arg0 *codestar.ListProjectsInput) (*codestar.ListProjectsOutput, error)
- func (m *MockCodeStarAPI) ListProjectsRequest(arg0 *codestar.ListProjectsInput) (*request.Request, *codestar.ListProjectsOutput)
- func (m *MockCodeStarAPI) ListProjectsWithContext(arg0 context.Context, arg1 *codestar.ListProjectsInput, arg2 ...request.Option) (*codestar.ListProjectsOutput, error)
- func (m *MockCodeStarAPI) ListResources(arg0 *codestar.ListResourcesInput) (*codestar.ListResourcesOutput, error)
- func (m *MockCodeStarAPI) ListResourcesRequest(arg0 *codestar.ListResourcesInput) (*request.Request, *codestar.ListResourcesOutput)
- func (m *MockCodeStarAPI) ListResourcesWithContext(arg0 context.Context, arg1 *codestar.ListResourcesInput, ...) (*codestar.ListResourcesOutput, error)
- func (m *MockCodeStarAPI) ListTagsForProject(arg0 *codestar.ListTagsForProjectInput) (*codestar.ListTagsForProjectOutput, error)
- func (m *MockCodeStarAPI) ListTagsForProjectRequest(arg0 *codestar.ListTagsForProjectInput) (*request.Request, *codestar.ListTagsForProjectOutput)
- func (m *MockCodeStarAPI) ListTagsForProjectWithContext(arg0 context.Context, arg1 *codestar.ListTagsForProjectInput, ...) (*codestar.ListTagsForProjectOutput, error)
- func (m *MockCodeStarAPI) ListTeamMembers(arg0 *codestar.ListTeamMembersInput) (*codestar.ListTeamMembersOutput, error)
- func (m *MockCodeStarAPI) ListTeamMembersRequest(arg0 *codestar.ListTeamMembersInput) (*request.Request, *codestar.ListTeamMembersOutput)
- func (m *MockCodeStarAPI) ListTeamMembersWithContext(arg0 context.Context, arg1 *codestar.ListTeamMembersInput, ...) (*codestar.ListTeamMembersOutput, error)
- func (m *MockCodeStarAPI) ListUserProfiles(arg0 *codestar.ListUserProfilesInput) (*codestar.ListUserProfilesOutput, error)
- func (m *MockCodeStarAPI) ListUserProfilesRequest(arg0 *codestar.ListUserProfilesInput) (*request.Request, *codestar.ListUserProfilesOutput)
- func (m *MockCodeStarAPI) ListUserProfilesWithContext(arg0 context.Context, arg1 *codestar.ListUserProfilesInput, ...) (*codestar.ListUserProfilesOutput, error)
- func (m *MockCodeStarAPI) TagProject(arg0 *codestar.TagProjectInput) (*codestar.TagProjectOutput, error)
- func (m *MockCodeStarAPI) TagProjectRequest(arg0 *codestar.TagProjectInput) (*request.Request, *codestar.TagProjectOutput)
- func (m *MockCodeStarAPI) TagProjectWithContext(arg0 context.Context, arg1 *codestar.TagProjectInput, arg2 ...request.Option) (*codestar.TagProjectOutput, error)
- func (m *MockCodeStarAPI) UntagProject(arg0 *codestar.UntagProjectInput) (*codestar.UntagProjectOutput, error)
- func (m *MockCodeStarAPI) UntagProjectRequest(arg0 *codestar.UntagProjectInput) (*request.Request, *codestar.UntagProjectOutput)
- func (m *MockCodeStarAPI) UntagProjectWithContext(arg0 context.Context, arg1 *codestar.UntagProjectInput, arg2 ...request.Option) (*codestar.UntagProjectOutput, error)
- func (m *MockCodeStarAPI) UpdateProject(arg0 *codestar.UpdateProjectInput) (*codestar.UpdateProjectOutput, error)
- func (m *MockCodeStarAPI) UpdateProjectRequest(arg0 *codestar.UpdateProjectInput) (*request.Request, *codestar.UpdateProjectOutput)
- func (m *MockCodeStarAPI) UpdateProjectWithContext(arg0 context.Context, arg1 *codestar.UpdateProjectInput, ...) (*codestar.UpdateProjectOutput, error)
- func (m *MockCodeStarAPI) UpdateTeamMember(arg0 *codestar.UpdateTeamMemberInput) (*codestar.UpdateTeamMemberOutput, error)
- func (m *MockCodeStarAPI) UpdateTeamMemberRequest(arg0 *codestar.UpdateTeamMemberInput) (*request.Request, *codestar.UpdateTeamMemberOutput)
- func (m *MockCodeStarAPI) UpdateTeamMemberWithContext(arg0 context.Context, arg1 *codestar.UpdateTeamMemberInput, ...) (*codestar.UpdateTeamMemberOutput, error)
- func (m *MockCodeStarAPI) UpdateUserProfile(arg0 *codestar.UpdateUserProfileInput) (*codestar.UpdateUserProfileOutput, error)
- func (m *MockCodeStarAPI) UpdateUserProfileRequest(arg0 *codestar.UpdateUserProfileInput) (*request.Request, *codestar.UpdateUserProfileOutput)
- func (m *MockCodeStarAPI) UpdateUserProfileWithContext(arg0 context.Context, arg1 *codestar.UpdateUserProfileInput, ...) (*codestar.UpdateUserProfileOutput, error)
- type MockCodeStarAPIMockRecorder
- func (mr *MockCodeStarAPIMockRecorder) AssociateTeamMember(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) AssociateTeamMemberRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) AssociateTeamMemberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) CreateProject(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) CreateProjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) CreateProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) CreateUserProfile(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) CreateUserProfileRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) CreateUserProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) DeleteProject(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) DeleteProjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) DeleteProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) DeleteUserProfile(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) DeleteUserProfileRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) DeleteUserProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) DescribeProject(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) DescribeProjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) DescribeProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) DescribeUserProfile(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) DescribeUserProfileRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) DescribeUserProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) DisassociateTeamMember(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) DisassociateTeamMemberRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) DisassociateTeamMemberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) ListProjects(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) ListProjectsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) ListProjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) ListResources(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) ListResourcesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) ListResourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) ListTagsForProject(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) ListTagsForProjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) ListTagsForProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) ListTeamMembers(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) ListTeamMembersRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) ListTeamMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) ListUserProfiles(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) ListUserProfilesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) ListUserProfilesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) TagProject(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) TagProjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) TagProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) UntagProject(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) UntagProjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) UntagProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) UpdateProject(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) UpdateProjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) UpdateProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) UpdateTeamMember(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) UpdateTeamMemberRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) UpdateTeamMemberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) UpdateUserProfile(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) UpdateUserProfileRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeStarAPIMockRecorder) UpdateUserProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCodeStarAPI ¶
type MockCodeStarAPI struct {
// contains filtered or unexported fields
}
MockCodeStarAPI is a mock of CodeStarAPI interface
func NewMockCodeStarAPI ¶
func NewMockCodeStarAPI(ctrl *gomock.Controller) *MockCodeStarAPI
NewMockCodeStarAPI creates a new mock instance
func (*MockCodeStarAPI) AssociateTeamMember ¶
func (m *MockCodeStarAPI) AssociateTeamMember(arg0 *codestar.AssociateTeamMemberInput) (*codestar.AssociateTeamMemberOutput, error)
AssociateTeamMember mocks base method
func (*MockCodeStarAPI) AssociateTeamMemberRequest ¶
func (m *MockCodeStarAPI) AssociateTeamMemberRequest(arg0 *codestar.AssociateTeamMemberInput) (*request.Request, *codestar.AssociateTeamMemberOutput)
AssociateTeamMemberRequest mocks base method
func (*MockCodeStarAPI) AssociateTeamMemberWithContext ¶
func (m *MockCodeStarAPI) AssociateTeamMemberWithContext(arg0 context.Context, arg1 *codestar.AssociateTeamMemberInput, arg2 ...request.Option) (*codestar.AssociateTeamMemberOutput, error)
AssociateTeamMemberWithContext mocks base method
func (*MockCodeStarAPI) CreateProject ¶
func (m *MockCodeStarAPI) CreateProject(arg0 *codestar.CreateProjectInput) (*codestar.CreateProjectOutput, error)
CreateProject mocks base method
func (*MockCodeStarAPI) CreateProjectRequest ¶
func (m *MockCodeStarAPI) CreateProjectRequest(arg0 *codestar.CreateProjectInput) (*request.Request, *codestar.CreateProjectOutput)
CreateProjectRequest mocks base method
func (*MockCodeStarAPI) CreateProjectWithContext ¶
func (m *MockCodeStarAPI) CreateProjectWithContext(arg0 context.Context, arg1 *codestar.CreateProjectInput, arg2 ...request.Option) (*codestar.CreateProjectOutput, error)
CreateProjectWithContext mocks base method
func (*MockCodeStarAPI) CreateUserProfile ¶
func (m *MockCodeStarAPI) CreateUserProfile(arg0 *codestar.CreateUserProfileInput) (*codestar.CreateUserProfileOutput, error)
CreateUserProfile mocks base method
func (*MockCodeStarAPI) CreateUserProfileRequest ¶
func (m *MockCodeStarAPI) CreateUserProfileRequest(arg0 *codestar.CreateUserProfileInput) (*request.Request, *codestar.CreateUserProfileOutput)
CreateUserProfileRequest mocks base method
func (*MockCodeStarAPI) CreateUserProfileWithContext ¶
func (m *MockCodeStarAPI) CreateUserProfileWithContext(arg0 context.Context, arg1 *codestar.CreateUserProfileInput, arg2 ...request.Option) (*codestar.CreateUserProfileOutput, error)
CreateUserProfileWithContext mocks base method
func (*MockCodeStarAPI) DeleteProject ¶
func (m *MockCodeStarAPI) DeleteProject(arg0 *codestar.DeleteProjectInput) (*codestar.DeleteProjectOutput, error)
DeleteProject mocks base method
func (*MockCodeStarAPI) DeleteProjectRequest ¶
func (m *MockCodeStarAPI) DeleteProjectRequest(arg0 *codestar.DeleteProjectInput) (*request.Request, *codestar.DeleteProjectOutput)
DeleteProjectRequest mocks base method
func (*MockCodeStarAPI) DeleteProjectWithContext ¶
func (m *MockCodeStarAPI) DeleteProjectWithContext(arg0 context.Context, arg1 *codestar.DeleteProjectInput, arg2 ...request.Option) (*codestar.DeleteProjectOutput, error)
DeleteProjectWithContext mocks base method
func (*MockCodeStarAPI) DeleteUserProfile ¶
func (m *MockCodeStarAPI) DeleteUserProfile(arg0 *codestar.DeleteUserProfileInput) (*codestar.DeleteUserProfileOutput, error)
DeleteUserProfile mocks base method
func (*MockCodeStarAPI) DeleteUserProfileRequest ¶
func (m *MockCodeStarAPI) DeleteUserProfileRequest(arg0 *codestar.DeleteUserProfileInput) (*request.Request, *codestar.DeleteUserProfileOutput)
DeleteUserProfileRequest mocks base method
func (*MockCodeStarAPI) DeleteUserProfileWithContext ¶
func (m *MockCodeStarAPI) DeleteUserProfileWithContext(arg0 context.Context, arg1 *codestar.DeleteUserProfileInput, arg2 ...request.Option) (*codestar.DeleteUserProfileOutput, error)
DeleteUserProfileWithContext mocks base method
func (*MockCodeStarAPI) DescribeProject ¶
func (m *MockCodeStarAPI) DescribeProject(arg0 *codestar.DescribeProjectInput) (*codestar.DescribeProjectOutput, error)
DescribeProject mocks base method
func (*MockCodeStarAPI) DescribeProjectRequest ¶
func (m *MockCodeStarAPI) DescribeProjectRequest(arg0 *codestar.DescribeProjectInput) (*request.Request, *codestar.DescribeProjectOutput)
DescribeProjectRequest mocks base method
func (*MockCodeStarAPI) DescribeProjectWithContext ¶
func (m *MockCodeStarAPI) DescribeProjectWithContext(arg0 context.Context, arg1 *codestar.DescribeProjectInput, arg2 ...request.Option) (*codestar.DescribeProjectOutput, error)
DescribeProjectWithContext mocks base method
func (*MockCodeStarAPI) DescribeUserProfile ¶
func (m *MockCodeStarAPI) DescribeUserProfile(arg0 *codestar.DescribeUserProfileInput) (*codestar.DescribeUserProfileOutput, error)
DescribeUserProfile mocks base method
func (*MockCodeStarAPI) DescribeUserProfileRequest ¶
func (m *MockCodeStarAPI) DescribeUserProfileRequest(arg0 *codestar.DescribeUserProfileInput) (*request.Request, *codestar.DescribeUserProfileOutput)
DescribeUserProfileRequest mocks base method
func (*MockCodeStarAPI) DescribeUserProfileWithContext ¶
func (m *MockCodeStarAPI) DescribeUserProfileWithContext(arg0 context.Context, arg1 *codestar.DescribeUserProfileInput, arg2 ...request.Option) (*codestar.DescribeUserProfileOutput, error)
DescribeUserProfileWithContext mocks base method
func (*MockCodeStarAPI) DisassociateTeamMember ¶
func (m *MockCodeStarAPI) DisassociateTeamMember(arg0 *codestar.DisassociateTeamMemberInput) (*codestar.DisassociateTeamMemberOutput, error)
DisassociateTeamMember mocks base method
func (*MockCodeStarAPI) DisassociateTeamMemberRequest ¶
func (m *MockCodeStarAPI) DisassociateTeamMemberRequest(arg0 *codestar.DisassociateTeamMemberInput) (*request.Request, *codestar.DisassociateTeamMemberOutput)
DisassociateTeamMemberRequest mocks base method
func (*MockCodeStarAPI) DisassociateTeamMemberWithContext ¶
func (m *MockCodeStarAPI) DisassociateTeamMemberWithContext(arg0 context.Context, arg1 *codestar.DisassociateTeamMemberInput, arg2 ...request.Option) (*codestar.DisassociateTeamMemberOutput, error)
DisassociateTeamMemberWithContext mocks base method
func (*MockCodeStarAPI) EXPECT ¶
func (m *MockCodeStarAPI) EXPECT() *MockCodeStarAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockCodeStarAPI) ListProjects ¶
func (m *MockCodeStarAPI) ListProjects(arg0 *codestar.ListProjectsInput) (*codestar.ListProjectsOutput, error)
ListProjects mocks base method
func (*MockCodeStarAPI) ListProjectsRequest ¶
func (m *MockCodeStarAPI) ListProjectsRequest(arg0 *codestar.ListProjectsInput) (*request.Request, *codestar.ListProjectsOutput)
ListProjectsRequest mocks base method
func (*MockCodeStarAPI) ListProjectsWithContext ¶
func (m *MockCodeStarAPI) ListProjectsWithContext(arg0 context.Context, arg1 *codestar.ListProjectsInput, arg2 ...request.Option) (*codestar.ListProjectsOutput, error)
ListProjectsWithContext mocks base method
func (*MockCodeStarAPI) ListResources ¶
func (m *MockCodeStarAPI) ListResources(arg0 *codestar.ListResourcesInput) (*codestar.ListResourcesOutput, error)
ListResources mocks base method
func (*MockCodeStarAPI) ListResourcesRequest ¶
func (m *MockCodeStarAPI) ListResourcesRequest(arg0 *codestar.ListResourcesInput) (*request.Request, *codestar.ListResourcesOutput)
ListResourcesRequest mocks base method
func (*MockCodeStarAPI) ListResourcesWithContext ¶
func (m *MockCodeStarAPI) ListResourcesWithContext(arg0 context.Context, arg1 *codestar.ListResourcesInput, arg2 ...request.Option) (*codestar.ListResourcesOutput, error)
ListResourcesWithContext mocks base method
func (*MockCodeStarAPI) ListTagsForProject ¶
func (m *MockCodeStarAPI) ListTagsForProject(arg0 *codestar.ListTagsForProjectInput) (*codestar.ListTagsForProjectOutput, error)
ListTagsForProject mocks base method
func (*MockCodeStarAPI) ListTagsForProjectRequest ¶
func (m *MockCodeStarAPI) ListTagsForProjectRequest(arg0 *codestar.ListTagsForProjectInput) (*request.Request, *codestar.ListTagsForProjectOutput)
ListTagsForProjectRequest mocks base method
func (*MockCodeStarAPI) ListTagsForProjectWithContext ¶
func (m *MockCodeStarAPI) ListTagsForProjectWithContext(arg0 context.Context, arg1 *codestar.ListTagsForProjectInput, arg2 ...request.Option) (*codestar.ListTagsForProjectOutput, error)
ListTagsForProjectWithContext mocks base method
func (*MockCodeStarAPI) ListTeamMembers ¶
func (m *MockCodeStarAPI) ListTeamMembers(arg0 *codestar.ListTeamMembersInput) (*codestar.ListTeamMembersOutput, error)
ListTeamMembers mocks base method
func (*MockCodeStarAPI) ListTeamMembersRequest ¶
func (m *MockCodeStarAPI) ListTeamMembersRequest(arg0 *codestar.ListTeamMembersInput) (*request.Request, *codestar.ListTeamMembersOutput)
ListTeamMembersRequest mocks base method
func (*MockCodeStarAPI) ListTeamMembersWithContext ¶
func (m *MockCodeStarAPI) ListTeamMembersWithContext(arg0 context.Context, arg1 *codestar.ListTeamMembersInput, arg2 ...request.Option) (*codestar.ListTeamMembersOutput, error)
ListTeamMembersWithContext mocks base method
func (*MockCodeStarAPI) ListUserProfiles ¶
func (m *MockCodeStarAPI) ListUserProfiles(arg0 *codestar.ListUserProfilesInput) (*codestar.ListUserProfilesOutput, error)
ListUserProfiles mocks base method
func (*MockCodeStarAPI) ListUserProfilesRequest ¶
func (m *MockCodeStarAPI) ListUserProfilesRequest(arg0 *codestar.ListUserProfilesInput) (*request.Request, *codestar.ListUserProfilesOutput)
ListUserProfilesRequest mocks base method
func (*MockCodeStarAPI) ListUserProfilesWithContext ¶
func (m *MockCodeStarAPI) ListUserProfilesWithContext(arg0 context.Context, arg1 *codestar.ListUserProfilesInput, arg2 ...request.Option) (*codestar.ListUserProfilesOutput, error)
ListUserProfilesWithContext mocks base method
func (*MockCodeStarAPI) TagProject ¶
func (m *MockCodeStarAPI) TagProject(arg0 *codestar.TagProjectInput) (*codestar.TagProjectOutput, error)
TagProject mocks base method
func (*MockCodeStarAPI) TagProjectRequest ¶
func (m *MockCodeStarAPI) TagProjectRequest(arg0 *codestar.TagProjectInput) (*request.Request, *codestar.TagProjectOutput)
TagProjectRequest mocks base method
func (*MockCodeStarAPI) TagProjectWithContext ¶
func (m *MockCodeStarAPI) TagProjectWithContext(arg0 context.Context, arg1 *codestar.TagProjectInput, arg2 ...request.Option) (*codestar.TagProjectOutput, error)
TagProjectWithContext mocks base method
func (*MockCodeStarAPI) UntagProject ¶
func (m *MockCodeStarAPI) UntagProject(arg0 *codestar.UntagProjectInput) (*codestar.UntagProjectOutput, error)
UntagProject mocks base method
func (*MockCodeStarAPI) UntagProjectRequest ¶
func (m *MockCodeStarAPI) UntagProjectRequest(arg0 *codestar.UntagProjectInput) (*request.Request, *codestar.UntagProjectOutput)
UntagProjectRequest mocks base method
func (*MockCodeStarAPI) UntagProjectWithContext ¶
func (m *MockCodeStarAPI) UntagProjectWithContext(arg0 context.Context, arg1 *codestar.UntagProjectInput, arg2 ...request.Option) (*codestar.UntagProjectOutput, error)
UntagProjectWithContext mocks base method
func (*MockCodeStarAPI) UpdateProject ¶
func (m *MockCodeStarAPI) UpdateProject(arg0 *codestar.UpdateProjectInput) (*codestar.UpdateProjectOutput, error)
UpdateProject mocks base method
func (*MockCodeStarAPI) UpdateProjectRequest ¶
func (m *MockCodeStarAPI) UpdateProjectRequest(arg0 *codestar.UpdateProjectInput) (*request.Request, *codestar.UpdateProjectOutput)
UpdateProjectRequest mocks base method
func (*MockCodeStarAPI) UpdateProjectWithContext ¶
func (m *MockCodeStarAPI) UpdateProjectWithContext(arg0 context.Context, arg1 *codestar.UpdateProjectInput, arg2 ...request.Option) (*codestar.UpdateProjectOutput, error)
UpdateProjectWithContext mocks base method
func (*MockCodeStarAPI) UpdateTeamMember ¶
func (m *MockCodeStarAPI) UpdateTeamMember(arg0 *codestar.UpdateTeamMemberInput) (*codestar.UpdateTeamMemberOutput, error)
UpdateTeamMember mocks base method
func (*MockCodeStarAPI) UpdateTeamMemberRequest ¶
func (m *MockCodeStarAPI) UpdateTeamMemberRequest(arg0 *codestar.UpdateTeamMemberInput) (*request.Request, *codestar.UpdateTeamMemberOutput)
UpdateTeamMemberRequest mocks base method
func (*MockCodeStarAPI) UpdateTeamMemberWithContext ¶
func (m *MockCodeStarAPI) UpdateTeamMemberWithContext(arg0 context.Context, arg1 *codestar.UpdateTeamMemberInput, arg2 ...request.Option) (*codestar.UpdateTeamMemberOutput, error)
UpdateTeamMemberWithContext mocks base method
func (*MockCodeStarAPI) UpdateUserProfile ¶
func (m *MockCodeStarAPI) UpdateUserProfile(arg0 *codestar.UpdateUserProfileInput) (*codestar.UpdateUserProfileOutput, error)
UpdateUserProfile mocks base method
func (*MockCodeStarAPI) UpdateUserProfileRequest ¶
func (m *MockCodeStarAPI) UpdateUserProfileRequest(arg0 *codestar.UpdateUserProfileInput) (*request.Request, *codestar.UpdateUserProfileOutput)
UpdateUserProfileRequest mocks base method
func (*MockCodeStarAPI) UpdateUserProfileWithContext ¶
func (m *MockCodeStarAPI) UpdateUserProfileWithContext(arg0 context.Context, arg1 *codestar.UpdateUserProfileInput, arg2 ...request.Option) (*codestar.UpdateUserProfileOutput, error)
UpdateUserProfileWithContext mocks base method
type MockCodeStarAPIMockRecorder ¶
type MockCodeStarAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockCodeStarAPIMockRecorder is the mock recorder for MockCodeStarAPI
func (*MockCodeStarAPIMockRecorder) AssociateTeamMember ¶
func (mr *MockCodeStarAPIMockRecorder) AssociateTeamMember(arg0 interface{}) *gomock.Call
AssociateTeamMember indicates an expected call of AssociateTeamMember
func (*MockCodeStarAPIMockRecorder) AssociateTeamMemberRequest ¶
func (mr *MockCodeStarAPIMockRecorder) AssociateTeamMemberRequest(arg0 interface{}) *gomock.Call
AssociateTeamMemberRequest indicates an expected call of AssociateTeamMemberRequest
func (*MockCodeStarAPIMockRecorder) AssociateTeamMemberWithContext ¶
func (mr *MockCodeStarAPIMockRecorder) AssociateTeamMemberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AssociateTeamMemberWithContext indicates an expected call of AssociateTeamMemberWithContext
func (*MockCodeStarAPIMockRecorder) CreateProject ¶
func (mr *MockCodeStarAPIMockRecorder) CreateProject(arg0 interface{}) *gomock.Call
CreateProject indicates an expected call of CreateProject
func (*MockCodeStarAPIMockRecorder) CreateProjectRequest ¶
func (mr *MockCodeStarAPIMockRecorder) CreateProjectRequest(arg0 interface{}) *gomock.Call
CreateProjectRequest indicates an expected call of CreateProjectRequest
func (*MockCodeStarAPIMockRecorder) CreateProjectWithContext ¶
func (mr *MockCodeStarAPIMockRecorder) CreateProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateProjectWithContext indicates an expected call of CreateProjectWithContext
func (*MockCodeStarAPIMockRecorder) CreateUserProfile ¶
func (mr *MockCodeStarAPIMockRecorder) CreateUserProfile(arg0 interface{}) *gomock.Call
CreateUserProfile indicates an expected call of CreateUserProfile
func (*MockCodeStarAPIMockRecorder) CreateUserProfileRequest ¶
func (mr *MockCodeStarAPIMockRecorder) CreateUserProfileRequest(arg0 interface{}) *gomock.Call
CreateUserProfileRequest indicates an expected call of CreateUserProfileRequest
func (*MockCodeStarAPIMockRecorder) CreateUserProfileWithContext ¶
func (mr *MockCodeStarAPIMockRecorder) CreateUserProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateUserProfileWithContext indicates an expected call of CreateUserProfileWithContext
func (*MockCodeStarAPIMockRecorder) DeleteProject ¶
func (mr *MockCodeStarAPIMockRecorder) DeleteProject(arg0 interface{}) *gomock.Call
DeleteProject indicates an expected call of DeleteProject
func (*MockCodeStarAPIMockRecorder) DeleteProjectRequest ¶
func (mr *MockCodeStarAPIMockRecorder) DeleteProjectRequest(arg0 interface{}) *gomock.Call
DeleteProjectRequest indicates an expected call of DeleteProjectRequest
func (*MockCodeStarAPIMockRecorder) DeleteProjectWithContext ¶
func (mr *MockCodeStarAPIMockRecorder) DeleteProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteProjectWithContext indicates an expected call of DeleteProjectWithContext
func (*MockCodeStarAPIMockRecorder) DeleteUserProfile ¶
func (mr *MockCodeStarAPIMockRecorder) DeleteUserProfile(arg0 interface{}) *gomock.Call
DeleteUserProfile indicates an expected call of DeleteUserProfile
func (*MockCodeStarAPIMockRecorder) DeleteUserProfileRequest ¶
func (mr *MockCodeStarAPIMockRecorder) DeleteUserProfileRequest(arg0 interface{}) *gomock.Call
DeleteUserProfileRequest indicates an expected call of DeleteUserProfileRequest
func (*MockCodeStarAPIMockRecorder) DeleteUserProfileWithContext ¶
func (mr *MockCodeStarAPIMockRecorder) DeleteUserProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteUserProfileWithContext indicates an expected call of DeleteUserProfileWithContext
func (*MockCodeStarAPIMockRecorder) DescribeProject ¶
func (mr *MockCodeStarAPIMockRecorder) DescribeProject(arg0 interface{}) *gomock.Call
DescribeProject indicates an expected call of DescribeProject
func (*MockCodeStarAPIMockRecorder) DescribeProjectRequest ¶
func (mr *MockCodeStarAPIMockRecorder) DescribeProjectRequest(arg0 interface{}) *gomock.Call
DescribeProjectRequest indicates an expected call of DescribeProjectRequest
func (*MockCodeStarAPIMockRecorder) DescribeProjectWithContext ¶
func (mr *MockCodeStarAPIMockRecorder) DescribeProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeProjectWithContext indicates an expected call of DescribeProjectWithContext
func (*MockCodeStarAPIMockRecorder) DescribeUserProfile ¶
func (mr *MockCodeStarAPIMockRecorder) DescribeUserProfile(arg0 interface{}) *gomock.Call
DescribeUserProfile indicates an expected call of DescribeUserProfile
func (*MockCodeStarAPIMockRecorder) DescribeUserProfileRequest ¶
func (mr *MockCodeStarAPIMockRecorder) DescribeUserProfileRequest(arg0 interface{}) *gomock.Call
DescribeUserProfileRequest indicates an expected call of DescribeUserProfileRequest
func (*MockCodeStarAPIMockRecorder) DescribeUserProfileWithContext ¶
func (mr *MockCodeStarAPIMockRecorder) DescribeUserProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeUserProfileWithContext indicates an expected call of DescribeUserProfileWithContext
func (*MockCodeStarAPIMockRecorder) DisassociateTeamMember ¶
func (mr *MockCodeStarAPIMockRecorder) DisassociateTeamMember(arg0 interface{}) *gomock.Call
DisassociateTeamMember indicates an expected call of DisassociateTeamMember
func (*MockCodeStarAPIMockRecorder) DisassociateTeamMemberRequest ¶
func (mr *MockCodeStarAPIMockRecorder) DisassociateTeamMemberRequest(arg0 interface{}) *gomock.Call
DisassociateTeamMemberRequest indicates an expected call of DisassociateTeamMemberRequest
func (*MockCodeStarAPIMockRecorder) DisassociateTeamMemberWithContext ¶
func (mr *MockCodeStarAPIMockRecorder) DisassociateTeamMemberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DisassociateTeamMemberWithContext indicates an expected call of DisassociateTeamMemberWithContext
func (*MockCodeStarAPIMockRecorder) ListProjects ¶
func (mr *MockCodeStarAPIMockRecorder) ListProjects(arg0 interface{}) *gomock.Call
ListProjects indicates an expected call of ListProjects
func (*MockCodeStarAPIMockRecorder) ListProjectsRequest ¶
func (mr *MockCodeStarAPIMockRecorder) ListProjectsRequest(arg0 interface{}) *gomock.Call
ListProjectsRequest indicates an expected call of ListProjectsRequest
func (*MockCodeStarAPIMockRecorder) ListProjectsWithContext ¶
func (mr *MockCodeStarAPIMockRecorder) ListProjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListProjectsWithContext indicates an expected call of ListProjectsWithContext
func (*MockCodeStarAPIMockRecorder) ListResources ¶
func (mr *MockCodeStarAPIMockRecorder) ListResources(arg0 interface{}) *gomock.Call
ListResources indicates an expected call of ListResources
func (*MockCodeStarAPIMockRecorder) ListResourcesRequest ¶
func (mr *MockCodeStarAPIMockRecorder) ListResourcesRequest(arg0 interface{}) *gomock.Call
ListResourcesRequest indicates an expected call of ListResourcesRequest
func (*MockCodeStarAPIMockRecorder) ListResourcesWithContext ¶
func (mr *MockCodeStarAPIMockRecorder) ListResourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListResourcesWithContext indicates an expected call of ListResourcesWithContext
func (*MockCodeStarAPIMockRecorder) ListTagsForProject ¶
func (mr *MockCodeStarAPIMockRecorder) ListTagsForProject(arg0 interface{}) *gomock.Call
ListTagsForProject indicates an expected call of ListTagsForProject
func (*MockCodeStarAPIMockRecorder) ListTagsForProjectRequest ¶
func (mr *MockCodeStarAPIMockRecorder) ListTagsForProjectRequest(arg0 interface{}) *gomock.Call
ListTagsForProjectRequest indicates an expected call of ListTagsForProjectRequest
func (*MockCodeStarAPIMockRecorder) ListTagsForProjectWithContext ¶
func (mr *MockCodeStarAPIMockRecorder) ListTagsForProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTagsForProjectWithContext indicates an expected call of ListTagsForProjectWithContext
func (*MockCodeStarAPIMockRecorder) ListTeamMembers ¶
func (mr *MockCodeStarAPIMockRecorder) ListTeamMembers(arg0 interface{}) *gomock.Call
ListTeamMembers indicates an expected call of ListTeamMembers
func (*MockCodeStarAPIMockRecorder) ListTeamMembersRequest ¶
func (mr *MockCodeStarAPIMockRecorder) ListTeamMembersRequest(arg0 interface{}) *gomock.Call
ListTeamMembersRequest indicates an expected call of ListTeamMembersRequest
func (*MockCodeStarAPIMockRecorder) ListTeamMembersWithContext ¶
func (mr *MockCodeStarAPIMockRecorder) ListTeamMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTeamMembersWithContext indicates an expected call of ListTeamMembersWithContext
func (*MockCodeStarAPIMockRecorder) ListUserProfiles ¶
func (mr *MockCodeStarAPIMockRecorder) ListUserProfiles(arg0 interface{}) *gomock.Call
ListUserProfiles indicates an expected call of ListUserProfiles
func (*MockCodeStarAPIMockRecorder) ListUserProfilesRequest ¶
func (mr *MockCodeStarAPIMockRecorder) ListUserProfilesRequest(arg0 interface{}) *gomock.Call
ListUserProfilesRequest indicates an expected call of ListUserProfilesRequest
func (*MockCodeStarAPIMockRecorder) ListUserProfilesWithContext ¶
func (mr *MockCodeStarAPIMockRecorder) ListUserProfilesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListUserProfilesWithContext indicates an expected call of ListUserProfilesWithContext
func (*MockCodeStarAPIMockRecorder) TagProject ¶
func (mr *MockCodeStarAPIMockRecorder) TagProject(arg0 interface{}) *gomock.Call
TagProject indicates an expected call of TagProject
func (*MockCodeStarAPIMockRecorder) TagProjectRequest ¶
func (mr *MockCodeStarAPIMockRecorder) TagProjectRequest(arg0 interface{}) *gomock.Call
TagProjectRequest indicates an expected call of TagProjectRequest
func (*MockCodeStarAPIMockRecorder) TagProjectWithContext ¶
func (mr *MockCodeStarAPIMockRecorder) TagProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TagProjectWithContext indicates an expected call of TagProjectWithContext
func (*MockCodeStarAPIMockRecorder) UntagProject ¶
func (mr *MockCodeStarAPIMockRecorder) UntagProject(arg0 interface{}) *gomock.Call
UntagProject indicates an expected call of UntagProject
func (*MockCodeStarAPIMockRecorder) UntagProjectRequest ¶
func (mr *MockCodeStarAPIMockRecorder) UntagProjectRequest(arg0 interface{}) *gomock.Call
UntagProjectRequest indicates an expected call of UntagProjectRequest
func (*MockCodeStarAPIMockRecorder) UntagProjectWithContext ¶
func (mr *MockCodeStarAPIMockRecorder) UntagProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UntagProjectWithContext indicates an expected call of UntagProjectWithContext
func (*MockCodeStarAPIMockRecorder) UpdateProject ¶
func (mr *MockCodeStarAPIMockRecorder) UpdateProject(arg0 interface{}) *gomock.Call
UpdateProject indicates an expected call of UpdateProject
func (*MockCodeStarAPIMockRecorder) UpdateProjectRequest ¶
func (mr *MockCodeStarAPIMockRecorder) UpdateProjectRequest(arg0 interface{}) *gomock.Call
UpdateProjectRequest indicates an expected call of UpdateProjectRequest
func (*MockCodeStarAPIMockRecorder) UpdateProjectWithContext ¶
func (mr *MockCodeStarAPIMockRecorder) UpdateProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateProjectWithContext indicates an expected call of UpdateProjectWithContext
func (*MockCodeStarAPIMockRecorder) UpdateTeamMember ¶
func (mr *MockCodeStarAPIMockRecorder) UpdateTeamMember(arg0 interface{}) *gomock.Call
UpdateTeamMember indicates an expected call of UpdateTeamMember
func (*MockCodeStarAPIMockRecorder) UpdateTeamMemberRequest ¶
func (mr *MockCodeStarAPIMockRecorder) UpdateTeamMemberRequest(arg0 interface{}) *gomock.Call
UpdateTeamMemberRequest indicates an expected call of UpdateTeamMemberRequest
func (*MockCodeStarAPIMockRecorder) UpdateTeamMemberWithContext ¶
func (mr *MockCodeStarAPIMockRecorder) UpdateTeamMemberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateTeamMemberWithContext indicates an expected call of UpdateTeamMemberWithContext
func (*MockCodeStarAPIMockRecorder) UpdateUserProfile ¶
func (mr *MockCodeStarAPIMockRecorder) UpdateUserProfile(arg0 interface{}) *gomock.Call
UpdateUserProfile indicates an expected call of UpdateUserProfile
func (*MockCodeStarAPIMockRecorder) UpdateUserProfileRequest ¶
func (mr *MockCodeStarAPIMockRecorder) UpdateUserProfileRequest(arg0 interface{}) *gomock.Call
UpdateUserProfileRequest indicates an expected call of UpdateUserProfileRequest
func (*MockCodeStarAPIMockRecorder) UpdateUserProfileWithContext ¶
func (mr *MockCodeStarAPIMockRecorder) UpdateUserProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateUserProfileWithContext indicates an expected call of UpdateUserProfileWithContext