Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeCloudFoundryClient
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrg(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrgArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrgCallCount() int
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrgCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrgReturns(result1 error)
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrgReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpace(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpaceArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpaceCallCount() int
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpaceCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpaceReturns(result1 error)
- func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpaceReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) AppByGuid(arg1 string) (cfclient.App, error)
- func (fake *FakeCloudFoundryClient) AppByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) AppByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) AppByGuidCalls(stub func(string) (cfclient.App, error))
- func (fake *FakeCloudFoundryClient) AppByGuidReturns(result1 cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) AppByGuidReturnsOnCall(i int, result1 cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) AppByName(arg1 string, arg2 string, arg3 string) (cfclient.App, error)
- func (fake *FakeCloudFoundryClient) AppByNameArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) AppByNameCallCount() int
- func (fake *FakeCloudFoundryClient) AppByNameCalls(stub func(string, string, string) (cfclient.App, error))
- func (fake *FakeCloudFoundryClient) AppByNameReturns(result1 cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) AppByNameReturnsOnCall(i int, result1 cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) AssignSpaceQuota(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) AssignSpaceQuotaArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssignSpaceQuotaCallCount() int
- func (fake *FakeCloudFoundryClient) AssignSpaceQuotaCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) AssignSpaceQuotaReturns(result1 error)
- func (fake *FakeCloudFoundryClient) AssignSpaceQuotaReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditor(arg1 string, arg2 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsername(arg1 string, arg2 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginCalls(stub func(string, string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameCalls(stub func(string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorCalls(stub func(string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgAuditorReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManager(arg1 string, arg2 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsername(arg1 string, arg2 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginCalls(stub func(string, string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameCalls(stub func(string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerCalls(stub func(string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgManager(arg1 string, arg2 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsername(arg1 string, arg2 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginCalls(stub func(string, string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameCalls(stub func(string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerCalls(stub func(string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgManagerReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgUser(arg1 string, arg2 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsername(arg1 string, arg2 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginCalls(stub func(string, string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameCalls(stub func(string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateOrgUserCalls(stub func(string, string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) AssociateOrgUserReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateOrgUserReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditor(arg1 string, arg2 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsername(arg1 string, arg2 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginCalls(stub func(string, string, string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameCalls(stub func(string, string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorCalls(stub func(string, string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloper(arg1 string, arg2 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsername(arg1 string, arg2 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginCalls(stub func(string, string, string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameCalls(stub func(string, string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperCalls(stub func(string, string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManager(arg1 string, arg2 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsername(arg1 string, arg2 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginCalls(stub func(string, string, string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameCalls(stub func(string, string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerCallCount() int
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerCalls(stub func(string, string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) AssociateSpaceManagerReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) BindRoute(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) BindRouteArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) BindRouteCallCount() int
- func (fake *FakeCloudFoundryClient) BindRouteCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) BindRouteReturns(result1 error)
- func (fake *FakeCloudFoundryClient) BindRouteReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) BindRunningSecGroup(arg1 string) error
- func (fake *FakeCloudFoundryClient) BindRunningSecGroupArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) BindRunningSecGroupCallCount() int
- func (fake *FakeCloudFoundryClient) BindRunningSecGroupCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) BindRunningSecGroupReturns(result1 error)
- func (fake *FakeCloudFoundryClient) BindRunningSecGroupReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) BindSecGroup(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) BindSecGroupArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) BindSecGroupCallCount() int
- func (fake *FakeCloudFoundryClient) BindSecGroupCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) BindSecGroupReturns(result1 error)
- func (fake *FakeCloudFoundryClient) BindSecGroupReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) BindStagingSecGroup(arg1 string) error
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupCallCount() int
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupReturns(result1 error)
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpace(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpaceArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpaceCallCount() int
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpaceCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpaceReturns(result1 error)
- func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpaceReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) CreateApp(arg1 cfclient.AppCreateRequest) (cfclient.App, error)
- func (fake *FakeCloudFoundryClient) CreateAppArgsForCall(i int) cfclient.AppCreateRequest
- func (fake *FakeCloudFoundryClient) CreateAppCallCount() int
- func (fake *FakeCloudFoundryClient) CreateAppCalls(stub func(cfclient.AppCreateRequest) (cfclient.App, error))
- func (fake *FakeCloudFoundryClient) CreateAppReturns(result1 cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) CreateAppReturnsOnCall(i int, result1 cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) CreateBuildpack(arg1 *cfclient.BuildpackRequest) (*cfclient.Buildpack, error)
- func (fake *FakeCloudFoundryClient) CreateBuildpackArgsForCall(i int) *cfclient.BuildpackRequest
- func (fake *FakeCloudFoundryClient) CreateBuildpackCallCount() int
- func (fake *FakeCloudFoundryClient) CreateBuildpackCalls(stub func(*cfclient.BuildpackRequest) (*cfclient.Buildpack, error))
- func (fake *FakeCloudFoundryClient) CreateBuildpackReturns(result1 *cfclient.Buildpack, result2 error)
- func (fake *FakeCloudFoundryClient) CreateBuildpackReturnsOnCall(i int, result1 *cfclient.Buildpack, result2 error)
- func (fake *FakeCloudFoundryClient) CreateDomain(arg1 string, arg2 string) (*cfclient.Domain, error)
- func (fake *FakeCloudFoundryClient) CreateDomainArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) CreateDomainCallCount() int
- func (fake *FakeCloudFoundryClient) CreateDomainCalls(stub func(string, string) (*cfclient.Domain, error))
- func (fake *FakeCloudFoundryClient) CreateDomainReturns(result1 *cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) CreateDomainReturnsOnCall(i int, result1 *cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) CreateIsolationSegment(arg1 string) (*cfclient.IsolationSegment, error)
- func (fake *FakeCloudFoundryClient) CreateIsolationSegmentArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) CreateIsolationSegmentCallCount() int
- func (fake *FakeCloudFoundryClient) CreateIsolationSegmentCalls(stub func(string) (*cfclient.IsolationSegment, error))
- func (fake *FakeCloudFoundryClient) CreateIsolationSegmentReturns(result1 *cfclient.IsolationSegment, result2 error)
- func (fake *FakeCloudFoundryClient) CreateIsolationSegmentReturnsOnCall(i int, result1 *cfclient.IsolationSegment, result2 error)
- func (fake *FakeCloudFoundryClient) CreateOrg(arg1 cfclient.OrgRequest) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) CreateOrgArgsForCall(i int) cfclient.OrgRequest
- func (fake *FakeCloudFoundryClient) CreateOrgCallCount() int
- func (fake *FakeCloudFoundryClient) CreateOrgCalls(stub func(cfclient.OrgRequest) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) CreateOrgQuota(arg1 cfclient.OrgQuotaRequest) (*cfclient.OrgQuota, error)
- func (fake *FakeCloudFoundryClient) CreateOrgQuotaArgsForCall(i int) cfclient.OrgQuotaRequest
- func (fake *FakeCloudFoundryClient) CreateOrgQuotaCallCount() int
- func (fake *FakeCloudFoundryClient) CreateOrgQuotaCalls(stub func(cfclient.OrgQuotaRequest) (*cfclient.OrgQuota, error))
- func (fake *FakeCloudFoundryClient) CreateOrgQuotaReturns(result1 *cfclient.OrgQuota, result2 error)
- func (fake *FakeCloudFoundryClient) CreateOrgQuotaReturnsOnCall(i int, result1 *cfclient.OrgQuota, result2 error)
- func (fake *FakeCloudFoundryClient) CreateOrgReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) CreateOrgReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) CreateRoute(arg1 cfclient.RouteRequest) (cfclient.Route, error)
- func (fake *FakeCloudFoundryClient) CreateRouteArgsForCall(i int) cfclient.RouteRequest
- func (fake *FakeCloudFoundryClient) CreateRouteCallCount() int
- func (fake *FakeCloudFoundryClient) CreateRouteCalls(stub func(cfclient.RouteRequest) (cfclient.Route, error))
- func (fake *FakeCloudFoundryClient) CreateRouteReturns(result1 cfclient.Route, result2 error)
- func (fake *FakeCloudFoundryClient) CreateRouteReturnsOnCall(i int, result1 cfclient.Route, result2 error)
- func (fake *FakeCloudFoundryClient) CreateRouteServiceBinding(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) CreateRouteServiceBindingArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) CreateRouteServiceBindingCallCount() int
- func (fake *FakeCloudFoundryClient) CreateRouteServiceBindingCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) CreateRouteServiceBindingReturns(result1 error)
- func (fake *FakeCloudFoundryClient) CreateRouteServiceBindingReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) CreateSecGroup(arg1 string, arg2 []cfclient.SecGroupRule, arg3 []string) (*cfclient.SecGroup, error)
- func (fake *FakeCloudFoundryClient) CreateSecGroupArgsForCall(i int) (string, []cfclient.SecGroupRule, []string)
- func (fake *FakeCloudFoundryClient) CreateSecGroupCallCount() int
- func (fake *FakeCloudFoundryClient) CreateSecGroupCalls(...)
- func (fake *FakeCloudFoundryClient) CreateSecGroupReturns(result1 *cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) CreateSecGroupReturnsOnCall(i int, result1 *cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServiceBinding(arg1 string, arg2 string) (*cfclient.ServiceBinding, error)
- func (fake *FakeCloudFoundryClient) CreateServiceBindingArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) CreateServiceBindingCallCount() int
- func (fake *FakeCloudFoundryClient) CreateServiceBindingCalls(stub func(string, string) (*cfclient.ServiceBinding, error))
- func (fake *FakeCloudFoundryClient) CreateServiceBindingReturns(result1 *cfclient.ServiceBinding, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServiceBindingReturnsOnCall(i int, result1 *cfclient.ServiceBinding, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServiceBroker(arg1 cfclient.CreateServiceBrokerRequest) (cfclient.ServiceBroker, error)
- func (fake *FakeCloudFoundryClient) CreateServiceBrokerArgsForCall(i int) cfclient.CreateServiceBrokerRequest
- func (fake *FakeCloudFoundryClient) CreateServiceBrokerCallCount() int
- func (fake *FakeCloudFoundryClient) CreateServiceBrokerCalls(stub func(cfclient.CreateServiceBrokerRequest) (cfclient.ServiceBroker, error))
- func (fake *FakeCloudFoundryClient) CreateServiceBrokerReturns(result1 cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServiceBrokerReturnsOnCall(i int, result1 cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServiceInstance(arg1 cfclient.ServiceInstanceRequest) (cfclient.ServiceInstance, error)
- func (fake *FakeCloudFoundryClient) CreateServiceInstanceArgsForCall(i int) cfclient.ServiceInstanceRequest
- func (fake *FakeCloudFoundryClient) CreateServiceInstanceCallCount() int
- func (fake *FakeCloudFoundryClient) CreateServiceInstanceCalls(stub func(cfclient.ServiceInstanceRequest) (cfclient.ServiceInstance, error))
- func (fake *FakeCloudFoundryClient) CreateServiceInstanceReturns(result1 cfclient.ServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServiceInstanceReturnsOnCall(i int, result1 cfclient.ServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServiceKey(arg1 cfclient.CreateServiceKeyRequest) (cfclient.ServiceKey, error)
- func (fake *FakeCloudFoundryClient) CreateServiceKeyArgsForCall(i int) cfclient.CreateServiceKeyRequest
- func (fake *FakeCloudFoundryClient) CreateServiceKeyCallCount() int
- func (fake *FakeCloudFoundryClient) CreateServiceKeyCalls(stub func(cfclient.CreateServiceKeyRequest) (cfclient.ServiceKey, error))
- func (fake *FakeCloudFoundryClient) CreateServiceKeyReturns(result1 cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServiceKeyReturnsOnCall(i int, result1 cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibility(arg1 string, arg2 string) (cfclient.ServicePlanVisibility, error)
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueId(arg1 string, arg2 string) (cfclient.ServicePlanVisibility, error)
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdCallCount() int
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdCalls(stub func(string, string) (cfclient.ServicePlanVisibility, error))
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdReturns(result1 cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdReturnsOnCall(i int, result1 cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityCallCount() int
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityCalls(stub func(string, string) (cfclient.ServicePlanVisibility, error))
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityReturns(result1 cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityReturnsOnCall(i int, result1 cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) CreateSharedDomain(arg1 string, arg2 bool, arg3 string) (*cfclient.SharedDomain, error)
- func (fake *FakeCloudFoundryClient) CreateSharedDomainArgsForCall(i int) (string, bool, string)
- func (fake *FakeCloudFoundryClient) CreateSharedDomainCallCount() int
- func (fake *FakeCloudFoundryClient) CreateSharedDomainCalls(stub func(string, bool, string) (*cfclient.SharedDomain, error))
- func (fake *FakeCloudFoundryClient) CreateSharedDomainReturns(result1 *cfclient.SharedDomain, result2 error)
- func (fake *FakeCloudFoundryClient) CreateSharedDomainReturnsOnCall(i int, result1 *cfclient.SharedDomain, result2 error)
- func (fake *FakeCloudFoundryClient) CreateSpace(arg1 cfclient.SpaceRequest) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) CreateSpaceArgsForCall(i int) cfclient.SpaceRequest
- func (fake *FakeCloudFoundryClient) CreateSpaceCallCount() int
- func (fake *FakeCloudFoundryClient) CreateSpaceCalls(stub func(cfclient.SpaceRequest) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) CreateSpaceQuota(arg1 cfclient.SpaceQuotaRequest) (*cfclient.SpaceQuota, error)
- func (fake *FakeCloudFoundryClient) CreateSpaceQuotaArgsForCall(i int) cfclient.SpaceQuotaRequest
- func (fake *FakeCloudFoundryClient) CreateSpaceQuotaCallCount() int
- func (fake *FakeCloudFoundryClient) CreateSpaceQuotaCalls(stub func(cfclient.SpaceQuotaRequest) (*cfclient.SpaceQuota, error))
- func (fake *FakeCloudFoundryClient) CreateSpaceQuotaReturns(result1 *cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) CreateSpaceQuotaReturnsOnCall(i int, result1 *cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) CreateSpaceReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) CreateSpaceReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) CreateTask(arg1 cfclient.TaskRequest) (cfclient.Task, error)
- func (fake *FakeCloudFoundryClient) CreateTaskArgsForCall(i int) cfclient.TaskRequest
- func (fake *FakeCloudFoundryClient) CreateTaskCallCount() int
- func (fake *FakeCloudFoundryClient) CreateTaskCalls(stub func(cfclient.TaskRequest) (cfclient.Task, error))
- func (fake *FakeCloudFoundryClient) CreateTaskReturns(result1 cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) CreateTaskReturnsOnCall(i int, result1 cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) CreateTcpRoute(arg1 cfclient.RouteRequest) (cfclient.Route, error)
- func (fake *FakeCloudFoundryClient) CreateTcpRouteArgsForCall(i int) cfclient.RouteRequest
- func (fake *FakeCloudFoundryClient) CreateTcpRouteCallCount() int
- func (fake *FakeCloudFoundryClient) CreateTcpRouteCalls(stub func(cfclient.RouteRequest) (cfclient.Route, error))
- func (fake *FakeCloudFoundryClient) CreateTcpRouteReturns(result1 cfclient.Route, result2 error)
- func (fake *FakeCloudFoundryClient) CreateTcpRouteReturnsOnCall(i int, result1 cfclient.Route, result2 error)
- func (fake *FakeCloudFoundryClient) CreateUser(arg1 cfclient.UserRequest) (cfclient.User, error)
- func (fake *FakeCloudFoundryClient) CreateUserArgsForCall(i int) cfclient.UserRequest
- func (fake *FakeCloudFoundryClient) CreateUserCallCount() int
- func (fake *FakeCloudFoundryClient) CreateUserCalls(stub func(cfclient.UserRequest) (cfclient.User, error))
- func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstance(arg1 cfclient.UserProvidedServiceInstanceRequest) (*cfclient.UserProvidedServiceInstance, error)
- func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstanceArgsForCall(i int) cfclient.UserProvidedServiceInstanceRequest
- func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstanceCallCount() int
- func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstanceCalls(...)
- func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstanceReturns(result1 *cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstanceReturnsOnCall(i int, result1 *cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) CreateUserReturns(result1 cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) CreateUserReturnsOnCall(i int, result1 cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrg(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrgArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrgCallCount() int
- func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrgCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrgReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrgReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteBuildpack(arg1 string, arg2 bool) error
- func (fake *FakeCloudFoundryClient) DeleteBuildpackArgsForCall(i int) (string, bool)
- func (fake *FakeCloudFoundryClient) DeleteBuildpackCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteBuildpackCalls(stub func(string, bool) error)
- func (fake *FakeCloudFoundryClient) DeleteBuildpackReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteBuildpackReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteDomain(arg1 string) error
- func (fake *FakeCloudFoundryClient) DeleteDomainArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) DeleteDomainCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteDomainCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) DeleteDomainReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteDomainReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUID(arg1 string) error
- func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteOrg(arg1 string, arg2 bool, arg3 bool) error
- func (fake *FakeCloudFoundryClient) DeleteOrgArgsForCall(i int) (string, bool, bool)
- func (fake *FakeCloudFoundryClient) DeleteOrgCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteOrgCalls(stub func(string, bool, bool) error)
- func (fake *FakeCloudFoundryClient) DeleteOrgQuota(arg1 string, arg2 bool) error
- func (fake *FakeCloudFoundryClient) DeleteOrgQuotaArgsForCall(i int) (string, bool)
- func (fake *FakeCloudFoundryClient) DeleteOrgQuotaCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteOrgQuotaCalls(stub func(string, bool) error)
- func (fake *FakeCloudFoundryClient) DeleteOrgQuotaReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteOrgQuotaReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteOrgReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteOrgReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteRoute(arg1 string) error
- func (fake *FakeCloudFoundryClient) DeleteRouteArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) DeleteRouteCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteRouteCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) DeleteRouteMapping(arg1 string) error
- func (fake *FakeCloudFoundryClient) DeleteRouteMappingArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) DeleteRouteMappingCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteRouteMappingCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) DeleteRouteMappingReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteRouteMappingReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteRouteReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteRouteReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteRouteServiceBinding(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) DeleteRouteServiceBindingArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) DeleteRouteServiceBindingCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteRouteServiceBindingCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) DeleteRouteServiceBindingReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteRouteServiceBindingReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteSecGroup(arg1 string) error
- func (fake *FakeCloudFoundryClient) DeleteSecGroupArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) DeleteSecGroupCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteSecGroupCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) DeleteSecGroupReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteSecGroupReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServiceBinding(arg1 string) error
- func (fake *FakeCloudFoundryClient) DeleteServiceBindingArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) DeleteServiceBindingCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteServiceBindingCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) DeleteServiceBindingReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServiceBindingReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServiceBroker(arg1 string) error
- func (fake *FakeCloudFoundryClient) DeleteServiceBrokerArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) DeleteServiceBrokerCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteServiceBrokerCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) DeleteServiceBrokerReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServiceBrokerReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServiceInstance(arg1 string, arg2 bool, arg3 bool) error
- func (fake *FakeCloudFoundryClient) DeleteServiceInstanceArgsForCall(i int) (string, bool, bool)
- func (fake *FakeCloudFoundryClient) DeleteServiceInstanceCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteServiceInstanceCalls(stub func(string, bool, bool) error)
- func (fake *FakeCloudFoundryClient) DeleteServiceInstanceReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServiceInstanceReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServiceKey(arg1 string) error
- func (fake *FakeCloudFoundryClient) DeleteServiceKeyArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) DeleteServiceKeyCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteServiceKeyCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) DeleteServiceKeyReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServiceKeyReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibility(arg1 string, arg2 bool) error
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityArgsForCall(i int) (string, bool)
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrg(arg1 string, arg2 string, arg3 bool) error
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgArgsForCall(i int) (string, string, bool)
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgCalls(stub func(string, string, bool) error)
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityCalls(stub func(string, bool) error)
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteSharedDomain(arg1 string, arg2 bool) error
- func (fake *FakeCloudFoundryClient) DeleteSharedDomainArgsForCall(i int) (string, bool)
- func (fake *FakeCloudFoundryClient) DeleteSharedDomainCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteSharedDomainCalls(stub func(string, bool) error)
- func (fake *FakeCloudFoundryClient) DeleteSharedDomainReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteSharedDomainReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteSpace(arg1 string, arg2 bool, arg3 bool) error
- func (fake *FakeCloudFoundryClient) DeleteSpaceArgsForCall(i int) (string, bool, bool)
- func (fake *FakeCloudFoundryClient) DeleteSpaceCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteSpaceCalls(stub func(string, bool, bool) error)
- func (fake *FakeCloudFoundryClient) DeleteSpaceReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteSpaceReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteUser(arg1 string) error
- func (fake *FakeCloudFoundryClient) DeleteUserArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) DeleteUserCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteUserCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstance(arg1 string) error
- func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceCallCount() int
- func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) DeleteUserReturns(result1 error)
- func (fake *FakeCloudFoundryClient) DeleteUserReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) Do(arg1 *http.Request) (*http.Response, error)
- func (fake *FakeCloudFoundryClient) DoArgsForCall(i int) *http.Request
- func (fake *FakeCloudFoundryClient) DoCallCount() int
- func (fake *FakeCloudFoundryClient) DoCalls(stub func(*http.Request) (*http.Response, error))
- func (fake *FakeCloudFoundryClient) DoRequest(arg1 *cfclient.Request) (*http.Response, error)
- func (fake *FakeCloudFoundryClient) DoRequestArgsForCall(i int) *cfclient.Request
- func (fake *FakeCloudFoundryClient) DoRequestCallCount() int
- func (fake *FakeCloudFoundryClient) DoRequestCalls(stub func(*cfclient.Request) (*http.Response, error))
- func (fake *FakeCloudFoundryClient) DoRequestReturns(result1 *http.Response, result2 error)
- func (fake *FakeCloudFoundryClient) DoRequestReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirects(arg1 *cfclient.Request) (*http.Response, error)
- func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirectsArgsForCall(i int) *cfclient.Request
- func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirectsCallCount() int
- func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirectsCalls(stub func(*cfclient.Request) (*http.Response, error))
- func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirectsReturns(result1 *http.Response, result2 error)
- func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirectsReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeCloudFoundryClient) DoReturns(result1 *http.Response, result2 error)
- func (fake *FakeCloudFoundryClient) DoReturnsOnCall(i int, result1 *http.Response, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppBits(arg1 string) (io.ReadCloser, error)
- func (fake *FakeCloudFoundryClient) GetAppBitsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetAppBitsCallCount() int
- func (fake *FakeCloudFoundryClient) GetAppBitsCalls(stub func(string) (io.ReadCloser, error))
- func (fake *FakeCloudFoundryClient) GetAppBitsReturns(result1 io.ReadCloser, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppBitsReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppByGuid(arg1 string) (cfclient.App, error)
- func (fake *FakeCloudFoundryClient) GetAppByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetAppByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetAppByGuidCalls(stub func(string) (cfclient.App, error))
- func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCall(arg1 string) (cfclient.App, error)
- func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCallArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCallCallCount() int
- func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCallCalls(stub func(string) (cfclient.App, error))
- func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCallReturns(result1 cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCallReturnsOnCall(i int, result1 cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppByGuidReturns(result1 cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppByGuidReturnsOnCall(i int, result1 cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppEnv(arg1 string) (cfclient.AppEnv, error)
- func (fake *FakeCloudFoundryClient) GetAppEnvArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetAppEnvCallCount() int
- func (fake *FakeCloudFoundryClient) GetAppEnvCalls(stub func(string) (cfclient.AppEnv, error))
- func (fake *FakeCloudFoundryClient) GetAppEnvReturns(result1 cfclient.AppEnv, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppEnvReturnsOnCall(i int, result1 cfclient.AppEnv, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppInstances(arg1 string) (map[string]cfclient.AppInstance, error)
- func (fake *FakeCloudFoundryClient) GetAppInstancesArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetAppInstancesCallCount() int
- func (fake *FakeCloudFoundryClient) GetAppInstancesCalls(stub func(string) (map[string]cfclient.AppInstance, error))
- func (fake *FakeCloudFoundryClient) GetAppInstancesReturns(result1 map[string]cfclient.AppInstance, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppInstancesReturnsOnCall(i int, result1 map[string]cfclient.AppInstance, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppRoutes(arg1 string) ([]cfclient.Route, error)
- func (fake *FakeCloudFoundryClient) GetAppRoutesArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetAppRoutesCallCount() int
- func (fake *FakeCloudFoundryClient) GetAppRoutesCalls(stub func(string) ([]cfclient.Route, error))
- func (fake *FakeCloudFoundryClient) GetAppRoutesReturns(result1 []cfclient.Route, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppRoutesReturnsOnCall(i int, result1 []cfclient.Route, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppStats(arg1 string) (map[string]cfclient.AppStats, error)
- func (fake *FakeCloudFoundryClient) GetAppStatsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetAppStatsCallCount() int
- func (fake *FakeCloudFoundryClient) GetAppStatsCalls(stub func(string) (map[string]cfclient.AppStats, error))
- func (fake *FakeCloudFoundryClient) GetAppStatsReturns(result1 map[string]cfclient.AppStats, result2 error)
- func (fake *FakeCloudFoundryClient) GetAppStatsReturnsOnCall(i int, result1 map[string]cfclient.AppStats, result2 error)
- func (fake *FakeCloudFoundryClient) GetBuildpackByGuid(arg1 string) (cfclient.Buildpack, error)
- func (fake *FakeCloudFoundryClient) GetBuildpackByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetBuildpackByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetBuildpackByGuidCalls(stub func(string) (cfclient.Buildpack, error))
- func (fake *FakeCloudFoundryClient) GetBuildpackByGuidReturns(result1 cfclient.Buildpack, result2 error)
- func (fake *FakeCloudFoundryClient) GetBuildpackByGuidReturnsOnCall(i int, result1 cfclient.Buildpack, result2 error)
- func (fake *FakeCloudFoundryClient) GetDomainByName(arg1 string) (cfclient.Domain, error)
- func (fake *FakeCloudFoundryClient) GetDomainByNameArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetDomainByNameCallCount() int
- func (fake *FakeCloudFoundryClient) GetDomainByNameCalls(stub func(string) (cfclient.Domain, error))
- func (fake *FakeCloudFoundryClient) GetDomainByNameReturns(result1 cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) GetDomainByNameReturnsOnCall(i int, result1 cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) GetInfo() (*cfclient.Info, error)
- func (fake *FakeCloudFoundryClient) GetInfoCallCount() int
- func (fake *FakeCloudFoundryClient) GetInfoCalls(stub func() (*cfclient.Info, error))
- func (fake *FakeCloudFoundryClient) GetInfoReturns(result1 *cfclient.Info, result2 error)
- func (fake *FakeCloudFoundryClient) GetInfoReturnsOnCall(i int, result1 *cfclient.Info, result2 error)
- func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUID(arg1 string) (*cfclient.IsolationSegment, error)
- func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUIDArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUIDCallCount() int
- func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUIDCalls(stub func(string) (*cfclient.IsolationSegment, error))
- func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUIDReturns(result1 *cfclient.IsolationSegment, result2 error)
- func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUIDReturnsOnCall(i int, result1 *cfclient.IsolationSegment, result2 error)
- func (fake *FakeCloudFoundryClient) GetOrgByGuid(arg1 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) GetOrgByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetOrgByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetOrgByGuidCalls(stub func(string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) GetOrgByGuidReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) GetOrgByGuidReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) GetOrgByName(arg1 string) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) GetOrgByNameArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetOrgByNameCallCount() int
- func (fake *FakeCloudFoundryClient) GetOrgByNameCalls(stub func(string) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) GetOrgByNameReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) GetOrgByNameReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) GetOrgQuotaByName(arg1 string) (cfclient.OrgQuota, error)
- func (fake *FakeCloudFoundryClient) GetOrgQuotaByNameArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetOrgQuotaByNameCallCount() int
- func (fake *FakeCloudFoundryClient) GetOrgQuotaByNameCalls(stub func(string) (cfclient.OrgQuota, error))
- func (fake *FakeCloudFoundryClient) GetOrgQuotaByNameReturns(result1 cfclient.OrgQuota, result2 error)
- func (fake *FakeCloudFoundryClient) GetOrgQuotaByNameReturnsOnCall(i int, result1 cfclient.OrgQuota, result2 error)
- func (fake *FakeCloudFoundryClient) GetRouteMappingByGuid(arg1 string) (*cfclient.RouteMapping, error)
- func (fake *FakeCloudFoundryClient) GetRouteMappingByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetRouteMappingByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetRouteMappingByGuidCalls(stub func(string) (*cfclient.RouteMapping, error))
- func (fake *FakeCloudFoundryClient) GetRouteMappingByGuidReturns(result1 *cfclient.RouteMapping, result2 error)
- func (fake *FakeCloudFoundryClient) GetRouteMappingByGuidReturnsOnCall(i int, result1 *cfclient.RouteMapping, result2 error)
- func (fake *FakeCloudFoundryClient) GetRunningEnvironmentVariableGroup() (cfclient.EnvironmentVariableGroup, error)
- func (fake *FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupCallCount() int
- func (fake *FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupCalls(stub func() (cfclient.EnvironmentVariableGroup, error))
- func (fake *FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupReturns(result1 cfclient.EnvironmentVariableGroup, result2 error)
- func (fake *FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupReturnsOnCall(i int, result1 cfclient.EnvironmentVariableGroup, result2 error)
- func (fake *FakeCloudFoundryClient) GetSecGroup(arg1 string) (*cfclient.SecGroup, error)
- func (fake *FakeCloudFoundryClient) GetSecGroupArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetSecGroupByName(arg1 string) (cfclient.SecGroup, error)
- func (fake *FakeCloudFoundryClient) GetSecGroupByNameArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetSecGroupByNameCallCount() int
- func (fake *FakeCloudFoundryClient) GetSecGroupByNameCalls(stub func(string) (cfclient.SecGroup, error))
- func (fake *FakeCloudFoundryClient) GetSecGroupByNameReturns(result1 cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) GetSecGroupByNameReturnsOnCall(i int, result1 cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) GetSecGroupCallCount() int
- func (fake *FakeCloudFoundryClient) GetSecGroupCalls(stub func(string) (*cfclient.SecGroup, error))
- func (fake *FakeCloudFoundryClient) GetSecGroupReturns(result1 *cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) GetSecGroupReturnsOnCall(i int, result1 *cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceBindingByGuid(arg1 string) (cfclient.ServiceBinding, error)
- func (fake *FakeCloudFoundryClient) GetServiceBindingByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetServiceBindingByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetServiceBindingByGuidCalls(stub func(string) (cfclient.ServiceBinding, error))
- func (fake *FakeCloudFoundryClient) GetServiceBindingByGuidReturns(result1 cfclient.ServiceBinding, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceBindingByGuidReturnsOnCall(i int, result1 cfclient.ServiceBinding, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuid(arg1 string) (cfclient.ServiceBroker, error)
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuidCalls(stub func(string) (cfclient.ServiceBroker, error))
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuidReturns(result1 cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuidReturnsOnCall(i int, result1 cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByName(arg1 string) (cfclient.ServiceBroker, error)
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByNameArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByNameCallCount() int
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByNameCalls(stub func(string) (cfclient.ServiceBroker, error))
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByNameReturns(result1 cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceBrokerByNameReturnsOnCall(i int, result1 cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceByGuid(arg1 string) (cfclient.Service, error)
- func (fake *FakeCloudFoundryClient) GetServiceByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetServiceByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetServiceByGuidCalls(stub func(string) (cfclient.Service, error))
- func (fake *FakeCloudFoundryClient) GetServiceByGuidReturns(result1 cfclient.Service, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceByGuidReturnsOnCall(i int, result1 cfclient.Service, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuid(arg1 string) (cfclient.ServiceInstance, error)
- func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuidCalls(stub func(string) (cfclient.ServiceInstance, error))
- func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuidReturns(result1 cfclient.ServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuidReturnsOnCall(i int, result1 cfclient.ServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuid(arg1 string) (cfclient.ServiceKey, error)
- func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuidCalls(stub func(string) (cfclient.ServiceKey, error))
- func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuidReturns(result1 cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuidReturnsOnCall(i int, result1 cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceKeyByName(arg1 string) (cfclient.ServiceKey, error)
- func (fake *FakeCloudFoundryClient) GetServiceKeyByNameArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetServiceKeyByNameCallCount() int
- func (fake *FakeCloudFoundryClient) GetServiceKeyByNameCalls(stub func(string) (cfclient.ServiceKey, error))
- func (fake *FakeCloudFoundryClient) GetServiceKeyByNameReturns(result1 cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceKeyByNameReturnsOnCall(i int, result1 cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuid(arg1 string) ([]cfclient.ServiceKey, error)
- func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuidCalls(stub func(string) ([]cfclient.ServiceKey, error))
- func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuidReturns(result1 []cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuidReturnsOnCall(i int, result1 []cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) GetServicePlanByGUID(arg1 string) (*cfclient.ServicePlan, error)
- func (fake *FakeCloudFoundryClient) GetServicePlanByGUIDArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetServicePlanByGUIDCallCount() int
- func (fake *FakeCloudFoundryClient) GetServicePlanByGUIDCalls(stub func(string) (*cfclient.ServicePlan, error))
- func (fake *FakeCloudFoundryClient) GetServicePlanByGUIDReturns(result1 *cfclient.ServicePlan, result2 error)
- func (fake *FakeCloudFoundryClient) GetServicePlanByGUIDReturnsOnCall(i int, result1 *cfclient.ServicePlan, result2 error)
- func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuid(arg1 string) (cfclient.ServicePlanVisibility, error)
- func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuidCalls(stub func(string) (cfclient.ServicePlanVisibility, error))
- func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuidReturns(result1 cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuidReturnsOnCall(i int, result1 cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) GetSharedDomainByGuid(arg1 string) (cfclient.SharedDomain, error)
- func (fake *FakeCloudFoundryClient) GetSharedDomainByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetSharedDomainByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetSharedDomainByGuidCalls(stub func(string) (cfclient.SharedDomain, error))
- func (fake *FakeCloudFoundryClient) GetSharedDomainByGuidReturns(result1 cfclient.SharedDomain, result2 error)
- func (fake *FakeCloudFoundryClient) GetSharedDomainByGuidReturnsOnCall(i int, result1 cfclient.SharedDomain, result2 error)
- func (fake *FakeCloudFoundryClient) GetSharedDomainByName(arg1 string) (cfclient.SharedDomain, error)
- func (fake *FakeCloudFoundryClient) GetSharedDomainByNameArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetSharedDomainByNameCallCount() int
- func (fake *FakeCloudFoundryClient) GetSharedDomainByNameCalls(stub func(string) (cfclient.SharedDomain, error))
- func (fake *FakeCloudFoundryClient) GetSharedDomainByNameReturns(result1 cfclient.SharedDomain, result2 error)
- func (fake *FakeCloudFoundryClient) GetSharedDomainByNameReturnsOnCall(i int, result1 cfclient.SharedDomain, result2 error)
- func (fake *FakeCloudFoundryClient) GetSpaceByGuid(arg1 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) GetSpaceByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetSpaceByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetSpaceByGuidCalls(stub func(string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) GetSpaceByGuidReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) GetSpaceByGuidReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) GetSpaceByName(arg1 string, arg2 string) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) GetSpaceByNameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) GetSpaceByNameCallCount() int
- func (fake *FakeCloudFoundryClient) GetSpaceByNameCalls(stub func(string, string) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) GetSpaceByNameReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) GetSpaceByNameReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) GetSpaceQuotaByName(arg1 string) (cfclient.SpaceQuota, error)
- func (fake *FakeCloudFoundryClient) GetSpaceQuotaByNameArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetSpaceQuotaByNameCallCount() int
- func (fake *FakeCloudFoundryClient) GetSpaceQuotaByNameCalls(stub func(string) (cfclient.SpaceQuota, error))
- func (fake *FakeCloudFoundryClient) GetSpaceQuotaByNameReturns(result1 cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) GetSpaceQuotaByNameReturnsOnCall(i int, result1 cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) GetStagingEnvironmentVariableGroup() (cfclient.EnvironmentVariableGroup, error)
- func (fake *FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupCallCount() int
- func (fake *FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupCalls(stub func() (cfclient.EnvironmentVariableGroup, error))
- func (fake *FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupReturns(result1 cfclient.EnvironmentVariableGroup, result2 error)
- func (fake *FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupReturnsOnCall(i int, result1 cfclient.EnvironmentVariableGroup, result2 error)
- func (fake *FakeCloudFoundryClient) GetTaskByGuid(arg1 string) (cfclient.Task, error)
- func (fake *FakeCloudFoundryClient) GetTaskByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetTaskByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetTaskByGuidCalls(stub func(string) (cfclient.Task, error))
- func (fake *FakeCloudFoundryClient) GetTaskByGuidReturns(result1 cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) GetTaskByGuidReturnsOnCall(i int, result1 cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) GetToken() (string, error)
- func (fake *FakeCloudFoundryClient) GetTokenCallCount() int
- func (fake *FakeCloudFoundryClient) GetTokenCalls(stub func() (string, error))
- func (fake *FakeCloudFoundryClient) GetTokenReturns(result1 string, result2 error)
- func (fake *FakeCloudFoundryClient) GetTokenReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeCloudFoundryClient) GetUserByGUID(arg1 string) (cfclient.User, error)
- func (fake *FakeCloudFoundryClient) GetUserByGUIDArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetUserByGUIDCallCount() int
- func (fake *FakeCloudFoundryClient) GetUserByGUIDCalls(stub func(string) (cfclient.User, error))
- func (fake *FakeCloudFoundryClient) GetUserByGUIDReturns(result1 cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) GetUserByGUIDReturnsOnCall(i int, result1 cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuid(arg1 string) (cfclient.UserProvidedServiceInstance, error)
- func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidCalls(stub func(string) (cfclient.UserProvidedServiceInstance, error))
- func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidReturns(result1 cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidReturnsOnCall(i int, result1 cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) Invocations() map[string][][]interface{}
- func (fake *FakeCloudFoundryClient) IsolationSegmentForSpace(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) IsolationSegmentForSpaceArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) IsolationSegmentForSpaceCallCount() int
- func (fake *FakeCloudFoundryClient) IsolationSegmentForSpaceCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) IsolationSegmentForSpaceReturns(result1 error)
- func (fake *FakeCloudFoundryClient) IsolationSegmentForSpaceReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) KillAppInstance(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) KillAppInstanceArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) KillAppInstanceCallCount() int
- func (fake *FakeCloudFoundryClient) KillAppInstanceCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) KillAppInstanceReturns(result1 error)
- func (fake *FakeCloudFoundryClient) KillAppInstanceReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) ListAllProcesses() ([]cfclient.Process, error)
- func (fake *FakeCloudFoundryClient) ListAllProcessesByQuery(arg1 url.Values) ([]cfclient.Process, error)
- func (fake *FakeCloudFoundryClient) ListAllProcessesByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListAllProcessesByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListAllProcessesByQueryCalls(stub func(url.Values) ([]cfclient.Process, error))
- func (fake *FakeCloudFoundryClient) ListAllProcessesByQueryReturns(result1 []cfclient.Process, result2 error)
- func (fake *FakeCloudFoundryClient) ListAllProcessesByQueryReturnsOnCall(i int, result1 []cfclient.Process, result2 error)
- func (fake *FakeCloudFoundryClient) ListAllProcessesCallCount() int
- func (fake *FakeCloudFoundryClient) ListAllProcessesCalls(stub func() ([]cfclient.Process, error))
- func (fake *FakeCloudFoundryClient) ListAllProcessesReturns(result1 []cfclient.Process, result2 error)
- func (fake *FakeCloudFoundryClient) ListAllProcessesReturnsOnCall(i int, result1 []cfclient.Process, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppEvents(arg1 string) ([]cfclient.AppEventEntity, error)
- func (fake *FakeCloudFoundryClient) ListAppEventsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListAppEventsByQuery(arg1 string, arg2 []cfclient.AppEventQuery) ([]cfclient.AppEventEntity, error)
- func (fake *FakeCloudFoundryClient) ListAppEventsByQueryArgsForCall(i int) (string, []cfclient.AppEventQuery)
- func (fake *FakeCloudFoundryClient) ListAppEventsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListAppEventsByQueryCalls(stub func(string, []cfclient.AppEventQuery) ([]cfclient.AppEventEntity, error))
- func (fake *FakeCloudFoundryClient) ListAppEventsByQueryReturns(result1 []cfclient.AppEventEntity, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppEventsByQueryReturnsOnCall(i int, result1 []cfclient.AppEventEntity, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppEventsCallCount() int
- func (fake *FakeCloudFoundryClient) ListAppEventsCalls(stub func(string) ([]cfclient.AppEventEntity, error))
- func (fake *FakeCloudFoundryClient) ListAppEventsReturns(result1 []cfclient.AppEventEntity, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppEventsReturnsOnCall(i int, result1 []cfclient.AppEventEntity, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppUsageEvents() ([]cfclient.AppUsageEvent, error)
- func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQuery(arg1 url.Values) ([]cfclient.AppUsageEvent, error)
- func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQueryCalls(stub func(url.Values) ([]cfclient.AppUsageEvent, error))
- func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQueryReturns(result1 []cfclient.AppUsageEvent, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQueryReturnsOnCall(i int, result1 []cfclient.AppUsageEvent, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppUsageEventsCallCount() int
- func (fake *FakeCloudFoundryClient) ListAppUsageEventsCalls(stub func() ([]cfclient.AppUsageEvent, error))
- func (fake *FakeCloudFoundryClient) ListAppUsageEventsReturns(result1 []cfclient.AppUsageEvent, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppUsageEventsReturnsOnCall(i int, result1 []cfclient.AppUsageEvent, result2 error)
- func (fake *FakeCloudFoundryClient) ListApps() ([]cfclient.App, error)
- func (fake *FakeCloudFoundryClient) ListAppsByQuery(arg1 url.Values) ([]cfclient.App, error)
- func (fake *FakeCloudFoundryClient) ListAppsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListAppsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListAppsByQueryCalls(stub func(url.Values) ([]cfclient.App, error))
- func (fake *FakeCloudFoundryClient) ListAppsByQueryReturns(result1 []cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppsByQueryReturnsOnCall(i int, result1 []cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimits(arg1 url.Values, arg2 int) ([]cfclient.App, error)
- func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimitsArgsForCall(i int) (url.Values, int)
- func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimitsCallCount() int
- func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimitsCalls(stub func(url.Values, int) ([]cfclient.App, error))
- func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimitsReturns(result1 []cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimitsReturnsOnCall(i int, result1 []cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppsByRoute(arg1 string) ([]cfclient.App, error)
- func (fake *FakeCloudFoundryClient) ListAppsByRouteArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListAppsByRouteCallCount() int
- func (fake *FakeCloudFoundryClient) ListAppsByRouteCalls(stub func(string) ([]cfclient.App, error))
- func (fake *FakeCloudFoundryClient) ListAppsByRouteReturns(result1 []cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppsByRouteReturnsOnCall(i int, result1 []cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppsCallCount() int
- func (fake *FakeCloudFoundryClient) ListAppsCalls(stub func() ([]cfclient.App, error))
- func (fake *FakeCloudFoundryClient) ListAppsReturns(result1 []cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) ListAppsReturnsOnCall(i int, result1 []cfclient.App, result2 error)
- func (fake *FakeCloudFoundryClient) ListBuildpacks() ([]cfclient.Buildpack, error)
- func (fake *FakeCloudFoundryClient) ListBuildpacksCallCount() int
- func (fake *FakeCloudFoundryClient) ListBuildpacksCalls(stub func() ([]cfclient.Buildpack, error))
- func (fake *FakeCloudFoundryClient) ListBuildpacksReturns(result1 []cfclient.Buildpack, result2 error)
- func (fake *FakeCloudFoundryClient) ListBuildpacksReturnsOnCall(i int, result1 []cfclient.Buildpack, result2 error)
- func (fake *FakeCloudFoundryClient) ListDomains() ([]cfclient.Domain, error)
- func (fake *FakeCloudFoundryClient) ListDomainsByQuery(arg1 url.Values) ([]cfclient.Domain, error)
- func (fake *FakeCloudFoundryClient) ListDomainsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListDomainsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListDomainsByQueryCalls(stub func(url.Values) ([]cfclient.Domain, error))
- func (fake *FakeCloudFoundryClient) ListDomainsByQueryReturns(result1 []cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) ListDomainsByQueryReturnsOnCall(i int, result1 []cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) ListDomainsCallCount() int
- func (fake *FakeCloudFoundryClient) ListDomainsCalls(stub func() ([]cfclient.Domain, error))
- func (fake *FakeCloudFoundryClient) ListDomainsReturns(result1 []cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) ListDomainsReturnsOnCall(i int, result1 []cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) ListEvents() ([]cfclient.Event, error)
- func (fake *FakeCloudFoundryClient) ListEventsByQuery(arg1 url.Values) ([]cfclient.Event, error)
- func (fake *FakeCloudFoundryClient) ListEventsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListEventsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListEventsByQueryCalls(stub func(url.Values) ([]cfclient.Event, error))
- func (fake *FakeCloudFoundryClient) ListEventsByQueryReturns(result1 []cfclient.Event, result2 error)
- func (fake *FakeCloudFoundryClient) ListEventsByQueryReturnsOnCall(i int, result1 []cfclient.Event, result2 error)
- func (fake *FakeCloudFoundryClient) ListEventsCallCount() int
- func (fake *FakeCloudFoundryClient) ListEventsCalls(stub func() ([]cfclient.Event, error))
- func (fake *FakeCloudFoundryClient) ListEventsReturns(result1 []cfclient.Event, result2 error)
- func (fake *FakeCloudFoundryClient) ListEventsReturnsOnCall(i int, result1 []cfclient.Event, result2 error)
- func (fake *FakeCloudFoundryClient) ListIsolationSegments() ([]cfclient.IsolationSegment, error)
- func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQuery(arg1 url.Values) ([]cfclient.IsolationSegment, error)
- func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQueryCalls(stub func(url.Values) ([]cfclient.IsolationSegment, error))
- func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQueryReturns(result1 []cfclient.IsolationSegment, result2 error)
- func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQueryReturnsOnCall(i int, result1 []cfclient.IsolationSegment, result2 error)
- func (fake *FakeCloudFoundryClient) ListIsolationSegmentsCallCount() int
- func (fake *FakeCloudFoundryClient) ListIsolationSegmentsCalls(stub func() ([]cfclient.IsolationSegment, error))
- func (fake *FakeCloudFoundryClient) ListIsolationSegmentsReturns(result1 []cfclient.IsolationSegment, result2 error)
- func (fake *FakeCloudFoundryClient) ListIsolationSegmentsReturnsOnCall(i int, result1 []cfclient.IsolationSegment, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgAuditors(arg1 string) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQuery(arg1 string, arg2 url.Values) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQueryArgsForCall(i int) (string, url.Values)
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQueryCalls(stub func(string, url.Values) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQueryReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsCalls(stub func(string) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgAuditorsReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagers(arg1 string) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQuery(arg1 string, arg2 url.Values) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQueryArgsForCall(i int) (string, url.Values)
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQueryCalls(stub func(string, url.Values) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQueryReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersCalls(stub func(string) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgBillingManagersReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgManagers(arg1 string) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListOrgManagersArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListOrgManagersByQuery(arg1 string, arg2 url.Values) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListOrgManagersByQueryArgsForCall(i int) (string, url.Values)
- func (fake *FakeCloudFoundryClient) ListOrgManagersByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgManagersByQueryCalls(stub func(string, url.Values) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListOrgManagersByQueryReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgManagersByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgManagersCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgManagersCalls(stub func(string) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListOrgManagersReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgManagersReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgPrivateDomains(arg1 string) ([]cfclient.Domain, error)
- func (fake *FakeCloudFoundryClient) ListOrgPrivateDomainsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListOrgPrivateDomainsCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgPrivateDomainsCalls(stub func(string) ([]cfclient.Domain, error))
- func (fake *FakeCloudFoundryClient) ListOrgPrivateDomainsReturns(result1 []cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgPrivateDomainsReturnsOnCall(i int, result1 []cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgQuotas() ([]cfclient.OrgQuota, error)
- func (fake *FakeCloudFoundryClient) ListOrgQuotasByQuery(arg1 url.Values) ([]cfclient.OrgQuota, error)
- func (fake *FakeCloudFoundryClient) ListOrgQuotasByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListOrgQuotasByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgQuotasByQueryCalls(stub func(url.Values) ([]cfclient.OrgQuota, error))
- func (fake *FakeCloudFoundryClient) ListOrgQuotasByQueryReturns(result1 []cfclient.OrgQuota, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgQuotasByQueryReturnsOnCall(i int, result1 []cfclient.OrgQuota, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgQuotasCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgQuotasCalls(stub func() ([]cfclient.OrgQuota, error))
- func (fake *FakeCloudFoundryClient) ListOrgQuotasReturns(result1 []cfclient.OrgQuota, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgQuotasReturnsOnCall(i int, result1 []cfclient.OrgQuota, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotas(arg1 string) ([]cfclient.SpaceQuota, error)
- func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotasArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotasCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotasCalls(stub func(string) ([]cfclient.SpaceQuota, error))
- func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotasReturns(result1 []cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotasReturnsOnCall(i int, result1 []cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgUsers(arg1 string) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListOrgUsersArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListOrgUsersByQuery(arg1 string, arg2 url.Values) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListOrgUsersByQueryArgsForCall(i int) (string, url.Values)
- func (fake *FakeCloudFoundryClient) ListOrgUsersByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgUsersByQueryCalls(stub func(string, url.Values) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListOrgUsersByQueryReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgUsersByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgUsersCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgUsersCalls(stub func(string) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListOrgUsersReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgUsersReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgs() ([]cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) ListOrgsByQuery(arg1 url.Values) ([]cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) ListOrgsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListOrgsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgsByQueryCalls(stub func(url.Values) ([]cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) ListOrgsByQueryReturns(result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgsByQueryReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgsCallCount() int
- func (fake *FakeCloudFoundryClient) ListOrgsCalls(stub func() ([]cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) ListOrgsReturns(result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListOrgsReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListRouteMappings() ([]*cfclient.RouteMapping, error)
- func (fake *FakeCloudFoundryClient) ListRouteMappingsByQuery(arg1 url.Values) ([]*cfclient.RouteMapping, error)
- func (fake *FakeCloudFoundryClient) ListRouteMappingsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListRouteMappingsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListRouteMappingsByQueryCalls(stub func(url.Values) ([]*cfclient.RouteMapping, error))
- func (fake *FakeCloudFoundryClient) ListRouteMappingsByQueryReturns(result1 []*cfclient.RouteMapping, result2 error)
- func (fake *FakeCloudFoundryClient) ListRouteMappingsByQueryReturnsOnCall(i int, result1 []*cfclient.RouteMapping, result2 error)
- func (fake *FakeCloudFoundryClient) ListRouteMappingsCallCount() int
- func (fake *FakeCloudFoundryClient) ListRouteMappingsCalls(stub func() ([]*cfclient.RouteMapping, error))
- func (fake *FakeCloudFoundryClient) ListRouteMappingsReturns(result1 []*cfclient.RouteMapping, result2 error)
- func (fake *FakeCloudFoundryClient) ListRouteMappingsReturnsOnCall(i int, result1 []*cfclient.RouteMapping, result2 error)
- func (fake *FakeCloudFoundryClient) ListRoutes() ([]cfclient.Route, error)
- func (fake *FakeCloudFoundryClient) ListRoutesByQuery(arg1 url.Values) ([]cfclient.Route, error)
- func (fake *FakeCloudFoundryClient) ListRoutesByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListRoutesByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListRoutesByQueryCalls(stub func(url.Values) ([]cfclient.Route, error))
- func (fake *FakeCloudFoundryClient) ListRoutesByQueryReturns(result1 []cfclient.Route, result2 error)
- func (fake *FakeCloudFoundryClient) ListRoutesByQueryReturnsOnCall(i int, result1 []cfclient.Route, result2 error)
- func (fake *FakeCloudFoundryClient) ListRoutesCallCount() int
- func (fake *FakeCloudFoundryClient) ListRoutesCalls(stub func() ([]cfclient.Route, error))
- func (fake *FakeCloudFoundryClient) ListRoutesReturns(result1 []cfclient.Route, result2 error)
- func (fake *FakeCloudFoundryClient) ListRoutesReturnsOnCall(i int, result1 []cfclient.Route, result2 error)
- func (fake *FakeCloudFoundryClient) ListRunningSecGroups() ([]cfclient.SecGroup, error)
- func (fake *FakeCloudFoundryClient) ListRunningSecGroupsCallCount() int
- func (fake *FakeCloudFoundryClient) ListRunningSecGroupsCalls(stub func() ([]cfclient.SecGroup, error))
- func (fake *FakeCloudFoundryClient) ListRunningSecGroupsReturns(result1 []cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) ListRunningSecGroupsReturnsOnCall(i int, result1 []cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) ListSecGroups() ([]cfclient.SecGroup, error)
- func (fake *FakeCloudFoundryClient) ListSecGroupsCallCount() int
- func (fake *FakeCloudFoundryClient) ListSecGroupsCalls(stub func() ([]cfclient.SecGroup, error))
- func (fake *FakeCloudFoundryClient) ListSecGroupsReturns(result1 []cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) ListSecGroupsReturnsOnCall(i int, result1 []cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceBindings() ([]cfclient.ServiceBinding, error)
- func (fake *FakeCloudFoundryClient) ListServiceBindingsByQuery(arg1 url.Values) ([]cfclient.ServiceBinding, error)
- func (fake *FakeCloudFoundryClient) ListServiceBindingsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListServiceBindingsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListServiceBindingsByQueryCalls(stub func(url.Values) ([]cfclient.ServiceBinding, error))
- func (fake *FakeCloudFoundryClient) ListServiceBindingsByQueryReturns(result1 []cfclient.ServiceBinding, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceBindingsByQueryReturnsOnCall(i int, result1 []cfclient.ServiceBinding, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceBindingsCallCount() int
- func (fake *FakeCloudFoundryClient) ListServiceBindingsCalls(stub func() ([]cfclient.ServiceBinding, error))
- func (fake *FakeCloudFoundryClient) ListServiceBindingsReturns(result1 []cfclient.ServiceBinding, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceBindingsReturnsOnCall(i int, result1 []cfclient.ServiceBinding, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceBrokers() ([]cfclient.ServiceBroker, error)
- func (fake *FakeCloudFoundryClient) ListServiceBrokersByQuery(arg1 url.Values) ([]cfclient.ServiceBroker, error)
- func (fake *FakeCloudFoundryClient) ListServiceBrokersByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListServiceBrokersByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListServiceBrokersByQueryCalls(stub func(url.Values) ([]cfclient.ServiceBroker, error))
- func (fake *FakeCloudFoundryClient) ListServiceBrokersByQueryReturns(result1 []cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceBrokersByQueryReturnsOnCall(i int, result1 []cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceBrokersCallCount() int
- func (fake *FakeCloudFoundryClient) ListServiceBrokersCalls(stub func() ([]cfclient.ServiceBroker, error))
- func (fake *FakeCloudFoundryClient) ListServiceBrokersReturns(result1 []cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceBrokersReturnsOnCall(i int, result1 []cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceInstances() ([]cfclient.ServiceInstance, error)
- func (fake *FakeCloudFoundryClient) ListServiceInstancesByQuery(arg1 url.Values) ([]cfclient.ServiceInstance, error)
- func (fake *FakeCloudFoundryClient) ListServiceInstancesByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListServiceInstancesByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListServiceInstancesByQueryCalls(stub func(url.Values) ([]cfclient.ServiceInstance, error))
- func (fake *FakeCloudFoundryClient) ListServiceInstancesByQueryReturns(result1 []cfclient.ServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceInstancesByQueryReturnsOnCall(i int, result1 []cfclient.ServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceInstancesCallCount() int
- func (fake *FakeCloudFoundryClient) ListServiceInstancesCalls(stub func() ([]cfclient.ServiceInstance, error))
- func (fake *FakeCloudFoundryClient) ListServiceInstancesReturns(result1 []cfclient.ServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceInstancesReturnsOnCall(i int, result1 []cfclient.ServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceKeys() ([]cfclient.ServiceKey, error)
- func (fake *FakeCloudFoundryClient) ListServiceKeysByQuery(arg1 url.Values) ([]cfclient.ServiceKey, error)
- func (fake *FakeCloudFoundryClient) ListServiceKeysByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListServiceKeysByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListServiceKeysByQueryCalls(stub func(url.Values) ([]cfclient.ServiceKey, error))
- func (fake *FakeCloudFoundryClient) ListServiceKeysByQueryReturns(result1 []cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceKeysByQueryReturnsOnCall(i int, result1 []cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceKeysCallCount() int
- func (fake *FakeCloudFoundryClient) ListServiceKeysCalls(stub func() ([]cfclient.ServiceKey, error))
- func (fake *FakeCloudFoundryClient) ListServiceKeysReturns(result1 []cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceKeysReturnsOnCall(i int, result1 []cfclient.ServiceKey, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilities() ([]cfclient.ServicePlanVisibility, error)
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQuery(arg1 url.Values) ([]cfclient.ServicePlanVisibility, error)
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryCalls(stub func(url.Values) ([]cfclient.ServicePlanVisibility, error))
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryReturns(result1 []cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryReturnsOnCall(i int, result1 []cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesCallCount() int
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesCalls(stub func() ([]cfclient.ServicePlanVisibility, error))
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesReturns(result1 []cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesReturnsOnCall(i int, result1 []cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicePlans() ([]cfclient.ServicePlan, error)
- func (fake *FakeCloudFoundryClient) ListServicePlansByQuery(arg1 url.Values) ([]cfclient.ServicePlan, error)
- func (fake *FakeCloudFoundryClient) ListServicePlansByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListServicePlansByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListServicePlansByQueryCalls(stub func(url.Values) ([]cfclient.ServicePlan, error))
- func (fake *FakeCloudFoundryClient) ListServicePlansByQueryReturns(result1 []cfclient.ServicePlan, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicePlansByQueryReturnsOnCall(i int, result1 []cfclient.ServicePlan, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicePlansCallCount() int
- func (fake *FakeCloudFoundryClient) ListServicePlansCalls(stub func() ([]cfclient.ServicePlan, error))
- func (fake *FakeCloudFoundryClient) ListServicePlansReturns(result1 []cfclient.ServicePlan, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicePlansReturnsOnCall(i int, result1 []cfclient.ServicePlan, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceUsageEvents() ([]cfclient.ServiceUsageEvent, error)
- func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQuery(arg1 url.Values) ([]cfclient.ServiceUsageEvent, error)
- func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQueryCalls(stub func(url.Values) ([]cfclient.ServiceUsageEvent, error))
- func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQueryReturns(result1 []cfclient.ServiceUsageEvent, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQueryReturnsOnCall(i int, result1 []cfclient.ServiceUsageEvent, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceUsageEventsCallCount() int
- func (fake *FakeCloudFoundryClient) ListServiceUsageEventsCalls(stub func() ([]cfclient.ServiceUsageEvent, error))
- func (fake *FakeCloudFoundryClient) ListServiceUsageEventsReturns(result1 []cfclient.ServiceUsageEvent, result2 error)
- func (fake *FakeCloudFoundryClient) ListServiceUsageEventsReturnsOnCall(i int, result1 []cfclient.ServiceUsageEvent, result2 error)
- func (fake *FakeCloudFoundryClient) ListServices() ([]cfclient.Service, error)
- func (fake *FakeCloudFoundryClient) ListServicesByQuery(arg1 url.Values) ([]cfclient.Service, error)
- func (fake *FakeCloudFoundryClient) ListServicesByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListServicesByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListServicesByQueryCalls(stub func(url.Values) ([]cfclient.Service, error))
- func (fake *FakeCloudFoundryClient) ListServicesByQueryReturns(result1 []cfclient.Service, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicesByQueryReturnsOnCall(i int, result1 []cfclient.Service, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicesCallCount() int
- func (fake *FakeCloudFoundryClient) ListServicesCalls(stub func() ([]cfclient.Service, error))
- func (fake *FakeCloudFoundryClient) ListServicesReturns(result1 []cfclient.Service, result2 error)
- func (fake *FakeCloudFoundryClient) ListServicesReturnsOnCall(i int, result1 []cfclient.Service, result2 error)
- func (fake *FakeCloudFoundryClient) ListSharedDomains() ([]cfclient.SharedDomain, error)
- func (fake *FakeCloudFoundryClient) ListSharedDomainsByQuery(arg1 url.Values) ([]cfclient.SharedDomain, error)
- func (fake *FakeCloudFoundryClient) ListSharedDomainsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListSharedDomainsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListSharedDomainsByQueryCalls(stub func(url.Values) ([]cfclient.SharedDomain, error))
- func (fake *FakeCloudFoundryClient) ListSharedDomainsByQueryReturns(result1 []cfclient.SharedDomain, result2 error)
- func (fake *FakeCloudFoundryClient) ListSharedDomainsByQueryReturnsOnCall(i int, result1 []cfclient.SharedDomain, result2 error)
- func (fake *FakeCloudFoundryClient) ListSharedDomainsCallCount() int
- func (fake *FakeCloudFoundryClient) ListSharedDomainsCalls(stub func() ([]cfclient.SharedDomain, error))
- func (fake *FakeCloudFoundryClient) ListSharedDomainsReturns(result1 []cfclient.SharedDomain, result2 error)
- func (fake *FakeCloudFoundryClient) ListSharedDomainsReturnsOnCall(i int, result1 []cfclient.SharedDomain, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceAuditors(arg1 string) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQuery(arg1 string, arg2 url.Values) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQueryArgsForCall(i int) (string, url.Values)
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQueryCalls(stub func(string, url.Values) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQueryReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsCalls(stub func(string) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceAuditorsReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopers(arg1 string) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQuery(arg1 string, arg2 url.Values) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQueryArgsForCall(i int) (string, url.Values)
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQueryCalls(stub func(string, url.Values) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQueryReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersCalls(stub func(string) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceDevelopersReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceManagers(arg1 string) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListSpaceManagersArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListSpaceManagersByQuery(arg1 string, arg2 url.Values) ([]cfclient.User, error)
- func (fake *FakeCloudFoundryClient) ListSpaceManagersByQueryArgsForCall(i int) (string, url.Values)
- func (fake *FakeCloudFoundryClient) ListSpaceManagersByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpaceManagersByQueryCalls(stub func(string, url.Values) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListSpaceManagersByQueryReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceManagersByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceManagersCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpaceManagersCalls(stub func(string) ([]cfclient.User, error))
- func (fake *FakeCloudFoundryClient) ListSpaceManagersReturns(result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceManagersReturnsOnCall(i int, result1 []cfclient.User, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceQuotas() ([]cfclient.SpaceQuota, error)
- func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQuery(arg1 url.Values) ([]cfclient.SpaceQuota, error)
- func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQueryCalls(stub func(url.Values) ([]cfclient.SpaceQuota, error))
- func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQueryReturns(result1 []cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQueryReturnsOnCall(i int, result1 []cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceQuotasCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpaceQuotasCalls(stub func() ([]cfclient.SpaceQuota, error))
- func (fake *FakeCloudFoundryClient) ListSpaceQuotasReturns(result1 []cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceQuotasReturnsOnCall(i int, result1 []cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceSecGroups(arg1 string) ([]cfclient.SecGroup, error)
- func (fake *FakeCloudFoundryClient) ListSpaceSecGroupsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListSpaceSecGroupsCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpaceSecGroupsCalls(stub func(string) ([]cfclient.SecGroup, error))
- func (fake *FakeCloudFoundryClient) ListSpaceSecGroupsReturns(result1 []cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaceSecGroupsReturnsOnCall(i int, result1 []cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpaces() ([]cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) ListSpacesByQuery(arg1 url.Values) ([]cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) ListSpacesByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListSpacesByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpacesByQueryCalls(stub func(url.Values) ([]cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) ListSpacesByQueryReturns(result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpacesByQueryReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpacesCallCount() int
- func (fake *FakeCloudFoundryClient) ListSpacesCalls(stub func() ([]cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) ListSpacesReturns(result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) ListSpacesReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) ListStacks() ([]cfclient.Stack, error)
- func (fake *FakeCloudFoundryClient) ListStacksByQuery(arg1 url.Values) ([]cfclient.Stack, error)
- func (fake *FakeCloudFoundryClient) ListStacksByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListStacksByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListStacksByQueryCalls(stub func(url.Values) ([]cfclient.Stack, error))
- func (fake *FakeCloudFoundryClient) ListStacksByQueryReturns(result1 []cfclient.Stack, result2 error)
- func (fake *FakeCloudFoundryClient) ListStacksByQueryReturnsOnCall(i int, result1 []cfclient.Stack, result2 error)
- func (fake *FakeCloudFoundryClient) ListStacksCallCount() int
- func (fake *FakeCloudFoundryClient) ListStacksCalls(stub func() ([]cfclient.Stack, error))
- func (fake *FakeCloudFoundryClient) ListStacksReturns(result1 []cfclient.Stack, result2 error)
- func (fake *FakeCloudFoundryClient) ListStacksReturnsOnCall(i int, result1 []cfclient.Stack, result2 error)
- func (fake *FakeCloudFoundryClient) ListStagingSecGroups() ([]cfclient.SecGroup, error)
- func (fake *FakeCloudFoundryClient) ListStagingSecGroupsCallCount() int
- func (fake *FakeCloudFoundryClient) ListStagingSecGroupsCalls(stub func() ([]cfclient.SecGroup, error))
- func (fake *FakeCloudFoundryClient) ListStagingSecGroupsReturns(result1 []cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) ListStagingSecGroupsReturnsOnCall(i int, result1 []cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) ListTasks() ([]cfclient.Task, error)
- func (fake *FakeCloudFoundryClient) ListTasksByQuery(arg1 url.Values) ([]cfclient.Task, error)
- func (fake *FakeCloudFoundryClient) ListTasksByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListTasksByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListTasksByQueryCalls(stub func(url.Values) ([]cfclient.Task, error))
- func (fake *FakeCloudFoundryClient) ListTasksByQueryReturns(result1 []cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) ListTasksByQueryReturnsOnCall(i int, result1 []cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) ListTasksCallCount() int
- func (fake *FakeCloudFoundryClient) ListTasksCalls(stub func() ([]cfclient.Task, error))
- func (fake *FakeCloudFoundryClient) ListTasksReturns(result1 []cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) ListTasksReturnsOnCall(i int, result1 []cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserAuditedOrgs(arg1 string) ([]cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) ListUserAuditedOrgsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListUserAuditedOrgsCallCount() int
- func (fake *FakeCloudFoundryClient) ListUserAuditedOrgsCalls(stub func(string) ([]cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) ListUserAuditedOrgsReturns(result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserAuditedOrgsReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserAuditedSpaces(arg1 string) ([]cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) ListUserAuditedSpacesArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListUserAuditedSpacesCallCount() int
- func (fake *FakeCloudFoundryClient) ListUserAuditedSpacesCalls(stub func(string) ([]cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) ListUserAuditedSpacesReturns(result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserAuditedSpacesReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgs(arg1 string) ([]cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgsCallCount() int
- func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgsCalls(stub func(string) ([]cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgsReturns(result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgsReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserManagedOrgs(arg1 string) ([]cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) ListUserManagedOrgsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListUserManagedOrgsCallCount() int
- func (fake *FakeCloudFoundryClient) ListUserManagedOrgsCalls(stub func(string) ([]cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) ListUserManagedOrgsReturns(result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserManagedOrgsReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserManagedSpaces(arg1 string) ([]cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) ListUserManagedSpacesArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListUserManagedSpacesCallCount() int
- func (fake *FakeCloudFoundryClient) ListUserManagedSpacesCalls(stub func(string) ([]cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) ListUserManagedSpacesReturns(result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserManagedSpacesReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserOrgs(arg1 string) ([]cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) ListUserOrgsArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListUserOrgsCallCount() int
- func (fake *FakeCloudFoundryClient) ListUserOrgsCalls(stub func(string) ([]cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) ListUserOrgsReturns(result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserOrgsReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstances() ([]cfclient.UserProvidedServiceInstance, error)
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQuery(arg1 url.Values) ([]cfclient.UserProvidedServiceInstance, error)
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryCalls(stub func(url.Values) ([]cfclient.UserProvidedServiceInstance, error))
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryReturns(result1 []cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryReturnsOnCall(i int, result1 []cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesCallCount() int
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesCalls(stub func() ([]cfclient.UserProvidedServiceInstance, error))
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesReturns(result1 []cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesReturnsOnCall(i int, result1 []cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserSpaces(arg1 string) ([]cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) ListUserSpacesArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ListUserSpacesCallCount() int
- func (fake *FakeCloudFoundryClient) ListUserSpacesCalls(stub func(string) ([]cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) ListUserSpacesReturns(result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) ListUserSpacesReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) ListUsers() (cfclient.Users, error)
- func (fake *FakeCloudFoundryClient) ListUsersByQuery(arg1 url.Values) (cfclient.Users, error)
- func (fake *FakeCloudFoundryClient) ListUsersByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) ListUsersByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) ListUsersByQueryCalls(stub func(url.Values) (cfclient.Users, error))
- func (fake *FakeCloudFoundryClient) ListUsersByQueryReturns(result1 cfclient.Users, result2 error)
- func (fake *FakeCloudFoundryClient) ListUsersByQueryReturnsOnCall(i int, result1 cfclient.Users, result2 error)
- func (fake *FakeCloudFoundryClient) ListUsersCallCount() int
- func (fake *FakeCloudFoundryClient) ListUsersCalls(stub func() (cfclient.Users, error))
- func (fake *FakeCloudFoundryClient) ListUsersReturns(result1 cfclient.Users, result2 error)
- func (fake *FakeCloudFoundryClient) ListUsersReturnsOnCall(i int, result1 cfclient.Users, result2 error)
- func (fake *FakeCloudFoundryClient) MakeServicePlanPrivate(arg1 string) error
- func (fake *FakeCloudFoundryClient) MakeServicePlanPrivateArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) MakeServicePlanPrivateCallCount() int
- func (fake *FakeCloudFoundryClient) MakeServicePlanPrivateCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) MakeServicePlanPrivateReturns(result1 error)
- func (fake *FakeCloudFoundryClient) MakeServicePlanPrivateReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) MakeServicePlanPublic(arg1 string) error
- func (fake *FakeCloudFoundryClient) MakeServicePlanPublicArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) MakeServicePlanPublicCallCount() int
- func (fake *FakeCloudFoundryClient) MakeServicePlanPublicCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) MakeServicePlanPublicReturns(result1 error)
- func (fake *FakeCloudFoundryClient) MakeServicePlanPublicReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) MappingAppAndRoute(arg1 cfclient.RouteMappingRequest) (*cfclient.RouteMapping, error)
- func (fake *FakeCloudFoundryClient) MappingAppAndRouteArgsForCall(i int) cfclient.RouteMappingRequest
- func (fake *FakeCloudFoundryClient) MappingAppAndRouteCallCount() int
- func (fake *FakeCloudFoundryClient) MappingAppAndRouteCalls(stub func(cfclient.RouteMappingRequest) (*cfclient.RouteMapping, error))
- func (fake *FakeCloudFoundryClient) MappingAppAndRouteReturns(result1 *cfclient.RouteMapping, result2 error)
- func (fake *FakeCloudFoundryClient) MappingAppAndRouteReturnsOnCall(i int, result1 *cfclient.RouteMapping, result2 error)
- func (fake *FakeCloudFoundryClient) NewRequest(arg1 string, arg2 string) *cfclient.Request
- func (fake *FakeCloudFoundryClient) NewRequestArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) NewRequestCallCount() int
- func (fake *FakeCloudFoundryClient) NewRequestCalls(stub func(string, string) *cfclient.Request)
- func (fake *FakeCloudFoundryClient) NewRequestReturns(result1 *cfclient.Request)
- func (fake *FakeCloudFoundryClient) NewRequestReturnsOnCall(i int, result1 *cfclient.Request)
- func (fake *FakeCloudFoundryClient) NewRequestWithBody(arg1 string, arg2 string, arg3 io.Reader) *cfclient.Request
- func (fake *FakeCloudFoundryClient) NewRequestWithBodyArgsForCall(i int) (string, string, io.Reader)
- func (fake *FakeCloudFoundryClient) NewRequestWithBodyCallCount() int
- func (fake *FakeCloudFoundryClient) NewRequestWithBodyCalls(stub func(string, string, io.Reader) *cfclient.Request)
- func (fake *FakeCloudFoundryClient) NewRequestWithBodyReturns(result1 *cfclient.Request)
- func (fake *FakeCloudFoundryClient) NewRequestWithBodyReturnsOnCall(i int, result1 *cfclient.Request)
- func (fake *FakeCloudFoundryClient) OrgSpaces(arg1 string) ([]cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) OrgSpacesArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) OrgSpacesCallCount() int
- func (fake *FakeCloudFoundryClient) OrgSpacesCalls(stub func(string) ([]cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) OrgSpacesReturns(result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) OrgSpacesReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrg(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpace(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditor(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsername(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginCalls(stub func(string, string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgAuditorReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManager(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsername(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginCalls(stub func(string, string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgManager(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsername(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginCalls(stub func(string, string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgManagerReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgUser(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgUserArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsername(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginCalls(stub func(string, string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveOrgUserCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveOrgUserReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditor(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsername(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginCalls(stub func(string, string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloper(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsername(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginCalls(stub func(string, string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManager(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsername(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginCalls(stub func(string, string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerCallCount() int
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerReturns(result1 error)
- func (fake *FakeCloudFoundryClient) RemoveSpaceManagerReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrg(arg1 string) error
- func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgCallCount() int
- func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgReturns(result1 error)
- func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpace(arg1 string) error
- func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpaceArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpaceCallCount() int
- func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpaceCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpaceReturns(result1 error)
- func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpaceReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) ServiceBindingByGuid(arg1 string) (cfclient.ServiceBinding, error)
- func (fake *FakeCloudFoundryClient) ServiceBindingByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ServiceBindingByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) ServiceBindingByGuidCalls(stub func(string) (cfclient.ServiceBinding, error))
- func (fake *FakeCloudFoundryClient) ServiceBindingByGuidReturns(result1 cfclient.ServiceBinding, result2 error)
- func (fake *FakeCloudFoundryClient) ServiceBindingByGuidReturnsOnCall(i int, result1 cfclient.ServiceBinding, result2 error)
- func (fake *FakeCloudFoundryClient) ServiceInstanceByGuid(arg1 string) (cfclient.ServiceInstance, error)
- func (fake *FakeCloudFoundryClient) ServiceInstanceByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) ServiceInstanceByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) ServiceInstanceByGuidCalls(stub func(string) (cfclient.ServiceInstance, error))
- func (fake *FakeCloudFoundryClient) ServiceInstanceByGuidReturns(result1 cfclient.ServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) ServiceInstanceByGuidReturnsOnCall(i int, result1 cfclient.ServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroup(arg1 cfclient.EnvironmentVariableGroup) error
- func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupArgsForCall(i int) cfclient.EnvironmentVariableGroup
- func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupCallCount() int
- func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupCalls(stub func(cfclient.EnvironmentVariableGroup) error)
- func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupReturns(result1 error)
- func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroup(arg1 cfclient.EnvironmentVariableGroup) error
- func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupArgsForCall(i int) cfclient.EnvironmentVariableGroup
- func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupCallCount() int
- func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupCalls(stub func(cfclient.EnvironmentVariableGroup) error)
- func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupReturns(result1 error)
- func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomain(arg1 string, arg2 string) (*cfclient.Domain, error)
- func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomainArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomainCallCount() int
- func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomainCalls(stub func(string, string) (*cfclient.Domain, error))
- func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomainReturns(result1 *cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomainReturnsOnCall(i int, result1 *cfclient.Domain, result2 error)
- func (fake *FakeCloudFoundryClient) StartApp(arg1 string) error
- func (fake *FakeCloudFoundryClient) StartAppArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) StartAppCallCount() int
- func (fake *FakeCloudFoundryClient) StartAppCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) StartAppReturns(result1 error)
- func (fake *FakeCloudFoundryClient) StartAppReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) StopApp(arg1 string) error
- func (fake *FakeCloudFoundryClient) StopAppArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) StopAppCallCount() int
- func (fake *FakeCloudFoundryClient) StopAppCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) StopAppReturns(result1 error)
- func (fake *FakeCloudFoundryClient) StopAppReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) TaskByGuid(arg1 string) (cfclient.Task, error)
- func (fake *FakeCloudFoundryClient) TaskByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) TaskByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) TaskByGuidCalls(stub func(string) (cfclient.Task, error))
- func (fake *FakeCloudFoundryClient) TaskByGuidReturns(result1 cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) TaskByGuidReturnsOnCall(i int, result1 cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) TasksByApp(arg1 string) ([]cfclient.Task, error)
- func (fake *FakeCloudFoundryClient) TasksByAppArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) TasksByAppByQuery(arg1 string, arg2 url.Values) ([]cfclient.Task, error)
- func (fake *FakeCloudFoundryClient) TasksByAppByQueryArgsForCall(i int) (string, url.Values)
- func (fake *FakeCloudFoundryClient) TasksByAppByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) TasksByAppByQueryCalls(stub func(string, url.Values) ([]cfclient.Task, error))
- func (fake *FakeCloudFoundryClient) TasksByAppByQueryReturns(result1 []cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) TasksByAppByQueryReturnsOnCall(i int, result1 []cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) TasksByAppCallCount() int
- func (fake *FakeCloudFoundryClient) TasksByAppCalls(stub func(string) ([]cfclient.Task, error))
- func (fake *FakeCloudFoundryClient) TasksByAppReturns(result1 []cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) TasksByAppReturnsOnCall(i int, result1 []cfclient.Task, result2 error)
- func (fake *FakeCloudFoundryClient) TerminateTask(arg1 string) error
- func (fake *FakeCloudFoundryClient) TerminateTaskArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) TerminateTaskCallCount() int
- func (fake *FakeCloudFoundryClient) TerminateTaskCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) TerminateTaskReturns(result1 error)
- func (fake *FakeCloudFoundryClient) TerminateTaskReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) TotalEvents() (int, error)
- func (fake *FakeCloudFoundryClient) TotalEventsByQuery(arg1 url.Values) (int, error)
- func (fake *FakeCloudFoundryClient) TotalEventsByQueryArgsForCall(i int) url.Values
- func (fake *FakeCloudFoundryClient) TotalEventsByQueryCallCount() int
- func (fake *FakeCloudFoundryClient) TotalEventsByQueryCalls(stub func(url.Values) (int, error))
- func (fake *FakeCloudFoundryClient) TotalEventsByQueryReturns(result1 int, result2 error)
- func (fake *FakeCloudFoundryClient) TotalEventsByQueryReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeCloudFoundryClient) TotalEventsCallCount() int
- func (fake *FakeCloudFoundryClient) TotalEventsCalls(stub func() (int, error))
- func (fake *FakeCloudFoundryClient) TotalEventsReturns(result1 int, result2 error)
- func (fake *FakeCloudFoundryClient) TotalEventsReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeCloudFoundryClient) UnbindRunningSecGroup(arg1 string) error
- func (fake *FakeCloudFoundryClient) UnbindRunningSecGroupArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) UnbindRunningSecGroupCallCount() int
- func (fake *FakeCloudFoundryClient) UnbindRunningSecGroupCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) UnbindRunningSecGroupReturns(result1 error)
- func (fake *FakeCloudFoundryClient) UnbindRunningSecGroupReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) UnbindSecGroup(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) UnbindSecGroupArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) UnbindSecGroupCallCount() int
- func (fake *FakeCloudFoundryClient) UnbindSecGroupCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) UnbindSecGroupReturns(result1 error)
- func (fake *FakeCloudFoundryClient) UnbindSecGroupReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) UnbindStagingSecGroup(arg1 string) error
- func (fake *FakeCloudFoundryClient) UnbindStagingSecGroupArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) UnbindStagingSecGroupCallCount() int
- func (fake *FakeCloudFoundryClient) UnbindStagingSecGroupCalls(stub func(string) error)
- func (fake *FakeCloudFoundryClient) UnbindStagingSecGroupReturns(result1 error)
- func (fake *FakeCloudFoundryClient) UnbindStagingSecGroupReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomain(arg1 string, arg2 string) error
- func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomainArgsForCall(i int) (string, string)
- func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomainCallCount() int
- func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomainCalls(stub func(string, string) error)
- func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomainReturns(result1 error)
- func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomainReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) UpdateApp(arg1 string, arg2 cfclient.AppUpdateResource) (cfclient.UpdateResponse, error)
- func (fake *FakeCloudFoundryClient) UpdateAppArgsForCall(i int) (string, cfclient.AppUpdateResource)
- func (fake *FakeCloudFoundryClient) UpdateAppCallCount() int
- func (fake *FakeCloudFoundryClient) UpdateAppCalls(stub func(string, cfclient.AppUpdateResource) (cfclient.UpdateResponse, error))
- func (fake *FakeCloudFoundryClient) UpdateAppReturns(result1 cfclient.UpdateResponse, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateAppReturnsOnCall(i int, result1 cfclient.UpdateResponse, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateOrg(arg1 string, arg2 cfclient.OrgRequest) (cfclient.Org, error)
- func (fake *FakeCloudFoundryClient) UpdateOrgArgsForCall(i int) (string, cfclient.OrgRequest)
- func (fake *FakeCloudFoundryClient) UpdateOrgCallCount() int
- func (fake *FakeCloudFoundryClient) UpdateOrgCalls(stub func(string, cfclient.OrgRequest) (cfclient.Org, error))
- func (fake *FakeCloudFoundryClient) UpdateOrgQuota(arg1 string, arg2 cfclient.OrgQuotaRequest) (*cfclient.OrgQuota, error)
- func (fake *FakeCloudFoundryClient) UpdateOrgQuotaArgsForCall(i int) (string, cfclient.OrgQuotaRequest)
- func (fake *FakeCloudFoundryClient) UpdateOrgQuotaCallCount() int
- func (fake *FakeCloudFoundryClient) UpdateOrgQuotaCalls(stub func(string, cfclient.OrgQuotaRequest) (*cfclient.OrgQuota, error))
- func (fake *FakeCloudFoundryClient) UpdateOrgQuotaReturns(result1 *cfclient.OrgQuota, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateOrgQuotaReturnsOnCall(i int, result1 *cfclient.OrgQuota, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateOrgReturns(result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateOrgReturnsOnCall(i int, result1 cfclient.Org, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateSecGroup(arg1 string, arg2 string, arg3 []cfclient.SecGroupRule, arg4 []string) (*cfclient.SecGroup, error)
- func (fake *FakeCloudFoundryClient) UpdateSecGroupArgsForCall(i int) (string, string, []cfclient.SecGroupRule, []string)
- func (fake *FakeCloudFoundryClient) UpdateSecGroupCallCount() int
- func (fake *FakeCloudFoundryClient) UpdateSecGroupCalls(...)
- func (fake *FakeCloudFoundryClient) UpdateSecGroupReturns(result1 *cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateSecGroupReturnsOnCall(i int, result1 *cfclient.SecGroup, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateServiceBroker(arg1 string, arg2 cfclient.UpdateServiceBrokerRequest) (cfclient.ServiceBroker, error)
- func (fake *FakeCloudFoundryClient) UpdateServiceBrokerArgsForCall(i int) (string, cfclient.UpdateServiceBrokerRequest)
- func (fake *FakeCloudFoundryClient) UpdateServiceBrokerCallCount() int
- func (fake *FakeCloudFoundryClient) UpdateServiceBrokerCalls(...)
- func (fake *FakeCloudFoundryClient) UpdateServiceBrokerReturns(result1 cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateServiceBrokerReturnsOnCall(i int, result1 cfclient.ServiceBroker, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateServiceInstance(arg1 string, arg2 io.Reader, arg3 bool) error
- func (fake *FakeCloudFoundryClient) UpdateServiceInstanceArgsForCall(i int) (string, io.Reader, bool)
- func (fake *FakeCloudFoundryClient) UpdateServiceInstanceCallCount() int
- func (fake *FakeCloudFoundryClient) UpdateServiceInstanceCalls(stub func(string, io.Reader, bool) error)
- func (fake *FakeCloudFoundryClient) UpdateServiceInstanceReturns(result1 error)
- func (fake *FakeCloudFoundryClient) UpdateServiceInstanceReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibility(arg1 string, arg2 string, arg3 string) (cfclient.ServicePlanVisibility, error)
- func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibilityArgsForCall(i int) (string, string, string)
- func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibilityCallCount() int
- func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibilityCalls(stub func(string, string, string) (cfclient.ServicePlanVisibility, error))
- func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibilityReturns(result1 cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibilityReturnsOnCall(i int, result1 cfclient.ServicePlanVisibility, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateSpace(arg1 string, arg2 cfclient.SpaceRequest) (cfclient.Space, error)
- func (fake *FakeCloudFoundryClient) UpdateSpaceArgsForCall(i int) (string, cfclient.SpaceRequest)
- func (fake *FakeCloudFoundryClient) UpdateSpaceCallCount() int
- func (fake *FakeCloudFoundryClient) UpdateSpaceCalls(stub func(string, cfclient.SpaceRequest) (cfclient.Space, error))
- func (fake *FakeCloudFoundryClient) UpdateSpaceQuota(arg1 string, arg2 cfclient.SpaceQuotaRequest) (*cfclient.SpaceQuota, error)
- func (fake *FakeCloudFoundryClient) UpdateSpaceQuotaArgsForCall(i int) (string, cfclient.SpaceQuotaRequest)
- func (fake *FakeCloudFoundryClient) UpdateSpaceQuotaCallCount() int
- func (fake *FakeCloudFoundryClient) UpdateSpaceQuotaCalls(stub func(string, cfclient.SpaceQuotaRequest) (*cfclient.SpaceQuota, error))
- func (fake *FakeCloudFoundryClient) UpdateSpaceQuotaReturns(result1 *cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateSpaceQuotaReturnsOnCall(i int, result1 *cfclient.SpaceQuota, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateSpaceReturns(result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateSpaceReturnsOnCall(i int, result1 cfclient.Space, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstance(arg1 string, arg2 cfclient.UserProvidedServiceInstanceRequest) (*cfclient.UserProvidedServiceInstance, error)
- func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceArgsForCall(i int) (string, cfclient.UserProvidedServiceInstanceRequest)
- func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceCallCount() int
- func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceCalls(...)
- func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceReturns(result1 *cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceReturnsOnCall(i int, result1 *cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) UploadAppBits(arg1 io.Reader, arg2 string) error
- func (fake *FakeCloudFoundryClient) UploadAppBitsArgsForCall(i int) (io.Reader, string)
- func (fake *FakeCloudFoundryClient) UploadAppBitsCallCount() int
- func (fake *FakeCloudFoundryClient) UploadAppBitsCalls(stub func(io.Reader, string) error)
- func (fake *FakeCloudFoundryClient) UploadAppBitsReturns(result1 error)
- func (fake *FakeCloudFoundryClient) UploadAppBitsReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuid(arg1 string) (cfclient.UserProvidedServiceInstance, error)
- func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidArgsForCall(i int) string
- func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidCallCount() int
- func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidCalls(stub func(string) (cfclient.UserProvidedServiceInstance, error))
- func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidReturns(result1 cfclient.UserProvidedServiceInstance, result2 error)
- func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidReturnsOnCall(i int, result1 cfclient.UserProvidedServiceInstance, result2 error)
- type FakeCloudFrontAPI
- func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentity(arg1 *cloudfront.CreateCloudFrontOriginAccessIdentityInput) (*cloudfront.CreateCloudFrontOriginAccessIdentityOutput, error)
- func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityArgsForCall(i int) *cloudfront.CreateCloudFrontOriginAccessIdentityInput
- func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityCallCount() int
- func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityCalls(...)
- func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityRequest(arg1 *cloudfront.CreateCloudFrontOriginAccessIdentityInput) (*request.Request, *cloudfront.CreateCloudFrontOriginAccessIdentityOutput)
- func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityRequestArgsForCall(i int) *cloudfront.CreateCloudFrontOriginAccessIdentityInput
- func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityRequestCallCount() int
- func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityRequestCalls(...)
- func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityReturns(result1 *cloudfront.CreateCloudFrontOriginAccessIdentityOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityReturnsOnCall(i int, result1 *cloudfront.CreateCloudFrontOriginAccessIdentityOutput, ...)
- func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityWithContext(arg1 context.Context, ...) (*cloudfront.CreateCloudFrontOriginAccessIdentityOutput, error)
- func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityWithContextArgsForCall(i int) (context.Context, *cloudfront.CreateCloudFrontOriginAccessIdentityInput, ...)
- func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityWithContextReturns(result1 *cloudfront.CreateCloudFrontOriginAccessIdentityOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityWithContextReturnsOnCall(i int, result1 *cloudfront.CreateCloudFrontOriginAccessIdentityOutput, ...)
- func (fake *FakeCloudFrontAPI) CreateDistribution(arg1 *cloudfront.CreateDistributionInput) (*cloudfront.CreateDistributionOutput, error)
- func (fake *FakeCloudFrontAPI) CreateDistributionArgsForCall(i int) *cloudfront.CreateDistributionInput
- func (fake *FakeCloudFrontAPI) CreateDistributionCallCount() int
- func (fake *FakeCloudFrontAPI) CreateDistributionCalls(...)
- func (fake *FakeCloudFrontAPI) CreateDistributionRequest(arg1 *cloudfront.CreateDistributionInput) (*request.Request, *cloudfront.CreateDistributionOutput)
- func (fake *FakeCloudFrontAPI) CreateDistributionRequestArgsForCall(i int) *cloudfront.CreateDistributionInput
- func (fake *FakeCloudFrontAPI) CreateDistributionRequestCallCount() int
- func (fake *FakeCloudFrontAPI) CreateDistributionRequestCalls(...)
- func (fake *FakeCloudFrontAPI) CreateDistributionRequestReturns(result1 *request.Request, result2 *cloudfront.CreateDistributionOutput)
- func (fake *FakeCloudFrontAPI) CreateDistributionRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.CreateDistributionOutput)
- func (fake *FakeCloudFrontAPI) CreateDistributionReturns(result1 *cloudfront.CreateDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateDistributionReturnsOnCall(i int, result1 *cloudfront.CreateDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateDistributionWithContext(arg1 context.Context, arg2 *cloudfront.CreateDistributionInput, ...) (*cloudfront.CreateDistributionOutput, error)
- func (fake *FakeCloudFrontAPI) CreateDistributionWithContextArgsForCall(i int) (context.Context, *cloudfront.CreateDistributionInput, []request.Option)
- func (fake *FakeCloudFrontAPI) CreateDistributionWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) CreateDistributionWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) CreateDistributionWithContextReturns(result1 *cloudfront.CreateDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateDistributionWithContextReturnsOnCall(i int, result1 *cloudfront.CreateDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateDistributionWithTags(arg1 *cloudfront.CreateDistributionWithTagsInput) (*cloudfront.CreateDistributionWithTagsOutput, error)
- func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsArgsForCall(i int) *cloudfront.CreateDistributionWithTagsInput
- func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsCallCount() int
- func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsCalls(...)
- func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsRequest(arg1 *cloudfront.CreateDistributionWithTagsInput) (*request.Request, *cloudfront.CreateDistributionWithTagsOutput)
- func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsRequestArgsForCall(i int) *cloudfront.CreateDistributionWithTagsInput
- func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsRequestCallCount() int
- func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsRequestCalls(...)
- func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsRequestReturns(result1 *request.Request, result2 *cloudfront.CreateDistributionWithTagsOutput)
- func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsReturns(result1 *cloudfront.CreateDistributionWithTagsOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsReturnsOnCall(i int, result1 *cloudfront.CreateDistributionWithTagsOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsWithContext(arg1 context.Context, arg2 *cloudfront.CreateDistributionWithTagsInput, ...) (*cloudfront.CreateDistributionWithTagsOutput, error)
- func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsWithContextArgsForCall(i int) (context.Context, *cloudfront.CreateDistributionWithTagsInput, []request.Option)
- func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsWithContextReturns(result1 *cloudfront.CreateDistributionWithTagsOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsWithContextReturnsOnCall(i int, result1 *cloudfront.CreateDistributionWithTagsOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfig(arg1 *cloudfront.CreateFieldLevelEncryptionConfigInput) (*cloudfront.CreateFieldLevelEncryptionConfigOutput, error)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigArgsForCall(i int) *cloudfront.CreateFieldLevelEncryptionConfigInput
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigCallCount() int
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigCalls(...)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigRequest(arg1 *cloudfront.CreateFieldLevelEncryptionConfigInput) (*request.Request, *cloudfront.CreateFieldLevelEncryptionConfigOutput)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigRequestArgsForCall(i int) *cloudfront.CreateFieldLevelEncryptionConfigInput
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigRequestCallCount() int
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigRequestCalls(...)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigReturns(result1 *cloudfront.CreateFieldLevelEncryptionConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigReturnsOnCall(i int, result1 *cloudfront.CreateFieldLevelEncryptionConfigOutput, ...)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigWithContext(arg1 context.Context, arg2 *cloudfront.CreateFieldLevelEncryptionConfigInput, ...) (*cloudfront.CreateFieldLevelEncryptionConfigOutput, error)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigWithContextArgsForCall(i int) (context.Context, *cloudfront.CreateFieldLevelEncryptionConfigInput, ...)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigWithContextReturns(result1 *cloudfront.CreateFieldLevelEncryptionConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigWithContextReturnsOnCall(i int, result1 *cloudfront.CreateFieldLevelEncryptionConfigOutput, ...)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfile(arg1 *cloudfront.CreateFieldLevelEncryptionProfileInput) (*cloudfront.CreateFieldLevelEncryptionProfileOutput, error)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileArgsForCall(i int) *cloudfront.CreateFieldLevelEncryptionProfileInput
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileCallCount() int
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileCalls(...)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileRequest(arg1 *cloudfront.CreateFieldLevelEncryptionProfileInput) (*request.Request, *cloudfront.CreateFieldLevelEncryptionProfileOutput)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileRequestArgsForCall(i int) *cloudfront.CreateFieldLevelEncryptionProfileInput
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileRequestCallCount() int
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileRequestCalls(...)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileReturns(result1 *cloudfront.CreateFieldLevelEncryptionProfileOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileReturnsOnCall(i int, result1 *cloudfront.CreateFieldLevelEncryptionProfileOutput, ...)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileWithContext(arg1 context.Context, arg2 *cloudfront.CreateFieldLevelEncryptionProfileInput, ...) (*cloudfront.CreateFieldLevelEncryptionProfileOutput, error)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileWithContextArgsForCall(i int) (context.Context, *cloudfront.CreateFieldLevelEncryptionProfileInput, ...)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileWithContextReturns(result1 *cloudfront.CreateFieldLevelEncryptionProfileOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileWithContextReturnsOnCall(i int, result1 *cloudfront.CreateFieldLevelEncryptionProfileOutput, ...)
- func (fake *FakeCloudFrontAPI) CreateInvalidation(arg1 *cloudfront.CreateInvalidationInput) (*cloudfront.CreateInvalidationOutput, error)
- func (fake *FakeCloudFrontAPI) CreateInvalidationArgsForCall(i int) *cloudfront.CreateInvalidationInput
- func (fake *FakeCloudFrontAPI) CreateInvalidationCallCount() int
- func (fake *FakeCloudFrontAPI) CreateInvalidationCalls(...)
- func (fake *FakeCloudFrontAPI) CreateInvalidationRequest(arg1 *cloudfront.CreateInvalidationInput) (*request.Request, *cloudfront.CreateInvalidationOutput)
- func (fake *FakeCloudFrontAPI) CreateInvalidationRequestArgsForCall(i int) *cloudfront.CreateInvalidationInput
- func (fake *FakeCloudFrontAPI) CreateInvalidationRequestCallCount() int
- func (fake *FakeCloudFrontAPI) CreateInvalidationRequestCalls(...)
- func (fake *FakeCloudFrontAPI) CreateInvalidationRequestReturns(result1 *request.Request, result2 *cloudfront.CreateInvalidationOutput)
- func (fake *FakeCloudFrontAPI) CreateInvalidationRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.CreateInvalidationOutput)
- func (fake *FakeCloudFrontAPI) CreateInvalidationReturns(result1 *cloudfront.CreateInvalidationOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateInvalidationReturnsOnCall(i int, result1 *cloudfront.CreateInvalidationOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateInvalidationWithContext(arg1 context.Context, arg2 *cloudfront.CreateInvalidationInput, ...) (*cloudfront.CreateInvalidationOutput, error)
- func (fake *FakeCloudFrontAPI) CreateInvalidationWithContextArgsForCall(i int) (context.Context, *cloudfront.CreateInvalidationInput, []request.Option)
- func (fake *FakeCloudFrontAPI) CreateInvalidationWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) CreateInvalidationWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) CreateInvalidationWithContextReturns(result1 *cloudfront.CreateInvalidationOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateInvalidationWithContextReturnsOnCall(i int, result1 *cloudfront.CreateInvalidationOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreatePublicKey(arg1 *cloudfront.CreatePublicKeyInput) (*cloudfront.CreatePublicKeyOutput, error)
- func (fake *FakeCloudFrontAPI) CreatePublicKeyArgsForCall(i int) *cloudfront.CreatePublicKeyInput
- func (fake *FakeCloudFrontAPI) CreatePublicKeyCallCount() int
- func (fake *FakeCloudFrontAPI) CreatePublicKeyCalls(...)
- func (fake *FakeCloudFrontAPI) CreatePublicKeyRequest(arg1 *cloudfront.CreatePublicKeyInput) (*request.Request, *cloudfront.CreatePublicKeyOutput)
- func (fake *FakeCloudFrontAPI) CreatePublicKeyRequestArgsForCall(i int) *cloudfront.CreatePublicKeyInput
- func (fake *FakeCloudFrontAPI) CreatePublicKeyRequestCallCount() int
- func (fake *FakeCloudFrontAPI) CreatePublicKeyRequestCalls(...)
- func (fake *FakeCloudFrontAPI) CreatePublicKeyRequestReturns(result1 *request.Request, result2 *cloudfront.CreatePublicKeyOutput)
- func (fake *FakeCloudFrontAPI) CreatePublicKeyRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.CreatePublicKeyOutput)
- func (fake *FakeCloudFrontAPI) CreatePublicKeyReturns(result1 *cloudfront.CreatePublicKeyOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreatePublicKeyReturnsOnCall(i int, result1 *cloudfront.CreatePublicKeyOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreatePublicKeyWithContext(arg1 context.Context, arg2 *cloudfront.CreatePublicKeyInput, ...) (*cloudfront.CreatePublicKeyOutput, error)
- func (fake *FakeCloudFrontAPI) CreatePublicKeyWithContextArgsForCall(i int) (context.Context, *cloudfront.CreatePublicKeyInput, []request.Option)
- func (fake *FakeCloudFrontAPI) CreatePublicKeyWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) CreatePublicKeyWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) CreatePublicKeyWithContextReturns(result1 *cloudfront.CreatePublicKeyOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreatePublicKeyWithContextReturnsOnCall(i int, result1 *cloudfront.CreatePublicKeyOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistribution(arg1 *cloudfront.CreateStreamingDistributionInput) (*cloudfront.CreateStreamingDistributionOutput, error)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionArgsForCall(i int) *cloudfront.CreateStreamingDistributionInput
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionCallCount() int
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionCalls(...)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionRequest(arg1 *cloudfront.CreateStreamingDistributionInput) (*request.Request, *cloudfront.CreateStreamingDistributionOutput)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionRequestArgsForCall(i int) *cloudfront.CreateStreamingDistributionInput
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionRequestCallCount() int
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionRequestCalls(...)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionReturns(result1 *cloudfront.CreateStreamingDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionReturnsOnCall(i int, result1 *cloudfront.CreateStreamingDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithContext(arg1 context.Context, arg2 *cloudfront.CreateStreamingDistributionInput, ...) (*cloudfront.CreateStreamingDistributionOutput, error)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithContextArgsForCall(i int) (context.Context, *cloudfront.CreateStreamingDistributionInput, ...)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithContextReturns(result1 *cloudfront.CreateStreamingDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithContextReturnsOnCall(i int, result1 *cloudfront.CreateStreamingDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTags(arg1 *cloudfront.CreateStreamingDistributionWithTagsInput) (*cloudfront.CreateStreamingDistributionWithTagsOutput, error)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsArgsForCall(i int) *cloudfront.CreateStreamingDistributionWithTagsInput
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsCallCount() int
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsCalls(...)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsRequest(arg1 *cloudfront.CreateStreamingDistributionWithTagsInput) (*request.Request, *cloudfront.CreateStreamingDistributionWithTagsOutput)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsRequestArgsForCall(i int) *cloudfront.CreateStreamingDistributionWithTagsInput
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsRequestCallCount() int
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsRequestCalls(...)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsReturns(result1 *cloudfront.CreateStreamingDistributionWithTagsOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsReturnsOnCall(i int, result1 *cloudfront.CreateStreamingDistributionWithTagsOutput, ...)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsWithContext(arg1 context.Context, ...) (*cloudfront.CreateStreamingDistributionWithTagsOutput, error)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsWithContextArgsForCall(i int) (context.Context, *cloudfront.CreateStreamingDistributionWithTagsInput, ...)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsWithContextReturns(result1 *cloudfront.CreateStreamingDistributionWithTagsOutput, result2 error)
- func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsWithContextReturnsOnCall(i int, result1 *cloudfront.CreateStreamingDistributionWithTagsOutput, ...)
- func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentity(arg1 *cloudfront.DeleteCloudFrontOriginAccessIdentityInput) (*cloudfront.DeleteCloudFrontOriginAccessIdentityOutput, error)
- func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityArgsForCall(i int) *cloudfront.DeleteCloudFrontOriginAccessIdentityInput
- func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityCallCount() int
- func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityCalls(...)
- func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityRequest(arg1 *cloudfront.DeleteCloudFrontOriginAccessIdentityInput) (*request.Request, *cloudfront.DeleteCloudFrontOriginAccessIdentityOutput)
- func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityRequestArgsForCall(i int) *cloudfront.DeleteCloudFrontOriginAccessIdentityInput
- func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityRequestCallCount() int
- func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityRequestCalls(...)
- func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityReturns(result1 *cloudfront.DeleteCloudFrontOriginAccessIdentityOutput, result2 error)
- func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityReturnsOnCall(i int, result1 *cloudfront.DeleteCloudFrontOriginAccessIdentityOutput, ...)
- func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityWithContext(arg1 context.Context, ...) (*cloudfront.DeleteCloudFrontOriginAccessIdentityOutput, error)
- func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityWithContextArgsForCall(i int) (context.Context, *cloudfront.DeleteCloudFrontOriginAccessIdentityInput, ...)
- func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityWithContextReturns(result1 *cloudfront.DeleteCloudFrontOriginAccessIdentityOutput, result2 error)
- func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityWithContextReturnsOnCall(i int, result1 *cloudfront.DeleteCloudFrontOriginAccessIdentityOutput, ...)
- func (fake *FakeCloudFrontAPI) DeleteDistribution(arg1 *cloudfront.DeleteDistributionInput) (*cloudfront.DeleteDistributionOutput, error)
- func (fake *FakeCloudFrontAPI) DeleteDistributionArgsForCall(i int) *cloudfront.DeleteDistributionInput
- func (fake *FakeCloudFrontAPI) DeleteDistributionCallCount() int
- func (fake *FakeCloudFrontAPI) DeleteDistributionCalls(...)
- func (fake *FakeCloudFrontAPI) DeleteDistributionRequest(arg1 *cloudfront.DeleteDistributionInput) (*request.Request, *cloudfront.DeleteDistributionOutput)
- func (fake *FakeCloudFrontAPI) DeleteDistributionRequestArgsForCall(i int) *cloudfront.DeleteDistributionInput
- func (fake *FakeCloudFrontAPI) DeleteDistributionRequestCallCount() int
- func (fake *FakeCloudFrontAPI) DeleteDistributionRequestCalls(...)
- func (fake *FakeCloudFrontAPI) DeleteDistributionRequestReturns(result1 *request.Request, result2 *cloudfront.DeleteDistributionOutput)
- func (fake *FakeCloudFrontAPI) DeleteDistributionRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.DeleteDistributionOutput)
- func (fake *FakeCloudFrontAPI) DeleteDistributionReturns(result1 *cloudfront.DeleteDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) DeleteDistributionReturnsOnCall(i int, result1 *cloudfront.DeleteDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) DeleteDistributionWithContext(arg1 context.Context, arg2 *cloudfront.DeleteDistributionInput, ...) (*cloudfront.DeleteDistributionOutput, error)
- func (fake *FakeCloudFrontAPI) DeleteDistributionWithContextArgsForCall(i int) (context.Context, *cloudfront.DeleteDistributionInput, []request.Option)
- func (fake *FakeCloudFrontAPI) DeleteDistributionWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) DeleteDistributionWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) DeleteDistributionWithContextReturns(result1 *cloudfront.DeleteDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) DeleteDistributionWithContextReturnsOnCall(i int, result1 *cloudfront.DeleteDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfig(arg1 *cloudfront.DeleteFieldLevelEncryptionConfigInput) (*cloudfront.DeleteFieldLevelEncryptionConfigOutput, error)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigArgsForCall(i int) *cloudfront.DeleteFieldLevelEncryptionConfigInput
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigCallCount() int
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigCalls(...)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigRequest(arg1 *cloudfront.DeleteFieldLevelEncryptionConfigInput) (*request.Request, *cloudfront.DeleteFieldLevelEncryptionConfigOutput)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigRequestArgsForCall(i int) *cloudfront.DeleteFieldLevelEncryptionConfigInput
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigRequestCallCount() int
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigRequestCalls(...)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigReturns(result1 *cloudfront.DeleteFieldLevelEncryptionConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigReturnsOnCall(i int, result1 *cloudfront.DeleteFieldLevelEncryptionConfigOutput, ...)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigWithContext(arg1 context.Context, arg2 *cloudfront.DeleteFieldLevelEncryptionConfigInput, ...) (*cloudfront.DeleteFieldLevelEncryptionConfigOutput, error)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigWithContextArgsForCall(i int) (context.Context, *cloudfront.DeleteFieldLevelEncryptionConfigInput, ...)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigWithContextReturns(result1 *cloudfront.DeleteFieldLevelEncryptionConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigWithContextReturnsOnCall(i int, result1 *cloudfront.DeleteFieldLevelEncryptionConfigOutput, ...)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfile(arg1 *cloudfront.DeleteFieldLevelEncryptionProfileInput) (*cloudfront.DeleteFieldLevelEncryptionProfileOutput, error)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileArgsForCall(i int) *cloudfront.DeleteFieldLevelEncryptionProfileInput
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileCallCount() int
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileCalls(...)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileRequest(arg1 *cloudfront.DeleteFieldLevelEncryptionProfileInput) (*request.Request, *cloudfront.DeleteFieldLevelEncryptionProfileOutput)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileRequestArgsForCall(i int) *cloudfront.DeleteFieldLevelEncryptionProfileInput
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileRequestCallCount() int
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileRequestCalls(...)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileReturns(result1 *cloudfront.DeleteFieldLevelEncryptionProfileOutput, result2 error)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileReturnsOnCall(i int, result1 *cloudfront.DeleteFieldLevelEncryptionProfileOutput, ...)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileWithContext(arg1 context.Context, arg2 *cloudfront.DeleteFieldLevelEncryptionProfileInput, ...) (*cloudfront.DeleteFieldLevelEncryptionProfileOutput, error)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileWithContextArgsForCall(i int) (context.Context, *cloudfront.DeleteFieldLevelEncryptionProfileInput, ...)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileWithContextReturns(result1 *cloudfront.DeleteFieldLevelEncryptionProfileOutput, result2 error)
- func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileWithContextReturnsOnCall(i int, result1 *cloudfront.DeleteFieldLevelEncryptionProfileOutput, ...)
- func (fake *FakeCloudFrontAPI) DeletePublicKey(arg1 *cloudfront.DeletePublicKeyInput) (*cloudfront.DeletePublicKeyOutput, error)
- func (fake *FakeCloudFrontAPI) DeletePublicKeyArgsForCall(i int) *cloudfront.DeletePublicKeyInput
- func (fake *FakeCloudFrontAPI) DeletePublicKeyCallCount() int
- func (fake *FakeCloudFrontAPI) DeletePublicKeyCalls(...)
- func (fake *FakeCloudFrontAPI) DeletePublicKeyRequest(arg1 *cloudfront.DeletePublicKeyInput) (*request.Request, *cloudfront.DeletePublicKeyOutput)
- func (fake *FakeCloudFrontAPI) DeletePublicKeyRequestArgsForCall(i int) *cloudfront.DeletePublicKeyInput
- func (fake *FakeCloudFrontAPI) DeletePublicKeyRequestCallCount() int
- func (fake *FakeCloudFrontAPI) DeletePublicKeyRequestCalls(...)
- func (fake *FakeCloudFrontAPI) DeletePublicKeyRequestReturns(result1 *request.Request, result2 *cloudfront.DeletePublicKeyOutput)
- func (fake *FakeCloudFrontAPI) DeletePublicKeyRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.DeletePublicKeyOutput)
- func (fake *FakeCloudFrontAPI) DeletePublicKeyReturns(result1 *cloudfront.DeletePublicKeyOutput, result2 error)
- func (fake *FakeCloudFrontAPI) DeletePublicKeyReturnsOnCall(i int, result1 *cloudfront.DeletePublicKeyOutput, result2 error)
- func (fake *FakeCloudFrontAPI) DeletePublicKeyWithContext(arg1 context.Context, arg2 *cloudfront.DeletePublicKeyInput, ...) (*cloudfront.DeletePublicKeyOutput, error)
- func (fake *FakeCloudFrontAPI) DeletePublicKeyWithContextArgsForCall(i int) (context.Context, *cloudfront.DeletePublicKeyInput, []request.Option)
- func (fake *FakeCloudFrontAPI) DeletePublicKeyWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) DeletePublicKeyWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) DeletePublicKeyWithContextReturns(result1 *cloudfront.DeletePublicKeyOutput, result2 error)
- func (fake *FakeCloudFrontAPI) DeletePublicKeyWithContextReturnsOnCall(i int, result1 *cloudfront.DeletePublicKeyOutput, result2 error)
- func (fake *FakeCloudFrontAPI) DeleteStreamingDistribution(arg1 *cloudfront.DeleteStreamingDistributionInput) (*cloudfront.DeleteStreamingDistributionOutput, error)
- func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionArgsForCall(i int) *cloudfront.DeleteStreamingDistributionInput
- func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionCallCount() int
- func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionCalls(...)
- func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionRequest(arg1 *cloudfront.DeleteStreamingDistributionInput) (*request.Request, *cloudfront.DeleteStreamingDistributionOutput)
- func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionRequestArgsForCall(i int) *cloudfront.DeleteStreamingDistributionInput
- func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionRequestCallCount() int
- func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionRequestCalls(...)
- func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionReturns(result1 *cloudfront.DeleteStreamingDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionReturnsOnCall(i int, result1 *cloudfront.DeleteStreamingDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionWithContext(arg1 context.Context, arg2 *cloudfront.DeleteStreamingDistributionInput, ...) (*cloudfront.DeleteStreamingDistributionOutput, error)
- func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionWithContextArgsForCall(i int) (context.Context, *cloudfront.DeleteStreamingDistributionInput, ...)
- func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionWithContextReturns(result1 *cloudfront.DeleteStreamingDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionWithContextReturnsOnCall(i int, result1 *cloudfront.DeleteStreamingDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentity(arg1 *cloudfront.GetCloudFrontOriginAccessIdentityInput) (*cloudfront.GetCloudFrontOriginAccessIdentityOutput, error)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityArgsForCall(i int) *cloudfront.GetCloudFrontOriginAccessIdentityInput
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityCallCount() int
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityCalls(...)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfig(arg1 *cloudfront.GetCloudFrontOriginAccessIdentityConfigInput) (*cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput, error)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigArgsForCall(i int) *cloudfront.GetCloudFrontOriginAccessIdentityConfigInput
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigCallCount() int
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigCalls(...)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigRequest(arg1 *cloudfront.GetCloudFrontOriginAccessIdentityConfigInput) (*request.Request, *cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigRequestArgsForCall(i int) *cloudfront.GetCloudFrontOriginAccessIdentityConfigInput
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigRequestCallCount() int
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigRequestCalls(...)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigReturns(result1 *cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput, ...)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigReturnsOnCall(i int, result1 *cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput, ...)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigWithContext(arg1 context.Context, ...) (*cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput, error)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigWithContextArgsForCall(i int) (context.Context, *cloudfront.GetCloudFrontOriginAccessIdentityConfigInput, ...)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigWithContextReturns(result1 *cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput, ...)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigWithContextReturnsOnCall(i int, result1 *cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput, ...)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityRequest(arg1 *cloudfront.GetCloudFrontOriginAccessIdentityInput) (*request.Request, *cloudfront.GetCloudFrontOriginAccessIdentityOutput)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityRequestArgsForCall(i int) *cloudfront.GetCloudFrontOriginAccessIdentityInput
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityRequestCallCount() int
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityRequestCalls(...)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityReturns(result1 *cloudfront.GetCloudFrontOriginAccessIdentityOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityReturnsOnCall(i int, result1 *cloudfront.GetCloudFrontOriginAccessIdentityOutput, ...)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityWithContext(arg1 context.Context, arg2 *cloudfront.GetCloudFrontOriginAccessIdentityInput, ...) (*cloudfront.GetCloudFrontOriginAccessIdentityOutput, error)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityWithContextArgsForCall(i int) (context.Context, *cloudfront.GetCloudFrontOriginAccessIdentityInput, ...)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityWithContextReturns(result1 *cloudfront.GetCloudFrontOriginAccessIdentityOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityWithContextReturnsOnCall(i int, result1 *cloudfront.GetCloudFrontOriginAccessIdentityOutput, ...)
- func (fake *FakeCloudFrontAPI) GetDistribution(arg1 *cloudfront.GetDistributionInput) (*cloudfront.GetDistributionOutput, error)
- func (fake *FakeCloudFrontAPI) GetDistributionArgsForCall(i int) *cloudfront.GetDistributionInput
- func (fake *FakeCloudFrontAPI) GetDistributionCallCount() int
- func (fake *FakeCloudFrontAPI) GetDistributionCalls(...)
- func (fake *FakeCloudFrontAPI) GetDistributionConfig(arg1 *cloudfront.GetDistributionConfigInput) (*cloudfront.GetDistributionConfigOutput, error)
- func (fake *FakeCloudFrontAPI) GetDistributionConfigArgsForCall(i int) *cloudfront.GetDistributionConfigInput
- func (fake *FakeCloudFrontAPI) GetDistributionConfigCallCount() int
- func (fake *FakeCloudFrontAPI) GetDistributionConfigCalls(...)
- func (fake *FakeCloudFrontAPI) GetDistributionConfigRequest(arg1 *cloudfront.GetDistributionConfigInput) (*request.Request, *cloudfront.GetDistributionConfigOutput)
- func (fake *FakeCloudFrontAPI) GetDistributionConfigRequestArgsForCall(i int) *cloudfront.GetDistributionConfigInput
- func (fake *FakeCloudFrontAPI) GetDistributionConfigRequestCallCount() int
- func (fake *FakeCloudFrontAPI) GetDistributionConfigRequestCalls(...)
- func (fake *FakeCloudFrontAPI) GetDistributionConfigRequestReturns(result1 *request.Request, result2 *cloudfront.GetDistributionConfigOutput)
- func (fake *FakeCloudFrontAPI) GetDistributionConfigRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) GetDistributionConfigReturns(result1 *cloudfront.GetDistributionConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetDistributionConfigReturnsOnCall(i int, result1 *cloudfront.GetDistributionConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetDistributionConfigWithContext(arg1 context.Context, arg2 *cloudfront.GetDistributionConfigInput, ...) (*cloudfront.GetDistributionConfigOutput, error)
- func (fake *FakeCloudFrontAPI) GetDistributionConfigWithContextArgsForCall(i int) (context.Context, *cloudfront.GetDistributionConfigInput, []request.Option)
- func (fake *FakeCloudFrontAPI) GetDistributionConfigWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) GetDistributionConfigWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) GetDistributionConfigWithContextReturns(result1 *cloudfront.GetDistributionConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetDistributionConfigWithContextReturnsOnCall(i int, result1 *cloudfront.GetDistributionConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetDistributionRequest(arg1 *cloudfront.GetDistributionInput) (*request.Request, *cloudfront.GetDistributionOutput)
- func (fake *FakeCloudFrontAPI) GetDistributionRequestArgsForCall(i int) *cloudfront.GetDistributionInput
- func (fake *FakeCloudFrontAPI) GetDistributionRequestCallCount() int
- func (fake *FakeCloudFrontAPI) GetDistributionRequestCalls(...)
- func (fake *FakeCloudFrontAPI) GetDistributionRequestReturns(result1 *request.Request, result2 *cloudfront.GetDistributionOutput)
- func (fake *FakeCloudFrontAPI) GetDistributionRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.GetDistributionOutput)
- func (fake *FakeCloudFrontAPI) GetDistributionReturns(result1 *cloudfront.GetDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetDistributionReturnsOnCall(i int, result1 *cloudfront.GetDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetDistributionWithContext(arg1 context.Context, arg2 *cloudfront.GetDistributionInput, ...) (*cloudfront.GetDistributionOutput, error)
- func (fake *FakeCloudFrontAPI) GetDistributionWithContextArgsForCall(i int) (context.Context, *cloudfront.GetDistributionInput, []request.Option)
- func (fake *FakeCloudFrontAPI) GetDistributionWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) GetDistributionWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) GetDistributionWithContextReturns(result1 *cloudfront.GetDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetDistributionWithContextReturnsOnCall(i int, result1 *cloudfront.GetDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryption(arg1 *cloudfront.GetFieldLevelEncryptionInput) (*cloudfront.GetFieldLevelEncryptionOutput, error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionArgsForCall(i int) *cloudfront.GetFieldLevelEncryptionInput
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionCallCount() int
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionCalls(...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfig(arg1 *cloudfront.GetFieldLevelEncryptionConfigInput) (*cloudfront.GetFieldLevelEncryptionConfigOutput, error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigArgsForCall(i int) *cloudfront.GetFieldLevelEncryptionConfigInput
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigCallCount() int
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigCalls(...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigRequest(arg1 *cloudfront.GetFieldLevelEncryptionConfigInput) (*request.Request, *cloudfront.GetFieldLevelEncryptionConfigOutput)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigRequestArgsForCall(i int) *cloudfront.GetFieldLevelEncryptionConfigInput
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigRequestCallCount() int
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigRequestCalls(...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigReturns(result1 *cloudfront.GetFieldLevelEncryptionConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigReturnsOnCall(i int, result1 *cloudfront.GetFieldLevelEncryptionConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigWithContext(arg1 context.Context, arg2 *cloudfront.GetFieldLevelEncryptionConfigInput, ...) (*cloudfront.GetFieldLevelEncryptionConfigOutput, error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigWithContextArgsForCall(i int) (context.Context, *cloudfront.GetFieldLevelEncryptionConfigInput, ...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigWithContextReturns(result1 *cloudfront.GetFieldLevelEncryptionConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigWithContextReturnsOnCall(i int, result1 *cloudfront.GetFieldLevelEncryptionConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfile(arg1 *cloudfront.GetFieldLevelEncryptionProfileInput) (*cloudfront.GetFieldLevelEncryptionProfileOutput, error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileArgsForCall(i int) *cloudfront.GetFieldLevelEncryptionProfileInput
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileCallCount() int
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileCalls(...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfig(arg1 *cloudfront.GetFieldLevelEncryptionProfileConfigInput) (*cloudfront.GetFieldLevelEncryptionProfileConfigOutput, error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigArgsForCall(i int) *cloudfront.GetFieldLevelEncryptionProfileConfigInput
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigCallCount() int
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigCalls(...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigRequest(arg1 *cloudfront.GetFieldLevelEncryptionProfileConfigInput) (*request.Request, *cloudfront.GetFieldLevelEncryptionProfileConfigOutput)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigRequestArgsForCall(i int) *cloudfront.GetFieldLevelEncryptionProfileConfigInput
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigRequestCallCount() int
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigRequestCalls(...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigReturns(result1 *cloudfront.GetFieldLevelEncryptionProfileConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigReturnsOnCall(i int, result1 *cloudfront.GetFieldLevelEncryptionProfileConfigOutput, ...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigWithContext(arg1 context.Context, ...) (*cloudfront.GetFieldLevelEncryptionProfileConfigOutput, error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigWithContextArgsForCall(i int) (context.Context, *cloudfront.GetFieldLevelEncryptionProfileConfigInput, ...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigWithContextReturns(result1 *cloudfront.GetFieldLevelEncryptionProfileConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigWithContextReturnsOnCall(i int, result1 *cloudfront.GetFieldLevelEncryptionProfileConfigOutput, ...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileRequest(arg1 *cloudfront.GetFieldLevelEncryptionProfileInput) (*request.Request, *cloudfront.GetFieldLevelEncryptionProfileOutput)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileRequestArgsForCall(i int) *cloudfront.GetFieldLevelEncryptionProfileInput
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileRequestCallCount() int
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileRequestCalls(...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileReturns(result1 *cloudfront.GetFieldLevelEncryptionProfileOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileReturnsOnCall(i int, result1 *cloudfront.GetFieldLevelEncryptionProfileOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileWithContext(arg1 context.Context, arg2 *cloudfront.GetFieldLevelEncryptionProfileInput, ...) (*cloudfront.GetFieldLevelEncryptionProfileOutput, error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileWithContextArgsForCall(i int) (context.Context, *cloudfront.GetFieldLevelEncryptionProfileInput, ...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileWithContextReturns(result1 *cloudfront.GetFieldLevelEncryptionProfileOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileWithContextReturnsOnCall(i int, result1 *cloudfront.GetFieldLevelEncryptionProfileOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionRequest(arg1 *cloudfront.GetFieldLevelEncryptionInput) (*request.Request, *cloudfront.GetFieldLevelEncryptionOutput)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionRequestArgsForCall(i int) *cloudfront.GetFieldLevelEncryptionInput
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionRequestCallCount() int
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionRequestCalls(...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionRequestReturns(result1 *request.Request, result2 *cloudfront.GetFieldLevelEncryptionOutput)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionReturns(result1 *cloudfront.GetFieldLevelEncryptionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionReturnsOnCall(i int, result1 *cloudfront.GetFieldLevelEncryptionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionWithContext(arg1 context.Context, arg2 *cloudfront.GetFieldLevelEncryptionInput, ...) (*cloudfront.GetFieldLevelEncryptionOutput, error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionWithContextArgsForCall(i int) (context.Context, *cloudfront.GetFieldLevelEncryptionInput, []request.Option)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionWithContextReturns(result1 *cloudfront.GetFieldLevelEncryptionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionWithContextReturnsOnCall(i int, result1 *cloudfront.GetFieldLevelEncryptionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetInvalidation(arg1 *cloudfront.GetInvalidationInput) (*cloudfront.GetInvalidationOutput, error)
- func (fake *FakeCloudFrontAPI) GetInvalidationArgsForCall(i int) *cloudfront.GetInvalidationInput
- func (fake *FakeCloudFrontAPI) GetInvalidationCallCount() int
- func (fake *FakeCloudFrontAPI) GetInvalidationCalls(...)
- func (fake *FakeCloudFrontAPI) GetInvalidationRequest(arg1 *cloudfront.GetInvalidationInput) (*request.Request, *cloudfront.GetInvalidationOutput)
- func (fake *FakeCloudFrontAPI) GetInvalidationRequestArgsForCall(i int) *cloudfront.GetInvalidationInput
- func (fake *FakeCloudFrontAPI) GetInvalidationRequestCallCount() int
- func (fake *FakeCloudFrontAPI) GetInvalidationRequestCalls(...)
- func (fake *FakeCloudFrontAPI) GetInvalidationRequestReturns(result1 *request.Request, result2 *cloudfront.GetInvalidationOutput)
- func (fake *FakeCloudFrontAPI) GetInvalidationRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.GetInvalidationOutput)
- func (fake *FakeCloudFrontAPI) GetInvalidationReturns(result1 *cloudfront.GetInvalidationOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetInvalidationReturnsOnCall(i int, result1 *cloudfront.GetInvalidationOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetInvalidationWithContext(arg1 context.Context, arg2 *cloudfront.GetInvalidationInput, ...) (*cloudfront.GetInvalidationOutput, error)
- func (fake *FakeCloudFrontAPI) GetInvalidationWithContextArgsForCall(i int) (context.Context, *cloudfront.GetInvalidationInput, []request.Option)
- func (fake *FakeCloudFrontAPI) GetInvalidationWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) GetInvalidationWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) GetInvalidationWithContextReturns(result1 *cloudfront.GetInvalidationOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetInvalidationWithContextReturnsOnCall(i int, result1 *cloudfront.GetInvalidationOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetPublicKey(arg1 *cloudfront.GetPublicKeyInput) (*cloudfront.GetPublicKeyOutput, error)
- func (fake *FakeCloudFrontAPI) GetPublicKeyArgsForCall(i int) *cloudfront.GetPublicKeyInput
- func (fake *FakeCloudFrontAPI) GetPublicKeyCallCount() int
- func (fake *FakeCloudFrontAPI) GetPublicKeyCalls(...)
- func (fake *FakeCloudFrontAPI) GetPublicKeyConfig(arg1 *cloudfront.GetPublicKeyConfigInput) (*cloudfront.GetPublicKeyConfigOutput, error)
- func (fake *FakeCloudFrontAPI) GetPublicKeyConfigArgsForCall(i int) *cloudfront.GetPublicKeyConfigInput
- func (fake *FakeCloudFrontAPI) GetPublicKeyConfigCallCount() int
- func (fake *FakeCloudFrontAPI) GetPublicKeyConfigCalls(...)
- func (fake *FakeCloudFrontAPI) GetPublicKeyConfigRequest(arg1 *cloudfront.GetPublicKeyConfigInput) (*request.Request, *cloudfront.GetPublicKeyConfigOutput)
- func (fake *FakeCloudFrontAPI) GetPublicKeyConfigRequestArgsForCall(i int) *cloudfront.GetPublicKeyConfigInput
- func (fake *FakeCloudFrontAPI) GetPublicKeyConfigRequestCallCount() int
- func (fake *FakeCloudFrontAPI) GetPublicKeyConfigRequestCalls(...)
- func (fake *FakeCloudFrontAPI) GetPublicKeyConfigRequestReturns(result1 *request.Request, result2 *cloudfront.GetPublicKeyConfigOutput)
- func (fake *FakeCloudFrontAPI) GetPublicKeyConfigRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.GetPublicKeyConfigOutput)
- func (fake *FakeCloudFrontAPI) GetPublicKeyConfigReturns(result1 *cloudfront.GetPublicKeyConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetPublicKeyConfigReturnsOnCall(i int, result1 *cloudfront.GetPublicKeyConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetPublicKeyConfigWithContext(arg1 context.Context, arg2 *cloudfront.GetPublicKeyConfigInput, ...) (*cloudfront.GetPublicKeyConfigOutput, error)
- func (fake *FakeCloudFrontAPI) GetPublicKeyConfigWithContextArgsForCall(i int) (context.Context, *cloudfront.GetPublicKeyConfigInput, []request.Option)
- func (fake *FakeCloudFrontAPI) GetPublicKeyConfigWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) GetPublicKeyConfigWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) GetPublicKeyConfigWithContextReturns(result1 *cloudfront.GetPublicKeyConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetPublicKeyConfigWithContextReturnsOnCall(i int, result1 *cloudfront.GetPublicKeyConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetPublicKeyRequest(arg1 *cloudfront.GetPublicKeyInput) (*request.Request, *cloudfront.GetPublicKeyOutput)
- func (fake *FakeCloudFrontAPI) GetPublicKeyRequestArgsForCall(i int) *cloudfront.GetPublicKeyInput
- func (fake *FakeCloudFrontAPI) GetPublicKeyRequestCallCount() int
- func (fake *FakeCloudFrontAPI) GetPublicKeyRequestCalls(...)
- func (fake *FakeCloudFrontAPI) GetPublicKeyRequestReturns(result1 *request.Request, result2 *cloudfront.GetPublicKeyOutput)
- func (fake *FakeCloudFrontAPI) GetPublicKeyRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.GetPublicKeyOutput)
- func (fake *FakeCloudFrontAPI) GetPublicKeyReturns(result1 *cloudfront.GetPublicKeyOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetPublicKeyReturnsOnCall(i int, result1 *cloudfront.GetPublicKeyOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetPublicKeyWithContext(arg1 context.Context, arg2 *cloudfront.GetPublicKeyInput, ...) (*cloudfront.GetPublicKeyOutput, error)
- func (fake *FakeCloudFrontAPI) GetPublicKeyWithContextArgsForCall(i int) (context.Context, *cloudfront.GetPublicKeyInput, []request.Option)
- func (fake *FakeCloudFrontAPI) GetPublicKeyWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) GetPublicKeyWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) GetPublicKeyWithContextReturns(result1 *cloudfront.GetPublicKeyOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetPublicKeyWithContextReturnsOnCall(i int, result1 *cloudfront.GetPublicKeyOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetStreamingDistribution(arg1 *cloudfront.GetStreamingDistributionInput) (*cloudfront.GetStreamingDistributionOutput, error)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionArgsForCall(i int) *cloudfront.GetStreamingDistributionInput
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionCallCount() int
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionCalls(...)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfig(arg1 *cloudfront.GetStreamingDistributionConfigInput) (*cloudfront.GetStreamingDistributionConfigOutput, error)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigArgsForCall(i int) *cloudfront.GetStreamingDistributionConfigInput
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigCallCount() int
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigCalls(...)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigRequest(arg1 *cloudfront.GetStreamingDistributionConfigInput) (*request.Request, *cloudfront.GetStreamingDistributionConfigOutput)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigRequestArgsForCall(i int) *cloudfront.GetStreamingDistributionConfigInput
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigRequestCallCount() int
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigRequestCalls(...)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigReturns(result1 *cloudfront.GetStreamingDistributionConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigReturnsOnCall(i int, result1 *cloudfront.GetStreamingDistributionConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigWithContext(arg1 context.Context, arg2 *cloudfront.GetStreamingDistributionConfigInput, ...) (*cloudfront.GetStreamingDistributionConfigOutput, error)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigWithContextArgsForCall(i int) (context.Context, *cloudfront.GetStreamingDistributionConfigInput, ...)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigWithContextReturns(result1 *cloudfront.GetStreamingDistributionConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigWithContextReturnsOnCall(i int, result1 *cloudfront.GetStreamingDistributionConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionRequest(arg1 *cloudfront.GetStreamingDistributionInput) (*request.Request, *cloudfront.GetStreamingDistributionOutput)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionRequestArgsForCall(i int) *cloudfront.GetStreamingDistributionInput
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionRequestCallCount() int
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionRequestCalls(...)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionRequestReturns(result1 *request.Request, result2 *cloudfront.GetStreamingDistributionOutput)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionReturns(result1 *cloudfront.GetStreamingDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionReturnsOnCall(i int, result1 *cloudfront.GetStreamingDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionWithContext(arg1 context.Context, arg2 *cloudfront.GetStreamingDistributionInput, ...) (*cloudfront.GetStreamingDistributionOutput, error)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionWithContextArgsForCall(i int) (context.Context, *cloudfront.GetStreamingDistributionInput, []request.Option)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionWithContextReturns(result1 *cloudfront.GetStreamingDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) GetStreamingDistributionWithContextReturnsOnCall(i int, result1 *cloudfront.GetStreamingDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) Invocations() map[string][][]interface{}
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentities(arg1 *cloudfront.ListCloudFrontOriginAccessIdentitiesInput) (*cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, error)
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesArgsForCall(i int) *cloudfront.ListCloudFrontOriginAccessIdentitiesInput
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesCallCount() int
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesCalls(...)
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPages(arg1 *cloudfront.ListCloudFrontOriginAccessIdentitiesInput, ...) error
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesArgsForCall(i int) (*cloudfront.ListCloudFrontOriginAccessIdentitiesInput, ...)
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesCallCount() int
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesCalls(stub func(*cloudfront.ListCloudFrontOriginAccessIdentitiesInput, ...) error)
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesReturns(result1 error)
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesWithContext(arg1 context.Context, ...) error
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesWithContextArgsForCall(i int) (context.Context, *cloudfront.ListCloudFrontOriginAccessIdentitiesInput, ...)
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesWithContextReturns(result1 error)
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesWithContextReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesRequest(arg1 *cloudfront.ListCloudFrontOriginAccessIdentitiesInput) (*request.Request, *cloudfront.ListCloudFrontOriginAccessIdentitiesOutput)
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesRequestArgsForCall(i int) *cloudfront.ListCloudFrontOriginAccessIdentitiesInput
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesRequestCallCount() int
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesRequestCalls(...)
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesReturns(result1 *cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesReturnsOnCall(i int, result1 *cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, ...)
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesWithContext(arg1 context.Context, ...) (*cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, error)
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesWithContextArgsForCall(i int) (context.Context, *cloudfront.ListCloudFrontOriginAccessIdentitiesInput, ...)
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesWithContextReturns(result1 *cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesWithContextReturnsOnCall(i int, result1 *cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, ...)
- func (fake *FakeCloudFrontAPI) ListDistributions(arg1 *cloudfront.ListDistributionsInput) (*cloudfront.ListDistributionsOutput, error)
- func (fake *FakeCloudFrontAPI) ListDistributionsArgsForCall(i int) *cloudfront.ListDistributionsInput
- func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLId(arg1 *cloudfront.ListDistributionsByWebACLIdInput) (*cloudfront.ListDistributionsByWebACLIdOutput, error)
- func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdArgsForCall(i int) *cloudfront.ListDistributionsByWebACLIdInput
- func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdCallCount() int
- func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdCalls(...)
- func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdRequest(arg1 *cloudfront.ListDistributionsByWebACLIdInput) (*request.Request, *cloudfront.ListDistributionsByWebACLIdOutput)
- func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdRequestArgsForCall(i int) *cloudfront.ListDistributionsByWebACLIdInput
- func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdRequestCallCount() int
- func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdRequestCalls(...)
- func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdReturns(result1 *cloudfront.ListDistributionsByWebACLIdOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdReturnsOnCall(i int, result1 *cloudfront.ListDistributionsByWebACLIdOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdWithContext(arg1 context.Context, arg2 *cloudfront.ListDistributionsByWebACLIdInput, ...) (*cloudfront.ListDistributionsByWebACLIdOutput, error)
- func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdWithContextArgsForCall(i int) (context.Context, *cloudfront.ListDistributionsByWebACLIdInput, ...)
- func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdWithContextReturns(result1 *cloudfront.ListDistributionsByWebACLIdOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdWithContextReturnsOnCall(i int, result1 *cloudfront.ListDistributionsByWebACLIdOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListDistributionsCallCount() int
- func (fake *FakeCloudFrontAPI) ListDistributionsCalls(...)
- func (fake *FakeCloudFrontAPI) ListDistributionsPages(arg1 *cloudfront.ListDistributionsInput, ...) error
- func (fake *FakeCloudFrontAPI) ListDistributionsPagesArgsForCall(i int) (*cloudfront.ListDistributionsInput, ...)
- func (fake *FakeCloudFrontAPI) ListDistributionsPagesCallCount() int
- func (fake *FakeCloudFrontAPI) ListDistributionsPagesCalls(stub func(*cloudfront.ListDistributionsInput, ...) error)
- func (fake *FakeCloudFrontAPI) ListDistributionsPagesReturns(result1 error)
- func (fake *FakeCloudFrontAPI) ListDistributionsPagesReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFrontAPI) ListDistributionsPagesWithContext(arg1 context.Context, arg2 *cloudfront.ListDistributionsInput, ...) error
- func (fake *FakeCloudFrontAPI) ListDistributionsPagesWithContextArgsForCall(i int) (context.Context, *cloudfront.ListDistributionsInput, ...)
- func (fake *FakeCloudFrontAPI) ListDistributionsPagesWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) ListDistributionsPagesWithContextCalls(stub func(context.Context, *cloudfront.ListDistributionsInput, ...) error)
- func (fake *FakeCloudFrontAPI) ListDistributionsPagesWithContextReturns(result1 error)
- func (fake *FakeCloudFrontAPI) ListDistributionsPagesWithContextReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFrontAPI) ListDistributionsRequest(arg1 *cloudfront.ListDistributionsInput) (*request.Request, *cloudfront.ListDistributionsOutput)
- func (fake *FakeCloudFrontAPI) ListDistributionsRequestArgsForCall(i int) *cloudfront.ListDistributionsInput
- func (fake *FakeCloudFrontAPI) ListDistributionsRequestCallCount() int
- func (fake *FakeCloudFrontAPI) ListDistributionsRequestCalls(...)
- func (fake *FakeCloudFrontAPI) ListDistributionsRequestReturns(result1 *request.Request, result2 *cloudfront.ListDistributionsOutput)
- func (fake *FakeCloudFrontAPI) ListDistributionsRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.ListDistributionsOutput)
- func (fake *FakeCloudFrontAPI) ListDistributionsReturns(result1 *cloudfront.ListDistributionsOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListDistributionsReturnsOnCall(i int, result1 *cloudfront.ListDistributionsOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListDistributionsWithContext(arg1 context.Context, arg2 *cloudfront.ListDistributionsInput, ...) (*cloudfront.ListDistributionsOutput, error)
- func (fake *FakeCloudFrontAPI) ListDistributionsWithContextArgsForCall(i int) (context.Context, *cloudfront.ListDistributionsInput, []request.Option)
- func (fake *FakeCloudFrontAPI) ListDistributionsWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) ListDistributionsWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) ListDistributionsWithContextReturns(result1 *cloudfront.ListDistributionsOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListDistributionsWithContextReturnsOnCall(i int, result1 *cloudfront.ListDistributionsOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigs(arg1 *cloudfront.ListFieldLevelEncryptionConfigsInput) (*cloudfront.ListFieldLevelEncryptionConfigsOutput, error)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsArgsForCall(i int) *cloudfront.ListFieldLevelEncryptionConfigsInput
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsCallCount() int
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsCalls(...)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsRequest(arg1 *cloudfront.ListFieldLevelEncryptionConfigsInput) (*request.Request, *cloudfront.ListFieldLevelEncryptionConfigsOutput)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsRequestArgsForCall(i int) *cloudfront.ListFieldLevelEncryptionConfigsInput
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsRequestCallCount() int
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsRequestCalls(...)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsReturns(result1 *cloudfront.ListFieldLevelEncryptionConfigsOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsReturnsOnCall(i int, result1 *cloudfront.ListFieldLevelEncryptionConfigsOutput, ...)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsWithContext(arg1 context.Context, arg2 *cloudfront.ListFieldLevelEncryptionConfigsInput, ...) (*cloudfront.ListFieldLevelEncryptionConfigsOutput, error)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsWithContextArgsForCall(i int) (context.Context, *cloudfront.ListFieldLevelEncryptionConfigsInput, ...)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsWithContextReturns(result1 *cloudfront.ListFieldLevelEncryptionConfigsOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsWithContextReturnsOnCall(i int, result1 *cloudfront.ListFieldLevelEncryptionConfigsOutput, ...)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfiles(arg1 *cloudfront.ListFieldLevelEncryptionProfilesInput) (*cloudfront.ListFieldLevelEncryptionProfilesOutput, error)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesArgsForCall(i int) *cloudfront.ListFieldLevelEncryptionProfilesInput
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesCallCount() int
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesCalls(...)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesRequest(arg1 *cloudfront.ListFieldLevelEncryptionProfilesInput) (*request.Request, *cloudfront.ListFieldLevelEncryptionProfilesOutput)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesRequestArgsForCall(i int) *cloudfront.ListFieldLevelEncryptionProfilesInput
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesRequestCallCount() int
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesRequestCalls(...)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesReturns(result1 *cloudfront.ListFieldLevelEncryptionProfilesOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesReturnsOnCall(i int, result1 *cloudfront.ListFieldLevelEncryptionProfilesOutput, ...)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesWithContext(arg1 context.Context, arg2 *cloudfront.ListFieldLevelEncryptionProfilesInput, ...) (*cloudfront.ListFieldLevelEncryptionProfilesOutput, error)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesWithContextArgsForCall(i int) (context.Context, *cloudfront.ListFieldLevelEncryptionProfilesInput, ...)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesWithContextReturns(result1 *cloudfront.ListFieldLevelEncryptionProfilesOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesWithContextReturnsOnCall(i int, result1 *cloudfront.ListFieldLevelEncryptionProfilesOutput, ...)
- func (fake *FakeCloudFrontAPI) ListInvalidations(arg1 *cloudfront.ListInvalidationsInput) (*cloudfront.ListInvalidationsOutput, error)
- func (fake *FakeCloudFrontAPI) ListInvalidationsArgsForCall(i int) *cloudfront.ListInvalidationsInput
- func (fake *FakeCloudFrontAPI) ListInvalidationsCallCount() int
- func (fake *FakeCloudFrontAPI) ListInvalidationsCalls(...)
- func (fake *FakeCloudFrontAPI) ListInvalidationsPages(arg1 *cloudfront.ListInvalidationsInput, ...) error
- func (fake *FakeCloudFrontAPI) ListInvalidationsPagesArgsForCall(i int) (*cloudfront.ListInvalidationsInput, ...)
- func (fake *FakeCloudFrontAPI) ListInvalidationsPagesCallCount() int
- func (fake *FakeCloudFrontAPI) ListInvalidationsPagesCalls(stub func(*cloudfront.ListInvalidationsInput, ...) error)
- func (fake *FakeCloudFrontAPI) ListInvalidationsPagesReturns(result1 error)
- func (fake *FakeCloudFrontAPI) ListInvalidationsPagesReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFrontAPI) ListInvalidationsPagesWithContext(arg1 context.Context, arg2 *cloudfront.ListInvalidationsInput, ...) error
- func (fake *FakeCloudFrontAPI) ListInvalidationsPagesWithContextArgsForCall(i int) (context.Context, *cloudfront.ListInvalidationsInput, ...)
- func (fake *FakeCloudFrontAPI) ListInvalidationsPagesWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) ListInvalidationsPagesWithContextCalls(stub func(context.Context, *cloudfront.ListInvalidationsInput, ...) error)
- func (fake *FakeCloudFrontAPI) ListInvalidationsPagesWithContextReturns(result1 error)
- func (fake *FakeCloudFrontAPI) ListInvalidationsPagesWithContextReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFrontAPI) ListInvalidationsRequest(arg1 *cloudfront.ListInvalidationsInput) (*request.Request, *cloudfront.ListInvalidationsOutput)
- func (fake *FakeCloudFrontAPI) ListInvalidationsRequestArgsForCall(i int) *cloudfront.ListInvalidationsInput
- func (fake *FakeCloudFrontAPI) ListInvalidationsRequestCallCount() int
- func (fake *FakeCloudFrontAPI) ListInvalidationsRequestCalls(...)
- func (fake *FakeCloudFrontAPI) ListInvalidationsRequestReturns(result1 *request.Request, result2 *cloudfront.ListInvalidationsOutput)
- func (fake *FakeCloudFrontAPI) ListInvalidationsRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.ListInvalidationsOutput)
- func (fake *FakeCloudFrontAPI) ListInvalidationsReturns(result1 *cloudfront.ListInvalidationsOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListInvalidationsReturnsOnCall(i int, result1 *cloudfront.ListInvalidationsOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListInvalidationsWithContext(arg1 context.Context, arg2 *cloudfront.ListInvalidationsInput, ...) (*cloudfront.ListInvalidationsOutput, error)
- func (fake *FakeCloudFrontAPI) ListInvalidationsWithContextArgsForCall(i int) (context.Context, *cloudfront.ListInvalidationsInput, []request.Option)
- func (fake *FakeCloudFrontAPI) ListInvalidationsWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) ListInvalidationsWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) ListInvalidationsWithContextReturns(result1 *cloudfront.ListInvalidationsOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListInvalidationsWithContextReturnsOnCall(i int, result1 *cloudfront.ListInvalidationsOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListPublicKeys(arg1 *cloudfront.ListPublicKeysInput) (*cloudfront.ListPublicKeysOutput, error)
- func (fake *FakeCloudFrontAPI) ListPublicKeysArgsForCall(i int) *cloudfront.ListPublicKeysInput
- func (fake *FakeCloudFrontAPI) ListPublicKeysCallCount() int
- func (fake *FakeCloudFrontAPI) ListPublicKeysCalls(...)
- func (fake *FakeCloudFrontAPI) ListPublicKeysRequest(arg1 *cloudfront.ListPublicKeysInput) (*request.Request, *cloudfront.ListPublicKeysOutput)
- func (fake *FakeCloudFrontAPI) ListPublicKeysRequestArgsForCall(i int) *cloudfront.ListPublicKeysInput
- func (fake *FakeCloudFrontAPI) ListPublicKeysRequestCallCount() int
- func (fake *FakeCloudFrontAPI) ListPublicKeysRequestCalls(...)
- func (fake *FakeCloudFrontAPI) ListPublicKeysRequestReturns(result1 *request.Request, result2 *cloudfront.ListPublicKeysOutput)
- func (fake *FakeCloudFrontAPI) ListPublicKeysRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.ListPublicKeysOutput)
- func (fake *FakeCloudFrontAPI) ListPublicKeysReturns(result1 *cloudfront.ListPublicKeysOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListPublicKeysReturnsOnCall(i int, result1 *cloudfront.ListPublicKeysOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListPublicKeysWithContext(arg1 context.Context, arg2 *cloudfront.ListPublicKeysInput, ...) (*cloudfront.ListPublicKeysOutput, error)
- func (fake *FakeCloudFrontAPI) ListPublicKeysWithContextArgsForCall(i int) (context.Context, *cloudfront.ListPublicKeysInput, []request.Option)
- func (fake *FakeCloudFrontAPI) ListPublicKeysWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) ListPublicKeysWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) ListPublicKeysWithContextReturns(result1 *cloudfront.ListPublicKeysOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListPublicKeysWithContextReturnsOnCall(i int, result1 *cloudfront.ListPublicKeysOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListStreamingDistributions(arg1 *cloudfront.ListStreamingDistributionsInput) (*cloudfront.ListStreamingDistributionsOutput, error)
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsArgsForCall(i int) *cloudfront.ListStreamingDistributionsInput
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsCallCount() int
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsCalls(...)
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPages(arg1 *cloudfront.ListStreamingDistributionsInput, ...) error
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesArgsForCall(i int) (*cloudfront.ListStreamingDistributionsInput, ...)
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesCallCount() int
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesCalls(stub func(*cloudfront.ListStreamingDistributionsInput, ...) error)
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesReturns(result1 error)
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesWithContext(arg1 context.Context, arg2 *cloudfront.ListStreamingDistributionsInput, ...) error
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesWithContextArgsForCall(i int) (context.Context, *cloudfront.ListStreamingDistributionsInput, ...)
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesWithContextReturns(result1 error)
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesWithContextReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsRequest(arg1 *cloudfront.ListStreamingDistributionsInput) (*request.Request, *cloudfront.ListStreamingDistributionsOutput)
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsRequestArgsForCall(i int) *cloudfront.ListStreamingDistributionsInput
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsRequestCallCount() int
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsRequestCalls(...)
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsRequestReturns(result1 *request.Request, result2 *cloudfront.ListStreamingDistributionsOutput)
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsReturns(result1 *cloudfront.ListStreamingDistributionsOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsReturnsOnCall(i int, result1 *cloudfront.ListStreamingDistributionsOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsWithContext(arg1 context.Context, arg2 *cloudfront.ListStreamingDistributionsInput, ...) (*cloudfront.ListStreamingDistributionsOutput, error)
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsWithContextArgsForCall(i int) (context.Context, *cloudfront.ListStreamingDistributionsInput, []request.Option)
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsWithContextReturns(result1 *cloudfront.ListStreamingDistributionsOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListStreamingDistributionsWithContextReturnsOnCall(i int, result1 *cloudfront.ListStreamingDistributionsOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListTagsForResource(arg1 *cloudfront.ListTagsForResourceInput) (*cloudfront.ListTagsForResourceOutput, error)
- func (fake *FakeCloudFrontAPI) ListTagsForResourceArgsForCall(i int) *cloudfront.ListTagsForResourceInput
- func (fake *FakeCloudFrontAPI) ListTagsForResourceCallCount() int
- func (fake *FakeCloudFrontAPI) ListTagsForResourceCalls(...)
- func (fake *FakeCloudFrontAPI) ListTagsForResourceRequest(arg1 *cloudfront.ListTagsForResourceInput) (*request.Request, *cloudfront.ListTagsForResourceOutput)
- func (fake *FakeCloudFrontAPI) ListTagsForResourceRequestArgsForCall(i int) *cloudfront.ListTagsForResourceInput
- func (fake *FakeCloudFrontAPI) ListTagsForResourceRequestCallCount() int
- func (fake *FakeCloudFrontAPI) ListTagsForResourceRequestCalls(...)
- func (fake *FakeCloudFrontAPI) ListTagsForResourceRequestReturns(result1 *request.Request, result2 *cloudfront.ListTagsForResourceOutput)
- func (fake *FakeCloudFrontAPI) ListTagsForResourceRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.ListTagsForResourceOutput)
- func (fake *FakeCloudFrontAPI) ListTagsForResourceReturns(result1 *cloudfront.ListTagsForResourceOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListTagsForResourceReturnsOnCall(i int, result1 *cloudfront.ListTagsForResourceOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListTagsForResourceWithContext(arg1 context.Context, arg2 *cloudfront.ListTagsForResourceInput, ...) (*cloudfront.ListTagsForResourceOutput, error)
- func (fake *FakeCloudFrontAPI) ListTagsForResourceWithContextArgsForCall(i int) (context.Context, *cloudfront.ListTagsForResourceInput, []request.Option)
- func (fake *FakeCloudFrontAPI) ListTagsForResourceWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) ListTagsForResourceWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) ListTagsForResourceWithContextReturns(result1 *cloudfront.ListTagsForResourceOutput, result2 error)
- func (fake *FakeCloudFrontAPI) ListTagsForResourceWithContextReturnsOnCall(i int, result1 *cloudfront.ListTagsForResourceOutput, result2 error)
- func (fake *FakeCloudFrontAPI) TagResource(arg1 *cloudfront.TagResourceInput) (*cloudfront.TagResourceOutput, error)
- func (fake *FakeCloudFrontAPI) TagResourceArgsForCall(i int) *cloudfront.TagResourceInput
- func (fake *FakeCloudFrontAPI) TagResourceCallCount() int
- func (fake *FakeCloudFrontAPI) TagResourceCalls(stub func(*cloudfront.TagResourceInput) (*cloudfront.TagResourceOutput, error))
- func (fake *FakeCloudFrontAPI) TagResourceRequest(arg1 *cloudfront.TagResourceInput) (*request.Request, *cloudfront.TagResourceOutput)
- func (fake *FakeCloudFrontAPI) TagResourceRequestArgsForCall(i int) *cloudfront.TagResourceInput
- func (fake *FakeCloudFrontAPI) TagResourceRequestCallCount() int
- func (fake *FakeCloudFrontAPI) TagResourceRequestCalls(...)
- func (fake *FakeCloudFrontAPI) TagResourceRequestReturns(result1 *request.Request, result2 *cloudfront.TagResourceOutput)
- func (fake *FakeCloudFrontAPI) TagResourceRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.TagResourceOutput)
- func (fake *FakeCloudFrontAPI) TagResourceReturns(result1 *cloudfront.TagResourceOutput, result2 error)
- func (fake *FakeCloudFrontAPI) TagResourceReturnsOnCall(i int, result1 *cloudfront.TagResourceOutput, result2 error)
- func (fake *FakeCloudFrontAPI) TagResourceWithContext(arg1 context.Context, arg2 *cloudfront.TagResourceInput, ...) (*cloudfront.TagResourceOutput, error)
- func (fake *FakeCloudFrontAPI) TagResourceWithContextArgsForCall(i int) (context.Context, *cloudfront.TagResourceInput, []request.Option)
- func (fake *FakeCloudFrontAPI) TagResourceWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) TagResourceWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) TagResourceWithContextReturns(result1 *cloudfront.TagResourceOutput, result2 error)
- func (fake *FakeCloudFrontAPI) TagResourceWithContextReturnsOnCall(i int, result1 *cloudfront.TagResourceOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UntagResource(arg1 *cloudfront.UntagResourceInput) (*cloudfront.UntagResourceOutput, error)
- func (fake *FakeCloudFrontAPI) UntagResourceArgsForCall(i int) *cloudfront.UntagResourceInput
- func (fake *FakeCloudFrontAPI) UntagResourceCallCount() int
- func (fake *FakeCloudFrontAPI) UntagResourceCalls(...)
- func (fake *FakeCloudFrontAPI) UntagResourceRequest(arg1 *cloudfront.UntagResourceInput) (*request.Request, *cloudfront.UntagResourceOutput)
- func (fake *FakeCloudFrontAPI) UntagResourceRequestArgsForCall(i int) *cloudfront.UntagResourceInput
- func (fake *FakeCloudFrontAPI) UntagResourceRequestCallCount() int
- func (fake *FakeCloudFrontAPI) UntagResourceRequestCalls(...)
- func (fake *FakeCloudFrontAPI) UntagResourceRequestReturns(result1 *request.Request, result2 *cloudfront.UntagResourceOutput)
- func (fake *FakeCloudFrontAPI) UntagResourceRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.UntagResourceOutput)
- func (fake *FakeCloudFrontAPI) UntagResourceReturns(result1 *cloudfront.UntagResourceOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UntagResourceReturnsOnCall(i int, result1 *cloudfront.UntagResourceOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UntagResourceWithContext(arg1 context.Context, arg2 *cloudfront.UntagResourceInput, ...) (*cloudfront.UntagResourceOutput, error)
- func (fake *FakeCloudFrontAPI) UntagResourceWithContextArgsForCall(i int) (context.Context, *cloudfront.UntagResourceInput, []request.Option)
- func (fake *FakeCloudFrontAPI) UntagResourceWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) UntagResourceWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) UntagResourceWithContextReturns(result1 *cloudfront.UntagResourceOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UntagResourceWithContextReturnsOnCall(i int, result1 *cloudfront.UntagResourceOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentity(arg1 *cloudfront.UpdateCloudFrontOriginAccessIdentityInput) (*cloudfront.UpdateCloudFrontOriginAccessIdentityOutput, error)
- func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityArgsForCall(i int) *cloudfront.UpdateCloudFrontOriginAccessIdentityInput
- func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityCallCount() int
- func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityCalls(...)
- func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityRequest(arg1 *cloudfront.UpdateCloudFrontOriginAccessIdentityInput) (*request.Request, *cloudfront.UpdateCloudFrontOriginAccessIdentityOutput)
- func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityRequestArgsForCall(i int) *cloudfront.UpdateCloudFrontOriginAccessIdentityInput
- func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityRequestCallCount() int
- func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityRequestCalls(...)
- func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityReturns(result1 *cloudfront.UpdateCloudFrontOriginAccessIdentityOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityReturnsOnCall(i int, result1 *cloudfront.UpdateCloudFrontOriginAccessIdentityOutput, ...)
- func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityWithContext(arg1 context.Context, ...) (*cloudfront.UpdateCloudFrontOriginAccessIdentityOutput, error)
- func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityWithContextArgsForCall(i int) (context.Context, *cloudfront.UpdateCloudFrontOriginAccessIdentityInput, ...)
- func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityWithContextReturns(result1 *cloudfront.UpdateCloudFrontOriginAccessIdentityOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityWithContextReturnsOnCall(i int, result1 *cloudfront.UpdateCloudFrontOriginAccessIdentityOutput, ...)
- func (fake *FakeCloudFrontAPI) UpdateDistribution(arg1 *cloudfront.UpdateDistributionInput) (*cloudfront.UpdateDistributionOutput, error)
- func (fake *FakeCloudFrontAPI) UpdateDistributionArgsForCall(i int) *cloudfront.UpdateDistributionInput
- func (fake *FakeCloudFrontAPI) UpdateDistributionCallCount() int
- func (fake *FakeCloudFrontAPI) UpdateDistributionCalls(...)
- func (fake *FakeCloudFrontAPI) UpdateDistributionRequest(arg1 *cloudfront.UpdateDistributionInput) (*request.Request, *cloudfront.UpdateDistributionOutput)
- func (fake *FakeCloudFrontAPI) UpdateDistributionRequestArgsForCall(i int) *cloudfront.UpdateDistributionInput
- func (fake *FakeCloudFrontAPI) UpdateDistributionRequestCallCount() int
- func (fake *FakeCloudFrontAPI) UpdateDistributionRequestCalls(...)
- func (fake *FakeCloudFrontAPI) UpdateDistributionRequestReturns(result1 *request.Request, result2 *cloudfront.UpdateDistributionOutput)
- func (fake *FakeCloudFrontAPI) UpdateDistributionRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.UpdateDistributionOutput)
- func (fake *FakeCloudFrontAPI) UpdateDistributionReturns(result1 *cloudfront.UpdateDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UpdateDistributionReturnsOnCall(i int, result1 *cloudfront.UpdateDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UpdateDistributionWithContext(arg1 context.Context, arg2 *cloudfront.UpdateDistributionInput, ...) (*cloudfront.UpdateDistributionOutput, error)
- func (fake *FakeCloudFrontAPI) UpdateDistributionWithContextArgsForCall(i int) (context.Context, *cloudfront.UpdateDistributionInput, []request.Option)
- func (fake *FakeCloudFrontAPI) UpdateDistributionWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) UpdateDistributionWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) UpdateDistributionWithContextReturns(result1 *cloudfront.UpdateDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UpdateDistributionWithContextReturnsOnCall(i int, result1 *cloudfront.UpdateDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfig(arg1 *cloudfront.UpdateFieldLevelEncryptionConfigInput) (*cloudfront.UpdateFieldLevelEncryptionConfigOutput, error)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigArgsForCall(i int) *cloudfront.UpdateFieldLevelEncryptionConfigInput
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigCallCount() int
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigCalls(...)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigRequest(arg1 *cloudfront.UpdateFieldLevelEncryptionConfigInput) (*request.Request, *cloudfront.UpdateFieldLevelEncryptionConfigOutput)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigRequestArgsForCall(i int) *cloudfront.UpdateFieldLevelEncryptionConfigInput
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigRequestCallCount() int
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigRequestCalls(...)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigReturns(result1 *cloudfront.UpdateFieldLevelEncryptionConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigReturnsOnCall(i int, result1 *cloudfront.UpdateFieldLevelEncryptionConfigOutput, ...)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigWithContext(arg1 context.Context, arg2 *cloudfront.UpdateFieldLevelEncryptionConfigInput, ...) (*cloudfront.UpdateFieldLevelEncryptionConfigOutput, error)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigWithContextArgsForCall(i int) (context.Context, *cloudfront.UpdateFieldLevelEncryptionConfigInput, ...)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigWithContextReturns(result1 *cloudfront.UpdateFieldLevelEncryptionConfigOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigWithContextReturnsOnCall(i int, result1 *cloudfront.UpdateFieldLevelEncryptionConfigOutput, ...)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfile(arg1 *cloudfront.UpdateFieldLevelEncryptionProfileInput) (*cloudfront.UpdateFieldLevelEncryptionProfileOutput, error)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileArgsForCall(i int) *cloudfront.UpdateFieldLevelEncryptionProfileInput
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileCallCount() int
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileCalls(...)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileRequest(arg1 *cloudfront.UpdateFieldLevelEncryptionProfileInput) (*request.Request, *cloudfront.UpdateFieldLevelEncryptionProfileOutput)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileRequestArgsForCall(i int) *cloudfront.UpdateFieldLevelEncryptionProfileInput
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileRequestCallCount() int
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileRequestCalls(...)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileReturns(result1 *cloudfront.UpdateFieldLevelEncryptionProfileOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileReturnsOnCall(i int, result1 *cloudfront.UpdateFieldLevelEncryptionProfileOutput, ...)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileWithContext(arg1 context.Context, arg2 *cloudfront.UpdateFieldLevelEncryptionProfileInput, ...) (*cloudfront.UpdateFieldLevelEncryptionProfileOutput, error)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileWithContextArgsForCall(i int) (context.Context, *cloudfront.UpdateFieldLevelEncryptionProfileInput, ...)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileWithContextReturns(result1 *cloudfront.UpdateFieldLevelEncryptionProfileOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileWithContextReturnsOnCall(i int, result1 *cloudfront.UpdateFieldLevelEncryptionProfileOutput, ...)
- func (fake *FakeCloudFrontAPI) UpdatePublicKey(arg1 *cloudfront.UpdatePublicKeyInput) (*cloudfront.UpdatePublicKeyOutput, error)
- func (fake *FakeCloudFrontAPI) UpdatePublicKeyArgsForCall(i int) *cloudfront.UpdatePublicKeyInput
- func (fake *FakeCloudFrontAPI) UpdatePublicKeyCallCount() int
- func (fake *FakeCloudFrontAPI) UpdatePublicKeyCalls(...)
- func (fake *FakeCloudFrontAPI) UpdatePublicKeyRequest(arg1 *cloudfront.UpdatePublicKeyInput) (*request.Request, *cloudfront.UpdatePublicKeyOutput)
- func (fake *FakeCloudFrontAPI) UpdatePublicKeyRequestArgsForCall(i int) *cloudfront.UpdatePublicKeyInput
- func (fake *FakeCloudFrontAPI) UpdatePublicKeyRequestCallCount() int
- func (fake *FakeCloudFrontAPI) UpdatePublicKeyRequestCalls(...)
- func (fake *FakeCloudFrontAPI) UpdatePublicKeyRequestReturns(result1 *request.Request, result2 *cloudfront.UpdatePublicKeyOutput)
- func (fake *FakeCloudFrontAPI) UpdatePublicKeyRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.UpdatePublicKeyOutput)
- func (fake *FakeCloudFrontAPI) UpdatePublicKeyReturns(result1 *cloudfront.UpdatePublicKeyOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UpdatePublicKeyReturnsOnCall(i int, result1 *cloudfront.UpdatePublicKeyOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UpdatePublicKeyWithContext(arg1 context.Context, arg2 *cloudfront.UpdatePublicKeyInput, ...) (*cloudfront.UpdatePublicKeyOutput, error)
- func (fake *FakeCloudFrontAPI) UpdatePublicKeyWithContextArgsForCall(i int) (context.Context, *cloudfront.UpdatePublicKeyInput, []request.Option)
- func (fake *FakeCloudFrontAPI) UpdatePublicKeyWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) UpdatePublicKeyWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) UpdatePublicKeyWithContextReturns(result1 *cloudfront.UpdatePublicKeyOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UpdatePublicKeyWithContextReturnsOnCall(i int, result1 *cloudfront.UpdatePublicKeyOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UpdateStreamingDistribution(arg1 *cloudfront.UpdateStreamingDistributionInput) (*cloudfront.UpdateStreamingDistributionOutput, error)
- func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionArgsForCall(i int) *cloudfront.UpdateStreamingDistributionInput
- func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionCallCount() int
- func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionCalls(...)
- func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionRequest(arg1 *cloudfront.UpdateStreamingDistributionInput) (*request.Request, *cloudfront.UpdateStreamingDistributionOutput)
- func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionRequestArgsForCall(i int) *cloudfront.UpdateStreamingDistributionInput
- func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionRequestCallCount() int
- func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionRequestCalls(...)
- func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionRequestReturns(result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionRequestReturnsOnCall(i int, result1 *request.Request, ...)
- func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionReturns(result1 *cloudfront.UpdateStreamingDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionReturnsOnCall(i int, result1 *cloudfront.UpdateStreamingDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionWithContext(arg1 context.Context, arg2 *cloudfront.UpdateStreamingDistributionInput, ...) (*cloudfront.UpdateStreamingDistributionOutput, error)
- func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionWithContextArgsForCall(i int) (context.Context, *cloudfront.UpdateStreamingDistributionInput, ...)
- func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionWithContextReturns(result1 *cloudfront.UpdateStreamingDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionWithContextReturnsOnCall(i int, result1 *cloudfront.UpdateStreamingDistributionOutput, result2 error)
- func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployed(arg1 *cloudfront.GetDistributionInput) error
- func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedArgsForCall(i int) *cloudfront.GetDistributionInput
- func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedCallCount() int
- func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedCalls(stub func(*cloudfront.GetDistributionInput) error)
- func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedReturns(result1 error)
- func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedWithContext(arg1 context.Context, arg2 *cloudfront.GetDistributionInput, ...) error
- func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedWithContextArgsForCall(i int) (context.Context, *cloudfront.GetDistributionInput, []request.WaiterOption)
- func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedWithContextReturns(result1 error)
- func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedWithContextReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompleted(arg1 *cloudfront.GetInvalidationInput) error
- func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedArgsForCall(i int) *cloudfront.GetInvalidationInput
- func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedCallCount() int
- func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedCalls(stub func(*cloudfront.GetInvalidationInput) error)
- func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedReturns(result1 error)
- func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedWithContext(arg1 context.Context, arg2 *cloudfront.GetInvalidationInput, ...) error
- func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedWithContextArgsForCall(i int) (context.Context, *cloudfront.GetInvalidationInput, []request.WaiterOption)
- func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedWithContextReturns(result1 error)
- func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedWithContextReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployed(arg1 *cloudfront.GetStreamingDistributionInput) error
- func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedArgsForCall(i int) *cloudfront.GetStreamingDistributionInput
- func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedCallCount() int
- func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedCalls(stub func(*cloudfront.GetStreamingDistributionInput) error)
- func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedReturns(result1 error)
- func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedReturnsOnCall(i int, result1 error)
- func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedWithContext(arg1 context.Context, arg2 *cloudfront.GetStreamingDistributionInput, ...) error
- func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedWithContextArgsForCall(i int) (context.Context, *cloudfront.GetStreamingDistributionInput, ...)
- func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedWithContextCallCount() int
- func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedWithContextCalls(...)
- func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedWithContextReturns(result1 error)
- func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedWithContextReturnsOnCall(i int, result1 error)
- type MockELBV2API
- func (elb *MockELBV2API) AddListenerCertificates(input *elbv2.AddListenerCertificatesInput) (*elbv2.AddListenerCertificatesOutput, error)
- func (elb *MockELBV2API) AddListenerCertificatesRequest(*elbv2.AddListenerCertificatesInput) (*request.Request, *elbv2.AddListenerCertificatesOutput)
- func (elb *MockELBV2API) AddListenerCertificatesWithContext(aws.Context, *elbv2.AddListenerCertificatesInput, ...request.Option) (*elbv2.AddListenerCertificatesOutput, error)
- func (elb *MockELBV2API) AddTags(*elbv2.AddTagsInput) (*elbv2.AddTagsOutput, error)
- func (elb *MockELBV2API) AddTagsRequest(*elbv2.AddTagsInput) (*request.Request, *elbv2.AddTagsOutput)
- func (elb *MockELBV2API) AddTagsWithContext(aws.Context, *elbv2.AddTagsInput, ...request.Option) (*elbv2.AddTagsOutput, error)
- func (elb *MockELBV2API) Arner(name string) string
- func (elb *MockELBV2API) CreateListener(input *elbv2.CreateListenerInput) (*elbv2.CreateListenerOutput, error)
- func (elb *MockELBV2API) CreateListenerRequest(*elbv2.CreateListenerInput) (*request.Request, *elbv2.CreateListenerOutput)
- func (elb *MockELBV2API) CreateListenerWithContext(aws.Context, *elbv2.CreateListenerInput, ...request.Option) (*elbv2.CreateListenerOutput, error)
- func (elb *MockELBV2API) CreateLoadBalancer(input *elbv2.CreateLoadBalancerInput) (*elbv2.CreateLoadBalancerOutput, error)
- func (elb *MockELBV2API) CreateLoadBalancerRequest(*elbv2.CreateLoadBalancerInput) (*request.Request, *elbv2.CreateLoadBalancerOutput)
- func (elb *MockELBV2API) CreateLoadBalancerWithContext(aws.Context, *elbv2.CreateLoadBalancerInput, ...request.Option) (*elbv2.CreateLoadBalancerOutput, error)
- func (elb *MockELBV2API) CreateRule(*elbv2.CreateRuleInput) (*elbv2.CreateRuleOutput, error)
- func (elb *MockELBV2API) CreateRuleRequest(*elbv2.CreateRuleInput) (*request.Request, *elbv2.CreateRuleOutput)
- func (elb *MockELBV2API) CreateRuleWithContext(aws.Context, *elbv2.CreateRuleInput, ...request.Option) (*elbv2.CreateRuleOutput, error)
- func (elb *MockELBV2API) CreateTargetGroup(*elbv2.CreateTargetGroupInput) (*elbv2.CreateTargetGroupOutput, error)
- func (elb *MockELBV2API) CreateTargetGroupRequest(*elbv2.CreateTargetGroupInput) (*request.Request, *elbv2.CreateTargetGroupOutput)
- func (elb *MockELBV2API) CreateTargetGroupWithContext(aws.Context, *elbv2.CreateTargetGroupInput, ...request.Option) (*elbv2.CreateTargetGroupOutput, error)
- func (elb *MockELBV2API) DeleteListener(*elbv2.DeleteListenerInput) (*elbv2.DeleteListenerOutput, error)
- func (elb *MockELBV2API) DeleteListenerRequest(*elbv2.DeleteListenerInput) (*request.Request, *elbv2.DeleteListenerOutput)
- func (elb *MockELBV2API) DeleteListenerWithContext(aws.Context, *elbv2.DeleteListenerInput, ...request.Option) (*elbv2.DeleteListenerOutput, error)
- func (elb *MockELBV2API) DeleteLoadBalancer(*elbv2.DeleteLoadBalancerInput) (*elbv2.DeleteLoadBalancerOutput, error)
- func (elb *MockELBV2API) DeleteLoadBalancerRequest(*elbv2.DeleteLoadBalancerInput) (*request.Request, *elbv2.DeleteLoadBalancerOutput)
- func (elb *MockELBV2API) DeleteLoadBalancerWithContext(aws.Context, *elbv2.DeleteLoadBalancerInput, ...request.Option) (*elbv2.DeleteLoadBalancerOutput, error)
- func (elb *MockELBV2API) DeleteRule(*elbv2.DeleteRuleInput) (*elbv2.DeleteRuleOutput, error)
- func (elb *MockELBV2API) DeleteRuleRequest(*elbv2.DeleteRuleInput) (*request.Request, *elbv2.DeleteRuleOutput)
- func (elb *MockELBV2API) DeleteRuleWithContext(aws.Context, *elbv2.DeleteRuleInput, ...request.Option) (*elbv2.DeleteRuleOutput, error)
- func (elb *MockELBV2API) DeleteTargetGroup(*elbv2.DeleteTargetGroupInput) (*elbv2.DeleteTargetGroupOutput, error)
- func (elb *MockELBV2API) DeleteTargetGroupRequest(*elbv2.DeleteTargetGroupInput) (*request.Request, *elbv2.DeleteTargetGroupOutput)
- func (elb *MockELBV2API) DeleteTargetGroupWithContext(aws.Context, *elbv2.DeleteTargetGroupInput, ...request.Option) (*elbv2.DeleteTargetGroupOutput, error)
- func (elb *MockELBV2API) DeregisterTargets(*elbv2.DeregisterTargetsInput) (*elbv2.DeregisterTargetsOutput, error)
- func (elb *MockELBV2API) DeregisterTargetsRequest(*elbv2.DeregisterTargetsInput) (*request.Request, *elbv2.DeregisterTargetsOutput)
- func (elb *MockELBV2API) DeregisterTargetsWithContext(aws.Context, *elbv2.DeregisterTargetsInput, ...request.Option) (*elbv2.DeregisterTargetsOutput, error)
- func (elb *MockELBV2API) DescribeAccountLimits(*elbv2.DescribeAccountLimitsInput) (*elbv2.DescribeAccountLimitsOutput, error)
- func (elb *MockELBV2API) DescribeAccountLimitsRequest(*elbv2.DescribeAccountLimitsInput) (*request.Request, *elbv2.DescribeAccountLimitsOutput)
- func (elb *MockELBV2API) DescribeAccountLimitsWithContext(aws.Context, *elbv2.DescribeAccountLimitsInput, ...request.Option) (*elbv2.DescribeAccountLimitsOutput, error)
- func (elb *MockELBV2API) DescribeListenerCertificates(*elbv2.DescribeListenerCertificatesInput) (*elbv2.DescribeListenerCertificatesOutput, error)
- func (elb *MockELBV2API) DescribeListenerCertificatesRequest(*elbv2.DescribeListenerCertificatesInput) (*request.Request, *elbv2.DescribeListenerCertificatesOutput)
- func (elb *MockELBV2API) DescribeListenerCertificatesWithContext(aws.Context, *elbv2.DescribeListenerCertificatesInput, ...request.Option) (*elbv2.DescribeListenerCertificatesOutput, error)
- func (elb *MockELBV2API) DescribeListeners(input *elbv2.DescribeListenersInput) (*elbv2.DescribeListenersOutput, error)
- func (elb *MockELBV2API) DescribeListenersPages(*elbv2.DescribeListenersInput, func(*elbv2.DescribeListenersOutput, bool) bool) error
- func (elb *MockELBV2API) DescribeListenersPagesWithContext(aws.Context, *elbv2.DescribeListenersInput, ...) error
- func (elb *MockELBV2API) DescribeListenersRequest(*elbv2.DescribeListenersInput) (*request.Request, *elbv2.DescribeListenersOutput)
- func (elb *MockELBV2API) DescribeListenersWithContext(aws.Context, *elbv2.DescribeListenersInput, ...request.Option) (*elbv2.DescribeListenersOutput, error)
- func (elb *MockELBV2API) DescribeLoadBalancerAttributes(*elbv2.DescribeLoadBalancerAttributesInput) (*elbv2.DescribeLoadBalancerAttributesOutput, error)
- func (elb *MockELBV2API) DescribeLoadBalancerAttributesRequest(*elbv2.DescribeLoadBalancerAttributesInput) (*request.Request, *elbv2.DescribeLoadBalancerAttributesOutput)
- func (elb *MockELBV2API) DescribeLoadBalancerAttributesWithContext(aws.Context, *elbv2.DescribeLoadBalancerAttributesInput, ...request.Option) (*elbv2.DescribeLoadBalancerAttributesOutput, error)
- func (elb *MockELBV2API) DescribeLoadBalancers(input *elbv2.DescribeLoadBalancersInput) (*elbv2.DescribeLoadBalancersOutput, error)
- func (elb *MockELBV2API) DescribeLoadBalancersPages(*elbv2.DescribeLoadBalancersInput, ...) error
- func (elb *MockELBV2API) DescribeLoadBalancersPagesWithContext(aws.Context, *elbv2.DescribeLoadBalancersInput, ...) error
- func (elb *MockELBV2API) DescribeLoadBalancersRequest(*elbv2.DescribeLoadBalancersInput) (*request.Request, *elbv2.DescribeLoadBalancersOutput)
- func (elb *MockELBV2API) DescribeLoadBalancersWithContext(aws.Context, *elbv2.DescribeLoadBalancersInput, ...request.Option) (*elbv2.DescribeLoadBalancersOutput, error)
- func (elb *MockELBV2API) DescribeRules(*elbv2.DescribeRulesInput) (*elbv2.DescribeRulesOutput, error)
- func (elb *MockELBV2API) DescribeRulesRequest(*elbv2.DescribeRulesInput) (*request.Request, *elbv2.DescribeRulesOutput)
- func (elb *MockELBV2API) DescribeRulesWithContext(aws.Context, *elbv2.DescribeRulesInput, ...request.Option) (*elbv2.DescribeRulesOutput, error)
- func (elb *MockELBV2API) DescribeSSLPolicies(*elbv2.DescribeSSLPoliciesInput) (*elbv2.DescribeSSLPoliciesOutput, error)
- func (elb *MockELBV2API) DescribeSSLPoliciesRequest(*elbv2.DescribeSSLPoliciesInput) (*request.Request, *elbv2.DescribeSSLPoliciesOutput)
- func (elb *MockELBV2API) DescribeSSLPoliciesWithContext(aws.Context, *elbv2.DescribeSSLPoliciesInput, ...request.Option) (*elbv2.DescribeSSLPoliciesOutput, error)
- func (elb *MockELBV2API) DescribeTags(*elbv2.DescribeTagsInput) (*elbv2.DescribeTagsOutput, error)
- func (elb *MockELBV2API) DescribeTagsRequest(*elbv2.DescribeTagsInput) (*request.Request, *elbv2.DescribeTagsOutput)
- func (elb *MockELBV2API) DescribeTagsWithContext(aws.Context, *elbv2.DescribeTagsInput, ...request.Option) (*elbv2.DescribeTagsOutput, error)
- func (elb *MockELBV2API) DescribeTargetGroupAttributes(*elbv2.DescribeTargetGroupAttributesInput) (*elbv2.DescribeTargetGroupAttributesOutput, error)
- func (elb *MockELBV2API) DescribeTargetGroupAttributesRequest(*elbv2.DescribeTargetGroupAttributesInput) (*request.Request, *elbv2.DescribeTargetGroupAttributesOutput)
- func (elb *MockELBV2API) DescribeTargetGroupAttributesWithContext(aws.Context, *elbv2.DescribeTargetGroupAttributesInput, ...request.Option) (*elbv2.DescribeTargetGroupAttributesOutput, error)
- func (elb *MockELBV2API) DescribeTargetGroups(*elbv2.DescribeTargetGroupsInput) (*elbv2.DescribeTargetGroupsOutput, error)
- func (elb *MockELBV2API) DescribeTargetGroupsPages(*elbv2.DescribeTargetGroupsInput, ...) error
- func (elb *MockELBV2API) DescribeTargetGroupsPagesWithContext(aws.Context, *elbv2.DescribeTargetGroupsInput, ...) error
- func (elb *MockELBV2API) DescribeTargetGroupsRequest(*elbv2.DescribeTargetGroupsInput) (*request.Request, *elbv2.DescribeTargetGroupsOutput)
- func (elb *MockELBV2API) DescribeTargetGroupsWithContext(aws.Context, *elbv2.DescribeTargetGroupsInput, ...request.Option) (*elbv2.DescribeTargetGroupsOutput, error)
- func (elb *MockELBV2API) DescribeTargetHealth(*elbv2.DescribeTargetHealthInput) (*elbv2.DescribeTargetHealthOutput, error)
- func (elb *MockELBV2API) DescribeTargetHealthRequest(*elbv2.DescribeTargetHealthInput) (*request.Request, *elbv2.DescribeTargetHealthOutput)
- func (elb *MockELBV2API) DescribeTargetHealthWithContext(aws.Context, *elbv2.DescribeTargetHealthInput, ...request.Option) (*elbv2.DescribeTargetHealthOutput, error)
- func (elb *MockELBV2API) ModifyListener(*elbv2.ModifyListenerInput) (*elbv2.ModifyListenerOutput, error)
- func (elb *MockELBV2API) ModifyListenerRequest(*elbv2.ModifyListenerInput) (*request.Request, *elbv2.ModifyListenerOutput)
- func (elb *MockELBV2API) ModifyListenerWithContext(aws.Context, *elbv2.ModifyListenerInput, ...request.Option) (*elbv2.ModifyListenerOutput, error)
- func (elb *MockELBV2API) ModifyLoadBalancerAttributes(*elbv2.ModifyLoadBalancerAttributesInput) (*elbv2.ModifyLoadBalancerAttributesOutput, error)
- func (elb *MockELBV2API) ModifyLoadBalancerAttributesRequest(*elbv2.ModifyLoadBalancerAttributesInput) (*request.Request, *elbv2.ModifyLoadBalancerAttributesOutput)
- func (elb *MockELBV2API) ModifyLoadBalancerAttributesWithContext(aws.Context, *elbv2.ModifyLoadBalancerAttributesInput, ...request.Option) (*elbv2.ModifyLoadBalancerAttributesOutput, error)
- func (elb *MockELBV2API) ModifyRule(*elbv2.ModifyRuleInput) (*elbv2.ModifyRuleOutput, error)
- func (elb *MockELBV2API) ModifyRuleRequest(*elbv2.ModifyRuleInput) (*request.Request, *elbv2.ModifyRuleOutput)
- func (elb *MockELBV2API) ModifyRuleWithContext(aws.Context, *elbv2.ModifyRuleInput, ...request.Option) (*elbv2.ModifyRuleOutput, error)
- func (elb *MockELBV2API) ModifyTargetGroup(*elbv2.ModifyTargetGroupInput) (*elbv2.ModifyTargetGroupOutput, error)
- func (elb *MockELBV2API) ModifyTargetGroupAttributes(*elbv2.ModifyTargetGroupAttributesInput) (*elbv2.ModifyTargetGroupAttributesOutput, error)
- func (elb *MockELBV2API) ModifyTargetGroupAttributesRequest(*elbv2.ModifyTargetGroupAttributesInput) (*request.Request, *elbv2.ModifyTargetGroupAttributesOutput)
- func (elb *MockELBV2API) ModifyTargetGroupAttributesWithContext(aws.Context, *elbv2.ModifyTargetGroupAttributesInput, ...request.Option) (*elbv2.ModifyTargetGroupAttributesOutput, error)
- func (elb *MockELBV2API) ModifyTargetGroupRequest(*elbv2.ModifyTargetGroupInput) (*request.Request, *elbv2.ModifyTargetGroupOutput)
- func (elb *MockELBV2API) ModifyTargetGroupWithContext(aws.Context, *elbv2.ModifyTargetGroupInput, ...request.Option) (*elbv2.ModifyTargetGroupOutput, error)
- func (elb *MockELBV2API) RegisterTargets(*elbv2.RegisterTargetsInput) (*elbv2.RegisterTargetsOutput, error)
- func (elb *MockELBV2API) RegisterTargetsRequest(*elbv2.RegisterTargetsInput) (*request.Request, *elbv2.RegisterTargetsOutput)
- func (elb *MockELBV2API) RegisterTargetsWithContext(aws.Context, *elbv2.RegisterTargetsInput, ...request.Option) (*elbv2.RegisterTargetsOutput, error)
- func (elb *MockELBV2API) RemoveListenerCertificates(*elbv2.RemoveListenerCertificatesInput) (*elbv2.RemoveListenerCertificatesOutput, error)
- func (elb *MockELBV2API) RemoveListenerCertificatesRequest(*elbv2.RemoveListenerCertificatesInput) (*request.Request, *elbv2.RemoveListenerCertificatesOutput)
- func (elb *MockELBV2API) RemoveListenerCertificatesWithContext(aws.Context, *elbv2.RemoveListenerCertificatesInput, ...request.Option) (*elbv2.RemoveListenerCertificatesOutput, error)
- func (elb *MockELBV2API) RemoveTags(*elbv2.RemoveTagsInput) (*elbv2.RemoveTagsOutput, error)
- func (elb *MockELBV2API) RemoveTagsRequest(*elbv2.RemoveTagsInput) (*request.Request, *elbv2.RemoveTagsOutput)
- func (elb *MockELBV2API) RemoveTagsWithContext(aws.Context, *elbv2.RemoveTagsInput, ...request.Option) (*elbv2.RemoveTagsOutput, error)
- func (elb *MockELBV2API) SetIpAddressType(*elbv2.SetIpAddressTypeInput) (*elbv2.SetIpAddressTypeOutput, error)
- func (elb *MockELBV2API) SetIpAddressTypeRequest(*elbv2.SetIpAddressTypeInput) (*request.Request, *elbv2.SetIpAddressTypeOutput)
- func (elb *MockELBV2API) SetIpAddressTypeWithContext(aws.Context, *elbv2.SetIpAddressTypeInput, ...request.Option) (*elbv2.SetIpAddressTypeOutput, error)
- func (elb *MockELBV2API) SetRulePriorities(*elbv2.SetRulePrioritiesInput) (*elbv2.SetRulePrioritiesOutput, error)
- func (elb *MockELBV2API) SetRulePrioritiesRequest(*elbv2.SetRulePrioritiesInput) (*request.Request, *elbv2.SetRulePrioritiesOutput)
- func (elb *MockELBV2API) SetRulePrioritiesWithContext(aws.Context, *elbv2.SetRulePrioritiesInput, ...request.Option) (*elbv2.SetRulePrioritiesOutput, error)
- func (elb *MockELBV2API) SetSecurityGroups(*elbv2.SetSecurityGroupsInput) (*elbv2.SetSecurityGroupsOutput, error)
- func (elb *MockELBV2API) SetSecurityGroupsRequest(*elbv2.SetSecurityGroupsInput) (*request.Request, *elbv2.SetSecurityGroupsOutput)
- func (elb *MockELBV2API) SetSecurityGroupsWithContext(aws.Context, *elbv2.SetSecurityGroupsInput, ...request.Option) (*elbv2.SetSecurityGroupsOutput, error)
- func (elb *MockELBV2API) SetSubnets(*elbv2.SetSubnetsInput) (*elbv2.SetSubnetsOutput, error)
- func (elb *MockELBV2API) SetSubnetsRequest(*elbv2.SetSubnetsInput) (*request.Request, *elbv2.SetSubnetsOutput)
- func (elb *MockELBV2API) SetSubnetsWithContext(aws.Context, *elbv2.SetSubnetsInput, ...request.Option) (*elbv2.SetSubnetsOutput, error)
- func (elb *MockELBV2API) WaitUntilLoadBalancerAvailable(*elbv2.DescribeLoadBalancersInput) error
- func (elb *MockELBV2API) WaitUntilLoadBalancerAvailableWithContext(aws.Context, *elbv2.DescribeLoadBalancersInput, ...request.WaiterOption) error
- func (elb *MockELBV2API) WaitUntilLoadBalancerExists(*elbv2.DescribeLoadBalancersInput) error
- func (elb *MockELBV2API) WaitUntilLoadBalancerExistsWithContext(aws.Context, *elbv2.DescribeLoadBalancersInput, ...request.WaiterOption) error
- func (elb *MockELBV2API) WaitUntilLoadBalancersDeleted(*elbv2.DescribeLoadBalancersInput) error
- func (elb *MockELBV2API) WaitUntilLoadBalancersDeletedWithContext(aws.Context, *elbv2.DescribeLoadBalancersInput, ...request.WaiterOption) error
- func (elb *MockELBV2API) WaitUntilTargetDeregistered(*elbv2.DescribeTargetHealthInput) error
- func (elb *MockELBV2API) WaitUntilTargetDeregisteredWithContext(aws.Context, *elbv2.DescribeTargetHealthInput, ...request.WaiterOption) error
- func (elb *MockELBV2API) WaitUntilTargetInService(*elbv2.DescribeTargetHealthInput) error
- func (elb *MockELBV2API) WaitUntilTargetInServiceWithContext(aws.Context, *elbv2.DescribeTargetHealthInput, ...request.WaiterOption) error
- type MockIAMAPI
- func (iam *MockIAMAPI) AddClientIDToOpenIDConnectProvider(*iam.AddClientIDToOpenIDConnectProviderInput) (*iam.AddClientIDToOpenIDConnectProviderOutput, error)
- func (iam *MockIAMAPI) AddClientIDToOpenIDConnectProviderRequest(*iam.AddClientIDToOpenIDConnectProviderInput) (*request.Request, *iam.AddClientIDToOpenIDConnectProviderOutput)
- func (iam *MockIAMAPI) AddClientIDToOpenIDConnectProviderWithContext(aws.Context, *iam.AddClientIDToOpenIDConnectProviderInput, ...request.Option) (*iam.AddClientIDToOpenIDConnectProviderOutput, error)
- func (iam *MockIAMAPI) AddRoleToInstanceProfile(*iam.AddRoleToInstanceProfileInput) (*iam.AddRoleToInstanceProfileOutput, error)
- func (iam *MockIAMAPI) AddRoleToInstanceProfileRequest(*iam.AddRoleToInstanceProfileInput) (*request.Request, *iam.AddRoleToInstanceProfileOutput)
- func (iam *MockIAMAPI) AddRoleToInstanceProfileWithContext(aws.Context, *iam.AddRoleToInstanceProfileInput, ...request.Option) (*iam.AddRoleToInstanceProfileOutput, error)
- func (iam *MockIAMAPI) AddUserToGroup(*iam.AddUserToGroupInput) (*iam.AddUserToGroupOutput, error)
- func (iam *MockIAMAPI) AddUserToGroupRequest(*iam.AddUserToGroupInput) (*request.Request, *iam.AddUserToGroupOutput)
- func (iam *MockIAMAPI) AddUserToGroupWithContext(aws.Context, *iam.AddUserToGroupInput, ...request.Option) (*iam.AddUserToGroupOutput, error)
- func (iam *MockIAMAPI) Arner(name string) string
- func (iam *MockIAMAPI) AttachGroupPolicy(*iam.AttachGroupPolicyInput) (*iam.AttachGroupPolicyOutput, error)
- func (iam *MockIAMAPI) AttachGroupPolicyRequest(*iam.AttachGroupPolicyInput) (*request.Request, *iam.AttachGroupPolicyOutput)
- func (iam *MockIAMAPI) AttachGroupPolicyWithContext(aws.Context, *iam.AttachGroupPolicyInput, ...request.Option) (*iam.AttachGroupPolicyOutput, error)
- func (iam *MockIAMAPI) AttachRolePolicy(*iam.AttachRolePolicyInput) (*iam.AttachRolePolicyOutput, error)
- func (iam *MockIAMAPI) AttachRolePolicyRequest(*iam.AttachRolePolicyInput) (*request.Request, *iam.AttachRolePolicyOutput)
- func (iam *MockIAMAPI) AttachRolePolicyWithContext(aws.Context, *iam.AttachRolePolicyInput, ...request.Option) (*iam.AttachRolePolicyOutput, error)
- func (iam *MockIAMAPI) AttachUserPolicy(*iam.AttachUserPolicyInput) (*iam.AttachUserPolicyOutput, error)
- func (iam *MockIAMAPI) AttachUserPolicyRequest(*iam.AttachUserPolicyInput) (*request.Request, *iam.AttachUserPolicyOutput)
- func (iam *MockIAMAPI) AttachUserPolicyWithContext(aws.Context, *iam.AttachUserPolicyInput, ...request.Option) (*iam.AttachUserPolicyOutput, error)
- func (iam *MockIAMAPI) ChangePassword(*iam.ChangePasswordInput) (*iam.ChangePasswordOutput, error)
- func (iam *MockIAMAPI) ChangePasswordRequest(*iam.ChangePasswordInput) (*request.Request, *iam.ChangePasswordOutput)
- func (iam *MockIAMAPI) ChangePasswordWithContext(aws.Context, *iam.ChangePasswordInput, ...request.Option) (*iam.ChangePasswordOutput, error)
- func (iam *MockIAMAPI) CreateAccessKey(*iam.CreateAccessKeyInput) (*iam.CreateAccessKeyOutput, error)
- func (iam *MockIAMAPI) CreateAccessKeyRequest(*iam.CreateAccessKeyInput) (*request.Request, *iam.CreateAccessKeyOutput)
- func (iam *MockIAMAPI) CreateAccessKeyWithContext(aws.Context, *iam.CreateAccessKeyInput, ...request.Option) (*iam.CreateAccessKeyOutput, error)
- func (iam *MockIAMAPI) CreateAccountAlias(*iam.CreateAccountAliasInput) (*iam.CreateAccountAliasOutput, error)
- func (iam *MockIAMAPI) CreateAccountAliasRequest(*iam.CreateAccountAliasInput) (*request.Request, *iam.CreateAccountAliasOutput)
- func (iam *MockIAMAPI) CreateAccountAliasWithContext(aws.Context, *iam.CreateAccountAliasInput, ...request.Option) (*iam.CreateAccountAliasOutput, error)
- func (iam *MockIAMAPI) CreateGroup(*iam.CreateGroupInput) (*iam.CreateGroupOutput, error)
- func (iam *MockIAMAPI) CreateGroupRequest(*iam.CreateGroupInput) (*request.Request, *iam.CreateGroupOutput)
- func (iam *MockIAMAPI) CreateGroupWithContext(aws.Context, *iam.CreateGroupInput, ...request.Option) (*iam.CreateGroupOutput, error)
- func (iam *MockIAMAPI) CreateInstanceProfile(*iam.CreateInstanceProfileInput) (*iam.CreateInstanceProfileOutput, error)
- func (iam *MockIAMAPI) CreateInstanceProfileRequest(*iam.CreateInstanceProfileInput) (*request.Request, *iam.CreateInstanceProfileOutput)
- func (iam *MockIAMAPI) CreateInstanceProfileWithContext(aws.Context, *iam.CreateInstanceProfileInput, ...request.Option) (*iam.CreateInstanceProfileOutput, error)
- func (iam *MockIAMAPI) CreateLoginProfile(*iam.CreateLoginProfileInput) (*iam.CreateLoginProfileOutput, error)
- func (iam *MockIAMAPI) CreateLoginProfileRequest(*iam.CreateLoginProfileInput) (*request.Request, *iam.CreateLoginProfileOutput)
- func (iam *MockIAMAPI) CreateLoginProfileWithContext(aws.Context, *iam.CreateLoginProfileInput, ...request.Option) (*iam.CreateLoginProfileOutput, error)
- func (iam *MockIAMAPI) CreateOpenIDConnectProvider(*iam.CreateOpenIDConnectProviderInput) (*iam.CreateOpenIDConnectProviderOutput, error)
- func (iam *MockIAMAPI) CreateOpenIDConnectProviderRequest(*iam.CreateOpenIDConnectProviderInput) (*request.Request, *iam.CreateOpenIDConnectProviderOutput)
- func (iam *MockIAMAPI) CreateOpenIDConnectProviderWithContext(aws.Context, *iam.CreateOpenIDConnectProviderInput, ...request.Option) (*iam.CreateOpenIDConnectProviderOutput, error)
- func (iam *MockIAMAPI) CreatePolicy(*iam.CreatePolicyInput) (*iam.CreatePolicyOutput, error)
- func (iam *MockIAMAPI) CreatePolicyRequest(*iam.CreatePolicyInput) (*request.Request, *iam.CreatePolicyOutput)
- func (iam *MockIAMAPI) CreatePolicyVersion(*iam.CreatePolicyVersionInput) (*iam.CreatePolicyVersionOutput, error)
- func (iam *MockIAMAPI) CreatePolicyVersionRequest(*iam.CreatePolicyVersionInput) (*request.Request, *iam.CreatePolicyVersionOutput)
- func (iam *MockIAMAPI) CreatePolicyVersionWithContext(aws.Context, *iam.CreatePolicyVersionInput, ...request.Option) (*iam.CreatePolicyVersionOutput, error)
- func (iam *MockIAMAPI) CreatePolicyWithContext(aws.Context, *iam.CreatePolicyInput, ...request.Option) (*iam.CreatePolicyOutput, error)
- func (iam *MockIAMAPI) CreateRole(*iam.CreateRoleInput) (*iam.CreateRoleOutput, error)
- func (iam *MockIAMAPI) CreateRoleRequest(*iam.CreateRoleInput) (*request.Request, *iam.CreateRoleOutput)
- func (iam *MockIAMAPI) CreateRoleWithContext(aws.Context, *iam.CreateRoleInput, ...request.Option) (*iam.CreateRoleOutput, error)
- func (iam *MockIAMAPI) CreateSAMLProvider(*iam.CreateSAMLProviderInput) (*iam.CreateSAMLProviderOutput, error)
- func (iam *MockIAMAPI) CreateSAMLProviderRequest(*iam.CreateSAMLProviderInput) (*request.Request, *iam.CreateSAMLProviderOutput)
- func (iam *MockIAMAPI) CreateSAMLProviderWithContext(aws.Context, *iam.CreateSAMLProviderInput, ...request.Option) (*iam.CreateSAMLProviderOutput, error)
- func (iam *MockIAMAPI) CreateServiceLinkedRole(*iam.CreateServiceLinkedRoleInput) (*iam.CreateServiceLinkedRoleOutput, error)
- func (iam *MockIAMAPI) CreateServiceLinkedRoleRequest(*iam.CreateServiceLinkedRoleInput) (*request.Request, *iam.CreateServiceLinkedRoleOutput)
- func (iam *MockIAMAPI) CreateServiceLinkedRoleWithContext(aws.Context, *iam.CreateServiceLinkedRoleInput, ...request.Option) (*iam.CreateServiceLinkedRoleOutput, error)
- func (iam *MockIAMAPI) CreateServiceSpecificCredential(*iam.CreateServiceSpecificCredentialInput) (*iam.CreateServiceSpecificCredentialOutput, error)
- func (iam *MockIAMAPI) CreateServiceSpecificCredentialRequest(*iam.CreateServiceSpecificCredentialInput) (*request.Request, *iam.CreateServiceSpecificCredentialOutput)
- func (iam *MockIAMAPI) CreateServiceSpecificCredentialWithContext(aws.Context, *iam.CreateServiceSpecificCredentialInput, ...request.Option) (*iam.CreateServiceSpecificCredentialOutput, error)
- func (iam *MockIAMAPI) CreateUser(*iam.CreateUserInput) (*iam.CreateUserOutput, error)
- func (iam *MockIAMAPI) CreateUserRequest(*iam.CreateUserInput) (*request.Request, *iam.CreateUserOutput)
- func (iam *MockIAMAPI) CreateUserWithContext(aws.Context, *iam.CreateUserInput, ...request.Option) (*iam.CreateUserOutput, error)
- func (iam *MockIAMAPI) CreateVirtualMFADevice(*iam.CreateVirtualMFADeviceInput) (*iam.CreateVirtualMFADeviceOutput, error)
- func (iam *MockIAMAPI) CreateVirtualMFADeviceRequest(*iam.CreateVirtualMFADeviceInput) (*request.Request, *iam.CreateVirtualMFADeviceOutput)
- func (iam *MockIAMAPI) CreateVirtualMFADeviceWithContext(aws.Context, *iam.CreateVirtualMFADeviceInput, ...request.Option) (*iam.CreateVirtualMFADeviceOutput, error)
- func (iam *MockIAMAPI) DeactivateMFADevice(*iam.DeactivateMFADeviceInput) (*iam.DeactivateMFADeviceOutput, error)
- func (iam *MockIAMAPI) DeactivateMFADeviceRequest(*iam.DeactivateMFADeviceInput) (*request.Request, *iam.DeactivateMFADeviceOutput)
- func (iam *MockIAMAPI) DeactivateMFADeviceWithContext(aws.Context, *iam.DeactivateMFADeviceInput, ...request.Option) (*iam.DeactivateMFADeviceOutput, error)
- func (iam *MockIAMAPI) DeleteAccessKey(*iam.DeleteAccessKeyInput) (*iam.DeleteAccessKeyOutput, error)
- func (iam *MockIAMAPI) DeleteAccessKeyRequest(*iam.DeleteAccessKeyInput) (*request.Request, *iam.DeleteAccessKeyOutput)
- func (iam *MockIAMAPI) DeleteAccessKeyWithContext(aws.Context, *iam.DeleteAccessKeyInput, ...request.Option) (*iam.DeleteAccessKeyOutput, error)
- func (iam *MockIAMAPI) DeleteAccountAlias(*iam.DeleteAccountAliasInput) (*iam.DeleteAccountAliasOutput, error)
- func (iam *MockIAMAPI) DeleteAccountAliasRequest(*iam.DeleteAccountAliasInput) (*request.Request, *iam.DeleteAccountAliasOutput)
- func (iam *MockIAMAPI) DeleteAccountAliasWithContext(aws.Context, *iam.DeleteAccountAliasInput, ...request.Option) (*iam.DeleteAccountAliasOutput, error)
- func (iam *MockIAMAPI) DeleteAccountPasswordPolicy(*iam.DeleteAccountPasswordPolicyInput) (*iam.DeleteAccountPasswordPolicyOutput, error)
- func (iam *MockIAMAPI) DeleteAccountPasswordPolicyRequest(*iam.DeleteAccountPasswordPolicyInput) (*request.Request, *iam.DeleteAccountPasswordPolicyOutput)
- func (iam *MockIAMAPI) DeleteAccountPasswordPolicyWithContext(aws.Context, *iam.DeleteAccountPasswordPolicyInput, ...request.Option) (*iam.DeleteAccountPasswordPolicyOutput, error)
- func (iam *MockIAMAPI) DeleteGroup(*iam.DeleteGroupInput) (*iam.DeleteGroupOutput, error)
- func (iam *MockIAMAPI) DeleteGroupPolicy(*iam.DeleteGroupPolicyInput) (*iam.DeleteGroupPolicyOutput, error)
- func (iam *MockIAMAPI) DeleteGroupPolicyRequest(*iam.DeleteGroupPolicyInput) (*request.Request, *iam.DeleteGroupPolicyOutput)
- func (iam *MockIAMAPI) DeleteGroupPolicyWithContext(aws.Context, *iam.DeleteGroupPolicyInput, ...request.Option) (*iam.DeleteGroupPolicyOutput, error)
- func (iam *MockIAMAPI) DeleteGroupRequest(*iam.DeleteGroupInput) (*request.Request, *iam.DeleteGroupOutput)
- func (iam *MockIAMAPI) DeleteGroupWithContext(aws.Context, *iam.DeleteGroupInput, ...request.Option) (*iam.DeleteGroupOutput, error)
- func (iam *MockIAMAPI) DeleteInstanceProfile(*iam.DeleteInstanceProfileInput) (*iam.DeleteInstanceProfileOutput, error)
- func (iam *MockIAMAPI) DeleteInstanceProfileRequest(*iam.DeleteInstanceProfileInput) (*request.Request, *iam.DeleteInstanceProfileOutput)
- func (iam *MockIAMAPI) DeleteInstanceProfileWithContext(aws.Context, *iam.DeleteInstanceProfileInput, ...request.Option) (*iam.DeleteInstanceProfileOutput, error)
- func (iam *MockIAMAPI) DeleteLoginProfile(*iam.DeleteLoginProfileInput) (*iam.DeleteLoginProfileOutput, error)
- func (iam *MockIAMAPI) DeleteLoginProfileRequest(*iam.DeleteLoginProfileInput) (*request.Request, *iam.DeleteLoginProfileOutput)
- func (iam *MockIAMAPI) DeleteLoginProfileWithContext(aws.Context, *iam.DeleteLoginProfileInput, ...request.Option) (*iam.DeleteLoginProfileOutput, error)
- func (iam *MockIAMAPI) DeleteOpenIDConnectProvider(*iam.DeleteOpenIDConnectProviderInput) (*iam.DeleteOpenIDConnectProviderOutput, error)
- func (iam *MockIAMAPI) DeleteOpenIDConnectProviderRequest(*iam.DeleteOpenIDConnectProviderInput) (*request.Request, *iam.DeleteOpenIDConnectProviderOutput)
- func (iam *MockIAMAPI) DeleteOpenIDConnectProviderWithContext(aws.Context, *iam.DeleteOpenIDConnectProviderInput, ...request.Option) (*iam.DeleteOpenIDConnectProviderOutput, error)
- func (iam *MockIAMAPI) DeletePolicy(*iam.DeletePolicyInput) (*iam.DeletePolicyOutput, error)
- func (iam *MockIAMAPI) DeletePolicyRequest(*iam.DeletePolicyInput) (*request.Request, *iam.DeletePolicyOutput)
- func (iam *MockIAMAPI) DeletePolicyVersion(*iam.DeletePolicyVersionInput) (*iam.DeletePolicyVersionOutput, error)
- func (iam *MockIAMAPI) DeletePolicyVersionRequest(*iam.DeletePolicyVersionInput) (*request.Request, *iam.DeletePolicyVersionOutput)
- func (iam *MockIAMAPI) DeletePolicyVersionWithContext(aws.Context, *iam.DeletePolicyVersionInput, ...request.Option) (*iam.DeletePolicyVersionOutput, error)
- func (iam *MockIAMAPI) DeletePolicyWithContext(aws.Context, *iam.DeletePolicyInput, ...request.Option) (*iam.DeletePolicyOutput, error)
- func (iam *MockIAMAPI) DeleteRole(*iam.DeleteRoleInput) (*iam.DeleteRoleOutput, error)
- func (iam *MockIAMAPI) DeleteRolePermissionsBoundary(*iam.DeleteRolePermissionsBoundaryInput) (*iam.DeleteRolePermissionsBoundaryOutput, error)
- func (iam *MockIAMAPI) DeleteRolePermissionsBoundaryRequest(*iam.DeleteRolePermissionsBoundaryInput) (*request.Request, *iam.DeleteRolePermissionsBoundaryOutput)
- func (iam *MockIAMAPI) DeleteRolePermissionsBoundaryWithContext(aws.Context, *iam.DeleteRolePermissionsBoundaryInput, ...request.Option) (*iam.DeleteRolePermissionsBoundaryOutput, error)
- func (iam *MockIAMAPI) DeleteRolePolicy(*iam.DeleteRolePolicyInput) (*iam.DeleteRolePolicyOutput, error)
- func (iam *MockIAMAPI) DeleteRolePolicyRequest(*iam.DeleteRolePolicyInput) (*request.Request, *iam.DeleteRolePolicyOutput)
- func (iam *MockIAMAPI) DeleteRolePolicyWithContext(aws.Context, *iam.DeleteRolePolicyInput, ...request.Option) (*iam.DeleteRolePolicyOutput, error)
- func (iam *MockIAMAPI) DeleteRoleRequest(*iam.DeleteRoleInput) (*request.Request, *iam.DeleteRoleOutput)
- func (iam *MockIAMAPI) DeleteRoleWithContext(aws.Context, *iam.DeleteRoleInput, ...request.Option) (*iam.DeleteRoleOutput, error)
- func (iam *MockIAMAPI) DeleteSAMLProvider(*iam.DeleteSAMLProviderInput) (*iam.DeleteSAMLProviderOutput, error)
- func (iam *MockIAMAPI) DeleteSAMLProviderRequest(*iam.DeleteSAMLProviderInput) (*request.Request, *iam.DeleteSAMLProviderOutput)
- func (iam *MockIAMAPI) DeleteSAMLProviderWithContext(aws.Context, *iam.DeleteSAMLProviderInput, ...request.Option) (*iam.DeleteSAMLProviderOutput, error)
- func (iam *MockIAMAPI) DeleteSSHPublicKey(*iam.DeleteSSHPublicKeyInput) (*iam.DeleteSSHPublicKeyOutput, error)
- func (iam *MockIAMAPI) DeleteSSHPublicKeyRequest(*iam.DeleteSSHPublicKeyInput) (*request.Request, *iam.DeleteSSHPublicKeyOutput)
- func (iam *MockIAMAPI) DeleteSSHPublicKeyWithContext(aws.Context, *iam.DeleteSSHPublicKeyInput, ...request.Option) (*iam.DeleteSSHPublicKeyOutput, error)
- func (iam *MockIAMAPI) DeleteServerCertificate(*iam.DeleteServerCertificateInput) (*iam.DeleteServerCertificateOutput, error)
- func (iam *MockIAMAPI) DeleteServerCertificateRequest(*iam.DeleteServerCertificateInput) (*request.Request, *iam.DeleteServerCertificateOutput)
- func (iam *MockIAMAPI) DeleteServerCertificateWithContext(aws.Context, *iam.DeleteServerCertificateInput, ...request.Option) (*iam.DeleteServerCertificateOutput, error)
- func (iam *MockIAMAPI) DeleteServiceLinkedRole(*iam.DeleteServiceLinkedRoleInput) (*iam.DeleteServiceLinkedRoleOutput, error)
- func (iam *MockIAMAPI) DeleteServiceLinkedRoleRequest(*iam.DeleteServiceLinkedRoleInput) (*request.Request, *iam.DeleteServiceLinkedRoleOutput)
- func (iam *MockIAMAPI) DeleteServiceLinkedRoleWithContext(aws.Context, *iam.DeleteServiceLinkedRoleInput, ...request.Option) (*iam.DeleteServiceLinkedRoleOutput, error)
- func (iam *MockIAMAPI) DeleteServiceSpecificCredential(*iam.DeleteServiceSpecificCredentialInput) (*iam.DeleteServiceSpecificCredentialOutput, error)
- func (iam *MockIAMAPI) DeleteServiceSpecificCredentialRequest(*iam.DeleteServiceSpecificCredentialInput) (*request.Request, *iam.DeleteServiceSpecificCredentialOutput)
- func (iam *MockIAMAPI) DeleteServiceSpecificCredentialWithContext(aws.Context, *iam.DeleteServiceSpecificCredentialInput, ...request.Option) (*iam.DeleteServiceSpecificCredentialOutput, error)
- func (iam *MockIAMAPI) DeleteSigningCertificate(*iam.DeleteSigningCertificateInput) (*iam.DeleteSigningCertificateOutput, error)
- func (iam *MockIAMAPI) DeleteSigningCertificateRequest(*iam.DeleteSigningCertificateInput) (*request.Request, *iam.DeleteSigningCertificateOutput)
- func (iam *MockIAMAPI) DeleteSigningCertificateWithContext(aws.Context, *iam.DeleteSigningCertificateInput, ...request.Option) (*iam.DeleteSigningCertificateOutput, error)
- func (iam *MockIAMAPI) DeleteUser(*iam.DeleteUserInput) (*iam.DeleteUserOutput, error)
- func (iam *MockIAMAPI) DeleteUserPermissionsBoundary(*iam.DeleteUserPermissionsBoundaryInput) (*iam.DeleteUserPermissionsBoundaryOutput, error)
- func (iam *MockIAMAPI) DeleteUserPermissionsBoundaryRequest(*iam.DeleteUserPermissionsBoundaryInput) (*request.Request, *iam.DeleteUserPermissionsBoundaryOutput)
- func (iam *MockIAMAPI) DeleteUserPermissionsBoundaryWithContext(aws.Context, *iam.DeleteUserPermissionsBoundaryInput, ...request.Option) (*iam.DeleteUserPermissionsBoundaryOutput, error)
- func (iam *MockIAMAPI) DeleteUserPolicy(*iam.DeleteUserPolicyInput) (*iam.DeleteUserPolicyOutput, error)
- func (iam *MockIAMAPI) DeleteUserPolicyRequest(*iam.DeleteUserPolicyInput) (*request.Request, *iam.DeleteUserPolicyOutput)
- func (iam *MockIAMAPI) DeleteUserPolicyWithContext(aws.Context, *iam.DeleteUserPolicyInput, ...request.Option) (*iam.DeleteUserPolicyOutput, error)
- func (iam *MockIAMAPI) DeleteUserRequest(*iam.DeleteUserInput) (*request.Request, *iam.DeleteUserOutput)
- func (iam *MockIAMAPI) DeleteUserWithContext(aws.Context, *iam.DeleteUserInput, ...request.Option) (*iam.DeleteUserOutput, error)
- func (iam *MockIAMAPI) DeleteVirtualMFADevice(*iam.DeleteVirtualMFADeviceInput) (*iam.DeleteVirtualMFADeviceOutput, error)
- func (iam *MockIAMAPI) DeleteVirtualMFADeviceRequest(*iam.DeleteVirtualMFADeviceInput) (*request.Request, *iam.DeleteVirtualMFADeviceOutput)
- func (iam *MockIAMAPI) DeleteVirtualMFADeviceWithContext(aws.Context, *iam.DeleteVirtualMFADeviceInput, ...request.Option) (*iam.DeleteVirtualMFADeviceOutput, error)
- func (iam *MockIAMAPI) DetachGroupPolicy(*iam.DetachGroupPolicyInput) (*iam.DetachGroupPolicyOutput, error)
- func (iam *MockIAMAPI) DetachGroupPolicyRequest(*iam.DetachGroupPolicyInput) (*request.Request, *iam.DetachGroupPolicyOutput)
- func (iam *MockIAMAPI) DetachGroupPolicyWithContext(aws.Context, *iam.DetachGroupPolicyInput, ...request.Option) (*iam.DetachGroupPolicyOutput, error)
- func (iam *MockIAMAPI) DetachRolePolicy(*iam.DetachRolePolicyInput) (*iam.DetachRolePolicyOutput, error)
- func (iam *MockIAMAPI) DetachRolePolicyRequest(*iam.DetachRolePolicyInput) (*request.Request, *iam.DetachRolePolicyOutput)
- func (iam *MockIAMAPI) DetachRolePolicyWithContext(aws.Context, *iam.DetachRolePolicyInput, ...request.Option) (*iam.DetachRolePolicyOutput, error)
- func (iam *MockIAMAPI) DetachUserPolicy(*iam.DetachUserPolicyInput) (*iam.DetachUserPolicyOutput, error)
- func (iam *MockIAMAPI) DetachUserPolicyRequest(*iam.DetachUserPolicyInput) (*request.Request, *iam.DetachUserPolicyOutput)
- func (iam *MockIAMAPI) DetachUserPolicyWithContext(aws.Context, *iam.DetachUserPolicyInput, ...request.Option) (*iam.DetachUserPolicyOutput, error)
- func (iam *MockIAMAPI) EnableMFADevice(*iam.EnableMFADeviceInput) (*iam.EnableMFADeviceOutput, error)
- func (iam *MockIAMAPI) EnableMFADeviceRequest(*iam.EnableMFADeviceInput) (*request.Request, *iam.EnableMFADeviceOutput)
- func (iam *MockIAMAPI) EnableMFADeviceWithContext(aws.Context, *iam.EnableMFADeviceInput, ...request.Option) (*iam.EnableMFADeviceOutput, error)
- func (iam *MockIAMAPI) GenerateCredentialReport(*iam.GenerateCredentialReportInput) (*iam.GenerateCredentialReportOutput, error)
- func (iam *MockIAMAPI) GenerateCredentialReportRequest(*iam.GenerateCredentialReportInput) (*request.Request, *iam.GenerateCredentialReportOutput)
- func (iam *MockIAMAPI) GenerateCredentialReportWithContext(aws.Context, *iam.GenerateCredentialReportInput, ...request.Option) (*iam.GenerateCredentialReportOutput, error)
- func (iam *MockIAMAPI) GenerateOrganizationsAccessReport(*iam.GenerateOrganizationsAccessReportInput) (*iam.GenerateOrganizationsAccessReportOutput, error)
- func (iam *MockIAMAPI) GenerateOrganizationsAccessReportRequest(*iam.GenerateOrganizationsAccessReportInput) (*request.Request, *iam.GenerateOrganizationsAccessReportOutput)
- func (iam *MockIAMAPI) GenerateOrganizationsAccessReportWithContext(aws.Context, *iam.GenerateOrganizationsAccessReportInput, ...request.Option) (*iam.GenerateOrganizationsAccessReportOutput, error)
- func (iam *MockIAMAPI) GenerateServiceLastAccessedDetails(*iam.GenerateServiceLastAccessedDetailsInput) (*iam.GenerateServiceLastAccessedDetailsOutput, error)
- func (iam *MockIAMAPI) GenerateServiceLastAccessedDetailsRequest(*iam.GenerateServiceLastAccessedDetailsInput) (*request.Request, *iam.GenerateServiceLastAccessedDetailsOutput)
- func (iam *MockIAMAPI) GenerateServiceLastAccessedDetailsWithContext(aws.Context, *iam.GenerateServiceLastAccessedDetailsInput, ...request.Option) (*iam.GenerateServiceLastAccessedDetailsOutput, error)
- func (iam *MockIAMAPI) GetAccessKeyLastUsed(*iam.GetAccessKeyLastUsedInput) (*iam.GetAccessKeyLastUsedOutput, error)
- func (iam *MockIAMAPI) GetAccessKeyLastUsedRequest(*iam.GetAccessKeyLastUsedInput) (*request.Request, *iam.GetAccessKeyLastUsedOutput)
- func (iam *MockIAMAPI) GetAccessKeyLastUsedWithContext(aws.Context, *iam.GetAccessKeyLastUsedInput, ...request.Option) (*iam.GetAccessKeyLastUsedOutput, error)
- func (iam *MockIAMAPI) GetAccountAuthorizationDetails(*iam.GetAccountAuthorizationDetailsInput) (*iam.GetAccountAuthorizationDetailsOutput, error)
- func (iam *MockIAMAPI) GetAccountAuthorizationDetailsPages(*iam.GetAccountAuthorizationDetailsInput, ...) error
- func (iam *MockIAMAPI) GetAccountAuthorizationDetailsPagesWithContext(aws.Context, *iam.GetAccountAuthorizationDetailsInput, ...) error
- func (iam *MockIAMAPI) GetAccountAuthorizationDetailsRequest(*iam.GetAccountAuthorizationDetailsInput) (*request.Request, *iam.GetAccountAuthorizationDetailsOutput)
- func (iam *MockIAMAPI) GetAccountAuthorizationDetailsWithContext(aws.Context, *iam.GetAccountAuthorizationDetailsInput, ...request.Option) (*iam.GetAccountAuthorizationDetailsOutput, error)
- func (iam *MockIAMAPI) GetAccountPasswordPolicy(*iam.GetAccountPasswordPolicyInput) (*iam.GetAccountPasswordPolicyOutput, error)
- func (iam *MockIAMAPI) GetAccountPasswordPolicyRequest(*iam.GetAccountPasswordPolicyInput) (*request.Request, *iam.GetAccountPasswordPolicyOutput)
- func (iam *MockIAMAPI) GetAccountPasswordPolicyWithContext(aws.Context, *iam.GetAccountPasswordPolicyInput, ...request.Option) (*iam.GetAccountPasswordPolicyOutput, error)
- func (iam *MockIAMAPI) GetAccountSummary(*iam.GetAccountSummaryInput) (*iam.GetAccountSummaryOutput, error)
- func (iam *MockIAMAPI) GetAccountSummaryRequest(*iam.GetAccountSummaryInput) (*request.Request, *iam.GetAccountSummaryOutput)
- func (iam *MockIAMAPI) GetAccountSummaryWithContext(aws.Context, *iam.GetAccountSummaryInput, ...request.Option) (*iam.GetAccountSummaryOutput, error)
- func (iam *MockIAMAPI) GetContextKeysForCustomPolicy(*iam.GetContextKeysForCustomPolicyInput) (*iam.GetContextKeysForPolicyResponse, error)
- func (iam *MockIAMAPI) GetContextKeysForCustomPolicyRequest(*iam.GetContextKeysForCustomPolicyInput) (*request.Request, *iam.GetContextKeysForPolicyResponse)
- func (iam *MockIAMAPI) GetContextKeysForCustomPolicyWithContext(aws.Context, *iam.GetContextKeysForCustomPolicyInput, ...request.Option) (*iam.GetContextKeysForPolicyResponse, error)
- func (iam *MockIAMAPI) GetContextKeysForPrincipalPolicy(*iam.GetContextKeysForPrincipalPolicyInput) (*iam.GetContextKeysForPolicyResponse, error)
- func (iam *MockIAMAPI) GetContextKeysForPrincipalPolicyRequest(*iam.GetContextKeysForPrincipalPolicyInput) (*request.Request, *iam.GetContextKeysForPolicyResponse)
- func (iam *MockIAMAPI) GetContextKeysForPrincipalPolicyWithContext(aws.Context, *iam.GetContextKeysForPrincipalPolicyInput, ...request.Option) (*iam.GetContextKeysForPolicyResponse, error)
- func (iam *MockIAMAPI) GetCredentialReport(*iam.GetCredentialReportInput) (*iam.GetCredentialReportOutput, error)
- func (iam *MockIAMAPI) GetCredentialReportRequest(*iam.GetCredentialReportInput) (*request.Request, *iam.GetCredentialReportOutput)
- func (iam *MockIAMAPI) GetCredentialReportWithContext(aws.Context, *iam.GetCredentialReportInput, ...request.Option) (*iam.GetCredentialReportOutput, error)
- func (iam *MockIAMAPI) GetGroup(*iam.GetGroupInput) (*iam.GetGroupOutput, error)
- func (iam *MockIAMAPI) GetGroupPages(*iam.GetGroupInput, func(*iam.GetGroupOutput, bool) bool) error
- func (iam *MockIAMAPI) GetGroupPagesWithContext(aws.Context, *iam.GetGroupInput, func(*iam.GetGroupOutput, bool) bool, ...) error
- func (iam *MockIAMAPI) GetGroupPolicy(*iam.GetGroupPolicyInput) (*iam.GetGroupPolicyOutput, error)
- func (iam *MockIAMAPI) GetGroupPolicyRequest(*iam.GetGroupPolicyInput) (*request.Request, *iam.GetGroupPolicyOutput)
- func (iam *MockIAMAPI) GetGroupPolicyWithContext(aws.Context, *iam.GetGroupPolicyInput, ...request.Option) (*iam.GetGroupPolicyOutput, error)
- func (iam *MockIAMAPI) GetGroupRequest(*iam.GetGroupInput) (*request.Request, *iam.GetGroupOutput)
- func (iam *MockIAMAPI) GetGroupWithContext(aws.Context, *iam.GetGroupInput, ...request.Option) (*iam.GetGroupOutput, error)
- func (iam *MockIAMAPI) GetInstanceProfile(*iam.GetInstanceProfileInput) (*iam.GetInstanceProfileOutput, error)
- func (iam *MockIAMAPI) GetInstanceProfileRequest(*iam.GetInstanceProfileInput) (*request.Request, *iam.GetInstanceProfileOutput)
- func (iam *MockIAMAPI) GetInstanceProfileWithContext(aws.Context, *iam.GetInstanceProfileInput, ...request.Option) (*iam.GetInstanceProfileOutput, error)
- func (iam *MockIAMAPI) GetLoginProfile(*iam.GetLoginProfileInput) (*iam.GetLoginProfileOutput, error)
- func (iam *MockIAMAPI) GetLoginProfileRequest(*iam.GetLoginProfileInput) (*request.Request, *iam.GetLoginProfileOutput)
- func (iam *MockIAMAPI) GetLoginProfileWithContext(aws.Context, *iam.GetLoginProfileInput, ...request.Option) (*iam.GetLoginProfileOutput, error)
- func (iam *MockIAMAPI) GetOpenIDConnectProvider(*iam.GetOpenIDConnectProviderInput) (*iam.GetOpenIDConnectProviderOutput, error)
- func (iam *MockIAMAPI) GetOpenIDConnectProviderRequest(*iam.GetOpenIDConnectProviderInput) (*request.Request, *iam.GetOpenIDConnectProviderOutput)
- func (iam *MockIAMAPI) GetOpenIDConnectProviderWithContext(aws.Context, *iam.GetOpenIDConnectProviderInput, ...request.Option) (*iam.GetOpenIDConnectProviderOutput, error)
- func (iam *MockIAMAPI) GetOrganizationsAccessReport(*iam.GetOrganizationsAccessReportInput) (*iam.GetOrganizationsAccessReportOutput, error)
- func (iam *MockIAMAPI) GetOrganizationsAccessReportRequest(*iam.GetOrganizationsAccessReportInput) (*request.Request, *iam.GetOrganizationsAccessReportOutput)
- func (iam *MockIAMAPI) GetOrganizationsAccessReportWithContext(aws.Context, *iam.GetOrganizationsAccessReportInput, ...request.Option) (*iam.GetOrganizationsAccessReportOutput, error)
- func (iam *MockIAMAPI) GetPolicy(*iam.GetPolicyInput) (*iam.GetPolicyOutput, error)
- func (iam *MockIAMAPI) GetPolicyRequest(*iam.GetPolicyInput) (*request.Request, *iam.GetPolicyOutput)
- func (iam *MockIAMAPI) GetPolicyVersion(*iam.GetPolicyVersionInput) (*iam.GetPolicyVersionOutput, error)
- func (iam *MockIAMAPI) GetPolicyVersionRequest(*iam.GetPolicyVersionInput) (*request.Request, *iam.GetPolicyVersionOutput)
- func (iam *MockIAMAPI) GetPolicyVersionWithContext(aws.Context, *iam.GetPolicyVersionInput, ...request.Option) (*iam.GetPolicyVersionOutput, error)
- func (iam *MockIAMAPI) GetPolicyWithContext(aws.Context, *iam.GetPolicyInput, ...request.Option) (*iam.GetPolicyOutput, error)
- func (iam *MockIAMAPI) GetRole(*iam.GetRoleInput) (*iam.GetRoleOutput, error)
- func (iam *MockIAMAPI) GetRolePolicy(*iam.GetRolePolicyInput) (*iam.GetRolePolicyOutput, error)
- func (iam *MockIAMAPI) GetRolePolicyRequest(*iam.GetRolePolicyInput) (*request.Request, *iam.GetRolePolicyOutput)
- func (iam *MockIAMAPI) GetRolePolicyWithContext(aws.Context, *iam.GetRolePolicyInput, ...request.Option) (*iam.GetRolePolicyOutput, error)
- func (iam *MockIAMAPI) GetRoleRequest(*iam.GetRoleInput) (*request.Request, *iam.GetRoleOutput)
- func (iam *MockIAMAPI) GetRoleWithContext(aws.Context, *iam.GetRoleInput, ...request.Option) (*iam.GetRoleOutput, error)
- func (iam *MockIAMAPI) GetSAMLProvider(*iam.GetSAMLProviderInput) (*iam.GetSAMLProviderOutput, error)
- func (iam *MockIAMAPI) GetSAMLProviderRequest(*iam.GetSAMLProviderInput) (*request.Request, *iam.GetSAMLProviderOutput)
- func (iam *MockIAMAPI) GetSAMLProviderWithContext(aws.Context, *iam.GetSAMLProviderInput, ...request.Option) (*iam.GetSAMLProviderOutput, error)
- func (iam *MockIAMAPI) GetSSHPublicKey(*iam.GetSSHPublicKeyInput) (*iam.GetSSHPublicKeyOutput, error)
- func (iam *MockIAMAPI) GetSSHPublicKeyRequest(*iam.GetSSHPublicKeyInput) (*request.Request, *iam.GetSSHPublicKeyOutput)
- func (iam *MockIAMAPI) GetSSHPublicKeyWithContext(aws.Context, *iam.GetSSHPublicKeyInput, ...request.Option) (*iam.GetSSHPublicKeyOutput, error)
- func (iam *MockIAMAPI) GetServerCertificate(*iam.GetServerCertificateInput) (*iam.GetServerCertificateOutput, error)
- func (iam *MockIAMAPI) GetServerCertificateRequest(*iam.GetServerCertificateInput) (*request.Request, *iam.GetServerCertificateOutput)
- func (iam *MockIAMAPI) GetServerCertificateWithContext(aws.Context, *iam.GetServerCertificateInput, ...request.Option) (*iam.GetServerCertificateOutput, error)
- func (iam *MockIAMAPI) GetServiceLastAccessedDetails(*iam.GetServiceLastAccessedDetailsInput) (*iam.GetServiceLastAccessedDetailsOutput, error)
- func (iam *MockIAMAPI) GetServiceLastAccessedDetailsRequest(*iam.GetServiceLastAccessedDetailsInput) (*request.Request, *iam.GetServiceLastAccessedDetailsOutput)
- func (iam *MockIAMAPI) GetServiceLastAccessedDetailsWithContext(aws.Context, *iam.GetServiceLastAccessedDetailsInput, ...request.Option) (*iam.GetServiceLastAccessedDetailsOutput, error)
- func (iam *MockIAMAPI) GetServiceLastAccessedDetailsWithEntities(*iam.GetServiceLastAccessedDetailsWithEntitiesInput) (*iam.GetServiceLastAccessedDetailsWithEntitiesOutput, error)
- func (iam *MockIAMAPI) GetServiceLastAccessedDetailsWithEntitiesRequest(*iam.GetServiceLastAccessedDetailsWithEntitiesInput) (*request.Request, *iam.GetServiceLastAccessedDetailsWithEntitiesOutput)
- func (iam *MockIAMAPI) GetServiceLastAccessedDetailsWithEntitiesWithContext(aws.Context, *iam.GetServiceLastAccessedDetailsWithEntitiesInput, ...) (*iam.GetServiceLastAccessedDetailsWithEntitiesOutput, error)
- func (iam *MockIAMAPI) GetServiceLinkedRoleDeletionStatus(*iam.GetServiceLinkedRoleDeletionStatusInput) (*iam.GetServiceLinkedRoleDeletionStatusOutput, error)
- func (iam *MockIAMAPI) GetServiceLinkedRoleDeletionStatusRequest(*iam.GetServiceLinkedRoleDeletionStatusInput) (*request.Request, *iam.GetServiceLinkedRoleDeletionStatusOutput)
- func (iam *MockIAMAPI) GetServiceLinkedRoleDeletionStatusWithContext(aws.Context, *iam.GetServiceLinkedRoleDeletionStatusInput, ...request.Option) (*iam.GetServiceLinkedRoleDeletionStatusOutput, error)
- func (iam *MockIAMAPI) GetUser(*iam.GetUserInput) (*iam.GetUserOutput, error)
- func (iam *MockIAMAPI) GetUserPolicy(*iam.GetUserPolicyInput) (*iam.GetUserPolicyOutput, error)
- func (iam *MockIAMAPI) GetUserPolicyRequest(*iam.GetUserPolicyInput) (*request.Request, *iam.GetUserPolicyOutput)
- func (iam *MockIAMAPI) GetUserPolicyWithContext(aws.Context, *iam.GetUserPolicyInput, ...request.Option) (*iam.GetUserPolicyOutput, error)
- func (iam *MockIAMAPI) GetUserRequest(*iam.GetUserInput) (*request.Request, *iam.GetUserOutput)
- func (iam *MockIAMAPI) GetUserWithContext(aws.Context, *iam.GetUserInput, ...request.Option) (*iam.GetUserOutput, error)
- func (iam *MockIAMAPI) ListAccessKeys(*iam.ListAccessKeysInput) (*iam.ListAccessKeysOutput, error)
- func (iam *MockIAMAPI) ListAccessKeysPages(*iam.ListAccessKeysInput, func(*iam.ListAccessKeysOutput, bool) bool) error
- func (iam *MockIAMAPI) ListAccessKeysPagesWithContext(aws.Context, *iam.ListAccessKeysInput, ...) error
- func (iam *MockIAMAPI) ListAccessKeysRequest(*iam.ListAccessKeysInput) (*request.Request, *iam.ListAccessKeysOutput)
- func (iam *MockIAMAPI) ListAccessKeysWithContext(aws.Context, *iam.ListAccessKeysInput, ...request.Option) (*iam.ListAccessKeysOutput, error)
- func (iam *MockIAMAPI) ListAccountAliases(*iam.ListAccountAliasesInput) (*iam.ListAccountAliasesOutput, error)
- func (iam *MockIAMAPI) ListAccountAliasesPages(*iam.ListAccountAliasesInput, func(*iam.ListAccountAliasesOutput, bool) bool) error
- func (iam *MockIAMAPI) ListAccountAliasesPagesWithContext(aws.Context, *iam.ListAccountAliasesInput, ...) error
- func (iam *MockIAMAPI) ListAccountAliasesRequest(*iam.ListAccountAliasesInput) (*request.Request, *iam.ListAccountAliasesOutput)
- func (iam *MockIAMAPI) ListAccountAliasesWithContext(aws.Context, *iam.ListAccountAliasesInput, ...request.Option) (*iam.ListAccountAliasesOutput, error)
- func (iam *MockIAMAPI) ListAttachedGroupPolicies(*iam.ListAttachedGroupPoliciesInput) (*iam.ListAttachedGroupPoliciesOutput, error)
- func (iam *MockIAMAPI) ListAttachedGroupPoliciesPages(*iam.ListAttachedGroupPoliciesInput, ...) error
- func (iam *MockIAMAPI) ListAttachedGroupPoliciesPagesWithContext(aws.Context, *iam.ListAttachedGroupPoliciesInput, ...) error
- func (iam *MockIAMAPI) ListAttachedGroupPoliciesRequest(*iam.ListAttachedGroupPoliciesInput) (*request.Request, *iam.ListAttachedGroupPoliciesOutput)
- func (iam *MockIAMAPI) ListAttachedGroupPoliciesWithContext(aws.Context, *iam.ListAttachedGroupPoliciesInput, ...request.Option) (*iam.ListAttachedGroupPoliciesOutput, error)
- func (iam *MockIAMAPI) ListAttachedRolePolicies(*iam.ListAttachedRolePoliciesInput) (*iam.ListAttachedRolePoliciesOutput, error)
- func (iam *MockIAMAPI) ListAttachedRolePoliciesPages(*iam.ListAttachedRolePoliciesInput, ...) error
- func (iam *MockIAMAPI) ListAttachedRolePoliciesPagesWithContext(aws.Context, *iam.ListAttachedRolePoliciesInput, ...) error
- func (iam *MockIAMAPI) ListAttachedRolePoliciesRequest(*iam.ListAttachedRolePoliciesInput) (*request.Request, *iam.ListAttachedRolePoliciesOutput)
- func (iam *MockIAMAPI) ListAttachedRolePoliciesWithContext(aws.Context, *iam.ListAttachedRolePoliciesInput, ...request.Option) (*iam.ListAttachedRolePoliciesOutput, error)
- func (iam *MockIAMAPI) ListAttachedUserPolicies(*iam.ListAttachedUserPoliciesInput) (*iam.ListAttachedUserPoliciesOutput, error)
- func (iam *MockIAMAPI) ListAttachedUserPoliciesPages(*iam.ListAttachedUserPoliciesInput, ...) error
- func (iam *MockIAMAPI) ListAttachedUserPoliciesPagesWithContext(aws.Context, *iam.ListAttachedUserPoliciesInput, ...) error
- func (iam *MockIAMAPI) ListAttachedUserPoliciesRequest(*iam.ListAttachedUserPoliciesInput) (*request.Request, *iam.ListAttachedUserPoliciesOutput)
- func (iam *MockIAMAPI) ListAttachedUserPoliciesWithContext(aws.Context, *iam.ListAttachedUserPoliciesInput, ...request.Option) (*iam.ListAttachedUserPoliciesOutput, error)
- func (iam *MockIAMAPI) ListEntitiesForPolicy(*iam.ListEntitiesForPolicyInput) (*iam.ListEntitiesForPolicyOutput, error)
- func (iam *MockIAMAPI) ListEntitiesForPolicyPages(*iam.ListEntitiesForPolicyInput, ...) error
- func (iam *MockIAMAPI) ListEntitiesForPolicyPagesWithContext(aws.Context, *iam.ListEntitiesForPolicyInput, ...) error
- func (iam *MockIAMAPI) ListEntitiesForPolicyRequest(*iam.ListEntitiesForPolicyInput) (*request.Request, *iam.ListEntitiesForPolicyOutput)
- func (iam *MockIAMAPI) ListEntitiesForPolicyWithContext(aws.Context, *iam.ListEntitiesForPolicyInput, ...request.Option) (*iam.ListEntitiesForPolicyOutput, error)
- func (iam *MockIAMAPI) ListGroupPolicies(*iam.ListGroupPoliciesInput) (*iam.ListGroupPoliciesOutput, error)
- func (iam *MockIAMAPI) ListGroupPoliciesPages(*iam.ListGroupPoliciesInput, func(*iam.ListGroupPoliciesOutput, bool) bool) error
- func (iam *MockIAMAPI) ListGroupPoliciesPagesWithContext(aws.Context, *iam.ListGroupPoliciesInput, ...) error
- func (iam *MockIAMAPI) ListGroupPoliciesRequest(*iam.ListGroupPoliciesInput) (*request.Request, *iam.ListGroupPoliciesOutput)
- func (iam *MockIAMAPI) ListGroupPoliciesWithContext(aws.Context, *iam.ListGroupPoliciesInput, ...request.Option) (*iam.ListGroupPoliciesOutput, error)
- func (iam *MockIAMAPI) ListGroups(*iam.ListGroupsInput) (*iam.ListGroupsOutput, error)
- func (iam *MockIAMAPI) ListGroupsForUser(*iam.ListGroupsForUserInput) (*iam.ListGroupsForUserOutput, error)
- func (iam *MockIAMAPI) ListGroupsForUserPages(*iam.ListGroupsForUserInput, func(*iam.ListGroupsForUserOutput, bool) bool) error
- func (iam *MockIAMAPI) ListGroupsForUserPagesWithContext(aws.Context, *iam.ListGroupsForUserInput, ...) error
- func (iam *MockIAMAPI) ListGroupsForUserRequest(*iam.ListGroupsForUserInput) (*request.Request, *iam.ListGroupsForUserOutput)
- func (iam *MockIAMAPI) ListGroupsForUserWithContext(aws.Context, *iam.ListGroupsForUserInput, ...request.Option) (*iam.ListGroupsForUserOutput, error)
- func (iam *MockIAMAPI) ListGroupsPages(*iam.ListGroupsInput, func(*iam.ListGroupsOutput, bool) bool) error
- func (iam *MockIAMAPI) ListGroupsPagesWithContext(aws.Context, *iam.ListGroupsInput, func(*iam.ListGroupsOutput, bool) bool, ...) error
- func (iam *MockIAMAPI) ListGroupsRequest(*iam.ListGroupsInput) (*request.Request, *iam.ListGroupsOutput)
- func (iam *MockIAMAPI) ListGroupsWithContext(aws.Context, *iam.ListGroupsInput, ...request.Option) (*iam.ListGroupsOutput, error)
- func (iam *MockIAMAPI) ListInstanceProfiles(*iam.ListInstanceProfilesInput) (*iam.ListInstanceProfilesOutput, error)
- func (iam *MockIAMAPI) ListInstanceProfilesForRole(*iam.ListInstanceProfilesForRoleInput) (*iam.ListInstanceProfilesForRoleOutput, error)
- func (iam *MockIAMAPI) ListInstanceProfilesForRolePages(*iam.ListInstanceProfilesForRoleInput, ...) error
- func (iam *MockIAMAPI) ListInstanceProfilesForRolePagesWithContext(aws.Context, *iam.ListInstanceProfilesForRoleInput, ...) error
- func (iam *MockIAMAPI) ListInstanceProfilesForRoleRequest(*iam.ListInstanceProfilesForRoleInput) (*request.Request, *iam.ListInstanceProfilesForRoleOutput)
- func (iam *MockIAMAPI) ListInstanceProfilesForRoleWithContext(aws.Context, *iam.ListInstanceProfilesForRoleInput, ...request.Option) (*iam.ListInstanceProfilesForRoleOutput, error)
- func (iam *MockIAMAPI) ListInstanceProfilesPages(*iam.ListInstanceProfilesInput, ...) error
- func (iam *MockIAMAPI) ListInstanceProfilesPagesWithContext(aws.Context, *iam.ListInstanceProfilesInput, ...) error
- func (iam *MockIAMAPI) ListInstanceProfilesRequest(*iam.ListInstanceProfilesInput) (*request.Request, *iam.ListInstanceProfilesOutput)
- func (iam *MockIAMAPI) ListInstanceProfilesWithContext(aws.Context, *iam.ListInstanceProfilesInput, ...request.Option) (*iam.ListInstanceProfilesOutput, error)
- func (iam *MockIAMAPI) ListMFADevices(*iam.ListMFADevicesInput) (*iam.ListMFADevicesOutput, error)
- func (iam *MockIAMAPI) ListMFADevicesPages(*iam.ListMFADevicesInput, func(*iam.ListMFADevicesOutput, bool) bool) error
- func (iam *MockIAMAPI) ListMFADevicesPagesWithContext(aws.Context, *iam.ListMFADevicesInput, ...) error
- func (iam *MockIAMAPI) ListMFADevicesRequest(*iam.ListMFADevicesInput) (*request.Request, *iam.ListMFADevicesOutput)
- func (iam *MockIAMAPI) ListMFADevicesWithContext(aws.Context, *iam.ListMFADevicesInput, ...request.Option) (*iam.ListMFADevicesOutput, error)
- func (iam *MockIAMAPI) ListOpenIDConnectProviders(*iam.ListOpenIDConnectProvidersInput) (*iam.ListOpenIDConnectProvidersOutput, error)
- func (iam *MockIAMAPI) ListOpenIDConnectProvidersRequest(*iam.ListOpenIDConnectProvidersInput) (*request.Request, *iam.ListOpenIDConnectProvidersOutput)
- func (iam *MockIAMAPI) ListOpenIDConnectProvidersWithContext(aws.Context, *iam.ListOpenIDConnectProvidersInput, ...request.Option) (*iam.ListOpenIDConnectProvidersOutput, error)
- func (iam *MockIAMAPI) ListPolicies(*iam.ListPoliciesInput) (*iam.ListPoliciesOutput, error)
- func (iam *MockIAMAPI) ListPoliciesGrantingServiceAccess(*iam.ListPoliciesGrantingServiceAccessInput) (*iam.ListPoliciesGrantingServiceAccessOutput, error)
- func (iam *MockIAMAPI) ListPoliciesGrantingServiceAccessRequest(*iam.ListPoliciesGrantingServiceAccessInput) (*request.Request, *iam.ListPoliciesGrantingServiceAccessOutput)
- func (iam *MockIAMAPI) ListPoliciesGrantingServiceAccessWithContext(aws.Context, *iam.ListPoliciesGrantingServiceAccessInput, ...request.Option) (*iam.ListPoliciesGrantingServiceAccessOutput, error)
- func (iam *MockIAMAPI) ListPoliciesPages(*iam.ListPoliciesInput, func(*iam.ListPoliciesOutput, bool) bool) error
- func (iam *MockIAMAPI) ListPoliciesPagesWithContext(aws.Context, *iam.ListPoliciesInput, func(*iam.ListPoliciesOutput, bool) bool, ...) error
- func (iam *MockIAMAPI) ListPoliciesRequest(*iam.ListPoliciesInput) (*request.Request, *iam.ListPoliciesOutput)
- func (iam *MockIAMAPI) ListPoliciesWithContext(aws.Context, *iam.ListPoliciesInput, ...request.Option) (*iam.ListPoliciesOutput, error)
- func (iam *MockIAMAPI) ListPolicyVersions(*iam.ListPolicyVersionsInput) (*iam.ListPolicyVersionsOutput, error)
- func (iam *MockIAMAPI) ListPolicyVersionsPages(*iam.ListPolicyVersionsInput, func(*iam.ListPolicyVersionsOutput, bool) bool) error
- func (iam *MockIAMAPI) ListPolicyVersionsPagesWithContext(aws.Context, *iam.ListPolicyVersionsInput, ...) error
- func (iam *MockIAMAPI) ListPolicyVersionsRequest(*iam.ListPolicyVersionsInput) (*request.Request, *iam.ListPolicyVersionsOutput)
- func (iam *MockIAMAPI) ListPolicyVersionsWithContext(aws.Context, *iam.ListPolicyVersionsInput, ...request.Option) (*iam.ListPolicyVersionsOutput, error)
- func (iam *MockIAMAPI) ListRolePolicies(*iam.ListRolePoliciesInput) (*iam.ListRolePoliciesOutput, error)
- func (iam *MockIAMAPI) ListRolePoliciesPages(*iam.ListRolePoliciesInput, func(*iam.ListRolePoliciesOutput, bool) bool) error
- func (iam *MockIAMAPI) ListRolePoliciesPagesWithContext(aws.Context, *iam.ListRolePoliciesInput, ...) error
- func (iam *MockIAMAPI) ListRolePoliciesRequest(*iam.ListRolePoliciesInput) (*request.Request, *iam.ListRolePoliciesOutput)
- func (iam *MockIAMAPI) ListRolePoliciesWithContext(aws.Context, *iam.ListRolePoliciesInput, ...request.Option) (*iam.ListRolePoliciesOutput, error)
- func (iam *MockIAMAPI) ListRoleTags(*iam.ListRoleTagsInput) (*iam.ListRoleTagsOutput, error)
- func (iam *MockIAMAPI) ListRoleTagsRequest(*iam.ListRoleTagsInput) (*request.Request, *iam.ListRoleTagsOutput)
- func (iam *MockIAMAPI) ListRoleTagsWithContext(aws.Context, *iam.ListRoleTagsInput, ...request.Option) (*iam.ListRoleTagsOutput, error)
- func (iam *MockIAMAPI) ListRoles(*iam.ListRolesInput) (*iam.ListRolesOutput, error)
- func (iam *MockIAMAPI) ListRolesPages(*iam.ListRolesInput, func(*iam.ListRolesOutput, bool) bool) error
- func (iam *MockIAMAPI) ListRolesPagesWithContext(aws.Context, *iam.ListRolesInput, func(*iam.ListRolesOutput, bool) bool, ...) error
- func (iam *MockIAMAPI) ListRolesRequest(*iam.ListRolesInput) (*request.Request, *iam.ListRolesOutput)
- func (iam *MockIAMAPI) ListRolesWithContext(aws.Context, *iam.ListRolesInput, ...request.Option) (*iam.ListRolesOutput, error)
- func (iam *MockIAMAPI) ListSAMLProviders(*iam.ListSAMLProvidersInput) (*iam.ListSAMLProvidersOutput, error)
- func (iam *MockIAMAPI) ListSAMLProvidersRequest(*iam.ListSAMLProvidersInput) (*request.Request, *iam.ListSAMLProvidersOutput)
- func (iam *MockIAMAPI) ListSAMLProvidersWithContext(aws.Context, *iam.ListSAMLProvidersInput, ...request.Option) (*iam.ListSAMLProvidersOutput, error)
- func (iam *MockIAMAPI) ListSSHPublicKeys(*iam.ListSSHPublicKeysInput) (*iam.ListSSHPublicKeysOutput, error)
- func (iam *MockIAMAPI) ListSSHPublicKeysPages(*iam.ListSSHPublicKeysInput, func(*iam.ListSSHPublicKeysOutput, bool) bool) error
- func (iam *MockIAMAPI) ListSSHPublicKeysPagesWithContext(aws.Context, *iam.ListSSHPublicKeysInput, ...) error
- func (iam *MockIAMAPI) ListSSHPublicKeysRequest(*iam.ListSSHPublicKeysInput) (*request.Request, *iam.ListSSHPublicKeysOutput)
- func (iam *MockIAMAPI) ListSSHPublicKeysWithContext(aws.Context, *iam.ListSSHPublicKeysInput, ...request.Option) (*iam.ListSSHPublicKeysOutput, error)
- func (iam *MockIAMAPI) ListServerCertificates(*iam.ListServerCertificatesInput) (*iam.ListServerCertificatesOutput, error)
- func (iam *MockIAMAPI) ListServerCertificatesPages(*iam.ListServerCertificatesInput, ...) error
- func (iam *MockIAMAPI) ListServerCertificatesPagesWithContext(aws.Context, *iam.ListServerCertificatesInput, ...) error
- func (iam *MockIAMAPI) ListServerCertificatesRequest(*iam.ListServerCertificatesInput) (*request.Request, *iam.ListServerCertificatesOutput)
- func (iam *MockIAMAPI) ListServerCertificatesWithContext(aws.Context, *iam.ListServerCertificatesInput, ...request.Option) (*iam.ListServerCertificatesOutput, error)
- func (iam *MockIAMAPI) ListServiceSpecificCredentials(*iam.ListServiceSpecificCredentialsInput) (*iam.ListServiceSpecificCredentialsOutput, error)
- func (iam *MockIAMAPI) ListServiceSpecificCredentialsRequest(*iam.ListServiceSpecificCredentialsInput) (*request.Request, *iam.ListServiceSpecificCredentialsOutput)
- func (iam *MockIAMAPI) ListServiceSpecificCredentialsWithContext(aws.Context, *iam.ListServiceSpecificCredentialsInput, ...request.Option) (*iam.ListServiceSpecificCredentialsOutput, error)
- func (iam *MockIAMAPI) ListSigningCertificates(*iam.ListSigningCertificatesInput) (*iam.ListSigningCertificatesOutput, error)
- func (iam *MockIAMAPI) ListSigningCertificatesPages(*iam.ListSigningCertificatesInput, ...) error
- func (iam *MockIAMAPI) ListSigningCertificatesPagesWithContext(aws.Context, *iam.ListSigningCertificatesInput, ...) error
- func (iam *MockIAMAPI) ListSigningCertificatesRequest(*iam.ListSigningCertificatesInput) (*request.Request, *iam.ListSigningCertificatesOutput)
- func (iam *MockIAMAPI) ListSigningCertificatesWithContext(aws.Context, *iam.ListSigningCertificatesInput, ...request.Option) (*iam.ListSigningCertificatesOutput, error)
- func (iam *MockIAMAPI) ListUserPolicies(*iam.ListUserPoliciesInput) (*iam.ListUserPoliciesOutput, error)
- func (iam *MockIAMAPI) ListUserPoliciesPages(*iam.ListUserPoliciesInput, func(*iam.ListUserPoliciesOutput, bool) bool) error
- func (iam *MockIAMAPI) ListUserPoliciesPagesWithContext(aws.Context, *iam.ListUserPoliciesInput, ...) error
- func (iam *MockIAMAPI) ListUserPoliciesRequest(*iam.ListUserPoliciesInput) (*request.Request, *iam.ListUserPoliciesOutput)
- func (iam *MockIAMAPI) ListUserPoliciesWithContext(aws.Context, *iam.ListUserPoliciesInput, ...request.Option) (*iam.ListUserPoliciesOutput, error)
- func (iam *MockIAMAPI) ListUserTags(*iam.ListUserTagsInput) (*iam.ListUserTagsOutput, error)
- func (iam *MockIAMAPI) ListUserTagsRequest(*iam.ListUserTagsInput) (*request.Request, *iam.ListUserTagsOutput)
- func (iam *MockIAMAPI) ListUserTagsWithContext(aws.Context, *iam.ListUserTagsInput, ...request.Option) (*iam.ListUserTagsOutput, error)
- func (iam *MockIAMAPI) ListUsers(*iam.ListUsersInput) (*iam.ListUsersOutput, error)
- func (iam *MockIAMAPI) ListUsersPages(*iam.ListUsersInput, func(*iam.ListUsersOutput, bool) bool) error
- func (iam *MockIAMAPI) ListUsersPagesWithContext(aws.Context, *iam.ListUsersInput, func(*iam.ListUsersOutput, bool) bool, ...) error
- func (iam *MockIAMAPI) ListUsersRequest(*iam.ListUsersInput) (*request.Request, *iam.ListUsersOutput)
- func (iam *MockIAMAPI) ListUsersWithContext(aws.Context, *iam.ListUsersInput, ...request.Option) (*iam.ListUsersOutput, error)
- func (iam *MockIAMAPI) ListVirtualMFADevices(*iam.ListVirtualMFADevicesInput) (*iam.ListVirtualMFADevicesOutput, error)
- func (iam *MockIAMAPI) ListVirtualMFADevicesPages(*iam.ListVirtualMFADevicesInput, ...) error
- func (iam *MockIAMAPI) ListVirtualMFADevicesPagesWithContext(aws.Context, *iam.ListVirtualMFADevicesInput, ...) error
- func (iam *MockIAMAPI) ListVirtualMFADevicesRequest(*iam.ListVirtualMFADevicesInput) (*request.Request, *iam.ListVirtualMFADevicesOutput)
- func (iam *MockIAMAPI) ListVirtualMFADevicesWithContext(aws.Context, *iam.ListVirtualMFADevicesInput, ...request.Option) (*iam.ListVirtualMFADevicesOutput, error)
- func (iam *MockIAMAPI) PutGroupPolicy(*iam.PutGroupPolicyInput) (*iam.PutGroupPolicyOutput, error)
- func (iam *MockIAMAPI) PutGroupPolicyRequest(*iam.PutGroupPolicyInput) (*request.Request, *iam.PutGroupPolicyOutput)
- func (iam *MockIAMAPI) PutGroupPolicyWithContext(aws.Context, *iam.PutGroupPolicyInput, ...request.Option) (*iam.PutGroupPolicyOutput, error)
- func (iam *MockIAMAPI) PutRolePermissionsBoundary(*iam.PutRolePermissionsBoundaryInput) (*iam.PutRolePermissionsBoundaryOutput, error)
- func (iam *MockIAMAPI) PutRolePermissionsBoundaryRequest(*iam.PutRolePermissionsBoundaryInput) (*request.Request, *iam.PutRolePermissionsBoundaryOutput)
- func (iam *MockIAMAPI) PutRolePermissionsBoundaryWithContext(aws.Context, *iam.PutRolePermissionsBoundaryInput, ...request.Option) (*iam.PutRolePermissionsBoundaryOutput, error)
- func (iam *MockIAMAPI) PutRolePolicy(*iam.PutRolePolicyInput) (*iam.PutRolePolicyOutput, error)
- func (iam *MockIAMAPI) PutRolePolicyRequest(*iam.PutRolePolicyInput) (*request.Request, *iam.PutRolePolicyOutput)
- func (iam *MockIAMAPI) PutRolePolicyWithContext(aws.Context, *iam.PutRolePolicyInput, ...request.Option) (*iam.PutRolePolicyOutput, error)
- func (iam *MockIAMAPI) PutUserPermissionsBoundary(*iam.PutUserPermissionsBoundaryInput) (*iam.PutUserPermissionsBoundaryOutput, error)
- func (iam *MockIAMAPI) PutUserPermissionsBoundaryRequest(*iam.PutUserPermissionsBoundaryInput) (*request.Request, *iam.PutUserPermissionsBoundaryOutput)
- func (iam *MockIAMAPI) PutUserPermissionsBoundaryWithContext(aws.Context, *iam.PutUserPermissionsBoundaryInput, ...request.Option) (*iam.PutUserPermissionsBoundaryOutput, error)
- func (iam *MockIAMAPI) PutUserPolicy(*iam.PutUserPolicyInput) (*iam.PutUserPolicyOutput, error)
- func (iam *MockIAMAPI) PutUserPolicyRequest(*iam.PutUserPolicyInput) (*request.Request, *iam.PutUserPolicyOutput)
- func (iam *MockIAMAPI) PutUserPolicyWithContext(aws.Context, *iam.PutUserPolicyInput, ...request.Option) (*iam.PutUserPolicyOutput, error)
- func (iam *MockIAMAPI) RemoveClientIDFromOpenIDConnectProvider(*iam.RemoveClientIDFromOpenIDConnectProviderInput) (*iam.RemoveClientIDFromOpenIDConnectProviderOutput, error)
- func (iam *MockIAMAPI) RemoveClientIDFromOpenIDConnectProviderRequest(*iam.RemoveClientIDFromOpenIDConnectProviderInput) (*request.Request, *iam.RemoveClientIDFromOpenIDConnectProviderOutput)
- func (iam *MockIAMAPI) RemoveClientIDFromOpenIDConnectProviderWithContext(aws.Context, *iam.RemoveClientIDFromOpenIDConnectProviderInput, ...) (*iam.RemoveClientIDFromOpenIDConnectProviderOutput, error)
- func (iam *MockIAMAPI) RemoveRoleFromInstanceProfile(*iam.RemoveRoleFromInstanceProfileInput) (*iam.RemoveRoleFromInstanceProfileOutput, error)
- func (iam *MockIAMAPI) RemoveRoleFromInstanceProfileRequest(*iam.RemoveRoleFromInstanceProfileInput) (*request.Request, *iam.RemoveRoleFromInstanceProfileOutput)
- func (iam *MockIAMAPI) RemoveRoleFromInstanceProfileWithContext(aws.Context, *iam.RemoveRoleFromInstanceProfileInput, ...request.Option) (*iam.RemoveRoleFromInstanceProfileOutput, error)
- func (iam *MockIAMAPI) RemoveUserFromGroup(*iam.RemoveUserFromGroupInput) (*iam.RemoveUserFromGroupOutput, error)
- func (iam *MockIAMAPI) RemoveUserFromGroupRequest(*iam.RemoveUserFromGroupInput) (*request.Request, *iam.RemoveUserFromGroupOutput)
- func (iam *MockIAMAPI) RemoveUserFromGroupWithContext(aws.Context, *iam.RemoveUserFromGroupInput, ...request.Option) (*iam.RemoveUserFromGroupOutput, error)
- func (iam *MockIAMAPI) ResetServiceSpecificCredential(*iam.ResetServiceSpecificCredentialInput) (*iam.ResetServiceSpecificCredentialOutput, error)
- func (iam *MockIAMAPI) ResetServiceSpecificCredentialRequest(*iam.ResetServiceSpecificCredentialInput) (*request.Request, *iam.ResetServiceSpecificCredentialOutput)
- func (iam *MockIAMAPI) ResetServiceSpecificCredentialWithContext(aws.Context, *iam.ResetServiceSpecificCredentialInput, ...request.Option) (*iam.ResetServiceSpecificCredentialOutput, error)
- func (iam *MockIAMAPI) ResyncMFADevice(*iam.ResyncMFADeviceInput) (*iam.ResyncMFADeviceOutput, error)
- func (iam *MockIAMAPI) ResyncMFADeviceRequest(*iam.ResyncMFADeviceInput) (*request.Request, *iam.ResyncMFADeviceOutput)
- func (iam *MockIAMAPI) ResyncMFADeviceWithContext(aws.Context, *iam.ResyncMFADeviceInput, ...request.Option) (*iam.ResyncMFADeviceOutput, error)
- func (iam *MockIAMAPI) SetDefaultPolicyVersion(*iam.SetDefaultPolicyVersionInput) (*iam.SetDefaultPolicyVersionOutput, error)
- func (iam *MockIAMAPI) SetDefaultPolicyVersionRequest(*iam.SetDefaultPolicyVersionInput) (*request.Request, *iam.SetDefaultPolicyVersionOutput)
- func (iam *MockIAMAPI) SetDefaultPolicyVersionWithContext(aws.Context, *iam.SetDefaultPolicyVersionInput, ...request.Option) (*iam.SetDefaultPolicyVersionOutput, error)
- func (iam *MockIAMAPI) SetSecurityTokenServicePreferences(*iam.SetSecurityTokenServicePreferencesInput) (*iam.SetSecurityTokenServicePreferencesOutput, error)
- func (iam *MockIAMAPI) SetSecurityTokenServicePreferencesRequest(*iam.SetSecurityTokenServicePreferencesInput) (*request.Request, *iam.SetSecurityTokenServicePreferencesOutput)
- func (iam *MockIAMAPI) SetSecurityTokenServicePreferencesWithContext(aws.Context, *iam.SetSecurityTokenServicePreferencesInput, ...request.Option) (*iam.SetSecurityTokenServicePreferencesOutput, error)
- func (iam *MockIAMAPI) SimulateCustomPolicy(*iam.SimulateCustomPolicyInput) (*iam.SimulatePolicyResponse, error)
- func (iam *MockIAMAPI) SimulateCustomPolicyPages(*iam.SimulateCustomPolicyInput, func(*iam.SimulatePolicyResponse, bool) bool) error
- func (iam *MockIAMAPI) SimulateCustomPolicyPagesWithContext(aws.Context, *iam.SimulateCustomPolicyInput, ...) error
- func (iam *MockIAMAPI) SimulateCustomPolicyRequest(*iam.SimulateCustomPolicyInput) (*request.Request, *iam.SimulatePolicyResponse)
- func (iam *MockIAMAPI) SimulateCustomPolicyWithContext(aws.Context, *iam.SimulateCustomPolicyInput, ...request.Option) (*iam.SimulatePolicyResponse, error)
- func (iam *MockIAMAPI) SimulatePrincipalPolicy(*iam.SimulatePrincipalPolicyInput) (*iam.SimulatePolicyResponse, error)
- func (iam *MockIAMAPI) SimulatePrincipalPolicyPages(*iam.SimulatePrincipalPolicyInput, ...) error
- func (iam *MockIAMAPI) SimulatePrincipalPolicyPagesWithContext(aws.Context, *iam.SimulatePrincipalPolicyInput, ...) error
- func (iam *MockIAMAPI) SimulatePrincipalPolicyRequest(*iam.SimulatePrincipalPolicyInput) (*request.Request, *iam.SimulatePolicyResponse)
- func (iam *MockIAMAPI) SimulatePrincipalPolicyWithContext(aws.Context, *iam.SimulatePrincipalPolicyInput, ...request.Option) (*iam.SimulatePolicyResponse, error)
- func (iam *MockIAMAPI) TagRole(*iam.TagRoleInput) (*iam.TagRoleOutput, error)
- func (iam *MockIAMAPI) TagRoleRequest(*iam.TagRoleInput) (*request.Request, *iam.TagRoleOutput)
- func (iam *MockIAMAPI) TagRoleWithContext(aws.Context, *iam.TagRoleInput, ...request.Option) (*iam.TagRoleOutput, error)
- func (iam *MockIAMAPI) TagUser(*iam.TagUserInput) (*iam.TagUserOutput, error)
- func (iam *MockIAMAPI) TagUserRequest(*iam.TagUserInput) (*request.Request, *iam.TagUserOutput)
- func (iam *MockIAMAPI) TagUserWithContext(aws.Context, *iam.TagUserInput, ...request.Option) (*iam.TagUserOutput, error)
- func (iam *MockIAMAPI) UntagRole(*iam.UntagRoleInput) (*iam.UntagRoleOutput, error)
- func (iam *MockIAMAPI) UntagRoleRequest(*iam.UntagRoleInput) (*request.Request, *iam.UntagRoleOutput)
- func (iam *MockIAMAPI) UntagRoleWithContext(aws.Context, *iam.UntagRoleInput, ...request.Option) (*iam.UntagRoleOutput, error)
- func (iam *MockIAMAPI) UntagUser(*iam.UntagUserInput) (*iam.UntagUserOutput, error)
- func (iam *MockIAMAPI) UntagUserRequest(*iam.UntagUserInput) (*request.Request, *iam.UntagUserOutput)
- func (iam *MockIAMAPI) UntagUserWithContext(aws.Context, *iam.UntagUserInput, ...request.Option) (*iam.UntagUserOutput, error)
- func (iam *MockIAMAPI) UpdateAccessKey(*iam.UpdateAccessKeyInput) (*iam.UpdateAccessKeyOutput, error)
- func (iam *MockIAMAPI) UpdateAccessKeyRequest(*iam.UpdateAccessKeyInput) (*request.Request, *iam.UpdateAccessKeyOutput)
- func (iam *MockIAMAPI) UpdateAccessKeyWithContext(aws.Context, *iam.UpdateAccessKeyInput, ...request.Option) (*iam.UpdateAccessKeyOutput, error)
- func (iam *MockIAMAPI) UpdateAccountPasswordPolicy(*iam.UpdateAccountPasswordPolicyInput) (*iam.UpdateAccountPasswordPolicyOutput, error)
- func (iam *MockIAMAPI) UpdateAccountPasswordPolicyRequest(*iam.UpdateAccountPasswordPolicyInput) (*request.Request, *iam.UpdateAccountPasswordPolicyOutput)
- func (iam *MockIAMAPI) UpdateAccountPasswordPolicyWithContext(aws.Context, *iam.UpdateAccountPasswordPolicyInput, ...request.Option) (*iam.UpdateAccountPasswordPolicyOutput, error)
- func (iam *MockIAMAPI) UpdateAssumeRolePolicy(*iam.UpdateAssumeRolePolicyInput) (*iam.UpdateAssumeRolePolicyOutput, error)
- func (iam *MockIAMAPI) UpdateAssumeRolePolicyRequest(*iam.UpdateAssumeRolePolicyInput) (*request.Request, *iam.UpdateAssumeRolePolicyOutput)
- func (iam *MockIAMAPI) UpdateAssumeRolePolicyWithContext(aws.Context, *iam.UpdateAssumeRolePolicyInput, ...request.Option) (*iam.UpdateAssumeRolePolicyOutput, error)
- func (iam *MockIAMAPI) UpdateGroup(*iam.UpdateGroupInput) (*iam.UpdateGroupOutput, error)
- func (iam *MockIAMAPI) UpdateGroupRequest(*iam.UpdateGroupInput) (*request.Request, *iam.UpdateGroupOutput)
- func (iam *MockIAMAPI) UpdateGroupWithContext(aws.Context, *iam.UpdateGroupInput, ...request.Option) (*iam.UpdateGroupOutput, error)
- func (iam *MockIAMAPI) UpdateLoginProfile(*iam.UpdateLoginProfileInput) (*iam.UpdateLoginProfileOutput, error)
- func (iam *MockIAMAPI) UpdateLoginProfileRequest(*iam.UpdateLoginProfileInput) (*request.Request, *iam.UpdateLoginProfileOutput)
- func (iam *MockIAMAPI) UpdateLoginProfileWithContext(aws.Context, *iam.UpdateLoginProfileInput, ...request.Option) (*iam.UpdateLoginProfileOutput, error)
- func (iam *MockIAMAPI) UpdateOpenIDConnectProviderThumbprint(*iam.UpdateOpenIDConnectProviderThumbprintInput) (*iam.UpdateOpenIDConnectProviderThumbprintOutput, error)
- func (iam *MockIAMAPI) UpdateOpenIDConnectProviderThumbprintRequest(*iam.UpdateOpenIDConnectProviderThumbprintInput) (*request.Request, *iam.UpdateOpenIDConnectProviderThumbprintOutput)
- func (iam *MockIAMAPI) UpdateOpenIDConnectProviderThumbprintWithContext(aws.Context, *iam.UpdateOpenIDConnectProviderThumbprintInput, ...) (*iam.UpdateOpenIDConnectProviderThumbprintOutput, error)
- func (iam *MockIAMAPI) UpdateRole(*iam.UpdateRoleInput) (*iam.UpdateRoleOutput, error)
- func (iam *MockIAMAPI) UpdateRoleDescription(*iam.UpdateRoleDescriptionInput) (*iam.UpdateRoleDescriptionOutput, error)
- func (iam *MockIAMAPI) UpdateRoleDescriptionRequest(*iam.UpdateRoleDescriptionInput) (*request.Request, *iam.UpdateRoleDescriptionOutput)
- func (iam *MockIAMAPI) UpdateRoleDescriptionWithContext(aws.Context, *iam.UpdateRoleDescriptionInput, ...request.Option) (*iam.UpdateRoleDescriptionOutput, error)
- func (iam *MockIAMAPI) UpdateRoleRequest(*iam.UpdateRoleInput) (*request.Request, *iam.UpdateRoleOutput)
- func (iam *MockIAMAPI) UpdateRoleWithContext(aws.Context, *iam.UpdateRoleInput, ...request.Option) (*iam.UpdateRoleOutput, error)
- func (iam *MockIAMAPI) UpdateSAMLProvider(*iam.UpdateSAMLProviderInput) (*iam.UpdateSAMLProviderOutput, error)
- func (iam *MockIAMAPI) UpdateSAMLProviderRequest(*iam.UpdateSAMLProviderInput) (*request.Request, *iam.UpdateSAMLProviderOutput)
- func (iam *MockIAMAPI) UpdateSAMLProviderWithContext(aws.Context, *iam.UpdateSAMLProviderInput, ...request.Option) (*iam.UpdateSAMLProviderOutput, error)
- func (iam *MockIAMAPI) UpdateSSHPublicKey(*iam.UpdateSSHPublicKeyInput) (*iam.UpdateSSHPublicKeyOutput, error)
- func (iam *MockIAMAPI) UpdateSSHPublicKeyRequest(*iam.UpdateSSHPublicKeyInput) (*request.Request, *iam.UpdateSSHPublicKeyOutput)
- func (iam *MockIAMAPI) UpdateSSHPublicKeyWithContext(aws.Context, *iam.UpdateSSHPublicKeyInput, ...request.Option) (*iam.UpdateSSHPublicKeyOutput, error)
- func (iam *MockIAMAPI) UpdateServerCertificate(*iam.UpdateServerCertificateInput) (*iam.UpdateServerCertificateOutput, error)
- func (iam *MockIAMAPI) UpdateServerCertificateRequest(*iam.UpdateServerCertificateInput) (*request.Request, *iam.UpdateServerCertificateOutput)
- func (iam *MockIAMAPI) UpdateServerCertificateWithContext(aws.Context, *iam.UpdateServerCertificateInput, ...request.Option) (*iam.UpdateServerCertificateOutput, error)
- func (iam *MockIAMAPI) UpdateServiceSpecificCredential(*iam.UpdateServiceSpecificCredentialInput) (*iam.UpdateServiceSpecificCredentialOutput, error)
- func (iam *MockIAMAPI) UpdateServiceSpecificCredentialRequest(*iam.UpdateServiceSpecificCredentialInput) (*request.Request, *iam.UpdateServiceSpecificCredentialOutput)
- func (iam *MockIAMAPI) UpdateServiceSpecificCredentialWithContext(aws.Context, *iam.UpdateServiceSpecificCredentialInput, ...request.Option) (*iam.UpdateServiceSpecificCredentialOutput, error)
- func (iam *MockIAMAPI) UpdateSigningCertificate(*iam.UpdateSigningCertificateInput) (*iam.UpdateSigningCertificateOutput, error)
- func (iam *MockIAMAPI) UpdateSigningCertificateRequest(*iam.UpdateSigningCertificateInput) (*request.Request, *iam.UpdateSigningCertificateOutput)
- func (iam *MockIAMAPI) UpdateSigningCertificateWithContext(aws.Context, *iam.UpdateSigningCertificateInput, ...request.Option) (*iam.UpdateSigningCertificateOutput, error)
- func (iam *MockIAMAPI) UpdateUser(*iam.UpdateUserInput) (*iam.UpdateUserOutput, error)
- func (iam *MockIAMAPI) UpdateUserRequest(*iam.UpdateUserInput) (*request.Request, *iam.UpdateUserOutput)
- func (iam *MockIAMAPI) UpdateUserWithContext(aws.Context, *iam.UpdateUserInput, ...request.Option) (*iam.UpdateUserOutput, error)
- func (iam *MockIAMAPI) UploadSSHPublicKey(*iam.UploadSSHPublicKeyInput) (*iam.UploadSSHPublicKeyOutput, error)
- func (iam *MockIAMAPI) UploadSSHPublicKeyRequest(*iam.UploadSSHPublicKeyInput) (*request.Request, *iam.UploadSSHPublicKeyOutput)
- func (iam *MockIAMAPI) UploadSSHPublicKeyWithContext(aws.Context, *iam.UploadSSHPublicKeyInput, ...request.Option) (*iam.UploadSSHPublicKeyOutput, error)
- func (iamsvc *MockIAMAPI) UploadServerCertificate(input *iam.UploadServerCertificateInput) (*iam.UploadServerCertificateOutput, error)
- func (iam *MockIAMAPI) UploadServerCertificateRequest(*iam.UploadServerCertificateInput) (*request.Request, *iam.UploadServerCertificateOutput)
- func (iam *MockIAMAPI) UploadServerCertificateWithContext(aws.Context, *iam.UploadServerCertificateInput, ...request.Option) (*iam.UploadServerCertificateOutput, error)
- func (iam *MockIAMAPI) UploadSigningCertificate(*iam.UploadSigningCertificateInput) (*iam.UploadSigningCertificateOutput, error)
- func (iam *MockIAMAPI) UploadSigningCertificateRequest(*iam.UploadSigningCertificateInput) (*request.Request, *iam.UploadSigningCertificateOutput)
- func (iam *MockIAMAPI) UploadSigningCertificateWithContext(aws.Context, *iam.UploadSigningCertificateInput, ...request.Option) (*iam.UploadSigningCertificateOutput, error)
- func (iam *MockIAMAPI) WaitUntilInstanceProfileExists(*iam.GetInstanceProfileInput) error
- func (iam *MockIAMAPI) WaitUntilInstanceProfileExistsWithContext(aws.Context, *iam.GetInstanceProfileInput, ...request.WaiterOption) error
- func (iam *MockIAMAPI) WaitUntilPolicyExists(*iam.GetPolicyInput) error
- func (iam *MockIAMAPI) WaitUntilPolicyExistsWithContext(aws.Context, *iam.GetPolicyInput, ...request.WaiterOption) error
- func (iam *MockIAMAPI) WaitUntilRoleExists(*iam.GetRoleInput) error
- func (iam *MockIAMAPI) WaitUntilRoleExistsWithContext(aws.Context, *iam.GetRoleInput, ...request.WaiterOption) error
- func (iam *MockIAMAPI) WaitUntilUserExists(*iam.GetUserInput) error
- func (iam *MockIAMAPI) WaitUntilUserExistsWithContext(aws.Context, *iam.GetUserInput, ...request.WaiterOption) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCloudFoundryClient ¶
type FakeCloudFoundryClient struct { AddIsolationSegmentToOrgStub func(string, string) error AddIsolationSegmentToSpaceStub func(string, string) error AppByGuidStub func(string) (cfclient.App, error) AppByNameStub func(string, string, string) (cfclient.App, error) AssignSpaceQuotaStub func(string, string) error AssociateOrgAuditorStub func(string, string) (cfclient.Org, error) AssociateOrgAuditorByUsernameStub func(string, string) (cfclient.Org, error) AssociateOrgAuditorByUsernameAndOriginStub func(string, string, string) (cfclient.Org, error) AssociateOrgBillingManagerStub func(string, string) (cfclient.Org, error) AssociateOrgBillingManagerByUsernameStub func(string, string) (cfclient.Org, error) AssociateOrgBillingManagerByUsernameAndOriginStub func(string, string, string) (cfclient.Org, error) AssociateOrgManagerStub func(string, string) (cfclient.Org, error) AssociateOrgManagerByUsernameStub func(string, string) (cfclient.Org, error) AssociateOrgManagerByUsernameAndOriginStub func(string, string, string) (cfclient.Org, error) AssociateOrgUserStub func(string, string) (cfclient.Org, error) AssociateOrgUserByUsernameStub func(string, string) (cfclient.Org, error) AssociateOrgUserByUsernameAndOriginStub func(string, string, string) (cfclient.Org, error) AssociateSpaceAuditorStub func(string, string) (cfclient.Space, error) AssociateSpaceAuditorByUsernameStub func(string, string) (cfclient.Space, error) AssociateSpaceAuditorByUsernameAndOriginStub func(string, string, string) (cfclient.Space, error) AssociateSpaceDeveloperStub func(string, string) (cfclient.Space, error) AssociateSpaceDeveloperByUsernameStub func(string, string) (cfclient.Space, error) AssociateSpaceDeveloperByUsernameAndOriginStub func(string, string, string) (cfclient.Space, error) AssociateSpaceManagerStub func(string, string) (cfclient.Space, error) AssociateSpaceManagerByUsernameStub func(string, string) (cfclient.Space, error) AssociateSpaceManagerByUsernameAndOriginStub func(string, string, string) (cfclient.Space, error) BindRouteStub func(string, string) error BindRunningSecGroupStub func(string) error BindSecGroupStub func(string, string) error BindStagingSecGroupStub func(string) error BindStagingSecGroupToSpaceStub func(string, string) error CreateAppStub func(cfclient.AppCreateRequest) (cfclient.App, error) CreateBuildpackStub func(*cfclient.BuildpackRequest) (*cfclient.Buildpack, error) CreateDomainStub func(string, string) (*cfclient.Domain, error) CreateIsolationSegmentStub func(string) (*cfclient.IsolationSegment, error) CreateOrgStub func(cfclient.OrgRequest) (cfclient.Org, error) CreateOrgQuotaStub func(cfclient.OrgQuotaRequest) (*cfclient.OrgQuota, error) CreateRouteStub func(cfclient.RouteRequest) (cfclient.Route, error) CreateRouteServiceBindingStub func(string, string) error CreateSecGroupStub func(string, []cfclient.SecGroupRule, []string) (*cfclient.SecGroup, error) CreateServiceBindingStub func(string, string) (*cfclient.ServiceBinding, error) CreateServiceBrokerStub func(cfclient.CreateServiceBrokerRequest) (cfclient.ServiceBroker, error) CreateServiceInstanceStub func(cfclient.ServiceInstanceRequest) (cfclient.ServiceInstance, error) CreateServiceKeyStub func(cfclient.CreateServiceKeyRequest) (cfclient.ServiceKey, error) CreateServicePlanVisibilityStub func(string, string) (cfclient.ServicePlanVisibility, error) CreateServicePlanVisibilityByUniqueIdStub func(string, string) (cfclient.ServicePlanVisibility, error) CreateSpaceStub func(cfclient.SpaceRequest) (cfclient.Space, error) CreateSpaceQuotaStub func(cfclient.SpaceQuotaRequest) (*cfclient.SpaceQuota, error) CreateTaskStub func(cfclient.TaskRequest) (cfclient.Task, error) CreateTcpRouteStub func(cfclient.RouteRequest) (cfclient.Route, error) CreateUserStub func(cfclient.UserRequest) (cfclient.User, error) CreateUserProvidedServiceInstanceStub func(cfclient.UserProvidedServiceInstanceRequest) (*cfclient.UserProvidedServiceInstance, error) DefaultIsolationSegmentForOrgStub func(string, string) error DeleteBuildpackStub func(string, bool) error DeleteDomainStub func(string) error DeleteIsolationSegmentByGUIDStub func(string) error DeleteOrgStub func(string, bool, bool) error DeleteOrgQuotaStub func(string, bool) error DeleteRouteStub func(string) error DeleteRouteMappingStub func(string) error DeleteRouteServiceBindingStub func(string, string) error DeleteSecGroupStub func(string) error DeleteServiceBindingStub func(string) error DeleteServiceBrokerStub func(string) error DeleteServiceInstanceStub func(string, bool, bool) error DeleteServiceKeyStub func(string) error DeleteServicePlanVisibilityStub func(string, bool) error DeleteServicePlanVisibilityByPlanAndOrgStub func(string, string, bool) error DeleteSpaceStub func(string, bool, bool) error DeleteUserStub func(string) error DeleteUserProvidedServiceInstanceStub func(string) error DoStub func(*http.Request) (*http.Response, error) DoRequestStub func(*cfclient.Request) (*http.Response, error) DoRequestWithoutRedirectsStub func(*cfclient.Request) (*http.Response, error) GetAppBitsStub func(string) (io.ReadCloser, error) GetAppByGuidStub func(string) (cfclient.App, error) GetAppByGuidNoInlineCallStub func(string) (cfclient.App, error) GetAppEnvStub func(string) (cfclient.AppEnv, error) GetAppInstancesStub func(string) (map[string]cfclient.AppInstance, error) GetAppRoutesStub func(string) ([]cfclient.Route, error) GetAppStatsStub func(string) (map[string]cfclient.AppStats, error) GetBuildpackByGuidStub func(string) (cfclient.Buildpack, error) GetDomainByNameStub func(string) (cfclient.Domain, error) GetInfoStub func() (*cfclient.Info, error) GetIsolationSegmentByGUIDStub func(string) (*cfclient.IsolationSegment, error) GetOrgByGuidStub func(string) (cfclient.Org, error) GetOrgByNameStub func(string) (cfclient.Org, error) GetOrgQuotaByNameStub func(string) (cfclient.OrgQuota, error) GetRouteMappingByGuidStub func(string) (*cfclient.RouteMapping, error) GetRunningEnvironmentVariableGroupStub func() (cfclient.EnvironmentVariableGroup, error) GetSecGroupStub func(string) (*cfclient.SecGroup, error) GetSecGroupByNameStub func(string) (cfclient.SecGroup, error) GetServiceBindingByGuidStub func(string) (cfclient.ServiceBinding, error) GetServiceBrokerByGuidStub func(string) (cfclient.ServiceBroker, error) GetServiceBrokerByNameStub func(string) (cfclient.ServiceBroker, error) GetServiceByGuidStub func(string) (cfclient.Service, error) GetServiceInstanceByGuidStub func(string) (cfclient.ServiceInstance, error) GetServiceKeyByInstanceGuidStub func(string) (cfclient.ServiceKey, error) GetServiceKeyByNameStub func(string) (cfclient.ServiceKey, error) GetServiceKeysByInstanceGuidStub func(string) ([]cfclient.ServiceKey, error) GetServicePlanByGUIDStub func(string) (*cfclient.ServicePlan, error) GetServicePlanVisibilityByGuidStub func(string) (cfclient.ServicePlanVisibility, error) GetSpaceByGuidStub func(string) (cfclient.Space, error) GetSpaceByNameStub func(string, string) (cfclient.Space, error) GetSpaceQuotaByNameStub func(string) (cfclient.SpaceQuota, error) GetStagingEnvironmentVariableGroupStub func() (cfclient.EnvironmentVariableGroup, error) GetTaskByGuidStub func(string) (cfclient.Task, error) GetTokenStub func() (string, error) GetUserByGUIDStub func(string) (cfclient.User, error) GetUserProvidedServiceInstanceByGuidStub func(string) (cfclient.UserProvidedServiceInstance, error) IsolationSegmentForSpaceStub func(string, string) error KillAppInstanceStub func(string, string) error ListAllProcessesStub func() ([]cfclient.Process, error) ListAllProcessesByQueryStub func(url.Values) ([]cfclient.Process, error) ListAppEventsStub func(string) ([]cfclient.AppEventEntity, error) ListAppEventsByQueryStub func(string, []cfclient.AppEventQuery) ([]cfclient.AppEventEntity, error) ListAppUsageEventsStub func() ([]cfclient.AppUsageEvent, error) ListAppUsageEventsByQueryStub func(url.Values) ([]cfclient.AppUsageEvent, error) ListAppsStub func() ([]cfclient.App, error) ListAppsByQueryStub func(url.Values) ([]cfclient.App, error) ListAppsByQueryWithLimitsStub func(url.Values, int) ([]cfclient.App, error) ListAppsByRouteStub func(string) ([]cfclient.App, error) ListBuildpacksStub func() ([]cfclient.Buildpack, error) ListDomainsStub func() ([]cfclient.Domain, error) ListDomainsByQueryStub func(url.Values) ([]cfclient.Domain, error) ListEventsStub func() ([]cfclient.Event, error) ListEventsByQueryStub func(url.Values) ([]cfclient.Event, error) ListIsolationSegmentsStub func() ([]cfclient.IsolationSegment, error) ListIsolationSegmentsByQueryStub func(url.Values) ([]cfclient.IsolationSegment, error) ListOrgAuditorsStub func(string) ([]cfclient.User, error) ListOrgAuditorsByQueryStub func(string, url.Values) ([]cfclient.User, error) ListOrgBillingManagersStub func(string) ([]cfclient.User, error) ListOrgBillingManagersByQueryStub func(string, url.Values) ([]cfclient.User, error) ListOrgManagersStub func(string) ([]cfclient.User, error) ListOrgManagersByQueryStub func(string, url.Values) ([]cfclient.User, error) ListOrgPrivateDomainsStub func(string) ([]cfclient.Domain, error) ListOrgQuotasStub func() ([]cfclient.OrgQuota, error) ListOrgQuotasByQueryStub func(url.Values) ([]cfclient.OrgQuota, error) ListOrgSpaceQuotasStub func(string) ([]cfclient.SpaceQuota, error) ListOrgUsersStub func(string) ([]cfclient.User, error) ListOrgUsersByQueryStub func(string, url.Values) ([]cfclient.User, error) ListOrgsStub func() ([]cfclient.Org, error) ListOrgsByQueryStub func(url.Values) ([]cfclient.Org, error) ListRouteMappingsStub func() ([]*cfclient.RouteMapping, error) ListRouteMappingsByQueryStub func(url.Values) ([]*cfclient.RouteMapping, error) ListRoutesStub func() ([]cfclient.Route, error) ListRoutesByQueryStub func(url.Values) ([]cfclient.Route, error) ListRunningSecGroupsStub func() ([]cfclient.SecGroup, error) ListSecGroupsStub func() ([]cfclient.SecGroup, error) ListServiceBindingsStub func() ([]cfclient.ServiceBinding, error) ListServiceBindingsByQueryStub func(url.Values) ([]cfclient.ServiceBinding, error) ListServiceBrokersStub func() ([]cfclient.ServiceBroker, error) ListServiceBrokersByQueryStub func(url.Values) ([]cfclient.ServiceBroker, error) ListServiceInstancesStub func() ([]cfclient.ServiceInstance, error) ListServiceInstancesByQueryStub func(url.Values) ([]cfclient.ServiceInstance, error) ListServiceKeysStub func() ([]cfclient.ServiceKey, error) ListServiceKeysByQueryStub func(url.Values) ([]cfclient.ServiceKey, error) ListServicePlanVisibilitiesStub func() ([]cfclient.ServicePlanVisibility, error) ListServicePlanVisibilitiesByQueryStub func(url.Values) ([]cfclient.ServicePlanVisibility, error) ListServicePlansStub func() ([]cfclient.ServicePlan, error) ListServicePlansByQueryStub func(url.Values) ([]cfclient.ServicePlan, error) ListServiceUsageEventsStub func() ([]cfclient.ServiceUsageEvent, error) ListServiceUsageEventsByQueryStub func(url.Values) ([]cfclient.ServiceUsageEvent, error) ListServicesStub func() ([]cfclient.Service, error) ListServicesByQueryStub func(url.Values) ([]cfclient.Service, error) ListSpaceAuditorsStub func(string) ([]cfclient.User, error) ListSpaceAuditorsByQueryStub func(string, url.Values) ([]cfclient.User, error) ListSpaceDevelopersStub func(string) ([]cfclient.User, error) ListSpaceDevelopersByQueryStub func(string, url.Values) ([]cfclient.User, error) ListSpaceManagersStub func(string) ([]cfclient.User, error) ListSpaceManagersByQueryStub func(string, url.Values) ([]cfclient.User, error) ListSpaceQuotasStub func() ([]cfclient.SpaceQuota, error) ListSpaceQuotasByQueryStub func(url.Values) ([]cfclient.SpaceQuota, error) ListSpaceSecGroupsStub func(string) ([]cfclient.SecGroup, error) ListSpacesStub func() ([]cfclient.Space, error) ListSpacesByQueryStub func(url.Values) ([]cfclient.Space, error) ListStacksStub func() ([]cfclient.Stack, error) ListStacksByQueryStub func(url.Values) ([]cfclient.Stack, error) ListStagingSecGroupsStub func() ([]cfclient.SecGroup, error) ListTasksStub func() ([]cfclient.Task, error) ListTasksByQueryStub func(url.Values) ([]cfclient.Task, error) ListUserAuditedOrgsStub func(string) ([]cfclient.Org, error) ListUserAuditedSpacesStub func(string) ([]cfclient.Space, error) ListUserBillingManagedOrgsStub func(string) ([]cfclient.Org, error) ListUserManagedOrgsStub func(string) ([]cfclient.Org, error) ListUserManagedSpacesStub func(string) ([]cfclient.Space, error) ListUserOrgsStub func(string) ([]cfclient.Org, error) ListUserProvidedServiceInstancesStub func() ([]cfclient.UserProvidedServiceInstance, error) ListUserProvidedServiceInstancesByQueryStub func(url.Values) ([]cfclient.UserProvidedServiceInstance, error) ListUserSpacesStub func(string) ([]cfclient.Space, error) ListUsersStub func() (cfclient.Users, error) ListUsersByQueryStub func(url.Values) (cfclient.Users, error) MakeServicePlanPrivateStub func(string) error MakeServicePlanPublicStub func(string) error MappingAppAndRouteStub func(cfclient.RouteMappingRequest) (*cfclient.RouteMapping, error) NewRequestStub func(string, string) *cfclient.Request NewRequestWithBodyStub func(string, string, io.Reader) *cfclient.Request OrgSpacesStub func(string) ([]cfclient.Space, error) RemoveIsolationSegmentFromOrgStub func(string, string) error RemoveIsolationSegmentFromSpaceStub func(string, string) error RemoveOrgAuditorStub func(string, string) error RemoveOrgAuditorByUsernameStub func(string, string) error RemoveOrgAuditorByUsernameAndOriginStub func(string, string, string) error RemoveOrgBillingManagerStub func(string, string) error RemoveOrgBillingManagerByUsernameStub func(string, string) error RemoveOrgBillingManagerByUsernameAndOriginStub func(string, string, string) error RemoveOrgManagerStub func(string, string) error RemoveOrgManagerByUsernameStub func(string, string) error RemoveOrgManagerByUsernameAndOriginStub func(string, string, string) error RemoveOrgUserStub func(string, string) error RemoveOrgUserByUsernameStub func(string, string) error RemoveOrgUserByUsernameAndOriginStub func(string, string, string) error RemoveSpaceAuditorStub func(string, string) error RemoveSpaceAuditorByUsernameStub func(string, string) error RemoveSpaceAuditorByUsernameAndOriginStub func(string, string, string) error RemoveSpaceDeveloperStub func(string, string) error RemoveSpaceDeveloperByUsernameStub func(string, string) error RemoveSpaceDeveloperByUsernameAndOriginStub func(string, string, string) error RemoveSpaceManagerStub func(string, string) error RemoveSpaceManagerByUsernameStub func(string, string) error RemoveSpaceManagerByUsernameAndOriginStub func(string, string, string) error ResetDefaultIsolationSegmentForOrgStub func(string) error ResetIsolationSegmentForSpaceStub func(string) error ServiceBindingByGuidStub func(string) (cfclient.ServiceBinding, error) ServiceInstanceByGuidStub func(string) (cfclient.ServiceInstance, error) SetRunningEnvironmentVariableGroupStub func(cfclient.EnvironmentVariableGroup) error SetStagingEnvironmentVariableGroupStub func(cfclient.EnvironmentVariableGroup) error StartAppStub func(string) error StopAppStub func(string) error TaskByGuidStub func(string) (cfclient.Task, error) TasksByAppStub func(string) ([]cfclient.Task, error) TasksByAppByQueryStub func(string, url.Values) ([]cfclient.Task, error) TerminateTaskStub func(string) error TotalEventsStub func() (int, error) TotalEventsByQueryStub func(url.Values) (int, error) UnbindRunningSecGroupStub func(string) error UnbindSecGroupStub func(string, string) error UnbindStagingSecGroupStub func(string) error UpdateAppStub func(string, cfclient.AppUpdateResource) (cfclient.UpdateResponse, error) UpdateOrgStub func(string, cfclient.OrgRequest) (cfclient.Org, error) UpdateOrgQuotaStub func(string, cfclient.OrgQuotaRequest) (*cfclient.OrgQuota, error) UpdateSecGroupStub func(string, string, []cfclient.SecGroupRule, []string) (*cfclient.SecGroup, error) UpdateServiceBrokerStub func(string, cfclient.UpdateServiceBrokerRequest) (cfclient.ServiceBroker, error) UpdateServiceInstanceStub func(string, io.Reader, bool) error UpdateServicePlanVisibilityStub func(string, string, string) (cfclient.ServicePlanVisibility, error) UpdateSpaceStub func(string, cfclient.SpaceRequest) (cfclient.Space, error) UpdateSpaceQuotaStub func(string, cfclient.SpaceQuotaRequest) (*cfclient.SpaceQuota, error) UpdateUserProvidedServiceInstanceStub func(string, cfclient.UserProvidedServiceInstanceRequest) (*cfclient.UserProvidedServiceInstance, error) UploadAppBitsStub func(io.Reader, string) error UserProvidedServiceInstanceByGuidStub func(string) (cfclient.UserProvidedServiceInstance, error) // contains filtered or unexported fields }
func (*FakeCloudFoundryClient) AddIsolationSegmentToOrg ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrg(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) AddIsolationSegmentToOrgArgsForCall ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrgArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AddIsolationSegmentToOrgCallCount ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrgCallCount() int
func (*FakeCloudFoundryClient) AddIsolationSegmentToOrgCalls ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrgCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) AddIsolationSegmentToOrgReturns ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrgReturns(result1 error)
func (*FakeCloudFoundryClient) AddIsolationSegmentToOrgReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToOrgReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) AddIsolationSegmentToSpace ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpace(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) AddIsolationSegmentToSpaceArgsForCall ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpaceArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AddIsolationSegmentToSpaceCallCount ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpaceCallCount() int
func (*FakeCloudFoundryClient) AddIsolationSegmentToSpaceCalls ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpaceCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) AddIsolationSegmentToSpaceReturns ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpaceReturns(result1 error)
func (*FakeCloudFoundryClient) AddIsolationSegmentToSpaceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AddIsolationSegmentToSpaceReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) AppByGuid ¶
func (fake *FakeCloudFoundryClient) AppByGuid(arg1 string) (cfclient.App, error)
func (*FakeCloudFoundryClient) AppByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) AppByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) AppByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) AppByGuidCallCount() int
func (*FakeCloudFoundryClient) AppByGuidCalls ¶
func (fake *FakeCloudFoundryClient) AppByGuidCalls(stub func(string) (cfclient.App, error))
func (*FakeCloudFoundryClient) AppByGuidReturns ¶
func (fake *FakeCloudFoundryClient) AppByGuidReturns(result1 cfclient.App, result2 error)
func (*FakeCloudFoundryClient) AppByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AppByGuidReturnsOnCall(i int, result1 cfclient.App, result2 error)
func (*FakeCloudFoundryClient) AppByName ¶
func (fake *FakeCloudFoundryClient) AppByName(arg1 string, arg2 string, arg3 string) (cfclient.App, error)
func (*FakeCloudFoundryClient) AppByNameArgsForCall ¶
func (fake *FakeCloudFoundryClient) AppByNameArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) AppByNameCallCount ¶
func (fake *FakeCloudFoundryClient) AppByNameCallCount() int
func (*FakeCloudFoundryClient) AppByNameCalls ¶
func (fake *FakeCloudFoundryClient) AppByNameCalls(stub func(string, string, string) (cfclient.App, error))
func (*FakeCloudFoundryClient) AppByNameReturns ¶
func (fake *FakeCloudFoundryClient) AppByNameReturns(result1 cfclient.App, result2 error)
func (*FakeCloudFoundryClient) AppByNameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AppByNameReturnsOnCall(i int, result1 cfclient.App, result2 error)
func (*FakeCloudFoundryClient) AssignSpaceQuota ¶
func (fake *FakeCloudFoundryClient) AssignSpaceQuota(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) AssignSpaceQuotaArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssignSpaceQuotaArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssignSpaceQuotaCallCount ¶
func (fake *FakeCloudFoundryClient) AssignSpaceQuotaCallCount() int
func (*FakeCloudFoundryClient) AssignSpaceQuotaCalls ¶
func (fake *FakeCloudFoundryClient) AssignSpaceQuotaCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) AssignSpaceQuotaReturns ¶
func (fake *FakeCloudFoundryClient) AssignSpaceQuotaReturns(result1 error)
func (*FakeCloudFoundryClient) AssignSpaceQuotaReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssignSpaceQuotaReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) AssociateOrgAuditor ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditor(arg1 string, arg2 string) (cfclient.Org, error)
func (*FakeCloudFoundryClient) AssociateOrgAuditorArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsername ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsername(arg1 string, arg2 string) (cfclient.Org, error)
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOrigin ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) (cfclient.Org, error)
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginCalls ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginCalls(stub func(string, string, string) (cfclient.Org, error))
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameCalls ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameCalls(stub func(string, string) (cfclient.Org, error))
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgAuditorByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorByUsernameReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgAuditorCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgAuditorCalls ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorCalls(stub func(string, string) (cfclient.Org, error))
func (*FakeCloudFoundryClient) AssociateOrgAuditorReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgAuditorReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgAuditorReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgBillingManager ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManager(arg1 string, arg2 string) (cfclient.Org, error)
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsername ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsername(arg1 string, arg2 string) (cfclient.Org, error)
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOrigin ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) (cfclient.Org, error)
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginCalls ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginCalls(stub func(string, string, string) (cfclient.Org, error))
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameCalls ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameCalls(stub func(string, string) (cfclient.Org, error))
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerByUsernameReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerCalls ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerCalls(stub func(string, string) (cfclient.Org, error))
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgBillingManagerReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgBillingManagerReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgManager ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManager(arg1 string, arg2 string) (cfclient.Org, error)
func (*FakeCloudFoundryClient) AssociateOrgManagerArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsername ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsername(arg1 string, arg2 string) (cfclient.Org, error)
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOrigin ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) (cfclient.Org, error)
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginCalls ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginCalls(stub func(string, string, string) (cfclient.Org, error))
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameCalls ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameCalls(stub func(string, string) (cfclient.Org, error))
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgManagerByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerByUsernameReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgManagerCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgManagerCalls ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerCalls(stub func(string, string) (cfclient.Org, error))
func (*FakeCloudFoundryClient) AssociateOrgManagerReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgManagerReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgManagerReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgUser ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUser(arg1 string, arg2 string) (cfclient.Org, error)
func (*FakeCloudFoundryClient) AssociateOrgUserArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateOrgUserByUsername ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsername(arg1 string, arg2 string) (cfclient.Org, error)
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOrigin ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) (cfclient.Org, error)
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginCalls ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginCalls(stub func(string, string, string) (cfclient.Org, error))
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameCalls ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameCalls(stub func(string, string) (cfclient.Org, error))
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgUserByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserByUsernameReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgUserCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserCallCount() int
func (*FakeCloudFoundryClient) AssociateOrgUserCalls ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserCalls(stub func(string, string) (cfclient.Org, error))
func (*FakeCloudFoundryClient) AssociateOrgUserReturns ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateOrgUserReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateOrgUserReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceAuditor ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditor(arg1 string, arg2 string) (cfclient.Space, error)
func (*FakeCloudFoundryClient) AssociateSpaceAuditorArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsername ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsername(arg1 string, arg2 string) (cfclient.Space, error)
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOrigin ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) (cfclient.Space, error)
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginCalls ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginCalls(stub func(string, string, string) (cfclient.Space, error))
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameCallCount() int
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameCalls ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameCalls(stub func(string, string) (cfclient.Space, error))
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorByUsernameReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceAuditorCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorCallCount() int
func (*FakeCloudFoundryClient) AssociateSpaceAuditorCalls ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorCalls(stub func(string, string) (cfclient.Space, error))
func (*FakeCloudFoundryClient) AssociateSpaceAuditorReturns ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceAuditorReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceAuditorReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceDeveloper ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloper(arg1 string, arg2 string) (cfclient.Space, error)
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsername ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsername(arg1 string, arg2 string) (cfclient.Space, error)
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOrigin ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) (cfclient.Space, error)
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginCalls ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginCalls(stub func(string, string, string) (cfclient.Space, error))
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameCallCount() int
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameCalls ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameCalls(stub func(string, string) (cfclient.Space, error))
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperByUsernameReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperCallCount() int
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperCalls ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperCalls(stub func(string, string) (cfclient.Space, error))
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperReturns ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceDeveloperReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceDeveloperReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceManager ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManager(arg1 string, arg2 string) (cfclient.Space, error)
func (*FakeCloudFoundryClient) AssociateSpaceManagerArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsername ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsername(arg1 string, arg2 string) (cfclient.Space, error)
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOrigin ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) (cfclient.Space, error)
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginCalls ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginCalls(stub func(string, string, string) (cfclient.Space, error))
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameAndOriginReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameCallCount() int
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameCalls ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameCalls(stub func(string, string) (cfclient.Space, error))
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceManagerByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerByUsernameReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceManagerCallCount ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerCallCount() int
func (*FakeCloudFoundryClient) AssociateSpaceManagerCalls ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerCalls(stub func(string, string) (cfclient.Space, error))
func (*FakeCloudFoundryClient) AssociateSpaceManagerReturns ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) AssociateSpaceManagerReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) AssociateSpaceManagerReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) BindRoute ¶
func (fake *FakeCloudFoundryClient) BindRoute(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) BindRouteArgsForCall ¶
func (fake *FakeCloudFoundryClient) BindRouteArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) BindRouteCallCount ¶
func (fake *FakeCloudFoundryClient) BindRouteCallCount() int
func (*FakeCloudFoundryClient) BindRouteCalls ¶
func (fake *FakeCloudFoundryClient) BindRouteCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) BindRouteReturns ¶
func (fake *FakeCloudFoundryClient) BindRouteReturns(result1 error)
func (*FakeCloudFoundryClient) BindRouteReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) BindRouteReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) BindRunningSecGroup ¶
func (fake *FakeCloudFoundryClient) BindRunningSecGroup(arg1 string) error
func (*FakeCloudFoundryClient) BindRunningSecGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) BindRunningSecGroupArgsForCall(i int) string
func (*FakeCloudFoundryClient) BindRunningSecGroupCallCount ¶
func (fake *FakeCloudFoundryClient) BindRunningSecGroupCallCount() int
func (*FakeCloudFoundryClient) BindRunningSecGroupCalls ¶
func (fake *FakeCloudFoundryClient) BindRunningSecGroupCalls(stub func(string) error)
func (*FakeCloudFoundryClient) BindRunningSecGroupReturns ¶
func (fake *FakeCloudFoundryClient) BindRunningSecGroupReturns(result1 error)
func (*FakeCloudFoundryClient) BindRunningSecGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) BindRunningSecGroupReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) BindSecGroup ¶
func (fake *FakeCloudFoundryClient) BindSecGroup(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) BindSecGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) BindSecGroupArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) BindSecGroupCallCount ¶
func (fake *FakeCloudFoundryClient) BindSecGroupCallCount() int
func (*FakeCloudFoundryClient) BindSecGroupCalls ¶
func (fake *FakeCloudFoundryClient) BindSecGroupCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) BindSecGroupReturns ¶
func (fake *FakeCloudFoundryClient) BindSecGroupReturns(result1 error)
func (*FakeCloudFoundryClient) BindSecGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) BindSecGroupReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) BindStagingSecGroup ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroup(arg1 string) error
func (*FakeCloudFoundryClient) BindStagingSecGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupArgsForCall(i int) string
func (*FakeCloudFoundryClient) BindStagingSecGroupCallCount ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupCallCount() int
func (*FakeCloudFoundryClient) BindStagingSecGroupCalls ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupCalls(stub func(string) error)
func (*FakeCloudFoundryClient) BindStagingSecGroupReturns ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupReturns(result1 error)
func (*FakeCloudFoundryClient) BindStagingSecGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) BindStagingSecGroupToSpace ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpace(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) BindStagingSecGroupToSpaceArgsForCall ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpaceArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) BindStagingSecGroupToSpaceCallCount ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpaceCallCount() int
func (*FakeCloudFoundryClient) BindStagingSecGroupToSpaceCalls ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpaceCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) BindStagingSecGroupToSpaceReturns ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpaceReturns(result1 error)
func (*FakeCloudFoundryClient) BindStagingSecGroupToSpaceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) BindStagingSecGroupToSpaceReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) CreateApp ¶
func (fake *FakeCloudFoundryClient) CreateApp(arg1 cfclient.AppCreateRequest) (cfclient.App, error)
func (*FakeCloudFoundryClient) CreateAppArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateAppArgsForCall(i int) cfclient.AppCreateRequest
func (*FakeCloudFoundryClient) CreateAppCallCount ¶
func (fake *FakeCloudFoundryClient) CreateAppCallCount() int
func (*FakeCloudFoundryClient) CreateAppCalls ¶
func (fake *FakeCloudFoundryClient) CreateAppCalls(stub func(cfclient.AppCreateRequest) (cfclient.App, error))
func (*FakeCloudFoundryClient) CreateAppReturns ¶
func (fake *FakeCloudFoundryClient) CreateAppReturns(result1 cfclient.App, result2 error)
func (*FakeCloudFoundryClient) CreateAppReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateAppReturnsOnCall(i int, result1 cfclient.App, result2 error)
func (*FakeCloudFoundryClient) CreateBuildpack ¶
func (fake *FakeCloudFoundryClient) CreateBuildpack(arg1 *cfclient.BuildpackRequest) (*cfclient.Buildpack, error)
func (*FakeCloudFoundryClient) CreateBuildpackArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateBuildpackArgsForCall(i int) *cfclient.BuildpackRequest
func (*FakeCloudFoundryClient) CreateBuildpackCallCount ¶
func (fake *FakeCloudFoundryClient) CreateBuildpackCallCount() int
func (*FakeCloudFoundryClient) CreateBuildpackCalls ¶
func (fake *FakeCloudFoundryClient) CreateBuildpackCalls(stub func(*cfclient.BuildpackRequest) (*cfclient.Buildpack, error))
func (*FakeCloudFoundryClient) CreateBuildpackReturns ¶
func (fake *FakeCloudFoundryClient) CreateBuildpackReturns(result1 *cfclient.Buildpack, result2 error)
func (*FakeCloudFoundryClient) CreateBuildpackReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateBuildpackReturnsOnCall(i int, result1 *cfclient.Buildpack, result2 error)
func (*FakeCloudFoundryClient) CreateDomain ¶
func (fake *FakeCloudFoundryClient) CreateDomain(arg1 string, arg2 string) (*cfclient.Domain, error)
func (*FakeCloudFoundryClient) CreateDomainArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateDomainArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) CreateDomainCallCount ¶
func (fake *FakeCloudFoundryClient) CreateDomainCallCount() int
func (*FakeCloudFoundryClient) CreateDomainCalls ¶
func (fake *FakeCloudFoundryClient) CreateDomainCalls(stub func(string, string) (*cfclient.Domain, error))
func (*FakeCloudFoundryClient) CreateDomainReturns ¶
func (fake *FakeCloudFoundryClient) CreateDomainReturns(result1 *cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) CreateDomainReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateDomainReturnsOnCall(i int, result1 *cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) CreateIsolationSegment ¶
func (fake *FakeCloudFoundryClient) CreateIsolationSegment(arg1 string) (*cfclient.IsolationSegment, error)
func (*FakeCloudFoundryClient) CreateIsolationSegmentArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateIsolationSegmentArgsForCall(i int) string
func (*FakeCloudFoundryClient) CreateIsolationSegmentCallCount ¶
func (fake *FakeCloudFoundryClient) CreateIsolationSegmentCallCount() int
func (*FakeCloudFoundryClient) CreateIsolationSegmentCalls ¶
func (fake *FakeCloudFoundryClient) CreateIsolationSegmentCalls(stub func(string) (*cfclient.IsolationSegment, error))
func (*FakeCloudFoundryClient) CreateIsolationSegmentReturns ¶
func (fake *FakeCloudFoundryClient) CreateIsolationSegmentReturns(result1 *cfclient.IsolationSegment, result2 error)
func (*FakeCloudFoundryClient) CreateIsolationSegmentReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateIsolationSegmentReturnsOnCall(i int, result1 *cfclient.IsolationSegment, result2 error)
func (*FakeCloudFoundryClient) CreateOrg ¶
func (fake *FakeCloudFoundryClient) CreateOrg(arg1 cfclient.OrgRequest) (cfclient.Org, error)
func (*FakeCloudFoundryClient) CreateOrgArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateOrgArgsForCall(i int) cfclient.OrgRequest
func (*FakeCloudFoundryClient) CreateOrgCallCount ¶
func (fake *FakeCloudFoundryClient) CreateOrgCallCount() int
func (*FakeCloudFoundryClient) CreateOrgCalls ¶
func (fake *FakeCloudFoundryClient) CreateOrgCalls(stub func(cfclient.OrgRequest) (cfclient.Org, error))
func (*FakeCloudFoundryClient) CreateOrgQuota ¶
func (fake *FakeCloudFoundryClient) CreateOrgQuota(arg1 cfclient.OrgQuotaRequest) (*cfclient.OrgQuota, error)
func (*FakeCloudFoundryClient) CreateOrgQuotaArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateOrgQuotaArgsForCall(i int) cfclient.OrgQuotaRequest
func (*FakeCloudFoundryClient) CreateOrgQuotaCallCount ¶
func (fake *FakeCloudFoundryClient) CreateOrgQuotaCallCount() int
func (*FakeCloudFoundryClient) CreateOrgQuotaCalls ¶
func (fake *FakeCloudFoundryClient) CreateOrgQuotaCalls(stub func(cfclient.OrgQuotaRequest) (*cfclient.OrgQuota, error))
func (*FakeCloudFoundryClient) CreateOrgQuotaReturns ¶
func (fake *FakeCloudFoundryClient) CreateOrgQuotaReturns(result1 *cfclient.OrgQuota, result2 error)
func (*FakeCloudFoundryClient) CreateOrgQuotaReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateOrgQuotaReturnsOnCall(i int, result1 *cfclient.OrgQuota, result2 error)
func (*FakeCloudFoundryClient) CreateOrgReturns ¶
func (fake *FakeCloudFoundryClient) CreateOrgReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) CreateOrgReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateOrgReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) CreateRoute ¶
func (fake *FakeCloudFoundryClient) CreateRoute(arg1 cfclient.RouteRequest) (cfclient.Route, error)
func (*FakeCloudFoundryClient) CreateRouteArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateRouteArgsForCall(i int) cfclient.RouteRequest
func (*FakeCloudFoundryClient) CreateRouteCallCount ¶
func (fake *FakeCloudFoundryClient) CreateRouteCallCount() int
func (*FakeCloudFoundryClient) CreateRouteCalls ¶
func (fake *FakeCloudFoundryClient) CreateRouteCalls(stub func(cfclient.RouteRequest) (cfclient.Route, error))
func (*FakeCloudFoundryClient) CreateRouteReturns ¶
func (fake *FakeCloudFoundryClient) CreateRouteReturns(result1 cfclient.Route, result2 error)
func (*FakeCloudFoundryClient) CreateRouteReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateRouteReturnsOnCall(i int, result1 cfclient.Route, result2 error)
func (*FakeCloudFoundryClient) CreateRouteServiceBinding ¶
func (fake *FakeCloudFoundryClient) CreateRouteServiceBinding(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) CreateRouteServiceBindingArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateRouteServiceBindingArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) CreateRouteServiceBindingCallCount ¶
func (fake *FakeCloudFoundryClient) CreateRouteServiceBindingCallCount() int
func (*FakeCloudFoundryClient) CreateRouteServiceBindingCalls ¶
func (fake *FakeCloudFoundryClient) CreateRouteServiceBindingCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) CreateRouteServiceBindingReturns ¶
func (fake *FakeCloudFoundryClient) CreateRouteServiceBindingReturns(result1 error)
func (*FakeCloudFoundryClient) CreateRouteServiceBindingReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateRouteServiceBindingReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) CreateSecGroup ¶
func (fake *FakeCloudFoundryClient) CreateSecGroup(arg1 string, arg2 []cfclient.SecGroupRule, arg3 []string) (*cfclient.SecGroup, error)
func (*FakeCloudFoundryClient) CreateSecGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateSecGroupArgsForCall(i int) (string, []cfclient.SecGroupRule, []string)
func (*FakeCloudFoundryClient) CreateSecGroupCallCount ¶
func (fake *FakeCloudFoundryClient) CreateSecGroupCallCount() int
func (*FakeCloudFoundryClient) CreateSecGroupCalls ¶
func (fake *FakeCloudFoundryClient) CreateSecGroupCalls(stub func(string, []cfclient.SecGroupRule, []string) (*cfclient.SecGroup, error))
func (*FakeCloudFoundryClient) CreateSecGroupReturns ¶
func (fake *FakeCloudFoundryClient) CreateSecGroupReturns(result1 *cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) CreateSecGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateSecGroupReturnsOnCall(i int, result1 *cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) CreateServiceBinding ¶
func (fake *FakeCloudFoundryClient) CreateServiceBinding(arg1 string, arg2 string) (*cfclient.ServiceBinding, error)
func (*FakeCloudFoundryClient) CreateServiceBindingArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateServiceBindingArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) CreateServiceBindingCallCount ¶
func (fake *FakeCloudFoundryClient) CreateServiceBindingCallCount() int
func (*FakeCloudFoundryClient) CreateServiceBindingCalls ¶
func (fake *FakeCloudFoundryClient) CreateServiceBindingCalls(stub func(string, string) (*cfclient.ServiceBinding, error))
func (*FakeCloudFoundryClient) CreateServiceBindingReturns ¶
func (fake *FakeCloudFoundryClient) CreateServiceBindingReturns(result1 *cfclient.ServiceBinding, result2 error)
func (*FakeCloudFoundryClient) CreateServiceBindingReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateServiceBindingReturnsOnCall(i int, result1 *cfclient.ServiceBinding, result2 error)
func (*FakeCloudFoundryClient) CreateServiceBroker ¶
func (fake *FakeCloudFoundryClient) CreateServiceBroker(arg1 cfclient.CreateServiceBrokerRequest) (cfclient.ServiceBroker, error)
func (*FakeCloudFoundryClient) CreateServiceBrokerArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateServiceBrokerArgsForCall(i int) cfclient.CreateServiceBrokerRequest
func (*FakeCloudFoundryClient) CreateServiceBrokerCallCount ¶
func (fake *FakeCloudFoundryClient) CreateServiceBrokerCallCount() int
func (*FakeCloudFoundryClient) CreateServiceBrokerCalls ¶
func (fake *FakeCloudFoundryClient) CreateServiceBrokerCalls(stub func(cfclient.CreateServiceBrokerRequest) (cfclient.ServiceBroker, error))
func (*FakeCloudFoundryClient) CreateServiceBrokerReturns ¶
func (fake *FakeCloudFoundryClient) CreateServiceBrokerReturns(result1 cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) CreateServiceBrokerReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateServiceBrokerReturnsOnCall(i int, result1 cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) CreateServiceInstance ¶
func (fake *FakeCloudFoundryClient) CreateServiceInstance(arg1 cfclient.ServiceInstanceRequest) (cfclient.ServiceInstance, error)
func (*FakeCloudFoundryClient) CreateServiceInstanceArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateServiceInstanceArgsForCall(i int) cfclient.ServiceInstanceRequest
func (*FakeCloudFoundryClient) CreateServiceInstanceCallCount ¶
func (fake *FakeCloudFoundryClient) CreateServiceInstanceCallCount() int
func (*FakeCloudFoundryClient) CreateServiceInstanceCalls ¶
func (fake *FakeCloudFoundryClient) CreateServiceInstanceCalls(stub func(cfclient.ServiceInstanceRequest) (cfclient.ServiceInstance, error))
func (*FakeCloudFoundryClient) CreateServiceInstanceReturns ¶
func (fake *FakeCloudFoundryClient) CreateServiceInstanceReturns(result1 cfclient.ServiceInstance, result2 error)
func (*FakeCloudFoundryClient) CreateServiceInstanceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateServiceInstanceReturnsOnCall(i int, result1 cfclient.ServiceInstance, result2 error)
func (*FakeCloudFoundryClient) CreateServiceKey ¶
func (fake *FakeCloudFoundryClient) CreateServiceKey(arg1 cfclient.CreateServiceKeyRequest) (cfclient.ServiceKey, error)
func (*FakeCloudFoundryClient) CreateServiceKeyArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateServiceKeyArgsForCall(i int) cfclient.CreateServiceKeyRequest
func (*FakeCloudFoundryClient) CreateServiceKeyCallCount ¶
func (fake *FakeCloudFoundryClient) CreateServiceKeyCallCount() int
func (*FakeCloudFoundryClient) CreateServiceKeyCalls ¶
func (fake *FakeCloudFoundryClient) CreateServiceKeyCalls(stub func(cfclient.CreateServiceKeyRequest) (cfclient.ServiceKey, error))
func (*FakeCloudFoundryClient) CreateServiceKeyReturns ¶
func (fake *FakeCloudFoundryClient) CreateServiceKeyReturns(result1 cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) CreateServiceKeyReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateServiceKeyReturnsOnCall(i int, result1 cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) CreateServicePlanVisibility ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibility(arg1 string, arg2 string) (cfclient.ServicePlanVisibility, error)
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueId ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueId(arg1 string, arg2 string) (cfclient.ServicePlanVisibility, error)
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdCallCount ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdCallCount() int
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdCalls ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdCalls(stub func(string, string) (cfclient.ServicePlanVisibility, error))
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdReturns ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdReturns(result1 cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityByUniqueIdReturnsOnCall(i int, result1 cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityCallCount ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityCallCount() int
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityCalls ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityCalls(stub func(string, string) (cfclient.ServicePlanVisibility, error))
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityReturns ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityReturns(result1 cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) CreateServicePlanVisibilityReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateServicePlanVisibilityReturnsOnCall(i int, result1 cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) CreateSharedDomain ¶
func (fake *FakeCloudFoundryClient) CreateSharedDomain(arg1 string, arg2 bool, arg3 string) (*cfclient.SharedDomain, error)
func (*FakeCloudFoundryClient) CreateSharedDomainArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateSharedDomainArgsForCall(i int) (string, bool, string)
func (*FakeCloudFoundryClient) CreateSharedDomainCallCount ¶
func (fake *FakeCloudFoundryClient) CreateSharedDomainCallCount() int
func (*FakeCloudFoundryClient) CreateSharedDomainCalls ¶
func (fake *FakeCloudFoundryClient) CreateSharedDomainCalls(stub func(string, bool, string) (*cfclient.SharedDomain, error))
func (*FakeCloudFoundryClient) CreateSharedDomainReturns ¶
func (fake *FakeCloudFoundryClient) CreateSharedDomainReturns(result1 *cfclient.SharedDomain, result2 error)
func (*FakeCloudFoundryClient) CreateSharedDomainReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateSharedDomainReturnsOnCall(i int, result1 *cfclient.SharedDomain, result2 error)
func (*FakeCloudFoundryClient) CreateSpace ¶
func (fake *FakeCloudFoundryClient) CreateSpace(arg1 cfclient.SpaceRequest) (cfclient.Space, error)
func (*FakeCloudFoundryClient) CreateSpaceArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateSpaceArgsForCall(i int) cfclient.SpaceRequest
func (*FakeCloudFoundryClient) CreateSpaceCallCount ¶
func (fake *FakeCloudFoundryClient) CreateSpaceCallCount() int
func (*FakeCloudFoundryClient) CreateSpaceCalls ¶
func (fake *FakeCloudFoundryClient) CreateSpaceCalls(stub func(cfclient.SpaceRequest) (cfclient.Space, error))
func (*FakeCloudFoundryClient) CreateSpaceQuota ¶
func (fake *FakeCloudFoundryClient) CreateSpaceQuota(arg1 cfclient.SpaceQuotaRequest) (*cfclient.SpaceQuota, error)
func (*FakeCloudFoundryClient) CreateSpaceQuotaArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateSpaceQuotaArgsForCall(i int) cfclient.SpaceQuotaRequest
func (*FakeCloudFoundryClient) CreateSpaceQuotaCallCount ¶
func (fake *FakeCloudFoundryClient) CreateSpaceQuotaCallCount() int
func (*FakeCloudFoundryClient) CreateSpaceQuotaCalls ¶
func (fake *FakeCloudFoundryClient) CreateSpaceQuotaCalls(stub func(cfclient.SpaceQuotaRequest) (*cfclient.SpaceQuota, error))
func (*FakeCloudFoundryClient) CreateSpaceQuotaReturns ¶
func (fake *FakeCloudFoundryClient) CreateSpaceQuotaReturns(result1 *cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) CreateSpaceQuotaReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateSpaceQuotaReturnsOnCall(i int, result1 *cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) CreateSpaceReturns ¶
func (fake *FakeCloudFoundryClient) CreateSpaceReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) CreateSpaceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateSpaceReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) CreateTask ¶
func (fake *FakeCloudFoundryClient) CreateTask(arg1 cfclient.TaskRequest) (cfclient.Task, error)
func (*FakeCloudFoundryClient) CreateTaskArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateTaskArgsForCall(i int) cfclient.TaskRequest
func (*FakeCloudFoundryClient) CreateTaskCallCount ¶
func (fake *FakeCloudFoundryClient) CreateTaskCallCount() int
func (*FakeCloudFoundryClient) CreateTaskCalls ¶
func (fake *FakeCloudFoundryClient) CreateTaskCalls(stub func(cfclient.TaskRequest) (cfclient.Task, error))
func (*FakeCloudFoundryClient) CreateTaskReturns ¶
func (fake *FakeCloudFoundryClient) CreateTaskReturns(result1 cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) CreateTaskReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateTaskReturnsOnCall(i int, result1 cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) CreateTcpRoute ¶
func (fake *FakeCloudFoundryClient) CreateTcpRoute(arg1 cfclient.RouteRequest) (cfclient.Route, error)
func (*FakeCloudFoundryClient) CreateTcpRouteArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateTcpRouteArgsForCall(i int) cfclient.RouteRequest
func (*FakeCloudFoundryClient) CreateTcpRouteCallCount ¶
func (fake *FakeCloudFoundryClient) CreateTcpRouteCallCount() int
func (*FakeCloudFoundryClient) CreateTcpRouteCalls ¶
func (fake *FakeCloudFoundryClient) CreateTcpRouteCalls(stub func(cfclient.RouteRequest) (cfclient.Route, error))
func (*FakeCloudFoundryClient) CreateTcpRouteReturns ¶
func (fake *FakeCloudFoundryClient) CreateTcpRouteReturns(result1 cfclient.Route, result2 error)
func (*FakeCloudFoundryClient) CreateTcpRouteReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateTcpRouteReturnsOnCall(i int, result1 cfclient.Route, result2 error)
func (*FakeCloudFoundryClient) CreateUser ¶
func (fake *FakeCloudFoundryClient) CreateUser(arg1 cfclient.UserRequest) (cfclient.User, error)
func (*FakeCloudFoundryClient) CreateUserArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateUserArgsForCall(i int) cfclient.UserRequest
func (*FakeCloudFoundryClient) CreateUserCallCount ¶
func (fake *FakeCloudFoundryClient) CreateUserCallCount() int
func (*FakeCloudFoundryClient) CreateUserCalls ¶
func (fake *FakeCloudFoundryClient) CreateUserCalls(stub func(cfclient.UserRequest) (cfclient.User, error))
func (*FakeCloudFoundryClient) CreateUserProvidedServiceInstance ¶
func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstance(arg1 cfclient.UserProvidedServiceInstanceRequest) (*cfclient.UserProvidedServiceInstance, error)
func (*FakeCloudFoundryClient) CreateUserProvidedServiceInstanceArgsForCall ¶
func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstanceArgsForCall(i int) cfclient.UserProvidedServiceInstanceRequest
func (*FakeCloudFoundryClient) CreateUserProvidedServiceInstanceCallCount ¶
func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstanceCallCount() int
func (*FakeCloudFoundryClient) CreateUserProvidedServiceInstanceCalls ¶
func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstanceCalls(stub func(cfclient.UserProvidedServiceInstanceRequest) (*cfclient.UserProvidedServiceInstance, error))
func (*FakeCloudFoundryClient) CreateUserProvidedServiceInstanceReturns ¶
func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstanceReturns(result1 *cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) CreateUserProvidedServiceInstanceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateUserProvidedServiceInstanceReturnsOnCall(i int, result1 *cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) CreateUserReturns ¶
func (fake *FakeCloudFoundryClient) CreateUserReturns(result1 cfclient.User, result2 error)
func (*FakeCloudFoundryClient) CreateUserReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) CreateUserReturnsOnCall(i int, result1 cfclient.User, result2 error)
func (*FakeCloudFoundryClient) DefaultIsolationSegmentForOrg ¶
func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrg(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) DefaultIsolationSegmentForOrgArgsForCall ¶
func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrgArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) DefaultIsolationSegmentForOrgCallCount ¶
func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrgCallCount() int
func (*FakeCloudFoundryClient) DefaultIsolationSegmentForOrgCalls ¶
func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrgCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) DefaultIsolationSegmentForOrgReturns ¶
func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrgReturns(result1 error)
func (*FakeCloudFoundryClient) DefaultIsolationSegmentForOrgReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DefaultIsolationSegmentForOrgReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteBuildpack ¶
func (fake *FakeCloudFoundryClient) DeleteBuildpack(arg1 string, arg2 bool) error
func (*FakeCloudFoundryClient) DeleteBuildpackArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteBuildpackArgsForCall(i int) (string, bool)
func (*FakeCloudFoundryClient) DeleteBuildpackCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteBuildpackCallCount() int
func (*FakeCloudFoundryClient) DeleteBuildpackCalls ¶
func (fake *FakeCloudFoundryClient) DeleteBuildpackCalls(stub func(string, bool) error)
func (*FakeCloudFoundryClient) DeleteBuildpackReturns ¶
func (fake *FakeCloudFoundryClient) DeleteBuildpackReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteBuildpackReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteBuildpackReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteDomain ¶
func (fake *FakeCloudFoundryClient) DeleteDomain(arg1 string) error
func (*FakeCloudFoundryClient) DeleteDomainArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteDomainArgsForCall(i int) string
func (*FakeCloudFoundryClient) DeleteDomainCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteDomainCallCount() int
func (*FakeCloudFoundryClient) DeleteDomainCalls ¶
func (fake *FakeCloudFoundryClient) DeleteDomainCalls(stub func(string) error)
func (*FakeCloudFoundryClient) DeleteDomainReturns ¶
func (fake *FakeCloudFoundryClient) DeleteDomainReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteDomainReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteDomainReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteIsolationSegmentByGUID ¶
func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUID(arg1 string) error
func (*FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDArgsForCall(i int) string
func (*FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDCallCount() int
func (*FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDCalls ¶
func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDCalls(stub func(string) error)
func (*FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDReturns ¶
func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteIsolationSegmentByGUIDReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteOrg ¶
func (fake *FakeCloudFoundryClient) DeleteOrg(arg1 string, arg2 bool, arg3 bool) error
func (*FakeCloudFoundryClient) DeleteOrgArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteOrgArgsForCall(i int) (string, bool, bool)
func (*FakeCloudFoundryClient) DeleteOrgCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteOrgCallCount() int
func (*FakeCloudFoundryClient) DeleteOrgCalls ¶
func (fake *FakeCloudFoundryClient) DeleteOrgCalls(stub func(string, bool, bool) error)
func (*FakeCloudFoundryClient) DeleteOrgQuota ¶
func (fake *FakeCloudFoundryClient) DeleteOrgQuota(arg1 string, arg2 bool) error
func (*FakeCloudFoundryClient) DeleteOrgQuotaArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteOrgQuotaArgsForCall(i int) (string, bool)
func (*FakeCloudFoundryClient) DeleteOrgQuotaCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteOrgQuotaCallCount() int
func (*FakeCloudFoundryClient) DeleteOrgQuotaCalls ¶
func (fake *FakeCloudFoundryClient) DeleteOrgQuotaCalls(stub func(string, bool) error)
func (*FakeCloudFoundryClient) DeleteOrgQuotaReturns ¶
func (fake *FakeCloudFoundryClient) DeleteOrgQuotaReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteOrgQuotaReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteOrgQuotaReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteOrgReturns ¶
func (fake *FakeCloudFoundryClient) DeleteOrgReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteOrgReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteOrgReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteRoute ¶
func (fake *FakeCloudFoundryClient) DeleteRoute(arg1 string) error
func (*FakeCloudFoundryClient) DeleteRouteArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteRouteArgsForCall(i int) string
func (*FakeCloudFoundryClient) DeleteRouteCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteRouteCallCount() int
func (*FakeCloudFoundryClient) DeleteRouteCalls ¶
func (fake *FakeCloudFoundryClient) DeleteRouteCalls(stub func(string) error)
func (*FakeCloudFoundryClient) DeleteRouteMapping ¶
func (fake *FakeCloudFoundryClient) DeleteRouteMapping(arg1 string) error
func (*FakeCloudFoundryClient) DeleteRouteMappingArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteRouteMappingArgsForCall(i int) string
func (*FakeCloudFoundryClient) DeleteRouteMappingCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteRouteMappingCallCount() int
func (*FakeCloudFoundryClient) DeleteRouteMappingCalls ¶
func (fake *FakeCloudFoundryClient) DeleteRouteMappingCalls(stub func(string) error)
func (*FakeCloudFoundryClient) DeleteRouteMappingReturns ¶
func (fake *FakeCloudFoundryClient) DeleteRouteMappingReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteRouteMappingReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteRouteMappingReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteRouteReturns ¶
func (fake *FakeCloudFoundryClient) DeleteRouteReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteRouteReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteRouteReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteRouteServiceBinding ¶
func (fake *FakeCloudFoundryClient) DeleteRouteServiceBinding(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) DeleteRouteServiceBindingArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteRouteServiceBindingArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) DeleteRouteServiceBindingCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteRouteServiceBindingCallCount() int
func (*FakeCloudFoundryClient) DeleteRouteServiceBindingCalls ¶
func (fake *FakeCloudFoundryClient) DeleteRouteServiceBindingCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) DeleteRouteServiceBindingReturns ¶
func (fake *FakeCloudFoundryClient) DeleteRouteServiceBindingReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteRouteServiceBindingReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteRouteServiceBindingReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteSecGroup ¶
func (fake *FakeCloudFoundryClient) DeleteSecGroup(arg1 string) error
func (*FakeCloudFoundryClient) DeleteSecGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteSecGroupArgsForCall(i int) string
func (*FakeCloudFoundryClient) DeleteSecGroupCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteSecGroupCallCount() int
func (*FakeCloudFoundryClient) DeleteSecGroupCalls ¶
func (fake *FakeCloudFoundryClient) DeleteSecGroupCalls(stub func(string) error)
func (*FakeCloudFoundryClient) DeleteSecGroupReturns ¶
func (fake *FakeCloudFoundryClient) DeleteSecGroupReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteSecGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteSecGroupReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteServiceBinding ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBinding(arg1 string) error
func (*FakeCloudFoundryClient) DeleteServiceBindingArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBindingArgsForCall(i int) string
func (*FakeCloudFoundryClient) DeleteServiceBindingCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBindingCallCount() int
func (*FakeCloudFoundryClient) DeleteServiceBindingCalls ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBindingCalls(stub func(string) error)
func (*FakeCloudFoundryClient) DeleteServiceBindingReturns ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBindingReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteServiceBindingReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBindingReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteServiceBroker ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBroker(arg1 string) error
func (*FakeCloudFoundryClient) DeleteServiceBrokerArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBrokerArgsForCall(i int) string
func (*FakeCloudFoundryClient) DeleteServiceBrokerCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBrokerCallCount() int
func (*FakeCloudFoundryClient) DeleteServiceBrokerCalls ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBrokerCalls(stub func(string) error)
func (*FakeCloudFoundryClient) DeleteServiceBrokerReturns ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBrokerReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteServiceBrokerReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteServiceBrokerReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteServiceInstance ¶
func (fake *FakeCloudFoundryClient) DeleteServiceInstance(arg1 string, arg2 bool, arg3 bool) error
func (*FakeCloudFoundryClient) DeleteServiceInstanceArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteServiceInstanceArgsForCall(i int) (string, bool, bool)
func (*FakeCloudFoundryClient) DeleteServiceInstanceCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteServiceInstanceCallCount() int
func (*FakeCloudFoundryClient) DeleteServiceInstanceCalls ¶
func (fake *FakeCloudFoundryClient) DeleteServiceInstanceCalls(stub func(string, bool, bool) error)
func (*FakeCloudFoundryClient) DeleteServiceInstanceReturns ¶
func (fake *FakeCloudFoundryClient) DeleteServiceInstanceReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteServiceInstanceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteServiceInstanceReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteServiceKey ¶
func (fake *FakeCloudFoundryClient) DeleteServiceKey(arg1 string) error
func (*FakeCloudFoundryClient) DeleteServiceKeyArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteServiceKeyArgsForCall(i int) string
func (*FakeCloudFoundryClient) DeleteServiceKeyCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteServiceKeyCallCount() int
func (*FakeCloudFoundryClient) DeleteServiceKeyCalls ¶
func (fake *FakeCloudFoundryClient) DeleteServiceKeyCalls(stub func(string) error)
func (*FakeCloudFoundryClient) DeleteServiceKeyReturns ¶
func (fake *FakeCloudFoundryClient) DeleteServiceKeyReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteServiceKeyReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteServiceKeyReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteServicePlanVisibility ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibility(arg1 string, arg2 bool) error
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityArgsForCall(i int) (string, bool)
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrg ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrg(arg1 string, arg2 string, arg3 bool) error
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgArgsForCall(i int) (string, string, bool)
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgCallCount() int
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgCalls ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgCalls(stub func(string, string, bool) error)
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgReturns ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityByPlanAndOrgReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityCallCount() int
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityCalls ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityCalls(stub func(string, bool) error)
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityReturns ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteServicePlanVisibilityReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteServicePlanVisibilityReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteSharedDomain ¶
func (fake *FakeCloudFoundryClient) DeleteSharedDomain(arg1 string, arg2 bool) error
func (*FakeCloudFoundryClient) DeleteSharedDomainArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteSharedDomainArgsForCall(i int) (string, bool)
func (*FakeCloudFoundryClient) DeleteSharedDomainCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteSharedDomainCallCount() int
func (*FakeCloudFoundryClient) DeleteSharedDomainCalls ¶
func (fake *FakeCloudFoundryClient) DeleteSharedDomainCalls(stub func(string, bool) error)
func (*FakeCloudFoundryClient) DeleteSharedDomainReturns ¶
func (fake *FakeCloudFoundryClient) DeleteSharedDomainReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteSharedDomainReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteSharedDomainReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteSpace ¶
func (fake *FakeCloudFoundryClient) DeleteSpace(arg1 string, arg2 bool, arg3 bool) error
func (*FakeCloudFoundryClient) DeleteSpaceArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteSpaceArgsForCall(i int) (string, bool, bool)
func (*FakeCloudFoundryClient) DeleteSpaceCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteSpaceCallCount() int
func (*FakeCloudFoundryClient) DeleteSpaceCalls ¶
func (fake *FakeCloudFoundryClient) DeleteSpaceCalls(stub func(string, bool, bool) error)
func (*FakeCloudFoundryClient) DeleteSpaceReturns ¶
func (fake *FakeCloudFoundryClient) DeleteSpaceReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteSpaceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteSpaceReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteUser ¶
func (fake *FakeCloudFoundryClient) DeleteUser(arg1 string) error
func (*FakeCloudFoundryClient) DeleteUserArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteUserArgsForCall(i int) string
func (*FakeCloudFoundryClient) DeleteUserCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteUserCallCount() int
func (*FakeCloudFoundryClient) DeleteUserCalls ¶
func (fake *FakeCloudFoundryClient) DeleteUserCalls(stub func(string) error)
func (*FakeCloudFoundryClient) DeleteUserProvidedServiceInstance ¶
func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstance(arg1 string) error
func (*FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceArgsForCall ¶
func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceArgsForCall(i int) string
func (*FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceCallCount ¶
func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceCallCount() int
func (*FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceCalls ¶
func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceCalls(stub func(string) error)
func (*FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceReturns ¶
func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteUserProvidedServiceInstanceReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DeleteUserReturns ¶
func (fake *FakeCloudFoundryClient) DeleteUserReturns(result1 error)
func (*FakeCloudFoundryClient) DeleteUserReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DeleteUserReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) DoArgsForCall ¶
func (fake *FakeCloudFoundryClient) DoArgsForCall(i int) *http.Request
func (*FakeCloudFoundryClient) DoCallCount ¶
func (fake *FakeCloudFoundryClient) DoCallCount() int
func (*FakeCloudFoundryClient) DoRequest ¶
func (fake *FakeCloudFoundryClient) DoRequest(arg1 *cfclient.Request) (*http.Response, error)
func (*FakeCloudFoundryClient) DoRequestArgsForCall ¶
func (fake *FakeCloudFoundryClient) DoRequestArgsForCall(i int) *cfclient.Request
func (*FakeCloudFoundryClient) DoRequestCallCount ¶
func (fake *FakeCloudFoundryClient) DoRequestCallCount() int
func (*FakeCloudFoundryClient) DoRequestCalls ¶
func (fake *FakeCloudFoundryClient) DoRequestCalls(stub func(*cfclient.Request) (*http.Response, error))
func (*FakeCloudFoundryClient) DoRequestReturns ¶
func (fake *FakeCloudFoundryClient) DoRequestReturns(result1 *http.Response, result2 error)
func (*FakeCloudFoundryClient) DoRequestReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DoRequestReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeCloudFoundryClient) DoRequestWithoutRedirects ¶
func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirects(arg1 *cfclient.Request) (*http.Response, error)
func (*FakeCloudFoundryClient) DoRequestWithoutRedirectsArgsForCall ¶
func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirectsArgsForCall(i int) *cfclient.Request
func (*FakeCloudFoundryClient) DoRequestWithoutRedirectsCallCount ¶
func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirectsCallCount() int
func (*FakeCloudFoundryClient) DoRequestWithoutRedirectsCalls ¶
func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirectsCalls(stub func(*cfclient.Request) (*http.Response, error))
func (*FakeCloudFoundryClient) DoRequestWithoutRedirectsReturns ¶
func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirectsReturns(result1 *http.Response, result2 error)
func (*FakeCloudFoundryClient) DoRequestWithoutRedirectsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DoRequestWithoutRedirectsReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeCloudFoundryClient) DoReturns ¶
func (fake *FakeCloudFoundryClient) DoReturns(result1 *http.Response, result2 error)
func (*FakeCloudFoundryClient) DoReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) DoReturnsOnCall(i int, result1 *http.Response, result2 error)
func (*FakeCloudFoundryClient) GetAppBits ¶
func (fake *FakeCloudFoundryClient) GetAppBits(arg1 string) (io.ReadCloser, error)
func (*FakeCloudFoundryClient) GetAppBitsArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetAppBitsArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetAppBitsCallCount ¶
func (fake *FakeCloudFoundryClient) GetAppBitsCallCount() int
func (*FakeCloudFoundryClient) GetAppBitsCalls ¶
func (fake *FakeCloudFoundryClient) GetAppBitsCalls(stub func(string) (io.ReadCloser, error))
func (*FakeCloudFoundryClient) GetAppBitsReturns ¶
func (fake *FakeCloudFoundryClient) GetAppBitsReturns(result1 io.ReadCloser, result2 error)
func (*FakeCloudFoundryClient) GetAppBitsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetAppBitsReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
func (*FakeCloudFoundryClient) GetAppByGuid ¶
func (fake *FakeCloudFoundryClient) GetAppByGuid(arg1 string) (cfclient.App, error)
func (*FakeCloudFoundryClient) GetAppByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetAppByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidCallCount() int
func (*FakeCloudFoundryClient) GetAppByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidCalls(stub func(string) (cfclient.App, error))
func (*FakeCloudFoundryClient) GetAppByGuidNoInlineCall ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCall(arg1 string) (cfclient.App, error)
func (*FakeCloudFoundryClient) GetAppByGuidNoInlineCallArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCallArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetAppByGuidNoInlineCallCallCount ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCallCallCount() int
func (*FakeCloudFoundryClient) GetAppByGuidNoInlineCallCalls ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCallCalls(stub func(string) (cfclient.App, error))
func (*FakeCloudFoundryClient) GetAppByGuidNoInlineCallReturns ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCallReturns(result1 cfclient.App, result2 error)
func (*FakeCloudFoundryClient) GetAppByGuidNoInlineCallReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidNoInlineCallReturnsOnCall(i int, result1 cfclient.App, result2 error)
func (*FakeCloudFoundryClient) GetAppByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidReturns(result1 cfclient.App, result2 error)
func (*FakeCloudFoundryClient) GetAppByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetAppByGuidReturnsOnCall(i int, result1 cfclient.App, result2 error)
func (*FakeCloudFoundryClient) GetAppEnv ¶
func (fake *FakeCloudFoundryClient) GetAppEnv(arg1 string) (cfclient.AppEnv, error)
func (*FakeCloudFoundryClient) GetAppEnvArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetAppEnvArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetAppEnvCallCount ¶
func (fake *FakeCloudFoundryClient) GetAppEnvCallCount() int
func (*FakeCloudFoundryClient) GetAppEnvCalls ¶
func (fake *FakeCloudFoundryClient) GetAppEnvCalls(stub func(string) (cfclient.AppEnv, error))
func (*FakeCloudFoundryClient) GetAppEnvReturns ¶
func (fake *FakeCloudFoundryClient) GetAppEnvReturns(result1 cfclient.AppEnv, result2 error)
func (*FakeCloudFoundryClient) GetAppEnvReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetAppEnvReturnsOnCall(i int, result1 cfclient.AppEnv, result2 error)
func (*FakeCloudFoundryClient) GetAppInstances ¶
func (fake *FakeCloudFoundryClient) GetAppInstances(arg1 string) (map[string]cfclient.AppInstance, error)
func (*FakeCloudFoundryClient) GetAppInstancesArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetAppInstancesArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetAppInstancesCallCount ¶
func (fake *FakeCloudFoundryClient) GetAppInstancesCallCount() int
func (*FakeCloudFoundryClient) GetAppInstancesCalls ¶
func (fake *FakeCloudFoundryClient) GetAppInstancesCalls(stub func(string) (map[string]cfclient.AppInstance, error))
func (*FakeCloudFoundryClient) GetAppInstancesReturns ¶
func (fake *FakeCloudFoundryClient) GetAppInstancesReturns(result1 map[string]cfclient.AppInstance, result2 error)
func (*FakeCloudFoundryClient) GetAppInstancesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetAppInstancesReturnsOnCall(i int, result1 map[string]cfclient.AppInstance, result2 error)
func (*FakeCloudFoundryClient) GetAppRoutes ¶
func (fake *FakeCloudFoundryClient) GetAppRoutes(arg1 string) ([]cfclient.Route, error)
func (*FakeCloudFoundryClient) GetAppRoutesArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetAppRoutesArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetAppRoutesCallCount ¶
func (fake *FakeCloudFoundryClient) GetAppRoutesCallCount() int
func (*FakeCloudFoundryClient) GetAppRoutesCalls ¶
func (fake *FakeCloudFoundryClient) GetAppRoutesCalls(stub func(string) ([]cfclient.Route, error))
func (*FakeCloudFoundryClient) GetAppRoutesReturns ¶
func (fake *FakeCloudFoundryClient) GetAppRoutesReturns(result1 []cfclient.Route, result2 error)
func (*FakeCloudFoundryClient) GetAppRoutesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetAppRoutesReturnsOnCall(i int, result1 []cfclient.Route, result2 error)
func (*FakeCloudFoundryClient) GetAppStats ¶
func (fake *FakeCloudFoundryClient) GetAppStats(arg1 string) (map[string]cfclient.AppStats, error)
func (*FakeCloudFoundryClient) GetAppStatsArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetAppStatsArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetAppStatsCallCount ¶
func (fake *FakeCloudFoundryClient) GetAppStatsCallCount() int
func (*FakeCloudFoundryClient) GetAppStatsCalls ¶
func (fake *FakeCloudFoundryClient) GetAppStatsCalls(stub func(string) (map[string]cfclient.AppStats, error))
func (*FakeCloudFoundryClient) GetAppStatsReturns ¶
func (fake *FakeCloudFoundryClient) GetAppStatsReturns(result1 map[string]cfclient.AppStats, result2 error)
func (*FakeCloudFoundryClient) GetAppStatsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetAppStatsReturnsOnCall(i int, result1 map[string]cfclient.AppStats, result2 error)
func (*FakeCloudFoundryClient) GetBuildpackByGuid ¶
func (fake *FakeCloudFoundryClient) GetBuildpackByGuid(arg1 string) (cfclient.Buildpack, error)
func (*FakeCloudFoundryClient) GetBuildpackByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetBuildpackByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetBuildpackByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetBuildpackByGuidCallCount() int
func (*FakeCloudFoundryClient) GetBuildpackByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetBuildpackByGuidCalls(stub func(string) (cfclient.Buildpack, error))
func (*FakeCloudFoundryClient) GetBuildpackByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetBuildpackByGuidReturns(result1 cfclient.Buildpack, result2 error)
func (*FakeCloudFoundryClient) GetBuildpackByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetBuildpackByGuidReturnsOnCall(i int, result1 cfclient.Buildpack, result2 error)
func (*FakeCloudFoundryClient) GetDomainByName ¶
func (fake *FakeCloudFoundryClient) GetDomainByName(arg1 string) (cfclient.Domain, error)
func (*FakeCloudFoundryClient) GetDomainByNameArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetDomainByNameArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetDomainByNameCallCount ¶
func (fake *FakeCloudFoundryClient) GetDomainByNameCallCount() int
func (*FakeCloudFoundryClient) GetDomainByNameCalls ¶
func (fake *FakeCloudFoundryClient) GetDomainByNameCalls(stub func(string) (cfclient.Domain, error))
func (*FakeCloudFoundryClient) GetDomainByNameReturns ¶
func (fake *FakeCloudFoundryClient) GetDomainByNameReturns(result1 cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) GetDomainByNameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetDomainByNameReturnsOnCall(i int, result1 cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) GetInfo ¶
func (fake *FakeCloudFoundryClient) GetInfo() (*cfclient.Info, error)
func (*FakeCloudFoundryClient) GetInfoCallCount ¶
func (fake *FakeCloudFoundryClient) GetInfoCallCount() int
func (*FakeCloudFoundryClient) GetInfoCalls ¶
func (fake *FakeCloudFoundryClient) GetInfoCalls(stub func() (*cfclient.Info, error))
func (*FakeCloudFoundryClient) GetInfoReturns ¶
func (fake *FakeCloudFoundryClient) GetInfoReturns(result1 *cfclient.Info, result2 error)
func (*FakeCloudFoundryClient) GetInfoReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetInfoReturnsOnCall(i int, result1 *cfclient.Info, result2 error)
func (*FakeCloudFoundryClient) GetIsolationSegmentByGUID ¶
func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUID(arg1 string) (*cfclient.IsolationSegment, error)
func (*FakeCloudFoundryClient) GetIsolationSegmentByGUIDArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUIDArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetIsolationSegmentByGUIDCallCount ¶
func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUIDCallCount() int
func (*FakeCloudFoundryClient) GetIsolationSegmentByGUIDCalls ¶
func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUIDCalls(stub func(string) (*cfclient.IsolationSegment, error))
func (*FakeCloudFoundryClient) GetIsolationSegmentByGUIDReturns ¶
func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUIDReturns(result1 *cfclient.IsolationSegment, result2 error)
func (*FakeCloudFoundryClient) GetIsolationSegmentByGUIDReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetIsolationSegmentByGUIDReturnsOnCall(i int, result1 *cfclient.IsolationSegment, result2 error)
func (*FakeCloudFoundryClient) GetOrgByGuid ¶
func (fake *FakeCloudFoundryClient) GetOrgByGuid(arg1 string) (cfclient.Org, error)
func (*FakeCloudFoundryClient) GetOrgByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetOrgByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetOrgByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetOrgByGuidCallCount() int
func (*FakeCloudFoundryClient) GetOrgByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetOrgByGuidCalls(stub func(string) (cfclient.Org, error))
func (*FakeCloudFoundryClient) GetOrgByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetOrgByGuidReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) GetOrgByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetOrgByGuidReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) GetOrgByName ¶
func (fake *FakeCloudFoundryClient) GetOrgByName(arg1 string) (cfclient.Org, error)
func (*FakeCloudFoundryClient) GetOrgByNameArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetOrgByNameArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetOrgByNameCallCount ¶
func (fake *FakeCloudFoundryClient) GetOrgByNameCallCount() int
func (*FakeCloudFoundryClient) GetOrgByNameCalls ¶
func (fake *FakeCloudFoundryClient) GetOrgByNameCalls(stub func(string) (cfclient.Org, error))
func (*FakeCloudFoundryClient) GetOrgByNameReturns ¶
func (fake *FakeCloudFoundryClient) GetOrgByNameReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) GetOrgByNameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetOrgByNameReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) GetOrgQuotaByName ¶
func (fake *FakeCloudFoundryClient) GetOrgQuotaByName(arg1 string) (cfclient.OrgQuota, error)
func (*FakeCloudFoundryClient) GetOrgQuotaByNameArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetOrgQuotaByNameArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetOrgQuotaByNameCallCount ¶
func (fake *FakeCloudFoundryClient) GetOrgQuotaByNameCallCount() int
func (*FakeCloudFoundryClient) GetOrgQuotaByNameCalls ¶
func (fake *FakeCloudFoundryClient) GetOrgQuotaByNameCalls(stub func(string) (cfclient.OrgQuota, error))
func (*FakeCloudFoundryClient) GetOrgQuotaByNameReturns ¶
func (fake *FakeCloudFoundryClient) GetOrgQuotaByNameReturns(result1 cfclient.OrgQuota, result2 error)
func (*FakeCloudFoundryClient) GetOrgQuotaByNameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetOrgQuotaByNameReturnsOnCall(i int, result1 cfclient.OrgQuota, result2 error)
func (*FakeCloudFoundryClient) GetRouteMappingByGuid ¶
func (fake *FakeCloudFoundryClient) GetRouteMappingByGuid(arg1 string) (*cfclient.RouteMapping, error)
func (*FakeCloudFoundryClient) GetRouteMappingByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetRouteMappingByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetRouteMappingByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetRouteMappingByGuidCallCount() int
func (*FakeCloudFoundryClient) GetRouteMappingByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetRouteMappingByGuidCalls(stub func(string) (*cfclient.RouteMapping, error))
func (*FakeCloudFoundryClient) GetRouteMappingByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetRouteMappingByGuidReturns(result1 *cfclient.RouteMapping, result2 error)
func (*FakeCloudFoundryClient) GetRouteMappingByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetRouteMappingByGuidReturnsOnCall(i int, result1 *cfclient.RouteMapping, result2 error)
func (*FakeCloudFoundryClient) GetRunningEnvironmentVariableGroup ¶
func (fake *FakeCloudFoundryClient) GetRunningEnvironmentVariableGroup() (cfclient.EnvironmentVariableGroup, error)
func (*FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupCallCount ¶
func (fake *FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupCallCount() int
func (*FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupCalls ¶
func (fake *FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupCalls(stub func() (cfclient.EnvironmentVariableGroup, error))
func (*FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupReturns ¶
func (fake *FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupReturns(result1 cfclient.EnvironmentVariableGroup, result2 error)
func (*FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetRunningEnvironmentVariableGroupReturnsOnCall(i int, result1 cfclient.EnvironmentVariableGroup, result2 error)
func (*FakeCloudFoundryClient) GetSecGroup ¶
func (fake *FakeCloudFoundryClient) GetSecGroup(arg1 string) (*cfclient.SecGroup, error)
func (*FakeCloudFoundryClient) GetSecGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetSecGroupArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetSecGroupByName ¶
func (fake *FakeCloudFoundryClient) GetSecGroupByName(arg1 string) (cfclient.SecGroup, error)
func (*FakeCloudFoundryClient) GetSecGroupByNameArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetSecGroupByNameArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetSecGroupByNameCallCount ¶
func (fake *FakeCloudFoundryClient) GetSecGroupByNameCallCount() int
func (*FakeCloudFoundryClient) GetSecGroupByNameCalls ¶
func (fake *FakeCloudFoundryClient) GetSecGroupByNameCalls(stub func(string) (cfclient.SecGroup, error))
func (*FakeCloudFoundryClient) GetSecGroupByNameReturns ¶
func (fake *FakeCloudFoundryClient) GetSecGroupByNameReturns(result1 cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) GetSecGroupByNameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetSecGroupByNameReturnsOnCall(i int, result1 cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) GetSecGroupCallCount ¶
func (fake *FakeCloudFoundryClient) GetSecGroupCallCount() int
func (*FakeCloudFoundryClient) GetSecGroupCalls ¶
func (fake *FakeCloudFoundryClient) GetSecGroupCalls(stub func(string) (*cfclient.SecGroup, error))
func (*FakeCloudFoundryClient) GetSecGroupReturns ¶
func (fake *FakeCloudFoundryClient) GetSecGroupReturns(result1 *cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) GetSecGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetSecGroupReturnsOnCall(i int, result1 *cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) GetServiceBindingByGuid ¶
func (fake *FakeCloudFoundryClient) GetServiceBindingByGuid(arg1 string) (cfclient.ServiceBinding, error)
func (*FakeCloudFoundryClient) GetServiceBindingByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetServiceBindingByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetServiceBindingByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetServiceBindingByGuidCallCount() int
func (*FakeCloudFoundryClient) GetServiceBindingByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetServiceBindingByGuidCalls(stub func(string) (cfclient.ServiceBinding, error))
func (*FakeCloudFoundryClient) GetServiceBindingByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetServiceBindingByGuidReturns(result1 cfclient.ServiceBinding, result2 error)
func (*FakeCloudFoundryClient) GetServiceBindingByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetServiceBindingByGuidReturnsOnCall(i int, result1 cfclient.ServiceBinding, result2 error)
func (*FakeCloudFoundryClient) GetServiceBrokerByGuid ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuid(arg1 string) (cfclient.ServiceBroker, error)
func (*FakeCloudFoundryClient) GetServiceBrokerByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetServiceBrokerByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuidCallCount() int
func (*FakeCloudFoundryClient) GetServiceBrokerByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuidCalls(stub func(string) (cfclient.ServiceBroker, error))
func (*FakeCloudFoundryClient) GetServiceBrokerByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuidReturns(result1 cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) GetServiceBrokerByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByGuidReturnsOnCall(i int, result1 cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) GetServiceBrokerByName ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByName(arg1 string) (cfclient.ServiceBroker, error)
func (*FakeCloudFoundryClient) GetServiceBrokerByNameArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByNameArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetServiceBrokerByNameCallCount ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByNameCallCount() int
func (*FakeCloudFoundryClient) GetServiceBrokerByNameCalls ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByNameCalls(stub func(string) (cfclient.ServiceBroker, error))
func (*FakeCloudFoundryClient) GetServiceBrokerByNameReturns ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByNameReturns(result1 cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) GetServiceBrokerByNameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetServiceBrokerByNameReturnsOnCall(i int, result1 cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) GetServiceByGuid ¶
func (fake *FakeCloudFoundryClient) GetServiceByGuid(arg1 string) (cfclient.Service, error)
func (*FakeCloudFoundryClient) GetServiceByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetServiceByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetServiceByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetServiceByGuidCallCount() int
func (*FakeCloudFoundryClient) GetServiceByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetServiceByGuidCalls(stub func(string) (cfclient.Service, error))
func (*FakeCloudFoundryClient) GetServiceByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetServiceByGuidReturns(result1 cfclient.Service, result2 error)
func (*FakeCloudFoundryClient) GetServiceByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetServiceByGuidReturnsOnCall(i int, result1 cfclient.Service, result2 error)
func (*FakeCloudFoundryClient) GetServiceInstanceByGuid ¶
func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuid(arg1 string) (cfclient.ServiceInstance, error)
func (*FakeCloudFoundryClient) GetServiceInstanceByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetServiceInstanceByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuidCallCount() int
func (*FakeCloudFoundryClient) GetServiceInstanceByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuidCalls(stub func(string) (cfclient.ServiceInstance, error))
func (*FakeCloudFoundryClient) GetServiceInstanceByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuidReturns(result1 cfclient.ServiceInstance, result2 error)
func (*FakeCloudFoundryClient) GetServiceInstanceByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetServiceInstanceByGuidReturnsOnCall(i int, result1 cfclient.ServiceInstance, result2 error)
func (*FakeCloudFoundryClient) GetServiceKeyByInstanceGuid ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuid(arg1 string) (cfclient.ServiceKey, error)
func (*FakeCloudFoundryClient) GetServiceKeyByInstanceGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetServiceKeyByInstanceGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuidCallCount() int
func (*FakeCloudFoundryClient) GetServiceKeyByInstanceGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuidCalls(stub func(string) (cfclient.ServiceKey, error))
func (*FakeCloudFoundryClient) GetServiceKeyByInstanceGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuidReturns(result1 cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) GetServiceKeyByInstanceGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByInstanceGuidReturnsOnCall(i int, result1 cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) GetServiceKeyByName ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByName(arg1 string) (cfclient.ServiceKey, error)
func (*FakeCloudFoundryClient) GetServiceKeyByNameArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByNameArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetServiceKeyByNameCallCount ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByNameCallCount() int
func (*FakeCloudFoundryClient) GetServiceKeyByNameCalls ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByNameCalls(stub func(string) (cfclient.ServiceKey, error))
func (*FakeCloudFoundryClient) GetServiceKeyByNameReturns ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByNameReturns(result1 cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) GetServiceKeyByNameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetServiceKeyByNameReturnsOnCall(i int, result1 cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) GetServiceKeysByInstanceGuid ¶
func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuid(arg1 string) ([]cfclient.ServiceKey, error)
func (*FakeCloudFoundryClient) GetServiceKeysByInstanceGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetServiceKeysByInstanceGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuidCallCount() int
func (*FakeCloudFoundryClient) GetServiceKeysByInstanceGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuidCalls(stub func(string) ([]cfclient.ServiceKey, error))
func (*FakeCloudFoundryClient) GetServiceKeysByInstanceGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuidReturns(result1 []cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) GetServiceKeysByInstanceGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetServiceKeysByInstanceGuidReturnsOnCall(i int, result1 []cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) GetServicePlanByGUID ¶
func (fake *FakeCloudFoundryClient) GetServicePlanByGUID(arg1 string) (*cfclient.ServicePlan, error)
func (*FakeCloudFoundryClient) GetServicePlanByGUIDArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetServicePlanByGUIDArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetServicePlanByGUIDCallCount ¶
func (fake *FakeCloudFoundryClient) GetServicePlanByGUIDCallCount() int
func (*FakeCloudFoundryClient) GetServicePlanByGUIDCalls ¶
func (fake *FakeCloudFoundryClient) GetServicePlanByGUIDCalls(stub func(string) (*cfclient.ServicePlan, error))
func (*FakeCloudFoundryClient) GetServicePlanByGUIDReturns ¶
func (fake *FakeCloudFoundryClient) GetServicePlanByGUIDReturns(result1 *cfclient.ServicePlan, result2 error)
func (*FakeCloudFoundryClient) GetServicePlanByGUIDReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetServicePlanByGUIDReturnsOnCall(i int, result1 *cfclient.ServicePlan, result2 error)
func (*FakeCloudFoundryClient) GetServicePlanVisibilityByGuid ¶
func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuid(arg1 string) (cfclient.ServicePlanVisibility, error)
func (*FakeCloudFoundryClient) GetServicePlanVisibilityByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetServicePlanVisibilityByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuidCallCount() int
func (*FakeCloudFoundryClient) GetServicePlanVisibilityByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuidCalls(stub func(string) (cfclient.ServicePlanVisibility, error))
func (*FakeCloudFoundryClient) GetServicePlanVisibilityByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuidReturns(result1 cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) GetServicePlanVisibilityByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetServicePlanVisibilityByGuidReturnsOnCall(i int, result1 cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) GetSharedDomainByGuid ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByGuid(arg1 string) (cfclient.SharedDomain, error)
func (*FakeCloudFoundryClient) GetSharedDomainByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetSharedDomainByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByGuidCallCount() int
func (*FakeCloudFoundryClient) GetSharedDomainByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByGuidCalls(stub func(string) (cfclient.SharedDomain, error))
func (*FakeCloudFoundryClient) GetSharedDomainByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByGuidReturns(result1 cfclient.SharedDomain, result2 error)
func (*FakeCloudFoundryClient) GetSharedDomainByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByGuidReturnsOnCall(i int, result1 cfclient.SharedDomain, result2 error)
func (*FakeCloudFoundryClient) GetSharedDomainByName ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByName(arg1 string) (cfclient.SharedDomain, error)
func (*FakeCloudFoundryClient) GetSharedDomainByNameArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByNameArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetSharedDomainByNameCallCount ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByNameCallCount() int
func (*FakeCloudFoundryClient) GetSharedDomainByNameCalls ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByNameCalls(stub func(string) (cfclient.SharedDomain, error))
func (*FakeCloudFoundryClient) GetSharedDomainByNameReturns ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByNameReturns(result1 cfclient.SharedDomain, result2 error)
func (*FakeCloudFoundryClient) GetSharedDomainByNameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetSharedDomainByNameReturnsOnCall(i int, result1 cfclient.SharedDomain, result2 error)
func (*FakeCloudFoundryClient) GetSpaceByGuid ¶
func (fake *FakeCloudFoundryClient) GetSpaceByGuid(arg1 string) (cfclient.Space, error)
func (*FakeCloudFoundryClient) GetSpaceByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetSpaceByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetSpaceByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetSpaceByGuidCallCount() int
func (*FakeCloudFoundryClient) GetSpaceByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetSpaceByGuidCalls(stub func(string) (cfclient.Space, error))
func (*FakeCloudFoundryClient) GetSpaceByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetSpaceByGuidReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) GetSpaceByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetSpaceByGuidReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) GetSpaceByName ¶
func (fake *FakeCloudFoundryClient) GetSpaceByName(arg1 string, arg2 string) (cfclient.Space, error)
func (*FakeCloudFoundryClient) GetSpaceByNameArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetSpaceByNameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) GetSpaceByNameCallCount ¶
func (fake *FakeCloudFoundryClient) GetSpaceByNameCallCount() int
func (*FakeCloudFoundryClient) GetSpaceByNameCalls ¶
func (fake *FakeCloudFoundryClient) GetSpaceByNameCalls(stub func(string, string) (cfclient.Space, error))
func (*FakeCloudFoundryClient) GetSpaceByNameReturns ¶
func (fake *FakeCloudFoundryClient) GetSpaceByNameReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) GetSpaceByNameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetSpaceByNameReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) GetSpaceQuotaByName ¶
func (fake *FakeCloudFoundryClient) GetSpaceQuotaByName(arg1 string) (cfclient.SpaceQuota, error)
func (*FakeCloudFoundryClient) GetSpaceQuotaByNameArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetSpaceQuotaByNameArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetSpaceQuotaByNameCallCount ¶
func (fake *FakeCloudFoundryClient) GetSpaceQuotaByNameCallCount() int
func (*FakeCloudFoundryClient) GetSpaceQuotaByNameCalls ¶
func (fake *FakeCloudFoundryClient) GetSpaceQuotaByNameCalls(stub func(string) (cfclient.SpaceQuota, error))
func (*FakeCloudFoundryClient) GetSpaceQuotaByNameReturns ¶
func (fake *FakeCloudFoundryClient) GetSpaceQuotaByNameReturns(result1 cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) GetSpaceQuotaByNameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetSpaceQuotaByNameReturnsOnCall(i int, result1 cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) GetStagingEnvironmentVariableGroup ¶
func (fake *FakeCloudFoundryClient) GetStagingEnvironmentVariableGroup() (cfclient.EnvironmentVariableGroup, error)
func (*FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupCallCount ¶
func (fake *FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupCallCount() int
func (*FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupCalls ¶
func (fake *FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupCalls(stub func() (cfclient.EnvironmentVariableGroup, error))
func (*FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupReturns ¶
func (fake *FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupReturns(result1 cfclient.EnvironmentVariableGroup, result2 error)
func (*FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetStagingEnvironmentVariableGroupReturnsOnCall(i int, result1 cfclient.EnvironmentVariableGroup, result2 error)
func (*FakeCloudFoundryClient) GetTaskByGuid ¶
func (fake *FakeCloudFoundryClient) GetTaskByGuid(arg1 string) (cfclient.Task, error)
func (*FakeCloudFoundryClient) GetTaskByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetTaskByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetTaskByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetTaskByGuidCallCount() int
func (*FakeCloudFoundryClient) GetTaskByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetTaskByGuidCalls(stub func(string) (cfclient.Task, error))
func (*FakeCloudFoundryClient) GetTaskByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetTaskByGuidReturns(result1 cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) GetTaskByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetTaskByGuidReturnsOnCall(i int, result1 cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) GetToken ¶
func (fake *FakeCloudFoundryClient) GetToken() (string, error)
func (*FakeCloudFoundryClient) GetTokenCallCount ¶
func (fake *FakeCloudFoundryClient) GetTokenCallCount() int
func (*FakeCloudFoundryClient) GetTokenCalls ¶
func (fake *FakeCloudFoundryClient) GetTokenCalls(stub func() (string, error))
func (*FakeCloudFoundryClient) GetTokenReturns ¶
func (fake *FakeCloudFoundryClient) GetTokenReturns(result1 string, result2 error)
func (*FakeCloudFoundryClient) GetTokenReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetTokenReturnsOnCall(i int, result1 string, result2 error)
func (*FakeCloudFoundryClient) GetUserByGUID ¶
func (fake *FakeCloudFoundryClient) GetUserByGUID(arg1 string) (cfclient.User, error)
func (*FakeCloudFoundryClient) GetUserByGUIDArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetUserByGUIDArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetUserByGUIDCallCount ¶
func (fake *FakeCloudFoundryClient) GetUserByGUIDCallCount() int
func (*FakeCloudFoundryClient) GetUserByGUIDCalls ¶
func (fake *FakeCloudFoundryClient) GetUserByGUIDCalls(stub func(string) (cfclient.User, error))
func (*FakeCloudFoundryClient) GetUserByGUIDReturns ¶
func (fake *FakeCloudFoundryClient) GetUserByGUIDReturns(result1 cfclient.User, result2 error)
func (*FakeCloudFoundryClient) GetUserByGUIDReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetUserByGUIDReturnsOnCall(i int, result1 cfclient.User, result2 error)
func (*FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuid ¶
func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuid(arg1 string) (cfclient.UserProvidedServiceInstance, error)
func (*FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidCallCount() int
func (*FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidCalls ¶
func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidCalls(stub func(string) (cfclient.UserProvidedServiceInstance, error))
func (*FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidReturns ¶
func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidReturns(result1 cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) GetUserProvidedServiceInstanceByGuidReturnsOnCall(i int, result1 cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) Invocations ¶
func (fake *FakeCloudFoundryClient) Invocations() map[string][][]interface{}
func (*FakeCloudFoundryClient) IsolationSegmentForSpace ¶
func (fake *FakeCloudFoundryClient) IsolationSegmentForSpace(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) IsolationSegmentForSpaceArgsForCall ¶
func (fake *FakeCloudFoundryClient) IsolationSegmentForSpaceArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) IsolationSegmentForSpaceCallCount ¶
func (fake *FakeCloudFoundryClient) IsolationSegmentForSpaceCallCount() int
func (*FakeCloudFoundryClient) IsolationSegmentForSpaceCalls ¶
func (fake *FakeCloudFoundryClient) IsolationSegmentForSpaceCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) IsolationSegmentForSpaceReturns ¶
func (fake *FakeCloudFoundryClient) IsolationSegmentForSpaceReturns(result1 error)
func (*FakeCloudFoundryClient) IsolationSegmentForSpaceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) IsolationSegmentForSpaceReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) KillAppInstance ¶
func (fake *FakeCloudFoundryClient) KillAppInstance(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) KillAppInstanceArgsForCall ¶
func (fake *FakeCloudFoundryClient) KillAppInstanceArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) KillAppInstanceCallCount ¶
func (fake *FakeCloudFoundryClient) KillAppInstanceCallCount() int
func (*FakeCloudFoundryClient) KillAppInstanceCalls ¶
func (fake *FakeCloudFoundryClient) KillAppInstanceCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) KillAppInstanceReturns ¶
func (fake *FakeCloudFoundryClient) KillAppInstanceReturns(result1 error)
func (*FakeCloudFoundryClient) KillAppInstanceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) KillAppInstanceReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) ListAllProcesses ¶
func (fake *FakeCloudFoundryClient) ListAllProcesses() ([]cfclient.Process, error)
func (*FakeCloudFoundryClient) ListAllProcessesByQuery ¶
func (fake *FakeCloudFoundryClient) ListAllProcessesByQuery(arg1 url.Values) ([]cfclient.Process, error)
func (*FakeCloudFoundryClient) ListAllProcessesByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListAllProcessesByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListAllProcessesByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListAllProcessesByQueryCallCount() int
func (*FakeCloudFoundryClient) ListAllProcessesByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListAllProcessesByQueryCalls(stub func(url.Values) ([]cfclient.Process, error))
func (*FakeCloudFoundryClient) ListAllProcessesByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListAllProcessesByQueryReturns(result1 []cfclient.Process, result2 error)
func (*FakeCloudFoundryClient) ListAllProcessesByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListAllProcessesByQueryReturnsOnCall(i int, result1 []cfclient.Process, result2 error)
func (*FakeCloudFoundryClient) ListAllProcessesCallCount ¶
func (fake *FakeCloudFoundryClient) ListAllProcessesCallCount() int
func (*FakeCloudFoundryClient) ListAllProcessesCalls ¶
func (fake *FakeCloudFoundryClient) ListAllProcessesCalls(stub func() ([]cfclient.Process, error))
func (*FakeCloudFoundryClient) ListAllProcessesReturns ¶
func (fake *FakeCloudFoundryClient) ListAllProcessesReturns(result1 []cfclient.Process, result2 error)
func (*FakeCloudFoundryClient) ListAllProcessesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListAllProcessesReturnsOnCall(i int, result1 []cfclient.Process, result2 error)
func (*FakeCloudFoundryClient) ListAppEvents ¶
func (fake *FakeCloudFoundryClient) ListAppEvents(arg1 string) ([]cfclient.AppEventEntity, error)
func (*FakeCloudFoundryClient) ListAppEventsArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListAppEventsArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListAppEventsByQuery ¶
func (fake *FakeCloudFoundryClient) ListAppEventsByQuery(arg1 string, arg2 []cfclient.AppEventQuery) ([]cfclient.AppEventEntity, error)
func (*FakeCloudFoundryClient) ListAppEventsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListAppEventsByQueryArgsForCall(i int) (string, []cfclient.AppEventQuery)
func (*FakeCloudFoundryClient) ListAppEventsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListAppEventsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListAppEventsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListAppEventsByQueryCalls(stub func(string, []cfclient.AppEventQuery) ([]cfclient.AppEventEntity, error))
func (*FakeCloudFoundryClient) ListAppEventsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListAppEventsByQueryReturns(result1 []cfclient.AppEventEntity, result2 error)
func (*FakeCloudFoundryClient) ListAppEventsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListAppEventsByQueryReturnsOnCall(i int, result1 []cfclient.AppEventEntity, result2 error)
func (*FakeCloudFoundryClient) ListAppEventsCallCount ¶
func (fake *FakeCloudFoundryClient) ListAppEventsCallCount() int
func (*FakeCloudFoundryClient) ListAppEventsCalls ¶
func (fake *FakeCloudFoundryClient) ListAppEventsCalls(stub func(string) ([]cfclient.AppEventEntity, error))
func (*FakeCloudFoundryClient) ListAppEventsReturns ¶
func (fake *FakeCloudFoundryClient) ListAppEventsReturns(result1 []cfclient.AppEventEntity, result2 error)
func (*FakeCloudFoundryClient) ListAppEventsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListAppEventsReturnsOnCall(i int, result1 []cfclient.AppEventEntity, result2 error)
func (*FakeCloudFoundryClient) ListAppUsageEvents ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEvents() ([]cfclient.AppUsageEvent, error)
func (*FakeCloudFoundryClient) ListAppUsageEventsByQuery ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQuery(arg1 url.Values) ([]cfclient.AppUsageEvent, error)
func (*FakeCloudFoundryClient) ListAppUsageEventsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListAppUsageEventsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListAppUsageEventsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQueryCalls(stub func(url.Values) ([]cfclient.AppUsageEvent, error))
func (*FakeCloudFoundryClient) ListAppUsageEventsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQueryReturns(result1 []cfclient.AppUsageEvent, result2 error)
func (*FakeCloudFoundryClient) ListAppUsageEventsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEventsByQueryReturnsOnCall(i int, result1 []cfclient.AppUsageEvent, result2 error)
func (*FakeCloudFoundryClient) ListAppUsageEventsCallCount ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEventsCallCount() int
func (*FakeCloudFoundryClient) ListAppUsageEventsCalls ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEventsCalls(stub func() ([]cfclient.AppUsageEvent, error))
func (*FakeCloudFoundryClient) ListAppUsageEventsReturns ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEventsReturns(result1 []cfclient.AppUsageEvent, result2 error)
func (*FakeCloudFoundryClient) ListAppUsageEventsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListAppUsageEventsReturnsOnCall(i int, result1 []cfclient.AppUsageEvent, result2 error)
func (*FakeCloudFoundryClient) ListApps ¶
func (fake *FakeCloudFoundryClient) ListApps() ([]cfclient.App, error)
func (*FakeCloudFoundryClient) ListAppsByQuery ¶
func (fake *FakeCloudFoundryClient) ListAppsByQuery(arg1 url.Values) ([]cfclient.App, error)
func (*FakeCloudFoundryClient) ListAppsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListAppsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListAppsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListAppsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListAppsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListAppsByQueryCalls(stub func(url.Values) ([]cfclient.App, error))
func (*FakeCloudFoundryClient) ListAppsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListAppsByQueryReturns(result1 []cfclient.App, result2 error)
func (*FakeCloudFoundryClient) ListAppsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListAppsByQueryReturnsOnCall(i int, result1 []cfclient.App, result2 error)
func (*FakeCloudFoundryClient) ListAppsByQueryWithLimits ¶
func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimits(arg1 url.Values, arg2 int) ([]cfclient.App, error)
func (*FakeCloudFoundryClient) ListAppsByQueryWithLimitsArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimitsArgsForCall(i int) (url.Values, int)
func (*FakeCloudFoundryClient) ListAppsByQueryWithLimitsCallCount ¶
func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimitsCallCount() int
func (*FakeCloudFoundryClient) ListAppsByQueryWithLimitsCalls ¶
func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimitsCalls(stub func(url.Values, int) ([]cfclient.App, error))
func (*FakeCloudFoundryClient) ListAppsByQueryWithLimitsReturns ¶
func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimitsReturns(result1 []cfclient.App, result2 error)
func (*FakeCloudFoundryClient) ListAppsByQueryWithLimitsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListAppsByQueryWithLimitsReturnsOnCall(i int, result1 []cfclient.App, result2 error)
func (*FakeCloudFoundryClient) ListAppsByRoute ¶
func (fake *FakeCloudFoundryClient) ListAppsByRoute(arg1 string) ([]cfclient.App, error)
func (*FakeCloudFoundryClient) ListAppsByRouteArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListAppsByRouteArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListAppsByRouteCallCount ¶
func (fake *FakeCloudFoundryClient) ListAppsByRouteCallCount() int
func (*FakeCloudFoundryClient) ListAppsByRouteCalls ¶
func (fake *FakeCloudFoundryClient) ListAppsByRouteCalls(stub func(string) ([]cfclient.App, error))
func (*FakeCloudFoundryClient) ListAppsByRouteReturns ¶
func (fake *FakeCloudFoundryClient) ListAppsByRouteReturns(result1 []cfclient.App, result2 error)
func (*FakeCloudFoundryClient) ListAppsByRouteReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListAppsByRouteReturnsOnCall(i int, result1 []cfclient.App, result2 error)
func (*FakeCloudFoundryClient) ListAppsCallCount ¶
func (fake *FakeCloudFoundryClient) ListAppsCallCount() int
func (*FakeCloudFoundryClient) ListAppsCalls ¶
func (fake *FakeCloudFoundryClient) ListAppsCalls(stub func() ([]cfclient.App, error))
func (*FakeCloudFoundryClient) ListAppsReturns ¶
func (fake *FakeCloudFoundryClient) ListAppsReturns(result1 []cfclient.App, result2 error)
func (*FakeCloudFoundryClient) ListAppsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListAppsReturnsOnCall(i int, result1 []cfclient.App, result2 error)
func (*FakeCloudFoundryClient) ListBuildpacks ¶
func (fake *FakeCloudFoundryClient) ListBuildpacks() ([]cfclient.Buildpack, error)
func (*FakeCloudFoundryClient) ListBuildpacksCallCount ¶
func (fake *FakeCloudFoundryClient) ListBuildpacksCallCount() int
func (*FakeCloudFoundryClient) ListBuildpacksCalls ¶
func (fake *FakeCloudFoundryClient) ListBuildpacksCalls(stub func() ([]cfclient.Buildpack, error))
func (*FakeCloudFoundryClient) ListBuildpacksReturns ¶
func (fake *FakeCloudFoundryClient) ListBuildpacksReturns(result1 []cfclient.Buildpack, result2 error)
func (*FakeCloudFoundryClient) ListBuildpacksReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListBuildpacksReturnsOnCall(i int, result1 []cfclient.Buildpack, result2 error)
func (*FakeCloudFoundryClient) ListDomains ¶
func (fake *FakeCloudFoundryClient) ListDomains() ([]cfclient.Domain, error)
func (*FakeCloudFoundryClient) ListDomainsByQuery ¶
func (fake *FakeCloudFoundryClient) ListDomainsByQuery(arg1 url.Values) ([]cfclient.Domain, error)
func (*FakeCloudFoundryClient) ListDomainsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListDomainsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListDomainsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListDomainsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListDomainsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListDomainsByQueryCalls(stub func(url.Values) ([]cfclient.Domain, error))
func (*FakeCloudFoundryClient) ListDomainsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListDomainsByQueryReturns(result1 []cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) ListDomainsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListDomainsByQueryReturnsOnCall(i int, result1 []cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) ListDomainsCallCount ¶
func (fake *FakeCloudFoundryClient) ListDomainsCallCount() int
func (*FakeCloudFoundryClient) ListDomainsCalls ¶
func (fake *FakeCloudFoundryClient) ListDomainsCalls(stub func() ([]cfclient.Domain, error))
func (*FakeCloudFoundryClient) ListDomainsReturns ¶
func (fake *FakeCloudFoundryClient) ListDomainsReturns(result1 []cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) ListDomainsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListDomainsReturnsOnCall(i int, result1 []cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) ListEvents ¶
func (fake *FakeCloudFoundryClient) ListEvents() ([]cfclient.Event, error)
func (*FakeCloudFoundryClient) ListEventsByQuery ¶
func (fake *FakeCloudFoundryClient) ListEventsByQuery(arg1 url.Values) ([]cfclient.Event, error)
func (*FakeCloudFoundryClient) ListEventsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListEventsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListEventsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListEventsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListEventsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListEventsByQueryCalls(stub func(url.Values) ([]cfclient.Event, error))
func (*FakeCloudFoundryClient) ListEventsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListEventsByQueryReturns(result1 []cfclient.Event, result2 error)
func (*FakeCloudFoundryClient) ListEventsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListEventsByQueryReturnsOnCall(i int, result1 []cfclient.Event, result2 error)
func (*FakeCloudFoundryClient) ListEventsCallCount ¶
func (fake *FakeCloudFoundryClient) ListEventsCallCount() int
func (*FakeCloudFoundryClient) ListEventsCalls ¶
func (fake *FakeCloudFoundryClient) ListEventsCalls(stub func() ([]cfclient.Event, error))
func (*FakeCloudFoundryClient) ListEventsReturns ¶
func (fake *FakeCloudFoundryClient) ListEventsReturns(result1 []cfclient.Event, result2 error)
func (*FakeCloudFoundryClient) ListEventsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListEventsReturnsOnCall(i int, result1 []cfclient.Event, result2 error)
func (*FakeCloudFoundryClient) ListIsolationSegments ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegments() ([]cfclient.IsolationSegment, error)
func (*FakeCloudFoundryClient) ListIsolationSegmentsByQuery ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQuery(arg1 url.Values) ([]cfclient.IsolationSegment, error)
func (*FakeCloudFoundryClient) ListIsolationSegmentsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListIsolationSegmentsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListIsolationSegmentsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQueryCalls(stub func(url.Values) ([]cfclient.IsolationSegment, error))
func (*FakeCloudFoundryClient) ListIsolationSegmentsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQueryReturns(result1 []cfclient.IsolationSegment, result2 error)
func (*FakeCloudFoundryClient) ListIsolationSegmentsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegmentsByQueryReturnsOnCall(i int, result1 []cfclient.IsolationSegment, result2 error)
func (*FakeCloudFoundryClient) ListIsolationSegmentsCallCount ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegmentsCallCount() int
func (*FakeCloudFoundryClient) ListIsolationSegmentsCalls ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegmentsCalls(stub func() ([]cfclient.IsolationSegment, error))
func (*FakeCloudFoundryClient) ListIsolationSegmentsReturns ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegmentsReturns(result1 []cfclient.IsolationSegment, result2 error)
func (*FakeCloudFoundryClient) ListIsolationSegmentsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListIsolationSegmentsReturnsOnCall(i int, result1 []cfclient.IsolationSegment, result2 error)
func (*FakeCloudFoundryClient) ListOrgAuditors ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditors(arg1 string) ([]cfclient.User, error)
func (*FakeCloudFoundryClient) ListOrgAuditorsArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditorsArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListOrgAuditorsByQuery ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQuery(arg1 string, arg2 url.Values) ([]cfclient.User, error)
func (*FakeCloudFoundryClient) ListOrgAuditorsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQueryArgsForCall(i int) (string, url.Values)
func (*FakeCloudFoundryClient) ListOrgAuditorsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListOrgAuditorsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQueryCalls(stub func(string, url.Values) ([]cfclient.User, error))
func (*FakeCloudFoundryClient) ListOrgAuditorsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQueryReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgAuditorsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditorsByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgAuditorsCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditorsCallCount() int
func (*FakeCloudFoundryClient) ListOrgAuditorsCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditorsCalls(stub func(string) ([]cfclient.User, error))
func (*FakeCloudFoundryClient) ListOrgAuditorsReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditorsReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgAuditorsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgAuditorsReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgBillingManagers ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagers(arg1 string) ([]cfclient.User, error)
func (*FakeCloudFoundryClient) ListOrgBillingManagersArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagersArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListOrgBillingManagersByQuery ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQuery(arg1 string, arg2 url.Values) ([]cfclient.User, error)
func (*FakeCloudFoundryClient) ListOrgBillingManagersByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQueryArgsForCall(i int) (string, url.Values)
func (*FakeCloudFoundryClient) ListOrgBillingManagersByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQueryCallCount() int
func (*FakeCloudFoundryClient) ListOrgBillingManagersByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQueryCalls(stub func(string, url.Values) ([]cfclient.User, error))
func (*FakeCloudFoundryClient) ListOrgBillingManagersByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQueryReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgBillingManagersByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagersByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgBillingManagersCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagersCallCount() int
func (*FakeCloudFoundryClient) ListOrgBillingManagersCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagersCalls(stub func(string) ([]cfclient.User, error))
func (*FakeCloudFoundryClient) ListOrgBillingManagersReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagersReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgBillingManagersReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgBillingManagersReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgManagers ¶
func (fake *FakeCloudFoundryClient) ListOrgManagers(arg1 string) ([]cfclient.User, error)
func (*FakeCloudFoundryClient) ListOrgManagersArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgManagersArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListOrgManagersByQuery ¶
func (fake *FakeCloudFoundryClient) ListOrgManagersByQuery(arg1 string, arg2 url.Values) ([]cfclient.User, error)
func (*FakeCloudFoundryClient) ListOrgManagersByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgManagersByQueryArgsForCall(i int) (string, url.Values)
func (*FakeCloudFoundryClient) ListOrgManagersByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgManagersByQueryCallCount() int
func (*FakeCloudFoundryClient) ListOrgManagersByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgManagersByQueryCalls(stub func(string, url.Values) ([]cfclient.User, error))
func (*FakeCloudFoundryClient) ListOrgManagersByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgManagersByQueryReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgManagersByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgManagersByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgManagersCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgManagersCallCount() int
func (*FakeCloudFoundryClient) ListOrgManagersCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgManagersCalls(stub func(string) ([]cfclient.User, error))
func (*FakeCloudFoundryClient) ListOrgManagersReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgManagersReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgManagersReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgManagersReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgPrivateDomains ¶
func (fake *FakeCloudFoundryClient) ListOrgPrivateDomains(arg1 string) ([]cfclient.Domain, error)
func (*FakeCloudFoundryClient) ListOrgPrivateDomainsArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgPrivateDomainsArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListOrgPrivateDomainsCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgPrivateDomainsCallCount() int
func (*FakeCloudFoundryClient) ListOrgPrivateDomainsCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgPrivateDomainsCalls(stub func(string) ([]cfclient.Domain, error))
func (*FakeCloudFoundryClient) ListOrgPrivateDomainsReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgPrivateDomainsReturns(result1 []cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) ListOrgPrivateDomainsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgPrivateDomainsReturnsOnCall(i int, result1 []cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) ListOrgQuotas ¶
func (fake *FakeCloudFoundryClient) ListOrgQuotas() ([]cfclient.OrgQuota, error)
func (*FakeCloudFoundryClient) ListOrgQuotasByQuery ¶
func (fake *FakeCloudFoundryClient) ListOrgQuotasByQuery(arg1 url.Values) ([]cfclient.OrgQuota, error)
func (*FakeCloudFoundryClient) ListOrgQuotasByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgQuotasByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListOrgQuotasByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgQuotasByQueryCallCount() int
func (*FakeCloudFoundryClient) ListOrgQuotasByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgQuotasByQueryCalls(stub func(url.Values) ([]cfclient.OrgQuota, error))
func (*FakeCloudFoundryClient) ListOrgQuotasByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgQuotasByQueryReturns(result1 []cfclient.OrgQuota, result2 error)
func (*FakeCloudFoundryClient) ListOrgQuotasByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgQuotasByQueryReturnsOnCall(i int, result1 []cfclient.OrgQuota, result2 error)
func (*FakeCloudFoundryClient) ListOrgQuotasCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgQuotasCallCount() int
func (*FakeCloudFoundryClient) ListOrgQuotasCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgQuotasCalls(stub func() ([]cfclient.OrgQuota, error))
func (*FakeCloudFoundryClient) ListOrgQuotasReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgQuotasReturns(result1 []cfclient.OrgQuota, result2 error)
func (*FakeCloudFoundryClient) ListOrgQuotasReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgQuotasReturnsOnCall(i int, result1 []cfclient.OrgQuota, result2 error)
func (*FakeCloudFoundryClient) ListOrgSpaceQuotas ¶
func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotas(arg1 string) ([]cfclient.SpaceQuota, error)
func (*FakeCloudFoundryClient) ListOrgSpaceQuotasArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotasArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListOrgSpaceQuotasCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotasCallCount() int
func (*FakeCloudFoundryClient) ListOrgSpaceQuotasCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotasCalls(stub func(string) ([]cfclient.SpaceQuota, error))
func (*FakeCloudFoundryClient) ListOrgSpaceQuotasReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotasReturns(result1 []cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) ListOrgSpaceQuotasReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgSpaceQuotasReturnsOnCall(i int, result1 []cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) ListOrgUsers ¶
func (fake *FakeCloudFoundryClient) ListOrgUsers(arg1 string) ([]cfclient.User, error)
func (*FakeCloudFoundryClient) ListOrgUsersArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgUsersArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListOrgUsersByQuery ¶
func (fake *FakeCloudFoundryClient) ListOrgUsersByQuery(arg1 string, arg2 url.Values) ([]cfclient.User, error)
func (*FakeCloudFoundryClient) ListOrgUsersByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgUsersByQueryArgsForCall(i int) (string, url.Values)
func (*FakeCloudFoundryClient) ListOrgUsersByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgUsersByQueryCallCount() int
func (*FakeCloudFoundryClient) ListOrgUsersByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgUsersByQueryCalls(stub func(string, url.Values) ([]cfclient.User, error))
func (*FakeCloudFoundryClient) ListOrgUsersByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgUsersByQueryReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgUsersByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgUsersByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgUsersCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgUsersCallCount() int
func (*FakeCloudFoundryClient) ListOrgUsersCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgUsersCalls(stub func(string) ([]cfclient.User, error))
func (*FakeCloudFoundryClient) ListOrgUsersReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgUsersReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgUsersReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgUsersReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListOrgs ¶
func (fake *FakeCloudFoundryClient) ListOrgs() ([]cfclient.Org, error)
func (*FakeCloudFoundryClient) ListOrgsByQuery ¶
func (fake *FakeCloudFoundryClient) ListOrgsByQuery(arg1 url.Values) ([]cfclient.Org, error)
func (*FakeCloudFoundryClient) ListOrgsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListOrgsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListOrgsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListOrgsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgsByQueryCalls(stub func(url.Values) ([]cfclient.Org, error))
func (*FakeCloudFoundryClient) ListOrgsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgsByQueryReturns(result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListOrgsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgsByQueryReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListOrgsCallCount ¶
func (fake *FakeCloudFoundryClient) ListOrgsCallCount() int
func (*FakeCloudFoundryClient) ListOrgsCalls ¶
func (fake *FakeCloudFoundryClient) ListOrgsCalls(stub func() ([]cfclient.Org, error))
func (*FakeCloudFoundryClient) ListOrgsReturns ¶
func (fake *FakeCloudFoundryClient) ListOrgsReturns(result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListOrgsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListOrgsReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListRouteMappings ¶
func (fake *FakeCloudFoundryClient) ListRouteMappings() ([]*cfclient.RouteMapping, error)
func (*FakeCloudFoundryClient) ListRouteMappingsByQuery ¶
func (fake *FakeCloudFoundryClient) ListRouteMappingsByQuery(arg1 url.Values) ([]*cfclient.RouteMapping, error)
func (*FakeCloudFoundryClient) ListRouteMappingsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListRouteMappingsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListRouteMappingsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListRouteMappingsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListRouteMappingsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListRouteMappingsByQueryCalls(stub func(url.Values) ([]*cfclient.RouteMapping, error))
func (*FakeCloudFoundryClient) ListRouteMappingsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListRouteMappingsByQueryReturns(result1 []*cfclient.RouteMapping, result2 error)
func (*FakeCloudFoundryClient) ListRouteMappingsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListRouteMappingsByQueryReturnsOnCall(i int, result1 []*cfclient.RouteMapping, result2 error)
func (*FakeCloudFoundryClient) ListRouteMappingsCallCount ¶
func (fake *FakeCloudFoundryClient) ListRouteMappingsCallCount() int
func (*FakeCloudFoundryClient) ListRouteMappingsCalls ¶
func (fake *FakeCloudFoundryClient) ListRouteMappingsCalls(stub func() ([]*cfclient.RouteMapping, error))
func (*FakeCloudFoundryClient) ListRouteMappingsReturns ¶
func (fake *FakeCloudFoundryClient) ListRouteMappingsReturns(result1 []*cfclient.RouteMapping, result2 error)
func (*FakeCloudFoundryClient) ListRouteMappingsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListRouteMappingsReturnsOnCall(i int, result1 []*cfclient.RouteMapping, result2 error)
func (*FakeCloudFoundryClient) ListRoutes ¶
func (fake *FakeCloudFoundryClient) ListRoutes() ([]cfclient.Route, error)
func (*FakeCloudFoundryClient) ListRoutesByQuery ¶
func (fake *FakeCloudFoundryClient) ListRoutesByQuery(arg1 url.Values) ([]cfclient.Route, error)
func (*FakeCloudFoundryClient) ListRoutesByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListRoutesByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListRoutesByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListRoutesByQueryCallCount() int
func (*FakeCloudFoundryClient) ListRoutesByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListRoutesByQueryCalls(stub func(url.Values) ([]cfclient.Route, error))
func (*FakeCloudFoundryClient) ListRoutesByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListRoutesByQueryReturns(result1 []cfclient.Route, result2 error)
func (*FakeCloudFoundryClient) ListRoutesByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListRoutesByQueryReturnsOnCall(i int, result1 []cfclient.Route, result2 error)
func (*FakeCloudFoundryClient) ListRoutesCallCount ¶
func (fake *FakeCloudFoundryClient) ListRoutesCallCount() int
func (*FakeCloudFoundryClient) ListRoutesCalls ¶
func (fake *FakeCloudFoundryClient) ListRoutesCalls(stub func() ([]cfclient.Route, error))
func (*FakeCloudFoundryClient) ListRoutesReturns ¶
func (fake *FakeCloudFoundryClient) ListRoutesReturns(result1 []cfclient.Route, result2 error)
func (*FakeCloudFoundryClient) ListRoutesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListRoutesReturnsOnCall(i int, result1 []cfclient.Route, result2 error)
func (*FakeCloudFoundryClient) ListRunningSecGroups ¶
func (fake *FakeCloudFoundryClient) ListRunningSecGroups() ([]cfclient.SecGroup, error)
func (*FakeCloudFoundryClient) ListRunningSecGroupsCallCount ¶
func (fake *FakeCloudFoundryClient) ListRunningSecGroupsCallCount() int
func (*FakeCloudFoundryClient) ListRunningSecGroupsCalls ¶
func (fake *FakeCloudFoundryClient) ListRunningSecGroupsCalls(stub func() ([]cfclient.SecGroup, error))
func (*FakeCloudFoundryClient) ListRunningSecGroupsReturns ¶
func (fake *FakeCloudFoundryClient) ListRunningSecGroupsReturns(result1 []cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) ListRunningSecGroupsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListRunningSecGroupsReturnsOnCall(i int, result1 []cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) ListSecGroups ¶
func (fake *FakeCloudFoundryClient) ListSecGroups() ([]cfclient.SecGroup, error)
func (*FakeCloudFoundryClient) ListSecGroupsCallCount ¶
func (fake *FakeCloudFoundryClient) ListSecGroupsCallCount() int
func (*FakeCloudFoundryClient) ListSecGroupsCalls ¶
func (fake *FakeCloudFoundryClient) ListSecGroupsCalls(stub func() ([]cfclient.SecGroup, error))
func (*FakeCloudFoundryClient) ListSecGroupsReturns ¶
func (fake *FakeCloudFoundryClient) ListSecGroupsReturns(result1 []cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) ListSecGroupsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSecGroupsReturnsOnCall(i int, result1 []cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) ListServiceBindings ¶
func (fake *FakeCloudFoundryClient) ListServiceBindings() ([]cfclient.ServiceBinding, error)
func (*FakeCloudFoundryClient) ListServiceBindingsByQuery ¶
func (fake *FakeCloudFoundryClient) ListServiceBindingsByQuery(arg1 url.Values) ([]cfclient.ServiceBinding, error)
func (*FakeCloudFoundryClient) ListServiceBindingsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListServiceBindingsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListServiceBindingsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListServiceBindingsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListServiceBindingsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListServiceBindingsByQueryCalls(stub func(url.Values) ([]cfclient.ServiceBinding, error))
func (*FakeCloudFoundryClient) ListServiceBindingsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListServiceBindingsByQueryReturns(result1 []cfclient.ServiceBinding, result2 error)
func (*FakeCloudFoundryClient) ListServiceBindingsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServiceBindingsByQueryReturnsOnCall(i int, result1 []cfclient.ServiceBinding, result2 error)
func (*FakeCloudFoundryClient) ListServiceBindingsCallCount ¶
func (fake *FakeCloudFoundryClient) ListServiceBindingsCallCount() int
func (*FakeCloudFoundryClient) ListServiceBindingsCalls ¶
func (fake *FakeCloudFoundryClient) ListServiceBindingsCalls(stub func() ([]cfclient.ServiceBinding, error))
func (*FakeCloudFoundryClient) ListServiceBindingsReturns ¶
func (fake *FakeCloudFoundryClient) ListServiceBindingsReturns(result1 []cfclient.ServiceBinding, result2 error)
func (*FakeCloudFoundryClient) ListServiceBindingsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServiceBindingsReturnsOnCall(i int, result1 []cfclient.ServiceBinding, result2 error)
func (*FakeCloudFoundryClient) ListServiceBrokers ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokers() ([]cfclient.ServiceBroker, error)
func (*FakeCloudFoundryClient) ListServiceBrokersByQuery ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokersByQuery(arg1 url.Values) ([]cfclient.ServiceBroker, error)
func (*FakeCloudFoundryClient) ListServiceBrokersByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokersByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListServiceBrokersByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokersByQueryCallCount() int
func (*FakeCloudFoundryClient) ListServiceBrokersByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokersByQueryCalls(stub func(url.Values) ([]cfclient.ServiceBroker, error))
func (*FakeCloudFoundryClient) ListServiceBrokersByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokersByQueryReturns(result1 []cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) ListServiceBrokersByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokersByQueryReturnsOnCall(i int, result1 []cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) ListServiceBrokersCallCount ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokersCallCount() int
func (*FakeCloudFoundryClient) ListServiceBrokersCalls ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokersCalls(stub func() ([]cfclient.ServiceBroker, error))
func (*FakeCloudFoundryClient) ListServiceBrokersReturns ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokersReturns(result1 []cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) ListServiceBrokersReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServiceBrokersReturnsOnCall(i int, result1 []cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) ListServiceInstances ¶
func (fake *FakeCloudFoundryClient) ListServiceInstances() ([]cfclient.ServiceInstance, error)
func (*FakeCloudFoundryClient) ListServiceInstancesByQuery ¶
func (fake *FakeCloudFoundryClient) ListServiceInstancesByQuery(arg1 url.Values) ([]cfclient.ServiceInstance, error)
func (*FakeCloudFoundryClient) ListServiceInstancesByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListServiceInstancesByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListServiceInstancesByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListServiceInstancesByQueryCallCount() int
func (*FakeCloudFoundryClient) ListServiceInstancesByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListServiceInstancesByQueryCalls(stub func(url.Values) ([]cfclient.ServiceInstance, error))
func (*FakeCloudFoundryClient) ListServiceInstancesByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListServiceInstancesByQueryReturns(result1 []cfclient.ServiceInstance, result2 error)
func (*FakeCloudFoundryClient) ListServiceInstancesByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServiceInstancesByQueryReturnsOnCall(i int, result1 []cfclient.ServiceInstance, result2 error)
func (*FakeCloudFoundryClient) ListServiceInstancesCallCount ¶
func (fake *FakeCloudFoundryClient) ListServiceInstancesCallCount() int
func (*FakeCloudFoundryClient) ListServiceInstancesCalls ¶
func (fake *FakeCloudFoundryClient) ListServiceInstancesCalls(stub func() ([]cfclient.ServiceInstance, error))
func (*FakeCloudFoundryClient) ListServiceInstancesReturns ¶
func (fake *FakeCloudFoundryClient) ListServiceInstancesReturns(result1 []cfclient.ServiceInstance, result2 error)
func (*FakeCloudFoundryClient) ListServiceInstancesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServiceInstancesReturnsOnCall(i int, result1 []cfclient.ServiceInstance, result2 error)
func (*FakeCloudFoundryClient) ListServiceKeys ¶
func (fake *FakeCloudFoundryClient) ListServiceKeys() ([]cfclient.ServiceKey, error)
func (*FakeCloudFoundryClient) ListServiceKeysByQuery ¶
func (fake *FakeCloudFoundryClient) ListServiceKeysByQuery(arg1 url.Values) ([]cfclient.ServiceKey, error)
func (*FakeCloudFoundryClient) ListServiceKeysByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListServiceKeysByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListServiceKeysByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListServiceKeysByQueryCallCount() int
func (*FakeCloudFoundryClient) ListServiceKeysByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListServiceKeysByQueryCalls(stub func(url.Values) ([]cfclient.ServiceKey, error))
func (*FakeCloudFoundryClient) ListServiceKeysByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListServiceKeysByQueryReturns(result1 []cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) ListServiceKeysByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServiceKeysByQueryReturnsOnCall(i int, result1 []cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) ListServiceKeysCallCount ¶
func (fake *FakeCloudFoundryClient) ListServiceKeysCallCount() int
func (*FakeCloudFoundryClient) ListServiceKeysCalls ¶
func (fake *FakeCloudFoundryClient) ListServiceKeysCalls(stub func() ([]cfclient.ServiceKey, error))
func (*FakeCloudFoundryClient) ListServiceKeysReturns ¶
func (fake *FakeCloudFoundryClient) ListServiceKeysReturns(result1 []cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) ListServiceKeysReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServiceKeysReturnsOnCall(i int, result1 []cfclient.ServiceKey, result2 error)
func (*FakeCloudFoundryClient) ListServicePlanVisibilities ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilities() ([]cfclient.ServicePlanVisibility, error)
func (*FakeCloudFoundryClient) ListServicePlanVisibilitiesByQuery ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQuery(arg1 url.Values) ([]cfclient.ServicePlanVisibility, error)
func (*FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryCallCount() int
func (*FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryCalls(stub func(url.Values) ([]cfclient.ServicePlanVisibility, error))
func (*FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryReturns(result1 []cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesByQueryReturnsOnCall(i int, result1 []cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) ListServicePlanVisibilitiesCallCount ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesCallCount() int
func (*FakeCloudFoundryClient) ListServicePlanVisibilitiesCalls ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesCalls(stub func() ([]cfclient.ServicePlanVisibility, error))
func (*FakeCloudFoundryClient) ListServicePlanVisibilitiesReturns ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesReturns(result1 []cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) ListServicePlanVisibilitiesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServicePlanVisibilitiesReturnsOnCall(i int, result1 []cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) ListServicePlans ¶
func (fake *FakeCloudFoundryClient) ListServicePlans() ([]cfclient.ServicePlan, error)
func (*FakeCloudFoundryClient) ListServicePlansByQuery ¶
func (fake *FakeCloudFoundryClient) ListServicePlansByQuery(arg1 url.Values) ([]cfclient.ServicePlan, error)
func (*FakeCloudFoundryClient) ListServicePlansByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListServicePlansByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListServicePlansByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListServicePlansByQueryCallCount() int
func (*FakeCloudFoundryClient) ListServicePlansByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListServicePlansByQueryCalls(stub func(url.Values) ([]cfclient.ServicePlan, error))
func (*FakeCloudFoundryClient) ListServicePlansByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListServicePlansByQueryReturns(result1 []cfclient.ServicePlan, result2 error)
func (*FakeCloudFoundryClient) ListServicePlansByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServicePlansByQueryReturnsOnCall(i int, result1 []cfclient.ServicePlan, result2 error)
func (*FakeCloudFoundryClient) ListServicePlansCallCount ¶
func (fake *FakeCloudFoundryClient) ListServicePlansCallCount() int
func (*FakeCloudFoundryClient) ListServicePlansCalls ¶
func (fake *FakeCloudFoundryClient) ListServicePlansCalls(stub func() ([]cfclient.ServicePlan, error))
func (*FakeCloudFoundryClient) ListServicePlansReturns ¶
func (fake *FakeCloudFoundryClient) ListServicePlansReturns(result1 []cfclient.ServicePlan, result2 error)
func (*FakeCloudFoundryClient) ListServicePlansReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServicePlansReturnsOnCall(i int, result1 []cfclient.ServicePlan, result2 error)
func (*FakeCloudFoundryClient) ListServiceUsageEvents ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEvents() ([]cfclient.ServiceUsageEvent, error)
func (*FakeCloudFoundryClient) ListServiceUsageEventsByQuery ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQuery(arg1 url.Values) ([]cfclient.ServiceUsageEvent, error)
func (*FakeCloudFoundryClient) ListServiceUsageEventsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListServiceUsageEventsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListServiceUsageEventsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQueryCalls(stub func(url.Values) ([]cfclient.ServiceUsageEvent, error))
func (*FakeCloudFoundryClient) ListServiceUsageEventsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQueryReturns(result1 []cfclient.ServiceUsageEvent, result2 error)
func (*FakeCloudFoundryClient) ListServiceUsageEventsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEventsByQueryReturnsOnCall(i int, result1 []cfclient.ServiceUsageEvent, result2 error)
func (*FakeCloudFoundryClient) ListServiceUsageEventsCallCount ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEventsCallCount() int
func (*FakeCloudFoundryClient) ListServiceUsageEventsCalls ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEventsCalls(stub func() ([]cfclient.ServiceUsageEvent, error))
func (*FakeCloudFoundryClient) ListServiceUsageEventsReturns ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEventsReturns(result1 []cfclient.ServiceUsageEvent, result2 error)
func (*FakeCloudFoundryClient) ListServiceUsageEventsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServiceUsageEventsReturnsOnCall(i int, result1 []cfclient.ServiceUsageEvent, result2 error)
func (*FakeCloudFoundryClient) ListServices ¶
func (fake *FakeCloudFoundryClient) ListServices() ([]cfclient.Service, error)
func (*FakeCloudFoundryClient) ListServicesByQuery ¶
func (fake *FakeCloudFoundryClient) ListServicesByQuery(arg1 url.Values) ([]cfclient.Service, error)
func (*FakeCloudFoundryClient) ListServicesByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListServicesByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListServicesByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListServicesByQueryCallCount() int
func (*FakeCloudFoundryClient) ListServicesByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListServicesByQueryCalls(stub func(url.Values) ([]cfclient.Service, error))
func (*FakeCloudFoundryClient) ListServicesByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListServicesByQueryReturns(result1 []cfclient.Service, result2 error)
func (*FakeCloudFoundryClient) ListServicesByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServicesByQueryReturnsOnCall(i int, result1 []cfclient.Service, result2 error)
func (*FakeCloudFoundryClient) ListServicesCallCount ¶
func (fake *FakeCloudFoundryClient) ListServicesCallCount() int
func (*FakeCloudFoundryClient) ListServicesCalls ¶
func (fake *FakeCloudFoundryClient) ListServicesCalls(stub func() ([]cfclient.Service, error))
func (*FakeCloudFoundryClient) ListServicesReturns ¶
func (fake *FakeCloudFoundryClient) ListServicesReturns(result1 []cfclient.Service, result2 error)
func (*FakeCloudFoundryClient) ListServicesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListServicesReturnsOnCall(i int, result1 []cfclient.Service, result2 error)
func (*FakeCloudFoundryClient) ListSharedDomains ¶
func (fake *FakeCloudFoundryClient) ListSharedDomains() ([]cfclient.SharedDomain, error)
func (*FakeCloudFoundryClient) ListSharedDomainsByQuery ¶
func (fake *FakeCloudFoundryClient) ListSharedDomainsByQuery(arg1 url.Values) ([]cfclient.SharedDomain, error)
func (*FakeCloudFoundryClient) ListSharedDomainsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListSharedDomainsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListSharedDomainsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListSharedDomainsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListSharedDomainsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListSharedDomainsByQueryCalls(stub func(url.Values) ([]cfclient.SharedDomain, error))
func (*FakeCloudFoundryClient) ListSharedDomainsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListSharedDomainsByQueryReturns(result1 []cfclient.SharedDomain, result2 error)
func (*FakeCloudFoundryClient) ListSharedDomainsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSharedDomainsByQueryReturnsOnCall(i int, result1 []cfclient.SharedDomain, result2 error)
func (*FakeCloudFoundryClient) ListSharedDomainsCallCount ¶
func (fake *FakeCloudFoundryClient) ListSharedDomainsCallCount() int
func (*FakeCloudFoundryClient) ListSharedDomainsCalls ¶
func (fake *FakeCloudFoundryClient) ListSharedDomainsCalls(stub func() ([]cfclient.SharedDomain, error))
func (*FakeCloudFoundryClient) ListSharedDomainsReturns ¶
func (fake *FakeCloudFoundryClient) ListSharedDomainsReturns(result1 []cfclient.SharedDomain, result2 error)
func (*FakeCloudFoundryClient) ListSharedDomainsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSharedDomainsReturnsOnCall(i int, result1 []cfclient.SharedDomain, result2 error)
func (*FakeCloudFoundryClient) ListSpaceAuditors ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditors(arg1 string) ([]cfclient.User, error)
func (*FakeCloudFoundryClient) ListSpaceAuditorsArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditorsArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListSpaceAuditorsByQuery ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQuery(arg1 string, arg2 url.Values) ([]cfclient.User, error)
func (*FakeCloudFoundryClient) ListSpaceAuditorsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQueryArgsForCall(i int) (string, url.Values)
func (*FakeCloudFoundryClient) ListSpaceAuditorsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQueryCallCount() int
func (*FakeCloudFoundryClient) ListSpaceAuditorsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQueryCalls(stub func(string, url.Values) ([]cfclient.User, error))
func (*FakeCloudFoundryClient) ListSpaceAuditorsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQueryReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceAuditorsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditorsByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceAuditorsCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditorsCallCount() int
func (*FakeCloudFoundryClient) ListSpaceAuditorsCalls ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditorsCalls(stub func(string) ([]cfclient.User, error))
func (*FakeCloudFoundryClient) ListSpaceAuditorsReturns ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditorsReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceAuditorsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceAuditorsReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceDevelopers ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopers(arg1 string) ([]cfclient.User, error)
func (*FakeCloudFoundryClient) ListSpaceDevelopersArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopersArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListSpaceDevelopersByQuery ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQuery(arg1 string, arg2 url.Values) ([]cfclient.User, error)
func (*FakeCloudFoundryClient) ListSpaceDevelopersByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQueryArgsForCall(i int) (string, url.Values)
func (*FakeCloudFoundryClient) ListSpaceDevelopersByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQueryCallCount() int
func (*FakeCloudFoundryClient) ListSpaceDevelopersByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQueryCalls(stub func(string, url.Values) ([]cfclient.User, error))
func (*FakeCloudFoundryClient) ListSpaceDevelopersByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQueryReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceDevelopersByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopersByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceDevelopersCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopersCallCount() int
func (*FakeCloudFoundryClient) ListSpaceDevelopersCalls ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopersCalls(stub func(string) ([]cfclient.User, error))
func (*FakeCloudFoundryClient) ListSpaceDevelopersReturns ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopersReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceDevelopersReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceDevelopersReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceManagers ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagers(arg1 string) ([]cfclient.User, error)
func (*FakeCloudFoundryClient) ListSpaceManagersArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagersArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListSpaceManagersByQuery ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagersByQuery(arg1 string, arg2 url.Values) ([]cfclient.User, error)
func (*FakeCloudFoundryClient) ListSpaceManagersByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagersByQueryArgsForCall(i int) (string, url.Values)
func (*FakeCloudFoundryClient) ListSpaceManagersByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagersByQueryCallCount() int
func (*FakeCloudFoundryClient) ListSpaceManagersByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagersByQueryCalls(stub func(string, url.Values) ([]cfclient.User, error))
func (*FakeCloudFoundryClient) ListSpaceManagersByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagersByQueryReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceManagersByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagersByQueryReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceManagersCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagersCallCount() int
func (*FakeCloudFoundryClient) ListSpaceManagersCalls ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagersCalls(stub func(string) ([]cfclient.User, error))
func (*FakeCloudFoundryClient) ListSpaceManagersReturns ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagersReturns(result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceManagersReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceManagersReturnsOnCall(i int, result1 []cfclient.User, result2 error)
func (*FakeCloudFoundryClient) ListSpaceQuotas ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotas() ([]cfclient.SpaceQuota, error)
func (*FakeCloudFoundryClient) ListSpaceQuotasByQuery ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQuery(arg1 url.Values) ([]cfclient.SpaceQuota, error)
func (*FakeCloudFoundryClient) ListSpaceQuotasByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListSpaceQuotasByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQueryCallCount() int
func (*FakeCloudFoundryClient) ListSpaceQuotasByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQueryCalls(stub func(url.Values) ([]cfclient.SpaceQuota, error))
func (*FakeCloudFoundryClient) ListSpaceQuotasByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQueryReturns(result1 []cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) ListSpaceQuotasByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotasByQueryReturnsOnCall(i int, result1 []cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) ListSpaceQuotasCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotasCallCount() int
func (*FakeCloudFoundryClient) ListSpaceQuotasCalls ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotasCalls(stub func() ([]cfclient.SpaceQuota, error))
func (*FakeCloudFoundryClient) ListSpaceQuotasReturns ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotasReturns(result1 []cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) ListSpaceQuotasReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceQuotasReturnsOnCall(i int, result1 []cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) ListSpaceSecGroups ¶
func (fake *FakeCloudFoundryClient) ListSpaceSecGroups(arg1 string) ([]cfclient.SecGroup, error)
func (*FakeCloudFoundryClient) ListSpaceSecGroupsArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceSecGroupsArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListSpaceSecGroupsCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpaceSecGroupsCallCount() int
func (*FakeCloudFoundryClient) ListSpaceSecGroupsCalls ¶
func (fake *FakeCloudFoundryClient) ListSpaceSecGroupsCalls(stub func(string) ([]cfclient.SecGroup, error))
func (*FakeCloudFoundryClient) ListSpaceSecGroupsReturns ¶
func (fake *FakeCloudFoundryClient) ListSpaceSecGroupsReturns(result1 []cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) ListSpaceSecGroupsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpaceSecGroupsReturnsOnCall(i int, result1 []cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) ListSpaces ¶
func (fake *FakeCloudFoundryClient) ListSpaces() ([]cfclient.Space, error)
func (*FakeCloudFoundryClient) ListSpacesByQuery ¶
func (fake *FakeCloudFoundryClient) ListSpacesByQuery(arg1 url.Values) ([]cfclient.Space, error)
func (*FakeCloudFoundryClient) ListSpacesByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListSpacesByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListSpacesByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpacesByQueryCallCount() int
func (*FakeCloudFoundryClient) ListSpacesByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListSpacesByQueryCalls(stub func(url.Values) ([]cfclient.Space, error))
func (*FakeCloudFoundryClient) ListSpacesByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListSpacesByQueryReturns(result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) ListSpacesByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpacesByQueryReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) ListSpacesCallCount ¶
func (fake *FakeCloudFoundryClient) ListSpacesCallCount() int
func (*FakeCloudFoundryClient) ListSpacesCalls ¶
func (fake *FakeCloudFoundryClient) ListSpacesCalls(stub func() ([]cfclient.Space, error))
func (*FakeCloudFoundryClient) ListSpacesReturns ¶
func (fake *FakeCloudFoundryClient) ListSpacesReturns(result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) ListSpacesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListSpacesReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) ListStacks ¶
func (fake *FakeCloudFoundryClient) ListStacks() ([]cfclient.Stack, error)
func (*FakeCloudFoundryClient) ListStacksByQuery ¶
func (fake *FakeCloudFoundryClient) ListStacksByQuery(arg1 url.Values) ([]cfclient.Stack, error)
func (*FakeCloudFoundryClient) ListStacksByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListStacksByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListStacksByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListStacksByQueryCallCount() int
func (*FakeCloudFoundryClient) ListStacksByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListStacksByQueryCalls(stub func(url.Values) ([]cfclient.Stack, error))
func (*FakeCloudFoundryClient) ListStacksByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListStacksByQueryReturns(result1 []cfclient.Stack, result2 error)
func (*FakeCloudFoundryClient) ListStacksByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListStacksByQueryReturnsOnCall(i int, result1 []cfclient.Stack, result2 error)
func (*FakeCloudFoundryClient) ListStacksCallCount ¶
func (fake *FakeCloudFoundryClient) ListStacksCallCount() int
func (*FakeCloudFoundryClient) ListStacksCalls ¶
func (fake *FakeCloudFoundryClient) ListStacksCalls(stub func() ([]cfclient.Stack, error))
func (*FakeCloudFoundryClient) ListStacksReturns ¶
func (fake *FakeCloudFoundryClient) ListStacksReturns(result1 []cfclient.Stack, result2 error)
func (*FakeCloudFoundryClient) ListStacksReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListStacksReturnsOnCall(i int, result1 []cfclient.Stack, result2 error)
func (*FakeCloudFoundryClient) ListStagingSecGroups ¶
func (fake *FakeCloudFoundryClient) ListStagingSecGroups() ([]cfclient.SecGroup, error)
func (*FakeCloudFoundryClient) ListStagingSecGroupsCallCount ¶
func (fake *FakeCloudFoundryClient) ListStagingSecGroupsCallCount() int
func (*FakeCloudFoundryClient) ListStagingSecGroupsCalls ¶
func (fake *FakeCloudFoundryClient) ListStagingSecGroupsCalls(stub func() ([]cfclient.SecGroup, error))
func (*FakeCloudFoundryClient) ListStagingSecGroupsReturns ¶
func (fake *FakeCloudFoundryClient) ListStagingSecGroupsReturns(result1 []cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) ListStagingSecGroupsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListStagingSecGroupsReturnsOnCall(i int, result1 []cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) ListTasks ¶
func (fake *FakeCloudFoundryClient) ListTasks() ([]cfclient.Task, error)
func (*FakeCloudFoundryClient) ListTasksByQuery ¶
func (fake *FakeCloudFoundryClient) ListTasksByQuery(arg1 url.Values) ([]cfclient.Task, error)
func (*FakeCloudFoundryClient) ListTasksByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListTasksByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListTasksByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListTasksByQueryCallCount() int
func (*FakeCloudFoundryClient) ListTasksByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListTasksByQueryCalls(stub func(url.Values) ([]cfclient.Task, error))
func (*FakeCloudFoundryClient) ListTasksByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListTasksByQueryReturns(result1 []cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) ListTasksByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListTasksByQueryReturnsOnCall(i int, result1 []cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) ListTasksCallCount ¶
func (fake *FakeCloudFoundryClient) ListTasksCallCount() int
func (*FakeCloudFoundryClient) ListTasksCalls ¶
func (fake *FakeCloudFoundryClient) ListTasksCalls(stub func() ([]cfclient.Task, error))
func (*FakeCloudFoundryClient) ListTasksReturns ¶
func (fake *FakeCloudFoundryClient) ListTasksReturns(result1 []cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) ListTasksReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListTasksReturnsOnCall(i int, result1 []cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) ListUserAuditedOrgs ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedOrgs(arg1 string) ([]cfclient.Org, error)
func (*FakeCloudFoundryClient) ListUserAuditedOrgsArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedOrgsArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListUserAuditedOrgsCallCount ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedOrgsCallCount() int
func (*FakeCloudFoundryClient) ListUserAuditedOrgsCalls ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedOrgsCalls(stub func(string) ([]cfclient.Org, error))
func (*FakeCloudFoundryClient) ListUserAuditedOrgsReturns ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedOrgsReturns(result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListUserAuditedOrgsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedOrgsReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListUserAuditedSpaces ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedSpaces(arg1 string) ([]cfclient.Space, error)
func (*FakeCloudFoundryClient) ListUserAuditedSpacesArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedSpacesArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListUserAuditedSpacesCallCount ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedSpacesCallCount() int
func (*FakeCloudFoundryClient) ListUserAuditedSpacesCalls ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedSpacesCalls(stub func(string) ([]cfclient.Space, error))
func (*FakeCloudFoundryClient) ListUserAuditedSpacesReturns ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedSpacesReturns(result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) ListUserAuditedSpacesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUserAuditedSpacesReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) ListUserBillingManagedOrgs ¶
func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgs(arg1 string) ([]cfclient.Org, error)
func (*FakeCloudFoundryClient) ListUserBillingManagedOrgsArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgsArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListUserBillingManagedOrgsCallCount ¶
func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgsCallCount() int
func (*FakeCloudFoundryClient) ListUserBillingManagedOrgsCalls ¶
func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgsCalls(stub func(string) ([]cfclient.Org, error))
func (*FakeCloudFoundryClient) ListUserBillingManagedOrgsReturns ¶
func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgsReturns(result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListUserBillingManagedOrgsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUserBillingManagedOrgsReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListUserManagedOrgs ¶
func (fake *FakeCloudFoundryClient) ListUserManagedOrgs(arg1 string) ([]cfclient.Org, error)
func (*FakeCloudFoundryClient) ListUserManagedOrgsArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListUserManagedOrgsArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListUserManagedOrgsCallCount ¶
func (fake *FakeCloudFoundryClient) ListUserManagedOrgsCallCount() int
func (*FakeCloudFoundryClient) ListUserManagedOrgsCalls ¶
func (fake *FakeCloudFoundryClient) ListUserManagedOrgsCalls(stub func(string) ([]cfclient.Org, error))
func (*FakeCloudFoundryClient) ListUserManagedOrgsReturns ¶
func (fake *FakeCloudFoundryClient) ListUserManagedOrgsReturns(result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListUserManagedOrgsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUserManagedOrgsReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListUserManagedSpaces ¶
func (fake *FakeCloudFoundryClient) ListUserManagedSpaces(arg1 string) ([]cfclient.Space, error)
func (*FakeCloudFoundryClient) ListUserManagedSpacesArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListUserManagedSpacesArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListUserManagedSpacesCallCount ¶
func (fake *FakeCloudFoundryClient) ListUserManagedSpacesCallCount() int
func (*FakeCloudFoundryClient) ListUserManagedSpacesCalls ¶
func (fake *FakeCloudFoundryClient) ListUserManagedSpacesCalls(stub func(string) ([]cfclient.Space, error))
func (*FakeCloudFoundryClient) ListUserManagedSpacesReturns ¶
func (fake *FakeCloudFoundryClient) ListUserManagedSpacesReturns(result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) ListUserManagedSpacesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUserManagedSpacesReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) ListUserOrgs ¶
func (fake *FakeCloudFoundryClient) ListUserOrgs(arg1 string) ([]cfclient.Org, error)
func (*FakeCloudFoundryClient) ListUserOrgsArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListUserOrgsArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListUserOrgsCallCount ¶
func (fake *FakeCloudFoundryClient) ListUserOrgsCallCount() int
func (*FakeCloudFoundryClient) ListUserOrgsCalls ¶
func (fake *FakeCloudFoundryClient) ListUserOrgsCalls(stub func(string) ([]cfclient.Org, error))
func (*FakeCloudFoundryClient) ListUserOrgsReturns ¶
func (fake *FakeCloudFoundryClient) ListUserOrgsReturns(result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListUserOrgsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUserOrgsReturnsOnCall(i int, result1 []cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstances ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstances() ([]cfclient.UserProvidedServiceInstance, error)
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQuery ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQuery(arg1 url.Values) ([]cfclient.UserProvidedServiceInstance, error)
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryCallCount() int
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryCalls(stub func(url.Values) ([]cfclient.UserProvidedServiceInstance, error))
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryReturns(result1 []cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesByQueryReturnsOnCall(i int, result1 []cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstancesCallCount ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesCallCount() int
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstancesCalls ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesCalls(stub func() ([]cfclient.UserProvidedServiceInstance, error))
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstancesReturns ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesReturns(result1 []cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) ListUserProvidedServiceInstancesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUserProvidedServiceInstancesReturnsOnCall(i int, result1 []cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) ListUserSpaces ¶
func (fake *FakeCloudFoundryClient) ListUserSpaces(arg1 string) ([]cfclient.Space, error)
func (*FakeCloudFoundryClient) ListUserSpacesArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListUserSpacesArgsForCall(i int) string
func (*FakeCloudFoundryClient) ListUserSpacesCallCount ¶
func (fake *FakeCloudFoundryClient) ListUserSpacesCallCount() int
func (*FakeCloudFoundryClient) ListUserSpacesCalls ¶
func (fake *FakeCloudFoundryClient) ListUserSpacesCalls(stub func(string) ([]cfclient.Space, error))
func (*FakeCloudFoundryClient) ListUserSpacesReturns ¶
func (fake *FakeCloudFoundryClient) ListUserSpacesReturns(result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) ListUserSpacesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUserSpacesReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) ListUsers ¶
func (fake *FakeCloudFoundryClient) ListUsers() (cfclient.Users, error)
func (*FakeCloudFoundryClient) ListUsersByQuery ¶
func (fake *FakeCloudFoundryClient) ListUsersByQuery(arg1 url.Values) (cfclient.Users, error)
func (*FakeCloudFoundryClient) ListUsersByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) ListUsersByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) ListUsersByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) ListUsersByQueryCallCount() int
func (*FakeCloudFoundryClient) ListUsersByQueryCalls ¶
func (fake *FakeCloudFoundryClient) ListUsersByQueryCalls(stub func(url.Values) (cfclient.Users, error))
func (*FakeCloudFoundryClient) ListUsersByQueryReturns ¶
func (fake *FakeCloudFoundryClient) ListUsersByQueryReturns(result1 cfclient.Users, result2 error)
func (*FakeCloudFoundryClient) ListUsersByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUsersByQueryReturnsOnCall(i int, result1 cfclient.Users, result2 error)
func (*FakeCloudFoundryClient) ListUsersCallCount ¶
func (fake *FakeCloudFoundryClient) ListUsersCallCount() int
func (*FakeCloudFoundryClient) ListUsersCalls ¶
func (fake *FakeCloudFoundryClient) ListUsersCalls(stub func() (cfclient.Users, error))
func (*FakeCloudFoundryClient) ListUsersReturns ¶
func (fake *FakeCloudFoundryClient) ListUsersReturns(result1 cfclient.Users, result2 error)
func (*FakeCloudFoundryClient) ListUsersReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ListUsersReturnsOnCall(i int, result1 cfclient.Users, result2 error)
func (*FakeCloudFoundryClient) MakeServicePlanPrivate ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPrivate(arg1 string) error
func (*FakeCloudFoundryClient) MakeServicePlanPrivateArgsForCall ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPrivateArgsForCall(i int) string
func (*FakeCloudFoundryClient) MakeServicePlanPrivateCallCount ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPrivateCallCount() int
func (*FakeCloudFoundryClient) MakeServicePlanPrivateCalls ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPrivateCalls(stub func(string) error)
func (*FakeCloudFoundryClient) MakeServicePlanPrivateReturns ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPrivateReturns(result1 error)
func (*FakeCloudFoundryClient) MakeServicePlanPrivateReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPrivateReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) MakeServicePlanPublic ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPublic(arg1 string) error
func (*FakeCloudFoundryClient) MakeServicePlanPublicArgsForCall ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPublicArgsForCall(i int) string
func (*FakeCloudFoundryClient) MakeServicePlanPublicCallCount ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPublicCallCount() int
func (*FakeCloudFoundryClient) MakeServicePlanPublicCalls ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPublicCalls(stub func(string) error)
func (*FakeCloudFoundryClient) MakeServicePlanPublicReturns ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPublicReturns(result1 error)
func (*FakeCloudFoundryClient) MakeServicePlanPublicReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) MakeServicePlanPublicReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) MappingAppAndRoute ¶
func (fake *FakeCloudFoundryClient) MappingAppAndRoute(arg1 cfclient.RouteMappingRequest) (*cfclient.RouteMapping, error)
func (*FakeCloudFoundryClient) MappingAppAndRouteArgsForCall ¶
func (fake *FakeCloudFoundryClient) MappingAppAndRouteArgsForCall(i int) cfclient.RouteMappingRequest
func (*FakeCloudFoundryClient) MappingAppAndRouteCallCount ¶
func (fake *FakeCloudFoundryClient) MappingAppAndRouteCallCount() int
func (*FakeCloudFoundryClient) MappingAppAndRouteCalls ¶
func (fake *FakeCloudFoundryClient) MappingAppAndRouteCalls(stub func(cfclient.RouteMappingRequest) (*cfclient.RouteMapping, error))
func (*FakeCloudFoundryClient) MappingAppAndRouteReturns ¶
func (fake *FakeCloudFoundryClient) MappingAppAndRouteReturns(result1 *cfclient.RouteMapping, result2 error)
func (*FakeCloudFoundryClient) MappingAppAndRouteReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) MappingAppAndRouteReturnsOnCall(i int, result1 *cfclient.RouteMapping, result2 error)
func (*FakeCloudFoundryClient) NewRequest ¶
func (fake *FakeCloudFoundryClient) NewRequest(arg1 string, arg2 string) *cfclient.Request
func (*FakeCloudFoundryClient) NewRequestArgsForCall ¶
func (fake *FakeCloudFoundryClient) NewRequestArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) NewRequestCallCount ¶
func (fake *FakeCloudFoundryClient) NewRequestCallCount() int
func (*FakeCloudFoundryClient) NewRequestCalls ¶
func (fake *FakeCloudFoundryClient) NewRequestCalls(stub func(string, string) *cfclient.Request)
func (*FakeCloudFoundryClient) NewRequestReturns ¶
func (fake *FakeCloudFoundryClient) NewRequestReturns(result1 *cfclient.Request)
func (*FakeCloudFoundryClient) NewRequestReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) NewRequestReturnsOnCall(i int, result1 *cfclient.Request)
func (*FakeCloudFoundryClient) NewRequestWithBody ¶
func (fake *FakeCloudFoundryClient) NewRequestWithBody(arg1 string, arg2 string, arg3 io.Reader) *cfclient.Request
func (*FakeCloudFoundryClient) NewRequestWithBodyArgsForCall ¶
func (*FakeCloudFoundryClient) NewRequestWithBodyCallCount ¶
func (fake *FakeCloudFoundryClient) NewRequestWithBodyCallCount() int
func (*FakeCloudFoundryClient) NewRequestWithBodyCalls ¶
func (fake *FakeCloudFoundryClient) NewRequestWithBodyCalls(stub func(string, string, io.Reader) *cfclient.Request)
func (*FakeCloudFoundryClient) NewRequestWithBodyReturns ¶
func (fake *FakeCloudFoundryClient) NewRequestWithBodyReturns(result1 *cfclient.Request)
func (*FakeCloudFoundryClient) NewRequestWithBodyReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) NewRequestWithBodyReturnsOnCall(i int, result1 *cfclient.Request)
func (*FakeCloudFoundryClient) OrgSpaces ¶
func (fake *FakeCloudFoundryClient) OrgSpaces(arg1 string) ([]cfclient.Space, error)
func (*FakeCloudFoundryClient) OrgSpacesArgsForCall ¶
func (fake *FakeCloudFoundryClient) OrgSpacesArgsForCall(i int) string
func (*FakeCloudFoundryClient) OrgSpacesCallCount ¶
func (fake *FakeCloudFoundryClient) OrgSpacesCallCount() int
func (*FakeCloudFoundryClient) OrgSpacesCalls ¶
func (fake *FakeCloudFoundryClient) OrgSpacesCalls(stub func(string) ([]cfclient.Space, error))
func (*FakeCloudFoundryClient) OrgSpacesReturns ¶
func (fake *FakeCloudFoundryClient) OrgSpacesReturns(result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) OrgSpacesReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) OrgSpacesReturnsOnCall(i int, result1 []cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromOrg ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrg(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgCallCount() int
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgCalls ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgReturns ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromOrgReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromSpace ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpace(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceCallCount() int
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceCalls ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceReturns ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveIsolationSegmentFromSpaceReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgAuditor ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditor(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveOrgAuditorArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsername ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsername(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOrigin ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginCalls(stub func(string, string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameAndOriginReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgAuditorByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorByUsernameReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgAuditorCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgAuditorCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgAuditorReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgAuditorReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgAuditorReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgBillingManager ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManager(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsername ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsername(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOrigin ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginCalls(stub func(string, string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameAndOriginReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerByUsernameReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgBillingManagerReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgBillingManagerReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgManager ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManager(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveOrgManagerArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsername ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsername(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOrigin ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginCalls(stub func(string, string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameAndOriginReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgManagerByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerByUsernameReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgManagerCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgManagerCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgManagerReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgManagerReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgManagerReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgUser ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUser(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveOrgUserArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveOrgUserByUsername ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsername(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOrigin ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginCalls(stub func(string, string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameAndOriginReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgUserByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserByUsernameReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveOrgUserCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserCallCount() int
func (*FakeCloudFoundryClient) RemoveOrgUserCalls ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveOrgUserReturns ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveOrgUserReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveOrgUserReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceAuditor ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditor(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveSpaceAuditorArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsername ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsername(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOrigin ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginCalls ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginCalls(stub func(string, string, string) error)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameAndOriginReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameCallCount() int
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameCalls ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorByUsernameReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorCallCount() int
func (*FakeCloudFoundryClient) RemoveSpaceAuditorCalls ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorReturns ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceAuditorReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceAuditorReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloper ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloper(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsername ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsername(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOrigin ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginCalls ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginCalls(stub func(string, string, string) error)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameAndOriginReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameCallCount() int
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameCalls ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperByUsernameReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperCallCount() int
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperCalls ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperReturns ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceDeveloperReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceDeveloperReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceManager ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManager(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveSpaceManagerArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsername ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsername(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOrigin ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOrigin(arg1 string, arg2 string, arg3 string) error
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginCallCount() int
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginCalls ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginCalls(stub func(string, string, string) error)
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginReturns ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameAndOriginReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameArgsForCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameCallCount() int
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameCalls ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameReturns ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceManagerByUsernameReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerByUsernameReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceManagerCallCount ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerCallCount() int
func (*FakeCloudFoundryClient) RemoveSpaceManagerCalls ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) RemoveSpaceManagerReturns ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerReturns(result1 error)
func (*FakeCloudFoundryClient) RemoveSpaceManagerReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) RemoveSpaceManagerReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrg ¶
func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrg(arg1 string) error
func (*FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgArgsForCall ¶
func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgArgsForCall(i int) string
func (*FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgCallCount ¶
func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgCallCount() int
func (*FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgCalls ¶
func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgCalls(stub func(string) error)
func (*FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgReturns ¶
func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgReturns(result1 error)
func (*FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ResetDefaultIsolationSegmentForOrgReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) ResetIsolationSegmentForSpace ¶
func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpace(arg1 string) error
func (*FakeCloudFoundryClient) ResetIsolationSegmentForSpaceArgsForCall ¶
func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpaceArgsForCall(i int) string
func (*FakeCloudFoundryClient) ResetIsolationSegmentForSpaceCallCount ¶
func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpaceCallCount() int
func (*FakeCloudFoundryClient) ResetIsolationSegmentForSpaceCalls ¶
func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpaceCalls(stub func(string) error)
func (*FakeCloudFoundryClient) ResetIsolationSegmentForSpaceReturns ¶
func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpaceReturns(result1 error)
func (*FakeCloudFoundryClient) ResetIsolationSegmentForSpaceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ResetIsolationSegmentForSpaceReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) ServiceBindingByGuid ¶
func (fake *FakeCloudFoundryClient) ServiceBindingByGuid(arg1 string) (cfclient.ServiceBinding, error)
func (*FakeCloudFoundryClient) ServiceBindingByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) ServiceBindingByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) ServiceBindingByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) ServiceBindingByGuidCallCount() int
func (*FakeCloudFoundryClient) ServiceBindingByGuidCalls ¶
func (fake *FakeCloudFoundryClient) ServiceBindingByGuidCalls(stub func(string) (cfclient.ServiceBinding, error))
func (*FakeCloudFoundryClient) ServiceBindingByGuidReturns ¶
func (fake *FakeCloudFoundryClient) ServiceBindingByGuidReturns(result1 cfclient.ServiceBinding, result2 error)
func (*FakeCloudFoundryClient) ServiceBindingByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ServiceBindingByGuidReturnsOnCall(i int, result1 cfclient.ServiceBinding, result2 error)
func (*FakeCloudFoundryClient) ServiceInstanceByGuid ¶
func (fake *FakeCloudFoundryClient) ServiceInstanceByGuid(arg1 string) (cfclient.ServiceInstance, error)
func (*FakeCloudFoundryClient) ServiceInstanceByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) ServiceInstanceByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) ServiceInstanceByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) ServiceInstanceByGuidCallCount() int
func (*FakeCloudFoundryClient) ServiceInstanceByGuidCalls ¶
func (fake *FakeCloudFoundryClient) ServiceInstanceByGuidCalls(stub func(string) (cfclient.ServiceInstance, error))
func (*FakeCloudFoundryClient) ServiceInstanceByGuidReturns ¶
func (fake *FakeCloudFoundryClient) ServiceInstanceByGuidReturns(result1 cfclient.ServiceInstance, result2 error)
func (*FakeCloudFoundryClient) ServiceInstanceByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ServiceInstanceByGuidReturnsOnCall(i int, result1 cfclient.ServiceInstance, result2 error)
func (*FakeCloudFoundryClient) SetRunningEnvironmentVariableGroup ¶
func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroup(arg1 cfclient.EnvironmentVariableGroup) error
func (*FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupArgsForCall(i int) cfclient.EnvironmentVariableGroup
func (*FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupCallCount ¶
func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupCallCount() int
func (*FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupCalls ¶
func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupCalls(stub func(cfclient.EnvironmentVariableGroup) error)
func (*FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupReturns ¶
func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupReturns(result1 error)
func (*FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) SetRunningEnvironmentVariableGroupReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) SetStagingEnvironmentVariableGroup ¶
func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroup(arg1 cfclient.EnvironmentVariableGroup) error
func (*FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupArgsForCall(i int) cfclient.EnvironmentVariableGroup
func (*FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupCallCount ¶
func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupCallCount() int
func (*FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupCalls ¶
func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupCalls(stub func(cfclient.EnvironmentVariableGroup) error)
func (*FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupReturns ¶
func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupReturns(result1 error)
func (*FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) SetStagingEnvironmentVariableGroupReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) ShareOrgPrivateDomain ¶
func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomain(arg1 string, arg2 string) (*cfclient.Domain, error)
func (*FakeCloudFoundryClient) ShareOrgPrivateDomainArgsForCall ¶
func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomainArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) ShareOrgPrivateDomainCallCount ¶
func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomainCallCount() int
func (*FakeCloudFoundryClient) ShareOrgPrivateDomainCalls ¶
func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomainCalls(stub func(string, string) (*cfclient.Domain, error))
func (*FakeCloudFoundryClient) ShareOrgPrivateDomainReturns ¶
func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomainReturns(result1 *cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) ShareOrgPrivateDomainReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) ShareOrgPrivateDomainReturnsOnCall(i int, result1 *cfclient.Domain, result2 error)
func (*FakeCloudFoundryClient) StartApp ¶
func (fake *FakeCloudFoundryClient) StartApp(arg1 string) error
func (*FakeCloudFoundryClient) StartAppArgsForCall ¶
func (fake *FakeCloudFoundryClient) StartAppArgsForCall(i int) string
func (*FakeCloudFoundryClient) StartAppCallCount ¶
func (fake *FakeCloudFoundryClient) StartAppCallCount() int
func (*FakeCloudFoundryClient) StartAppCalls ¶
func (fake *FakeCloudFoundryClient) StartAppCalls(stub func(string) error)
func (*FakeCloudFoundryClient) StartAppReturns ¶
func (fake *FakeCloudFoundryClient) StartAppReturns(result1 error)
func (*FakeCloudFoundryClient) StartAppReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) StartAppReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) StopApp ¶
func (fake *FakeCloudFoundryClient) StopApp(arg1 string) error
func (*FakeCloudFoundryClient) StopAppArgsForCall ¶
func (fake *FakeCloudFoundryClient) StopAppArgsForCall(i int) string
func (*FakeCloudFoundryClient) StopAppCallCount ¶
func (fake *FakeCloudFoundryClient) StopAppCallCount() int
func (*FakeCloudFoundryClient) StopAppCalls ¶
func (fake *FakeCloudFoundryClient) StopAppCalls(stub func(string) error)
func (*FakeCloudFoundryClient) StopAppReturns ¶
func (fake *FakeCloudFoundryClient) StopAppReturns(result1 error)
func (*FakeCloudFoundryClient) StopAppReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) StopAppReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) TaskByGuid ¶
func (fake *FakeCloudFoundryClient) TaskByGuid(arg1 string) (cfclient.Task, error)
func (*FakeCloudFoundryClient) TaskByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) TaskByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) TaskByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) TaskByGuidCallCount() int
func (*FakeCloudFoundryClient) TaskByGuidCalls ¶
func (fake *FakeCloudFoundryClient) TaskByGuidCalls(stub func(string) (cfclient.Task, error))
func (*FakeCloudFoundryClient) TaskByGuidReturns ¶
func (fake *FakeCloudFoundryClient) TaskByGuidReturns(result1 cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) TaskByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) TaskByGuidReturnsOnCall(i int, result1 cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) TasksByApp ¶
func (fake *FakeCloudFoundryClient) TasksByApp(arg1 string) ([]cfclient.Task, error)
func (*FakeCloudFoundryClient) TasksByAppArgsForCall ¶
func (fake *FakeCloudFoundryClient) TasksByAppArgsForCall(i int) string
func (*FakeCloudFoundryClient) TasksByAppByQuery ¶
func (fake *FakeCloudFoundryClient) TasksByAppByQuery(arg1 string, arg2 url.Values) ([]cfclient.Task, error)
func (*FakeCloudFoundryClient) TasksByAppByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) TasksByAppByQueryArgsForCall(i int) (string, url.Values)
func (*FakeCloudFoundryClient) TasksByAppByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) TasksByAppByQueryCallCount() int
func (*FakeCloudFoundryClient) TasksByAppByQueryCalls ¶
func (fake *FakeCloudFoundryClient) TasksByAppByQueryCalls(stub func(string, url.Values) ([]cfclient.Task, error))
func (*FakeCloudFoundryClient) TasksByAppByQueryReturns ¶
func (fake *FakeCloudFoundryClient) TasksByAppByQueryReturns(result1 []cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) TasksByAppByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) TasksByAppByQueryReturnsOnCall(i int, result1 []cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) TasksByAppCallCount ¶
func (fake *FakeCloudFoundryClient) TasksByAppCallCount() int
func (*FakeCloudFoundryClient) TasksByAppCalls ¶
func (fake *FakeCloudFoundryClient) TasksByAppCalls(stub func(string) ([]cfclient.Task, error))
func (*FakeCloudFoundryClient) TasksByAppReturns ¶
func (fake *FakeCloudFoundryClient) TasksByAppReturns(result1 []cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) TasksByAppReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) TasksByAppReturnsOnCall(i int, result1 []cfclient.Task, result2 error)
func (*FakeCloudFoundryClient) TerminateTask ¶
func (fake *FakeCloudFoundryClient) TerminateTask(arg1 string) error
func (*FakeCloudFoundryClient) TerminateTaskArgsForCall ¶
func (fake *FakeCloudFoundryClient) TerminateTaskArgsForCall(i int) string
func (*FakeCloudFoundryClient) TerminateTaskCallCount ¶
func (fake *FakeCloudFoundryClient) TerminateTaskCallCount() int
func (*FakeCloudFoundryClient) TerminateTaskCalls ¶
func (fake *FakeCloudFoundryClient) TerminateTaskCalls(stub func(string) error)
func (*FakeCloudFoundryClient) TerminateTaskReturns ¶
func (fake *FakeCloudFoundryClient) TerminateTaskReturns(result1 error)
func (*FakeCloudFoundryClient) TerminateTaskReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) TerminateTaskReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) TotalEvents ¶
func (fake *FakeCloudFoundryClient) TotalEvents() (int, error)
func (*FakeCloudFoundryClient) TotalEventsByQuery ¶
func (fake *FakeCloudFoundryClient) TotalEventsByQuery(arg1 url.Values) (int, error)
func (*FakeCloudFoundryClient) TotalEventsByQueryArgsForCall ¶
func (fake *FakeCloudFoundryClient) TotalEventsByQueryArgsForCall(i int) url.Values
func (*FakeCloudFoundryClient) TotalEventsByQueryCallCount ¶
func (fake *FakeCloudFoundryClient) TotalEventsByQueryCallCount() int
func (*FakeCloudFoundryClient) TotalEventsByQueryCalls ¶
func (fake *FakeCloudFoundryClient) TotalEventsByQueryCalls(stub func(url.Values) (int, error))
func (*FakeCloudFoundryClient) TotalEventsByQueryReturns ¶
func (fake *FakeCloudFoundryClient) TotalEventsByQueryReturns(result1 int, result2 error)
func (*FakeCloudFoundryClient) TotalEventsByQueryReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) TotalEventsByQueryReturnsOnCall(i int, result1 int, result2 error)
func (*FakeCloudFoundryClient) TotalEventsCallCount ¶
func (fake *FakeCloudFoundryClient) TotalEventsCallCount() int
func (*FakeCloudFoundryClient) TotalEventsCalls ¶
func (fake *FakeCloudFoundryClient) TotalEventsCalls(stub func() (int, error))
func (*FakeCloudFoundryClient) TotalEventsReturns ¶
func (fake *FakeCloudFoundryClient) TotalEventsReturns(result1 int, result2 error)
func (*FakeCloudFoundryClient) TotalEventsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) TotalEventsReturnsOnCall(i int, result1 int, result2 error)
func (*FakeCloudFoundryClient) UnbindRunningSecGroup ¶
func (fake *FakeCloudFoundryClient) UnbindRunningSecGroup(arg1 string) error
func (*FakeCloudFoundryClient) UnbindRunningSecGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) UnbindRunningSecGroupArgsForCall(i int) string
func (*FakeCloudFoundryClient) UnbindRunningSecGroupCallCount ¶
func (fake *FakeCloudFoundryClient) UnbindRunningSecGroupCallCount() int
func (*FakeCloudFoundryClient) UnbindRunningSecGroupCalls ¶
func (fake *FakeCloudFoundryClient) UnbindRunningSecGroupCalls(stub func(string) error)
func (*FakeCloudFoundryClient) UnbindRunningSecGroupReturns ¶
func (fake *FakeCloudFoundryClient) UnbindRunningSecGroupReturns(result1 error)
func (*FakeCloudFoundryClient) UnbindRunningSecGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UnbindRunningSecGroupReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) UnbindSecGroup ¶
func (fake *FakeCloudFoundryClient) UnbindSecGroup(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) UnbindSecGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) UnbindSecGroupArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) UnbindSecGroupCallCount ¶
func (fake *FakeCloudFoundryClient) UnbindSecGroupCallCount() int
func (*FakeCloudFoundryClient) UnbindSecGroupCalls ¶
func (fake *FakeCloudFoundryClient) UnbindSecGroupCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) UnbindSecGroupReturns ¶
func (fake *FakeCloudFoundryClient) UnbindSecGroupReturns(result1 error)
func (*FakeCloudFoundryClient) UnbindSecGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UnbindSecGroupReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) UnbindStagingSecGroup ¶
func (fake *FakeCloudFoundryClient) UnbindStagingSecGroup(arg1 string) error
func (*FakeCloudFoundryClient) UnbindStagingSecGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) UnbindStagingSecGroupArgsForCall(i int) string
func (*FakeCloudFoundryClient) UnbindStagingSecGroupCallCount ¶
func (fake *FakeCloudFoundryClient) UnbindStagingSecGroupCallCount() int
func (*FakeCloudFoundryClient) UnbindStagingSecGroupCalls ¶
func (fake *FakeCloudFoundryClient) UnbindStagingSecGroupCalls(stub func(string) error)
func (*FakeCloudFoundryClient) UnbindStagingSecGroupReturns ¶
func (fake *FakeCloudFoundryClient) UnbindStagingSecGroupReturns(result1 error)
func (*FakeCloudFoundryClient) UnbindStagingSecGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UnbindStagingSecGroupReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) UnshareOrgPrivateDomain ¶
func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomain(arg1 string, arg2 string) error
func (*FakeCloudFoundryClient) UnshareOrgPrivateDomainArgsForCall ¶
func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomainArgsForCall(i int) (string, string)
func (*FakeCloudFoundryClient) UnshareOrgPrivateDomainCallCount ¶
func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomainCallCount() int
func (*FakeCloudFoundryClient) UnshareOrgPrivateDomainCalls ¶
func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomainCalls(stub func(string, string) error)
func (*FakeCloudFoundryClient) UnshareOrgPrivateDomainReturns ¶
func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomainReturns(result1 error)
func (*FakeCloudFoundryClient) UnshareOrgPrivateDomainReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UnshareOrgPrivateDomainReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) UpdateApp ¶
func (fake *FakeCloudFoundryClient) UpdateApp(arg1 string, arg2 cfclient.AppUpdateResource) (cfclient.UpdateResponse, error)
func (*FakeCloudFoundryClient) UpdateAppArgsForCall ¶
func (fake *FakeCloudFoundryClient) UpdateAppArgsForCall(i int) (string, cfclient.AppUpdateResource)
func (*FakeCloudFoundryClient) UpdateAppCallCount ¶
func (fake *FakeCloudFoundryClient) UpdateAppCallCount() int
func (*FakeCloudFoundryClient) UpdateAppCalls ¶
func (fake *FakeCloudFoundryClient) UpdateAppCalls(stub func(string, cfclient.AppUpdateResource) (cfclient.UpdateResponse, error))
func (*FakeCloudFoundryClient) UpdateAppReturns ¶
func (fake *FakeCloudFoundryClient) UpdateAppReturns(result1 cfclient.UpdateResponse, result2 error)
func (*FakeCloudFoundryClient) UpdateAppReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UpdateAppReturnsOnCall(i int, result1 cfclient.UpdateResponse, result2 error)
func (*FakeCloudFoundryClient) UpdateOrg ¶
func (fake *FakeCloudFoundryClient) UpdateOrg(arg1 string, arg2 cfclient.OrgRequest) (cfclient.Org, error)
func (*FakeCloudFoundryClient) UpdateOrgArgsForCall ¶
func (fake *FakeCloudFoundryClient) UpdateOrgArgsForCall(i int) (string, cfclient.OrgRequest)
func (*FakeCloudFoundryClient) UpdateOrgCallCount ¶
func (fake *FakeCloudFoundryClient) UpdateOrgCallCount() int
func (*FakeCloudFoundryClient) UpdateOrgCalls ¶
func (fake *FakeCloudFoundryClient) UpdateOrgCalls(stub func(string, cfclient.OrgRequest) (cfclient.Org, error))
func (*FakeCloudFoundryClient) UpdateOrgQuota ¶
func (fake *FakeCloudFoundryClient) UpdateOrgQuota(arg1 string, arg2 cfclient.OrgQuotaRequest) (*cfclient.OrgQuota, error)
func (*FakeCloudFoundryClient) UpdateOrgQuotaArgsForCall ¶
func (fake *FakeCloudFoundryClient) UpdateOrgQuotaArgsForCall(i int) (string, cfclient.OrgQuotaRequest)
func (*FakeCloudFoundryClient) UpdateOrgQuotaCallCount ¶
func (fake *FakeCloudFoundryClient) UpdateOrgQuotaCallCount() int
func (*FakeCloudFoundryClient) UpdateOrgQuotaCalls ¶
func (fake *FakeCloudFoundryClient) UpdateOrgQuotaCalls(stub func(string, cfclient.OrgQuotaRequest) (*cfclient.OrgQuota, error))
func (*FakeCloudFoundryClient) UpdateOrgQuotaReturns ¶
func (fake *FakeCloudFoundryClient) UpdateOrgQuotaReturns(result1 *cfclient.OrgQuota, result2 error)
func (*FakeCloudFoundryClient) UpdateOrgQuotaReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UpdateOrgQuotaReturnsOnCall(i int, result1 *cfclient.OrgQuota, result2 error)
func (*FakeCloudFoundryClient) UpdateOrgReturns ¶
func (fake *FakeCloudFoundryClient) UpdateOrgReturns(result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) UpdateOrgReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UpdateOrgReturnsOnCall(i int, result1 cfclient.Org, result2 error)
func (*FakeCloudFoundryClient) UpdateSecGroup ¶
func (fake *FakeCloudFoundryClient) UpdateSecGroup(arg1 string, arg2 string, arg3 []cfclient.SecGroupRule, arg4 []string) (*cfclient.SecGroup, error)
func (*FakeCloudFoundryClient) UpdateSecGroupArgsForCall ¶
func (fake *FakeCloudFoundryClient) UpdateSecGroupArgsForCall(i int) (string, string, []cfclient.SecGroupRule, []string)
func (*FakeCloudFoundryClient) UpdateSecGroupCallCount ¶
func (fake *FakeCloudFoundryClient) UpdateSecGroupCallCount() int
func (*FakeCloudFoundryClient) UpdateSecGroupCalls ¶
func (fake *FakeCloudFoundryClient) UpdateSecGroupCalls(stub func(string, string, []cfclient.SecGroupRule, []string) (*cfclient.SecGroup, error))
func (*FakeCloudFoundryClient) UpdateSecGroupReturns ¶
func (fake *FakeCloudFoundryClient) UpdateSecGroupReturns(result1 *cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) UpdateSecGroupReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UpdateSecGroupReturnsOnCall(i int, result1 *cfclient.SecGroup, result2 error)
func (*FakeCloudFoundryClient) UpdateServiceBroker ¶
func (fake *FakeCloudFoundryClient) UpdateServiceBroker(arg1 string, arg2 cfclient.UpdateServiceBrokerRequest) (cfclient.ServiceBroker, error)
func (*FakeCloudFoundryClient) UpdateServiceBrokerArgsForCall ¶
func (fake *FakeCloudFoundryClient) UpdateServiceBrokerArgsForCall(i int) (string, cfclient.UpdateServiceBrokerRequest)
func (*FakeCloudFoundryClient) UpdateServiceBrokerCallCount ¶
func (fake *FakeCloudFoundryClient) UpdateServiceBrokerCallCount() int
func (*FakeCloudFoundryClient) UpdateServiceBrokerCalls ¶
func (fake *FakeCloudFoundryClient) UpdateServiceBrokerCalls(stub func(string, cfclient.UpdateServiceBrokerRequest) (cfclient.ServiceBroker, error))
func (*FakeCloudFoundryClient) UpdateServiceBrokerReturns ¶
func (fake *FakeCloudFoundryClient) UpdateServiceBrokerReturns(result1 cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) UpdateServiceBrokerReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UpdateServiceBrokerReturnsOnCall(i int, result1 cfclient.ServiceBroker, result2 error)
func (*FakeCloudFoundryClient) UpdateServiceInstance ¶
func (*FakeCloudFoundryClient) UpdateServiceInstanceArgsForCall ¶
func (*FakeCloudFoundryClient) UpdateServiceInstanceCallCount ¶
func (fake *FakeCloudFoundryClient) UpdateServiceInstanceCallCount() int
func (*FakeCloudFoundryClient) UpdateServiceInstanceCalls ¶
func (*FakeCloudFoundryClient) UpdateServiceInstanceReturns ¶
func (fake *FakeCloudFoundryClient) UpdateServiceInstanceReturns(result1 error)
func (*FakeCloudFoundryClient) UpdateServiceInstanceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UpdateServiceInstanceReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) UpdateServicePlanVisibility ¶
func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibility(arg1 string, arg2 string, arg3 string) (cfclient.ServicePlanVisibility, error)
func (*FakeCloudFoundryClient) UpdateServicePlanVisibilityArgsForCall ¶
func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibilityArgsForCall(i int) (string, string, string)
func (*FakeCloudFoundryClient) UpdateServicePlanVisibilityCallCount ¶
func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibilityCallCount() int
func (*FakeCloudFoundryClient) UpdateServicePlanVisibilityCalls ¶
func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibilityCalls(stub func(string, string, string) (cfclient.ServicePlanVisibility, error))
func (*FakeCloudFoundryClient) UpdateServicePlanVisibilityReturns ¶
func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibilityReturns(result1 cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) UpdateServicePlanVisibilityReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UpdateServicePlanVisibilityReturnsOnCall(i int, result1 cfclient.ServicePlanVisibility, result2 error)
func (*FakeCloudFoundryClient) UpdateSpace ¶
func (fake *FakeCloudFoundryClient) UpdateSpace(arg1 string, arg2 cfclient.SpaceRequest) (cfclient.Space, error)
func (*FakeCloudFoundryClient) UpdateSpaceArgsForCall ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceArgsForCall(i int) (string, cfclient.SpaceRequest)
func (*FakeCloudFoundryClient) UpdateSpaceCallCount ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceCallCount() int
func (*FakeCloudFoundryClient) UpdateSpaceCalls ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceCalls(stub func(string, cfclient.SpaceRequest) (cfclient.Space, error))
func (*FakeCloudFoundryClient) UpdateSpaceQuota ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceQuota(arg1 string, arg2 cfclient.SpaceQuotaRequest) (*cfclient.SpaceQuota, error)
func (*FakeCloudFoundryClient) UpdateSpaceQuotaArgsForCall ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceQuotaArgsForCall(i int) (string, cfclient.SpaceQuotaRequest)
func (*FakeCloudFoundryClient) UpdateSpaceQuotaCallCount ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceQuotaCallCount() int
func (*FakeCloudFoundryClient) UpdateSpaceQuotaCalls ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceQuotaCalls(stub func(string, cfclient.SpaceQuotaRequest) (*cfclient.SpaceQuota, error))
func (*FakeCloudFoundryClient) UpdateSpaceQuotaReturns ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceQuotaReturns(result1 *cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) UpdateSpaceQuotaReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceQuotaReturnsOnCall(i int, result1 *cfclient.SpaceQuota, result2 error)
func (*FakeCloudFoundryClient) UpdateSpaceReturns ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceReturns(result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) UpdateSpaceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UpdateSpaceReturnsOnCall(i int, result1 cfclient.Space, result2 error)
func (*FakeCloudFoundryClient) UpdateUserProvidedServiceInstance ¶
func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstance(arg1 string, arg2 cfclient.UserProvidedServiceInstanceRequest) (*cfclient.UserProvidedServiceInstance, error)
func (*FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceArgsForCall ¶
func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceArgsForCall(i int) (string, cfclient.UserProvidedServiceInstanceRequest)
func (*FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceCallCount ¶
func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceCallCount() int
func (*FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceCalls ¶
func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceCalls(stub func(string, cfclient.UserProvidedServiceInstanceRequest) (*cfclient.UserProvidedServiceInstance, error))
func (*FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceReturns ¶
func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceReturns(result1 *cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UpdateUserProvidedServiceInstanceReturnsOnCall(i int, result1 *cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) UploadAppBits ¶
func (fake *FakeCloudFoundryClient) UploadAppBits(arg1 io.Reader, arg2 string) error
func (*FakeCloudFoundryClient) UploadAppBitsArgsForCall ¶
func (fake *FakeCloudFoundryClient) UploadAppBitsArgsForCall(i int) (io.Reader, string)
func (*FakeCloudFoundryClient) UploadAppBitsCallCount ¶
func (fake *FakeCloudFoundryClient) UploadAppBitsCallCount() int
func (*FakeCloudFoundryClient) UploadAppBitsCalls ¶
func (fake *FakeCloudFoundryClient) UploadAppBitsCalls(stub func(io.Reader, string) error)
func (*FakeCloudFoundryClient) UploadAppBitsReturns ¶
func (fake *FakeCloudFoundryClient) UploadAppBitsReturns(result1 error)
func (*FakeCloudFoundryClient) UploadAppBitsReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UploadAppBitsReturnsOnCall(i int, result1 error)
func (*FakeCloudFoundryClient) UserProvidedServiceInstanceByGuid ¶
func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuid(arg1 string) (cfclient.UserProvidedServiceInstance, error)
func (*FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidArgsForCall ¶
func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidArgsForCall(i int) string
func (*FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidCallCount ¶
func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidCallCount() int
func (*FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidCalls ¶
func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidCalls(stub func(string) (cfclient.UserProvidedServiceInstance, error))
func (*FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidReturns ¶
func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidReturns(result1 cfclient.UserProvidedServiceInstance, result2 error)
func (*FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidReturnsOnCall ¶
func (fake *FakeCloudFoundryClient) UserProvidedServiceInstanceByGuidReturnsOnCall(i int, result1 cfclient.UserProvidedServiceInstance, result2 error)
type FakeCloudFrontAPI ¶
type FakeCloudFrontAPI struct { CreateCloudFrontOriginAccessIdentityStub func(*cloudfront.CreateCloudFrontOriginAccessIdentityInput) (*cloudfront.CreateCloudFrontOriginAccessIdentityOutput, error) CreateCloudFrontOriginAccessIdentityRequestStub func(*cloudfront.CreateCloudFrontOriginAccessIdentityInput) (*request.Request, *cloudfront.CreateCloudFrontOriginAccessIdentityOutput) CreateCloudFrontOriginAccessIdentityWithContextStub func(context.Context, *cloudfront.CreateCloudFrontOriginAccessIdentityInput, ...request.Option) (*cloudfront.CreateCloudFrontOriginAccessIdentityOutput, error) CreateDistributionStub func(*cloudfront.CreateDistributionInput) (*cloudfront.CreateDistributionOutput, error) CreateDistributionRequestStub func(*cloudfront.CreateDistributionInput) (*request.Request, *cloudfront.CreateDistributionOutput) CreateDistributionWithContextStub func(context.Context, *cloudfront.CreateDistributionInput, ...request.Option) (*cloudfront.CreateDistributionOutput, error) CreateDistributionWithTagsStub func(*cloudfront.CreateDistributionWithTagsInput) (*cloudfront.CreateDistributionWithTagsOutput, error) CreateDistributionWithTagsRequestStub func(*cloudfront.CreateDistributionWithTagsInput) (*request.Request, *cloudfront.CreateDistributionWithTagsOutput) CreateDistributionWithTagsWithContextStub func(context.Context, *cloudfront.CreateDistributionWithTagsInput, ...request.Option) (*cloudfront.CreateDistributionWithTagsOutput, error) CreateFieldLevelEncryptionConfigStub func(*cloudfront.CreateFieldLevelEncryptionConfigInput) (*cloudfront.CreateFieldLevelEncryptionConfigOutput, error) CreateFieldLevelEncryptionConfigRequestStub func(*cloudfront.CreateFieldLevelEncryptionConfigInput) (*request.Request, *cloudfront.CreateFieldLevelEncryptionConfigOutput) CreateFieldLevelEncryptionConfigWithContextStub func(context.Context, *cloudfront.CreateFieldLevelEncryptionConfigInput, ...request.Option) (*cloudfront.CreateFieldLevelEncryptionConfigOutput, error) CreateFieldLevelEncryptionProfileStub func(*cloudfront.CreateFieldLevelEncryptionProfileInput) (*cloudfront.CreateFieldLevelEncryptionProfileOutput, error) CreateFieldLevelEncryptionProfileRequestStub func(*cloudfront.CreateFieldLevelEncryptionProfileInput) (*request.Request, *cloudfront.CreateFieldLevelEncryptionProfileOutput) CreateFieldLevelEncryptionProfileWithContextStub func(context.Context, *cloudfront.CreateFieldLevelEncryptionProfileInput, ...request.Option) (*cloudfront.CreateFieldLevelEncryptionProfileOutput, error) CreateInvalidationStub func(*cloudfront.CreateInvalidationInput) (*cloudfront.CreateInvalidationOutput, error) CreateInvalidationRequestStub func(*cloudfront.CreateInvalidationInput) (*request.Request, *cloudfront.CreateInvalidationOutput) CreateInvalidationWithContextStub func(context.Context, *cloudfront.CreateInvalidationInput, ...request.Option) (*cloudfront.CreateInvalidationOutput, error) CreatePublicKeyStub func(*cloudfront.CreatePublicKeyInput) (*cloudfront.CreatePublicKeyOutput, error) CreatePublicKeyRequestStub func(*cloudfront.CreatePublicKeyInput) (*request.Request, *cloudfront.CreatePublicKeyOutput) CreatePublicKeyWithContextStub func(context.Context, *cloudfront.CreatePublicKeyInput, ...request.Option) (*cloudfront.CreatePublicKeyOutput, error) CreateStreamingDistributionStub func(*cloudfront.CreateStreamingDistributionInput) (*cloudfront.CreateStreamingDistributionOutput, error) CreateStreamingDistributionRequestStub func(*cloudfront.CreateStreamingDistributionInput) (*request.Request, *cloudfront.CreateStreamingDistributionOutput) CreateStreamingDistributionWithContextStub func(context.Context, *cloudfront.CreateStreamingDistributionInput, ...request.Option) (*cloudfront.CreateStreamingDistributionOutput, error) CreateStreamingDistributionWithTagsStub func(*cloudfront.CreateStreamingDistributionWithTagsInput) (*cloudfront.CreateStreamingDistributionWithTagsOutput, error) CreateStreamingDistributionWithTagsRequestStub func(*cloudfront.CreateStreamingDistributionWithTagsInput) (*request.Request, *cloudfront.CreateStreamingDistributionWithTagsOutput) CreateStreamingDistributionWithTagsWithContextStub func(context.Context, *cloudfront.CreateStreamingDistributionWithTagsInput, ...request.Option) (*cloudfront.CreateStreamingDistributionWithTagsOutput, error) DeleteCloudFrontOriginAccessIdentityStub func(*cloudfront.DeleteCloudFrontOriginAccessIdentityInput) (*cloudfront.DeleteCloudFrontOriginAccessIdentityOutput, error) DeleteCloudFrontOriginAccessIdentityRequestStub func(*cloudfront.DeleteCloudFrontOriginAccessIdentityInput) (*request.Request, *cloudfront.DeleteCloudFrontOriginAccessIdentityOutput) DeleteCloudFrontOriginAccessIdentityWithContextStub func(context.Context, *cloudfront.DeleteCloudFrontOriginAccessIdentityInput, ...request.Option) (*cloudfront.DeleteCloudFrontOriginAccessIdentityOutput, error) DeleteDistributionStub func(*cloudfront.DeleteDistributionInput) (*cloudfront.DeleteDistributionOutput, error) DeleteDistributionRequestStub func(*cloudfront.DeleteDistributionInput) (*request.Request, *cloudfront.DeleteDistributionOutput) DeleteDistributionWithContextStub func(context.Context, *cloudfront.DeleteDistributionInput, ...request.Option) (*cloudfront.DeleteDistributionOutput, error) DeleteFieldLevelEncryptionConfigStub func(*cloudfront.DeleteFieldLevelEncryptionConfigInput) (*cloudfront.DeleteFieldLevelEncryptionConfigOutput, error) DeleteFieldLevelEncryptionConfigRequestStub func(*cloudfront.DeleteFieldLevelEncryptionConfigInput) (*request.Request, *cloudfront.DeleteFieldLevelEncryptionConfigOutput) DeleteFieldLevelEncryptionConfigWithContextStub func(context.Context, *cloudfront.DeleteFieldLevelEncryptionConfigInput, ...request.Option) (*cloudfront.DeleteFieldLevelEncryptionConfigOutput, error) DeleteFieldLevelEncryptionProfileStub func(*cloudfront.DeleteFieldLevelEncryptionProfileInput) (*cloudfront.DeleteFieldLevelEncryptionProfileOutput, error) DeleteFieldLevelEncryptionProfileRequestStub func(*cloudfront.DeleteFieldLevelEncryptionProfileInput) (*request.Request, *cloudfront.DeleteFieldLevelEncryptionProfileOutput) DeleteFieldLevelEncryptionProfileWithContextStub func(context.Context, *cloudfront.DeleteFieldLevelEncryptionProfileInput, ...request.Option) (*cloudfront.DeleteFieldLevelEncryptionProfileOutput, error) DeletePublicKeyStub func(*cloudfront.DeletePublicKeyInput) (*cloudfront.DeletePublicKeyOutput, error) DeletePublicKeyRequestStub func(*cloudfront.DeletePublicKeyInput) (*request.Request, *cloudfront.DeletePublicKeyOutput) DeletePublicKeyWithContextStub func(context.Context, *cloudfront.DeletePublicKeyInput, ...request.Option) (*cloudfront.DeletePublicKeyOutput, error) DeleteStreamingDistributionStub func(*cloudfront.DeleteStreamingDistributionInput) (*cloudfront.DeleteStreamingDistributionOutput, error) DeleteStreamingDistributionRequestStub func(*cloudfront.DeleteStreamingDistributionInput) (*request.Request, *cloudfront.DeleteStreamingDistributionOutput) DeleteStreamingDistributionWithContextStub func(context.Context, *cloudfront.DeleteStreamingDistributionInput, ...request.Option) (*cloudfront.DeleteStreamingDistributionOutput, error) GetCloudFrontOriginAccessIdentityStub func(*cloudfront.GetCloudFrontOriginAccessIdentityInput) (*cloudfront.GetCloudFrontOriginAccessIdentityOutput, error) GetCloudFrontOriginAccessIdentityConfigStub func(*cloudfront.GetCloudFrontOriginAccessIdentityConfigInput) (*cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput, error) GetCloudFrontOriginAccessIdentityConfigRequestStub func(*cloudfront.GetCloudFrontOriginAccessIdentityConfigInput) (*request.Request, *cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput) GetCloudFrontOriginAccessIdentityConfigWithContextStub func(context.Context, *cloudfront.GetCloudFrontOriginAccessIdentityConfigInput, ...request.Option) (*cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput, error) GetCloudFrontOriginAccessIdentityRequestStub func(*cloudfront.GetCloudFrontOriginAccessIdentityInput) (*request.Request, *cloudfront.GetCloudFrontOriginAccessIdentityOutput) GetCloudFrontOriginAccessIdentityWithContextStub func(context.Context, *cloudfront.GetCloudFrontOriginAccessIdentityInput, ...request.Option) (*cloudfront.GetCloudFrontOriginAccessIdentityOutput, error) GetDistributionStub func(*cloudfront.GetDistributionInput) (*cloudfront.GetDistributionOutput, error) GetDistributionConfigStub func(*cloudfront.GetDistributionConfigInput) (*cloudfront.GetDistributionConfigOutput, error) GetDistributionConfigRequestStub func(*cloudfront.GetDistributionConfigInput) (*request.Request, *cloudfront.GetDistributionConfigOutput) GetDistributionConfigWithContextStub func(context.Context, *cloudfront.GetDistributionConfigInput, ...request.Option) (*cloudfront.GetDistributionConfigOutput, error) GetDistributionRequestStub func(*cloudfront.GetDistributionInput) (*request.Request, *cloudfront.GetDistributionOutput) GetDistributionWithContextStub func(context.Context, *cloudfront.GetDistributionInput, ...request.Option) (*cloudfront.GetDistributionOutput, error) GetFieldLevelEncryptionStub func(*cloudfront.GetFieldLevelEncryptionInput) (*cloudfront.GetFieldLevelEncryptionOutput, error) GetFieldLevelEncryptionConfigStub func(*cloudfront.GetFieldLevelEncryptionConfigInput) (*cloudfront.GetFieldLevelEncryptionConfigOutput, error) GetFieldLevelEncryptionConfigRequestStub func(*cloudfront.GetFieldLevelEncryptionConfigInput) (*request.Request, *cloudfront.GetFieldLevelEncryptionConfigOutput) GetFieldLevelEncryptionConfigWithContextStub func(context.Context, *cloudfront.GetFieldLevelEncryptionConfigInput, ...request.Option) (*cloudfront.GetFieldLevelEncryptionConfigOutput, error) GetFieldLevelEncryptionProfileStub func(*cloudfront.GetFieldLevelEncryptionProfileInput) (*cloudfront.GetFieldLevelEncryptionProfileOutput, error) GetFieldLevelEncryptionProfileConfigStub func(*cloudfront.GetFieldLevelEncryptionProfileConfigInput) (*cloudfront.GetFieldLevelEncryptionProfileConfigOutput, error) GetFieldLevelEncryptionProfileConfigRequestStub func(*cloudfront.GetFieldLevelEncryptionProfileConfigInput) (*request.Request, *cloudfront.GetFieldLevelEncryptionProfileConfigOutput) GetFieldLevelEncryptionProfileConfigWithContextStub func(context.Context, *cloudfront.GetFieldLevelEncryptionProfileConfigInput, ...request.Option) (*cloudfront.GetFieldLevelEncryptionProfileConfigOutput, error) GetFieldLevelEncryptionProfileRequestStub func(*cloudfront.GetFieldLevelEncryptionProfileInput) (*request.Request, *cloudfront.GetFieldLevelEncryptionProfileOutput) GetFieldLevelEncryptionProfileWithContextStub func(context.Context, *cloudfront.GetFieldLevelEncryptionProfileInput, ...request.Option) (*cloudfront.GetFieldLevelEncryptionProfileOutput, error) GetFieldLevelEncryptionRequestStub func(*cloudfront.GetFieldLevelEncryptionInput) (*request.Request, *cloudfront.GetFieldLevelEncryptionOutput) GetFieldLevelEncryptionWithContextStub func(context.Context, *cloudfront.GetFieldLevelEncryptionInput, ...request.Option) (*cloudfront.GetFieldLevelEncryptionOutput, error) GetInvalidationStub func(*cloudfront.GetInvalidationInput) (*cloudfront.GetInvalidationOutput, error) GetInvalidationRequestStub func(*cloudfront.GetInvalidationInput) (*request.Request, *cloudfront.GetInvalidationOutput) GetInvalidationWithContextStub func(context.Context, *cloudfront.GetInvalidationInput, ...request.Option) (*cloudfront.GetInvalidationOutput, error) GetPublicKeyStub func(*cloudfront.GetPublicKeyInput) (*cloudfront.GetPublicKeyOutput, error) GetPublicKeyConfigStub func(*cloudfront.GetPublicKeyConfigInput) (*cloudfront.GetPublicKeyConfigOutput, error) GetPublicKeyConfigRequestStub func(*cloudfront.GetPublicKeyConfigInput) (*request.Request, *cloudfront.GetPublicKeyConfigOutput) GetPublicKeyConfigWithContextStub func(context.Context, *cloudfront.GetPublicKeyConfigInput, ...request.Option) (*cloudfront.GetPublicKeyConfigOutput, error) GetPublicKeyRequestStub func(*cloudfront.GetPublicKeyInput) (*request.Request, *cloudfront.GetPublicKeyOutput) GetPublicKeyWithContextStub func(context.Context, *cloudfront.GetPublicKeyInput, ...request.Option) (*cloudfront.GetPublicKeyOutput, error) GetStreamingDistributionStub func(*cloudfront.GetStreamingDistributionInput) (*cloudfront.GetStreamingDistributionOutput, error) GetStreamingDistributionConfigStub func(*cloudfront.GetStreamingDistributionConfigInput) (*cloudfront.GetStreamingDistributionConfigOutput, error) GetStreamingDistributionConfigRequestStub func(*cloudfront.GetStreamingDistributionConfigInput) (*request.Request, *cloudfront.GetStreamingDistributionConfigOutput) GetStreamingDistributionConfigWithContextStub func(context.Context, *cloudfront.GetStreamingDistributionConfigInput, ...request.Option) (*cloudfront.GetStreamingDistributionConfigOutput, error) GetStreamingDistributionRequestStub func(*cloudfront.GetStreamingDistributionInput) (*request.Request, *cloudfront.GetStreamingDistributionOutput) GetStreamingDistributionWithContextStub func(context.Context, *cloudfront.GetStreamingDistributionInput, ...request.Option) (*cloudfront.GetStreamingDistributionOutput, error) ListCloudFrontOriginAccessIdentitiesStub func(*cloudfront.ListCloudFrontOriginAccessIdentitiesInput) (*cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, error) ListCloudFrontOriginAccessIdentitiesPagesStub func(*cloudfront.ListCloudFrontOriginAccessIdentitiesInput, func(*cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, bool) bool) error ListCloudFrontOriginAccessIdentitiesPagesWithContextStub func(context.Context, *cloudfront.ListCloudFrontOriginAccessIdentitiesInput, func(*cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, bool) bool, ...request.Option) error ListCloudFrontOriginAccessIdentitiesRequestStub func(*cloudfront.ListCloudFrontOriginAccessIdentitiesInput) (*request.Request, *cloudfront.ListCloudFrontOriginAccessIdentitiesOutput) ListCloudFrontOriginAccessIdentitiesWithContextStub func(context.Context, *cloudfront.ListCloudFrontOriginAccessIdentitiesInput, ...request.Option) (*cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, error) ListDistributionsStub func(*cloudfront.ListDistributionsInput) (*cloudfront.ListDistributionsOutput, error) ListDistributionsByWebACLIdStub func(*cloudfront.ListDistributionsByWebACLIdInput) (*cloudfront.ListDistributionsByWebACLIdOutput, error) ListDistributionsByWebACLIdRequestStub func(*cloudfront.ListDistributionsByWebACLIdInput) (*request.Request, *cloudfront.ListDistributionsByWebACLIdOutput) ListDistributionsByWebACLIdWithContextStub func(context.Context, *cloudfront.ListDistributionsByWebACLIdInput, ...request.Option) (*cloudfront.ListDistributionsByWebACLIdOutput, error) ListDistributionsPagesStub func(*cloudfront.ListDistributionsInput, func(*cloudfront.ListDistributionsOutput, bool) bool) error ListDistributionsPagesWithContextStub func(context.Context, *cloudfront.ListDistributionsInput, func(*cloudfront.ListDistributionsOutput, bool) bool, ...request.Option) error ListDistributionsRequestStub func(*cloudfront.ListDistributionsInput) (*request.Request, *cloudfront.ListDistributionsOutput) ListDistributionsWithContextStub func(context.Context, *cloudfront.ListDistributionsInput, ...request.Option) (*cloudfront.ListDistributionsOutput, error) ListFieldLevelEncryptionConfigsStub func(*cloudfront.ListFieldLevelEncryptionConfigsInput) (*cloudfront.ListFieldLevelEncryptionConfigsOutput, error) ListFieldLevelEncryptionConfigsRequestStub func(*cloudfront.ListFieldLevelEncryptionConfigsInput) (*request.Request, *cloudfront.ListFieldLevelEncryptionConfigsOutput) ListFieldLevelEncryptionConfigsWithContextStub func(context.Context, *cloudfront.ListFieldLevelEncryptionConfigsInput, ...request.Option) (*cloudfront.ListFieldLevelEncryptionConfigsOutput, error) ListFieldLevelEncryptionProfilesStub func(*cloudfront.ListFieldLevelEncryptionProfilesInput) (*cloudfront.ListFieldLevelEncryptionProfilesOutput, error) ListFieldLevelEncryptionProfilesRequestStub func(*cloudfront.ListFieldLevelEncryptionProfilesInput) (*request.Request, *cloudfront.ListFieldLevelEncryptionProfilesOutput) ListFieldLevelEncryptionProfilesWithContextStub func(context.Context, *cloudfront.ListFieldLevelEncryptionProfilesInput, ...request.Option) (*cloudfront.ListFieldLevelEncryptionProfilesOutput, error) ListInvalidationsStub func(*cloudfront.ListInvalidationsInput) (*cloudfront.ListInvalidationsOutput, error) ListInvalidationsPagesStub func(*cloudfront.ListInvalidationsInput, func(*cloudfront.ListInvalidationsOutput, bool) bool) error ListInvalidationsPagesWithContextStub func(context.Context, *cloudfront.ListInvalidationsInput, func(*cloudfront.ListInvalidationsOutput, bool) bool, ...request.Option) error ListInvalidationsRequestStub func(*cloudfront.ListInvalidationsInput) (*request.Request, *cloudfront.ListInvalidationsOutput) ListInvalidationsWithContextStub func(context.Context, *cloudfront.ListInvalidationsInput, ...request.Option) (*cloudfront.ListInvalidationsOutput, error) ListPublicKeysStub func(*cloudfront.ListPublicKeysInput) (*cloudfront.ListPublicKeysOutput, error) ListPublicKeysRequestStub func(*cloudfront.ListPublicKeysInput) (*request.Request, *cloudfront.ListPublicKeysOutput) ListPublicKeysWithContextStub func(context.Context, *cloudfront.ListPublicKeysInput, ...request.Option) (*cloudfront.ListPublicKeysOutput, error) ListStreamingDistributionsStub func(*cloudfront.ListStreamingDistributionsInput) (*cloudfront.ListStreamingDistributionsOutput, error) ListStreamingDistributionsPagesStub func(*cloudfront.ListStreamingDistributionsInput, func(*cloudfront.ListStreamingDistributionsOutput, bool) bool) error ListStreamingDistributionsPagesWithContextStub func(context.Context, *cloudfront.ListStreamingDistributionsInput, func(*cloudfront.ListStreamingDistributionsOutput, bool) bool, ...request.Option) error ListStreamingDistributionsRequestStub func(*cloudfront.ListStreamingDistributionsInput) (*request.Request, *cloudfront.ListStreamingDistributionsOutput) ListStreamingDistributionsWithContextStub func(context.Context, *cloudfront.ListStreamingDistributionsInput, ...request.Option) (*cloudfront.ListStreamingDistributionsOutput, error) ListTagsForResourceStub func(*cloudfront.ListTagsForResourceInput) (*cloudfront.ListTagsForResourceOutput, error) ListTagsForResourceRequestStub func(*cloudfront.ListTagsForResourceInput) (*request.Request, *cloudfront.ListTagsForResourceOutput) ListTagsForResourceWithContextStub func(context.Context, *cloudfront.ListTagsForResourceInput, ...request.Option) (*cloudfront.ListTagsForResourceOutput, error) TagResourceStub func(*cloudfront.TagResourceInput) (*cloudfront.TagResourceOutput, error) TagResourceRequestStub func(*cloudfront.TagResourceInput) (*request.Request, *cloudfront.TagResourceOutput) TagResourceWithContextStub func(context.Context, *cloudfront.TagResourceInput, ...request.Option) (*cloudfront.TagResourceOutput, error) UntagResourceStub func(*cloudfront.UntagResourceInput) (*cloudfront.UntagResourceOutput, error) UntagResourceRequestStub func(*cloudfront.UntagResourceInput) (*request.Request, *cloudfront.UntagResourceOutput) UntagResourceWithContextStub func(context.Context, *cloudfront.UntagResourceInput, ...request.Option) (*cloudfront.UntagResourceOutput, error) UpdateCloudFrontOriginAccessIdentityStub func(*cloudfront.UpdateCloudFrontOriginAccessIdentityInput) (*cloudfront.UpdateCloudFrontOriginAccessIdentityOutput, error) UpdateCloudFrontOriginAccessIdentityRequestStub func(*cloudfront.UpdateCloudFrontOriginAccessIdentityInput) (*request.Request, *cloudfront.UpdateCloudFrontOriginAccessIdentityOutput) UpdateCloudFrontOriginAccessIdentityWithContextStub func(context.Context, *cloudfront.UpdateCloudFrontOriginAccessIdentityInput, ...request.Option) (*cloudfront.UpdateCloudFrontOriginAccessIdentityOutput, error) UpdateDistributionStub func(*cloudfront.UpdateDistributionInput) (*cloudfront.UpdateDistributionOutput, error) UpdateDistributionRequestStub func(*cloudfront.UpdateDistributionInput) (*request.Request, *cloudfront.UpdateDistributionOutput) UpdateDistributionWithContextStub func(context.Context, *cloudfront.UpdateDistributionInput, ...request.Option) (*cloudfront.UpdateDistributionOutput, error) UpdateFieldLevelEncryptionConfigStub func(*cloudfront.UpdateFieldLevelEncryptionConfigInput) (*cloudfront.UpdateFieldLevelEncryptionConfigOutput, error) UpdateFieldLevelEncryptionConfigRequestStub func(*cloudfront.UpdateFieldLevelEncryptionConfigInput) (*request.Request, *cloudfront.UpdateFieldLevelEncryptionConfigOutput) UpdateFieldLevelEncryptionConfigWithContextStub func(context.Context, *cloudfront.UpdateFieldLevelEncryptionConfigInput, ...request.Option) (*cloudfront.UpdateFieldLevelEncryptionConfigOutput, error) UpdateFieldLevelEncryptionProfileStub func(*cloudfront.UpdateFieldLevelEncryptionProfileInput) (*cloudfront.UpdateFieldLevelEncryptionProfileOutput, error) UpdateFieldLevelEncryptionProfileRequestStub func(*cloudfront.UpdateFieldLevelEncryptionProfileInput) (*request.Request, *cloudfront.UpdateFieldLevelEncryptionProfileOutput) UpdateFieldLevelEncryptionProfileWithContextStub func(context.Context, *cloudfront.UpdateFieldLevelEncryptionProfileInput, ...request.Option) (*cloudfront.UpdateFieldLevelEncryptionProfileOutput, error) UpdatePublicKeyStub func(*cloudfront.UpdatePublicKeyInput) (*cloudfront.UpdatePublicKeyOutput, error) UpdatePublicKeyRequestStub func(*cloudfront.UpdatePublicKeyInput) (*request.Request, *cloudfront.UpdatePublicKeyOutput) UpdatePublicKeyWithContextStub func(context.Context, *cloudfront.UpdatePublicKeyInput, ...request.Option) (*cloudfront.UpdatePublicKeyOutput, error) UpdateStreamingDistributionStub func(*cloudfront.UpdateStreamingDistributionInput) (*cloudfront.UpdateStreamingDistributionOutput, error) UpdateStreamingDistributionRequestStub func(*cloudfront.UpdateStreamingDistributionInput) (*request.Request, *cloudfront.UpdateStreamingDistributionOutput) UpdateStreamingDistributionWithContextStub func(context.Context, *cloudfront.UpdateStreamingDistributionInput, ...request.Option) (*cloudfront.UpdateStreamingDistributionOutput, error) WaitUntilDistributionDeployedStub func(*cloudfront.GetDistributionInput) error WaitUntilDistributionDeployedWithContextStub func(context.Context, *cloudfront.GetDistributionInput, ...request.WaiterOption) error WaitUntilInvalidationCompletedStub func(*cloudfront.GetInvalidationInput) error WaitUntilInvalidationCompletedWithContextStub func(context.Context, *cloudfront.GetInvalidationInput, ...request.WaiterOption) error WaitUntilStreamingDistributionDeployedStub func(*cloudfront.GetStreamingDistributionInput) error WaitUntilStreamingDistributionDeployedWithContextStub func(context.Context, *cloudfront.GetStreamingDistributionInput, ...request.WaiterOption) error // contains filtered or unexported fields }
func (*FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentity ¶
func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentity(arg1 *cloudfront.CreateCloudFrontOriginAccessIdentityInput) (*cloudfront.CreateCloudFrontOriginAccessIdentityOutput, error)
func (*FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityArgsForCall(i int) *cloudfront.CreateCloudFrontOriginAccessIdentityInput
func (*FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityCallCount ¶
func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityCallCount() int
func (*FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityCalls ¶
func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityCalls(stub func(*cloudfront.CreateCloudFrontOriginAccessIdentityInput) (*cloudfront.CreateCloudFrontOriginAccessIdentityOutput, error))
func (*FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityRequest ¶
func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityRequest(arg1 *cloudfront.CreateCloudFrontOriginAccessIdentityInput) (*request.Request, *cloudfront.CreateCloudFrontOriginAccessIdentityOutput)
func (*FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityRequestArgsForCall(i int) *cloudfront.CreateCloudFrontOriginAccessIdentityInput
func (*FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityRequestCallCount ¶
func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityRequestCallCount() int
func (*FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityRequestCalls ¶
func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityRequestCalls(stub func(*cloudfront.CreateCloudFrontOriginAccessIdentityInput) (*request.Request, *cloudfront.CreateCloudFrontOriginAccessIdentityOutput))
func (*FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityRequestReturns ¶
func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityRequestReturns(result1 *request.Request, result2 *cloudfront.CreateCloudFrontOriginAccessIdentityOutput)
func (*FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.CreateCloudFrontOriginAccessIdentityOutput)
func (*FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityReturns ¶
func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityReturns(result1 *cloudfront.CreateCloudFrontOriginAccessIdentityOutput, result2 error)
func (*FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityReturnsOnCall(i int, result1 *cloudfront.CreateCloudFrontOriginAccessIdentityOutput, result2 error)
func (*FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityWithContext ¶
func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityWithContext(arg1 context.Context, arg2 *cloudfront.CreateCloudFrontOriginAccessIdentityInput, arg3 ...request.Option) (*cloudfront.CreateCloudFrontOriginAccessIdentityOutput, error)
func (*FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityWithContextArgsForCall(i int) (context.Context, *cloudfront.CreateCloudFrontOriginAccessIdentityInput, []request.Option)
func (*FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityWithContextCallCount() int
func (*FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityWithContextCalls ¶
func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityWithContextCalls(stub func(context.Context, *cloudfront.CreateCloudFrontOriginAccessIdentityInput, ...request.Option) (*cloudfront.CreateCloudFrontOriginAccessIdentityOutput, error))
func (*FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityWithContextReturns ¶
func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityWithContextReturns(result1 *cloudfront.CreateCloudFrontOriginAccessIdentityOutput, result2 error)
func (*FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateCloudFrontOriginAccessIdentityWithContextReturnsOnCall(i int, result1 *cloudfront.CreateCloudFrontOriginAccessIdentityOutput, result2 error)
func (*FakeCloudFrontAPI) CreateDistribution ¶
func (fake *FakeCloudFrontAPI) CreateDistribution(arg1 *cloudfront.CreateDistributionInput) (*cloudfront.CreateDistributionOutput, error)
func (*FakeCloudFrontAPI) CreateDistributionArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateDistributionArgsForCall(i int) *cloudfront.CreateDistributionInput
func (*FakeCloudFrontAPI) CreateDistributionCallCount ¶
func (fake *FakeCloudFrontAPI) CreateDistributionCallCount() int
func (*FakeCloudFrontAPI) CreateDistributionCalls ¶
func (fake *FakeCloudFrontAPI) CreateDistributionCalls(stub func(*cloudfront.CreateDistributionInput) (*cloudfront.CreateDistributionOutput, error))
func (*FakeCloudFrontAPI) CreateDistributionRequest ¶
func (fake *FakeCloudFrontAPI) CreateDistributionRequest(arg1 *cloudfront.CreateDistributionInput) (*request.Request, *cloudfront.CreateDistributionOutput)
func (*FakeCloudFrontAPI) CreateDistributionRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateDistributionRequestArgsForCall(i int) *cloudfront.CreateDistributionInput
func (*FakeCloudFrontAPI) CreateDistributionRequestCallCount ¶
func (fake *FakeCloudFrontAPI) CreateDistributionRequestCallCount() int
func (*FakeCloudFrontAPI) CreateDistributionRequestCalls ¶
func (fake *FakeCloudFrontAPI) CreateDistributionRequestCalls(stub func(*cloudfront.CreateDistributionInput) (*request.Request, *cloudfront.CreateDistributionOutput))
func (*FakeCloudFrontAPI) CreateDistributionRequestReturns ¶
func (fake *FakeCloudFrontAPI) CreateDistributionRequestReturns(result1 *request.Request, result2 *cloudfront.CreateDistributionOutput)
func (*FakeCloudFrontAPI) CreateDistributionRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateDistributionRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.CreateDistributionOutput)
func (*FakeCloudFrontAPI) CreateDistributionReturns ¶
func (fake *FakeCloudFrontAPI) CreateDistributionReturns(result1 *cloudfront.CreateDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) CreateDistributionReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateDistributionReturnsOnCall(i int, result1 *cloudfront.CreateDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) CreateDistributionWithContext ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithContext(arg1 context.Context, arg2 *cloudfront.CreateDistributionInput, arg3 ...request.Option) (*cloudfront.CreateDistributionOutput, error)
func (*FakeCloudFrontAPI) CreateDistributionWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithContextArgsForCall(i int) (context.Context, *cloudfront.CreateDistributionInput, []request.Option)
func (*FakeCloudFrontAPI) CreateDistributionWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithContextCallCount() int
func (*FakeCloudFrontAPI) CreateDistributionWithContextCalls ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithContextCalls(stub func(context.Context, *cloudfront.CreateDistributionInput, ...request.Option) (*cloudfront.CreateDistributionOutput, error))
func (*FakeCloudFrontAPI) CreateDistributionWithContextReturns ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithContextReturns(result1 *cloudfront.CreateDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) CreateDistributionWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithContextReturnsOnCall(i int, result1 *cloudfront.CreateDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) CreateDistributionWithTags ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithTags(arg1 *cloudfront.CreateDistributionWithTagsInput) (*cloudfront.CreateDistributionWithTagsOutput, error)
func (*FakeCloudFrontAPI) CreateDistributionWithTagsArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsArgsForCall(i int) *cloudfront.CreateDistributionWithTagsInput
func (*FakeCloudFrontAPI) CreateDistributionWithTagsCallCount ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsCallCount() int
func (*FakeCloudFrontAPI) CreateDistributionWithTagsCalls ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsCalls(stub func(*cloudfront.CreateDistributionWithTagsInput) (*cloudfront.CreateDistributionWithTagsOutput, error))
func (*FakeCloudFrontAPI) CreateDistributionWithTagsRequest ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsRequest(arg1 *cloudfront.CreateDistributionWithTagsInput) (*request.Request, *cloudfront.CreateDistributionWithTagsOutput)
func (*FakeCloudFrontAPI) CreateDistributionWithTagsRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsRequestArgsForCall(i int) *cloudfront.CreateDistributionWithTagsInput
func (*FakeCloudFrontAPI) CreateDistributionWithTagsRequestCallCount ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsRequestCallCount() int
func (*FakeCloudFrontAPI) CreateDistributionWithTagsRequestCalls ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsRequestCalls(stub func(*cloudfront.CreateDistributionWithTagsInput) (*request.Request, *cloudfront.CreateDistributionWithTagsOutput))
func (*FakeCloudFrontAPI) CreateDistributionWithTagsRequestReturns ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsRequestReturns(result1 *request.Request, result2 *cloudfront.CreateDistributionWithTagsOutput)
func (*FakeCloudFrontAPI) CreateDistributionWithTagsRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.CreateDistributionWithTagsOutput)
func (*FakeCloudFrontAPI) CreateDistributionWithTagsReturns ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsReturns(result1 *cloudfront.CreateDistributionWithTagsOutput, result2 error)
func (*FakeCloudFrontAPI) CreateDistributionWithTagsReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsReturnsOnCall(i int, result1 *cloudfront.CreateDistributionWithTagsOutput, result2 error)
func (*FakeCloudFrontAPI) CreateDistributionWithTagsWithContext ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsWithContext(arg1 context.Context, arg2 *cloudfront.CreateDistributionWithTagsInput, arg3 ...request.Option) (*cloudfront.CreateDistributionWithTagsOutput, error)
func (*FakeCloudFrontAPI) CreateDistributionWithTagsWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsWithContextArgsForCall(i int) (context.Context, *cloudfront.CreateDistributionWithTagsInput, []request.Option)
func (*FakeCloudFrontAPI) CreateDistributionWithTagsWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsWithContextCallCount() int
func (*FakeCloudFrontAPI) CreateDistributionWithTagsWithContextCalls ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsWithContextCalls(stub func(context.Context, *cloudfront.CreateDistributionWithTagsInput, ...request.Option) (*cloudfront.CreateDistributionWithTagsOutput, error))
func (*FakeCloudFrontAPI) CreateDistributionWithTagsWithContextReturns ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsWithContextReturns(result1 *cloudfront.CreateDistributionWithTagsOutput, result2 error)
func (*FakeCloudFrontAPI) CreateDistributionWithTagsWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateDistributionWithTagsWithContextReturnsOnCall(i int, result1 *cloudfront.CreateDistributionWithTagsOutput, result2 error)
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionConfig ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfig(arg1 *cloudfront.CreateFieldLevelEncryptionConfigInput) (*cloudfront.CreateFieldLevelEncryptionConfigOutput, error)
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigArgsForCall(i int) *cloudfront.CreateFieldLevelEncryptionConfigInput
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigCallCount ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigCallCount() int
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigCalls ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigCalls(stub func(*cloudfront.CreateFieldLevelEncryptionConfigInput) (*cloudfront.CreateFieldLevelEncryptionConfigOutput, error))
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigRequest ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigRequest(arg1 *cloudfront.CreateFieldLevelEncryptionConfigInput) (*request.Request, *cloudfront.CreateFieldLevelEncryptionConfigOutput)
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigRequestArgsForCall(i int) *cloudfront.CreateFieldLevelEncryptionConfigInput
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigRequestCallCount ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigRequestCallCount() int
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigRequestCalls ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigRequestCalls(stub func(*cloudfront.CreateFieldLevelEncryptionConfigInput) (*request.Request, *cloudfront.CreateFieldLevelEncryptionConfigOutput))
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigRequestReturns ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigRequestReturns(result1 *request.Request, result2 *cloudfront.CreateFieldLevelEncryptionConfigOutput)
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.CreateFieldLevelEncryptionConfigOutput)
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigReturns ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigReturns(result1 *cloudfront.CreateFieldLevelEncryptionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigReturnsOnCall(i int, result1 *cloudfront.CreateFieldLevelEncryptionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigWithContext ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigWithContext(arg1 context.Context, arg2 *cloudfront.CreateFieldLevelEncryptionConfigInput, arg3 ...request.Option) (*cloudfront.CreateFieldLevelEncryptionConfigOutput, error)
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigWithContextArgsForCall(i int) (context.Context, *cloudfront.CreateFieldLevelEncryptionConfigInput, []request.Option)
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigWithContextCallCount() int
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigWithContextCalls ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigWithContextCalls(stub func(context.Context, *cloudfront.CreateFieldLevelEncryptionConfigInput, ...request.Option) (*cloudfront.CreateFieldLevelEncryptionConfigOutput, error))
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigWithContextReturns ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigWithContextReturns(result1 *cloudfront.CreateFieldLevelEncryptionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionConfigWithContextReturnsOnCall(i int, result1 *cloudfront.CreateFieldLevelEncryptionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionProfile ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfile(arg1 *cloudfront.CreateFieldLevelEncryptionProfileInput) (*cloudfront.CreateFieldLevelEncryptionProfileOutput, error)
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileArgsForCall(i int) *cloudfront.CreateFieldLevelEncryptionProfileInput
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileCallCount ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileCallCount() int
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileCalls ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileCalls(stub func(*cloudfront.CreateFieldLevelEncryptionProfileInput) (*cloudfront.CreateFieldLevelEncryptionProfileOutput, error))
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileRequest ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileRequest(arg1 *cloudfront.CreateFieldLevelEncryptionProfileInput) (*request.Request, *cloudfront.CreateFieldLevelEncryptionProfileOutput)
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileRequestArgsForCall(i int) *cloudfront.CreateFieldLevelEncryptionProfileInput
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileRequestCallCount ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileRequestCallCount() int
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileRequestCalls ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileRequestCalls(stub func(*cloudfront.CreateFieldLevelEncryptionProfileInput) (*request.Request, *cloudfront.CreateFieldLevelEncryptionProfileOutput))
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileRequestReturns ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileRequestReturns(result1 *request.Request, result2 *cloudfront.CreateFieldLevelEncryptionProfileOutput)
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.CreateFieldLevelEncryptionProfileOutput)
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileReturns ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileReturns(result1 *cloudfront.CreateFieldLevelEncryptionProfileOutput, result2 error)
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileReturnsOnCall(i int, result1 *cloudfront.CreateFieldLevelEncryptionProfileOutput, result2 error)
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileWithContext ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileWithContext(arg1 context.Context, arg2 *cloudfront.CreateFieldLevelEncryptionProfileInput, arg3 ...request.Option) (*cloudfront.CreateFieldLevelEncryptionProfileOutput, error)
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileWithContextArgsForCall(i int) (context.Context, *cloudfront.CreateFieldLevelEncryptionProfileInput, []request.Option)
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileWithContextCallCount() int
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileWithContextCalls ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileWithContextCalls(stub func(context.Context, *cloudfront.CreateFieldLevelEncryptionProfileInput, ...request.Option) (*cloudfront.CreateFieldLevelEncryptionProfileOutput, error))
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileWithContextReturns ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileWithContextReturns(result1 *cloudfront.CreateFieldLevelEncryptionProfileOutput, result2 error)
func (*FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateFieldLevelEncryptionProfileWithContextReturnsOnCall(i int, result1 *cloudfront.CreateFieldLevelEncryptionProfileOutput, result2 error)
func (*FakeCloudFrontAPI) CreateInvalidation ¶
func (fake *FakeCloudFrontAPI) CreateInvalidation(arg1 *cloudfront.CreateInvalidationInput) (*cloudfront.CreateInvalidationOutput, error)
func (*FakeCloudFrontAPI) CreateInvalidationArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateInvalidationArgsForCall(i int) *cloudfront.CreateInvalidationInput
func (*FakeCloudFrontAPI) CreateInvalidationCallCount ¶
func (fake *FakeCloudFrontAPI) CreateInvalidationCallCount() int
func (*FakeCloudFrontAPI) CreateInvalidationCalls ¶
func (fake *FakeCloudFrontAPI) CreateInvalidationCalls(stub func(*cloudfront.CreateInvalidationInput) (*cloudfront.CreateInvalidationOutput, error))
func (*FakeCloudFrontAPI) CreateInvalidationRequest ¶
func (fake *FakeCloudFrontAPI) CreateInvalidationRequest(arg1 *cloudfront.CreateInvalidationInput) (*request.Request, *cloudfront.CreateInvalidationOutput)
func (*FakeCloudFrontAPI) CreateInvalidationRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateInvalidationRequestArgsForCall(i int) *cloudfront.CreateInvalidationInput
func (*FakeCloudFrontAPI) CreateInvalidationRequestCallCount ¶
func (fake *FakeCloudFrontAPI) CreateInvalidationRequestCallCount() int
func (*FakeCloudFrontAPI) CreateInvalidationRequestCalls ¶
func (fake *FakeCloudFrontAPI) CreateInvalidationRequestCalls(stub func(*cloudfront.CreateInvalidationInput) (*request.Request, *cloudfront.CreateInvalidationOutput))
func (*FakeCloudFrontAPI) CreateInvalidationRequestReturns ¶
func (fake *FakeCloudFrontAPI) CreateInvalidationRequestReturns(result1 *request.Request, result2 *cloudfront.CreateInvalidationOutput)
func (*FakeCloudFrontAPI) CreateInvalidationRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateInvalidationRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.CreateInvalidationOutput)
func (*FakeCloudFrontAPI) CreateInvalidationReturns ¶
func (fake *FakeCloudFrontAPI) CreateInvalidationReturns(result1 *cloudfront.CreateInvalidationOutput, result2 error)
func (*FakeCloudFrontAPI) CreateInvalidationReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateInvalidationReturnsOnCall(i int, result1 *cloudfront.CreateInvalidationOutput, result2 error)
func (*FakeCloudFrontAPI) CreateInvalidationWithContext ¶
func (fake *FakeCloudFrontAPI) CreateInvalidationWithContext(arg1 context.Context, arg2 *cloudfront.CreateInvalidationInput, arg3 ...request.Option) (*cloudfront.CreateInvalidationOutput, error)
func (*FakeCloudFrontAPI) CreateInvalidationWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateInvalidationWithContextArgsForCall(i int) (context.Context, *cloudfront.CreateInvalidationInput, []request.Option)
func (*FakeCloudFrontAPI) CreateInvalidationWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) CreateInvalidationWithContextCallCount() int
func (*FakeCloudFrontAPI) CreateInvalidationWithContextCalls ¶
func (fake *FakeCloudFrontAPI) CreateInvalidationWithContextCalls(stub func(context.Context, *cloudfront.CreateInvalidationInput, ...request.Option) (*cloudfront.CreateInvalidationOutput, error))
func (*FakeCloudFrontAPI) CreateInvalidationWithContextReturns ¶
func (fake *FakeCloudFrontAPI) CreateInvalidationWithContextReturns(result1 *cloudfront.CreateInvalidationOutput, result2 error)
func (*FakeCloudFrontAPI) CreateInvalidationWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateInvalidationWithContextReturnsOnCall(i int, result1 *cloudfront.CreateInvalidationOutput, result2 error)
func (*FakeCloudFrontAPI) CreatePublicKey ¶
func (fake *FakeCloudFrontAPI) CreatePublicKey(arg1 *cloudfront.CreatePublicKeyInput) (*cloudfront.CreatePublicKeyOutput, error)
func (*FakeCloudFrontAPI) CreatePublicKeyArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreatePublicKeyArgsForCall(i int) *cloudfront.CreatePublicKeyInput
func (*FakeCloudFrontAPI) CreatePublicKeyCallCount ¶
func (fake *FakeCloudFrontAPI) CreatePublicKeyCallCount() int
func (*FakeCloudFrontAPI) CreatePublicKeyCalls ¶
func (fake *FakeCloudFrontAPI) CreatePublicKeyCalls(stub func(*cloudfront.CreatePublicKeyInput) (*cloudfront.CreatePublicKeyOutput, error))
func (*FakeCloudFrontAPI) CreatePublicKeyRequest ¶
func (fake *FakeCloudFrontAPI) CreatePublicKeyRequest(arg1 *cloudfront.CreatePublicKeyInput) (*request.Request, *cloudfront.CreatePublicKeyOutput)
func (*FakeCloudFrontAPI) CreatePublicKeyRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreatePublicKeyRequestArgsForCall(i int) *cloudfront.CreatePublicKeyInput
func (*FakeCloudFrontAPI) CreatePublicKeyRequestCallCount ¶
func (fake *FakeCloudFrontAPI) CreatePublicKeyRequestCallCount() int
func (*FakeCloudFrontAPI) CreatePublicKeyRequestCalls ¶
func (fake *FakeCloudFrontAPI) CreatePublicKeyRequestCalls(stub func(*cloudfront.CreatePublicKeyInput) (*request.Request, *cloudfront.CreatePublicKeyOutput))
func (*FakeCloudFrontAPI) CreatePublicKeyRequestReturns ¶
func (fake *FakeCloudFrontAPI) CreatePublicKeyRequestReturns(result1 *request.Request, result2 *cloudfront.CreatePublicKeyOutput)
func (*FakeCloudFrontAPI) CreatePublicKeyRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreatePublicKeyRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.CreatePublicKeyOutput)
func (*FakeCloudFrontAPI) CreatePublicKeyReturns ¶
func (fake *FakeCloudFrontAPI) CreatePublicKeyReturns(result1 *cloudfront.CreatePublicKeyOutput, result2 error)
func (*FakeCloudFrontAPI) CreatePublicKeyReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreatePublicKeyReturnsOnCall(i int, result1 *cloudfront.CreatePublicKeyOutput, result2 error)
func (*FakeCloudFrontAPI) CreatePublicKeyWithContext ¶
func (fake *FakeCloudFrontAPI) CreatePublicKeyWithContext(arg1 context.Context, arg2 *cloudfront.CreatePublicKeyInput, arg3 ...request.Option) (*cloudfront.CreatePublicKeyOutput, error)
func (*FakeCloudFrontAPI) CreatePublicKeyWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreatePublicKeyWithContextArgsForCall(i int) (context.Context, *cloudfront.CreatePublicKeyInput, []request.Option)
func (*FakeCloudFrontAPI) CreatePublicKeyWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) CreatePublicKeyWithContextCallCount() int
func (*FakeCloudFrontAPI) CreatePublicKeyWithContextCalls ¶
func (fake *FakeCloudFrontAPI) CreatePublicKeyWithContextCalls(stub func(context.Context, *cloudfront.CreatePublicKeyInput, ...request.Option) (*cloudfront.CreatePublicKeyOutput, error))
func (*FakeCloudFrontAPI) CreatePublicKeyWithContextReturns ¶
func (fake *FakeCloudFrontAPI) CreatePublicKeyWithContextReturns(result1 *cloudfront.CreatePublicKeyOutput, result2 error)
func (*FakeCloudFrontAPI) CreatePublicKeyWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreatePublicKeyWithContextReturnsOnCall(i int, result1 *cloudfront.CreatePublicKeyOutput, result2 error)
func (*FakeCloudFrontAPI) CreateStreamingDistribution ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistribution(arg1 *cloudfront.CreateStreamingDistributionInput) (*cloudfront.CreateStreamingDistributionOutput, error)
func (*FakeCloudFrontAPI) CreateStreamingDistributionArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionArgsForCall(i int) *cloudfront.CreateStreamingDistributionInput
func (*FakeCloudFrontAPI) CreateStreamingDistributionCallCount ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionCallCount() int
func (*FakeCloudFrontAPI) CreateStreamingDistributionCalls ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionCalls(stub func(*cloudfront.CreateStreamingDistributionInput) (*cloudfront.CreateStreamingDistributionOutput, error))
func (*FakeCloudFrontAPI) CreateStreamingDistributionRequest ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionRequest(arg1 *cloudfront.CreateStreamingDistributionInput) (*request.Request, *cloudfront.CreateStreamingDistributionOutput)
func (*FakeCloudFrontAPI) CreateStreamingDistributionRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionRequestArgsForCall(i int) *cloudfront.CreateStreamingDistributionInput
func (*FakeCloudFrontAPI) CreateStreamingDistributionRequestCallCount ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionRequestCallCount() int
func (*FakeCloudFrontAPI) CreateStreamingDistributionRequestCalls ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionRequestCalls(stub func(*cloudfront.CreateStreamingDistributionInput) (*request.Request, *cloudfront.CreateStreamingDistributionOutput))
func (*FakeCloudFrontAPI) CreateStreamingDistributionRequestReturns ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionRequestReturns(result1 *request.Request, result2 *cloudfront.CreateStreamingDistributionOutput)
func (*FakeCloudFrontAPI) CreateStreamingDistributionRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.CreateStreamingDistributionOutput)
func (*FakeCloudFrontAPI) CreateStreamingDistributionReturns ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionReturns(result1 *cloudfront.CreateStreamingDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) CreateStreamingDistributionReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionReturnsOnCall(i int, result1 *cloudfront.CreateStreamingDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithContext ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithContext(arg1 context.Context, arg2 *cloudfront.CreateStreamingDistributionInput, arg3 ...request.Option) (*cloudfront.CreateStreamingDistributionOutput, error)
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithContextArgsForCall(i int) (context.Context, *cloudfront.CreateStreamingDistributionInput, []request.Option)
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithContextCallCount() int
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithContextCalls ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithContextCalls(stub func(context.Context, *cloudfront.CreateStreamingDistributionInput, ...request.Option) (*cloudfront.CreateStreamingDistributionOutput, error))
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithContextReturns ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithContextReturns(result1 *cloudfront.CreateStreamingDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithContextReturnsOnCall(i int, result1 *cloudfront.CreateStreamingDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithTags ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTags(arg1 *cloudfront.CreateStreamingDistributionWithTagsInput) (*cloudfront.CreateStreamingDistributionWithTagsOutput, error)
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithTagsArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsArgsForCall(i int) *cloudfront.CreateStreamingDistributionWithTagsInput
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithTagsCallCount ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsCallCount() int
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithTagsCalls ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsCalls(stub func(*cloudfront.CreateStreamingDistributionWithTagsInput) (*cloudfront.CreateStreamingDistributionWithTagsOutput, error))
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithTagsRequest ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsRequest(arg1 *cloudfront.CreateStreamingDistributionWithTagsInput) (*request.Request, *cloudfront.CreateStreamingDistributionWithTagsOutput)
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithTagsRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsRequestArgsForCall(i int) *cloudfront.CreateStreamingDistributionWithTagsInput
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithTagsRequestCallCount ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsRequestCallCount() int
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithTagsRequestCalls ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsRequestCalls(stub func(*cloudfront.CreateStreamingDistributionWithTagsInput) (*request.Request, *cloudfront.CreateStreamingDistributionWithTagsOutput))
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithTagsRequestReturns ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsRequestReturns(result1 *request.Request, result2 *cloudfront.CreateStreamingDistributionWithTagsOutput)
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithTagsRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.CreateStreamingDistributionWithTagsOutput)
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithTagsReturns ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsReturns(result1 *cloudfront.CreateStreamingDistributionWithTagsOutput, result2 error)
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithTagsReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsReturnsOnCall(i int, result1 *cloudfront.CreateStreamingDistributionWithTagsOutput, result2 error)
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithTagsWithContext ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsWithContext(arg1 context.Context, arg2 *cloudfront.CreateStreamingDistributionWithTagsInput, arg3 ...request.Option) (*cloudfront.CreateStreamingDistributionWithTagsOutput, error)
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithTagsWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsWithContextArgsForCall(i int) (context.Context, *cloudfront.CreateStreamingDistributionWithTagsInput, []request.Option)
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithTagsWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsWithContextCallCount() int
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithTagsWithContextCalls ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsWithContextCalls(stub func(context.Context, *cloudfront.CreateStreamingDistributionWithTagsInput, ...request.Option) (*cloudfront.CreateStreamingDistributionWithTagsOutput, error))
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithTagsWithContextReturns ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsWithContextReturns(result1 *cloudfront.CreateStreamingDistributionWithTagsOutput, result2 error)
func (*FakeCloudFrontAPI) CreateStreamingDistributionWithTagsWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) CreateStreamingDistributionWithTagsWithContextReturnsOnCall(i int, result1 *cloudfront.CreateStreamingDistributionWithTagsOutput, result2 error)
func (*FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentity ¶
func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentity(arg1 *cloudfront.DeleteCloudFrontOriginAccessIdentityInput) (*cloudfront.DeleteCloudFrontOriginAccessIdentityOutput, error)
func (*FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityArgsForCall ¶
func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityArgsForCall(i int) *cloudfront.DeleteCloudFrontOriginAccessIdentityInput
func (*FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityCallCount ¶
func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityCallCount() int
func (*FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityCalls ¶
func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityCalls(stub func(*cloudfront.DeleteCloudFrontOriginAccessIdentityInput) (*cloudfront.DeleteCloudFrontOriginAccessIdentityOutput, error))
func (*FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityRequest ¶
func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityRequest(arg1 *cloudfront.DeleteCloudFrontOriginAccessIdentityInput) (*request.Request, *cloudfront.DeleteCloudFrontOriginAccessIdentityOutput)
func (*FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityRequestArgsForCall(i int) *cloudfront.DeleteCloudFrontOriginAccessIdentityInput
func (*FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityRequestCallCount ¶
func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityRequestCallCount() int
func (*FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityRequestCalls ¶
func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityRequestCalls(stub func(*cloudfront.DeleteCloudFrontOriginAccessIdentityInput) (*request.Request, *cloudfront.DeleteCloudFrontOriginAccessIdentityOutput))
func (*FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityRequestReturns ¶
func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityRequestReturns(result1 *request.Request, result2 *cloudfront.DeleteCloudFrontOriginAccessIdentityOutput)
func (*FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.DeleteCloudFrontOriginAccessIdentityOutput)
func (*FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityReturns ¶
func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityReturns(result1 *cloudfront.DeleteCloudFrontOriginAccessIdentityOutput, result2 error)
func (*FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityReturnsOnCall(i int, result1 *cloudfront.DeleteCloudFrontOriginAccessIdentityOutput, result2 error)
func (*FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityWithContext ¶
func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityWithContext(arg1 context.Context, arg2 *cloudfront.DeleteCloudFrontOriginAccessIdentityInput, arg3 ...request.Option) (*cloudfront.DeleteCloudFrontOriginAccessIdentityOutput, error)
func (*FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityWithContextArgsForCall(i int) (context.Context, *cloudfront.DeleteCloudFrontOriginAccessIdentityInput, []request.Option)
func (*FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityWithContextCallCount() int
func (*FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityWithContextCalls ¶
func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityWithContextCalls(stub func(context.Context, *cloudfront.DeleteCloudFrontOriginAccessIdentityInput, ...request.Option) (*cloudfront.DeleteCloudFrontOriginAccessIdentityOutput, error))
func (*FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityWithContextReturns ¶
func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityWithContextReturns(result1 *cloudfront.DeleteCloudFrontOriginAccessIdentityOutput, result2 error)
func (*FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) DeleteCloudFrontOriginAccessIdentityWithContextReturnsOnCall(i int, result1 *cloudfront.DeleteCloudFrontOriginAccessIdentityOutput, result2 error)
func (*FakeCloudFrontAPI) DeleteDistribution ¶
func (fake *FakeCloudFrontAPI) DeleteDistribution(arg1 *cloudfront.DeleteDistributionInput) (*cloudfront.DeleteDistributionOutput, error)
func (*FakeCloudFrontAPI) DeleteDistributionArgsForCall ¶
func (fake *FakeCloudFrontAPI) DeleteDistributionArgsForCall(i int) *cloudfront.DeleteDistributionInput
func (*FakeCloudFrontAPI) DeleteDistributionCallCount ¶
func (fake *FakeCloudFrontAPI) DeleteDistributionCallCount() int
func (*FakeCloudFrontAPI) DeleteDistributionCalls ¶
func (fake *FakeCloudFrontAPI) DeleteDistributionCalls(stub func(*cloudfront.DeleteDistributionInput) (*cloudfront.DeleteDistributionOutput, error))
func (*FakeCloudFrontAPI) DeleteDistributionRequest ¶
func (fake *FakeCloudFrontAPI) DeleteDistributionRequest(arg1 *cloudfront.DeleteDistributionInput) (*request.Request, *cloudfront.DeleteDistributionOutput)
func (*FakeCloudFrontAPI) DeleteDistributionRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) DeleteDistributionRequestArgsForCall(i int) *cloudfront.DeleteDistributionInput
func (*FakeCloudFrontAPI) DeleteDistributionRequestCallCount ¶
func (fake *FakeCloudFrontAPI) DeleteDistributionRequestCallCount() int
func (*FakeCloudFrontAPI) DeleteDistributionRequestCalls ¶
func (fake *FakeCloudFrontAPI) DeleteDistributionRequestCalls(stub func(*cloudfront.DeleteDistributionInput) (*request.Request, *cloudfront.DeleteDistributionOutput))
func (*FakeCloudFrontAPI) DeleteDistributionRequestReturns ¶
func (fake *FakeCloudFrontAPI) DeleteDistributionRequestReturns(result1 *request.Request, result2 *cloudfront.DeleteDistributionOutput)
func (*FakeCloudFrontAPI) DeleteDistributionRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) DeleteDistributionRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.DeleteDistributionOutput)
func (*FakeCloudFrontAPI) DeleteDistributionReturns ¶
func (fake *FakeCloudFrontAPI) DeleteDistributionReturns(result1 *cloudfront.DeleteDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) DeleteDistributionReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) DeleteDistributionReturnsOnCall(i int, result1 *cloudfront.DeleteDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) DeleteDistributionWithContext ¶
func (fake *FakeCloudFrontAPI) DeleteDistributionWithContext(arg1 context.Context, arg2 *cloudfront.DeleteDistributionInput, arg3 ...request.Option) (*cloudfront.DeleteDistributionOutput, error)
func (*FakeCloudFrontAPI) DeleteDistributionWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) DeleteDistributionWithContextArgsForCall(i int) (context.Context, *cloudfront.DeleteDistributionInput, []request.Option)
func (*FakeCloudFrontAPI) DeleteDistributionWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) DeleteDistributionWithContextCallCount() int
func (*FakeCloudFrontAPI) DeleteDistributionWithContextCalls ¶
func (fake *FakeCloudFrontAPI) DeleteDistributionWithContextCalls(stub func(context.Context, *cloudfront.DeleteDistributionInput, ...request.Option) (*cloudfront.DeleteDistributionOutput, error))
func (*FakeCloudFrontAPI) DeleteDistributionWithContextReturns ¶
func (fake *FakeCloudFrontAPI) DeleteDistributionWithContextReturns(result1 *cloudfront.DeleteDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) DeleteDistributionWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) DeleteDistributionWithContextReturnsOnCall(i int, result1 *cloudfront.DeleteDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfig ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfig(arg1 *cloudfront.DeleteFieldLevelEncryptionConfigInput) (*cloudfront.DeleteFieldLevelEncryptionConfigOutput, error)
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigArgsForCall ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigArgsForCall(i int) *cloudfront.DeleteFieldLevelEncryptionConfigInput
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigCallCount ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigCallCount() int
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigCalls ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigCalls(stub func(*cloudfront.DeleteFieldLevelEncryptionConfigInput) (*cloudfront.DeleteFieldLevelEncryptionConfigOutput, error))
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigRequest ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigRequest(arg1 *cloudfront.DeleteFieldLevelEncryptionConfigInput) (*request.Request, *cloudfront.DeleteFieldLevelEncryptionConfigOutput)
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigRequestArgsForCall(i int) *cloudfront.DeleteFieldLevelEncryptionConfigInput
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigRequestCallCount ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigRequestCallCount() int
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigRequestCalls ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigRequestCalls(stub func(*cloudfront.DeleteFieldLevelEncryptionConfigInput) (*request.Request, *cloudfront.DeleteFieldLevelEncryptionConfigOutput))
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigRequestReturns ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigRequestReturns(result1 *request.Request, result2 *cloudfront.DeleteFieldLevelEncryptionConfigOutput)
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.DeleteFieldLevelEncryptionConfigOutput)
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigReturns ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigReturns(result1 *cloudfront.DeleteFieldLevelEncryptionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigReturnsOnCall(i int, result1 *cloudfront.DeleteFieldLevelEncryptionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigWithContext ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigWithContext(arg1 context.Context, arg2 *cloudfront.DeleteFieldLevelEncryptionConfigInput, arg3 ...request.Option) (*cloudfront.DeleteFieldLevelEncryptionConfigOutput, error)
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigWithContextArgsForCall(i int) (context.Context, *cloudfront.DeleteFieldLevelEncryptionConfigInput, []request.Option)
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigWithContextCallCount() int
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigWithContextCalls ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigWithContextCalls(stub func(context.Context, *cloudfront.DeleteFieldLevelEncryptionConfigInput, ...request.Option) (*cloudfront.DeleteFieldLevelEncryptionConfigOutput, error))
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigWithContextReturns ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigWithContextReturns(result1 *cloudfront.DeleteFieldLevelEncryptionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionConfigWithContextReturnsOnCall(i int, result1 *cloudfront.DeleteFieldLevelEncryptionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfile ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfile(arg1 *cloudfront.DeleteFieldLevelEncryptionProfileInput) (*cloudfront.DeleteFieldLevelEncryptionProfileOutput, error)
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileArgsForCall ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileArgsForCall(i int) *cloudfront.DeleteFieldLevelEncryptionProfileInput
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileCallCount ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileCallCount() int
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileCalls ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileCalls(stub func(*cloudfront.DeleteFieldLevelEncryptionProfileInput) (*cloudfront.DeleteFieldLevelEncryptionProfileOutput, error))
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileRequest ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileRequest(arg1 *cloudfront.DeleteFieldLevelEncryptionProfileInput) (*request.Request, *cloudfront.DeleteFieldLevelEncryptionProfileOutput)
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileRequestArgsForCall(i int) *cloudfront.DeleteFieldLevelEncryptionProfileInput
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileRequestCallCount ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileRequestCallCount() int
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileRequestCalls ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileRequestCalls(stub func(*cloudfront.DeleteFieldLevelEncryptionProfileInput) (*request.Request, *cloudfront.DeleteFieldLevelEncryptionProfileOutput))
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileRequestReturns ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileRequestReturns(result1 *request.Request, result2 *cloudfront.DeleteFieldLevelEncryptionProfileOutput)
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.DeleteFieldLevelEncryptionProfileOutput)
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileReturns ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileReturns(result1 *cloudfront.DeleteFieldLevelEncryptionProfileOutput, result2 error)
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileReturnsOnCall(i int, result1 *cloudfront.DeleteFieldLevelEncryptionProfileOutput, result2 error)
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileWithContext ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileWithContext(arg1 context.Context, arg2 *cloudfront.DeleteFieldLevelEncryptionProfileInput, arg3 ...request.Option) (*cloudfront.DeleteFieldLevelEncryptionProfileOutput, error)
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileWithContextArgsForCall(i int) (context.Context, *cloudfront.DeleteFieldLevelEncryptionProfileInput, []request.Option)
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileWithContextCallCount() int
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileWithContextCalls ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileWithContextCalls(stub func(context.Context, *cloudfront.DeleteFieldLevelEncryptionProfileInput, ...request.Option) (*cloudfront.DeleteFieldLevelEncryptionProfileOutput, error))
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileWithContextReturns ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileWithContextReturns(result1 *cloudfront.DeleteFieldLevelEncryptionProfileOutput, result2 error)
func (*FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) DeleteFieldLevelEncryptionProfileWithContextReturnsOnCall(i int, result1 *cloudfront.DeleteFieldLevelEncryptionProfileOutput, result2 error)
func (*FakeCloudFrontAPI) DeletePublicKey ¶
func (fake *FakeCloudFrontAPI) DeletePublicKey(arg1 *cloudfront.DeletePublicKeyInput) (*cloudfront.DeletePublicKeyOutput, error)
func (*FakeCloudFrontAPI) DeletePublicKeyArgsForCall ¶
func (fake *FakeCloudFrontAPI) DeletePublicKeyArgsForCall(i int) *cloudfront.DeletePublicKeyInput
func (*FakeCloudFrontAPI) DeletePublicKeyCallCount ¶
func (fake *FakeCloudFrontAPI) DeletePublicKeyCallCount() int
func (*FakeCloudFrontAPI) DeletePublicKeyCalls ¶
func (fake *FakeCloudFrontAPI) DeletePublicKeyCalls(stub func(*cloudfront.DeletePublicKeyInput) (*cloudfront.DeletePublicKeyOutput, error))
func (*FakeCloudFrontAPI) DeletePublicKeyRequest ¶
func (fake *FakeCloudFrontAPI) DeletePublicKeyRequest(arg1 *cloudfront.DeletePublicKeyInput) (*request.Request, *cloudfront.DeletePublicKeyOutput)
func (*FakeCloudFrontAPI) DeletePublicKeyRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) DeletePublicKeyRequestArgsForCall(i int) *cloudfront.DeletePublicKeyInput
func (*FakeCloudFrontAPI) DeletePublicKeyRequestCallCount ¶
func (fake *FakeCloudFrontAPI) DeletePublicKeyRequestCallCount() int
func (*FakeCloudFrontAPI) DeletePublicKeyRequestCalls ¶
func (fake *FakeCloudFrontAPI) DeletePublicKeyRequestCalls(stub func(*cloudfront.DeletePublicKeyInput) (*request.Request, *cloudfront.DeletePublicKeyOutput))
func (*FakeCloudFrontAPI) DeletePublicKeyRequestReturns ¶
func (fake *FakeCloudFrontAPI) DeletePublicKeyRequestReturns(result1 *request.Request, result2 *cloudfront.DeletePublicKeyOutput)
func (*FakeCloudFrontAPI) DeletePublicKeyRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) DeletePublicKeyRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.DeletePublicKeyOutput)
func (*FakeCloudFrontAPI) DeletePublicKeyReturns ¶
func (fake *FakeCloudFrontAPI) DeletePublicKeyReturns(result1 *cloudfront.DeletePublicKeyOutput, result2 error)
func (*FakeCloudFrontAPI) DeletePublicKeyReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) DeletePublicKeyReturnsOnCall(i int, result1 *cloudfront.DeletePublicKeyOutput, result2 error)
func (*FakeCloudFrontAPI) DeletePublicKeyWithContext ¶
func (fake *FakeCloudFrontAPI) DeletePublicKeyWithContext(arg1 context.Context, arg2 *cloudfront.DeletePublicKeyInput, arg3 ...request.Option) (*cloudfront.DeletePublicKeyOutput, error)
func (*FakeCloudFrontAPI) DeletePublicKeyWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) DeletePublicKeyWithContextArgsForCall(i int) (context.Context, *cloudfront.DeletePublicKeyInput, []request.Option)
func (*FakeCloudFrontAPI) DeletePublicKeyWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) DeletePublicKeyWithContextCallCount() int
func (*FakeCloudFrontAPI) DeletePublicKeyWithContextCalls ¶
func (fake *FakeCloudFrontAPI) DeletePublicKeyWithContextCalls(stub func(context.Context, *cloudfront.DeletePublicKeyInput, ...request.Option) (*cloudfront.DeletePublicKeyOutput, error))
func (*FakeCloudFrontAPI) DeletePublicKeyWithContextReturns ¶
func (fake *FakeCloudFrontAPI) DeletePublicKeyWithContextReturns(result1 *cloudfront.DeletePublicKeyOutput, result2 error)
func (*FakeCloudFrontAPI) DeletePublicKeyWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) DeletePublicKeyWithContextReturnsOnCall(i int, result1 *cloudfront.DeletePublicKeyOutput, result2 error)
func (*FakeCloudFrontAPI) DeleteStreamingDistribution ¶
func (fake *FakeCloudFrontAPI) DeleteStreamingDistribution(arg1 *cloudfront.DeleteStreamingDistributionInput) (*cloudfront.DeleteStreamingDistributionOutput, error)
func (*FakeCloudFrontAPI) DeleteStreamingDistributionArgsForCall ¶
func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionArgsForCall(i int) *cloudfront.DeleteStreamingDistributionInput
func (*FakeCloudFrontAPI) DeleteStreamingDistributionCallCount ¶
func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionCallCount() int
func (*FakeCloudFrontAPI) DeleteStreamingDistributionCalls ¶
func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionCalls(stub func(*cloudfront.DeleteStreamingDistributionInput) (*cloudfront.DeleteStreamingDistributionOutput, error))
func (*FakeCloudFrontAPI) DeleteStreamingDistributionRequest ¶
func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionRequest(arg1 *cloudfront.DeleteStreamingDistributionInput) (*request.Request, *cloudfront.DeleteStreamingDistributionOutput)
func (*FakeCloudFrontAPI) DeleteStreamingDistributionRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionRequestArgsForCall(i int) *cloudfront.DeleteStreamingDistributionInput
func (*FakeCloudFrontAPI) DeleteStreamingDistributionRequestCallCount ¶
func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionRequestCallCount() int
func (*FakeCloudFrontAPI) DeleteStreamingDistributionRequestCalls ¶
func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionRequestCalls(stub func(*cloudfront.DeleteStreamingDistributionInput) (*request.Request, *cloudfront.DeleteStreamingDistributionOutput))
func (*FakeCloudFrontAPI) DeleteStreamingDistributionRequestReturns ¶
func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionRequestReturns(result1 *request.Request, result2 *cloudfront.DeleteStreamingDistributionOutput)
func (*FakeCloudFrontAPI) DeleteStreamingDistributionRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.DeleteStreamingDistributionOutput)
func (*FakeCloudFrontAPI) DeleteStreamingDistributionReturns ¶
func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionReturns(result1 *cloudfront.DeleteStreamingDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) DeleteStreamingDistributionReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionReturnsOnCall(i int, result1 *cloudfront.DeleteStreamingDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) DeleteStreamingDistributionWithContext ¶
func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionWithContext(arg1 context.Context, arg2 *cloudfront.DeleteStreamingDistributionInput, arg3 ...request.Option) (*cloudfront.DeleteStreamingDistributionOutput, error)
func (*FakeCloudFrontAPI) DeleteStreamingDistributionWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionWithContextArgsForCall(i int) (context.Context, *cloudfront.DeleteStreamingDistributionInput, []request.Option)
func (*FakeCloudFrontAPI) DeleteStreamingDistributionWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionWithContextCallCount() int
func (*FakeCloudFrontAPI) DeleteStreamingDistributionWithContextCalls ¶
func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionWithContextCalls(stub func(context.Context, *cloudfront.DeleteStreamingDistributionInput, ...request.Option) (*cloudfront.DeleteStreamingDistributionOutput, error))
func (*FakeCloudFrontAPI) DeleteStreamingDistributionWithContextReturns ¶
func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionWithContextReturns(result1 *cloudfront.DeleteStreamingDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) DeleteStreamingDistributionWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) DeleteStreamingDistributionWithContextReturnsOnCall(i int, result1 *cloudfront.DeleteStreamingDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentity ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentity(arg1 *cloudfront.GetCloudFrontOriginAccessIdentityInput) (*cloudfront.GetCloudFrontOriginAccessIdentityOutput, error)
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityArgsForCall(i int) *cloudfront.GetCloudFrontOriginAccessIdentityInput
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityCallCount ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityCallCount() int
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityCalls ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityCalls(stub func(*cloudfront.GetCloudFrontOriginAccessIdentityInput) (*cloudfront.GetCloudFrontOriginAccessIdentityOutput, error))
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfig ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfig(arg1 *cloudfront.GetCloudFrontOriginAccessIdentityConfigInput) (*cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput, error)
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigArgsForCall(i int) *cloudfront.GetCloudFrontOriginAccessIdentityConfigInput
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigCallCount ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigCallCount() int
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigCalls ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigCalls(stub func(*cloudfront.GetCloudFrontOriginAccessIdentityConfigInput) (*cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput, error))
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigRequest ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigRequest(arg1 *cloudfront.GetCloudFrontOriginAccessIdentityConfigInput) (*request.Request, *cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput)
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigRequestArgsForCall(i int) *cloudfront.GetCloudFrontOriginAccessIdentityConfigInput
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigRequestCallCount ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigRequestCallCount() int
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigRequestCalls ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigRequestCalls(stub func(*cloudfront.GetCloudFrontOriginAccessIdentityConfigInput) (*request.Request, *cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput))
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigRequestReturns ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigRequestReturns(result1 *request.Request, result2 *cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput)
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput)
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigReturns ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigReturns(result1 *cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigReturnsOnCall(i int, result1 *cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigWithContext ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigWithContext(arg1 context.Context, arg2 *cloudfront.GetCloudFrontOriginAccessIdentityConfigInput, arg3 ...request.Option) (*cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput, error)
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigWithContextArgsForCall(i int) (context.Context, *cloudfront.GetCloudFrontOriginAccessIdentityConfigInput, []request.Option)
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigWithContextCallCount() int
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigWithContextCalls ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigWithContextCalls(stub func(context.Context, *cloudfront.GetCloudFrontOriginAccessIdentityConfigInput, ...request.Option) (*cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput, error))
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigWithContextReturns ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigWithContextReturns(result1 *cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityConfigWithContextReturnsOnCall(i int, result1 *cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityRequest ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityRequest(arg1 *cloudfront.GetCloudFrontOriginAccessIdentityInput) (*request.Request, *cloudfront.GetCloudFrontOriginAccessIdentityOutput)
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityRequestArgsForCall(i int) *cloudfront.GetCloudFrontOriginAccessIdentityInput
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityRequestCallCount ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityRequestCallCount() int
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityRequestCalls ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityRequestCalls(stub func(*cloudfront.GetCloudFrontOriginAccessIdentityInput) (*request.Request, *cloudfront.GetCloudFrontOriginAccessIdentityOutput))
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityRequestReturns ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityRequestReturns(result1 *request.Request, result2 *cloudfront.GetCloudFrontOriginAccessIdentityOutput)
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.GetCloudFrontOriginAccessIdentityOutput)
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityReturns ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityReturns(result1 *cloudfront.GetCloudFrontOriginAccessIdentityOutput, result2 error)
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityReturnsOnCall(i int, result1 *cloudfront.GetCloudFrontOriginAccessIdentityOutput, result2 error)
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityWithContext ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityWithContext(arg1 context.Context, arg2 *cloudfront.GetCloudFrontOriginAccessIdentityInput, arg3 ...request.Option) (*cloudfront.GetCloudFrontOriginAccessIdentityOutput, error)
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityWithContextArgsForCall(i int) (context.Context, *cloudfront.GetCloudFrontOriginAccessIdentityInput, []request.Option)
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityWithContextCallCount() int
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityWithContextCalls ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityWithContextCalls(stub func(context.Context, *cloudfront.GetCloudFrontOriginAccessIdentityInput, ...request.Option) (*cloudfront.GetCloudFrontOriginAccessIdentityOutput, error))
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityWithContextReturns ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityWithContextReturns(result1 *cloudfront.GetCloudFrontOriginAccessIdentityOutput, result2 error)
func (*FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetCloudFrontOriginAccessIdentityWithContextReturnsOnCall(i int, result1 *cloudfront.GetCloudFrontOriginAccessIdentityOutput, result2 error)
func (*FakeCloudFrontAPI) GetDistribution ¶
func (fake *FakeCloudFrontAPI) GetDistribution(arg1 *cloudfront.GetDistributionInput) (*cloudfront.GetDistributionOutput, error)
func (*FakeCloudFrontAPI) GetDistributionArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetDistributionArgsForCall(i int) *cloudfront.GetDistributionInput
func (*FakeCloudFrontAPI) GetDistributionCallCount ¶
func (fake *FakeCloudFrontAPI) GetDistributionCallCount() int
func (*FakeCloudFrontAPI) GetDistributionCalls ¶
func (fake *FakeCloudFrontAPI) GetDistributionCalls(stub func(*cloudfront.GetDistributionInput) (*cloudfront.GetDistributionOutput, error))
func (*FakeCloudFrontAPI) GetDistributionConfig ¶
func (fake *FakeCloudFrontAPI) GetDistributionConfig(arg1 *cloudfront.GetDistributionConfigInput) (*cloudfront.GetDistributionConfigOutput, error)
func (*FakeCloudFrontAPI) GetDistributionConfigArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetDistributionConfigArgsForCall(i int) *cloudfront.GetDistributionConfigInput
func (*FakeCloudFrontAPI) GetDistributionConfigCallCount ¶
func (fake *FakeCloudFrontAPI) GetDistributionConfigCallCount() int
func (*FakeCloudFrontAPI) GetDistributionConfigCalls ¶
func (fake *FakeCloudFrontAPI) GetDistributionConfigCalls(stub func(*cloudfront.GetDistributionConfigInput) (*cloudfront.GetDistributionConfigOutput, error))
func (*FakeCloudFrontAPI) GetDistributionConfigRequest ¶
func (fake *FakeCloudFrontAPI) GetDistributionConfigRequest(arg1 *cloudfront.GetDistributionConfigInput) (*request.Request, *cloudfront.GetDistributionConfigOutput)
func (*FakeCloudFrontAPI) GetDistributionConfigRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetDistributionConfigRequestArgsForCall(i int) *cloudfront.GetDistributionConfigInput
func (*FakeCloudFrontAPI) GetDistributionConfigRequestCallCount ¶
func (fake *FakeCloudFrontAPI) GetDistributionConfigRequestCallCount() int
func (*FakeCloudFrontAPI) GetDistributionConfigRequestCalls ¶
func (fake *FakeCloudFrontAPI) GetDistributionConfigRequestCalls(stub func(*cloudfront.GetDistributionConfigInput) (*request.Request, *cloudfront.GetDistributionConfigOutput))
func (*FakeCloudFrontAPI) GetDistributionConfigRequestReturns ¶
func (fake *FakeCloudFrontAPI) GetDistributionConfigRequestReturns(result1 *request.Request, result2 *cloudfront.GetDistributionConfigOutput)
func (*FakeCloudFrontAPI) GetDistributionConfigRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetDistributionConfigRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.GetDistributionConfigOutput)
func (*FakeCloudFrontAPI) GetDistributionConfigReturns ¶
func (fake *FakeCloudFrontAPI) GetDistributionConfigReturns(result1 *cloudfront.GetDistributionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetDistributionConfigReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetDistributionConfigReturnsOnCall(i int, result1 *cloudfront.GetDistributionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetDistributionConfigWithContext ¶
func (fake *FakeCloudFrontAPI) GetDistributionConfigWithContext(arg1 context.Context, arg2 *cloudfront.GetDistributionConfigInput, arg3 ...request.Option) (*cloudfront.GetDistributionConfigOutput, error)
func (*FakeCloudFrontAPI) GetDistributionConfigWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetDistributionConfigWithContextArgsForCall(i int) (context.Context, *cloudfront.GetDistributionConfigInput, []request.Option)
func (*FakeCloudFrontAPI) GetDistributionConfigWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) GetDistributionConfigWithContextCallCount() int
func (*FakeCloudFrontAPI) GetDistributionConfigWithContextCalls ¶
func (fake *FakeCloudFrontAPI) GetDistributionConfigWithContextCalls(stub func(context.Context, *cloudfront.GetDistributionConfigInput, ...request.Option) (*cloudfront.GetDistributionConfigOutput, error))
func (*FakeCloudFrontAPI) GetDistributionConfigWithContextReturns ¶
func (fake *FakeCloudFrontAPI) GetDistributionConfigWithContextReturns(result1 *cloudfront.GetDistributionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetDistributionConfigWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetDistributionConfigWithContextReturnsOnCall(i int, result1 *cloudfront.GetDistributionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetDistributionRequest ¶
func (fake *FakeCloudFrontAPI) GetDistributionRequest(arg1 *cloudfront.GetDistributionInput) (*request.Request, *cloudfront.GetDistributionOutput)
func (*FakeCloudFrontAPI) GetDistributionRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetDistributionRequestArgsForCall(i int) *cloudfront.GetDistributionInput
func (*FakeCloudFrontAPI) GetDistributionRequestCallCount ¶
func (fake *FakeCloudFrontAPI) GetDistributionRequestCallCount() int
func (*FakeCloudFrontAPI) GetDistributionRequestCalls ¶
func (fake *FakeCloudFrontAPI) GetDistributionRequestCalls(stub func(*cloudfront.GetDistributionInput) (*request.Request, *cloudfront.GetDistributionOutput))
func (*FakeCloudFrontAPI) GetDistributionRequestReturns ¶
func (fake *FakeCloudFrontAPI) GetDistributionRequestReturns(result1 *request.Request, result2 *cloudfront.GetDistributionOutput)
func (*FakeCloudFrontAPI) GetDistributionRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetDistributionRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.GetDistributionOutput)
func (*FakeCloudFrontAPI) GetDistributionReturns ¶
func (fake *FakeCloudFrontAPI) GetDistributionReturns(result1 *cloudfront.GetDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) GetDistributionReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetDistributionReturnsOnCall(i int, result1 *cloudfront.GetDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) GetDistributionWithContext ¶
func (fake *FakeCloudFrontAPI) GetDistributionWithContext(arg1 context.Context, arg2 *cloudfront.GetDistributionInput, arg3 ...request.Option) (*cloudfront.GetDistributionOutput, error)
func (*FakeCloudFrontAPI) GetDistributionWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetDistributionWithContextArgsForCall(i int) (context.Context, *cloudfront.GetDistributionInput, []request.Option)
func (*FakeCloudFrontAPI) GetDistributionWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) GetDistributionWithContextCallCount() int
func (*FakeCloudFrontAPI) GetDistributionWithContextCalls ¶
func (fake *FakeCloudFrontAPI) GetDistributionWithContextCalls(stub func(context.Context, *cloudfront.GetDistributionInput, ...request.Option) (*cloudfront.GetDistributionOutput, error))
func (*FakeCloudFrontAPI) GetDistributionWithContextReturns ¶
func (fake *FakeCloudFrontAPI) GetDistributionWithContextReturns(result1 *cloudfront.GetDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) GetDistributionWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetDistributionWithContextReturnsOnCall(i int, result1 *cloudfront.GetDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryption ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryption(arg1 *cloudfront.GetFieldLevelEncryptionInput) (*cloudfront.GetFieldLevelEncryptionOutput, error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionArgsForCall(i int) *cloudfront.GetFieldLevelEncryptionInput
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionCallCount ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionCallCount() int
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionCalls ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionCalls(stub func(*cloudfront.GetFieldLevelEncryptionInput) (*cloudfront.GetFieldLevelEncryptionOutput, error))
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionConfig ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfig(arg1 *cloudfront.GetFieldLevelEncryptionConfigInput) (*cloudfront.GetFieldLevelEncryptionConfigOutput, error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionConfigArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigArgsForCall(i int) *cloudfront.GetFieldLevelEncryptionConfigInput
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionConfigCallCount ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigCallCount() int
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionConfigCalls ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigCalls(stub func(*cloudfront.GetFieldLevelEncryptionConfigInput) (*cloudfront.GetFieldLevelEncryptionConfigOutput, error))
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionConfigRequest ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigRequest(arg1 *cloudfront.GetFieldLevelEncryptionConfigInput) (*request.Request, *cloudfront.GetFieldLevelEncryptionConfigOutput)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionConfigRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigRequestArgsForCall(i int) *cloudfront.GetFieldLevelEncryptionConfigInput
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionConfigRequestCallCount ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigRequestCallCount() int
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionConfigRequestCalls ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigRequestCalls(stub func(*cloudfront.GetFieldLevelEncryptionConfigInput) (*request.Request, *cloudfront.GetFieldLevelEncryptionConfigOutput))
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionConfigRequestReturns ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigRequestReturns(result1 *request.Request, result2 *cloudfront.GetFieldLevelEncryptionConfigOutput)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionConfigRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.GetFieldLevelEncryptionConfigOutput)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionConfigReturns ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigReturns(result1 *cloudfront.GetFieldLevelEncryptionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionConfigReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigReturnsOnCall(i int, result1 *cloudfront.GetFieldLevelEncryptionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionConfigWithContext ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigWithContext(arg1 context.Context, arg2 *cloudfront.GetFieldLevelEncryptionConfigInput, arg3 ...request.Option) (*cloudfront.GetFieldLevelEncryptionConfigOutput, error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionConfigWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigWithContextArgsForCall(i int) (context.Context, *cloudfront.GetFieldLevelEncryptionConfigInput, []request.Option)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionConfigWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigWithContextCallCount() int
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionConfigWithContextCalls ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigWithContextCalls(stub func(context.Context, *cloudfront.GetFieldLevelEncryptionConfigInput, ...request.Option) (*cloudfront.GetFieldLevelEncryptionConfigOutput, error))
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionConfigWithContextReturns ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigWithContextReturns(result1 *cloudfront.GetFieldLevelEncryptionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionConfigWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionConfigWithContextReturnsOnCall(i int, result1 *cloudfront.GetFieldLevelEncryptionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfile ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfile(arg1 *cloudfront.GetFieldLevelEncryptionProfileInput) (*cloudfront.GetFieldLevelEncryptionProfileOutput, error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileArgsForCall(i int) *cloudfront.GetFieldLevelEncryptionProfileInput
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileCallCount ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileCallCount() int
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileCalls ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileCalls(stub func(*cloudfront.GetFieldLevelEncryptionProfileInput) (*cloudfront.GetFieldLevelEncryptionProfileOutput, error))
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfig ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfig(arg1 *cloudfront.GetFieldLevelEncryptionProfileConfigInput) (*cloudfront.GetFieldLevelEncryptionProfileConfigOutput, error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigArgsForCall(i int) *cloudfront.GetFieldLevelEncryptionProfileConfigInput
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigCallCount ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigCallCount() int
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigCalls ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigCalls(stub func(*cloudfront.GetFieldLevelEncryptionProfileConfigInput) (*cloudfront.GetFieldLevelEncryptionProfileConfigOutput, error))
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigRequest ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigRequest(arg1 *cloudfront.GetFieldLevelEncryptionProfileConfigInput) (*request.Request, *cloudfront.GetFieldLevelEncryptionProfileConfigOutput)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigRequestArgsForCall(i int) *cloudfront.GetFieldLevelEncryptionProfileConfigInput
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigRequestCallCount ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigRequestCallCount() int
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigRequestCalls ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigRequestCalls(stub func(*cloudfront.GetFieldLevelEncryptionProfileConfigInput) (*request.Request, *cloudfront.GetFieldLevelEncryptionProfileConfigOutput))
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigRequestReturns ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigRequestReturns(result1 *request.Request, result2 *cloudfront.GetFieldLevelEncryptionProfileConfigOutput)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.GetFieldLevelEncryptionProfileConfigOutput)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigReturns ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigReturns(result1 *cloudfront.GetFieldLevelEncryptionProfileConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigReturnsOnCall(i int, result1 *cloudfront.GetFieldLevelEncryptionProfileConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigWithContext ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigWithContext(arg1 context.Context, arg2 *cloudfront.GetFieldLevelEncryptionProfileConfigInput, arg3 ...request.Option) (*cloudfront.GetFieldLevelEncryptionProfileConfigOutput, error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigWithContextArgsForCall(i int) (context.Context, *cloudfront.GetFieldLevelEncryptionProfileConfigInput, []request.Option)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigWithContextCallCount() int
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigWithContextCalls ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigWithContextCalls(stub func(context.Context, *cloudfront.GetFieldLevelEncryptionProfileConfigInput, ...request.Option) (*cloudfront.GetFieldLevelEncryptionProfileConfigOutput, error))
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigWithContextReturns ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigWithContextReturns(result1 *cloudfront.GetFieldLevelEncryptionProfileConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileConfigWithContextReturnsOnCall(i int, result1 *cloudfront.GetFieldLevelEncryptionProfileConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileRequest ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileRequest(arg1 *cloudfront.GetFieldLevelEncryptionProfileInput) (*request.Request, *cloudfront.GetFieldLevelEncryptionProfileOutput)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileRequestArgsForCall(i int) *cloudfront.GetFieldLevelEncryptionProfileInput
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileRequestCallCount ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileRequestCallCount() int
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileRequestCalls ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileRequestCalls(stub func(*cloudfront.GetFieldLevelEncryptionProfileInput) (*request.Request, *cloudfront.GetFieldLevelEncryptionProfileOutput))
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileRequestReturns ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileRequestReturns(result1 *request.Request, result2 *cloudfront.GetFieldLevelEncryptionProfileOutput)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.GetFieldLevelEncryptionProfileOutput)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileReturns ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileReturns(result1 *cloudfront.GetFieldLevelEncryptionProfileOutput, result2 error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileReturnsOnCall(i int, result1 *cloudfront.GetFieldLevelEncryptionProfileOutput, result2 error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileWithContext ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileWithContext(arg1 context.Context, arg2 *cloudfront.GetFieldLevelEncryptionProfileInput, arg3 ...request.Option) (*cloudfront.GetFieldLevelEncryptionProfileOutput, error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileWithContextArgsForCall(i int) (context.Context, *cloudfront.GetFieldLevelEncryptionProfileInput, []request.Option)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileWithContextCallCount() int
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileWithContextCalls ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileWithContextCalls(stub func(context.Context, *cloudfront.GetFieldLevelEncryptionProfileInput, ...request.Option) (*cloudfront.GetFieldLevelEncryptionProfileOutput, error))
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileWithContextReturns ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileWithContextReturns(result1 *cloudfront.GetFieldLevelEncryptionProfileOutput, result2 error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionProfileWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionProfileWithContextReturnsOnCall(i int, result1 *cloudfront.GetFieldLevelEncryptionProfileOutput, result2 error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionRequest ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionRequest(arg1 *cloudfront.GetFieldLevelEncryptionInput) (*request.Request, *cloudfront.GetFieldLevelEncryptionOutput)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionRequestArgsForCall(i int) *cloudfront.GetFieldLevelEncryptionInput
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionRequestCallCount ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionRequestCallCount() int
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionRequestCalls ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionRequestCalls(stub func(*cloudfront.GetFieldLevelEncryptionInput) (*request.Request, *cloudfront.GetFieldLevelEncryptionOutput))
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionRequestReturns ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionRequestReturns(result1 *request.Request, result2 *cloudfront.GetFieldLevelEncryptionOutput)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.GetFieldLevelEncryptionOutput)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionReturns ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionReturns(result1 *cloudfront.GetFieldLevelEncryptionOutput, result2 error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionReturnsOnCall(i int, result1 *cloudfront.GetFieldLevelEncryptionOutput, result2 error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionWithContext ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionWithContext(arg1 context.Context, arg2 *cloudfront.GetFieldLevelEncryptionInput, arg3 ...request.Option) (*cloudfront.GetFieldLevelEncryptionOutput, error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionWithContextArgsForCall(i int) (context.Context, *cloudfront.GetFieldLevelEncryptionInput, []request.Option)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionWithContextCallCount() int
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionWithContextCalls ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionWithContextCalls(stub func(context.Context, *cloudfront.GetFieldLevelEncryptionInput, ...request.Option) (*cloudfront.GetFieldLevelEncryptionOutput, error))
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionWithContextReturns ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionWithContextReturns(result1 *cloudfront.GetFieldLevelEncryptionOutput, result2 error)
func (*FakeCloudFrontAPI) GetFieldLevelEncryptionWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetFieldLevelEncryptionWithContextReturnsOnCall(i int, result1 *cloudfront.GetFieldLevelEncryptionOutput, result2 error)
func (*FakeCloudFrontAPI) GetInvalidation ¶
func (fake *FakeCloudFrontAPI) GetInvalidation(arg1 *cloudfront.GetInvalidationInput) (*cloudfront.GetInvalidationOutput, error)
func (*FakeCloudFrontAPI) GetInvalidationArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetInvalidationArgsForCall(i int) *cloudfront.GetInvalidationInput
func (*FakeCloudFrontAPI) GetInvalidationCallCount ¶
func (fake *FakeCloudFrontAPI) GetInvalidationCallCount() int
func (*FakeCloudFrontAPI) GetInvalidationCalls ¶
func (fake *FakeCloudFrontAPI) GetInvalidationCalls(stub func(*cloudfront.GetInvalidationInput) (*cloudfront.GetInvalidationOutput, error))
func (*FakeCloudFrontAPI) GetInvalidationRequest ¶
func (fake *FakeCloudFrontAPI) GetInvalidationRequest(arg1 *cloudfront.GetInvalidationInput) (*request.Request, *cloudfront.GetInvalidationOutput)
func (*FakeCloudFrontAPI) GetInvalidationRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetInvalidationRequestArgsForCall(i int) *cloudfront.GetInvalidationInput
func (*FakeCloudFrontAPI) GetInvalidationRequestCallCount ¶
func (fake *FakeCloudFrontAPI) GetInvalidationRequestCallCount() int
func (*FakeCloudFrontAPI) GetInvalidationRequestCalls ¶
func (fake *FakeCloudFrontAPI) GetInvalidationRequestCalls(stub func(*cloudfront.GetInvalidationInput) (*request.Request, *cloudfront.GetInvalidationOutput))
func (*FakeCloudFrontAPI) GetInvalidationRequestReturns ¶
func (fake *FakeCloudFrontAPI) GetInvalidationRequestReturns(result1 *request.Request, result2 *cloudfront.GetInvalidationOutput)
func (*FakeCloudFrontAPI) GetInvalidationRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetInvalidationRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.GetInvalidationOutput)
func (*FakeCloudFrontAPI) GetInvalidationReturns ¶
func (fake *FakeCloudFrontAPI) GetInvalidationReturns(result1 *cloudfront.GetInvalidationOutput, result2 error)
func (*FakeCloudFrontAPI) GetInvalidationReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetInvalidationReturnsOnCall(i int, result1 *cloudfront.GetInvalidationOutput, result2 error)
func (*FakeCloudFrontAPI) GetInvalidationWithContext ¶
func (fake *FakeCloudFrontAPI) GetInvalidationWithContext(arg1 context.Context, arg2 *cloudfront.GetInvalidationInput, arg3 ...request.Option) (*cloudfront.GetInvalidationOutput, error)
func (*FakeCloudFrontAPI) GetInvalidationWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetInvalidationWithContextArgsForCall(i int) (context.Context, *cloudfront.GetInvalidationInput, []request.Option)
func (*FakeCloudFrontAPI) GetInvalidationWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) GetInvalidationWithContextCallCount() int
func (*FakeCloudFrontAPI) GetInvalidationWithContextCalls ¶
func (fake *FakeCloudFrontAPI) GetInvalidationWithContextCalls(stub func(context.Context, *cloudfront.GetInvalidationInput, ...request.Option) (*cloudfront.GetInvalidationOutput, error))
func (*FakeCloudFrontAPI) GetInvalidationWithContextReturns ¶
func (fake *FakeCloudFrontAPI) GetInvalidationWithContextReturns(result1 *cloudfront.GetInvalidationOutput, result2 error)
func (*FakeCloudFrontAPI) GetInvalidationWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetInvalidationWithContextReturnsOnCall(i int, result1 *cloudfront.GetInvalidationOutput, result2 error)
func (*FakeCloudFrontAPI) GetPublicKey ¶
func (fake *FakeCloudFrontAPI) GetPublicKey(arg1 *cloudfront.GetPublicKeyInput) (*cloudfront.GetPublicKeyOutput, error)
func (*FakeCloudFrontAPI) GetPublicKeyArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyArgsForCall(i int) *cloudfront.GetPublicKeyInput
func (*FakeCloudFrontAPI) GetPublicKeyCallCount ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyCallCount() int
func (*FakeCloudFrontAPI) GetPublicKeyCalls ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyCalls(stub func(*cloudfront.GetPublicKeyInput) (*cloudfront.GetPublicKeyOutput, error))
func (*FakeCloudFrontAPI) GetPublicKeyConfig ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyConfig(arg1 *cloudfront.GetPublicKeyConfigInput) (*cloudfront.GetPublicKeyConfigOutput, error)
func (*FakeCloudFrontAPI) GetPublicKeyConfigArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyConfigArgsForCall(i int) *cloudfront.GetPublicKeyConfigInput
func (*FakeCloudFrontAPI) GetPublicKeyConfigCallCount ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyConfigCallCount() int
func (*FakeCloudFrontAPI) GetPublicKeyConfigCalls ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyConfigCalls(stub func(*cloudfront.GetPublicKeyConfigInput) (*cloudfront.GetPublicKeyConfigOutput, error))
func (*FakeCloudFrontAPI) GetPublicKeyConfigRequest ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyConfigRequest(arg1 *cloudfront.GetPublicKeyConfigInput) (*request.Request, *cloudfront.GetPublicKeyConfigOutput)
func (*FakeCloudFrontAPI) GetPublicKeyConfigRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyConfigRequestArgsForCall(i int) *cloudfront.GetPublicKeyConfigInput
func (*FakeCloudFrontAPI) GetPublicKeyConfigRequestCallCount ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyConfigRequestCallCount() int
func (*FakeCloudFrontAPI) GetPublicKeyConfigRequestCalls ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyConfigRequestCalls(stub func(*cloudfront.GetPublicKeyConfigInput) (*request.Request, *cloudfront.GetPublicKeyConfigOutput))
func (*FakeCloudFrontAPI) GetPublicKeyConfigRequestReturns ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyConfigRequestReturns(result1 *request.Request, result2 *cloudfront.GetPublicKeyConfigOutput)
func (*FakeCloudFrontAPI) GetPublicKeyConfigRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyConfigRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.GetPublicKeyConfigOutput)
func (*FakeCloudFrontAPI) GetPublicKeyConfigReturns ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyConfigReturns(result1 *cloudfront.GetPublicKeyConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetPublicKeyConfigReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyConfigReturnsOnCall(i int, result1 *cloudfront.GetPublicKeyConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetPublicKeyConfigWithContext ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyConfigWithContext(arg1 context.Context, arg2 *cloudfront.GetPublicKeyConfigInput, arg3 ...request.Option) (*cloudfront.GetPublicKeyConfigOutput, error)
func (*FakeCloudFrontAPI) GetPublicKeyConfigWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyConfigWithContextArgsForCall(i int) (context.Context, *cloudfront.GetPublicKeyConfigInput, []request.Option)
func (*FakeCloudFrontAPI) GetPublicKeyConfigWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyConfigWithContextCallCount() int
func (*FakeCloudFrontAPI) GetPublicKeyConfigWithContextCalls ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyConfigWithContextCalls(stub func(context.Context, *cloudfront.GetPublicKeyConfigInput, ...request.Option) (*cloudfront.GetPublicKeyConfigOutput, error))
func (*FakeCloudFrontAPI) GetPublicKeyConfigWithContextReturns ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyConfigWithContextReturns(result1 *cloudfront.GetPublicKeyConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetPublicKeyConfigWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyConfigWithContextReturnsOnCall(i int, result1 *cloudfront.GetPublicKeyConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetPublicKeyRequest ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyRequest(arg1 *cloudfront.GetPublicKeyInput) (*request.Request, *cloudfront.GetPublicKeyOutput)
func (*FakeCloudFrontAPI) GetPublicKeyRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyRequestArgsForCall(i int) *cloudfront.GetPublicKeyInput
func (*FakeCloudFrontAPI) GetPublicKeyRequestCallCount ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyRequestCallCount() int
func (*FakeCloudFrontAPI) GetPublicKeyRequestCalls ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyRequestCalls(stub func(*cloudfront.GetPublicKeyInput) (*request.Request, *cloudfront.GetPublicKeyOutput))
func (*FakeCloudFrontAPI) GetPublicKeyRequestReturns ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyRequestReturns(result1 *request.Request, result2 *cloudfront.GetPublicKeyOutput)
func (*FakeCloudFrontAPI) GetPublicKeyRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.GetPublicKeyOutput)
func (*FakeCloudFrontAPI) GetPublicKeyReturns ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyReturns(result1 *cloudfront.GetPublicKeyOutput, result2 error)
func (*FakeCloudFrontAPI) GetPublicKeyReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyReturnsOnCall(i int, result1 *cloudfront.GetPublicKeyOutput, result2 error)
func (*FakeCloudFrontAPI) GetPublicKeyWithContext ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyWithContext(arg1 context.Context, arg2 *cloudfront.GetPublicKeyInput, arg3 ...request.Option) (*cloudfront.GetPublicKeyOutput, error)
func (*FakeCloudFrontAPI) GetPublicKeyWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyWithContextArgsForCall(i int) (context.Context, *cloudfront.GetPublicKeyInput, []request.Option)
func (*FakeCloudFrontAPI) GetPublicKeyWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyWithContextCallCount() int
func (*FakeCloudFrontAPI) GetPublicKeyWithContextCalls ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyWithContextCalls(stub func(context.Context, *cloudfront.GetPublicKeyInput, ...request.Option) (*cloudfront.GetPublicKeyOutput, error))
func (*FakeCloudFrontAPI) GetPublicKeyWithContextReturns ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyWithContextReturns(result1 *cloudfront.GetPublicKeyOutput, result2 error)
func (*FakeCloudFrontAPI) GetPublicKeyWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetPublicKeyWithContextReturnsOnCall(i int, result1 *cloudfront.GetPublicKeyOutput, result2 error)
func (*FakeCloudFrontAPI) GetStreamingDistribution ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistribution(arg1 *cloudfront.GetStreamingDistributionInput) (*cloudfront.GetStreamingDistributionOutput, error)
func (*FakeCloudFrontAPI) GetStreamingDistributionArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionArgsForCall(i int) *cloudfront.GetStreamingDistributionInput
func (*FakeCloudFrontAPI) GetStreamingDistributionCallCount ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionCallCount() int
func (*FakeCloudFrontAPI) GetStreamingDistributionCalls ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionCalls(stub func(*cloudfront.GetStreamingDistributionInput) (*cloudfront.GetStreamingDistributionOutput, error))
func (*FakeCloudFrontAPI) GetStreamingDistributionConfig ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfig(arg1 *cloudfront.GetStreamingDistributionConfigInput) (*cloudfront.GetStreamingDistributionConfigOutput, error)
func (*FakeCloudFrontAPI) GetStreamingDistributionConfigArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigArgsForCall(i int) *cloudfront.GetStreamingDistributionConfigInput
func (*FakeCloudFrontAPI) GetStreamingDistributionConfigCallCount ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigCallCount() int
func (*FakeCloudFrontAPI) GetStreamingDistributionConfigCalls ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigCalls(stub func(*cloudfront.GetStreamingDistributionConfigInput) (*cloudfront.GetStreamingDistributionConfigOutput, error))
func (*FakeCloudFrontAPI) GetStreamingDistributionConfigRequest ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigRequest(arg1 *cloudfront.GetStreamingDistributionConfigInput) (*request.Request, *cloudfront.GetStreamingDistributionConfigOutput)
func (*FakeCloudFrontAPI) GetStreamingDistributionConfigRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigRequestArgsForCall(i int) *cloudfront.GetStreamingDistributionConfigInput
func (*FakeCloudFrontAPI) GetStreamingDistributionConfigRequestCallCount ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigRequestCallCount() int
func (*FakeCloudFrontAPI) GetStreamingDistributionConfigRequestCalls ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigRequestCalls(stub func(*cloudfront.GetStreamingDistributionConfigInput) (*request.Request, *cloudfront.GetStreamingDistributionConfigOutput))
func (*FakeCloudFrontAPI) GetStreamingDistributionConfigRequestReturns ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigRequestReturns(result1 *request.Request, result2 *cloudfront.GetStreamingDistributionConfigOutput)
func (*FakeCloudFrontAPI) GetStreamingDistributionConfigRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.GetStreamingDistributionConfigOutput)
func (*FakeCloudFrontAPI) GetStreamingDistributionConfigReturns ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigReturns(result1 *cloudfront.GetStreamingDistributionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetStreamingDistributionConfigReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigReturnsOnCall(i int, result1 *cloudfront.GetStreamingDistributionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetStreamingDistributionConfigWithContext ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigWithContext(arg1 context.Context, arg2 *cloudfront.GetStreamingDistributionConfigInput, arg3 ...request.Option) (*cloudfront.GetStreamingDistributionConfigOutput, error)
func (*FakeCloudFrontAPI) GetStreamingDistributionConfigWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigWithContextArgsForCall(i int) (context.Context, *cloudfront.GetStreamingDistributionConfigInput, []request.Option)
func (*FakeCloudFrontAPI) GetStreamingDistributionConfigWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigWithContextCallCount() int
func (*FakeCloudFrontAPI) GetStreamingDistributionConfigWithContextCalls ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigWithContextCalls(stub func(context.Context, *cloudfront.GetStreamingDistributionConfigInput, ...request.Option) (*cloudfront.GetStreamingDistributionConfigOutput, error))
func (*FakeCloudFrontAPI) GetStreamingDistributionConfigWithContextReturns ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigWithContextReturns(result1 *cloudfront.GetStreamingDistributionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetStreamingDistributionConfigWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionConfigWithContextReturnsOnCall(i int, result1 *cloudfront.GetStreamingDistributionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) GetStreamingDistributionRequest ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionRequest(arg1 *cloudfront.GetStreamingDistributionInput) (*request.Request, *cloudfront.GetStreamingDistributionOutput)
func (*FakeCloudFrontAPI) GetStreamingDistributionRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionRequestArgsForCall(i int) *cloudfront.GetStreamingDistributionInput
func (*FakeCloudFrontAPI) GetStreamingDistributionRequestCallCount ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionRequestCallCount() int
func (*FakeCloudFrontAPI) GetStreamingDistributionRequestCalls ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionRequestCalls(stub func(*cloudfront.GetStreamingDistributionInput) (*request.Request, *cloudfront.GetStreamingDistributionOutput))
func (*FakeCloudFrontAPI) GetStreamingDistributionRequestReturns ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionRequestReturns(result1 *request.Request, result2 *cloudfront.GetStreamingDistributionOutput)
func (*FakeCloudFrontAPI) GetStreamingDistributionRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.GetStreamingDistributionOutput)
func (*FakeCloudFrontAPI) GetStreamingDistributionReturns ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionReturns(result1 *cloudfront.GetStreamingDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) GetStreamingDistributionReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionReturnsOnCall(i int, result1 *cloudfront.GetStreamingDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) GetStreamingDistributionWithContext ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionWithContext(arg1 context.Context, arg2 *cloudfront.GetStreamingDistributionInput, arg3 ...request.Option) (*cloudfront.GetStreamingDistributionOutput, error)
func (*FakeCloudFrontAPI) GetStreamingDistributionWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionWithContextArgsForCall(i int) (context.Context, *cloudfront.GetStreamingDistributionInput, []request.Option)
func (*FakeCloudFrontAPI) GetStreamingDistributionWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionWithContextCallCount() int
func (*FakeCloudFrontAPI) GetStreamingDistributionWithContextCalls ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionWithContextCalls(stub func(context.Context, *cloudfront.GetStreamingDistributionInput, ...request.Option) (*cloudfront.GetStreamingDistributionOutput, error))
func (*FakeCloudFrontAPI) GetStreamingDistributionWithContextReturns ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionWithContextReturns(result1 *cloudfront.GetStreamingDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) GetStreamingDistributionWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) GetStreamingDistributionWithContextReturnsOnCall(i int, result1 *cloudfront.GetStreamingDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) Invocations ¶
func (fake *FakeCloudFrontAPI) Invocations() map[string][][]interface{}
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentities ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentities(arg1 *cloudfront.ListCloudFrontOriginAccessIdentitiesInput) (*cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, error)
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesArgsForCall(i int) *cloudfront.ListCloudFrontOriginAccessIdentitiesInput
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesCallCount ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesCallCount() int
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesCalls ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesCalls(stub func(*cloudfront.ListCloudFrontOriginAccessIdentitiesInput) (*cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, error))
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPages ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPages(arg1 *cloudfront.ListCloudFrontOriginAccessIdentitiesInput, arg2 func(*cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, bool) bool) error
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesArgsForCall(i int) (*cloudfront.ListCloudFrontOriginAccessIdentitiesInput, func(*cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, bool) bool)
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesCallCount ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesCallCount() int
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesCalls ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesCalls(stub func(*cloudfront.ListCloudFrontOriginAccessIdentitiesInput, func(*cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, bool) bool) error)
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesReturns ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesReturns(result1 error)
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesReturnsOnCall(i int, result1 error)
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesWithContext ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesWithContext(arg1 context.Context, arg2 *cloudfront.ListCloudFrontOriginAccessIdentitiesInput, arg3 func(*cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, bool) bool, arg4 ...request.Option) error
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesWithContextArgsForCall(i int) (context.Context, *cloudfront.ListCloudFrontOriginAccessIdentitiesInput, func(*cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, bool) bool, []request.Option)
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesWithContextCallCount() int
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesWithContextCalls ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesWithContextCalls(stub func(context.Context, *cloudfront.ListCloudFrontOriginAccessIdentitiesInput, func(*cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, bool) bool, ...request.Option) error)
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesWithContextReturns ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesWithContextReturns(result1 error)
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesPagesWithContextReturnsOnCall(i int, result1 error)
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesRequest ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesRequest(arg1 *cloudfront.ListCloudFrontOriginAccessIdentitiesInput) (*request.Request, *cloudfront.ListCloudFrontOriginAccessIdentitiesOutput)
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesRequestArgsForCall(i int) *cloudfront.ListCloudFrontOriginAccessIdentitiesInput
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesRequestCallCount ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesRequestCallCount() int
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesRequestCalls ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesRequestCalls(stub func(*cloudfront.ListCloudFrontOriginAccessIdentitiesInput) (*request.Request, *cloudfront.ListCloudFrontOriginAccessIdentitiesOutput))
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesRequestReturns ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesRequestReturns(result1 *request.Request, result2 *cloudfront.ListCloudFrontOriginAccessIdentitiesOutput)
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.ListCloudFrontOriginAccessIdentitiesOutput)
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesReturns ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesReturns(result1 *cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, result2 error)
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesReturnsOnCall(i int, result1 *cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, result2 error)
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesWithContext ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesWithContext(arg1 context.Context, arg2 *cloudfront.ListCloudFrontOriginAccessIdentitiesInput, arg3 ...request.Option) (*cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, error)
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesWithContextArgsForCall(i int) (context.Context, *cloudfront.ListCloudFrontOriginAccessIdentitiesInput, []request.Option)
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesWithContextCallCount() int
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesWithContextCalls ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesWithContextCalls(stub func(context.Context, *cloudfront.ListCloudFrontOriginAccessIdentitiesInput, ...request.Option) (*cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, error))
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesWithContextReturns ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesWithContextReturns(result1 *cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, result2 error)
func (*FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListCloudFrontOriginAccessIdentitiesWithContextReturnsOnCall(i int, result1 *cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, result2 error)
func (*FakeCloudFrontAPI) ListDistributions ¶
func (fake *FakeCloudFrontAPI) ListDistributions(arg1 *cloudfront.ListDistributionsInput) (*cloudfront.ListDistributionsOutput, error)
func (*FakeCloudFrontAPI) ListDistributionsArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListDistributionsArgsForCall(i int) *cloudfront.ListDistributionsInput
func (*FakeCloudFrontAPI) ListDistributionsByWebACLId ¶
func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLId(arg1 *cloudfront.ListDistributionsByWebACLIdInput) (*cloudfront.ListDistributionsByWebACLIdOutput, error)
func (*FakeCloudFrontAPI) ListDistributionsByWebACLIdArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdArgsForCall(i int) *cloudfront.ListDistributionsByWebACLIdInput
func (*FakeCloudFrontAPI) ListDistributionsByWebACLIdCallCount ¶
func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdCallCount() int
func (*FakeCloudFrontAPI) ListDistributionsByWebACLIdCalls ¶
func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdCalls(stub func(*cloudfront.ListDistributionsByWebACLIdInput) (*cloudfront.ListDistributionsByWebACLIdOutput, error))
func (*FakeCloudFrontAPI) ListDistributionsByWebACLIdRequest ¶
func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdRequest(arg1 *cloudfront.ListDistributionsByWebACLIdInput) (*request.Request, *cloudfront.ListDistributionsByWebACLIdOutput)
func (*FakeCloudFrontAPI) ListDistributionsByWebACLIdRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdRequestArgsForCall(i int) *cloudfront.ListDistributionsByWebACLIdInput
func (*FakeCloudFrontAPI) ListDistributionsByWebACLIdRequestCallCount ¶
func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdRequestCallCount() int
func (*FakeCloudFrontAPI) ListDistributionsByWebACLIdRequestCalls ¶
func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdRequestCalls(stub func(*cloudfront.ListDistributionsByWebACLIdInput) (*request.Request, *cloudfront.ListDistributionsByWebACLIdOutput))
func (*FakeCloudFrontAPI) ListDistributionsByWebACLIdRequestReturns ¶
func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdRequestReturns(result1 *request.Request, result2 *cloudfront.ListDistributionsByWebACLIdOutput)
func (*FakeCloudFrontAPI) ListDistributionsByWebACLIdRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.ListDistributionsByWebACLIdOutput)
func (*FakeCloudFrontAPI) ListDistributionsByWebACLIdReturns ¶
func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdReturns(result1 *cloudfront.ListDistributionsByWebACLIdOutput, result2 error)
func (*FakeCloudFrontAPI) ListDistributionsByWebACLIdReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdReturnsOnCall(i int, result1 *cloudfront.ListDistributionsByWebACLIdOutput, result2 error)
func (*FakeCloudFrontAPI) ListDistributionsByWebACLIdWithContext ¶
func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdWithContext(arg1 context.Context, arg2 *cloudfront.ListDistributionsByWebACLIdInput, arg3 ...request.Option) (*cloudfront.ListDistributionsByWebACLIdOutput, error)
func (*FakeCloudFrontAPI) ListDistributionsByWebACLIdWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdWithContextArgsForCall(i int) (context.Context, *cloudfront.ListDistributionsByWebACLIdInput, []request.Option)
func (*FakeCloudFrontAPI) ListDistributionsByWebACLIdWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdWithContextCallCount() int
func (*FakeCloudFrontAPI) ListDistributionsByWebACLIdWithContextCalls ¶
func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdWithContextCalls(stub func(context.Context, *cloudfront.ListDistributionsByWebACLIdInput, ...request.Option) (*cloudfront.ListDistributionsByWebACLIdOutput, error))
func (*FakeCloudFrontAPI) ListDistributionsByWebACLIdWithContextReturns ¶
func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdWithContextReturns(result1 *cloudfront.ListDistributionsByWebACLIdOutput, result2 error)
func (*FakeCloudFrontAPI) ListDistributionsByWebACLIdWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListDistributionsByWebACLIdWithContextReturnsOnCall(i int, result1 *cloudfront.ListDistributionsByWebACLIdOutput, result2 error)
func (*FakeCloudFrontAPI) ListDistributionsCallCount ¶
func (fake *FakeCloudFrontAPI) ListDistributionsCallCount() int
func (*FakeCloudFrontAPI) ListDistributionsCalls ¶
func (fake *FakeCloudFrontAPI) ListDistributionsCalls(stub func(*cloudfront.ListDistributionsInput) (*cloudfront.ListDistributionsOutput, error))
func (*FakeCloudFrontAPI) ListDistributionsPages ¶
func (fake *FakeCloudFrontAPI) ListDistributionsPages(arg1 *cloudfront.ListDistributionsInput, arg2 func(*cloudfront.ListDistributionsOutput, bool) bool) error
func (*FakeCloudFrontAPI) ListDistributionsPagesArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListDistributionsPagesArgsForCall(i int) (*cloudfront.ListDistributionsInput, func(*cloudfront.ListDistributionsOutput, bool) bool)
func (*FakeCloudFrontAPI) ListDistributionsPagesCallCount ¶
func (fake *FakeCloudFrontAPI) ListDistributionsPagesCallCount() int
func (*FakeCloudFrontAPI) ListDistributionsPagesCalls ¶
func (fake *FakeCloudFrontAPI) ListDistributionsPagesCalls(stub func(*cloudfront.ListDistributionsInput, func(*cloudfront.ListDistributionsOutput, bool) bool) error)
func (*FakeCloudFrontAPI) ListDistributionsPagesReturns ¶
func (fake *FakeCloudFrontAPI) ListDistributionsPagesReturns(result1 error)
func (*FakeCloudFrontAPI) ListDistributionsPagesReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListDistributionsPagesReturnsOnCall(i int, result1 error)
func (*FakeCloudFrontAPI) ListDistributionsPagesWithContext ¶
func (fake *FakeCloudFrontAPI) ListDistributionsPagesWithContext(arg1 context.Context, arg2 *cloudfront.ListDistributionsInput, arg3 func(*cloudfront.ListDistributionsOutput, bool) bool, arg4 ...request.Option) error
func (*FakeCloudFrontAPI) ListDistributionsPagesWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListDistributionsPagesWithContextArgsForCall(i int) (context.Context, *cloudfront.ListDistributionsInput, func(*cloudfront.ListDistributionsOutput, bool) bool, []request.Option)
func (*FakeCloudFrontAPI) ListDistributionsPagesWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) ListDistributionsPagesWithContextCallCount() int
func (*FakeCloudFrontAPI) ListDistributionsPagesWithContextCalls ¶
func (fake *FakeCloudFrontAPI) ListDistributionsPagesWithContextCalls(stub func(context.Context, *cloudfront.ListDistributionsInput, func(*cloudfront.ListDistributionsOutput, bool) bool, ...request.Option) error)
func (*FakeCloudFrontAPI) ListDistributionsPagesWithContextReturns ¶
func (fake *FakeCloudFrontAPI) ListDistributionsPagesWithContextReturns(result1 error)
func (*FakeCloudFrontAPI) ListDistributionsPagesWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListDistributionsPagesWithContextReturnsOnCall(i int, result1 error)
func (*FakeCloudFrontAPI) ListDistributionsRequest ¶
func (fake *FakeCloudFrontAPI) ListDistributionsRequest(arg1 *cloudfront.ListDistributionsInput) (*request.Request, *cloudfront.ListDistributionsOutput)
func (*FakeCloudFrontAPI) ListDistributionsRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListDistributionsRequestArgsForCall(i int) *cloudfront.ListDistributionsInput
func (*FakeCloudFrontAPI) ListDistributionsRequestCallCount ¶
func (fake *FakeCloudFrontAPI) ListDistributionsRequestCallCount() int
func (*FakeCloudFrontAPI) ListDistributionsRequestCalls ¶
func (fake *FakeCloudFrontAPI) ListDistributionsRequestCalls(stub func(*cloudfront.ListDistributionsInput) (*request.Request, *cloudfront.ListDistributionsOutput))
func (*FakeCloudFrontAPI) ListDistributionsRequestReturns ¶
func (fake *FakeCloudFrontAPI) ListDistributionsRequestReturns(result1 *request.Request, result2 *cloudfront.ListDistributionsOutput)
func (*FakeCloudFrontAPI) ListDistributionsRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListDistributionsRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.ListDistributionsOutput)
func (*FakeCloudFrontAPI) ListDistributionsReturns ¶
func (fake *FakeCloudFrontAPI) ListDistributionsReturns(result1 *cloudfront.ListDistributionsOutput, result2 error)
func (*FakeCloudFrontAPI) ListDistributionsReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListDistributionsReturnsOnCall(i int, result1 *cloudfront.ListDistributionsOutput, result2 error)
func (*FakeCloudFrontAPI) ListDistributionsWithContext ¶
func (fake *FakeCloudFrontAPI) ListDistributionsWithContext(arg1 context.Context, arg2 *cloudfront.ListDistributionsInput, arg3 ...request.Option) (*cloudfront.ListDistributionsOutput, error)
func (*FakeCloudFrontAPI) ListDistributionsWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListDistributionsWithContextArgsForCall(i int) (context.Context, *cloudfront.ListDistributionsInput, []request.Option)
func (*FakeCloudFrontAPI) ListDistributionsWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) ListDistributionsWithContextCallCount() int
func (*FakeCloudFrontAPI) ListDistributionsWithContextCalls ¶
func (fake *FakeCloudFrontAPI) ListDistributionsWithContextCalls(stub func(context.Context, *cloudfront.ListDistributionsInput, ...request.Option) (*cloudfront.ListDistributionsOutput, error))
func (*FakeCloudFrontAPI) ListDistributionsWithContextReturns ¶
func (fake *FakeCloudFrontAPI) ListDistributionsWithContextReturns(result1 *cloudfront.ListDistributionsOutput, result2 error)
func (*FakeCloudFrontAPI) ListDistributionsWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListDistributionsWithContextReturnsOnCall(i int, result1 *cloudfront.ListDistributionsOutput, result2 error)
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionConfigs ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigs(arg1 *cloudfront.ListFieldLevelEncryptionConfigsInput) (*cloudfront.ListFieldLevelEncryptionConfigsOutput, error)
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsArgsForCall(i int) *cloudfront.ListFieldLevelEncryptionConfigsInput
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsCallCount ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsCallCount() int
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsCalls ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsCalls(stub func(*cloudfront.ListFieldLevelEncryptionConfigsInput) (*cloudfront.ListFieldLevelEncryptionConfigsOutput, error))
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsRequest ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsRequest(arg1 *cloudfront.ListFieldLevelEncryptionConfigsInput) (*request.Request, *cloudfront.ListFieldLevelEncryptionConfigsOutput)
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsRequestArgsForCall(i int) *cloudfront.ListFieldLevelEncryptionConfigsInput
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsRequestCallCount ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsRequestCallCount() int
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsRequestCalls ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsRequestCalls(stub func(*cloudfront.ListFieldLevelEncryptionConfigsInput) (*request.Request, *cloudfront.ListFieldLevelEncryptionConfigsOutput))
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsRequestReturns ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsRequestReturns(result1 *request.Request, result2 *cloudfront.ListFieldLevelEncryptionConfigsOutput)
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.ListFieldLevelEncryptionConfigsOutput)
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsReturns ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsReturns(result1 *cloudfront.ListFieldLevelEncryptionConfigsOutput, result2 error)
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsReturnsOnCall(i int, result1 *cloudfront.ListFieldLevelEncryptionConfigsOutput, result2 error)
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsWithContext ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsWithContext(arg1 context.Context, arg2 *cloudfront.ListFieldLevelEncryptionConfigsInput, arg3 ...request.Option) (*cloudfront.ListFieldLevelEncryptionConfigsOutput, error)
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsWithContextArgsForCall(i int) (context.Context, *cloudfront.ListFieldLevelEncryptionConfigsInput, []request.Option)
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsWithContextCallCount() int
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsWithContextCalls ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsWithContextCalls(stub func(context.Context, *cloudfront.ListFieldLevelEncryptionConfigsInput, ...request.Option) (*cloudfront.ListFieldLevelEncryptionConfigsOutput, error))
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsWithContextReturns ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsWithContextReturns(result1 *cloudfront.ListFieldLevelEncryptionConfigsOutput, result2 error)
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionConfigsWithContextReturnsOnCall(i int, result1 *cloudfront.ListFieldLevelEncryptionConfigsOutput, result2 error)
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionProfiles ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfiles(arg1 *cloudfront.ListFieldLevelEncryptionProfilesInput) (*cloudfront.ListFieldLevelEncryptionProfilesOutput, error)
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesArgsForCall(i int) *cloudfront.ListFieldLevelEncryptionProfilesInput
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesCallCount ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesCallCount() int
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesCalls ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesCalls(stub func(*cloudfront.ListFieldLevelEncryptionProfilesInput) (*cloudfront.ListFieldLevelEncryptionProfilesOutput, error))
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesRequest ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesRequest(arg1 *cloudfront.ListFieldLevelEncryptionProfilesInput) (*request.Request, *cloudfront.ListFieldLevelEncryptionProfilesOutput)
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesRequestArgsForCall(i int) *cloudfront.ListFieldLevelEncryptionProfilesInput
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesRequestCallCount ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesRequestCallCount() int
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesRequestCalls ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesRequestCalls(stub func(*cloudfront.ListFieldLevelEncryptionProfilesInput) (*request.Request, *cloudfront.ListFieldLevelEncryptionProfilesOutput))
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesRequestReturns ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesRequestReturns(result1 *request.Request, result2 *cloudfront.ListFieldLevelEncryptionProfilesOutput)
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.ListFieldLevelEncryptionProfilesOutput)
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesReturns ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesReturns(result1 *cloudfront.ListFieldLevelEncryptionProfilesOutput, result2 error)
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesReturnsOnCall(i int, result1 *cloudfront.ListFieldLevelEncryptionProfilesOutput, result2 error)
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesWithContext ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesWithContext(arg1 context.Context, arg2 *cloudfront.ListFieldLevelEncryptionProfilesInput, arg3 ...request.Option) (*cloudfront.ListFieldLevelEncryptionProfilesOutput, error)
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesWithContextArgsForCall(i int) (context.Context, *cloudfront.ListFieldLevelEncryptionProfilesInput, []request.Option)
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesWithContextCallCount() int
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesWithContextCalls ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesWithContextCalls(stub func(context.Context, *cloudfront.ListFieldLevelEncryptionProfilesInput, ...request.Option) (*cloudfront.ListFieldLevelEncryptionProfilesOutput, error))
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesWithContextReturns ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesWithContextReturns(result1 *cloudfront.ListFieldLevelEncryptionProfilesOutput, result2 error)
func (*FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListFieldLevelEncryptionProfilesWithContextReturnsOnCall(i int, result1 *cloudfront.ListFieldLevelEncryptionProfilesOutput, result2 error)
func (*FakeCloudFrontAPI) ListInvalidations ¶
func (fake *FakeCloudFrontAPI) ListInvalidations(arg1 *cloudfront.ListInvalidationsInput) (*cloudfront.ListInvalidationsOutput, error)
func (*FakeCloudFrontAPI) ListInvalidationsArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsArgsForCall(i int) *cloudfront.ListInvalidationsInput
func (*FakeCloudFrontAPI) ListInvalidationsCallCount ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsCallCount() int
func (*FakeCloudFrontAPI) ListInvalidationsCalls ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsCalls(stub func(*cloudfront.ListInvalidationsInput) (*cloudfront.ListInvalidationsOutput, error))
func (*FakeCloudFrontAPI) ListInvalidationsPages ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsPages(arg1 *cloudfront.ListInvalidationsInput, arg2 func(*cloudfront.ListInvalidationsOutput, bool) bool) error
func (*FakeCloudFrontAPI) ListInvalidationsPagesArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsPagesArgsForCall(i int) (*cloudfront.ListInvalidationsInput, func(*cloudfront.ListInvalidationsOutput, bool) bool)
func (*FakeCloudFrontAPI) ListInvalidationsPagesCallCount ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsPagesCallCount() int
func (*FakeCloudFrontAPI) ListInvalidationsPagesCalls ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsPagesCalls(stub func(*cloudfront.ListInvalidationsInput, func(*cloudfront.ListInvalidationsOutput, bool) bool) error)
func (*FakeCloudFrontAPI) ListInvalidationsPagesReturns ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsPagesReturns(result1 error)
func (*FakeCloudFrontAPI) ListInvalidationsPagesReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsPagesReturnsOnCall(i int, result1 error)
func (*FakeCloudFrontAPI) ListInvalidationsPagesWithContext ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsPagesWithContext(arg1 context.Context, arg2 *cloudfront.ListInvalidationsInput, arg3 func(*cloudfront.ListInvalidationsOutput, bool) bool, arg4 ...request.Option) error
func (*FakeCloudFrontAPI) ListInvalidationsPagesWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsPagesWithContextArgsForCall(i int) (context.Context, *cloudfront.ListInvalidationsInput, func(*cloudfront.ListInvalidationsOutput, bool) bool, []request.Option)
func (*FakeCloudFrontAPI) ListInvalidationsPagesWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsPagesWithContextCallCount() int
func (*FakeCloudFrontAPI) ListInvalidationsPagesWithContextCalls ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsPagesWithContextCalls(stub func(context.Context, *cloudfront.ListInvalidationsInput, func(*cloudfront.ListInvalidationsOutput, bool) bool, ...request.Option) error)
func (*FakeCloudFrontAPI) ListInvalidationsPagesWithContextReturns ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsPagesWithContextReturns(result1 error)
func (*FakeCloudFrontAPI) ListInvalidationsPagesWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsPagesWithContextReturnsOnCall(i int, result1 error)
func (*FakeCloudFrontAPI) ListInvalidationsRequest ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsRequest(arg1 *cloudfront.ListInvalidationsInput) (*request.Request, *cloudfront.ListInvalidationsOutput)
func (*FakeCloudFrontAPI) ListInvalidationsRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsRequestArgsForCall(i int) *cloudfront.ListInvalidationsInput
func (*FakeCloudFrontAPI) ListInvalidationsRequestCallCount ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsRequestCallCount() int
func (*FakeCloudFrontAPI) ListInvalidationsRequestCalls ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsRequestCalls(stub func(*cloudfront.ListInvalidationsInput) (*request.Request, *cloudfront.ListInvalidationsOutput))
func (*FakeCloudFrontAPI) ListInvalidationsRequestReturns ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsRequestReturns(result1 *request.Request, result2 *cloudfront.ListInvalidationsOutput)
func (*FakeCloudFrontAPI) ListInvalidationsRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.ListInvalidationsOutput)
func (*FakeCloudFrontAPI) ListInvalidationsReturns ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsReturns(result1 *cloudfront.ListInvalidationsOutput, result2 error)
func (*FakeCloudFrontAPI) ListInvalidationsReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsReturnsOnCall(i int, result1 *cloudfront.ListInvalidationsOutput, result2 error)
func (*FakeCloudFrontAPI) ListInvalidationsWithContext ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsWithContext(arg1 context.Context, arg2 *cloudfront.ListInvalidationsInput, arg3 ...request.Option) (*cloudfront.ListInvalidationsOutput, error)
func (*FakeCloudFrontAPI) ListInvalidationsWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsWithContextArgsForCall(i int) (context.Context, *cloudfront.ListInvalidationsInput, []request.Option)
func (*FakeCloudFrontAPI) ListInvalidationsWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsWithContextCallCount() int
func (*FakeCloudFrontAPI) ListInvalidationsWithContextCalls ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsWithContextCalls(stub func(context.Context, *cloudfront.ListInvalidationsInput, ...request.Option) (*cloudfront.ListInvalidationsOutput, error))
func (*FakeCloudFrontAPI) ListInvalidationsWithContextReturns ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsWithContextReturns(result1 *cloudfront.ListInvalidationsOutput, result2 error)
func (*FakeCloudFrontAPI) ListInvalidationsWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListInvalidationsWithContextReturnsOnCall(i int, result1 *cloudfront.ListInvalidationsOutput, result2 error)
func (*FakeCloudFrontAPI) ListPublicKeys ¶
func (fake *FakeCloudFrontAPI) ListPublicKeys(arg1 *cloudfront.ListPublicKeysInput) (*cloudfront.ListPublicKeysOutput, error)
func (*FakeCloudFrontAPI) ListPublicKeysArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListPublicKeysArgsForCall(i int) *cloudfront.ListPublicKeysInput
func (*FakeCloudFrontAPI) ListPublicKeysCallCount ¶
func (fake *FakeCloudFrontAPI) ListPublicKeysCallCount() int
func (*FakeCloudFrontAPI) ListPublicKeysCalls ¶
func (fake *FakeCloudFrontAPI) ListPublicKeysCalls(stub func(*cloudfront.ListPublicKeysInput) (*cloudfront.ListPublicKeysOutput, error))
func (*FakeCloudFrontAPI) ListPublicKeysRequest ¶
func (fake *FakeCloudFrontAPI) ListPublicKeysRequest(arg1 *cloudfront.ListPublicKeysInput) (*request.Request, *cloudfront.ListPublicKeysOutput)
func (*FakeCloudFrontAPI) ListPublicKeysRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListPublicKeysRequestArgsForCall(i int) *cloudfront.ListPublicKeysInput
func (*FakeCloudFrontAPI) ListPublicKeysRequestCallCount ¶
func (fake *FakeCloudFrontAPI) ListPublicKeysRequestCallCount() int
func (*FakeCloudFrontAPI) ListPublicKeysRequestCalls ¶
func (fake *FakeCloudFrontAPI) ListPublicKeysRequestCalls(stub func(*cloudfront.ListPublicKeysInput) (*request.Request, *cloudfront.ListPublicKeysOutput))
func (*FakeCloudFrontAPI) ListPublicKeysRequestReturns ¶
func (fake *FakeCloudFrontAPI) ListPublicKeysRequestReturns(result1 *request.Request, result2 *cloudfront.ListPublicKeysOutput)
func (*FakeCloudFrontAPI) ListPublicKeysRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListPublicKeysRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.ListPublicKeysOutput)
func (*FakeCloudFrontAPI) ListPublicKeysReturns ¶
func (fake *FakeCloudFrontAPI) ListPublicKeysReturns(result1 *cloudfront.ListPublicKeysOutput, result2 error)
func (*FakeCloudFrontAPI) ListPublicKeysReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListPublicKeysReturnsOnCall(i int, result1 *cloudfront.ListPublicKeysOutput, result2 error)
func (*FakeCloudFrontAPI) ListPublicKeysWithContext ¶
func (fake *FakeCloudFrontAPI) ListPublicKeysWithContext(arg1 context.Context, arg2 *cloudfront.ListPublicKeysInput, arg3 ...request.Option) (*cloudfront.ListPublicKeysOutput, error)
func (*FakeCloudFrontAPI) ListPublicKeysWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListPublicKeysWithContextArgsForCall(i int) (context.Context, *cloudfront.ListPublicKeysInput, []request.Option)
func (*FakeCloudFrontAPI) ListPublicKeysWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) ListPublicKeysWithContextCallCount() int
func (*FakeCloudFrontAPI) ListPublicKeysWithContextCalls ¶
func (fake *FakeCloudFrontAPI) ListPublicKeysWithContextCalls(stub func(context.Context, *cloudfront.ListPublicKeysInput, ...request.Option) (*cloudfront.ListPublicKeysOutput, error))
func (*FakeCloudFrontAPI) ListPublicKeysWithContextReturns ¶
func (fake *FakeCloudFrontAPI) ListPublicKeysWithContextReturns(result1 *cloudfront.ListPublicKeysOutput, result2 error)
func (*FakeCloudFrontAPI) ListPublicKeysWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListPublicKeysWithContextReturnsOnCall(i int, result1 *cloudfront.ListPublicKeysOutput, result2 error)
func (*FakeCloudFrontAPI) ListStreamingDistributions ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributions(arg1 *cloudfront.ListStreamingDistributionsInput) (*cloudfront.ListStreamingDistributionsOutput, error)
func (*FakeCloudFrontAPI) ListStreamingDistributionsArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsArgsForCall(i int) *cloudfront.ListStreamingDistributionsInput
func (*FakeCloudFrontAPI) ListStreamingDistributionsCallCount ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsCallCount() int
func (*FakeCloudFrontAPI) ListStreamingDistributionsCalls ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsCalls(stub func(*cloudfront.ListStreamingDistributionsInput) (*cloudfront.ListStreamingDistributionsOutput, error))
func (*FakeCloudFrontAPI) ListStreamingDistributionsPages ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPages(arg1 *cloudfront.ListStreamingDistributionsInput, arg2 func(*cloudfront.ListStreamingDistributionsOutput, bool) bool) error
func (*FakeCloudFrontAPI) ListStreamingDistributionsPagesArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesArgsForCall(i int) (*cloudfront.ListStreamingDistributionsInput, func(*cloudfront.ListStreamingDistributionsOutput, bool) bool)
func (*FakeCloudFrontAPI) ListStreamingDistributionsPagesCallCount ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesCallCount() int
func (*FakeCloudFrontAPI) ListStreamingDistributionsPagesCalls ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesCalls(stub func(*cloudfront.ListStreamingDistributionsInput, func(*cloudfront.ListStreamingDistributionsOutput, bool) bool) error)
func (*FakeCloudFrontAPI) ListStreamingDistributionsPagesReturns ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesReturns(result1 error)
func (*FakeCloudFrontAPI) ListStreamingDistributionsPagesReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesReturnsOnCall(i int, result1 error)
func (*FakeCloudFrontAPI) ListStreamingDistributionsPagesWithContext ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesWithContext(arg1 context.Context, arg2 *cloudfront.ListStreamingDistributionsInput, arg3 func(*cloudfront.ListStreamingDistributionsOutput, bool) bool, arg4 ...request.Option) error
func (*FakeCloudFrontAPI) ListStreamingDistributionsPagesWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesWithContextArgsForCall(i int) (context.Context, *cloudfront.ListStreamingDistributionsInput, func(*cloudfront.ListStreamingDistributionsOutput, bool) bool, []request.Option)
func (*FakeCloudFrontAPI) ListStreamingDistributionsPagesWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesWithContextCallCount() int
func (*FakeCloudFrontAPI) ListStreamingDistributionsPagesWithContextCalls ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesWithContextCalls(stub func(context.Context, *cloudfront.ListStreamingDistributionsInput, func(*cloudfront.ListStreamingDistributionsOutput, bool) bool, ...request.Option) error)
func (*FakeCloudFrontAPI) ListStreamingDistributionsPagesWithContextReturns ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesWithContextReturns(result1 error)
func (*FakeCloudFrontAPI) ListStreamingDistributionsPagesWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsPagesWithContextReturnsOnCall(i int, result1 error)
func (*FakeCloudFrontAPI) ListStreamingDistributionsRequest ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsRequest(arg1 *cloudfront.ListStreamingDistributionsInput) (*request.Request, *cloudfront.ListStreamingDistributionsOutput)
func (*FakeCloudFrontAPI) ListStreamingDistributionsRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsRequestArgsForCall(i int) *cloudfront.ListStreamingDistributionsInput
func (*FakeCloudFrontAPI) ListStreamingDistributionsRequestCallCount ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsRequestCallCount() int
func (*FakeCloudFrontAPI) ListStreamingDistributionsRequestCalls ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsRequestCalls(stub func(*cloudfront.ListStreamingDistributionsInput) (*request.Request, *cloudfront.ListStreamingDistributionsOutput))
func (*FakeCloudFrontAPI) ListStreamingDistributionsRequestReturns ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsRequestReturns(result1 *request.Request, result2 *cloudfront.ListStreamingDistributionsOutput)
func (*FakeCloudFrontAPI) ListStreamingDistributionsRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.ListStreamingDistributionsOutput)
func (*FakeCloudFrontAPI) ListStreamingDistributionsReturns ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsReturns(result1 *cloudfront.ListStreamingDistributionsOutput, result2 error)
func (*FakeCloudFrontAPI) ListStreamingDistributionsReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsReturnsOnCall(i int, result1 *cloudfront.ListStreamingDistributionsOutput, result2 error)
func (*FakeCloudFrontAPI) ListStreamingDistributionsWithContext ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsWithContext(arg1 context.Context, arg2 *cloudfront.ListStreamingDistributionsInput, arg3 ...request.Option) (*cloudfront.ListStreamingDistributionsOutput, error)
func (*FakeCloudFrontAPI) ListStreamingDistributionsWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsWithContextArgsForCall(i int) (context.Context, *cloudfront.ListStreamingDistributionsInput, []request.Option)
func (*FakeCloudFrontAPI) ListStreamingDistributionsWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsWithContextCallCount() int
func (*FakeCloudFrontAPI) ListStreamingDistributionsWithContextCalls ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsWithContextCalls(stub func(context.Context, *cloudfront.ListStreamingDistributionsInput, ...request.Option) (*cloudfront.ListStreamingDistributionsOutput, error))
func (*FakeCloudFrontAPI) ListStreamingDistributionsWithContextReturns ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsWithContextReturns(result1 *cloudfront.ListStreamingDistributionsOutput, result2 error)
func (*FakeCloudFrontAPI) ListStreamingDistributionsWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListStreamingDistributionsWithContextReturnsOnCall(i int, result1 *cloudfront.ListStreamingDistributionsOutput, result2 error)
func (*FakeCloudFrontAPI) ListTagsForResource ¶
func (fake *FakeCloudFrontAPI) ListTagsForResource(arg1 *cloudfront.ListTagsForResourceInput) (*cloudfront.ListTagsForResourceOutput, error)
func (*FakeCloudFrontAPI) ListTagsForResourceArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListTagsForResourceArgsForCall(i int) *cloudfront.ListTagsForResourceInput
func (*FakeCloudFrontAPI) ListTagsForResourceCallCount ¶
func (fake *FakeCloudFrontAPI) ListTagsForResourceCallCount() int
func (*FakeCloudFrontAPI) ListTagsForResourceCalls ¶
func (fake *FakeCloudFrontAPI) ListTagsForResourceCalls(stub func(*cloudfront.ListTagsForResourceInput) (*cloudfront.ListTagsForResourceOutput, error))
func (*FakeCloudFrontAPI) ListTagsForResourceRequest ¶
func (fake *FakeCloudFrontAPI) ListTagsForResourceRequest(arg1 *cloudfront.ListTagsForResourceInput) (*request.Request, *cloudfront.ListTagsForResourceOutput)
func (*FakeCloudFrontAPI) ListTagsForResourceRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListTagsForResourceRequestArgsForCall(i int) *cloudfront.ListTagsForResourceInput
func (*FakeCloudFrontAPI) ListTagsForResourceRequestCallCount ¶
func (fake *FakeCloudFrontAPI) ListTagsForResourceRequestCallCount() int
func (*FakeCloudFrontAPI) ListTagsForResourceRequestCalls ¶
func (fake *FakeCloudFrontAPI) ListTagsForResourceRequestCalls(stub func(*cloudfront.ListTagsForResourceInput) (*request.Request, *cloudfront.ListTagsForResourceOutput))
func (*FakeCloudFrontAPI) ListTagsForResourceRequestReturns ¶
func (fake *FakeCloudFrontAPI) ListTagsForResourceRequestReturns(result1 *request.Request, result2 *cloudfront.ListTagsForResourceOutput)
func (*FakeCloudFrontAPI) ListTagsForResourceRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListTagsForResourceRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.ListTagsForResourceOutput)
func (*FakeCloudFrontAPI) ListTagsForResourceReturns ¶
func (fake *FakeCloudFrontAPI) ListTagsForResourceReturns(result1 *cloudfront.ListTagsForResourceOutput, result2 error)
func (*FakeCloudFrontAPI) ListTagsForResourceReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListTagsForResourceReturnsOnCall(i int, result1 *cloudfront.ListTagsForResourceOutput, result2 error)
func (*FakeCloudFrontAPI) ListTagsForResourceWithContext ¶
func (fake *FakeCloudFrontAPI) ListTagsForResourceWithContext(arg1 context.Context, arg2 *cloudfront.ListTagsForResourceInput, arg3 ...request.Option) (*cloudfront.ListTagsForResourceOutput, error)
func (*FakeCloudFrontAPI) ListTagsForResourceWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) ListTagsForResourceWithContextArgsForCall(i int) (context.Context, *cloudfront.ListTagsForResourceInput, []request.Option)
func (*FakeCloudFrontAPI) ListTagsForResourceWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) ListTagsForResourceWithContextCallCount() int
func (*FakeCloudFrontAPI) ListTagsForResourceWithContextCalls ¶
func (fake *FakeCloudFrontAPI) ListTagsForResourceWithContextCalls(stub func(context.Context, *cloudfront.ListTagsForResourceInput, ...request.Option) (*cloudfront.ListTagsForResourceOutput, error))
func (*FakeCloudFrontAPI) ListTagsForResourceWithContextReturns ¶
func (fake *FakeCloudFrontAPI) ListTagsForResourceWithContextReturns(result1 *cloudfront.ListTagsForResourceOutput, result2 error)
func (*FakeCloudFrontAPI) ListTagsForResourceWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) ListTagsForResourceWithContextReturnsOnCall(i int, result1 *cloudfront.ListTagsForResourceOutput, result2 error)
func (*FakeCloudFrontAPI) TagResource ¶
func (fake *FakeCloudFrontAPI) TagResource(arg1 *cloudfront.TagResourceInput) (*cloudfront.TagResourceOutput, error)
func (*FakeCloudFrontAPI) TagResourceArgsForCall ¶
func (fake *FakeCloudFrontAPI) TagResourceArgsForCall(i int) *cloudfront.TagResourceInput
func (*FakeCloudFrontAPI) TagResourceCallCount ¶
func (fake *FakeCloudFrontAPI) TagResourceCallCount() int
func (*FakeCloudFrontAPI) TagResourceCalls ¶
func (fake *FakeCloudFrontAPI) TagResourceCalls(stub func(*cloudfront.TagResourceInput) (*cloudfront.TagResourceOutput, error))
func (*FakeCloudFrontAPI) TagResourceRequest ¶
func (fake *FakeCloudFrontAPI) TagResourceRequest(arg1 *cloudfront.TagResourceInput) (*request.Request, *cloudfront.TagResourceOutput)
func (*FakeCloudFrontAPI) TagResourceRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) TagResourceRequestArgsForCall(i int) *cloudfront.TagResourceInput
func (*FakeCloudFrontAPI) TagResourceRequestCallCount ¶
func (fake *FakeCloudFrontAPI) TagResourceRequestCallCount() int
func (*FakeCloudFrontAPI) TagResourceRequestCalls ¶
func (fake *FakeCloudFrontAPI) TagResourceRequestCalls(stub func(*cloudfront.TagResourceInput) (*request.Request, *cloudfront.TagResourceOutput))
func (*FakeCloudFrontAPI) TagResourceRequestReturns ¶
func (fake *FakeCloudFrontAPI) TagResourceRequestReturns(result1 *request.Request, result2 *cloudfront.TagResourceOutput)
func (*FakeCloudFrontAPI) TagResourceRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) TagResourceRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.TagResourceOutput)
func (*FakeCloudFrontAPI) TagResourceReturns ¶
func (fake *FakeCloudFrontAPI) TagResourceReturns(result1 *cloudfront.TagResourceOutput, result2 error)
func (*FakeCloudFrontAPI) TagResourceReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) TagResourceReturnsOnCall(i int, result1 *cloudfront.TagResourceOutput, result2 error)
func (*FakeCloudFrontAPI) TagResourceWithContext ¶
func (fake *FakeCloudFrontAPI) TagResourceWithContext(arg1 context.Context, arg2 *cloudfront.TagResourceInput, arg3 ...request.Option) (*cloudfront.TagResourceOutput, error)
func (*FakeCloudFrontAPI) TagResourceWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) TagResourceWithContextArgsForCall(i int) (context.Context, *cloudfront.TagResourceInput, []request.Option)
func (*FakeCloudFrontAPI) TagResourceWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) TagResourceWithContextCallCount() int
func (*FakeCloudFrontAPI) TagResourceWithContextCalls ¶
func (fake *FakeCloudFrontAPI) TagResourceWithContextCalls(stub func(context.Context, *cloudfront.TagResourceInput, ...request.Option) (*cloudfront.TagResourceOutput, error))
func (*FakeCloudFrontAPI) TagResourceWithContextReturns ¶
func (fake *FakeCloudFrontAPI) TagResourceWithContextReturns(result1 *cloudfront.TagResourceOutput, result2 error)
func (*FakeCloudFrontAPI) TagResourceWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) TagResourceWithContextReturnsOnCall(i int, result1 *cloudfront.TagResourceOutput, result2 error)
func (*FakeCloudFrontAPI) UntagResource ¶
func (fake *FakeCloudFrontAPI) UntagResource(arg1 *cloudfront.UntagResourceInput) (*cloudfront.UntagResourceOutput, error)
func (*FakeCloudFrontAPI) UntagResourceArgsForCall ¶
func (fake *FakeCloudFrontAPI) UntagResourceArgsForCall(i int) *cloudfront.UntagResourceInput
func (*FakeCloudFrontAPI) UntagResourceCallCount ¶
func (fake *FakeCloudFrontAPI) UntagResourceCallCount() int
func (*FakeCloudFrontAPI) UntagResourceCalls ¶
func (fake *FakeCloudFrontAPI) UntagResourceCalls(stub func(*cloudfront.UntagResourceInput) (*cloudfront.UntagResourceOutput, error))
func (*FakeCloudFrontAPI) UntagResourceRequest ¶
func (fake *FakeCloudFrontAPI) UntagResourceRequest(arg1 *cloudfront.UntagResourceInput) (*request.Request, *cloudfront.UntagResourceOutput)
func (*FakeCloudFrontAPI) UntagResourceRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) UntagResourceRequestArgsForCall(i int) *cloudfront.UntagResourceInput
func (*FakeCloudFrontAPI) UntagResourceRequestCallCount ¶
func (fake *FakeCloudFrontAPI) UntagResourceRequestCallCount() int
func (*FakeCloudFrontAPI) UntagResourceRequestCalls ¶
func (fake *FakeCloudFrontAPI) UntagResourceRequestCalls(stub func(*cloudfront.UntagResourceInput) (*request.Request, *cloudfront.UntagResourceOutput))
func (*FakeCloudFrontAPI) UntagResourceRequestReturns ¶
func (fake *FakeCloudFrontAPI) UntagResourceRequestReturns(result1 *request.Request, result2 *cloudfront.UntagResourceOutput)
func (*FakeCloudFrontAPI) UntagResourceRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) UntagResourceRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.UntagResourceOutput)
func (*FakeCloudFrontAPI) UntagResourceReturns ¶
func (fake *FakeCloudFrontAPI) UntagResourceReturns(result1 *cloudfront.UntagResourceOutput, result2 error)
func (*FakeCloudFrontAPI) UntagResourceReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) UntagResourceReturnsOnCall(i int, result1 *cloudfront.UntagResourceOutput, result2 error)
func (*FakeCloudFrontAPI) UntagResourceWithContext ¶
func (fake *FakeCloudFrontAPI) UntagResourceWithContext(arg1 context.Context, arg2 *cloudfront.UntagResourceInput, arg3 ...request.Option) (*cloudfront.UntagResourceOutput, error)
func (*FakeCloudFrontAPI) UntagResourceWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) UntagResourceWithContextArgsForCall(i int) (context.Context, *cloudfront.UntagResourceInput, []request.Option)
func (*FakeCloudFrontAPI) UntagResourceWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) UntagResourceWithContextCallCount() int
func (*FakeCloudFrontAPI) UntagResourceWithContextCalls ¶
func (fake *FakeCloudFrontAPI) UntagResourceWithContextCalls(stub func(context.Context, *cloudfront.UntagResourceInput, ...request.Option) (*cloudfront.UntagResourceOutput, error))
func (*FakeCloudFrontAPI) UntagResourceWithContextReturns ¶
func (fake *FakeCloudFrontAPI) UntagResourceWithContextReturns(result1 *cloudfront.UntagResourceOutput, result2 error)
func (*FakeCloudFrontAPI) UntagResourceWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) UntagResourceWithContextReturnsOnCall(i int, result1 *cloudfront.UntagResourceOutput, result2 error)
func (*FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentity ¶
func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentity(arg1 *cloudfront.UpdateCloudFrontOriginAccessIdentityInput) (*cloudfront.UpdateCloudFrontOriginAccessIdentityOutput, error)
func (*FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityArgsForCall ¶
func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityArgsForCall(i int) *cloudfront.UpdateCloudFrontOriginAccessIdentityInput
func (*FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityCallCount ¶
func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityCallCount() int
func (*FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityCalls ¶
func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityCalls(stub func(*cloudfront.UpdateCloudFrontOriginAccessIdentityInput) (*cloudfront.UpdateCloudFrontOriginAccessIdentityOutput, error))
func (*FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityRequest ¶
func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityRequest(arg1 *cloudfront.UpdateCloudFrontOriginAccessIdentityInput) (*request.Request, *cloudfront.UpdateCloudFrontOriginAccessIdentityOutput)
func (*FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityRequestArgsForCall(i int) *cloudfront.UpdateCloudFrontOriginAccessIdentityInput
func (*FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityRequestCallCount ¶
func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityRequestCallCount() int
func (*FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityRequestCalls ¶
func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityRequestCalls(stub func(*cloudfront.UpdateCloudFrontOriginAccessIdentityInput) (*request.Request, *cloudfront.UpdateCloudFrontOriginAccessIdentityOutput))
func (*FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityRequestReturns ¶
func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityRequestReturns(result1 *request.Request, result2 *cloudfront.UpdateCloudFrontOriginAccessIdentityOutput)
func (*FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.UpdateCloudFrontOriginAccessIdentityOutput)
func (*FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityReturns ¶
func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityReturns(result1 *cloudfront.UpdateCloudFrontOriginAccessIdentityOutput, result2 error)
func (*FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityReturnsOnCall(i int, result1 *cloudfront.UpdateCloudFrontOriginAccessIdentityOutput, result2 error)
func (*FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityWithContext ¶
func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityWithContext(arg1 context.Context, arg2 *cloudfront.UpdateCloudFrontOriginAccessIdentityInput, arg3 ...request.Option) (*cloudfront.UpdateCloudFrontOriginAccessIdentityOutput, error)
func (*FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityWithContextArgsForCall(i int) (context.Context, *cloudfront.UpdateCloudFrontOriginAccessIdentityInput, []request.Option)
func (*FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityWithContextCallCount() int
func (*FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityWithContextCalls ¶
func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityWithContextCalls(stub func(context.Context, *cloudfront.UpdateCloudFrontOriginAccessIdentityInput, ...request.Option) (*cloudfront.UpdateCloudFrontOriginAccessIdentityOutput, error))
func (*FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityWithContextReturns ¶
func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityWithContextReturns(result1 *cloudfront.UpdateCloudFrontOriginAccessIdentityOutput, result2 error)
func (*FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) UpdateCloudFrontOriginAccessIdentityWithContextReturnsOnCall(i int, result1 *cloudfront.UpdateCloudFrontOriginAccessIdentityOutput, result2 error)
func (*FakeCloudFrontAPI) UpdateDistribution ¶
func (fake *FakeCloudFrontAPI) UpdateDistribution(arg1 *cloudfront.UpdateDistributionInput) (*cloudfront.UpdateDistributionOutput, error)
func (*FakeCloudFrontAPI) UpdateDistributionArgsForCall ¶
func (fake *FakeCloudFrontAPI) UpdateDistributionArgsForCall(i int) *cloudfront.UpdateDistributionInput
func (*FakeCloudFrontAPI) UpdateDistributionCallCount ¶
func (fake *FakeCloudFrontAPI) UpdateDistributionCallCount() int
func (*FakeCloudFrontAPI) UpdateDistributionCalls ¶
func (fake *FakeCloudFrontAPI) UpdateDistributionCalls(stub func(*cloudfront.UpdateDistributionInput) (*cloudfront.UpdateDistributionOutput, error))
func (*FakeCloudFrontAPI) UpdateDistributionRequest ¶
func (fake *FakeCloudFrontAPI) UpdateDistributionRequest(arg1 *cloudfront.UpdateDistributionInput) (*request.Request, *cloudfront.UpdateDistributionOutput)
func (*FakeCloudFrontAPI) UpdateDistributionRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) UpdateDistributionRequestArgsForCall(i int) *cloudfront.UpdateDistributionInput
func (*FakeCloudFrontAPI) UpdateDistributionRequestCallCount ¶
func (fake *FakeCloudFrontAPI) UpdateDistributionRequestCallCount() int
func (*FakeCloudFrontAPI) UpdateDistributionRequestCalls ¶
func (fake *FakeCloudFrontAPI) UpdateDistributionRequestCalls(stub func(*cloudfront.UpdateDistributionInput) (*request.Request, *cloudfront.UpdateDistributionOutput))
func (*FakeCloudFrontAPI) UpdateDistributionRequestReturns ¶
func (fake *FakeCloudFrontAPI) UpdateDistributionRequestReturns(result1 *request.Request, result2 *cloudfront.UpdateDistributionOutput)
func (*FakeCloudFrontAPI) UpdateDistributionRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) UpdateDistributionRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.UpdateDistributionOutput)
func (*FakeCloudFrontAPI) UpdateDistributionReturns ¶
func (fake *FakeCloudFrontAPI) UpdateDistributionReturns(result1 *cloudfront.UpdateDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) UpdateDistributionReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) UpdateDistributionReturnsOnCall(i int, result1 *cloudfront.UpdateDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) UpdateDistributionWithContext ¶
func (fake *FakeCloudFrontAPI) UpdateDistributionWithContext(arg1 context.Context, arg2 *cloudfront.UpdateDistributionInput, arg3 ...request.Option) (*cloudfront.UpdateDistributionOutput, error)
func (*FakeCloudFrontAPI) UpdateDistributionWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) UpdateDistributionWithContextArgsForCall(i int) (context.Context, *cloudfront.UpdateDistributionInput, []request.Option)
func (*FakeCloudFrontAPI) UpdateDistributionWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) UpdateDistributionWithContextCallCount() int
func (*FakeCloudFrontAPI) UpdateDistributionWithContextCalls ¶
func (fake *FakeCloudFrontAPI) UpdateDistributionWithContextCalls(stub func(context.Context, *cloudfront.UpdateDistributionInput, ...request.Option) (*cloudfront.UpdateDistributionOutput, error))
func (*FakeCloudFrontAPI) UpdateDistributionWithContextReturns ¶
func (fake *FakeCloudFrontAPI) UpdateDistributionWithContextReturns(result1 *cloudfront.UpdateDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) UpdateDistributionWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) UpdateDistributionWithContextReturnsOnCall(i int, result1 *cloudfront.UpdateDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfig ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfig(arg1 *cloudfront.UpdateFieldLevelEncryptionConfigInput) (*cloudfront.UpdateFieldLevelEncryptionConfigOutput, error)
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigArgsForCall ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigArgsForCall(i int) *cloudfront.UpdateFieldLevelEncryptionConfigInput
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigCallCount ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigCallCount() int
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigCalls ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigCalls(stub func(*cloudfront.UpdateFieldLevelEncryptionConfigInput) (*cloudfront.UpdateFieldLevelEncryptionConfigOutput, error))
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigRequest ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigRequest(arg1 *cloudfront.UpdateFieldLevelEncryptionConfigInput) (*request.Request, *cloudfront.UpdateFieldLevelEncryptionConfigOutput)
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigRequestArgsForCall(i int) *cloudfront.UpdateFieldLevelEncryptionConfigInput
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigRequestCallCount ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigRequestCallCount() int
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigRequestCalls ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigRequestCalls(stub func(*cloudfront.UpdateFieldLevelEncryptionConfigInput) (*request.Request, *cloudfront.UpdateFieldLevelEncryptionConfigOutput))
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigRequestReturns ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigRequestReturns(result1 *request.Request, result2 *cloudfront.UpdateFieldLevelEncryptionConfigOutput)
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.UpdateFieldLevelEncryptionConfigOutput)
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigReturns ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigReturns(result1 *cloudfront.UpdateFieldLevelEncryptionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigReturnsOnCall(i int, result1 *cloudfront.UpdateFieldLevelEncryptionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigWithContext ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigWithContext(arg1 context.Context, arg2 *cloudfront.UpdateFieldLevelEncryptionConfigInput, arg3 ...request.Option) (*cloudfront.UpdateFieldLevelEncryptionConfigOutput, error)
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigWithContextArgsForCall(i int) (context.Context, *cloudfront.UpdateFieldLevelEncryptionConfigInput, []request.Option)
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigWithContextCallCount() int
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigWithContextCalls ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigWithContextCalls(stub func(context.Context, *cloudfront.UpdateFieldLevelEncryptionConfigInput, ...request.Option) (*cloudfront.UpdateFieldLevelEncryptionConfigOutput, error))
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigWithContextReturns ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigWithContextReturns(result1 *cloudfront.UpdateFieldLevelEncryptionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionConfigWithContextReturnsOnCall(i int, result1 *cloudfront.UpdateFieldLevelEncryptionConfigOutput, result2 error)
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfile ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfile(arg1 *cloudfront.UpdateFieldLevelEncryptionProfileInput) (*cloudfront.UpdateFieldLevelEncryptionProfileOutput, error)
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileArgsForCall ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileArgsForCall(i int) *cloudfront.UpdateFieldLevelEncryptionProfileInput
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileCallCount ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileCallCount() int
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileCalls ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileCalls(stub func(*cloudfront.UpdateFieldLevelEncryptionProfileInput) (*cloudfront.UpdateFieldLevelEncryptionProfileOutput, error))
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileRequest ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileRequest(arg1 *cloudfront.UpdateFieldLevelEncryptionProfileInput) (*request.Request, *cloudfront.UpdateFieldLevelEncryptionProfileOutput)
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileRequestArgsForCall(i int) *cloudfront.UpdateFieldLevelEncryptionProfileInput
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileRequestCallCount ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileRequestCallCount() int
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileRequestCalls ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileRequestCalls(stub func(*cloudfront.UpdateFieldLevelEncryptionProfileInput) (*request.Request, *cloudfront.UpdateFieldLevelEncryptionProfileOutput))
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileRequestReturns ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileRequestReturns(result1 *request.Request, result2 *cloudfront.UpdateFieldLevelEncryptionProfileOutput)
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.UpdateFieldLevelEncryptionProfileOutput)
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileReturns ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileReturns(result1 *cloudfront.UpdateFieldLevelEncryptionProfileOutput, result2 error)
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileReturnsOnCall(i int, result1 *cloudfront.UpdateFieldLevelEncryptionProfileOutput, result2 error)
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileWithContext ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileWithContext(arg1 context.Context, arg2 *cloudfront.UpdateFieldLevelEncryptionProfileInput, arg3 ...request.Option) (*cloudfront.UpdateFieldLevelEncryptionProfileOutput, error)
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileWithContextArgsForCall(i int) (context.Context, *cloudfront.UpdateFieldLevelEncryptionProfileInput, []request.Option)
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileWithContextCallCount() int
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileWithContextCalls ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileWithContextCalls(stub func(context.Context, *cloudfront.UpdateFieldLevelEncryptionProfileInput, ...request.Option) (*cloudfront.UpdateFieldLevelEncryptionProfileOutput, error))
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileWithContextReturns ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileWithContextReturns(result1 *cloudfront.UpdateFieldLevelEncryptionProfileOutput, result2 error)
func (*FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) UpdateFieldLevelEncryptionProfileWithContextReturnsOnCall(i int, result1 *cloudfront.UpdateFieldLevelEncryptionProfileOutput, result2 error)
func (*FakeCloudFrontAPI) UpdatePublicKey ¶
func (fake *FakeCloudFrontAPI) UpdatePublicKey(arg1 *cloudfront.UpdatePublicKeyInput) (*cloudfront.UpdatePublicKeyOutput, error)
func (*FakeCloudFrontAPI) UpdatePublicKeyArgsForCall ¶
func (fake *FakeCloudFrontAPI) UpdatePublicKeyArgsForCall(i int) *cloudfront.UpdatePublicKeyInput
func (*FakeCloudFrontAPI) UpdatePublicKeyCallCount ¶
func (fake *FakeCloudFrontAPI) UpdatePublicKeyCallCount() int
func (*FakeCloudFrontAPI) UpdatePublicKeyCalls ¶
func (fake *FakeCloudFrontAPI) UpdatePublicKeyCalls(stub func(*cloudfront.UpdatePublicKeyInput) (*cloudfront.UpdatePublicKeyOutput, error))
func (*FakeCloudFrontAPI) UpdatePublicKeyRequest ¶
func (fake *FakeCloudFrontAPI) UpdatePublicKeyRequest(arg1 *cloudfront.UpdatePublicKeyInput) (*request.Request, *cloudfront.UpdatePublicKeyOutput)
func (*FakeCloudFrontAPI) UpdatePublicKeyRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) UpdatePublicKeyRequestArgsForCall(i int) *cloudfront.UpdatePublicKeyInput
func (*FakeCloudFrontAPI) UpdatePublicKeyRequestCallCount ¶
func (fake *FakeCloudFrontAPI) UpdatePublicKeyRequestCallCount() int
func (*FakeCloudFrontAPI) UpdatePublicKeyRequestCalls ¶
func (fake *FakeCloudFrontAPI) UpdatePublicKeyRequestCalls(stub func(*cloudfront.UpdatePublicKeyInput) (*request.Request, *cloudfront.UpdatePublicKeyOutput))
func (*FakeCloudFrontAPI) UpdatePublicKeyRequestReturns ¶
func (fake *FakeCloudFrontAPI) UpdatePublicKeyRequestReturns(result1 *request.Request, result2 *cloudfront.UpdatePublicKeyOutput)
func (*FakeCloudFrontAPI) UpdatePublicKeyRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) UpdatePublicKeyRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.UpdatePublicKeyOutput)
func (*FakeCloudFrontAPI) UpdatePublicKeyReturns ¶
func (fake *FakeCloudFrontAPI) UpdatePublicKeyReturns(result1 *cloudfront.UpdatePublicKeyOutput, result2 error)
func (*FakeCloudFrontAPI) UpdatePublicKeyReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) UpdatePublicKeyReturnsOnCall(i int, result1 *cloudfront.UpdatePublicKeyOutput, result2 error)
func (*FakeCloudFrontAPI) UpdatePublicKeyWithContext ¶
func (fake *FakeCloudFrontAPI) UpdatePublicKeyWithContext(arg1 context.Context, arg2 *cloudfront.UpdatePublicKeyInput, arg3 ...request.Option) (*cloudfront.UpdatePublicKeyOutput, error)
func (*FakeCloudFrontAPI) UpdatePublicKeyWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) UpdatePublicKeyWithContextArgsForCall(i int) (context.Context, *cloudfront.UpdatePublicKeyInput, []request.Option)
func (*FakeCloudFrontAPI) UpdatePublicKeyWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) UpdatePublicKeyWithContextCallCount() int
func (*FakeCloudFrontAPI) UpdatePublicKeyWithContextCalls ¶
func (fake *FakeCloudFrontAPI) UpdatePublicKeyWithContextCalls(stub func(context.Context, *cloudfront.UpdatePublicKeyInput, ...request.Option) (*cloudfront.UpdatePublicKeyOutput, error))
func (*FakeCloudFrontAPI) UpdatePublicKeyWithContextReturns ¶
func (fake *FakeCloudFrontAPI) UpdatePublicKeyWithContextReturns(result1 *cloudfront.UpdatePublicKeyOutput, result2 error)
func (*FakeCloudFrontAPI) UpdatePublicKeyWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) UpdatePublicKeyWithContextReturnsOnCall(i int, result1 *cloudfront.UpdatePublicKeyOutput, result2 error)
func (*FakeCloudFrontAPI) UpdateStreamingDistribution ¶
func (fake *FakeCloudFrontAPI) UpdateStreamingDistribution(arg1 *cloudfront.UpdateStreamingDistributionInput) (*cloudfront.UpdateStreamingDistributionOutput, error)
func (*FakeCloudFrontAPI) UpdateStreamingDistributionArgsForCall ¶
func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionArgsForCall(i int) *cloudfront.UpdateStreamingDistributionInput
func (*FakeCloudFrontAPI) UpdateStreamingDistributionCallCount ¶
func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionCallCount() int
func (*FakeCloudFrontAPI) UpdateStreamingDistributionCalls ¶
func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionCalls(stub func(*cloudfront.UpdateStreamingDistributionInput) (*cloudfront.UpdateStreamingDistributionOutput, error))
func (*FakeCloudFrontAPI) UpdateStreamingDistributionRequest ¶
func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionRequest(arg1 *cloudfront.UpdateStreamingDistributionInput) (*request.Request, *cloudfront.UpdateStreamingDistributionOutput)
func (*FakeCloudFrontAPI) UpdateStreamingDistributionRequestArgsForCall ¶
func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionRequestArgsForCall(i int) *cloudfront.UpdateStreamingDistributionInput
func (*FakeCloudFrontAPI) UpdateStreamingDistributionRequestCallCount ¶
func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionRequestCallCount() int
func (*FakeCloudFrontAPI) UpdateStreamingDistributionRequestCalls ¶
func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionRequestCalls(stub func(*cloudfront.UpdateStreamingDistributionInput) (*request.Request, *cloudfront.UpdateStreamingDistributionOutput))
func (*FakeCloudFrontAPI) UpdateStreamingDistributionRequestReturns ¶
func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionRequestReturns(result1 *request.Request, result2 *cloudfront.UpdateStreamingDistributionOutput)
func (*FakeCloudFrontAPI) UpdateStreamingDistributionRequestReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionRequestReturnsOnCall(i int, result1 *request.Request, result2 *cloudfront.UpdateStreamingDistributionOutput)
func (*FakeCloudFrontAPI) UpdateStreamingDistributionReturns ¶
func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionReturns(result1 *cloudfront.UpdateStreamingDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) UpdateStreamingDistributionReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionReturnsOnCall(i int, result1 *cloudfront.UpdateStreamingDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) UpdateStreamingDistributionWithContext ¶
func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionWithContext(arg1 context.Context, arg2 *cloudfront.UpdateStreamingDistributionInput, arg3 ...request.Option) (*cloudfront.UpdateStreamingDistributionOutput, error)
func (*FakeCloudFrontAPI) UpdateStreamingDistributionWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionWithContextArgsForCall(i int) (context.Context, *cloudfront.UpdateStreamingDistributionInput, []request.Option)
func (*FakeCloudFrontAPI) UpdateStreamingDistributionWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionWithContextCallCount() int
func (*FakeCloudFrontAPI) UpdateStreamingDistributionWithContextCalls ¶
func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionWithContextCalls(stub func(context.Context, *cloudfront.UpdateStreamingDistributionInput, ...request.Option) (*cloudfront.UpdateStreamingDistributionOutput, error))
func (*FakeCloudFrontAPI) UpdateStreamingDistributionWithContextReturns ¶
func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionWithContextReturns(result1 *cloudfront.UpdateStreamingDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) UpdateStreamingDistributionWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) UpdateStreamingDistributionWithContextReturnsOnCall(i int, result1 *cloudfront.UpdateStreamingDistributionOutput, result2 error)
func (*FakeCloudFrontAPI) WaitUntilDistributionDeployed ¶
func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployed(arg1 *cloudfront.GetDistributionInput) error
func (*FakeCloudFrontAPI) WaitUntilDistributionDeployedArgsForCall ¶
func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedArgsForCall(i int) *cloudfront.GetDistributionInput
func (*FakeCloudFrontAPI) WaitUntilDistributionDeployedCallCount ¶
func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedCallCount() int
func (*FakeCloudFrontAPI) WaitUntilDistributionDeployedCalls ¶
func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedCalls(stub func(*cloudfront.GetDistributionInput) error)
func (*FakeCloudFrontAPI) WaitUntilDistributionDeployedReturns ¶
func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedReturns(result1 error)
func (*FakeCloudFrontAPI) WaitUntilDistributionDeployedReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedReturnsOnCall(i int, result1 error)
func (*FakeCloudFrontAPI) WaitUntilDistributionDeployedWithContext ¶
func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedWithContext(arg1 context.Context, arg2 *cloudfront.GetDistributionInput, arg3 ...request.WaiterOption) error
func (*FakeCloudFrontAPI) WaitUntilDistributionDeployedWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedWithContextArgsForCall(i int) (context.Context, *cloudfront.GetDistributionInput, []request.WaiterOption)
func (*FakeCloudFrontAPI) WaitUntilDistributionDeployedWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedWithContextCallCount() int
func (*FakeCloudFrontAPI) WaitUntilDistributionDeployedWithContextCalls ¶
func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedWithContextCalls(stub func(context.Context, *cloudfront.GetDistributionInput, ...request.WaiterOption) error)
func (*FakeCloudFrontAPI) WaitUntilDistributionDeployedWithContextReturns ¶
func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedWithContextReturns(result1 error)
func (*FakeCloudFrontAPI) WaitUntilDistributionDeployedWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) WaitUntilDistributionDeployedWithContextReturnsOnCall(i int, result1 error)
func (*FakeCloudFrontAPI) WaitUntilInvalidationCompleted ¶
func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompleted(arg1 *cloudfront.GetInvalidationInput) error
func (*FakeCloudFrontAPI) WaitUntilInvalidationCompletedArgsForCall ¶
func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedArgsForCall(i int) *cloudfront.GetInvalidationInput
func (*FakeCloudFrontAPI) WaitUntilInvalidationCompletedCallCount ¶
func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedCallCount() int
func (*FakeCloudFrontAPI) WaitUntilInvalidationCompletedCalls ¶
func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedCalls(stub func(*cloudfront.GetInvalidationInput) error)
func (*FakeCloudFrontAPI) WaitUntilInvalidationCompletedReturns ¶
func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedReturns(result1 error)
func (*FakeCloudFrontAPI) WaitUntilInvalidationCompletedReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedReturnsOnCall(i int, result1 error)
func (*FakeCloudFrontAPI) WaitUntilInvalidationCompletedWithContext ¶
func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedWithContext(arg1 context.Context, arg2 *cloudfront.GetInvalidationInput, arg3 ...request.WaiterOption) error
func (*FakeCloudFrontAPI) WaitUntilInvalidationCompletedWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedWithContextArgsForCall(i int) (context.Context, *cloudfront.GetInvalidationInput, []request.WaiterOption)
func (*FakeCloudFrontAPI) WaitUntilInvalidationCompletedWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedWithContextCallCount() int
func (*FakeCloudFrontAPI) WaitUntilInvalidationCompletedWithContextCalls ¶
func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedWithContextCalls(stub func(context.Context, *cloudfront.GetInvalidationInput, ...request.WaiterOption) error)
func (*FakeCloudFrontAPI) WaitUntilInvalidationCompletedWithContextReturns ¶
func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedWithContextReturns(result1 error)
func (*FakeCloudFrontAPI) WaitUntilInvalidationCompletedWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) WaitUntilInvalidationCompletedWithContextReturnsOnCall(i int, result1 error)
func (*FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployed ¶
func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployed(arg1 *cloudfront.GetStreamingDistributionInput) error
func (*FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedArgsForCall ¶
func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedArgsForCall(i int) *cloudfront.GetStreamingDistributionInput
func (*FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedCallCount ¶
func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedCallCount() int
func (*FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedCalls ¶
func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedCalls(stub func(*cloudfront.GetStreamingDistributionInput) error)
func (*FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedReturns ¶
func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedReturns(result1 error)
func (*FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedReturnsOnCall(i int, result1 error)
func (*FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedWithContext ¶
func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedWithContext(arg1 context.Context, arg2 *cloudfront.GetStreamingDistributionInput, arg3 ...request.WaiterOption) error
func (*FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedWithContextArgsForCall ¶
func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedWithContextArgsForCall(i int) (context.Context, *cloudfront.GetStreamingDistributionInput, []request.WaiterOption)
func (*FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedWithContextCallCount ¶
func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedWithContextCallCount() int
func (*FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedWithContextCalls ¶
func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedWithContextCalls(stub func(context.Context, *cloudfront.GetStreamingDistributionInput, ...request.WaiterOption) error)
func (*FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedWithContextReturns ¶
func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedWithContextReturns(result1 error)
func (*FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedWithContextReturnsOnCall ¶
func (fake *FakeCloudFrontAPI) WaitUntilStreamingDistributionDeployedWithContextReturnsOnCall(i int, result1 error)
type MockELBV2API ¶
type MockELBV2API struct { VpcId string LoadBalancers []*elbv2.LoadBalancer Listeners []*elbv2.Listener }
func NewMockELBV2API ¶
func NewMockELBV2API() *MockELBV2API
func (*MockELBV2API) AddListenerCertificates ¶
func (elb *MockELBV2API) AddListenerCertificates(input *elbv2.AddListenerCertificatesInput) (*elbv2.AddListenerCertificatesOutput, error)
func (*MockELBV2API) AddListenerCertificatesRequest ¶
func (elb *MockELBV2API) AddListenerCertificatesRequest(*elbv2.AddListenerCertificatesInput) (*request.Request, *elbv2.AddListenerCertificatesOutput)
func (*MockELBV2API) AddListenerCertificatesWithContext ¶
func (elb *MockELBV2API) AddListenerCertificatesWithContext(aws.Context, *elbv2.AddListenerCertificatesInput, ...request.Option) (*elbv2.AddListenerCertificatesOutput, error)
func (*MockELBV2API) AddTags ¶
func (elb *MockELBV2API) AddTags(*elbv2.AddTagsInput) (*elbv2.AddTagsOutput, error)
func (*MockELBV2API) AddTagsRequest ¶
func (elb *MockELBV2API) AddTagsRequest(*elbv2.AddTagsInput) (*request.Request, *elbv2.AddTagsOutput)
func (*MockELBV2API) AddTagsWithContext ¶
func (elb *MockELBV2API) AddTagsWithContext(aws.Context, *elbv2.AddTagsInput, ...request.Option) (*elbv2.AddTagsOutput, error)
func (*MockELBV2API) Arner ¶
func (elb *MockELBV2API) Arner(name string) string
func (*MockELBV2API) CreateListener ¶
func (elb *MockELBV2API) CreateListener(input *elbv2.CreateListenerInput) (*elbv2.CreateListenerOutput, error)
func (*MockELBV2API) CreateListenerRequest ¶
func (elb *MockELBV2API) CreateListenerRequest(*elbv2.CreateListenerInput) (*request.Request, *elbv2.CreateListenerOutput)
func (*MockELBV2API) CreateListenerWithContext ¶
func (elb *MockELBV2API) CreateListenerWithContext(aws.Context, *elbv2.CreateListenerInput, ...request.Option) (*elbv2.CreateListenerOutput, error)
func (*MockELBV2API) CreateLoadBalancer ¶
func (elb *MockELBV2API) CreateLoadBalancer(input *elbv2.CreateLoadBalancerInput) (*elbv2.CreateLoadBalancerOutput, error)
https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateLoadBalancer.html
func (*MockELBV2API) CreateLoadBalancerRequest ¶
func (elb *MockELBV2API) CreateLoadBalancerRequest(*elbv2.CreateLoadBalancerInput) (*request.Request, *elbv2.CreateLoadBalancerOutput)
func (*MockELBV2API) CreateLoadBalancerWithContext ¶
func (elb *MockELBV2API) CreateLoadBalancerWithContext(aws.Context, *elbv2.CreateLoadBalancerInput, ...request.Option) (*elbv2.CreateLoadBalancerOutput, error)
func (*MockELBV2API) CreateRule ¶
func (elb *MockELBV2API) CreateRule(*elbv2.CreateRuleInput) (*elbv2.CreateRuleOutput, error)
func (*MockELBV2API) CreateRuleRequest ¶
func (elb *MockELBV2API) CreateRuleRequest(*elbv2.CreateRuleInput) (*request.Request, *elbv2.CreateRuleOutput)
func (*MockELBV2API) CreateRuleWithContext ¶
func (elb *MockELBV2API) CreateRuleWithContext(aws.Context, *elbv2.CreateRuleInput, ...request.Option) (*elbv2.CreateRuleOutput, error)
func (*MockELBV2API) CreateTargetGroup ¶
func (elb *MockELBV2API) CreateTargetGroup(*elbv2.CreateTargetGroupInput) (*elbv2.CreateTargetGroupOutput, error)
func (*MockELBV2API) CreateTargetGroupRequest ¶
func (elb *MockELBV2API) CreateTargetGroupRequest(*elbv2.CreateTargetGroupInput) (*request.Request, *elbv2.CreateTargetGroupOutput)
func (*MockELBV2API) CreateTargetGroupWithContext ¶
func (elb *MockELBV2API) CreateTargetGroupWithContext(aws.Context, *elbv2.CreateTargetGroupInput, ...request.Option) (*elbv2.CreateTargetGroupOutput, error)
func (*MockELBV2API) DeleteListener ¶
func (elb *MockELBV2API) DeleteListener(*elbv2.DeleteListenerInput) (*elbv2.DeleteListenerOutput, error)
func (*MockELBV2API) DeleteListenerRequest ¶
func (elb *MockELBV2API) DeleteListenerRequest(*elbv2.DeleteListenerInput) (*request.Request, *elbv2.DeleteListenerOutput)
func (*MockELBV2API) DeleteListenerWithContext ¶
func (elb *MockELBV2API) DeleteListenerWithContext(aws.Context, *elbv2.DeleteListenerInput, ...request.Option) (*elbv2.DeleteListenerOutput, error)
func (*MockELBV2API) DeleteLoadBalancer ¶
func (elb *MockELBV2API) DeleteLoadBalancer(*elbv2.DeleteLoadBalancerInput) (*elbv2.DeleteLoadBalancerOutput, error)
func (*MockELBV2API) DeleteLoadBalancerRequest ¶
func (elb *MockELBV2API) DeleteLoadBalancerRequest(*elbv2.DeleteLoadBalancerInput) (*request.Request, *elbv2.DeleteLoadBalancerOutput)
func (*MockELBV2API) DeleteLoadBalancerWithContext ¶
func (elb *MockELBV2API) DeleteLoadBalancerWithContext(aws.Context, *elbv2.DeleteLoadBalancerInput, ...request.Option) (*elbv2.DeleteLoadBalancerOutput, error)
func (*MockELBV2API) DeleteRule ¶
func (elb *MockELBV2API) DeleteRule(*elbv2.DeleteRuleInput) (*elbv2.DeleteRuleOutput, error)
func (*MockELBV2API) DeleteRuleRequest ¶
func (elb *MockELBV2API) DeleteRuleRequest(*elbv2.DeleteRuleInput) (*request.Request, *elbv2.DeleteRuleOutput)
func (*MockELBV2API) DeleteRuleWithContext ¶
func (elb *MockELBV2API) DeleteRuleWithContext(aws.Context, *elbv2.DeleteRuleInput, ...request.Option) (*elbv2.DeleteRuleOutput, error)
func (*MockELBV2API) DeleteTargetGroup ¶
func (elb *MockELBV2API) DeleteTargetGroup(*elbv2.DeleteTargetGroupInput) (*elbv2.DeleteTargetGroupOutput, error)
func (*MockELBV2API) DeleteTargetGroupRequest ¶
func (elb *MockELBV2API) DeleteTargetGroupRequest(*elbv2.DeleteTargetGroupInput) (*request.Request, *elbv2.DeleteTargetGroupOutput)
func (*MockELBV2API) DeleteTargetGroupWithContext ¶
func (elb *MockELBV2API) DeleteTargetGroupWithContext(aws.Context, *elbv2.DeleteTargetGroupInput, ...request.Option) (*elbv2.DeleteTargetGroupOutput, error)
func (*MockELBV2API) DeregisterTargets ¶
func (elb *MockELBV2API) DeregisterTargets(*elbv2.DeregisterTargetsInput) (*elbv2.DeregisterTargetsOutput, error)
func (*MockELBV2API) DeregisterTargetsRequest ¶
func (elb *MockELBV2API) DeregisterTargetsRequest(*elbv2.DeregisterTargetsInput) (*request.Request, *elbv2.DeregisterTargetsOutput)
func (*MockELBV2API) DeregisterTargetsWithContext ¶
func (elb *MockELBV2API) DeregisterTargetsWithContext(aws.Context, *elbv2.DeregisterTargetsInput, ...request.Option) (*elbv2.DeregisterTargetsOutput, error)
func (*MockELBV2API) DescribeAccountLimits ¶
func (elb *MockELBV2API) DescribeAccountLimits(*elbv2.DescribeAccountLimitsInput) (*elbv2.DescribeAccountLimitsOutput, error)
func (*MockELBV2API) DescribeAccountLimitsRequest ¶
func (elb *MockELBV2API) DescribeAccountLimitsRequest(*elbv2.DescribeAccountLimitsInput) (*request.Request, *elbv2.DescribeAccountLimitsOutput)
func (*MockELBV2API) DescribeAccountLimitsWithContext ¶
func (elb *MockELBV2API) DescribeAccountLimitsWithContext(aws.Context, *elbv2.DescribeAccountLimitsInput, ...request.Option) (*elbv2.DescribeAccountLimitsOutput, error)
func (*MockELBV2API) DescribeListenerCertificates ¶
func (elb *MockELBV2API) DescribeListenerCertificates(*elbv2.DescribeListenerCertificatesInput) (*elbv2.DescribeListenerCertificatesOutput, error)
func (*MockELBV2API) DescribeListenerCertificatesRequest ¶
func (elb *MockELBV2API) DescribeListenerCertificatesRequest(*elbv2.DescribeListenerCertificatesInput) (*request.Request, *elbv2.DescribeListenerCertificatesOutput)
func (*MockELBV2API) DescribeListenerCertificatesWithContext ¶
func (elb *MockELBV2API) DescribeListenerCertificatesWithContext(aws.Context, *elbv2.DescribeListenerCertificatesInput, ...request.Option) (*elbv2.DescribeListenerCertificatesOutput, error)
func (*MockELBV2API) DescribeListeners ¶
func (elb *MockELBV2API) DescribeListeners(input *elbv2.DescribeListenersInput) (*elbv2.DescribeListenersOutput, error)
func (*MockELBV2API) DescribeListenersPages ¶
func (elb *MockELBV2API) DescribeListenersPages(*elbv2.DescribeListenersInput, func(*elbv2.DescribeListenersOutput, bool) bool) error
func (*MockELBV2API) DescribeListenersPagesWithContext ¶
func (elb *MockELBV2API) DescribeListenersPagesWithContext(aws.Context, *elbv2.DescribeListenersInput, func(*elbv2.DescribeListenersOutput, bool) bool, ...request.Option) error
func (*MockELBV2API) DescribeListenersRequest ¶
func (elb *MockELBV2API) DescribeListenersRequest(*elbv2.DescribeListenersInput) (*request.Request, *elbv2.DescribeListenersOutput)
func (*MockELBV2API) DescribeListenersWithContext ¶
func (elb *MockELBV2API) DescribeListenersWithContext(aws.Context, *elbv2.DescribeListenersInput, ...request.Option) (*elbv2.DescribeListenersOutput, error)
func (*MockELBV2API) DescribeLoadBalancerAttributes ¶
func (elb *MockELBV2API) DescribeLoadBalancerAttributes(*elbv2.DescribeLoadBalancerAttributesInput) (*elbv2.DescribeLoadBalancerAttributesOutput, error)
func (*MockELBV2API) DescribeLoadBalancerAttributesRequest ¶
func (elb *MockELBV2API) DescribeLoadBalancerAttributesRequest(*elbv2.DescribeLoadBalancerAttributesInput) (*request.Request, *elbv2.DescribeLoadBalancerAttributesOutput)
func (*MockELBV2API) DescribeLoadBalancerAttributesWithContext ¶
func (elb *MockELBV2API) DescribeLoadBalancerAttributesWithContext(aws.Context, *elbv2.DescribeLoadBalancerAttributesInput, ...request.Option) (*elbv2.DescribeLoadBalancerAttributesOutput, error)
func (*MockELBV2API) DescribeLoadBalancers ¶
func (elb *MockELBV2API) DescribeLoadBalancers(input *elbv2.DescribeLoadBalancersInput) (*elbv2.DescribeLoadBalancersOutput, error)
func (*MockELBV2API) DescribeLoadBalancersPages ¶
func (elb *MockELBV2API) DescribeLoadBalancersPages(*elbv2.DescribeLoadBalancersInput, func(*elbv2.DescribeLoadBalancersOutput, bool) bool) error
func (*MockELBV2API) DescribeLoadBalancersPagesWithContext ¶
func (elb *MockELBV2API) DescribeLoadBalancersPagesWithContext(aws.Context, *elbv2.DescribeLoadBalancersInput, func(*elbv2.DescribeLoadBalancersOutput, bool) bool, ...request.Option) error
func (*MockELBV2API) DescribeLoadBalancersRequest ¶
func (elb *MockELBV2API) DescribeLoadBalancersRequest(*elbv2.DescribeLoadBalancersInput) (*request.Request, *elbv2.DescribeLoadBalancersOutput)
func (*MockELBV2API) DescribeLoadBalancersWithContext ¶
func (elb *MockELBV2API) DescribeLoadBalancersWithContext(aws.Context, *elbv2.DescribeLoadBalancersInput, ...request.Option) (*elbv2.DescribeLoadBalancersOutput, error)
func (*MockELBV2API) DescribeRules ¶
func (elb *MockELBV2API) DescribeRules(*elbv2.DescribeRulesInput) (*elbv2.DescribeRulesOutput, error)
func (*MockELBV2API) DescribeRulesRequest ¶
func (elb *MockELBV2API) DescribeRulesRequest(*elbv2.DescribeRulesInput) (*request.Request, *elbv2.DescribeRulesOutput)
func (*MockELBV2API) DescribeRulesWithContext ¶
func (elb *MockELBV2API) DescribeRulesWithContext(aws.Context, *elbv2.DescribeRulesInput, ...request.Option) (*elbv2.DescribeRulesOutput, error)
func (*MockELBV2API) DescribeSSLPolicies ¶
func (elb *MockELBV2API) DescribeSSLPolicies(*elbv2.DescribeSSLPoliciesInput) (*elbv2.DescribeSSLPoliciesOutput, error)
func (*MockELBV2API) DescribeSSLPoliciesRequest ¶
func (elb *MockELBV2API) DescribeSSLPoliciesRequest(*elbv2.DescribeSSLPoliciesInput) (*request.Request, *elbv2.DescribeSSLPoliciesOutput)
func (*MockELBV2API) DescribeSSLPoliciesWithContext ¶
func (elb *MockELBV2API) DescribeSSLPoliciesWithContext(aws.Context, *elbv2.DescribeSSLPoliciesInput, ...request.Option) (*elbv2.DescribeSSLPoliciesOutput, error)
func (*MockELBV2API) DescribeTags ¶
func (elb *MockELBV2API) DescribeTags(*elbv2.DescribeTagsInput) (*elbv2.DescribeTagsOutput, error)
func (*MockELBV2API) DescribeTagsRequest ¶
func (elb *MockELBV2API) DescribeTagsRequest(*elbv2.DescribeTagsInput) (*request.Request, *elbv2.DescribeTagsOutput)
func (*MockELBV2API) DescribeTagsWithContext ¶
func (elb *MockELBV2API) DescribeTagsWithContext(aws.Context, *elbv2.DescribeTagsInput, ...request.Option) (*elbv2.DescribeTagsOutput, error)
func (*MockELBV2API) DescribeTargetGroupAttributes ¶
func (elb *MockELBV2API) DescribeTargetGroupAttributes(*elbv2.DescribeTargetGroupAttributesInput) (*elbv2.DescribeTargetGroupAttributesOutput, error)
func (*MockELBV2API) DescribeTargetGroupAttributesRequest ¶
func (elb *MockELBV2API) DescribeTargetGroupAttributesRequest(*elbv2.DescribeTargetGroupAttributesInput) (*request.Request, *elbv2.DescribeTargetGroupAttributesOutput)
func (*MockELBV2API) DescribeTargetGroupAttributesWithContext ¶
func (elb *MockELBV2API) DescribeTargetGroupAttributesWithContext(aws.Context, *elbv2.DescribeTargetGroupAttributesInput, ...request.Option) (*elbv2.DescribeTargetGroupAttributesOutput, error)
func (*MockELBV2API) DescribeTargetGroups ¶
func (elb *MockELBV2API) DescribeTargetGroups(*elbv2.DescribeTargetGroupsInput) (*elbv2.DescribeTargetGroupsOutput, error)
func (*MockELBV2API) DescribeTargetGroupsPages ¶
func (elb *MockELBV2API) DescribeTargetGroupsPages(*elbv2.DescribeTargetGroupsInput, func(*elbv2.DescribeTargetGroupsOutput, bool) bool) error
func (*MockELBV2API) DescribeTargetGroupsPagesWithContext ¶
func (elb *MockELBV2API) DescribeTargetGroupsPagesWithContext(aws.Context, *elbv2.DescribeTargetGroupsInput, func(*elbv2.DescribeTargetGroupsOutput, bool) bool, ...request.Option) error
func (*MockELBV2API) DescribeTargetGroupsRequest ¶
func (elb *MockELBV2API) DescribeTargetGroupsRequest(*elbv2.DescribeTargetGroupsInput) (*request.Request, *elbv2.DescribeTargetGroupsOutput)
func (*MockELBV2API) DescribeTargetGroupsWithContext ¶
func (elb *MockELBV2API) DescribeTargetGroupsWithContext(aws.Context, *elbv2.DescribeTargetGroupsInput, ...request.Option) (*elbv2.DescribeTargetGroupsOutput, error)
func (*MockELBV2API) DescribeTargetHealth ¶
func (elb *MockELBV2API) DescribeTargetHealth(*elbv2.DescribeTargetHealthInput) (*elbv2.DescribeTargetHealthOutput, error)
func (*MockELBV2API) DescribeTargetHealthRequest ¶
func (elb *MockELBV2API) DescribeTargetHealthRequest(*elbv2.DescribeTargetHealthInput) (*request.Request, *elbv2.DescribeTargetHealthOutput)
func (*MockELBV2API) DescribeTargetHealthWithContext ¶
func (elb *MockELBV2API) DescribeTargetHealthWithContext(aws.Context, *elbv2.DescribeTargetHealthInput, ...request.Option) (*elbv2.DescribeTargetHealthOutput, error)
func (*MockELBV2API) ModifyListener ¶
func (elb *MockELBV2API) ModifyListener(*elbv2.ModifyListenerInput) (*elbv2.ModifyListenerOutput, error)
func (*MockELBV2API) ModifyListenerRequest ¶
func (elb *MockELBV2API) ModifyListenerRequest(*elbv2.ModifyListenerInput) (*request.Request, *elbv2.ModifyListenerOutput)
func (*MockELBV2API) ModifyListenerWithContext ¶
func (elb *MockELBV2API) ModifyListenerWithContext(aws.Context, *elbv2.ModifyListenerInput, ...request.Option) (*elbv2.ModifyListenerOutput, error)
func (*MockELBV2API) ModifyLoadBalancerAttributes ¶
func (elb *MockELBV2API) ModifyLoadBalancerAttributes(*elbv2.ModifyLoadBalancerAttributesInput) (*elbv2.ModifyLoadBalancerAttributesOutput, error)
func (*MockELBV2API) ModifyLoadBalancerAttributesRequest ¶
func (elb *MockELBV2API) ModifyLoadBalancerAttributesRequest(*elbv2.ModifyLoadBalancerAttributesInput) (*request.Request, *elbv2.ModifyLoadBalancerAttributesOutput)
func (*MockELBV2API) ModifyLoadBalancerAttributesWithContext ¶
func (elb *MockELBV2API) ModifyLoadBalancerAttributesWithContext(aws.Context, *elbv2.ModifyLoadBalancerAttributesInput, ...request.Option) (*elbv2.ModifyLoadBalancerAttributesOutput, error)
func (*MockELBV2API) ModifyRule ¶
func (elb *MockELBV2API) ModifyRule(*elbv2.ModifyRuleInput) (*elbv2.ModifyRuleOutput, error)
func (*MockELBV2API) ModifyRuleRequest ¶
func (elb *MockELBV2API) ModifyRuleRequest(*elbv2.ModifyRuleInput) (*request.Request, *elbv2.ModifyRuleOutput)
func (*MockELBV2API) ModifyRuleWithContext ¶
func (elb *MockELBV2API) ModifyRuleWithContext(aws.Context, *elbv2.ModifyRuleInput, ...request.Option) (*elbv2.ModifyRuleOutput, error)
func (*MockELBV2API) ModifyTargetGroup ¶
func (elb *MockELBV2API) ModifyTargetGroup(*elbv2.ModifyTargetGroupInput) (*elbv2.ModifyTargetGroupOutput, error)
func (*MockELBV2API) ModifyTargetGroupAttributes ¶
func (elb *MockELBV2API) ModifyTargetGroupAttributes(*elbv2.ModifyTargetGroupAttributesInput) (*elbv2.ModifyTargetGroupAttributesOutput, error)
func (*MockELBV2API) ModifyTargetGroupAttributesRequest ¶
func (elb *MockELBV2API) ModifyTargetGroupAttributesRequest(*elbv2.ModifyTargetGroupAttributesInput) (*request.Request, *elbv2.ModifyTargetGroupAttributesOutput)
func (*MockELBV2API) ModifyTargetGroupAttributesWithContext ¶
func (elb *MockELBV2API) ModifyTargetGroupAttributesWithContext(aws.Context, *elbv2.ModifyTargetGroupAttributesInput, ...request.Option) (*elbv2.ModifyTargetGroupAttributesOutput, error)
func (*MockELBV2API) ModifyTargetGroupRequest ¶
func (elb *MockELBV2API) ModifyTargetGroupRequest(*elbv2.ModifyTargetGroupInput) (*request.Request, *elbv2.ModifyTargetGroupOutput)
func (*MockELBV2API) ModifyTargetGroupWithContext ¶
func (elb *MockELBV2API) ModifyTargetGroupWithContext(aws.Context, *elbv2.ModifyTargetGroupInput, ...request.Option) (*elbv2.ModifyTargetGroupOutput, error)
func (*MockELBV2API) RegisterTargets ¶
func (elb *MockELBV2API) RegisterTargets(*elbv2.RegisterTargetsInput) (*elbv2.RegisterTargetsOutput, error)
func (*MockELBV2API) RegisterTargetsRequest ¶
func (elb *MockELBV2API) RegisterTargetsRequest(*elbv2.RegisterTargetsInput) (*request.Request, *elbv2.RegisterTargetsOutput)
func (*MockELBV2API) RegisterTargetsWithContext ¶
func (elb *MockELBV2API) RegisterTargetsWithContext(aws.Context, *elbv2.RegisterTargetsInput, ...request.Option) (*elbv2.RegisterTargetsOutput, error)
func (*MockELBV2API) RemoveListenerCertificates ¶
func (elb *MockELBV2API) RemoveListenerCertificates(*elbv2.RemoveListenerCertificatesInput) (*elbv2.RemoveListenerCertificatesOutput, error)
func (*MockELBV2API) RemoveListenerCertificatesRequest ¶
func (elb *MockELBV2API) RemoveListenerCertificatesRequest(*elbv2.RemoveListenerCertificatesInput) (*request.Request, *elbv2.RemoveListenerCertificatesOutput)
func (*MockELBV2API) RemoveListenerCertificatesWithContext ¶
func (elb *MockELBV2API) RemoveListenerCertificatesWithContext(aws.Context, *elbv2.RemoveListenerCertificatesInput, ...request.Option) (*elbv2.RemoveListenerCertificatesOutput, error)
func (*MockELBV2API) RemoveTags ¶
func (elb *MockELBV2API) RemoveTags(*elbv2.RemoveTagsInput) (*elbv2.RemoveTagsOutput, error)
func (*MockELBV2API) RemoveTagsRequest ¶
func (elb *MockELBV2API) RemoveTagsRequest(*elbv2.RemoveTagsInput) (*request.Request, *elbv2.RemoveTagsOutput)
func (*MockELBV2API) RemoveTagsWithContext ¶
func (elb *MockELBV2API) RemoveTagsWithContext(aws.Context, *elbv2.RemoveTagsInput, ...request.Option) (*elbv2.RemoveTagsOutput, error)
func (*MockELBV2API) SetIpAddressType ¶
func (elb *MockELBV2API) SetIpAddressType(*elbv2.SetIpAddressTypeInput) (*elbv2.SetIpAddressTypeOutput, error)
func (*MockELBV2API) SetIpAddressTypeRequest ¶
func (elb *MockELBV2API) SetIpAddressTypeRequest(*elbv2.SetIpAddressTypeInput) (*request.Request, *elbv2.SetIpAddressTypeOutput)
func (*MockELBV2API) SetIpAddressTypeWithContext ¶
func (elb *MockELBV2API) SetIpAddressTypeWithContext(aws.Context, *elbv2.SetIpAddressTypeInput, ...request.Option) (*elbv2.SetIpAddressTypeOutput, error)
func (*MockELBV2API) SetRulePriorities ¶
func (elb *MockELBV2API) SetRulePriorities(*elbv2.SetRulePrioritiesInput) (*elbv2.SetRulePrioritiesOutput, error)
func (*MockELBV2API) SetRulePrioritiesRequest ¶
func (elb *MockELBV2API) SetRulePrioritiesRequest(*elbv2.SetRulePrioritiesInput) (*request.Request, *elbv2.SetRulePrioritiesOutput)
func (*MockELBV2API) SetRulePrioritiesWithContext ¶
func (elb *MockELBV2API) SetRulePrioritiesWithContext(aws.Context, *elbv2.SetRulePrioritiesInput, ...request.Option) (*elbv2.SetRulePrioritiesOutput, error)
func (*MockELBV2API) SetSecurityGroups ¶
func (elb *MockELBV2API) SetSecurityGroups(*elbv2.SetSecurityGroupsInput) (*elbv2.SetSecurityGroupsOutput, error)
func (*MockELBV2API) SetSecurityGroupsRequest ¶
func (elb *MockELBV2API) SetSecurityGroupsRequest(*elbv2.SetSecurityGroupsInput) (*request.Request, *elbv2.SetSecurityGroupsOutput)
func (*MockELBV2API) SetSecurityGroupsWithContext ¶
func (elb *MockELBV2API) SetSecurityGroupsWithContext(aws.Context, *elbv2.SetSecurityGroupsInput, ...request.Option) (*elbv2.SetSecurityGroupsOutput, error)
func (*MockELBV2API) SetSubnets ¶
func (elb *MockELBV2API) SetSubnets(*elbv2.SetSubnetsInput) (*elbv2.SetSubnetsOutput, error)
func (*MockELBV2API) SetSubnetsRequest ¶
func (elb *MockELBV2API) SetSubnetsRequest(*elbv2.SetSubnetsInput) (*request.Request, *elbv2.SetSubnetsOutput)
func (*MockELBV2API) SetSubnetsWithContext ¶
func (elb *MockELBV2API) SetSubnetsWithContext(aws.Context, *elbv2.SetSubnetsInput, ...request.Option) (*elbv2.SetSubnetsOutput, error)
func (*MockELBV2API) WaitUntilLoadBalancerAvailable ¶
func (elb *MockELBV2API) WaitUntilLoadBalancerAvailable(*elbv2.DescribeLoadBalancersInput) error
func (*MockELBV2API) WaitUntilLoadBalancerAvailableWithContext ¶
func (elb *MockELBV2API) WaitUntilLoadBalancerAvailableWithContext(aws.Context, *elbv2.DescribeLoadBalancersInput, ...request.WaiterOption) error
func (*MockELBV2API) WaitUntilLoadBalancerExists ¶
func (elb *MockELBV2API) WaitUntilLoadBalancerExists(*elbv2.DescribeLoadBalancersInput) error
func (*MockELBV2API) WaitUntilLoadBalancerExistsWithContext ¶
func (elb *MockELBV2API) WaitUntilLoadBalancerExistsWithContext(aws.Context, *elbv2.DescribeLoadBalancersInput, ...request.WaiterOption) error
func (*MockELBV2API) WaitUntilLoadBalancersDeleted ¶
func (elb *MockELBV2API) WaitUntilLoadBalancersDeleted(*elbv2.DescribeLoadBalancersInput) error
func (*MockELBV2API) WaitUntilLoadBalancersDeletedWithContext ¶
func (elb *MockELBV2API) WaitUntilLoadBalancersDeletedWithContext(aws.Context, *elbv2.DescribeLoadBalancersInput, ...request.WaiterOption) error
func (*MockELBV2API) WaitUntilTargetDeregistered ¶
func (elb *MockELBV2API) WaitUntilTargetDeregistered(*elbv2.DescribeTargetHealthInput) error
func (*MockELBV2API) WaitUntilTargetDeregisteredWithContext ¶
func (elb *MockELBV2API) WaitUntilTargetDeregisteredWithContext(aws.Context, *elbv2.DescribeTargetHealthInput, ...request.WaiterOption) error
func (*MockELBV2API) WaitUntilTargetInService ¶
func (elb *MockELBV2API) WaitUntilTargetInService(*elbv2.DescribeTargetHealthInput) error
func (*MockELBV2API) WaitUntilTargetInServiceWithContext ¶
func (elb *MockELBV2API) WaitUntilTargetInServiceWithContext(aws.Context, *elbv2.DescribeTargetHealthInput, ...request.WaiterOption) error
type MockIAMAPI ¶
type MockIAMAPI struct {
VpcId string
}
func NewMockIAMAPI ¶
func NewMockIAMAPI() *MockIAMAPI
func (*MockIAMAPI) AddClientIDToOpenIDConnectProvider ¶
func (iam *MockIAMAPI) AddClientIDToOpenIDConnectProvider(*iam.AddClientIDToOpenIDConnectProviderInput) (*iam.AddClientIDToOpenIDConnectProviderOutput, error)
func (*MockIAMAPI) AddClientIDToOpenIDConnectProviderRequest ¶
func (iam *MockIAMAPI) AddClientIDToOpenIDConnectProviderRequest(*iam.AddClientIDToOpenIDConnectProviderInput) (*request.Request, *iam.AddClientIDToOpenIDConnectProviderOutput)
func (*MockIAMAPI) AddClientIDToOpenIDConnectProviderWithContext ¶
func (iam *MockIAMAPI) AddClientIDToOpenIDConnectProviderWithContext(aws.Context, *iam.AddClientIDToOpenIDConnectProviderInput, ...request.Option) (*iam.AddClientIDToOpenIDConnectProviderOutput, error)
func (*MockIAMAPI) AddRoleToInstanceProfile ¶
func (iam *MockIAMAPI) AddRoleToInstanceProfile(*iam.AddRoleToInstanceProfileInput) (*iam.AddRoleToInstanceProfileOutput, error)
func (*MockIAMAPI) AddRoleToInstanceProfileRequest ¶
func (iam *MockIAMAPI) AddRoleToInstanceProfileRequest(*iam.AddRoleToInstanceProfileInput) (*request.Request, *iam.AddRoleToInstanceProfileOutput)
func (*MockIAMAPI) AddRoleToInstanceProfileWithContext ¶
func (iam *MockIAMAPI) AddRoleToInstanceProfileWithContext(aws.Context, *iam.AddRoleToInstanceProfileInput, ...request.Option) (*iam.AddRoleToInstanceProfileOutput, error)
func (*MockIAMAPI) AddUserToGroup ¶
func (iam *MockIAMAPI) AddUserToGroup(*iam.AddUserToGroupInput) (*iam.AddUserToGroupOutput, error)
func (*MockIAMAPI) AddUserToGroupRequest ¶
func (iam *MockIAMAPI) AddUserToGroupRequest(*iam.AddUserToGroupInput) (*request.Request, *iam.AddUserToGroupOutput)
func (*MockIAMAPI) AddUserToGroupWithContext ¶
func (iam *MockIAMAPI) AddUserToGroupWithContext(aws.Context, *iam.AddUserToGroupInput, ...request.Option) (*iam.AddUserToGroupOutput, error)
func (*MockIAMAPI) Arner ¶
func (iam *MockIAMAPI) Arner(name string) string
func (*MockIAMAPI) AttachGroupPolicy ¶
func (iam *MockIAMAPI) AttachGroupPolicy(*iam.AttachGroupPolicyInput) (*iam.AttachGroupPolicyOutput, error)
func (*MockIAMAPI) AttachGroupPolicyRequest ¶
func (iam *MockIAMAPI) AttachGroupPolicyRequest(*iam.AttachGroupPolicyInput) (*request.Request, *iam.AttachGroupPolicyOutput)
func (*MockIAMAPI) AttachGroupPolicyWithContext ¶
func (iam *MockIAMAPI) AttachGroupPolicyWithContext(aws.Context, *iam.AttachGroupPolicyInput, ...request.Option) (*iam.AttachGroupPolicyOutput, error)
func (*MockIAMAPI) AttachRolePolicy ¶
func (iam *MockIAMAPI) AttachRolePolicy(*iam.AttachRolePolicyInput) (*iam.AttachRolePolicyOutput, error)
func (*MockIAMAPI) AttachRolePolicyRequest ¶
func (iam *MockIAMAPI) AttachRolePolicyRequest(*iam.AttachRolePolicyInput) (*request.Request, *iam.AttachRolePolicyOutput)
func (*MockIAMAPI) AttachRolePolicyWithContext ¶
func (iam *MockIAMAPI) AttachRolePolicyWithContext(aws.Context, *iam.AttachRolePolicyInput, ...request.Option) (*iam.AttachRolePolicyOutput, error)
func (*MockIAMAPI) AttachUserPolicy ¶
func (iam *MockIAMAPI) AttachUserPolicy(*iam.AttachUserPolicyInput) (*iam.AttachUserPolicyOutput, error)
func (*MockIAMAPI) AttachUserPolicyRequest ¶
func (iam *MockIAMAPI) AttachUserPolicyRequest(*iam.AttachUserPolicyInput) (*request.Request, *iam.AttachUserPolicyOutput)
func (*MockIAMAPI) AttachUserPolicyWithContext ¶
func (iam *MockIAMAPI) AttachUserPolicyWithContext(aws.Context, *iam.AttachUserPolicyInput, ...request.Option) (*iam.AttachUserPolicyOutput, error)
func (*MockIAMAPI) ChangePassword ¶
func (iam *MockIAMAPI) ChangePassword(*iam.ChangePasswordInput) (*iam.ChangePasswordOutput, error)
func (*MockIAMAPI) ChangePasswordRequest ¶
func (iam *MockIAMAPI) ChangePasswordRequest(*iam.ChangePasswordInput) (*request.Request, *iam.ChangePasswordOutput)
func (*MockIAMAPI) ChangePasswordWithContext ¶
func (iam *MockIAMAPI) ChangePasswordWithContext(aws.Context, *iam.ChangePasswordInput, ...request.Option) (*iam.ChangePasswordOutput, error)
func (*MockIAMAPI) CreateAccessKey ¶
func (iam *MockIAMAPI) CreateAccessKey(*iam.CreateAccessKeyInput) (*iam.CreateAccessKeyOutput, error)
func (*MockIAMAPI) CreateAccessKeyRequest ¶
func (iam *MockIAMAPI) CreateAccessKeyRequest(*iam.CreateAccessKeyInput) (*request.Request, *iam.CreateAccessKeyOutput)
func (*MockIAMAPI) CreateAccessKeyWithContext ¶
func (iam *MockIAMAPI) CreateAccessKeyWithContext(aws.Context, *iam.CreateAccessKeyInput, ...request.Option) (*iam.CreateAccessKeyOutput, error)
func (*MockIAMAPI) CreateAccountAlias ¶
func (iam *MockIAMAPI) CreateAccountAlias(*iam.CreateAccountAliasInput) (*iam.CreateAccountAliasOutput, error)
func (*MockIAMAPI) CreateAccountAliasRequest ¶
func (iam *MockIAMAPI) CreateAccountAliasRequest(*iam.CreateAccountAliasInput) (*request.Request, *iam.CreateAccountAliasOutput)
func (*MockIAMAPI) CreateAccountAliasWithContext ¶
func (iam *MockIAMAPI) CreateAccountAliasWithContext(aws.Context, *iam.CreateAccountAliasInput, ...request.Option) (*iam.CreateAccountAliasOutput, error)
func (*MockIAMAPI) CreateGroup ¶
func (iam *MockIAMAPI) CreateGroup(*iam.CreateGroupInput) (*iam.CreateGroupOutput, error)
func (*MockIAMAPI) CreateGroupRequest ¶
func (iam *MockIAMAPI) CreateGroupRequest(*iam.CreateGroupInput) (*request.Request, *iam.CreateGroupOutput)
func (*MockIAMAPI) CreateGroupWithContext ¶
func (iam *MockIAMAPI) CreateGroupWithContext(aws.Context, *iam.CreateGroupInput, ...request.Option) (*iam.CreateGroupOutput, error)
func (*MockIAMAPI) CreateInstanceProfile ¶
func (iam *MockIAMAPI) CreateInstanceProfile(*iam.CreateInstanceProfileInput) (*iam.CreateInstanceProfileOutput, error)
func (*MockIAMAPI) CreateInstanceProfileRequest ¶
func (iam *MockIAMAPI) CreateInstanceProfileRequest(*iam.CreateInstanceProfileInput) (*request.Request, *iam.CreateInstanceProfileOutput)
func (*MockIAMAPI) CreateInstanceProfileWithContext ¶
func (iam *MockIAMAPI) CreateInstanceProfileWithContext(aws.Context, *iam.CreateInstanceProfileInput, ...request.Option) (*iam.CreateInstanceProfileOutput, error)
func (*MockIAMAPI) CreateLoginProfile ¶
func (iam *MockIAMAPI) CreateLoginProfile(*iam.CreateLoginProfileInput) (*iam.CreateLoginProfileOutput, error)
func (*MockIAMAPI) CreateLoginProfileRequest ¶
func (iam *MockIAMAPI) CreateLoginProfileRequest(*iam.CreateLoginProfileInput) (*request.Request, *iam.CreateLoginProfileOutput)
func (*MockIAMAPI) CreateLoginProfileWithContext ¶
func (iam *MockIAMAPI) CreateLoginProfileWithContext(aws.Context, *iam.CreateLoginProfileInput, ...request.Option) (*iam.CreateLoginProfileOutput, error)
func (*MockIAMAPI) CreateOpenIDConnectProvider ¶
func (iam *MockIAMAPI) CreateOpenIDConnectProvider(*iam.CreateOpenIDConnectProviderInput) (*iam.CreateOpenIDConnectProviderOutput, error)
func (*MockIAMAPI) CreateOpenIDConnectProviderRequest ¶
func (iam *MockIAMAPI) CreateOpenIDConnectProviderRequest(*iam.CreateOpenIDConnectProviderInput) (*request.Request, *iam.CreateOpenIDConnectProviderOutput)
func (*MockIAMAPI) CreateOpenIDConnectProviderWithContext ¶
func (iam *MockIAMAPI) CreateOpenIDConnectProviderWithContext(aws.Context, *iam.CreateOpenIDConnectProviderInput, ...request.Option) (*iam.CreateOpenIDConnectProviderOutput, error)
func (*MockIAMAPI) CreatePolicy ¶
func (iam *MockIAMAPI) CreatePolicy(*iam.CreatePolicyInput) (*iam.CreatePolicyOutput, error)
func (*MockIAMAPI) CreatePolicyRequest ¶
func (iam *MockIAMAPI) CreatePolicyRequest(*iam.CreatePolicyInput) (*request.Request, *iam.CreatePolicyOutput)
func (*MockIAMAPI) CreatePolicyVersion ¶
func (iam *MockIAMAPI) CreatePolicyVersion(*iam.CreatePolicyVersionInput) (*iam.CreatePolicyVersionOutput, error)
func (*MockIAMAPI) CreatePolicyVersionRequest ¶
func (iam *MockIAMAPI) CreatePolicyVersionRequest(*iam.CreatePolicyVersionInput) (*request.Request, *iam.CreatePolicyVersionOutput)
func (*MockIAMAPI) CreatePolicyVersionWithContext ¶
func (iam *MockIAMAPI) CreatePolicyVersionWithContext(aws.Context, *iam.CreatePolicyVersionInput, ...request.Option) (*iam.CreatePolicyVersionOutput, error)
func (*MockIAMAPI) CreatePolicyWithContext ¶
func (iam *MockIAMAPI) CreatePolicyWithContext(aws.Context, *iam.CreatePolicyInput, ...request.Option) (*iam.CreatePolicyOutput, error)
func (*MockIAMAPI) CreateRole ¶
func (iam *MockIAMAPI) CreateRole(*iam.CreateRoleInput) (*iam.CreateRoleOutput, error)
func (*MockIAMAPI) CreateRoleRequest ¶
func (iam *MockIAMAPI) CreateRoleRequest(*iam.CreateRoleInput) (*request.Request, *iam.CreateRoleOutput)
func (*MockIAMAPI) CreateRoleWithContext ¶
func (iam *MockIAMAPI) CreateRoleWithContext(aws.Context, *iam.CreateRoleInput, ...request.Option) (*iam.CreateRoleOutput, error)
func (*MockIAMAPI) CreateSAMLProvider ¶
func (iam *MockIAMAPI) CreateSAMLProvider(*iam.CreateSAMLProviderInput) (*iam.CreateSAMLProviderOutput, error)
func (*MockIAMAPI) CreateSAMLProviderRequest ¶
func (iam *MockIAMAPI) CreateSAMLProviderRequest(*iam.CreateSAMLProviderInput) (*request.Request, *iam.CreateSAMLProviderOutput)
func (*MockIAMAPI) CreateSAMLProviderWithContext ¶
func (iam *MockIAMAPI) CreateSAMLProviderWithContext(aws.Context, *iam.CreateSAMLProviderInput, ...request.Option) (*iam.CreateSAMLProviderOutput, error)
func (*MockIAMAPI) CreateServiceLinkedRole ¶
func (iam *MockIAMAPI) CreateServiceLinkedRole(*iam.CreateServiceLinkedRoleInput) (*iam.CreateServiceLinkedRoleOutput, error)
func (*MockIAMAPI) CreateServiceLinkedRoleRequest ¶
func (iam *MockIAMAPI) CreateServiceLinkedRoleRequest(*iam.CreateServiceLinkedRoleInput) (*request.Request, *iam.CreateServiceLinkedRoleOutput)
func (*MockIAMAPI) CreateServiceLinkedRoleWithContext ¶
func (iam *MockIAMAPI) CreateServiceLinkedRoleWithContext(aws.Context, *iam.CreateServiceLinkedRoleInput, ...request.Option) (*iam.CreateServiceLinkedRoleOutput, error)
func (*MockIAMAPI) CreateServiceSpecificCredential ¶
func (iam *MockIAMAPI) CreateServiceSpecificCredential(*iam.CreateServiceSpecificCredentialInput) (*iam.CreateServiceSpecificCredentialOutput, error)
func (*MockIAMAPI) CreateServiceSpecificCredentialRequest ¶
func (iam *MockIAMAPI) CreateServiceSpecificCredentialRequest(*iam.CreateServiceSpecificCredentialInput) (*request.Request, *iam.CreateServiceSpecificCredentialOutput)
func (*MockIAMAPI) CreateServiceSpecificCredentialWithContext ¶
func (iam *MockIAMAPI) CreateServiceSpecificCredentialWithContext(aws.Context, *iam.CreateServiceSpecificCredentialInput, ...request.Option) (*iam.CreateServiceSpecificCredentialOutput, error)
func (*MockIAMAPI) CreateUser ¶
func (iam *MockIAMAPI) CreateUser(*iam.CreateUserInput) (*iam.CreateUserOutput, error)
func (*MockIAMAPI) CreateUserRequest ¶
func (iam *MockIAMAPI) CreateUserRequest(*iam.CreateUserInput) (*request.Request, *iam.CreateUserOutput)
func (*MockIAMAPI) CreateUserWithContext ¶
func (iam *MockIAMAPI) CreateUserWithContext(aws.Context, *iam.CreateUserInput, ...request.Option) (*iam.CreateUserOutput, error)
func (*MockIAMAPI) CreateVirtualMFADevice ¶
func (iam *MockIAMAPI) CreateVirtualMFADevice(*iam.CreateVirtualMFADeviceInput) (*iam.CreateVirtualMFADeviceOutput, error)
func (*MockIAMAPI) CreateVirtualMFADeviceRequest ¶
func (iam *MockIAMAPI) CreateVirtualMFADeviceRequest(*iam.CreateVirtualMFADeviceInput) (*request.Request, *iam.CreateVirtualMFADeviceOutput)
func (*MockIAMAPI) CreateVirtualMFADeviceWithContext ¶
func (iam *MockIAMAPI) CreateVirtualMFADeviceWithContext(aws.Context, *iam.CreateVirtualMFADeviceInput, ...request.Option) (*iam.CreateVirtualMFADeviceOutput, error)
func (*MockIAMAPI) DeactivateMFADevice ¶
func (iam *MockIAMAPI) DeactivateMFADevice(*iam.DeactivateMFADeviceInput) (*iam.DeactivateMFADeviceOutput, error)
func (*MockIAMAPI) DeactivateMFADeviceRequest ¶
func (iam *MockIAMAPI) DeactivateMFADeviceRequest(*iam.DeactivateMFADeviceInput) (*request.Request, *iam.DeactivateMFADeviceOutput)
func (*MockIAMAPI) DeactivateMFADeviceWithContext ¶
func (iam *MockIAMAPI) DeactivateMFADeviceWithContext(aws.Context, *iam.DeactivateMFADeviceInput, ...request.Option) (*iam.DeactivateMFADeviceOutput, error)
func (*MockIAMAPI) DeleteAccessKey ¶
func (iam *MockIAMAPI) DeleteAccessKey(*iam.DeleteAccessKeyInput) (*iam.DeleteAccessKeyOutput, error)
func (*MockIAMAPI) DeleteAccessKeyRequest ¶
func (iam *MockIAMAPI) DeleteAccessKeyRequest(*iam.DeleteAccessKeyInput) (*request.Request, *iam.DeleteAccessKeyOutput)
func (*MockIAMAPI) DeleteAccessKeyWithContext ¶
func (iam *MockIAMAPI) DeleteAccessKeyWithContext(aws.Context, *iam.DeleteAccessKeyInput, ...request.Option) (*iam.DeleteAccessKeyOutput, error)
func (*MockIAMAPI) DeleteAccountAlias ¶
func (iam *MockIAMAPI) DeleteAccountAlias(*iam.DeleteAccountAliasInput) (*iam.DeleteAccountAliasOutput, error)
func (*MockIAMAPI) DeleteAccountAliasRequest ¶
func (iam *MockIAMAPI) DeleteAccountAliasRequest(*iam.DeleteAccountAliasInput) (*request.Request, *iam.DeleteAccountAliasOutput)
func (*MockIAMAPI) DeleteAccountAliasWithContext ¶
func (iam *MockIAMAPI) DeleteAccountAliasWithContext(aws.Context, *iam.DeleteAccountAliasInput, ...request.Option) (*iam.DeleteAccountAliasOutput, error)
func (*MockIAMAPI) DeleteAccountPasswordPolicy ¶
func (iam *MockIAMAPI) DeleteAccountPasswordPolicy(*iam.DeleteAccountPasswordPolicyInput) (*iam.DeleteAccountPasswordPolicyOutput, error)
func (*MockIAMAPI) DeleteAccountPasswordPolicyRequest ¶
func (iam *MockIAMAPI) DeleteAccountPasswordPolicyRequest(*iam.DeleteAccountPasswordPolicyInput) (*request.Request, *iam.DeleteAccountPasswordPolicyOutput)
func (*MockIAMAPI) DeleteAccountPasswordPolicyWithContext ¶
func (iam *MockIAMAPI) DeleteAccountPasswordPolicyWithContext(aws.Context, *iam.DeleteAccountPasswordPolicyInput, ...request.Option) (*iam.DeleteAccountPasswordPolicyOutput, error)
func (*MockIAMAPI) DeleteGroup ¶
func (iam *MockIAMAPI) DeleteGroup(*iam.DeleteGroupInput) (*iam.DeleteGroupOutput, error)
func (*MockIAMAPI) DeleteGroupPolicy ¶
func (iam *MockIAMAPI) DeleteGroupPolicy(*iam.DeleteGroupPolicyInput) (*iam.DeleteGroupPolicyOutput, error)
func (*MockIAMAPI) DeleteGroupPolicyRequest ¶
func (iam *MockIAMAPI) DeleteGroupPolicyRequest(*iam.DeleteGroupPolicyInput) (*request.Request, *iam.DeleteGroupPolicyOutput)
func (*MockIAMAPI) DeleteGroupPolicyWithContext ¶
func (iam *MockIAMAPI) DeleteGroupPolicyWithContext(aws.Context, *iam.DeleteGroupPolicyInput, ...request.Option) (*iam.DeleteGroupPolicyOutput, error)
func (*MockIAMAPI) DeleteGroupRequest ¶
func (iam *MockIAMAPI) DeleteGroupRequest(*iam.DeleteGroupInput) (*request.Request, *iam.DeleteGroupOutput)
func (*MockIAMAPI) DeleteGroupWithContext ¶
func (iam *MockIAMAPI) DeleteGroupWithContext(aws.Context, *iam.DeleteGroupInput, ...request.Option) (*iam.DeleteGroupOutput, error)
func (*MockIAMAPI) DeleteInstanceProfile ¶
func (iam *MockIAMAPI) DeleteInstanceProfile(*iam.DeleteInstanceProfileInput) (*iam.DeleteInstanceProfileOutput, error)
func (*MockIAMAPI) DeleteInstanceProfileRequest ¶
func (iam *MockIAMAPI) DeleteInstanceProfileRequest(*iam.DeleteInstanceProfileInput) (*request.Request, *iam.DeleteInstanceProfileOutput)
func (*MockIAMAPI) DeleteInstanceProfileWithContext ¶
func (iam *MockIAMAPI) DeleteInstanceProfileWithContext(aws.Context, *iam.DeleteInstanceProfileInput, ...request.Option) (*iam.DeleteInstanceProfileOutput, error)
func (*MockIAMAPI) DeleteLoginProfile ¶
func (iam *MockIAMAPI) DeleteLoginProfile(*iam.DeleteLoginProfileInput) (*iam.DeleteLoginProfileOutput, error)
func (*MockIAMAPI) DeleteLoginProfileRequest ¶
func (iam *MockIAMAPI) DeleteLoginProfileRequest(*iam.DeleteLoginProfileInput) (*request.Request, *iam.DeleteLoginProfileOutput)
func (*MockIAMAPI) DeleteLoginProfileWithContext ¶
func (iam *MockIAMAPI) DeleteLoginProfileWithContext(aws.Context, *iam.DeleteLoginProfileInput, ...request.Option) (*iam.DeleteLoginProfileOutput, error)
func (*MockIAMAPI) DeleteOpenIDConnectProvider ¶
func (iam *MockIAMAPI) DeleteOpenIDConnectProvider(*iam.DeleteOpenIDConnectProviderInput) (*iam.DeleteOpenIDConnectProviderOutput, error)
func (*MockIAMAPI) DeleteOpenIDConnectProviderRequest ¶
func (iam *MockIAMAPI) DeleteOpenIDConnectProviderRequest(*iam.DeleteOpenIDConnectProviderInput) (*request.Request, *iam.DeleteOpenIDConnectProviderOutput)
func (*MockIAMAPI) DeleteOpenIDConnectProviderWithContext ¶
func (iam *MockIAMAPI) DeleteOpenIDConnectProviderWithContext(aws.Context, *iam.DeleteOpenIDConnectProviderInput, ...request.Option) (*iam.DeleteOpenIDConnectProviderOutput, error)
func (*MockIAMAPI) DeletePolicy ¶
func (iam *MockIAMAPI) DeletePolicy(*iam.DeletePolicyInput) (*iam.DeletePolicyOutput, error)
func (*MockIAMAPI) DeletePolicyRequest ¶
func (iam *MockIAMAPI) DeletePolicyRequest(*iam.DeletePolicyInput) (*request.Request, *iam.DeletePolicyOutput)
func (*MockIAMAPI) DeletePolicyVersion ¶
func (iam *MockIAMAPI) DeletePolicyVersion(*iam.DeletePolicyVersionInput) (*iam.DeletePolicyVersionOutput, error)
func (*MockIAMAPI) DeletePolicyVersionRequest ¶
func (iam *MockIAMAPI) DeletePolicyVersionRequest(*iam.DeletePolicyVersionInput) (*request.Request, *iam.DeletePolicyVersionOutput)
func (*MockIAMAPI) DeletePolicyVersionWithContext ¶
func (iam *MockIAMAPI) DeletePolicyVersionWithContext(aws.Context, *iam.DeletePolicyVersionInput, ...request.Option) (*iam.DeletePolicyVersionOutput, error)
func (*MockIAMAPI) DeletePolicyWithContext ¶
func (iam *MockIAMAPI) DeletePolicyWithContext(aws.Context, *iam.DeletePolicyInput, ...request.Option) (*iam.DeletePolicyOutput, error)
func (*MockIAMAPI) DeleteRole ¶
func (iam *MockIAMAPI) DeleteRole(*iam.DeleteRoleInput) (*iam.DeleteRoleOutput, error)
func (*MockIAMAPI) DeleteRolePermissionsBoundary ¶
func (iam *MockIAMAPI) DeleteRolePermissionsBoundary(*iam.DeleteRolePermissionsBoundaryInput) (*iam.DeleteRolePermissionsBoundaryOutput, error)
func (*MockIAMAPI) DeleteRolePermissionsBoundaryRequest ¶
func (iam *MockIAMAPI) DeleteRolePermissionsBoundaryRequest(*iam.DeleteRolePermissionsBoundaryInput) (*request.Request, *iam.DeleteRolePermissionsBoundaryOutput)
func (*MockIAMAPI) DeleteRolePermissionsBoundaryWithContext ¶
func (iam *MockIAMAPI) DeleteRolePermissionsBoundaryWithContext(aws.Context, *iam.DeleteRolePermissionsBoundaryInput, ...request.Option) (*iam.DeleteRolePermissionsBoundaryOutput, error)
func (*MockIAMAPI) DeleteRolePolicy ¶
func (iam *MockIAMAPI) DeleteRolePolicy(*iam.DeleteRolePolicyInput) (*iam.DeleteRolePolicyOutput, error)
func (*MockIAMAPI) DeleteRolePolicyRequest ¶
func (iam *MockIAMAPI) DeleteRolePolicyRequest(*iam.DeleteRolePolicyInput) (*request.Request, *iam.DeleteRolePolicyOutput)
func (*MockIAMAPI) DeleteRolePolicyWithContext ¶
func (iam *MockIAMAPI) DeleteRolePolicyWithContext(aws.Context, *iam.DeleteRolePolicyInput, ...request.Option) (*iam.DeleteRolePolicyOutput, error)
func (*MockIAMAPI) DeleteRoleRequest ¶
func (iam *MockIAMAPI) DeleteRoleRequest(*iam.DeleteRoleInput) (*request.Request, *iam.DeleteRoleOutput)
func (*MockIAMAPI) DeleteRoleWithContext ¶
func (iam *MockIAMAPI) DeleteRoleWithContext(aws.Context, *iam.DeleteRoleInput, ...request.Option) (*iam.DeleteRoleOutput, error)
func (*MockIAMAPI) DeleteSAMLProvider ¶
func (iam *MockIAMAPI) DeleteSAMLProvider(*iam.DeleteSAMLProviderInput) (*iam.DeleteSAMLProviderOutput, error)
func (*MockIAMAPI) DeleteSAMLProviderRequest ¶
func (iam *MockIAMAPI) DeleteSAMLProviderRequest(*iam.DeleteSAMLProviderInput) (*request.Request, *iam.DeleteSAMLProviderOutput)
func (*MockIAMAPI) DeleteSAMLProviderWithContext ¶
func (iam *MockIAMAPI) DeleteSAMLProviderWithContext(aws.Context, *iam.DeleteSAMLProviderInput, ...request.Option) (*iam.DeleteSAMLProviderOutput, error)
func (*MockIAMAPI) DeleteSSHPublicKey ¶
func (iam *MockIAMAPI) DeleteSSHPublicKey(*iam.DeleteSSHPublicKeyInput) (*iam.DeleteSSHPublicKeyOutput, error)
func (*MockIAMAPI) DeleteSSHPublicKeyRequest ¶
func (iam *MockIAMAPI) DeleteSSHPublicKeyRequest(*iam.DeleteSSHPublicKeyInput) (*request.Request, *iam.DeleteSSHPublicKeyOutput)
func (*MockIAMAPI) DeleteSSHPublicKeyWithContext ¶
func (iam *MockIAMAPI) DeleteSSHPublicKeyWithContext(aws.Context, *iam.DeleteSSHPublicKeyInput, ...request.Option) (*iam.DeleteSSHPublicKeyOutput, error)
func (*MockIAMAPI) DeleteServerCertificate ¶
func (iam *MockIAMAPI) DeleteServerCertificate(*iam.DeleteServerCertificateInput) (*iam.DeleteServerCertificateOutput, error)
func (*MockIAMAPI) DeleteServerCertificateRequest ¶
func (iam *MockIAMAPI) DeleteServerCertificateRequest(*iam.DeleteServerCertificateInput) (*request.Request, *iam.DeleteServerCertificateOutput)
func (*MockIAMAPI) DeleteServerCertificateWithContext ¶
func (iam *MockIAMAPI) DeleteServerCertificateWithContext(aws.Context, *iam.DeleteServerCertificateInput, ...request.Option) (*iam.DeleteServerCertificateOutput, error)
func (*MockIAMAPI) DeleteServiceLinkedRole ¶
func (iam *MockIAMAPI) DeleteServiceLinkedRole(*iam.DeleteServiceLinkedRoleInput) (*iam.DeleteServiceLinkedRoleOutput, error)
func (*MockIAMAPI) DeleteServiceLinkedRoleRequest ¶
func (iam *MockIAMAPI) DeleteServiceLinkedRoleRequest(*iam.DeleteServiceLinkedRoleInput) (*request.Request, *iam.DeleteServiceLinkedRoleOutput)
func (*MockIAMAPI) DeleteServiceLinkedRoleWithContext ¶
func (iam *MockIAMAPI) DeleteServiceLinkedRoleWithContext(aws.Context, *iam.DeleteServiceLinkedRoleInput, ...request.Option) (*iam.DeleteServiceLinkedRoleOutput, error)
func (*MockIAMAPI) DeleteServiceSpecificCredential ¶
func (iam *MockIAMAPI) DeleteServiceSpecificCredential(*iam.DeleteServiceSpecificCredentialInput) (*iam.DeleteServiceSpecificCredentialOutput, error)
func (*MockIAMAPI) DeleteServiceSpecificCredentialRequest ¶
func (iam *MockIAMAPI) DeleteServiceSpecificCredentialRequest(*iam.DeleteServiceSpecificCredentialInput) (*request.Request, *iam.DeleteServiceSpecificCredentialOutput)
func (*MockIAMAPI) DeleteServiceSpecificCredentialWithContext ¶
func (iam *MockIAMAPI) DeleteServiceSpecificCredentialWithContext(aws.Context, *iam.DeleteServiceSpecificCredentialInput, ...request.Option) (*iam.DeleteServiceSpecificCredentialOutput, error)
func (*MockIAMAPI) DeleteSigningCertificate ¶
func (iam *MockIAMAPI) DeleteSigningCertificate(*iam.DeleteSigningCertificateInput) (*iam.DeleteSigningCertificateOutput, error)
func (*MockIAMAPI) DeleteSigningCertificateRequest ¶
func (iam *MockIAMAPI) DeleteSigningCertificateRequest(*iam.DeleteSigningCertificateInput) (*request.Request, *iam.DeleteSigningCertificateOutput)
func (*MockIAMAPI) DeleteSigningCertificateWithContext ¶
func (iam *MockIAMAPI) DeleteSigningCertificateWithContext(aws.Context, *iam.DeleteSigningCertificateInput, ...request.Option) (*iam.DeleteSigningCertificateOutput, error)
func (*MockIAMAPI) DeleteUser ¶
func (iam *MockIAMAPI) DeleteUser(*iam.DeleteUserInput) (*iam.DeleteUserOutput, error)
func (*MockIAMAPI) DeleteUserPermissionsBoundary ¶
func (iam *MockIAMAPI) DeleteUserPermissionsBoundary(*iam.DeleteUserPermissionsBoundaryInput) (*iam.DeleteUserPermissionsBoundaryOutput, error)
func (*MockIAMAPI) DeleteUserPermissionsBoundaryRequest ¶
func (iam *MockIAMAPI) DeleteUserPermissionsBoundaryRequest(*iam.DeleteUserPermissionsBoundaryInput) (*request.Request, *iam.DeleteUserPermissionsBoundaryOutput)
func (*MockIAMAPI) DeleteUserPermissionsBoundaryWithContext ¶
func (iam *MockIAMAPI) DeleteUserPermissionsBoundaryWithContext(aws.Context, *iam.DeleteUserPermissionsBoundaryInput, ...request.Option) (*iam.DeleteUserPermissionsBoundaryOutput, error)
func (*MockIAMAPI) DeleteUserPolicy ¶
func (iam *MockIAMAPI) DeleteUserPolicy(*iam.DeleteUserPolicyInput) (*iam.DeleteUserPolicyOutput, error)
func (*MockIAMAPI) DeleteUserPolicyRequest ¶
func (iam *MockIAMAPI) DeleteUserPolicyRequest(*iam.DeleteUserPolicyInput) (*request.Request, *iam.DeleteUserPolicyOutput)
func (*MockIAMAPI) DeleteUserPolicyWithContext ¶
func (iam *MockIAMAPI) DeleteUserPolicyWithContext(aws.Context, *iam.DeleteUserPolicyInput, ...request.Option) (*iam.DeleteUserPolicyOutput, error)
func (*MockIAMAPI) DeleteUserRequest ¶
func (iam *MockIAMAPI) DeleteUserRequest(*iam.DeleteUserInput) (*request.Request, *iam.DeleteUserOutput)
func (*MockIAMAPI) DeleteUserWithContext ¶
func (iam *MockIAMAPI) DeleteUserWithContext(aws.Context, *iam.DeleteUserInput, ...request.Option) (*iam.DeleteUserOutput, error)
func (*MockIAMAPI) DeleteVirtualMFADevice ¶
func (iam *MockIAMAPI) DeleteVirtualMFADevice(*iam.DeleteVirtualMFADeviceInput) (*iam.DeleteVirtualMFADeviceOutput, error)
func (*MockIAMAPI) DeleteVirtualMFADeviceRequest ¶
func (iam *MockIAMAPI) DeleteVirtualMFADeviceRequest(*iam.DeleteVirtualMFADeviceInput) (*request.Request, *iam.DeleteVirtualMFADeviceOutput)
func (*MockIAMAPI) DeleteVirtualMFADeviceWithContext ¶
func (iam *MockIAMAPI) DeleteVirtualMFADeviceWithContext(aws.Context, *iam.DeleteVirtualMFADeviceInput, ...request.Option) (*iam.DeleteVirtualMFADeviceOutput, error)
func (*MockIAMAPI) DetachGroupPolicy ¶
func (iam *MockIAMAPI) DetachGroupPolicy(*iam.DetachGroupPolicyInput) (*iam.DetachGroupPolicyOutput, error)
func (*MockIAMAPI) DetachGroupPolicyRequest ¶
func (iam *MockIAMAPI) DetachGroupPolicyRequest(*iam.DetachGroupPolicyInput) (*request.Request, *iam.DetachGroupPolicyOutput)
func (*MockIAMAPI) DetachGroupPolicyWithContext ¶
func (iam *MockIAMAPI) DetachGroupPolicyWithContext(aws.Context, *iam.DetachGroupPolicyInput, ...request.Option) (*iam.DetachGroupPolicyOutput, error)
func (*MockIAMAPI) DetachRolePolicy ¶
func (iam *MockIAMAPI) DetachRolePolicy(*iam.DetachRolePolicyInput) (*iam.DetachRolePolicyOutput, error)
func (*MockIAMAPI) DetachRolePolicyRequest ¶
func (iam *MockIAMAPI) DetachRolePolicyRequest(*iam.DetachRolePolicyInput) (*request.Request, *iam.DetachRolePolicyOutput)
func (*MockIAMAPI) DetachRolePolicyWithContext ¶
func (iam *MockIAMAPI) DetachRolePolicyWithContext(aws.Context, *iam.DetachRolePolicyInput, ...request.Option) (*iam.DetachRolePolicyOutput, error)
func (*MockIAMAPI) DetachUserPolicy ¶
func (iam *MockIAMAPI) DetachUserPolicy(*iam.DetachUserPolicyInput) (*iam.DetachUserPolicyOutput, error)
func (*MockIAMAPI) DetachUserPolicyRequest ¶
func (iam *MockIAMAPI) DetachUserPolicyRequest(*iam.DetachUserPolicyInput) (*request.Request, *iam.DetachUserPolicyOutput)
func (*MockIAMAPI) DetachUserPolicyWithContext ¶
func (iam *MockIAMAPI) DetachUserPolicyWithContext(aws.Context, *iam.DetachUserPolicyInput, ...request.Option) (*iam.DetachUserPolicyOutput, error)
func (*MockIAMAPI) EnableMFADevice ¶
func (iam *MockIAMAPI) EnableMFADevice(*iam.EnableMFADeviceInput) (*iam.EnableMFADeviceOutput, error)
func (*MockIAMAPI) EnableMFADeviceRequest ¶
func (iam *MockIAMAPI) EnableMFADeviceRequest(*iam.EnableMFADeviceInput) (*request.Request, *iam.EnableMFADeviceOutput)
func (*MockIAMAPI) EnableMFADeviceWithContext ¶
func (iam *MockIAMAPI) EnableMFADeviceWithContext(aws.Context, *iam.EnableMFADeviceInput, ...request.Option) (*iam.EnableMFADeviceOutput, error)
func (*MockIAMAPI) GenerateCredentialReport ¶
func (iam *MockIAMAPI) GenerateCredentialReport(*iam.GenerateCredentialReportInput) (*iam.GenerateCredentialReportOutput, error)
func (*MockIAMAPI) GenerateCredentialReportRequest ¶
func (iam *MockIAMAPI) GenerateCredentialReportRequest(*iam.GenerateCredentialReportInput) (*request.Request, *iam.GenerateCredentialReportOutput)
func (*MockIAMAPI) GenerateCredentialReportWithContext ¶
func (iam *MockIAMAPI) GenerateCredentialReportWithContext(aws.Context, *iam.GenerateCredentialReportInput, ...request.Option) (*iam.GenerateCredentialReportOutput, error)
func (*MockIAMAPI) GenerateOrganizationsAccessReport ¶
func (iam *MockIAMAPI) GenerateOrganizationsAccessReport(*iam.GenerateOrganizationsAccessReportInput) (*iam.GenerateOrganizationsAccessReportOutput, error)
func (*MockIAMAPI) GenerateOrganizationsAccessReportRequest ¶
func (iam *MockIAMAPI) GenerateOrganizationsAccessReportRequest(*iam.GenerateOrganizationsAccessReportInput) (*request.Request, *iam.GenerateOrganizationsAccessReportOutput)
func (*MockIAMAPI) GenerateOrganizationsAccessReportWithContext ¶
func (iam *MockIAMAPI) GenerateOrganizationsAccessReportWithContext(aws.Context, *iam.GenerateOrganizationsAccessReportInput, ...request.Option) (*iam.GenerateOrganizationsAccessReportOutput, error)
func (*MockIAMAPI) GenerateServiceLastAccessedDetails ¶
func (iam *MockIAMAPI) GenerateServiceLastAccessedDetails(*iam.GenerateServiceLastAccessedDetailsInput) (*iam.GenerateServiceLastAccessedDetailsOutput, error)
func (*MockIAMAPI) GenerateServiceLastAccessedDetailsRequest ¶
func (iam *MockIAMAPI) GenerateServiceLastAccessedDetailsRequest(*iam.GenerateServiceLastAccessedDetailsInput) (*request.Request, *iam.GenerateServiceLastAccessedDetailsOutput)
func (*MockIAMAPI) GenerateServiceLastAccessedDetailsWithContext ¶
func (iam *MockIAMAPI) GenerateServiceLastAccessedDetailsWithContext(aws.Context, *iam.GenerateServiceLastAccessedDetailsInput, ...request.Option) (*iam.GenerateServiceLastAccessedDetailsOutput, error)
func (*MockIAMAPI) GetAccessKeyLastUsed ¶
func (iam *MockIAMAPI) GetAccessKeyLastUsed(*iam.GetAccessKeyLastUsedInput) (*iam.GetAccessKeyLastUsedOutput, error)
func (*MockIAMAPI) GetAccessKeyLastUsedRequest ¶
func (iam *MockIAMAPI) GetAccessKeyLastUsedRequest(*iam.GetAccessKeyLastUsedInput) (*request.Request, *iam.GetAccessKeyLastUsedOutput)
func (*MockIAMAPI) GetAccessKeyLastUsedWithContext ¶
func (iam *MockIAMAPI) GetAccessKeyLastUsedWithContext(aws.Context, *iam.GetAccessKeyLastUsedInput, ...request.Option) (*iam.GetAccessKeyLastUsedOutput, error)
func (*MockIAMAPI) GetAccountAuthorizationDetails ¶
func (iam *MockIAMAPI) GetAccountAuthorizationDetails(*iam.GetAccountAuthorizationDetailsInput) (*iam.GetAccountAuthorizationDetailsOutput, error)
func (*MockIAMAPI) GetAccountAuthorizationDetailsPages ¶
func (iam *MockIAMAPI) GetAccountAuthorizationDetailsPages(*iam.GetAccountAuthorizationDetailsInput, func(*iam.GetAccountAuthorizationDetailsOutput, bool) bool) error
func (*MockIAMAPI) GetAccountAuthorizationDetailsPagesWithContext ¶
func (iam *MockIAMAPI) GetAccountAuthorizationDetailsPagesWithContext(aws.Context, *iam.GetAccountAuthorizationDetailsInput, func(*iam.GetAccountAuthorizationDetailsOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) GetAccountAuthorizationDetailsRequest ¶
func (iam *MockIAMAPI) GetAccountAuthorizationDetailsRequest(*iam.GetAccountAuthorizationDetailsInput) (*request.Request, *iam.GetAccountAuthorizationDetailsOutput)
func (*MockIAMAPI) GetAccountAuthorizationDetailsWithContext ¶
func (iam *MockIAMAPI) GetAccountAuthorizationDetailsWithContext(aws.Context, *iam.GetAccountAuthorizationDetailsInput, ...request.Option) (*iam.GetAccountAuthorizationDetailsOutput, error)
func (*MockIAMAPI) GetAccountPasswordPolicy ¶
func (iam *MockIAMAPI) GetAccountPasswordPolicy(*iam.GetAccountPasswordPolicyInput) (*iam.GetAccountPasswordPolicyOutput, error)
func (*MockIAMAPI) GetAccountPasswordPolicyRequest ¶
func (iam *MockIAMAPI) GetAccountPasswordPolicyRequest(*iam.GetAccountPasswordPolicyInput) (*request.Request, *iam.GetAccountPasswordPolicyOutput)
func (*MockIAMAPI) GetAccountPasswordPolicyWithContext ¶
func (iam *MockIAMAPI) GetAccountPasswordPolicyWithContext(aws.Context, *iam.GetAccountPasswordPolicyInput, ...request.Option) (*iam.GetAccountPasswordPolicyOutput, error)
func (*MockIAMAPI) GetAccountSummary ¶
func (iam *MockIAMAPI) GetAccountSummary(*iam.GetAccountSummaryInput) (*iam.GetAccountSummaryOutput, error)
func (*MockIAMAPI) GetAccountSummaryRequest ¶
func (iam *MockIAMAPI) GetAccountSummaryRequest(*iam.GetAccountSummaryInput) (*request.Request, *iam.GetAccountSummaryOutput)
func (*MockIAMAPI) GetAccountSummaryWithContext ¶
func (iam *MockIAMAPI) GetAccountSummaryWithContext(aws.Context, *iam.GetAccountSummaryInput, ...request.Option) (*iam.GetAccountSummaryOutput, error)
func (*MockIAMAPI) GetContextKeysForCustomPolicy ¶
func (iam *MockIAMAPI) GetContextKeysForCustomPolicy(*iam.GetContextKeysForCustomPolicyInput) (*iam.GetContextKeysForPolicyResponse, error)
func (*MockIAMAPI) GetContextKeysForCustomPolicyRequest ¶
func (iam *MockIAMAPI) GetContextKeysForCustomPolicyRequest(*iam.GetContextKeysForCustomPolicyInput) (*request.Request, *iam.GetContextKeysForPolicyResponse)
func (*MockIAMAPI) GetContextKeysForCustomPolicyWithContext ¶
func (iam *MockIAMAPI) GetContextKeysForCustomPolicyWithContext(aws.Context, *iam.GetContextKeysForCustomPolicyInput, ...request.Option) (*iam.GetContextKeysForPolicyResponse, error)
func (*MockIAMAPI) GetContextKeysForPrincipalPolicy ¶
func (iam *MockIAMAPI) GetContextKeysForPrincipalPolicy(*iam.GetContextKeysForPrincipalPolicyInput) (*iam.GetContextKeysForPolicyResponse, error)
func (*MockIAMAPI) GetContextKeysForPrincipalPolicyRequest ¶
func (iam *MockIAMAPI) GetContextKeysForPrincipalPolicyRequest(*iam.GetContextKeysForPrincipalPolicyInput) (*request.Request, *iam.GetContextKeysForPolicyResponse)
func (*MockIAMAPI) GetContextKeysForPrincipalPolicyWithContext ¶
func (iam *MockIAMAPI) GetContextKeysForPrincipalPolicyWithContext(aws.Context, *iam.GetContextKeysForPrincipalPolicyInput, ...request.Option) (*iam.GetContextKeysForPolicyResponse, error)
func (*MockIAMAPI) GetCredentialReport ¶
func (iam *MockIAMAPI) GetCredentialReport(*iam.GetCredentialReportInput) (*iam.GetCredentialReportOutput, error)
func (*MockIAMAPI) GetCredentialReportRequest ¶
func (iam *MockIAMAPI) GetCredentialReportRequest(*iam.GetCredentialReportInput) (*request.Request, *iam.GetCredentialReportOutput)
func (*MockIAMAPI) GetCredentialReportWithContext ¶
func (iam *MockIAMAPI) GetCredentialReportWithContext(aws.Context, *iam.GetCredentialReportInput, ...request.Option) (*iam.GetCredentialReportOutput, error)
func (*MockIAMAPI) GetGroup ¶
func (iam *MockIAMAPI) GetGroup(*iam.GetGroupInput) (*iam.GetGroupOutput, error)
func (*MockIAMAPI) GetGroupPages ¶
func (iam *MockIAMAPI) GetGroupPages(*iam.GetGroupInput, func(*iam.GetGroupOutput, bool) bool) error
func (*MockIAMAPI) GetGroupPagesWithContext ¶
func (iam *MockIAMAPI) GetGroupPagesWithContext(aws.Context, *iam.GetGroupInput, func(*iam.GetGroupOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) GetGroupPolicy ¶
func (iam *MockIAMAPI) GetGroupPolicy(*iam.GetGroupPolicyInput) (*iam.GetGroupPolicyOutput, error)
func (*MockIAMAPI) GetGroupPolicyRequest ¶
func (iam *MockIAMAPI) GetGroupPolicyRequest(*iam.GetGroupPolicyInput) (*request.Request, *iam.GetGroupPolicyOutput)
func (*MockIAMAPI) GetGroupPolicyWithContext ¶
func (iam *MockIAMAPI) GetGroupPolicyWithContext(aws.Context, *iam.GetGroupPolicyInput, ...request.Option) (*iam.GetGroupPolicyOutput, error)
func (*MockIAMAPI) GetGroupRequest ¶
func (iam *MockIAMAPI) GetGroupRequest(*iam.GetGroupInput) (*request.Request, *iam.GetGroupOutput)
func (*MockIAMAPI) GetGroupWithContext ¶
func (iam *MockIAMAPI) GetGroupWithContext(aws.Context, *iam.GetGroupInput, ...request.Option) (*iam.GetGroupOutput, error)
func (*MockIAMAPI) GetInstanceProfile ¶
func (iam *MockIAMAPI) GetInstanceProfile(*iam.GetInstanceProfileInput) (*iam.GetInstanceProfileOutput, error)
func (*MockIAMAPI) GetInstanceProfileRequest ¶
func (iam *MockIAMAPI) GetInstanceProfileRequest(*iam.GetInstanceProfileInput) (*request.Request, *iam.GetInstanceProfileOutput)
func (*MockIAMAPI) GetInstanceProfileWithContext ¶
func (iam *MockIAMAPI) GetInstanceProfileWithContext(aws.Context, *iam.GetInstanceProfileInput, ...request.Option) (*iam.GetInstanceProfileOutput, error)
func (*MockIAMAPI) GetLoginProfile ¶
func (iam *MockIAMAPI) GetLoginProfile(*iam.GetLoginProfileInput) (*iam.GetLoginProfileOutput, error)
func (*MockIAMAPI) GetLoginProfileRequest ¶
func (iam *MockIAMAPI) GetLoginProfileRequest(*iam.GetLoginProfileInput) (*request.Request, *iam.GetLoginProfileOutput)
func (*MockIAMAPI) GetLoginProfileWithContext ¶
func (iam *MockIAMAPI) GetLoginProfileWithContext(aws.Context, *iam.GetLoginProfileInput, ...request.Option) (*iam.GetLoginProfileOutput, error)
func (*MockIAMAPI) GetOpenIDConnectProvider ¶
func (iam *MockIAMAPI) GetOpenIDConnectProvider(*iam.GetOpenIDConnectProviderInput) (*iam.GetOpenIDConnectProviderOutput, error)
func (*MockIAMAPI) GetOpenIDConnectProviderRequest ¶
func (iam *MockIAMAPI) GetOpenIDConnectProviderRequest(*iam.GetOpenIDConnectProviderInput) (*request.Request, *iam.GetOpenIDConnectProviderOutput)
func (*MockIAMAPI) GetOpenIDConnectProviderWithContext ¶
func (iam *MockIAMAPI) GetOpenIDConnectProviderWithContext(aws.Context, *iam.GetOpenIDConnectProviderInput, ...request.Option) (*iam.GetOpenIDConnectProviderOutput, error)
func (*MockIAMAPI) GetOrganizationsAccessReport ¶
func (iam *MockIAMAPI) GetOrganizationsAccessReport(*iam.GetOrganizationsAccessReportInput) (*iam.GetOrganizationsAccessReportOutput, error)
func (*MockIAMAPI) GetOrganizationsAccessReportRequest ¶
func (iam *MockIAMAPI) GetOrganizationsAccessReportRequest(*iam.GetOrganizationsAccessReportInput) (*request.Request, *iam.GetOrganizationsAccessReportOutput)
func (*MockIAMAPI) GetOrganizationsAccessReportWithContext ¶
func (iam *MockIAMAPI) GetOrganizationsAccessReportWithContext(aws.Context, *iam.GetOrganizationsAccessReportInput, ...request.Option) (*iam.GetOrganizationsAccessReportOutput, error)
func (*MockIAMAPI) GetPolicy ¶
func (iam *MockIAMAPI) GetPolicy(*iam.GetPolicyInput) (*iam.GetPolicyOutput, error)
func (*MockIAMAPI) GetPolicyRequest ¶
func (iam *MockIAMAPI) GetPolicyRequest(*iam.GetPolicyInput) (*request.Request, *iam.GetPolicyOutput)
func (*MockIAMAPI) GetPolicyVersion ¶
func (iam *MockIAMAPI) GetPolicyVersion(*iam.GetPolicyVersionInput) (*iam.GetPolicyVersionOutput, error)
func (*MockIAMAPI) GetPolicyVersionRequest ¶
func (iam *MockIAMAPI) GetPolicyVersionRequest(*iam.GetPolicyVersionInput) (*request.Request, *iam.GetPolicyVersionOutput)
func (*MockIAMAPI) GetPolicyVersionWithContext ¶
func (iam *MockIAMAPI) GetPolicyVersionWithContext(aws.Context, *iam.GetPolicyVersionInput, ...request.Option) (*iam.GetPolicyVersionOutput, error)
func (*MockIAMAPI) GetPolicyWithContext ¶
func (iam *MockIAMAPI) GetPolicyWithContext(aws.Context, *iam.GetPolicyInput, ...request.Option) (*iam.GetPolicyOutput, error)
func (*MockIAMAPI) GetRole ¶
func (iam *MockIAMAPI) GetRole(*iam.GetRoleInput) (*iam.GetRoleOutput, error)
func (*MockIAMAPI) GetRolePolicy ¶
func (iam *MockIAMAPI) GetRolePolicy(*iam.GetRolePolicyInput) (*iam.GetRolePolicyOutput, error)
func (*MockIAMAPI) GetRolePolicyRequest ¶
func (iam *MockIAMAPI) GetRolePolicyRequest(*iam.GetRolePolicyInput) (*request.Request, *iam.GetRolePolicyOutput)
func (*MockIAMAPI) GetRolePolicyWithContext ¶
func (iam *MockIAMAPI) GetRolePolicyWithContext(aws.Context, *iam.GetRolePolicyInput, ...request.Option) (*iam.GetRolePolicyOutput, error)
func (*MockIAMAPI) GetRoleRequest ¶
func (iam *MockIAMAPI) GetRoleRequest(*iam.GetRoleInput) (*request.Request, *iam.GetRoleOutput)
func (*MockIAMAPI) GetRoleWithContext ¶
func (iam *MockIAMAPI) GetRoleWithContext(aws.Context, *iam.GetRoleInput, ...request.Option) (*iam.GetRoleOutput, error)
func (*MockIAMAPI) GetSAMLProvider ¶
func (iam *MockIAMAPI) GetSAMLProvider(*iam.GetSAMLProviderInput) (*iam.GetSAMLProviderOutput, error)
func (*MockIAMAPI) GetSAMLProviderRequest ¶
func (iam *MockIAMAPI) GetSAMLProviderRequest(*iam.GetSAMLProviderInput) (*request.Request, *iam.GetSAMLProviderOutput)
func (*MockIAMAPI) GetSAMLProviderWithContext ¶
func (iam *MockIAMAPI) GetSAMLProviderWithContext(aws.Context, *iam.GetSAMLProviderInput, ...request.Option) (*iam.GetSAMLProviderOutput, error)
func (*MockIAMAPI) GetSSHPublicKey ¶
func (iam *MockIAMAPI) GetSSHPublicKey(*iam.GetSSHPublicKeyInput) (*iam.GetSSHPublicKeyOutput, error)
func (*MockIAMAPI) GetSSHPublicKeyRequest ¶
func (iam *MockIAMAPI) GetSSHPublicKeyRequest(*iam.GetSSHPublicKeyInput) (*request.Request, *iam.GetSSHPublicKeyOutput)
func (*MockIAMAPI) GetSSHPublicKeyWithContext ¶
func (iam *MockIAMAPI) GetSSHPublicKeyWithContext(aws.Context, *iam.GetSSHPublicKeyInput, ...request.Option) (*iam.GetSSHPublicKeyOutput, error)
func (*MockIAMAPI) GetServerCertificate ¶
func (iam *MockIAMAPI) GetServerCertificate(*iam.GetServerCertificateInput) (*iam.GetServerCertificateOutput, error)
func (*MockIAMAPI) GetServerCertificateRequest ¶
func (iam *MockIAMAPI) GetServerCertificateRequest(*iam.GetServerCertificateInput) (*request.Request, *iam.GetServerCertificateOutput)
func (*MockIAMAPI) GetServerCertificateWithContext ¶
func (iam *MockIAMAPI) GetServerCertificateWithContext(aws.Context, *iam.GetServerCertificateInput, ...request.Option) (*iam.GetServerCertificateOutput, error)
func (*MockIAMAPI) GetServiceLastAccessedDetails ¶
func (iam *MockIAMAPI) GetServiceLastAccessedDetails(*iam.GetServiceLastAccessedDetailsInput) (*iam.GetServiceLastAccessedDetailsOutput, error)
func (*MockIAMAPI) GetServiceLastAccessedDetailsRequest ¶
func (iam *MockIAMAPI) GetServiceLastAccessedDetailsRequest(*iam.GetServiceLastAccessedDetailsInput) (*request.Request, *iam.GetServiceLastAccessedDetailsOutput)
func (*MockIAMAPI) GetServiceLastAccessedDetailsWithContext ¶
func (iam *MockIAMAPI) GetServiceLastAccessedDetailsWithContext(aws.Context, *iam.GetServiceLastAccessedDetailsInput, ...request.Option) (*iam.GetServiceLastAccessedDetailsOutput, error)
func (*MockIAMAPI) GetServiceLastAccessedDetailsWithEntities ¶
func (iam *MockIAMAPI) GetServiceLastAccessedDetailsWithEntities(*iam.GetServiceLastAccessedDetailsWithEntitiesInput) (*iam.GetServiceLastAccessedDetailsWithEntitiesOutput, error)
func (*MockIAMAPI) GetServiceLastAccessedDetailsWithEntitiesRequest ¶
func (iam *MockIAMAPI) GetServiceLastAccessedDetailsWithEntitiesRequest(*iam.GetServiceLastAccessedDetailsWithEntitiesInput) (*request.Request, *iam.GetServiceLastAccessedDetailsWithEntitiesOutput)
func (*MockIAMAPI) GetServiceLastAccessedDetailsWithEntitiesWithContext ¶
func (iam *MockIAMAPI) GetServiceLastAccessedDetailsWithEntitiesWithContext(aws.Context, *iam.GetServiceLastAccessedDetailsWithEntitiesInput, ...request.Option) (*iam.GetServiceLastAccessedDetailsWithEntitiesOutput, error)
func (*MockIAMAPI) GetServiceLinkedRoleDeletionStatus ¶
func (iam *MockIAMAPI) GetServiceLinkedRoleDeletionStatus(*iam.GetServiceLinkedRoleDeletionStatusInput) (*iam.GetServiceLinkedRoleDeletionStatusOutput, error)
func (*MockIAMAPI) GetServiceLinkedRoleDeletionStatusRequest ¶
func (iam *MockIAMAPI) GetServiceLinkedRoleDeletionStatusRequest(*iam.GetServiceLinkedRoleDeletionStatusInput) (*request.Request, *iam.GetServiceLinkedRoleDeletionStatusOutput)
func (*MockIAMAPI) GetServiceLinkedRoleDeletionStatusWithContext ¶
func (iam *MockIAMAPI) GetServiceLinkedRoleDeletionStatusWithContext(aws.Context, *iam.GetServiceLinkedRoleDeletionStatusInput, ...request.Option) (*iam.GetServiceLinkedRoleDeletionStatusOutput, error)
func (*MockIAMAPI) GetUser ¶
func (iam *MockIAMAPI) GetUser(*iam.GetUserInput) (*iam.GetUserOutput, error)
func (*MockIAMAPI) GetUserPolicy ¶
func (iam *MockIAMAPI) GetUserPolicy(*iam.GetUserPolicyInput) (*iam.GetUserPolicyOutput, error)
func (*MockIAMAPI) GetUserPolicyRequest ¶
func (iam *MockIAMAPI) GetUserPolicyRequest(*iam.GetUserPolicyInput) (*request.Request, *iam.GetUserPolicyOutput)
func (*MockIAMAPI) GetUserPolicyWithContext ¶
func (iam *MockIAMAPI) GetUserPolicyWithContext(aws.Context, *iam.GetUserPolicyInput, ...request.Option) (*iam.GetUserPolicyOutput, error)
func (*MockIAMAPI) GetUserRequest ¶
func (iam *MockIAMAPI) GetUserRequest(*iam.GetUserInput) (*request.Request, *iam.GetUserOutput)
func (*MockIAMAPI) GetUserWithContext ¶
func (iam *MockIAMAPI) GetUserWithContext(aws.Context, *iam.GetUserInput, ...request.Option) (*iam.GetUserOutput, error)
func (*MockIAMAPI) ListAccessKeys ¶
func (iam *MockIAMAPI) ListAccessKeys(*iam.ListAccessKeysInput) (*iam.ListAccessKeysOutput, error)
func (*MockIAMAPI) ListAccessKeysPages ¶
func (iam *MockIAMAPI) ListAccessKeysPages(*iam.ListAccessKeysInput, func(*iam.ListAccessKeysOutput, bool) bool) error
func (*MockIAMAPI) ListAccessKeysPagesWithContext ¶
func (iam *MockIAMAPI) ListAccessKeysPagesWithContext(aws.Context, *iam.ListAccessKeysInput, func(*iam.ListAccessKeysOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListAccessKeysRequest ¶
func (iam *MockIAMAPI) ListAccessKeysRequest(*iam.ListAccessKeysInput) (*request.Request, *iam.ListAccessKeysOutput)
func (*MockIAMAPI) ListAccessKeysWithContext ¶
func (iam *MockIAMAPI) ListAccessKeysWithContext(aws.Context, *iam.ListAccessKeysInput, ...request.Option) (*iam.ListAccessKeysOutput, error)
func (*MockIAMAPI) ListAccountAliases ¶
func (iam *MockIAMAPI) ListAccountAliases(*iam.ListAccountAliasesInput) (*iam.ListAccountAliasesOutput, error)
func (*MockIAMAPI) ListAccountAliasesPages ¶
func (iam *MockIAMAPI) ListAccountAliasesPages(*iam.ListAccountAliasesInput, func(*iam.ListAccountAliasesOutput, bool) bool) error
func (*MockIAMAPI) ListAccountAliasesPagesWithContext ¶
func (iam *MockIAMAPI) ListAccountAliasesPagesWithContext(aws.Context, *iam.ListAccountAliasesInput, func(*iam.ListAccountAliasesOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListAccountAliasesRequest ¶
func (iam *MockIAMAPI) ListAccountAliasesRequest(*iam.ListAccountAliasesInput) (*request.Request, *iam.ListAccountAliasesOutput)
func (*MockIAMAPI) ListAccountAliasesWithContext ¶
func (iam *MockIAMAPI) ListAccountAliasesWithContext(aws.Context, *iam.ListAccountAliasesInput, ...request.Option) (*iam.ListAccountAliasesOutput, error)
func (*MockIAMAPI) ListAttachedGroupPolicies ¶
func (iam *MockIAMAPI) ListAttachedGroupPolicies(*iam.ListAttachedGroupPoliciesInput) (*iam.ListAttachedGroupPoliciesOutput, error)
func (*MockIAMAPI) ListAttachedGroupPoliciesPages ¶
func (iam *MockIAMAPI) ListAttachedGroupPoliciesPages(*iam.ListAttachedGroupPoliciesInput, func(*iam.ListAttachedGroupPoliciesOutput, bool) bool) error
func (*MockIAMAPI) ListAttachedGroupPoliciesPagesWithContext ¶
func (iam *MockIAMAPI) ListAttachedGroupPoliciesPagesWithContext(aws.Context, *iam.ListAttachedGroupPoliciesInput, func(*iam.ListAttachedGroupPoliciesOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListAttachedGroupPoliciesRequest ¶
func (iam *MockIAMAPI) ListAttachedGroupPoliciesRequest(*iam.ListAttachedGroupPoliciesInput) (*request.Request, *iam.ListAttachedGroupPoliciesOutput)
func (*MockIAMAPI) ListAttachedGroupPoliciesWithContext ¶
func (iam *MockIAMAPI) ListAttachedGroupPoliciesWithContext(aws.Context, *iam.ListAttachedGroupPoliciesInput, ...request.Option) (*iam.ListAttachedGroupPoliciesOutput, error)
func (*MockIAMAPI) ListAttachedRolePolicies ¶
func (iam *MockIAMAPI) ListAttachedRolePolicies(*iam.ListAttachedRolePoliciesInput) (*iam.ListAttachedRolePoliciesOutput, error)
func (*MockIAMAPI) ListAttachedRolePoliciesPages ¶
func (iam *MockIAMAPI) ListAttachedRolePoliciesPages(*iam.ListAttachedRolePoliciesInput, func(*iam.ListAttachedRolePoliciesOutput, bool) bool) error
func (*MockIAMAPI) ListAttachedRolePoliciesPagesWithContext ¶
func (iam *MockIAMAPI) ListAttachedRolePoliciesPagesWithContext(aws.Context, *iam.ListAttachedRolePoliciesInput, func(*iam.ListAttachedRolePoliciesOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListAttachedRolePoliciesRequest ¶
func (iam *MockIAMAPI) ListAttachedRolePoliciesRequest(*iam.ListAttachedRolePoliciesInput) (*request.Request, *iam.ListAttachedRolePoliciesOutput)
func (*MockIAMAPI) ListAttachedRolePoliciesWithContext ¶
func (iam *MockIAMAPI) ListAttachedRolePoliciesWithContext(aws.Context, *iam.ListAttachedRolePoliciesInput, ...request.Option) (*iam.ListAttachedRolePoliciesOutput, error)
func (*MockIAMAPI) ListAttachedUserPolicies ¶
func (iam *MockIAMAPI) ListAttachedUserPolicies(*iam.ListAttachedUserPoliciesInput) (*iam.ListAttachedUserPoliciesOutput, error)
func (*MockIAMAPI) ListAttachedUserPoliciesPages ¶
func (iam *MockIAMAPI) ListAttachedUserPoliciesPages(*iam.ListAttachedUserPoliciesInput, func(*iam.ListAttachedUserPoliciesOutput, bool) bool) error
func (*MockIAMAPI) ListAttachedUserPoliciesPagesWithContext ¶
func (iam *MockIAMAPI) ListAttachedUserPoliciesPagesWithContext(aws.Context, *iam.ListAttachedUserPoliciesInput, func(*iam.ListAttachedUserPoliciesOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListAttachedUserPoliciesRequest ¶
func (iam *MockIAMAPI) ListAttachedUserPoliciesRequest(*iam.ListAttachedUserPoliciesInput) (*request.Request, *iam.ListAttachedUserPoliciesOutput)
func (*MockIAMAPI) ListAttachedUserPoliciesWithContext ¶
func (iam *MockIAMAPI) ListAttachedUserPoliciesWithContext(aws.Context, *iam.ListAttachedUserPoliciesInput, ...request.Option) (*iam.ListAttachedUserPoliciesOutput, error)
func (*MockIAMAPI) ListEntitiesForPolicy ¶
func (iam *MockIAMAPI) ListEntitiesForPolicy(*iam.ListEntitiesForPolicyInput) (*iam.ListEntitiesForPolicyOutput, error)
func (*MockIAMAPI) ListEntitiesForPolicyPages ¶
func (iam *MockIAMAPI) ListEntitiesForPolicyPages(*iam.ListEntitiesForPolicyInput, func(*iam.ListEntitiesForPolicyOutput, bool) bool) error
func (*MockIAMAPI) ListEntitiesForPolicyPagesWithContext ¶
func (iam *MockIAMAPI) ListEntitiesForPolicyPagesWithContext(aws.Context, *iam.ListEntitiesForPolicyInput, func(*iam.ListEntitiesForPolicyOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListEntitiesForPolicyRequest ¶
func (iam *MockIAMAPI) ListEntitiesForPolicyRequest(*iam.ListEntitiesForPolicyInput) (*request.Request, *iam.ListEntitiesForPolicyOutput)
func (*MockIAMAPI) ListEntitiesForPolicyWithContext ¶
func (iam *MockIAMAPI) ListEntitiesForPolicyWithContext(aws.Context, *iam.ListEntitiesForPolicyInput, ...request.Option) (*iam.ListEntitiesForPolicyOutput, error)
func (*MockIAMAPI) ListGroupPolicies ¶
func (iam *MockIAMAPI) ListGroupPolicies(*iam.ListGroupPoliciesInput) (*iam.ListGroupPoliciesOutput, error)
func (*MockIAMAPI) ListGroupPoliciesPages ¶
func (iam *MockIAMAPI) ListGroupPoliciesPages(*iam.ListGroupPoliciesInput, func(*iam.ListGroupPoliciesOutput, bool) bool) error
func (*MockIAMAPI) ListGroupPoliciesPagesWithContext ¶
func (iam *MockIAMAPI) ListGroupPoliciesPagesWithContext(aws.Context, *iam.ListGroupPoliciesInput, func(*iam.ListGroupPoliciesOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListGroupPoliciesRequest ¶
func (iam *MockIAMAPI) ListGroupPoliciesRequest(*iam.ListGroupPoliciesInput) (*request.Request, *iam.ListGroupPoliciesOutput)
func (*MockIAMAPI) ListGroupPoliciesWithContext ¶
func (iam *MockIAMAPI) ListGroupPoliciesWithContext(aws.Context, *iam.ListGroupPoliciesInput, ...request.Option) (*iam.ListGroupPoliciesOutput, error)
func (*MockIAMAPI) ListGroups ¶
func (iam *MockIAMAPI) ListGroups(*iam.ListGroupsInput) (*iam.ListGroupsOutput, error)
func (*MockIAMAPI) ListGroupsForUser ¶
func (iam *MockIAMAPI) ListGroupsForUser(*iam.ListGroupsForUserInput) (*iam.ListGroupsForUserOutput, error)
func (*MockIAMAPI) ListGroupsForUserPages ¶
func (iam *MockIAMAPI) ListGroupsForUserPages(*iam.ListGroupsForUserInput, func(*iam.ListGroupsForUserOutput, bool) bool) error
func (*MockIAMAPI) ListGroupsForUserPagesWithContext ¶
func (iam *MockIAMAPI) ListGroupsForUserPagesWithContext(aws.Context, *iam.ListGroupsForUserInput, func(*iam.ListGroupsForUserOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListGroupsForUserRequest ¶
func (iam *MockIAMAPI) ListGroupsForUserRequest(*iam.ListGroupsForUserInput) (*request.Request, *iam.ListGroupsForUserOutput)
func (*MockIAMAPI) ListGroupsForUserWithContext ¶
func (iam *MockIAMAPI) ListGroupsForUserWithContext(aws.Context, *iam.ListGroupsForUserInput, ...request.Option) (*iam.ListGroupsForUserOutput, error)
func (*MockIAMAPI) ListGroupsPages ¶
func (iam *MockIAMAPI) ListGroupsPages(*iam.ListGroupsInput, func(*iam.ListGroupsOutput, bool) bool) error
func (*MockIAMAPI) ListGroupsPagesWithContext ¶
func (iam *MockIAMAPI) ListGroupsPagesWithContext(aws.Context, *iam.ListGroupsInput, func(*iam.ListGroupsOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListGroupsRequest ¶
func (iam *MockIAMAPI) ListGroupsRequest(*iam.ListGroupsInput) (*request.Request, *iam.ListGroupsOutput)
func (*MockIAMAPI) ListGroupsWithContext ¶
func (iam *MockIAMAPI) ListGroupsWithContext(aws.Context, *iam.ListGroupsInput, ...request.Option) (*iam.ListGroupsOutput, error)
func (*MockIAMAPI) ListInstanceProfiles ¶
func (iam *MockIAMAPI) ListInstanceProfiles(*iam.ListInstanceProfilesInput) (*iam.ListInstanceProfilesOutput, error)
func (*MockIAMAPI) ListInstanceProfilesForRole ¶
func (iam *MockIAMAPI) ListInstanceProfilesForRole(*iam.ListInstanceProfilesForRoleInput) (*iam.ListInstanceProfilesForRoleOutput, error)
func (*MockIAMAPI) ListInstanceProfilesForRolePages ¶
func (iam *MockIAMAPI) ListInstanceProfilesForRolePages(*iam.ListInstanceProfilesForRoleInput, func(*iam.ListInstanceProfilesForRoleOutput, bool) bool) error
func (*MockIAMAPI) ListInstanceProfilesForRolePagesWithContext ¶
func (iam *MockIAMAPI) ListInstanceProfilesForRolePagesWithContext(aws.Context, *iam.ListInstanceProfilesForRoleInput, func(*iam.ListInstanceProfilesForRoleOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListInstanceProfilesForRoleRequest ¶
func (iam *MockIAMAPI) ListInstanceProfilesForRoleRequest(*iam.ListInstanceProfilesForRoleInput) (*request.Request, *iam.ListInstanceProfilesForRoleOutput)
func (*MockIAMAPI) ListInstanceProfilesForRoleWithContext ¶
func (iam *MockIAMAPI) ListInstanceProfilesForRoleWithContext(aws.Context, *iam.ListInstanceProfilesForRoleInput, ...request.Option) (*iam.ListInstanceProfilesForRoleOutput, error)
func (*MockIAMAPI) ListInstanceProfilesPages ¶
func (iam *MockIAMAPI) ListInstanceProfilesPages(*iam.ListInstanceProfilesInput, func(*iam.ListInstanceProfilesOutput, bool) bool) error
func (*MockIAMAPI) ListInstanceProfilesPagesWithContext ¶
func (iam *MockIAMAPI) ListInstanceProfilesPagesWithContext(aws.Context, *iam.ListInstanceProfilesInput, func(*iam.ListInstanceProfilesOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListInstanceProfilesRequest ¶
func (iam *MockIAMAPI) ListInstanceProfilesRequest(*iam.ListInstanceProfilesInput) (*request.Request, *iam.ListInstanceProfilesOutput)
func (*MockIAMAPI) ListInstanceProfilesWithContext ¶
func (iam *MockIAMAPI) ListInstanceProfilesWithContext(aws.Context, *iam.ListInstanceProfilesInput, ...request.Option) (*iam.ListInstanceProfilesOutput, error)
func (*MockIAMAPI) ListMFADevices ¶
func (iam *MockIAMAPI) ListMFADevices(*iam.ListMFADevicesInput) (*iam.ListMFADevicesOutput, error)
func (*MockIAMAPI) ListMFADevicesPages ¶
func (iam *MockIAMAPI) ListMFADevicesPages(*iam.ListMFADevicesInput, func(*iam.ListMFADevicesOutput, bool) bool) error
func (*MockIAMAPI) ListMFADevicesPagesWithContext ¶
func (iam *MockIAMAPI) ListMFADevicesPagesWithContext(aws.Context, *iam.ListMFADevicesInput, func(*iam.ListMFADevicesOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListMFADevicesRequest ¶
func (iam *MockIAMAPI) ListMFADevicesRequest(*iam.ListMFADevicesInput) (*request.Request, *iam.ListMFADevicesOutput)
func (*MockIAMAPI) ListMFADevicesWithContext ¶
func (iam *MockIAMAPI) ListMFADevicesWithContext(aws.Context, *iam.ListMFADevicesInput, ...request.Option) (*iam.ListMFADevicesOutput, error)
func (*MockIAMAPI) ListOpenIDConnectProviders ¶
func (iam *MockIAMAPI) ListOpenIDConnectProviders(*iam.ListOpenIDConnectProvidersInput) (*iam.ListOpenIDConnectProvidersOutput, error)
func (*MockIAMAPI) ListOpenIDConnectProvidersRequest ¶
func (iam *MockIAMAPI) ListOpenIDConnectProvidersRequest(*iam.ListOpenIDConnectProvidersInput) (*request.Request, *iam.ListOpenIDConnectProvidersOutput)
func (*MockIAMAPI) ListOpenIDConnectProvidersWithContext ¶
func (iam *MockIAMAPI) ListOpenIDConnectProvidersWithContext(aws.Context, *iam.ListOpenIDConnectProvidersInput, ...request.Option) (*iam.ListOpenIDConnectProvidersOutput, error)
func (*MockIAMAPI) ListPolicies ¶
func (iam *MockIAMAPI) ListPolicies(*iam.ListPoliciesInput) (*iam.ListPoliciesOutput, error)
func (*MockIAMAPI) ListPoliciesGrantingServiceAccess ¶
func (iam *MockIAMAPI) ListPoliciesGrantingServiceAccess(*iam.ListPoliciesGrantingServiceAccessInput) (*iam.ListPoliciesGrantingServiceAccessOutput, error)
func (*MockIAMAPI) ListPoliciesGrantingServiceAccessRequest ¶
func (iam *MockIAMAPI) ListPoliciesGrantingServiceAccessRequest(*iam.ListPoliciesGrantingServiceAccessInput) (*request.Request, *iam.ListPoliciesGrantingServiceAccessOutput)
func (*MockIAMAPI) ListPoliciesGrantingServiceAccessWithContext ¶
func (iam *MockIAMAPI) ListPoliciesGrantingServiceAccessWithContext(aws.Context, *iam.ListPoliciesGrantingServiceAccessInput, ...request.Option) (*iam.ListPoliciesGrantingServiceAccessOutput, error)
func (*MockIAMAPI) ListPoliciesPages ¶
func (iam *MockIAMAPI) ListPoliciesPages(*iam.ListPoliciesInput, func(*iam.ListPoliciesOutput, bool) bool) error
func (*MockIAMAPI) ListPoliciesPagesWithContext ¶
func (iam *MockIAMAPI) ListPoliciesPagesWithContext(aws.Context, *iam.ListPoliciesInput, func(*iam.ListPoliciesOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListPoliciesRequest ¶
func (iam *MockIAMAPI) ListPoliciesRequest(*iam.ListPoliciesInput) (*request.Request, *iam.ListPoliciesOutput)
func (*MockIAMAPI) ListPoliciesWithContext ¶
func (iam *MockIAMAPI) ListPoliciesWithContext(aws.Context, *iam.ListPoliciesInput, ...request.Option) (*iam.ListPoliciesOutput, error)
func (*MockIAMAPI) ListPolicyVersions ¶
func (iam *MockIAMAPI) ListPolicyVersions(*iam.ListPolicyVersionsInput) (*iam.ListPolicyVersionsOutput, error)
func (*MockIAMAPI) ListPolicyVersionsPages ¶
func (iam *MockIAMAPI) ListPolicyVersionsPages(*iam.ListPolicyVersionsInput, func(*iam.ListPolicyVersionsOutput, bool) bool) error
func (*MockIAMAPI) ListPolicyVersionsPagesWithContext ¶
func (iam *MockIAMAPI) ListPolicyVersionsPagesWithContext(aws.Context, *iam.ListPolicyVersionsInput, func(*iam.ListPolicyVersionsOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListPolicyVersionsRequest ¶
func (iam *MockIAMAPI) ListPolicyVersionsRequest(*iam.ListPolicyVersionsInput) (*request.Request, *iam.ListPolicyVersionsOutput)
func (*MockIAMAPI) ListPolicyVersionsWithContext ¶
func (iam *MockIAMAPI) ListPolicyVersionsWithContext(aws.Context, *iam.ListPolicyVersionsInput, ...request.Option) (*iam.ListPolicyVersionsOutput, error)
func (*MockIAMAPI) ListRolePolicies ¶
func (iam *MockIAMAPI) ListRolePolicies(*iam.ListRolePoliciesInput) (*iam.ListRolePoliciesOutput, error)
func (*MockIAMAPI) ListRolePoliciesPages ¶
func (iam *MockIAMAPI) ListRolePoliciesPages(*iam.ListRolePoliciesInput, func(*iam.ListRolePoliciesOutput, bool) bool) error
func (*MockIAMAPI) ListRolePoliciesPagesWithContext ¶
func (iam *MockIAMAPI) ListRolePoliciesPagesWithContext(aws.Context, *iam.ListRolePoliciesInput, func(*iam.ListRolePoliciesOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListRolePoliciesRequest ¶
func (iam *MockIAMAPI) ListRolePoliciesRequest(*iam.ListRolePoliciesInput) (*request.Request, *iam.ListRolePoliciesOutput)
func (*MockIAMAPI) ListRolePoliciesWithContext ¶
func (iam *MockIAMAPI) ListRolePoliciesWithContext(aws.Context, *iam.ListRolePoliciesInput, ...request.Option) (*iam.ListRolePoliciesOutput, error)
func (*MockIAMAPI) ListRoleTags ¶
func (iam *MockIAMAPI) ListRoleTags(*iam.ListRoleTagsInput) (*iam.ListRoleTagsOutput, error)
func (*MockIAMAPI) ListRoleTagsRequest ¶
func (iam *MockIAMAPI) ListRoleTagsRequest(*iam.ListRoleTagsInput) (*request.Request, *iam.ListRoleTagsOutput)
func (*MockIAMAPI) ListRoleTagsWithContext ¶
func (iam *MockIAMAPI) ListRoleTagsWithContext(aws.Context, *iam.ListRoleTagsInput, ...request.Option) (*iam.ListRoleTagsOutput, error)
func (*MockIAMAPI) ListRoles ¶
func (iam *MockIAMAPI) ListRoles(*iam.ListRolesInput) (*iam.ListRolesOutput, error)
func (*MockIAMAPI) ListRolesPages ¶
func (iam *MockIAMAPI) ListRolesPages(*iam.ListRolesInput, func(*iam.ListRolesOutput, bool) bool) error
func (*MockIAMAPI) ListRolesPagesWithContext ¶
func (iam *MockIAMAPI) ListRolesPagesWithContext(aws.Context, *iam.ListRolesInput, func(*iam.ListRolesOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListRolesRequest ¶
func (iam *MockIAMAPI) ListRolesRequest(*iam.ListRolesInput) (*request.Request, *iam.ListRolesOutput)
func (*MockIAMAPI) ListRolesWithContext ¶
func (iam *MockIAMAPI) ListRolesWithContext(aws.Context, *iam.ListRolesInput, ...request.Option) (*iam.ListRolesOutput, error)
func (*MockIAMAPI) ListSAMLProviders ¶
func (iam *MockIAMAPI) ListSAMLProviders(*iam.ListSAMLProvidersInput) (*iam.ListSAMLProvidersOutput, error)
func (*MockIAMAPI) ListSAMLProvidersRequest ¶
func (iam *MockIAMAPI) ListSAMLProvidersRequest(*iam.ListSAMLProvidersInput) (*request.Request, *iam.ListSAMLProvidersOutput)
func (*MockIAMAPI) ListSAMLProvidersWithContext ¶
func (iam *MockIAMAPI) ListSAMLProvidersWithContext(aws.Context, *iam.ListSAMLProvidersInput, ...request.Option) (*iam.ListSAMLProvidersOutput, error)
func (*MockIAMAPI) ListSSHPublicKeys ¶
func (iam *MockIAMAPI) ListSSHPublicKeys(*iam.ListSSHPublicKeysInput) (*iam.ListSSHPublicKeysOutput, error)
func (*MockIAMAPI) ListSSHPublicKeysPages ¶
func (iam *MockIAMAPI) ListSSHPublicKeysPages(*iam.ListSSHPublicKeysInput, func(*iam.ListSSHPublicKeysOutput, bool) bool) error
func (*MockIAMAPI) ListSSHPublicKeysPagesWithContext ¶
func (iam *MockIAMAPI) ListSSHPublicKeysPagesWithContext(aws.Context, *iam.ListSSHPublicKeysInput, func(*iam.ListSSHPublicKeysOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListSSHPublicKeysRequest ¶
func (iam *MockIAMAPI) ListSSHPublicKeysRequest(*iam.ListSSHPublicKeysInput) (*request.Request, *iam.ListSSHPublicKeysOutput)
func (*MockIAMAPI) ListSSHPublicKeysWithContext ¶
func (iam *MockIAMAPI) ListSSHPublicKeysWithContext(aws.Context, *iam.ListSSHPublicKeysInput, ...request.Option) (*iam.ListSSHPublicKeysOutput, error)
func (*MockIAMAPI) ListServerCertificates ¶
func (iam *MockIAMAPI) ListServerCertificates(*iam.ListServerCertificatesInput) (*iam.ListServerCertificatesOutput, error)
func (*MockIAMAPI) ListServerCertificatesPages ¶
func (iam *MockIAMAPI) ListServerCertificatesPages(*iam.ListServerCertificatesInput, func(*iam.ListServerCertificatesOutput, bool) bool) error
func (*MockIAMAPI) ListServerCertificatesPagesWithContext ¶
func (iam *MockIAMAPI) ListServerCertificatesPagesWithContext(aws.Context, *iam.ListServerCertificatesInput, func(*iam.ListServerCertificatesOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListServerCertificatesRequest ¶
func (iam *MockIAMAPI) ListServerCertificatesRequest(*iam.ListServerCertificatesInput) (*request.Request, *iam.ListServerCertificatesOutput)
func (*MockIAMAPI) ListServerCertificatesWithContext ¶
func (iam *MockIAMAPI) ListServerCertificatesWithContext(aws.Context, *iam.ListServerCertificatesInput, ...request.Option) (*iam.ListServerCertificatesOutput, error)
func (*MockIAMAPI) ListServiceSpecificCredentials ¶
func (iam *MockIAMAPI) ListServiceSpecificCredentials(*iam.ListServiceSpecificCredentialsInput) (*iam.ListServiceSpecificCredentialsOutput, error)
func (*MockIAMAPI) ListServiceSpecificCredentialsRequest ¶
func (iam *MockIAMAPI) ListServiceSpecificCredentialsRequest(*iam.ListServiceSpecificCredentialsInput) (*request.Request, *iam.ListServiceSpecificCredentialsOutput)
func (*MockIAMAPI) ListServiceSpecificCredentialsWithContext ¶
func (iam *MockIAMAPI) ListServiceSpecificCredentialsWithContext(aws.Context, *iam.ListServiceSpecificCredentialsInput, ...request.Option) (*iam.ListServiceSpecificCredentialsOutput, error)
func (*MockIAMAPI) ListSigningCertificates ¶
func (iam *MockIAMAPI) ListSigningCertificates(*iam.ListSigningCertificatesInput) (*iam.ListSigningCertificatesOutput, error)
func (*MockIAMAPI) ListSigningCertificatesPages ¶
func (iam *MockIAMAPI) ListSigningCertificatesPages(*iam.ListSigningCertificatesInput, func(*iam.ListSigningCertificatesOutput, bool) bool) error
func (*MockIAMAPI) ListSigningCertificatesPagesWithContext ¶
func (iam *MockIAMAPI) ListSigningCertificatesPagesWithContext(aws.Context, *iam.ListSigningCertificatesInput, func(*iam.ListSigningCertificatesOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListSigningCertificatesRequest ¶
func (iam *MockIAMAPI) ListSigningCertificatesRequest(*iam.ListSigningCertificatesInput) (*request.Request, *iam.ListSigningCertificatesOutput)
func (*MockIAMAPI) ListSigningCertificatesWithContext ¶
func (iam *MockIAMAPI) ListSigningCertificatesWithContext(aws.Context, *iam.ListSigningCertificatesInput, ...request.Option) (*iam.ListSigningCertificatesOutput, error)
func (*MockIAMAPI) ListUserPolicies ¶
func (iam *MockIAMAPI) ListUserPolicies(*iam.ListUserPoliciesInput) (*iam.ListUserPoliciesOutput, error)
func (*MockIAMAPI) ListUserPoliciesPages ¶
func (iam *MockIAMAPI) ListUserPoliciesPages(*iam.ListUserPoliciesInput, func(*iam.ListUserPoliciesOutput, bool) bool) error
func (*MockIAMAPI) ListUserPoliciesPagesWithContext ¶
func (iam *MockIAMAPI) ListUserPoliciesPagesWithContext(aws.Context, *iam.ListUserPoliciesInput, func(*iam.ListUserPoliciesOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListUserPoliciesRequest ¶
func (iam *MockIAMAPI) ListUserPoliciesRequest(*iam.ListUserPoliciesInput) (*request.Request, *iam.ListUserPoliciesOutput)
func (*MockIAMAPI) ListUserPoliciesWithContext ¶
func (iam *MockIAMAPI) ListUserPoliciesWithContext(aws.Context, *iam.ListUserPoliciesInput, ...request.Option) (*iam.ListUserPoliciesOutput, error)
func (*MockIAMAPI) ListUserTags ¶
func (iam *MockIAMAPI) ListUserTags(*iam.ListUserTagsInput) (*iam.ListUserTagsOutput, error)
func (*MockIAMAPI) ListUserTagsRequest ¶
func (iam *MockIAMAPI) ListUserTagsRequest(*iam.ListUserTagsInput) (*request.Request, *iam.ListUserTagsOutput)
func (*MockIAMAPI) ListUserTagsWithContext ¶
func (iam *MockIAMAPI) ListUserTagsWithContext(aws.Context, *iam.ListUserTagsInput, ...request.Option) (*iam.ListUserTagsOutput, error)
func (*MockIAMAPI) ListUsers ¶
func (iam *MockIAMAPI) ListUsers(*iam.ListUsersInput) (*iam.ListUsersOutput, error)
func (*MockIAMAPI) ListUsersPages ¶
func (iam *MockIAMAPI) ListUsersPages(*iam.ListUsersInput, func(*iam.ListUsersOutput, bool) bool) error
func (*MockIAMAPI) ListUsersPagesWithContext ¶
func (iam *MockIAMAPI) ListUsersPagesWithContext(aws.Context, *iam.ListUsersInput, func(*iam.ListUsersOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListUsersRequest ¶
func (iam *MockIAMAPI) ListUsersRequest(*iam.ListUsersInput) (*request.Request, *iam.ListUsersOutput)
func (*MockIAMAPI) ListUsersWithContext ¶
func (iam *MockIAMAPI) ListUsersWithContext(aws.Context, *iam.ListUsersInput, ...request.Option) (*iam.ListUsersOutput, error)
func (*MockIAMAPI) ListVirtualMFADevices ¶
func (iam *MockIAMAPI) ListVirtualMFADevices(*iam.ListVirtualMFADevicesInput) (*iam.ListVirtualMFADevicesOutput, error)
func (*MockIAMAPI) ListVirtualMFADevicesPages ¶
func (iam *MockIAMAPI) ListVirtualMFADevicesPages(*iam.ListVirtualMFADevicesInput, func(*iam.ListVirtualMFADevicesOutput, bool) bool) error
func (*MockIAMAPI) ListVirtualMFADevicesPagesWithContext ¶
func (iam *MockIAMAPI) ListVirtualMFADevicesPagesWithContext(aws.Context, *iam.ListVirtualMFADevicesInput, func(*iam.ListVirtualMFADevicesOutput, bool) bool, ...request.Option) error
func (*MockIAMAPI) ListVirtualMFADevicesRequest ¶
func (iam *MockIAMAPI) ListVirtualMFADevicesRequest(*iam.ListVirtualMFADevicesInput) (*request.Request, *iam.ListVirtualMFADevicesOutput)
func (*MockIAMAPI) ListVirtualMFADevicesWithContext ¶
func (iam *MockIAMAPI) ListVirtualMFADevicesWithContext(aws.Context, *iam.ListVirtualMFADevicesInput, ...request.Option) (*iam.ListVirtualMFADevicesOutput, error)
func (*MockIAMAPI) PutGroupPolicy ¶
func (iam *MockIAMAPI) PutGroupPolicy(*iam.PutGroupPolicyInput) (*iam.PutGroupPolicyOutput, error)
func (*MockIAMAPI) PutGroupPolicyRequest ¶
func (iam *MockIAMAPI) PutGroupPolicyRequest(*iam.PutGroupPolicyInput) (*request.Request, *iam.PutGroupPolicyOutput)
func (*MockIAMAPI) PutGroupPolicyWithContext ¶
func (iam *MockIAMAPI) PutGroupPolicyWithContext(aws.Context, *iam.PutGroupPolicyInput, ...request.Option) (*iam.PutGroupPolicyOutput, error)
func (*MockIAMAPI) PutRolePermissionsBoundary ¶
func (iam *MockIAMAPI) PutRolePermissionsBoundary(*iam.PutRolePermissionsBoundaryInput) (*iam.PutRolePermissionsBoundaryOutput, error)
func (*MockIAMAPI) PutRolePermissionsBoundaryRequest ¶
func (iam *MockIAMAPI) PutRolePermissionsBoundaryRequest(*iam.PutRolePermissionsBoundaryInput) (*request.Request, *iam.PutRolePermissionsBoundaryOutput)
func (*MockIAMAPI) PutRolePermissionsBoundaryWithContext ¶
func (iam *MockIAMAPI) PutRolePermissionsBoundaryWithContext(aws.Context, *iam.PutRolePermissionsBoundaryInput, ...request.Option) (*iam.PutRolePermissionsBoundaryOutput, error)
func (*MockIAMAPI) PutRolePolicy ¶
func (iam *MockIAMAPI) PutRolePolicy(*iam.PutRolePolicyInput) (*iam.PutRolePolicyOutput, error)
func (*MockIAMAPI) PutRolePolicyRequest ¶
func (iam *MockIAMAPI) PutRolePolicyRequest(*iam.PutRolePolicyInput) (*request.Request, *iam.PutRolePolicyOutput)
func (*MockIAMAPI) PutRolePolicyWithContext ¶
func (iam *MockIAMAPI) PutRolePolicyWithContext(aws.Context, *iam.PutRolePolicyInput, ...request.Option) (*iam.PutRolePolicyOutput, error)
func (*MockIAMAPI) PutUserPermissionsBoundary ¶
func (iam *MockIAMAPI) PutUserPermissionsBoundary(*iam.PutUserPermissionsBoundaryInput) (*iam.PutUserPermissionsBoundaryOutput, error)
func (*MockIAMAPI) PutUserPermissionsBoundaryRequest ¶
func (iam *MockIAMAPI) PutUserPermissionsBoundaryRequest(*iam.PutUserPermissionsBoundaryInput) (*request.Request, *iam.PutUserPermissionsBoundaryOutput)
func (*MockIAMAPI) PutUserPermissionsBoundaryWithContext ¶
func (iam *MockIAMAPI) PutUserPermissionsBoundaryWithContext(aws.Context, *iam.PutUserPermissionsBoundaryInput, ...request.Option) (*iam.PutUserPermissionsBoundaryOutput, error)
func (*MockIAMAPI) PutUserPolicy ¶
func (iam *MockIAMAPI) PutUserPolicy(*iam.PutUserPolicyInput) (*iam.PutUserPolicyOutput, error)
func (*MockIAMAPI) PutUserPolicyRequest ¶
func (iam *MockIAMAPI) PutUserPolicyRequest(*iam.PutUserPolicyInput) (*request.Request, *iam.PutUserPolicyOutput)
func (*MockIAMAPI) PutUserPolicyWithContext ¶
func (iam *MockIAMAPI) PutUserPolicyWithContext(aws.Context, *iam.PutUserPolicyInput, ...request.Option) (*iam.PutUserPolicyOutput, error)
func (*MockIAMAPI) RemoveClientIDFromOpenIDConnectProvider ¶
func (iam *MockIAMAPI) RemoveClientIDFromOpenIDConnectProvider(*iam.RemoveClientIDFromOpenIDConnectProviderInput) (*iam.RemoveClientIDFromOpenIDConnectProviderOutput, error)
func (*MockIAMAPI) RemoveClientIDFromOpenIDConnectProviderRequest ¶
func (iam *MockIAMAPI) RemoveClientIDFromOpenIDConnectProviderRequest(*iam.RemoveClientIDFromOpenIDConnectProviderInput) (*request.Request, *iam.RemoveClientIDFromOpenIDConnectProviderOutput)
func (*MockIAMAPI) RemoveClientIDFromOpenIDConnectProviderWithContext ¶
func (iam *MockIAMAPI) RemoveClientIDFromOpenIDConnectProviderWithContext(aws.Context, *iam.RemoveClientIDFromOpenIDConnectProviderInput, ...request.Option) (*iam.RemoveClientIDFromOpenIDConnectProviderOutput, error)
func (*MockIAMAPI) RemoveRoleFromInstanceProfile ¶
func (iam *MockIAMAPI) RemoveRoleFromInstanceProfile(*iam.RemoveRoleFromInstanceProfileInput) (*iam.RemoveRoleFromInstanceProfileOutput, error)
func (*MockIAMAPI) RemoveRoleFromInstanceProfileRequest ¶
func (iam *MockIAMAPI) RemoveRoleFromInstanceProfileRequest(*iam.RemoveRoleFromInstanceProfileInput) (*request.Request, *iam.RemoveRoleFromInstanceProfileOutput)
func (*MockIAMAPI) RemoveRoleFromInstanceProfileWithContext ¶
func (iam *MockIAMAPI) RemoveRoleFromInstanceProfileWithContext(aws.Context, *iam.RemoveRoleFromInstanceProfileInput, ...request.Option) (*iam.RemoveRoleFromInstanceProfileOutput, error)
func (*MockIAMAPI) RemoveUserFromGroup ¶
func (iam *MockIAMAPI) RemoveUserFromGroup(*iam.RemoveUserFromGroupInput) (*iam.RemoveUserFromGroupOutput, error)
func (*MockIAMAPI) RemoveUserFromGroupRequest ¶
func (iam *MockIAMAPI) RemoveUserFromGroupRequest(*iam.RemoveUserFromGroupInput) (*request.Request, *iam.RemoveUserFromGroupOutput)
func (*MockIAMAPI) RemoveUserFromGroupWithContext ¶
func (iam *MockIAMAPI) RemoveUserFromGroupWithContext(aws.Context, *iam.RemoveUserFromGroupInput, ...request.Option) (*iam.RemoveUserFromGroupOutput, error)
func (*MockIAMAPI) ResetServiceSpecificCredential ¶
func (iam *MockIAMAPI) ResetServiceSpecificCredential(*iam.ResetServiceSpecificCredentialInput) (*iam.ResetServiceSpecificCredentialOutput, error)
func (*MockIAMAPI) ResetServiceSpecificCredentialRequest ¶
func (iam *MockIAMAPI) ResetServiceSpecificCredentialRequest(*iam.ResetServiceSpecificCredentialInput) (*request.Request, *iam.ResetServiceSpecificCredentialOutput)
func (*MockIAMAPI) ResetServiceSpecificCredentialWithContext ¶
func (iam *MockIAMAPI) ResetServiceSpecificCredentialWithContext(aws.Context, *iam.ResetServiceSpecificCredentialInput, ...request.Option) (*iam.ResetServiceSpecificCredentialOutput, error)
func (*MockIAMAPI) ResyncMFADevice ¶
func (iam *MockIAMAPI) ResyncMFADevice(*iam.ResyncMFADeviceInput) (*iam.ResyncMFADeviceOutput, error)
func (*MockIAMAPI) ResyncMFADeviceRequest ¶
func (iam *MockIAMAPI) ResyncMFADeviceRequest(*iam.ResyncMFADeviceInput) (*request.Request, *iam.ResyncMFADeviceOutput)
func (*MockIAMAPI) ResyncMFADeviceWithContext ¶
func (iam *MockIAMAPI) ResyncMFADeviceWithContext(aws.Context, *iam.ResyncMFADeviceInput, ...request.Option) (*iam.ResyncMFADeviceOutput, error)
func (*MockIAMAPI) SetDefaultPolicyVersion ¶
func (iam *MockIAMAPI) SetDefaultPolicyVersion(*iam.SetDefaultPolicyVersionInput) (*iam.SetDefaultPolicyVersionOutput, error)
func (*MockIAMAPI) SetDefaultPolicyVersionRequest ¶
func (iam *MockIAMAPI) SetDefaultPolicyVersionRequest(*iam.SetDefaultPolicyVersionInput) (*request.Request, *iam.SetDefaultPolicyVersionOutput)
func (*MockIAMAPI) SetDefaultPolicyVersionWithContext ¶
func (iam *MockIAMAPI) SetDefaultPolicyVersionWithContext(aws.Context, *iam.SetDefaultPolicyVersionInput, ...request.Option) (*iam.SetDefaultPolicyVersionOutput, error)
func (*MockIAMAPI) SetSecurityTokenServicePreferences ¶
func (iam *MockIAMAPI) SetSecurityTokenServicePreferences(*iam.SetSecurityTokenServicePreferencesInput) (*iam.SetSecurityTokenServicePreferencesOutput, error)
func (*MockIAMAPI) SetSecurityTokenServicePreferencesRequest ¶
func (iam *MockIAMAPI) SetSecurityTokenServicePreferencesRequest(*iam.SetSecurityTokenServicePreferencesInput) (*request.Request, *iam.SetSecurityTokenServicePreferencesOutput)
func (*MockIAMAPI) SetSecurityTokenServicePreferencesWithContext ¶
func (iam *MockIAMAPI) SetSecurityTokenServicePreferencesWithContext(aws.Context, *iam.SetSecurityTokenServicePreferencesInput, ...request.Option) (*iam.SetSecurityTokenServicePreferencesOutput, error)
func (*MockIAMAPI) SimulateCustomPolicy ¶
func (iam *MockIAMAPI) SimulateCustomPolicy(*iam.SimulateCustomPolicyInput) (*iam.SimulatePolicyResponse, error)
func (*MockIAMAPI) SimulateCustomPolicyPages ¶
func (iam *MockIAMAPI) SimulateCustomPolicyPages(*iam.SimulateCustomPolicyInput, func(*iam.SimulatePolicyResponse, bool) bool) error
func (*MockIAMAPI) SimulateCustomPolicyPagesWithContext ¶
func (iam *MockIAMAPI) SimulateCustomPolicyPagesWithContext(aws.Context, *iam.SimulateCustomPolicyInput, func(*iam.SimulatePolicyResponse, bool) bool, ...request.Option) error
func (*MockIAMAPI) SimulateCustomPolicyRequest ¶
func (iam *MockIAMAPI) SimulateCustomPolicyRequest(*iam.SimulateCustomPolicyInput) (*request.Request, *iam.SimulatePolicyResponse)
func (*MockIAMAPI) SimulateCustomPolicyWithContext ¶
func (iam *MockIAMAPI) SimulateCustomPolicyWithContext(aws.Context, *iam.SimulateCustomPolicyInput, ...request.Option) (*iam.SimulatePolicyResponse, error)
func (*MockIAMAPI) SimulatePrincipalPolicy ¶
func (iam *MockIAMAPI) SimulatePrincipalPolicy(*iam.SimulatePrincipalPolicyInput) (*iam.SimulatePolicyResponse, error)
func (*MockIAMAPI) SimulatePrincipalPolicyPages ¶
func (iam *MockIAMAPI) SimulatePrincipalPolicyPages(*iam.SimulatePrincipalPolicyInput, func(*iam.SimulatePolicyResponse, bool) bool) error
func (*MockIAMAPI) SimulatePrincipalPolicyPagesWithContext ¶
func (iam *MockIAMAPI) SimulatePrincipalPolicyPagesWithContext(aws.Context, *iam.SimulatePrincipalPolicyInput, func(*iam.SimulatePolicyResponse, bool) bool, ...request.Option) error
func (*MockIAMAPI) SimulatePrincipalPolicyRequest ¶
func (iam *MockIAMAPI) SimulatePrincipalPolicyRequest(*iam.SimulatePrincipalPolicyInput) (*request.Request, *iam.SimulatePolicyResponse)
func (*MockIAMAPI) SimulatePrincipalPolicyWithContext ¶
func (iam *MockIAMAPI) SimulatePrincipalPolicyWithContext(aws.Context, *iam.SimulatePrincipalPolicyInput, ...request.Option) (*iam.SimulatePolicyResponse, error)
func (*MockIAMAPI) TagRole ¶
func (iam *MockIAMAPI) TagRole(*iam.TagRoleInput) (*iam.TagRoleOutput, error)
func (*MockIAMAPI) TagRoleRequest ¶
func (iam *MockIAMAPI) TagRoleRequest(*iam.TagRoleInput) (*request.Request, *iam.TagRoleOutput)
func (*MockIAMAPI) TagRoleWithContext ¶
func (iam *MockIAMAPI) TagRoleWithContext(aws.Context, *iam.TagRoleInput, ...request.Option) (*iam.TagRoleOutput, error)
func (*MockIAMAPI) TagUser ¶
func (iam *MockIAMAPI) TagUser(*iam.TagUserInput) (*iam.TagUserOutput, error)
func (*MockIAMAPI) TagUserRequest ¶
func (iam *MockIAMAPI) TagUserRequest(*iam.TagUserInput) (*request.Request, *iam.TagUserOutput)
func (*MockIAMAPI) TagUserWithContext ¶
func (iam *MockIAMAPI) TagUserWithContext(aws.Context, *iam.TagUserInput, ...request.Option) (*iam.TagUserOutput, error)
func (*MockIAMAPI) UntagRole ¶
func (iam *MockIAMAPI) UntagRole(*iam.UntagRoleInput) (*iam.UntagRoleOutput, error)
func (*MockIAMAPI) UntagRoleRequest ¶
func (iam *MockIAMAPI) UntagRoleRequest(*iam.UntagRoleInput) (*request.Request, *iam.UntagRoleOutput)
func (*MockIAMAPI) UntagRoleWithContext ¶
func (iam *MockIAMAPI) UntagRoleWithContext(aws.Context, *iam.UntagRoleInput, ...request.Option) (*iam.UntagRoleOutput, error)
func (*MockIAMAPI) UntagUser ¶
func (iam *MockIAMAPI) UntagUser(*iam.UntagUserInput) (*iam.UntagUserOutput, error)
func (*MockIAMAPI) UntagUserRequest ¶
func (iam *MockIAMAPI) UntagUserRequest(*iam.UntagUserInput) (*request.Request, *iam.UntagUserOutput)
func (*MockIAMAPI) UntagUserWithContext ¶
func (iam *MockIAMAPI) UntagUserWithContext(aws.Context, *iam.UntagUserInput, ...request.Option) (*iam.UntagUserOutput, error)
func (*MockIAMAPI) UpdateAccessKey ¶
func (iam *MockIAMAPI) UpdateAccessKey(*iam.UpdateAccessKeyInput) (*iam.UpdateAccessKeyOutput, error)
func (*MockIAMAPI) UpdateAccessKeyRequest ¶
func (iam *MockIAMAPI) UpdateAccessKeyRequest(*iam.UpdateAccessKeyInput) (*request.Request, *iam.UpdateAccessKeyOutput)
func (*MockIAMAPI) UpdateAccessKeyWithContext ¶
func (iam *MockIAMAPI) UpdateAccessKeyWithContext(aws.Context, *iam.UpdateAccessKeyInput, ...request.Option) (*iam.UpdateAccessKeyOutput, error)
func (*MockIAMAPI) UpdateAccountPasswordPolicy ¶
func (iam *MockIAMAPI) UpdateAccountPasswordPolicy(*iam.UpdateAccountPasswordPolicyInput) (*iam.UpdateAccountPasswordPolicyOutput, error)
func (*MockIAMAPI) UpdateAccountPasswordPolicyRequest ¶
func (iam *MockIAMAPI) UpdateAccountPasswordPolicyRequest(*iam.UpdateAccountPasswordPolicyInput) (*request.Request, *iam.UpdateAccountPasswordPolicyOutput)
func (*MockIAMAPI) UpdateAccountPasswordPolicyWithContext ¶
func (iam *MockIAMAPI) UpdateAccountPasswordPolicyWithContext(aws.Context, *iam.UpdateAccountPasswordPolicyInput, ...request.Option) (*iam.UpdateAccountPasswordPolicyOutput, error)
func (*MockIAMAPI) UpdateAssumeRolePolicy ¶
func (iam *MockIAMAPI) UpdateAssumeRolePolicy(*iam.UpdateAssumeRolePolicyInput) (*iam.UpdateAssumeRolePolicyOutput, error)
func (*MockIAMAPI) UpdateAssumeRolePolicyRequest ¶
func (iam *MockIAMAPI) UpdateAssumeRolePolicyRequest(*iam.UpdateAssumeRolePolicyInput) (*request.Request, *iam.UpdateAssumeRolePolicyOutput)
func (*MockIAMAPI) UpdateAssumeRolePolicyWithContext ¶
func (iam *MockIAMAPI) UpdateAssumeRolePolicyWithContext(aws.Context, *iam.UpdateAssumeRolePolicyInput, ...request.Option) (*iam.UpdateAssumeRolePolicyOutput, error)
func (*MockIAMAPI) UpdateGroup ¶
func (iam *MockIAMAPI) UpdateGroup(*iam.UpdateGroupInput) (*iam.UpdateGroupOutput, error)
func (*MockIAMAPI) UpdateGroupRequest ¶
func (iam *MockIAMAPI) UpdateGroupRequest(*iam.UpdateGroupInput) (*request.Request, *iam.UpdateGroupOutput)
func (*MockIAMAPI) UpdateGroupWithContext ¶
func (iam *MockIAMAPI) UpdateGroupWithContext(aws.Context, *iam.UpdateGroupInput, ...request.Option) (*iam.UpdateGroupOutput, error)
func (*MockIAMAPI) UpdateLoginProfile ¶
func (iam *MockIAMAPI) UpdateLoginProfile(*iam.UpdateLoginProfileInput) (*iam.UpdateLoginProfileOutput, error)
func (*MockIAMAPI) UpdateLoginProfileRequest ¶
func (iam *MockIAMAPI) UpdateLoginProfileRequest(*iam.UpdateLoginProfileInput) (*request.Request, *iam.UpdateLoginProfileOutput)
func (*MockIAMAPI) UpdateLoginProfileWithContext ¶
func (iam *MockIAMAPI) UpdateLoginProfileWithContext(aws.Context, *iam.UpdateLoginProfileInput, ...request.Option) (*iam.UpdateLoginProfileOutput, error)
func (*MockIAMAPI) UpdateOpenIDConnectProviderThumbprint ¶
func (iam *MockIAMAPI) UpdateOpenIDConnectProviderThumbprint(*iam.UpdateOpenIDConnectProviderThumbprintInput) (*iam.UpdateOpenIDConnectProviderThumbprintOutput, error)
func (*MockIAMAPI) UpdateOpenIDConnectProviderThumbprintRequest ¶
func (iam *MockIAMAPI) UpdateOpenIDConnectProviderThumbprintRequest(*iam.UpdateOpenIDConnectProviderThumbprintInput) (*request.Request, *iam.UpdateOpenIDConnectProviderThumbprintOutput)
func (*MockIAMAPI) UpdateOpenIDConnectProviderThumbprintWithContext ¶
func (iam *MockIAMAPI) UpdateOpenIDConnectProviderThumbprintWithContext(aws.Context, *iam.UpdateOpenIDConnectProviderThumbprintInput, ...request.Option) (*iam.UpdateOpenIDConnectProviderThumbprintOutput, error)
func (*MockIAMAPI) UpdateRole ¶
func (iam *MockIAMAPI) UpdateRole(*iam.UpdateRoleInput) (*iam.UpdateRoleOutput, error)
func (*MockIAMAPI) UpdateRoleDescription ¶
func (iam *MockIAMAPI) UpdateRoleDescription(*iam.UpdateRoleDescriptionInput) (*iam.UpdateRoleDescriptionOutput, error)
func (*MockIAMAPI) UpdateRoleDescriptionRequest ¶
func (iam *MockIAMAPI) UpdateRoleDescriptionRequest(*iam.UpdateRoleDescriptionInput) (*request.Request, *iam.UpdateRoleDescriptionOutput)
func (*MockIAMAPI) UpdateRoleDescriptionWithContext ¶
func (iam *MockIAMAPI) UpdateRoleDescriptionWithContext(aws.Context, *iam.UpdateRoleDescriptionInput, ...request.Option) (*iam.UpdateRoleDescriptionOutput, error)
func (*MockIAMAPI) UpdateRoleRequest ¶
func (iam *MockIAMAPI) UpdateRoleRequest(*iam.UpdateRoleInput) (*request.Request, *iam.UpdateRoleOutput)
func (*MockIAMAPI) UpdateRoleWithContext ¶
func (iam *MockIAMAPI) UpdateRoleWithContext(aws.Context, *iam.UpdateRoleInput, ...request.Option) (*iam.UpdateRoleOutput, error)
func (*MockIAMAPI) UpdateSAMLProvider ¶
func (iam *MockIAMAPI) UpdateSAMLProvider(*iam.UpdateSAMLProviderInput) (*iam.UpdateSAMLProviderOutput, error)
func (*MockIAMAPI) UpdateSAMLProviderRequest ¶
func (iam *MockIAMAPI) UpdateSAMLProviderRequest(*iam.UpdateSAMLProviderInput) (*request.Request, *iam.UpdateSAMLProviderOutput)
func (*MockIAMAPI) UpdateSAMLProviderWithContext ¶
func (iam *MockIAMAPI) UpdateSAMLProviderWithContext(aws.Context, *iam.UpdateSAMLProviderInput, ...request.Option) (*iam.UpdateSAMLProviderOutput, error)
func (*MockIAMAPI) UpdateSSHPublicKey ¶
func (iam *MockIAMAPI) UpdateSSHPublicKey(*iam.UpdateSSHPublicKeyInput) (*iam.UpdateSSHPublicKeyOutput, error)
func (*MockIAMAPI) UpdateSSHPublicKeyRequest ¶
func (iam *MockIAMAPI) UpdateSSHPublicKeyRequest(*iam.UpdateSSHPublicKeyInput) (*request.Request, *iam.UpdateSSHPublicKeyOutput)
func (*MockIAMAPI) UpdateSSHPublicKeyWithContext ¶
func (iam *MockIAMAPI) UpdateSSHPublicKeyWithContext(aws.Context, *iam.UpdateSSHPublicKeyInput, ...request.Option) (*iam.UpdateSSHPublicKeyOutput, error)
func (*MockIAMAPI) UpdateServerCertificate ¶
func (iam *MockIAMAPI) UpdateServerCertificate(*iam.UpdateServerCertificateInput) (*iam.UpdateServerCertificateOutput, error)
func (*MockIAMAPI) UpdateServerCertificateRequest ¶
func (iam *MockIAMAPI) UpdateServerCertificateRequest(*iam.UpdateServerCertificateInput) (*request.Request, *iam.UpdateServerCertificateOutput)
func (*MockIAMAPI) UpdateServerCertificateWithContext ¶
func (iam *MockIAMAPI) UpdateServerCertificateWithContext(aws.Context, *iam.UpdateServerCertificateInput, ...request.Option) (*iam.UpdateServerCertificateOutput, error)
func (*MockIAMAPI) UpdateServiceSpecificCredential ¶
func (iam *MockIAMAPI) UpdateServiceSpecificCredential(*iam.UpdateServiceSpecificCredentialInput) (*iam.UpdateServiceSpecificCredentialOutput, error)
func (*MockIAMAPI) UpdateServiceSpecificCredentialRequest ¶
func (iam *MockIAMAPI) UpdateServiceSpecificCredentialRequest(*iam.UpdateServiceSpecificCredentialInput) (*request.Request, *iam.UpdateServiceSpecificCredentialOutput)
func (*MockIAMAPI) UpdateServiceSpecificCredentialWithContext ¶
func (iam *MockIAMAPI) UpdateServiceSpecificCredentialWithContext(aws.Context, *iam.UpdateServiceSpecificCredentialInput, ...request.Option) (*iam.UpdateServiceSpecificCredentialOutput, error)
func (*MockIAMAPI) UpdateSigningCertificate ¶
func (iam *MockIAMAPI) UpdateSigningCertificate(*iam.UpdateSigningCertificateInput) (*iam.UpdateSigningCertificateOutput, error)
func (*MockIAMAPI) UpdateSigningCertificateRequest ¶
func (iam *MockIAMAPI) UpdateSigningCertificateRequest(*iam.UpdateSigningCertificateInput) (*request.Request, *iam.UpdateSigningCertificateOutput)
func (*MockIAMAPI) UpdateSigningCertificateWithContext ¶
func (iam *MockIAMAPI) UpdateSigningCertificateWithContext(aws.Context, *iam.UpdateSigningCertificateInput, ...request.Option) (*iam.UpdateSigningCertificateOutput, error)
func (*MockIAMAPI) UpdateUser ¶
func (iam *MockIAMAPI) UpdateUser(*iam.UpdateUserInput) (*iam.UpdateUserOutput, error)
func (*MockIAMAPI) UpdateUserRequest ¶
func (iam *MockIAMAPI) UpdateUserRequest(*iam.UpdateUserInput) (*request.Request, *iam.UpdateUserOutput)
func (*MockIAMAPI) UpdateUserWithContext ¶
func (iam *MockIAMAPI) UpdateUserWithContext(aws.Context, *iam.UpdateUserInput, ...request.Option) (*iam.UpdateUserOutput, error)
func (*MockIAMAPI) UploadSSHPublicKey ¶
func (iam *MockIAMAPI) UploadSSHPublicKey(*iam.UploadSSHPublicKeyInput) (*iam.UploadSSHPublicKeyOutput, error)
func (*MockIAMAPI) UploadSSHPublicKeyRequest ¶
func (iam *MockIAMAPI) UploadSSHPublicKeyRequest(*iam.UploadSSHPublicKeyInput) (*request.Request, *iam.UploadSSHPublicKeyOutput)
func (*MockIAMAPI) UploadSSHPublicKeyWithContext ¶
func (iam *MockIAMAPI) UploadSSHPublicKeyWithContext(aws.Context, *iam.UploadSSHPublicKeyInput, ...request.Option) (*iam.UploadSSHPublicKeyOutput, error)
func (*MockIAMAPI) UploadServerCertificate ¶
func (iamsvc *MockIAMAPI) UploadServerCertificate(input *iam.UploadServerCertificateInput) (*iam.UploadServerCertificateOutput, error)
func (*MockIAMAPI) UploadServerCertificateRequest ¶
func (iam *MockIAMAPI) UploadServerCertificateRequest(*iam.UploadServerCertificateInput) (*request.Request, *iam.UploadServerCertificateOutput)
func (*MockIAMAPI) UploadServerCertificateWithContext ¶
func (iam *MockIAMAPI) UploadServerCertificateWithContext(aws.Context, *iam.UploadServerCertificateInput, ...request.Option) (*iam.UploadServerCertificateOutput, error)
func (*MockIAMAPI) UploadSigningCertificate ¶
func (iam *MockIAMAPI) UploadSigningCertificate(*iam.UploadSigningCertificateInput) (*iam.UploadSigningCertificateOutput, error)
func (*MockIAMAPI) UploadSigningCertificateRequest ¶
func (iam *MockIAMAPI) UploadSigningCertificateRequest(*iam.UploadSigningCertificateInput) (*request.Request, *iam.UploadSigningCertificateOutput)
func (*MockIAMAPI) UploadSigningCertificateWithContext ¶
func (iam *MockIAMAPI) UploadSigningCertificateWithContext(aws.Context, *iam.UploadSigningCertificateInput, ...request.Option) (*iam.UploadSigningCertificateOutput, error)
func (*MockIAMAPI) WaitUntilInstanceProfileExists ¶
func (iam *MockIAMAPI) WaitUntilInstanceProfileExists(*iam.GetInstanceProfileInput) error
func (*MockIAMAPI) WaitUntilInstanceProfileExistsWithContext ¶
func (iam *MockIAMAPI) WaitUntilInstanceProfileExistsWithContext(aws.Context, *iam.GetInstanceProfileInput, ...request.WaiterOption) error
func (*MockIAMAPI) WaitUntilPolicyExists ¶
func (iam *MockIAMAPI) WaitUntilPolicyExists(*iam.GetPolicyInput) error
func (*MockIAMAPI) WaitUntilPolicyExistsWithContext ¶
func (iam *MockIAMAPI) WaitUntilPolicyExistsWithContext(aws.Context, *iam.GetPolicyInput, ...request.WaiterOption) error
func (*MockIAMAPI) WaitUntilRoleExists ¶
func (iam *MockIAMAPI) WaitUntilRoleExists(*iam.GetRoleInput) error
func (*MockIAMAPI) WaitUntilRoleExistsWithContext ¶
func (iam *MockIAMAPI) WaitUntilRoleExistsWithContext(aws.Context, *iam.GetRoleInput, ...request.WaiterOption) error
func (*MockIAMAPI) WaitUntilUserExists ¶
func (iam *MockIAMAPI) WaitUntilUserExists(*iam.GetUserInput) error
func (*MockIAMAPI) WaitUntilUserExistsWithContext ¶
func (iam *MockIAMAPI) WaitUntilUserExistsWithContext(aws.Context, *iam.GetUserInput, ...request.WaiterOption) error
Click to show internal directories.
Click to hide internal directories.