Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Index ¶
- type MockClientInterface
- func (m *MockClientInterface) CreateApp(appName string) *objects.App
- func (m *MockClientInterface) DescribeEnvVars(appName string) (map[string]string, error)
- func (m *MockClientInterface) DescribeLogs(appName string, options *options.DescribeLogs) ([]*log.Log, error)
- func (m *MockClientInterface) DestroyApp(appName string) error
- func (m *MockClientInterface) EXPECT() *MockClientInterfaceMockRecorder
- func (m *MockClientInterface) GetApp(appName string) (*objects.App, error)
- func (m *MockClientInterface) GetAppCreationProgress(appName string) int
- func (m *MockClientInterface) GetAppDeletionProgress(appName string) int
- func (m *MockClientInterface) GetAppInfo(appName string) (*objects.AppInfo, error)
- func (m *MockClientInterface) GetTemplate(appName string) string
- func (m *MockClientInterface) ListApps() []*objects.App
- func (m *MockClientInterface) SetEnvVars(appName string, envVars map[string]string) error
- func (m *MockClientInterface) StackExists(stackName string) bool
- func (m *MockClientInterface) UnsetEnvVars(appName string, envList []string) error
- type MockClientInterfaceMockRecorder
- func (mr *MockClientInterfaceMockRecorder) CreateApp(appName interface{}) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) DescribeEnvVars(appName interface{}) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) DescribeLogs(appName, options interface{}) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) DestroyApp(appName interface{}) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) GetApp(appName interface{}) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) GetAppCreationProgress(appName interface{}) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) GetAppDeletionProgress(appName interface{}) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) GetAppInfo(appName interface{}) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) GetTemplate(appName interface{}) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) ListApps() *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) SetEnvVars(appName, envVars interface{}) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) StackExists(stackName interface{}) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) UnsetEnvVars(appName, envList interface{}) *gomock.Call
- type MockCloudFormationAPI
- func (m *MockCloudFormationAPI) CancelUpdateStack(arg0 *cloudformation.CancelUpdateStackInput) (*cloudformation.CancelUpdateStackOutput, error)
- func (m *MockCloudFormationAPI) CancelUpdateStackRequest(arg0 *cloudformation.CancelUpdateStackInput) (*request.Request, *cloudformation.CancelUpdateStackOutput)
- func (m *MockCloudFormationAPI) CancelUpdateStackWithContext(arg0 aws.Context, arg1 *cloudformation.CancelUpdateStackInput, ...) (*cloudformation.CancelUpdateStackOutput, error)
- func (m *MockCloudFormationAPI) ContinueUpdateRollback(arg0 *cloudformation.ContinueUpdateRollbackInput) (*cloudformation.ContinueUpdateRollbackOutput, error)
- func (m *MockCloudFormationAPI) ContinueUpdateRollbackRequest(arg0 *cloudformation.ContinueUpdateRollbackInput) (*request.Request, *cloudformation.ContinueUpdateRollbackOutput)
- func (m *MockCloudFormationAPI) ContinueUpdateRollbackWithContext(arg0 aws.Context, arg1 *cloudformation.ContinueUpdateRollbackInput, ...) (*cloudformation.ContinueUpdateRollbackOutput, error)
- func (m *MockCloudFormationAPI) CreateChangeSet(arg0 *cloudformation.CreateChangeSetInput) (*cloudformation.CreateChangeSetOutput, error)
- func (m *MockCloudFormationAPI) CreateChangeSetRequest(arg0 *cloudformation.CreateChangeSetInput) (*request.Request, *cloudformation.CreateChangeSetOutput)
- func (m *MockCloudFormationAPI) CreateChangeSetWithContext(arg0 aws.Context, arg1 *cloudformation.CreateChangeSetInput, ...) (*cloudformation.CreateChangeSetOutput, error)
- func (m *MockCloudFormationAPI) CreateStack(arg0 *cloudformation.CreateStackInput) (*cloudformation.CreateStackOutput, error)
- func (m *MockCloudFormationAPI) CreateStackInstances(arg0 *cloudformation.CreateStackInstancesInput) (*cloudformation.CreateStackInstancesOutput, error)
- func (m *MockCloudFormationAPI) CreateStackInstancesRequest(arg0 *cloudformation.CreateStackInstancesInput) (*request.Request, *cloudformation.CreateStackInstancesOutput)
- func (m *MockCloudFormationAPI) CreateStackInstancesWithContext(arg0 aws.Context, arg1 *cloudformation.CreateStackInstancesInput, ...) (*cloudformation.CreateStackInstancesOutput, error)
- func (m *MockCloudFormationAPI) CreateStackRequest(arg0 *cloudformation.CreateStackInput) (*request.Request, *cloudformation.CreateStackOutput)
- func (m *MockCloudFormationAPI) CreateStackSet(arg0 *cloudformation.CreateStackSetInput) (*cloudformation.CreateStackSetOutput, error)
- func (m *MockCloudFormationAPI) CreateStackSetRequest(arg0 *cloudformation.CreateStackSetInput) (*request.Request, *cloudformation.CreateStackSetOutput)
- func (m *MockCloudFormationAPI) CreateStackSetWithContext(arg0 aws.Context, arg1 *cloudformation.CreateStackSetInput, ...) (*cloudformation.CreateStackSetOutput, error)
- func (m *MockCloudFormationAPI) CreateStackWithContext(arg0 aws.Context, arg1 *cloudformation.CreateStackInput, ...) (*cloudformation.CreateStackOutput, error)
- func (m *MockCloudFormationAPI) DeleteChangeSet(arg0 *cloudformation.DeleteChangeSetInput) (*cloudformation.DeleteChangeSetOutput, error)
- func (m *MockCloudFormationAPI) DeleteChangeSetRequest(arg0 *cloudformation.DeleteChangeSetInput) (*request.Request, *cloudformation.DeleteChangeSetOutput)
- func (m *MockCloudFormationAPI) DeleteChangeSetWithContext(arg0 aws.Context, arg1 *cloudformation.DeleteChangeSetInput, ...) (*cloudformation.DeleteChangeSetOutput, error)
- func (m *MockCloudFormationAPI) DeleteStack(arg0 *cloudformation.DeleteStackInput) (*cloudformation.DeleteStackOutput, error)
- func (m *MockCloudFormationAPI) DeleteStackInstances(arg0 *cloudformation.DeleteStackInstancesInput) (*cloudformation.DeleteStackInstancesOutput, error)
- func (m *MockCloudFormationAPI) DeleteStackInstancesRequest(arg0 *cloudformation.DeleteStackInstancesInput) (*request.Request, *cloudformation.DeleteStackInstancesOutput)
- func (m *MockCloudFormationAPI) DeleteStackInstancesWithContext(arg0 aws.Context, arg1 *cloudformation.DeleteStackInstancesInput, ...) (*cloudformation.DeleteStackInstancesOutput, error)
- func (m *MockCloudFormationAPI) DeleteStackRequest(arg0 *cloudformation.DeleteStackInput) (*request.Request, *cloudformation.DeleteStackOutput)
- func (m *MockCloudFormationAPI) DeleteStackSet(arg0 *cloudformation.DeleteStackSetInput) (*cloudformation.DeleteStackSetOutput, error)
- func (m *MockCloudFormationAPI) DeleteStackSetRequest(arg0 *cloudformation.DeleteStackSetInput) (*request.Request, *cloudformation.DeleteStackSetOutput)
- func (m *MockCloudFormationAPI) DeleteStackSetWithContext(arg0 aws.Context, arg1 *cloudformation.DeleteStackSetInput, ...) (*cloudformation.DeleteStackSetOutput, error)
- func (m *MockCloudFormationAPI) DeleteStackWithContext(arg0 aws.Context, arg1 *cloudformation.DeleteStackInput, ...) (*cloudformation.DeleteStackOutput, error)
- func (m *MockCloudFormationAPI) DescribeAccountLimits(arg0 *cloudformation.DescribeAccountLimitsInput) (*cloudformation.DescribeAccountLimitsOutput, error)
- func (m *MockCloudFormationAPI) DescribeAccountLimitsRequest(arg0 *cloudformation.DescribeAccountLimitsInput) (*request.Request, *cloudformation.DescribeAccountLimitsOutput)
- func (m *MockCloudFormationAPI) DescribeAccountLimitsWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeAccountLimitsInput, ...) (*cloudformation.DescribeAccountLimitsOutput, error)
- func (m *MockCloudFormationAPI) DescribeChangeSet(arg0 *cloudformation.DescribeChangeSetInput) (*cloudformation.DescribeChangeSetOutput, error)
- func (m *MockCloudFormationAPI) DescribeChangeSetRequest(arg0 *cloudformation.DescribeChangeSetInput) (*request.Request, *cloudformation.DescribeChangeSetOutput)
- func (m *MockCloudFormationAPI) DescribeChangeSetWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeChangeSetInput, ...) (*cloudformation.DescribeChangeSetOutput, error)
- func (m *MockCloudFormationAPI) DescribeStackEvents(arg0 *cloudformation.DescribeStackEventsInput) (*cloudformation.DescribeStackEventsOutput, error)
- func (m *MockCloudFormationAPI) DescribeStackEventsPages(arg0 *cloudformation.DescribeStackEventsInput, ...) error
- func (m *MockCloudFormationAPI) DescribeStackEventsPagesWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStackEventsInput, ...) error
- func (m *MockCloudFormationAPI) DescribeStackEventsRequest(arg0 *cloudformation.DescribeStackEventsInput) (*request.Request, *cloudformation.DescribeStackEventsOutput)
- func (m *MockCloudFormationAPI) DescribeStackEventsWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStackEventsInput, ...) (*cloudformation.DescribeStackEventsOutput, error)
- func (m *MockCloudFormationAPI) DescribeStackInstance(arg0 *cloudformation.DescribeStackInstanceInput) (*cloudformation.DescribeStackInstanceOutput, error)
- func (m *MockCloudFormationAPI) DescribeStackInstanceRequest(arg0 *cloudformation.DescribeStackInstanceInput) (*request.Request, *cloudformation.DescribeStackInstanceOutput)
- func (m *MockCloudFormationAPI) DescribeStackInstanceWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStackInstanceInput, ...) (*cloudformation.DescribeStackInstanceOutput, error)
- func (m *MockCloudFormationAPI) DescribeStackResource(arg0 *cloudformation.DescribeStackResourceInput) (*cloudformation.DescribeStackResourceOutput, error)
- func (m *MockCloudFormationAPI) DescribeStackResourceRequest(arg0 *cloudformation.DescribeStackResourceInput) (*request.Request, *cloudformation.DescribeStackResourceOutput)
- func (m *MockCloudFormationAPI) DescribeStackResourceWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStackResourceInput, ...) (*cloudformation.DescribeStackResourceOutput, error)
- func (m *MockCloudFormationAPI) DescribeStackResources(arg0 *cloudformation.DescribeStackResourcesInput) (*cloudformation.DescribeStackResourcesOutput, error)
- func (m *MockCloudFormationAPI) DescribeStackResourcesRequest(arg0 *cloudformation.DescribeStackResourcesInput) (*request.Request, *cloudformation.DescribeStackResourcesOutput)
- func (m *MockCloudFormationAPI) DescribeStackResourcesWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStackResourcesInput, ...) (*cloudformation.DescribeStackResourcesOutput, error)
- func (m *MockCloudFormationAPI) DescribeStackSet(arg0 *cloudformation.DescribeStackSetInput) (*cloudformation.DescribeStackSetOutput, error)
- func (m *MockCloudFormationAPI) DescribeStackSetOperation(arg0 *cloudformation.DescribeStackSetOperationInput) (*cloudformation.DescribeStackSetOperationOutput, error)
- func (m *MockCloudFormationAPI) DescribeStackSetOperationRequest(arg0 *cloudformation.DescribeStackSetOperationInput) (*request.Request, *cloudformation.DescribeStackSetOperationOutput)
- func (m *MockCloudFormationAPI) DescribeStackSetOperationWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStackSetOperationInput, ...) (*cloudformation.DescribeStackSetOperationOutput, error)
- func (m *MockCloudFormationAPI) DescribeStackSetRequest(arg0 *cloudformation.DescribeStackSetInput) (*request.Request, *cloudformation.DescribeStackSetOutput)
- func (m *MockCloudFormationAPI) DescribeStackSetWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStackSetInput, ...) (*cloudformation.DescribeStackSetOutput, error)
- func (m *MockCloudFormationAPI) DescribeStacks(arg0 *cloudformation.DescribeStacksInput) (*cloudformation.DescribeStacksOutput, error)
- func (m *MockCloudFormationAPI) DescribeStacksPages(arg0 *cloudformation.DescribeStacksInput, ...) error
- func (m *MockCloudFormationAPI) DescribeStacksPagesWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, ...) error
- func (m *MockCloudFormationAPI) DescribeStacksRequest(arg0 *cloudformation.DescribeStacksInput) (*request.Request, *cloudformation.DescribeStacksOutput)
- func (m *MockCloudFormationAPI) DescribeStacksWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, ...) (*cloudformation.DescribeStacksOutput, error)
- func (m *MockCloudFormationAPI) EXPECT() *MockCloudFormationAPIMockRecorder
- func (m *MockCloudFormationAPI) EstimateTemplateCost(arg0 *cloudformation.EstimateTemplateCostInput) (*cloudformation.EstimateTemplateCostOutput, error)
- func (m *MockCloudFormationAPI) EstimateTemplateCostRequest(arg0 *cloudformation.EstimateTemplateCostInput) (*request.Request, *cloudformation.EstimateTemplateCostOutput)
- func (m *MockCloudFormationAPI) EstimateTemplateCostWithContext(arg0 aws.Context, arg1 *cloudformation.EstimateTemplateCostInput, ...) (*cloudformation.EstimateTemplateCostOutput, error)
- func (m *MockCloudFormationAPI) ExecuteChangeSet(arg0 *cloudformation.ExecuteChangeSetInput) (*cloudformation.ExecuteChangeSetOutput, error)
- func (m *MockCloudFormationAPI) ExecuteChangeSetRequest(arg0 *cloudformation.ExecuteChangeSetInput) (*request.Request, *cloudformation.ExecuteChangeSetOutput)
- func (m *MockCloudFormationAPI) ExecuteChangeSetWithContext(arg0 aws.Context, arg1 *cloudformation.ExecuteChangeSetInput, ...) (*cloudformation.ExecuteChangeSetOutput, error)
- func (m *MockCloudFormationAPI) GetStackPolicy(arg0 *cloudformation.GetStackPolicyInput) (*cloudformation.GetStackPolicyOutput, error)
- func (m *MockCloudFormationAPI) GetStackPolicyRequest(arg0 *cloudformation.GetStackPolicyInput) (*request.Request, *cloudformation.GetStackPolicyOutput)
- func (m *MockCloudFormationAPI) GetStackPolicyWithContext(arg0 aws.Context, arg1 *cloudformation.GetStackPolicyInput, ...) (*cloudformation.GetStackPolicyOutput, error)
- func (m *MockCloudFormationAPI) GetTemplate(arg0 *cloudformation.GetTemplateInput) (*cloudformation.GetTemplateOutput, error)
- func (m *MockCloudFormationAPI) GetTemplateRequest(arg0 *cloudformation.GetTemplateInput) (*request.Request, *cloudformation.GetTemplateOutput)
- func (m *MockCloudFormationAPI) GetTemplateSummary(arg0 *cloudformation.GetTemplateSummaryInput) (*cloudformation.GetTemplateSummaryOutput, error)
- func (m *MockCloudFormationAPI) GetTemplateSummaryRequest(arg0 *cloudformation.GetTemplateSummaryInput) (*request.Request, *cloudformation.GetTemplateSummaryOutput)
- func (m *MockCloudFormationAPI) GetTemplateSummaryWithContext(arg0 aws.Context, arg1 *cloudformation.GetTemplateSummaryInput, ...) (*cloudformation.GetTemplateSummaryOutput, error)
- func (m *MockCloudFormationAPI) GetTemplateWithContext(arg0 aws.Context, arg1 *cloudformation.GetTemplateInput, ...) (*cloudformation.GetTemplateOutput, error)
- func (m *MockCloudFormationAPI) ListChangeSets(arg0 *cloudformation.ListChangeSetsInput) (*cloudformation.ListChangeSetsOutput, error)
- func (m *MockCloudFormationAPI) ListChangeSetsRequest(arg0 *cloudformation.ListChangeSetsInput) (*request.Request, *cloudformation.ListChangeSetsOutput)
- func (m *MockCloudFormationAPI) ListChangeSetsWithContext(arg0 aws.Context, arg1 *cloudformation.ListChangeSetsInput, ...) (*cloudformation.ListChangeSetsOutput, error)
- func (m *MockCloudFormationAPI) ListExports(arg0 *cloudformation.ListExportsInput) (*cloudformation.ListExportsOutput, error)
- func (m *MockCloudFormationAPI) ListExportsPages(arg0 *cloudformation.ListExportsInput, ...) error
- func (m *MockCloudFormationAPI) ListExportsPagesWithContext(arg0 aws.Context, arg1 *cloudformation.ListExportsInput, ...) error
- func (m *MockCloudFormationAPI) ListExportsRequest(arg0 *cloudformation.ListExportsInput) (*request.Request, *cloudformation.ListExportsOutput)
- func (m *MockCloudFormationAPI) ListExportsWithContext(arg0 aws.Context, arg1 *cloudformation.ListExportsInput, ...) (*cloudformation.ListExportsOutput, error)
- func (m *MockCloudFormationAPI) ListImports(arg0 *cloudformation.ListImportsInput) (*cloudformation.ListImportsOutput, error)
- func (m *MockCloudFormationAPI) ListImportsPages(arg0 *cloudformation.ListImportsInput, ...) error
- func (m *MockCloudFormationAPI) ListImportsPagesWithContext(arg0 aws.Context, arg1 *cloudformation.ListImportsInput, ...) error
- func (m *MockCloudFormationAPI) ListImportsRequest(arg0 *cloudformation.ListImportsInput) (*request.Request, *cloudformation.ListImportsOutput)
- func (m *MockCloudFormationAPI) ListImportsWithContext(arg0 aws.Context, arg1 *cloudformation.ListImportsInput, ...) (*cloudformation.ListImportsOutput, error)
- func (m *MockCloudFormationAPI) ListStackInstances(arg0 *cloudformation.ListStackInstancesInput) (*cloudformation.ListStackInstancesOutput, error)
- func (m *MockCloudFormationAPI) ListStackInstancesRequest(arg0 *cloudformation.ListStackInstancesInput) (*request.Request, *cloudformation.ListStackInstancesOutput)
- func (m *MockCloudFormationAPI) ListStackInstancesWithContext(arg0 aws.Context, arg1 *cloudformation.ListStackInstancesInput, ...) (*cloudformation.ListStackInstancesOutput, error)
- func (m *MockCloudFormationAPI) ListStackResources(arg0 *cloudformation.ListStackResourcesInput) (*cloudformation.ListStackResourcesOutput, error)
- func (m *MockCloudFormationAPI) ListStackResourcesPages(arg0 *cloudformation.ListStackResourcesInput, ...) error
- func (m *MockCloudFormationAPI) ListStackResourcesPagesWithContext(arg0 aws.Context, arg1 *cloudformation.ListStackResourcesInput, ...) error
- func (m *MockCloudFormationAPI) ListStackResourcesRequest(arg0 *cloudformation.ListStackResourcesInput) (*request.Request, *cloudformation.ListStackResourcesOutput)
- func (m *MockCloudFormationAPI) ListStackResourcesWithContext(arg0 aws.Context, arg1 *cloudformation.ListStackResourcesInput, ...) (*cloudformation.ListStackResourcesOutput, error)
- func (m *MockCloudFormationAPI) ListStackSetOperationResults(arg0 *cloudformation.ListStackSetOperationResultsInput) (*cloudformation.ListStackSetOperationResultsOutput, error)
- func (m *MockCloudFormationAPI) ListStackSetOperationResultsRequest(arg0 *cloudformation.ListStackSetOperationResultsInput) (*request.Request, *cloudformation.ListStackSetOperationResultsOutput)
- func (m *MockCloudFormationAPI) ListStackSetOperationResultsWithContext(arg0 aws.Context, arg1 *cloudformation.ListStackSetOperationResultsInput, ...) (*cloudformation.ListStackSetOperationResultsOutput, error)
- func (m *MockCloudFormationAPI) ListStackSetOperations(arg0 *cloudformation.ListStackSetOperationsInput) (*cloudformation.ListStackSetOperationsOutput, error)
- func (m *MockCloudFormationAPI) ListStackSetOperationsRequest(arg0 *cloudformation.ListStackSetOperationsInput) (*request.Request, *cloudformation.ListStackSetOperationsOutput)
- func (m *MockCloudFormationAPI) ListStackSetOperationsWithContext(arg0 aws.Context, arg1 *cloudformation.ListStackSetOperationsInput, ...) (*cloudformation.ListStackSetOperationsOutput, error)
- func (m *MockCloudFormationAPI) ListStackSets(arg0 *cloudformation.ListStackSetsInput) (*cloudformation.ListStackSetsOutput, error)
- func (m *MockCloudFormationAPI) ListStackSetsRequest(arg0 *cloudformation.ListStackSetsInput) (*request.Request, *cloudformation.ListStackSetsOutput)
- func (m *MockCloudFormationAPI) ListStackSetsWithContext(arg0 aws.Context, arg1 *cloudformation.ListStackSetsInput, ...) (*cloudformation.ListStackSetsOutput, error)
- func (m *MockCloudFormationAPI) ListStacks(arg0 *cloudformation.ListStacksInput) (*cloudformation.ListStacksOutput, error)
- func (m *MockCloudFormationAPI) ListStacksPages(arg0 *cloudformation.ListStacksInput, ...) error
- func (m *MockCloudFormationAPI) ListStacksPagesWithContext(arg0 aws.Context, arg1 *cloudformation.ListStacksInput, ...) error
- func (m *MockCloudFormationAPI) ListStacksRequest(arg0 *cloudformation.ListStacksInput) (*request.Request, *cloudformation.ListStacksOutput)
- func (m *MockCloudFormationAPI) ListStacksWithContext(arg0 aws.Context, arg1 *cloudformation.ListStacksInput, arg2 ...request.Option) (*cloudformation.ListStacksOutput, error)
- func (m *MockCloudFormationAPI) SetStackPolicy(arg0 *cloudformation.SetStackPolicyInput) (*cloudformation.SetStackPolicyOutput, error)
- func (m *MockCloudFormationAPI) SetStackPolicyRequest(arg0 *cloudformation.SetStackPolicyInput) (*request.Request, *cloudformation.SetStackPolicyOutput)
- func (m *MockCloudFormationAPI) SetStackPolicyWithContext(arg0 aws.Context, arg1 *cloudformation.SetStackPolicyInput, ...) (*cloudformation.SetStackPolicyOutput, error)
- func (m *MockCloudFormationAPI) SignalResource(arg0 *cloudformation.SignalResourceInput) (*cloudformation.SignalResourceOutput, error)
- func (m *MockCloudFormationAPI) SignalResourceRequest(arg0 *cloudformation.SignalResourceInput) (*request.Request, *cloudformation.SignalResourceOutput)
- func (m *MockCloudFormationAPI) SignalResourceWithContext(arg0 aws.Context, arg1 *cloudformation.SignalResourceInput, ...) (*cloudformation.SignalResourceOutput, error)
- func (m *MockCloudFormationAPI) StopStackSetOperation(arg0 *cloudformation.StopStackSetOperationInput) (*cloudformation.StopStackSetOperationOutput, error)
- func (m *MockCloudFormationAPI) StopStackSetOperationRequest(arg0 *cloudformation.StopStackSetOperationInput) (*request.Request, *cloudformation.StopStackSetOperationOutput)
- func (m *MockCloudFormationAPI) StopStackSetOperationWithContext(arg0 aws.Context, arg1 *cloudformation.StopStackSetOperationInput, ...) (*cloudformation.StopStackSetOperationOutput, error)
- func (m *MockCloudFormationAPI) UpdateStack(arg0 *cloudformation.UpdateStackInput) (*cloudformation.UpdateStackOutput, error)
- func (m *MockCloudFormationAPI) UpdateStackInstances(arg0 *cloudformation.UpdateStackInstancesInput) (*cloudformation.UpdateStackInstancesOutput, error)
- func (m *MockCloudFormationAPI) UpdateStackInstancesRequest(arg0 *cloudformation.UpdateStackInstancesInput) (*request.Request, *cloudformation.UpdateStackInstancesOutput)
- func (m *MockCloudFormationAPI) UpdateStackInstancesWithContext(arg0 aws.Context, arg1 *cloudformation.UpdateStackInstancesInput, ...) (*cloudformation.UpdateStackInstancesOutput, error)
- func (m *MockCloudFormationAPI) UpdateStackRequest(arg0 *cloudformation.UpdateStackInput) (*request.Request, *cloudformation.UpdateStackOutput)
- func (m *MockCloudFormationAPI) UpdateStackSet(arg0 *cloudformation.UpdateStackSetInput) (*cloudformation.UpdateStackSetOutput, error)
- func (m *MockCloudFormationAPI) UpdateStackSetRequest(arg0 *cloudformation.UpdateStackSetInput) (*request.Request, *cloudformation.UpdateStackSetOutput)
- func (m *MockCloudFormationAPI) UpdateStackSetWithContext(arg0 aws.Context, arg1 *cloudformation.UpdateStackSetInput, ...) (*cloudformation.UpdateStackSetOutput, error)
- func (m *MockCloudFormationAPI) UpdateStackWithContext(arg0 aws.Context, arg1 *cloudformation.UpdateStackInput, ...) (*cloudformation.UpdateStackOutput, error)
- func (m *MockCloudFormationAPI) UpdateTerminationProtection(arg0 *cloudformation.UpdateTerminationProtectionInput) (*cloudformation.UpdateTerminationProtectionOutput, error)
- func (m *MockCloudFormationAPI) UpdateTerminationProtectionRequest(arg0 *cloudformation.UpdateTerminationProtectionInput) (*request.Request, *cloudformation.UpdateTerminationProtectionOutput)
- func (m *MockCloudFormationAPI) UpdateTerminationProtectionWithContext(arg0 aws.Context, arg1 *cloudformation.UpdateTerminationProtectionInput, ...) (*cloudformation.UpdateTerminationProtectionOutput, error)
- func (m *MockCloudFormationAPI) ValidateTemplate(arg0 *cloudformation.ValidateTemplateInput) (*cloudformation.ValidateTemplateOutput, error)
- func (m *MockCloudFormationAPI) ValidateTemplateRequest(arg0 *cloudformation.ValidateTemplateInput) (*request.Request, *cloudformation.ValidateTemplateOutput)
- func (m *MockCloudFormationAPI) ValidateTemplateWithContext(arg0 aws.Context, arg1 *cloudformation.ValidateTemplateInput, ...) (*cloudformation.ValidateTemplateOutput, error)
- func (m *MockCloudFormationAPI) WaitUntilChangeSetCreateComplete(arg0 *cloudformation.DescribeChangeSetInput) error
- func (m *MockCloudFormationAPI) WaitUntilChangeSetCreateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeChangeSetInput, ...) error
- func (m *MockCloudFormationAPI) WaitUntilStackCreateComplete(arg0 *cloudformation.DescribeStacksInput) error
- func (m *MockCloudFormationAPI) WaitUntilStackCreateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, ...) error
- func (m *MockCloudFormationAPI) WaitUntilStackDeleteComplete(arg0 *cloudformation.DescribeStacksInput) error
- func (m *MockCloudFormationAPI) WaitUntilStackDeleteCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, ...) error
- func (m *MockCloudFormationAPI) WaitUntilStackExists(arg0 *cloudformation.DescribeStacksInput) error
- func (m *MockCloudFormationAPI) WaitUntilStackExistsWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, ...) error
- func (m *MockCloudFormationAPI) WaitUntilStackUpdateComplete(arg0 *cloudformation.DescribeStacksInput) error
- func (m *MockCloudFormationAPI) WaitUntilStackUpdateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, ...) error
- type MockCloudFormationAPIMockRecorder
- func (mr *MockCloudFormationAPIMockRecorder) CancelUpdateStack(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) CancelUpdateStackRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) CancelUpdateStackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ContinueUpdateRollback(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ContinueUpdateRollbackRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ContinueUpdateRollbackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) CreateChangeSet(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) CreateChangeSetRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) CreateChangeSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) CreateStack(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) CreateStackInstances(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) CreateStackInstancesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) CreateStackInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) CreateStackRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) CreateStackSet(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) CreateStackSetRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) CreateStackSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) CreateStackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DeleteChangeSet(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DeleteChangeSetRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DeleteChangeSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DeleteStack(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DeleteStackInstances(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DeleteStackInstancesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DeleteStackInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DeleteStackRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DeleteStackSet(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DeleteStackSetRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DeleteStackSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DeleteStackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeAccountLimits(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeAccountLimitsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeAccountLimitsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeChangeSet(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeChangeSetRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeChangeSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStackEvents(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStackEventsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStackEventsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStackEventsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStackEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStackInstance(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStackInstanceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStackInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStackResource(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStackResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStackResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStackResources(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStackResourcesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStackResourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStackSet(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStackSetOperation(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStackSetOperationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStackSetOperationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStackSetRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStackSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStacks(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStacksPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStacksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStacksRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) DescribeStacksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) EstimateTemplateCost(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) EstimateTemplateCostRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) EstimateTemplateCostWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ExecuteChangeSet(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ExecuteChangeSetRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ExecuteChangeSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) GetStackPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) GetStackPolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) GetStackPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) GetTemplate(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) GetTemplateRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) GetTemplateSummary(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) GetTemplateSummaryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) GetTemplateSummaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) GetTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListChangeSets(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListChangeSetsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListChangeSetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListExports(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListExportsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListExportsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListExportsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListExportsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListImports(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListImportsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListImportsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListImportsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListImportsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStackInstances(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStackInstancesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStackInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStackResources(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStackResourcesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStackResourcesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStackResourcesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStackResourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStackSetOperationResults(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStackSetOperationResultsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStackSetOperationResultsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStackSetOperations(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStackSetOperationsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStackSetOperationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStackSets(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStackSetsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStackSetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStacks(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStacksPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStacksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStacksRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ListStacksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) SetStackPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) SetStackPolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) SetStackPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) SignalResource(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) SignalResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) SignalResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) StopStackSetOperation(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) StopStackSetOperationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) StopStackSetOperationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) UpdateStack(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) UpdateStackInstances(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) UpdateStackInstancesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) UpdateStackInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) UpdateStackRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) UpdateStackSet(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) UpdateStackSetRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) UpdateStackSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) UpdateStackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) UpdateTerminationProtection(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) UpdateTerminationProtectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) UpdateTerminationProtectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ValidateTemplate(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ValidateTemplateRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) ValidateTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) WaitUntilChangeSetCreateComplete(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) WaitUntilChangeSetCreateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) WaitUntilStackCreateComplete(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) WaitUntilStackCreateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) WaitUntilStackDeleteComplete(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) WaitUntilStackDeleteCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) WaitUntilStackExists(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) WaitUntilStackExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) WaitUntilStackUpdateComplete(arg0 interface{}) *gomock.Call
- func (mr *MockCloudFormationAPIMockRecorder) WaitUntilStackUpdateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockCloudWatchLogsAPI
- func (m *MockCloudWatchLogsAPI) AssociateKmsKey(arg0 *cloudwatchlogs.AssociateKmsKeyInput) (*cloudwatchlogs.AssociateKmsKeyOutput, error)
- func (m *MockCloudWatchLogsAPI) AssociateKmsKeyRequest(arg0 *cloudwatchlogs.AssociateKmsKeyInput) (*request.Request, *cloudwatchlogs.AssociateKmsKeyOutput)
- func (m *MockCloudWatchLogsAPI) AssociateKmsKeyWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.AssociateKmsKeyInput, ...) (*cloudwatchlogs.AssociateKmsKeyOutput, error)
- func (m *MockCloudWatchLogsAPI) CancelExportTask(arg0 *cloudwatchlogs.CancelExportTaskInput) (*cloudwatchlogs.CancelExportTaskOutput, error)
- func (m *MockCloudWatchLogsAPI) CancelExportTaskRequest(arg0 *cloudwatchlogs.CancelExportTaskInput) (*request.Request, *cloudwatchlogs.CancelExportTaskOutput)
- func (m *MockCloudWatchLogsAPI) CancelExportTaskWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.CancelExportTaskInput, ...) (*cloudwatchlogs.CancelExportTaskOutput, error)
- func (m *MockCloudWatchLogsAPI) CreateExportTask(arg0 *cloudwatchlogs.CreateExportTaskInput) (*cloudwatchlogs.CreateExportTaskOutput, error)
- func (m *MockCloudWatchLogsAPI) CreateExportTaskRequest(arg0 *cloudwatchlogs.CreateExportTaskInput) (*request.Request, *cloudwatchlogs.CreateExportTaskOutput)
- func (m *MockCloudWatchLogsAPI) CreateExportTaskWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.CreateExportTaskInput, ...) (*cloudwatchlogs.CreateExportTaskOutput, error)
- func (m *MockCloudWatchLogsAPI) CreateLogGroup(arg0 *cloudwatchlogs.CreateLogGroupInput) (*cloudwatchlogs.CreateLogGroupOutput, error)
- func (m *MockCloudWatchLogsAPI) CreateLogGroupRequest(arg0 *cloudwatchlogs.CreateLogGroupInput) (*request.Request, *cloudwatchlogs.CreateLogGroupOutput)
- func (m *MockCloudWatchLogsAPI) CreateLogGroupWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.CreateLogGroupInput, ...) (*cloudwatchlogs.CreateLogGroupOutput, error)
- func (m *MockCloudWatchLogsAPI) CreateLogStream(arg0 *cloudwatchlogs.CreateLogStreamInput) (*cloudwatchlogs.CreateLogStreamOutput, error)
- func (m *MockCloudWatchLogsAPI) CreateLogStreamRequest(arg0 *cloudwatchlogs.CreateLogStreamInput) (*request.Request, *cloudwatchlogs.CreateLogStreamOutput)
- func (m *MockCloudWatchLogsAPI) CreateLogStreamWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.CreateLogStreamInput, ...) (*cloudwatchlogs.CreateLogStreamOutput, error)
- func (m *MockCloudWatchLogsAPI) DeleteDestination(arg0 *cloudwatchlogs.DeleteDestinationInput) (*cloudwatchlogs.DeleteDestinationOutput, error)
- func (m *MockCloudWatchLogsAPI) DeleteDestinationRequest(arg0 *cloudwatchlogs.DeleteDestinationInput) (*request.Request, *cloudwatchlogs.DeleteDestinationOutput)
- func (m *MockCloudWatchLogsAPI) DeleteDestinationWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DeleteDestinationInput, ...) (*cloudwatchlogs.DeleteDestinationOutput, error)
- func (m *MockCloudWatchLogsAPI) DeleteLogGroup(arg0 *cloudwatchlogs.DeleteLogGroupInput) (*cloudwatchlogs.DeleteLogGroupOutput, error)
- func (m *MockCloudWatchLogsAPI) DeleteLogGroupRequest(arg0 *cloudwatchlogs.DeleteLogGroupInput) (*request.Request, *cloudwatchlogs.DeleteLogGroupOutput)
- func (m *MockCloudWatchLogsAPI) DeleteLogGroupWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DeleteLogGroupInput, ...) (*cloudwatchlogs.DeleteLogGroupOutput, error)
- func (m *MockCloudWatchLogsAPI) DeleteLogStream(arg0 *cloudwatchlogs.DeleteLogStreamInput) (*cloudwatchlogs.DeleteLogStreamOutput, error)
- func (m *MockCloudWatchLogsAPI) DeleteLogStreamRequest(arg0 *cloudwatchlogs.DeleteLogStreamInput) (*request.Request, *cloudwatchlogs.DeleteLogStreamOutput)
- func (m *MockCloudWatchLogsAPI) DeleteLogStreamWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DeleteLogStreamInput, ...) (*cloudwatchlogs.DeleteLogStreamOutput, error)
- func (m *MockCloudWatchLogsAPI) DeleteMetricFilter(arg0 *cloudwatchlogs.DeleteMetricFilterInput) (*cloudwatchlogs.DeleteMetricFilterOutput, error)
- func (m *MockCloudWatchLogsAPI) DeleteMetricFilterRequest(arg0 *cloudwatchlogs.DeleteMetricFilterInput) (*request.Request, *cloudwatchlogs.DeleteMetricFilterOutput)
- func (m *MockCloudWatchLogsAPI) DeleteMetricFilterWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DeleteMetricFilterInput, ...) (*cloudwatchlogs.DeleteMetricFilterOutput, error)
- func (m *MockCloudWatchLogsAPI) DeleteResourcePolicy(arg0 *cloudwatchlogs.DeleteResourcePolicyInput) (*cloudwatchlogs.DeleteResourcePolicyOutput, error)
- func (m *MockCloudWatchLogsAPI) DeleteResourcePolicyRequest(arg0 *cloudwatchlogs.DeleteResourcePolicyInput) (*request.Request, *cloudwatchlogs.DeleteResourcePolicyOutput)
- func (m *MockCloudWatchLogsAPI) DeleteResourcePolicyWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DeleteResourcePolicyInput, ...) (*cloudwatchlogs.DeleteResourcePolicyOutput, error)
- func (m *MockCloudWatchLogsAPI) DeleteRetentionPolicy(arg0 *cloudwatchlogs.DeleteRetentionPolicyInput) (*cloudwatchlogs.DeleteRetentionPolicyOutput, error)
- func (m *MockCloudWatchLogsAPI) DeleteRetentionPolicyRequest(arg0 *cloudwatchlogs.DeleteRetentionPolicyInput) (*request.Request, *cloudwatchlogs.DeleteRetentionPolicyOutput)
- func (m *MockCloudWatchLogsAPI) DeleteRetentionPolicyWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DeleteRetentionPolicyInput, ...) (*cloudwatchlogs.DeleteRetentionPolicyOutput, error)
- func (m *MockCloudWatchLogsAPI) DeleteSubscriptionFilter(arg0 *cloudwatchlogs.DeleteSubscriptionFilterInput) (*cloudwatchlogs.DeleteSubscriptionFilterOutput, error)
- func (m *MockCloudWatchLogsAPI) DeleteSubscriptionFilterRequest(arg0 *cloudwatchlogs.DeleteSubscriptionFilterInput) (*request.Request, *cloudwatchlogs.DeleteSubscriptionFilterOutput)
- func (m *MockCloudWatchLogsAPI) DeleteSubscriptionFilterWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DeleteSubscriptionFilterInput, ...) (*cloudwatchlogs.DeleteSubscriptionFilterOutput, error)
- func (m *MockCloudWatchLogsAPI) DescribeDestinations(arg0 *cloudwatchlogs.DescribeDestinationsInput) (*cloudwatchlogs.DescribeDestinationsOutput, error)
- func (m *MockCloudWatchLogsAPI) DescribeDestinationsPages(arg0 *cloudwatchlogs.DescribeDestinationsInput, ...) error
- func (m *MockCloudWatchLogsAPI) DescribeDestinationsPagesWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeDestinationsInput, ...) error
- func (m *MockCloudWatchLogsAPI) DescribeDestinationsRequest(arg0 *cloudwatchlogs.DescribeDestinationsInput) (*request.Request, *cloudwatchlogs.DescribeDestinationsOutput)
- func (m *MockCloudWatchLogsAPI) DescribeDestinationsWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeDestinationsInput, ...) (*cloudwatchlogs.DescribeDestinationsOutput, error)
- func (m *MockCloudWatchLogsAPI) DescribeExportTasks(arg0 *cloudwatchlogs.DescribeExportTasksInput) (*cloudwatchlogs.DescribeExportTasksOutput, error)
- func (m *MockCloudWatchLogsAPI) DescribeExportTasksRequest(arg0 *cloudwatchlogs.DescribeExportTasksInput) (*request.Request, *cloudwatchlogs.DescribeExportTasksOutput)
- func (m *MockCloudWatchLogsAPI) DescribeExportTasksWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeExportTasksInput, ...) (*cloudwatchlogs.DescribeExportTasksOutput, error)
- func (m *MockCloudWatchLogsAPI) DescribeLogGroups(arg0 *cloudwatchlogs.DescribeLogGroupsInput) (*cloudwatchlogs.DescribeLogGroupsOutput, error)
- func (m *MockCloudWatchLogsAPI) DescribeLogGroupsPages(arg0 *cloudwatchlogs.DescribeLogGroupsInput, ...) error
- func (m *MockCloudWatchLogsAPI) DescribeLogGroupsPagesWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeLogGroupsInput, ...) error
- func (m *MockCloudWatchLogsAPI) DescribeLogGroupsRequest(arg0 *cloudwatchlogs.DescribeLogGroupsInput) (*request.Request, *cloudwatchlogs.DescribeLogGroupsOutput)
- func (m *MockCloudWatchLogsAPI) DescribeLogGroupsWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeLogGroupsInput, ...) (*cloudwatchlogs.DescribeLogGroupsOutput, error)
- func (m *MockCloudWatchLogsAPI) DescribeLogStreams(arg0 *cloudwatchlogs.DescribeLogStreamsInput) (*cloudwatchlogs.DescribeLogStreamsOutput, error)
- func (m *MockCloudWatchLogsAPI) DescribeLogStreamsPages(arg0 *cloudwatchlogs.DescribeLogStreamsInput, ...) error
- func (m *MockCloudWatchLogsAPI) DescribeLogStreamsPagesWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeLogStreamsInput, ...) error
- func (m *MockCloudWatchLogsAPI) DescribeLogStreamsRequest(arg0 *cloudwatchlogs.DescribeLogStreamsInput) (*request.Request, *cloudwatchlogs.DescribeLogStreamsOutput)
- func (m *MockCloudWatchLogsAPI) DescribeLogStreamsWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeLogStreamsInput, ...) (*cloudwatchlogs.DescribeLogStreamsOutput, error)
- func (m *MockCloudWatchLogsAPI) DescribeMetricFilters(arg0 *cloudwatchlogs.DescribeMetricFiltersInput) (*cloudwatchlogs.DescribeMetricFiltersOutput, error)
- func (m *MockCloudWatchLogsAPI) DescribeMetricFiltersPages(arg0 *cloudwatchlogs.DescribeMetricFiltersInput, ...) error
- func (m *MockCloudWatchLogsAPI) DescribeMetricFiltersPagesWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeMetricFiltersInput, ...) error
- func (m *MockCloudWatchLogsAPI) DescribeMetricFiltersRequest(arg0 *cloudwatchlogs.DescribeMetricFiltersInput) (*request.Request, *cloudwatchlogs.DescribeMetricFiltersOutput)
- func (m *MockCloudWatchLogsAPI) DescribeMetricFiltersWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeMetricFiltersInput, ...) (*cloudwatchlogs.DescribeMetricFiltersOutput, error)
- func (m *MockCloudWatchLogsAPI) DescribeResourcePolicies(arg0 *cloudwatchlogs.DescribeResourcePoliciesInput) (*cloudwatchlogs.DescribeResourcePoliciesOutput, error)
- func (m *MockCloudWatchLogsAPI) DescribeResourcePoliciesRequest(arg0 *cloudwatchlogs.DescribeResourcePoliciesInput) (*request.Request, *cloudwatchlogs.DescribeResourcePoliciesOutput)
- func (m *MockCloudWatchLogsAPI) DescribeResourcePoliciesWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeResourcePoliciesInput, ...) (*cloudwatchlogs.DescribeResourcePoliciesOutput, error)
- func (m *MockCloudWatchLogsAPI) DescribeSubscriptionFilters(arg0 *cloudwatchlogs.DescribeSubscriptionFiltersInput) (*cloudwatchlogs.DescribeSubscriptionFiltersOutput, error)
- func (m *MockCloudWatchLogsAPI) DescribeSubscriptionFiltersPages(arg0 *cloudwatchlogs.DescribeSubscriptionFiltersInput, ...) error
- func (m *MockCloudWatchLogsAPI) DescribeSubscriptionFiltersPagesWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeSubscriptionFiltersInput, ...) error
- func (m *MockCloudWatchLogsAPI) DescribeSubscriptionFiltersRequest(arg0 *cloudwatchlogs.DescribeSubscriptionFiltersInput) (*request.Request, *cloudwatchlogs.DescribeSubscriptionFiltersOutput)
- func (m *MockCloudWatchLogsAPI) DescribeSubscriptionFiltersWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeSubscriptionFiltersInput, ...) (*cloudwatchlogs.DescribeSubscriptionFiltersOutput, error)
- func (m *MockCloudWatchLogsAPI) DisassociateKmsKey(arg0 *cloudwatchlogs.DisassociateKmsKeyInput) (*cloudwatchlogs.DisassociateKmsKeyOutput, error)
- func (m *MockCloudWatchLogsAPI) DisassociateKmsKeyRequest(arg0 *cloudwatchlogs.DisassociateKmsKeyInput) (*request.Request, *cloudwatchlogs.DisassociateKmsKeyOutput)
- func (m *MockCloudWatchLogsAPI) DisassociateKmsKeyWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DisassociateKmsKeyInput, ...) (*cloudwatchlogs.DisassociateKmsKeyOutput, error)
- func (m *MockCloudWatchLogsAPI) EXPECT() *MockCloudWatchLogsAPIMockRecorder
- func (m *MockCloudWatchLogsAPI) FilterLogEvents(arg0 *cloudwatchlogs.FilterLogEventsInput) (*cloudwatchlogs.FilterLogEventsOutput, error)
- func (m *MockCloudWatchLogsAPI) FilterLogEventsPages(arg0 *cloudwatchlogs.FilterLogEventsInput, ...) error
- func (m *MockCloudWatchLogsAPI) FilterLogEventsPagesWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.FilterLogEventsInput, ...) error
- func (m *MockCloudWatchLogsAPI) FilterLogEventsRequest(arg0 *cloudwatchlogs.FilterLogEventsInput) (*request.Request, *cloudwatchlogs.FilterLogEventsOutput)
- func (m *MockCloudWatchLogsAPI) FilterLogEventsWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.FilterLogEventsInput, ...) (*cloudwatchlogs.FilterLogEventsOutput, error)
- func (m *MockCloudWatchLogsAPI) GetLogEvents(arg0 *cloudwatchlogs.GetLogEventsInput) (*cloudwatchlogs.GetLogEventsOutput, error)
- func (m *MockCloudWatchLogsAPI) GetLogEventsPages(arg0 *cloudwatchlogs.GetLogEventsInput, ...) error
- func (m *MockCloudWatchLogsAPI) GetLogEventsPagesWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.GetLogEventsInput, ...) error
- func (m *MockCloudWatchLogsAPI) GetLogEventsRequest(arg0 *cloudwatchlogs.GetLogEventsInput) (*request.Request, *cloudwatchlogs.GetLogEventsOutput)
- func (m *MockCloudWatchLogsAPI) GetLogEventsWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.GetLogEventsInput, ...) (*cloudwatchlogs.GetLogEventsOutput, error)
- func (m *MockCloudWatchLogsAPI) ListTagsLogGroup(arg0 *cloudwatchlogs.ListTagsLogGroupInput) (*cloudwatchlogs.ListTagsLogGroupOutput, error)
- func (m *MockCloudWatchLogsAPI) ListTagsLogGroupRequest(arg0 *cloudwatchlogs.ListTagsLogGroupInput) (*request.Request, *cloudwatchlogs.ListTagsLogGroupOutput)
- func (m *MockCloudWatchLogsAPI) ListTagsLogGroupWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.ListTagsLogGroupInput, ...) (*cloudwatchlogs.ListTagsLogGroupOutput, error)
- func (m *MockCloudWatchLogsAPI) PutDestination(arg0 *cloudwatchlogs.PutDestinationInput) (*cloudwatchlogs.PutDestinationOutput, error)
- func (m *MockCloudWatchLogsAPI) PutDestinationPolicy(arg0 *cloudwatchlogs.PutDestinationPolicyInput) (*cloudwatchlogs.PutDestinationPolicyOutput, error)
- func (m *MockCloudWatchLogsAPI) PutDestinationPolicyRequest(arg0 *cloudwatchlogs.PutDestinationPolicyInput) (*request.Request, *cloudwatchlogs.PutDestinationPolicyOutput)
- func (m *MockCloudWatchLogsAPI) PutDestinationPolicyWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.PutDestinationPolicyInput, ...) (*cloudwatchlogs.PutDestinationPolicyOutput, error)
- func (m *MockCloudWatchLogsAPI) PutDestinationRequest(arg0 *cloudwatchlogs.PutDestinationInput) (*request.Request, *cloudwatchlogs.PutDestinationOutput)
- func (m *MockCloudWatchLogsAPI) PutDestinationWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.PutDestinationInput, ...) (*cloudwatchlogs.PutDestinationOutput, error)
- func (m *MockCloudWatchLogsAPI) PutLogEvents(arg0 *cloudwatchlogs.PutLogEventsInput) (*cloudwatchlogs.PutLogEventsOutput, error)
- func (m *MockCloudWatchLogsAPI) PutLogEventsRequest(arg0 *cloudwatchlogs.PutLogEventsInput) (*request.Request, *cloudwatchlogs.PutLogEventsOutput)
- func (m *MockCloudWatchLogsAPI) PutLogEventsWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.PutLogEventsInput, ...) (*cloudwatchlogs.PutLogEventsOutput, error)
- func (m *MockCloudWatchLogsAPI) PutMetricFilter(arg0 *cloudwatchlogs.PutMetricFilterInput) (*cloudwatchlogs.PutMetricFilterOutput, error)
- func (m *MockCloudWatchLogsAPI) PutMetricFilterRequest(arg0 *cloudwatchlogs.PutMetricFilterInput) (*request.Request, *cloudwatchlogs.PutMetricFilterOutput)
- func (m *MockCloudWatchLogsAPI) PutMetricFilterWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.PutMetricFilterInput, ...) (*cloudwatchlogs.PutMetricFilterOutput, error)
- func (m *MockCloudWatchLogsAPI) PutResourcePolicy(arg0 *cloudwatchlogs.PutResourcePolicyInput) (*cloudwatchlogs.PutResourcePolicyOutput, error)
- func (m *MockCloudWatchLogsAPI) PutResourcePolicyRequest(arg0 *cloudwatchlogs.PutResourcePolicyInput) (*request.Request, *cloudwatchlogs.PutResourcePolicyOutput)
- func (m *MockCloudWatchLogsAPI) PutResourcePolicyWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.PutResourcePolicyInput, ...) (*cloudwatchlogs.PutResourcePolicyOutput, error)
- func (m *MockCloudWatchLogsAPI) PutRetentionPolicy(arg0 *cloudwatchlogs.PutRetentionPolicyInput) (*cloudwatchlogs.PutRetentionPolicyOutput, error)
- func (m *MockCloudWatchLogsAPI) PutRetentionPolicyRequest(arg0 *cloudwatchlogs.PutRetentionPolicyInput) (*request.Request, *cloudwatchlogs.PutRetentionPolicyOutput)
- func (m *MockCloudWatchLogsAPI) PutRetentionPolicyWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.PutRetentionPolicyInput, ...) (*cloudwatchlogs.PutRetentionPolicyOutput, error)
- func (m *MockCloudWatchLogsAPI) PutSubscriptionFilter(arg0 *cloudwatchlogs.PutSubscriptionFilterInput) (*cloudwatchlogs.PutSubscriptionFilterOutput, error)
- func (m *MockCloudWatchLogsAPI) PutSubscriptionFilterRequest(arg0 *cloudwatchlogs.PutSubscriptionFilterInput) (*request.Request, *cloudwatchlogs.PutSubscriptionFilterOutput)
- func (m *MockCloudWatchLogsAPI) PutSubscriptionFilterWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.PutSubscriptionFilterInput, ...) (*cloudwatchlogs.PutSubscriptionFilterOutput, error)
- func (m *MockCloudWatchLogsAPI) TagLogGroup(arg0 *cloudwatchlogs.TagLogGroupInput) (*cloudwatchlogs.TagLogGroupOutput, error)
- func (m *MockCloudWatchLogsAPI) TagLogGroupRequest(arg0 *cloudwatchlogs.TagLogGroupInput) (*request.Request, *cloudwatchlogs.TagLogGroupOutput)
- func (m *MockCloudWatchLogsAPI) TagLogGroupWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.TagLogGroupInput, ...) (*cloudwatchlogs.TagLogGroupOutput, error)
- func (m *MockCloudWatchLogsAPI) TestMetricFilter(arg0 *cloudwatchlogs.TestMetricFilterInput) (*cloudwatchlogs.TestMetricFilterOutput, error)
- func (m *MockCloudWatchLogsAPI) TestMetricFilterRequest(arg0 *cloudwatchlogs.TestMetricFilterInput) (*request.Request, *cloudwatchlogs.TestMetricFilterOutput)
- func (m *MockCloudWatchLogsAPI) TestMetricFilterWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.TestMetricFilterInput, ...) (*cloudwatchlogs.TestMetricFilterOutput, error)
- func (m *MockCloudWatchLogsAPI) UntagLogGroup(arg0 *cloudwatchlogs.UntagLogGroupInput) (*cloudwatchlogs.UntagLogGroupOutput, error)
- func (m *MockCloudWatchLogsAPI) UntagLogGroupRequest(arg0 *cloudwatchlogs.UntagLogGroupInput) (*request.Request, *cloudwatchlogs.UntagLogGroupOutput)
- func (m *MockCloudWatchLogsAPI) UntagLogGroupWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.UntagLogGroupInput, ...) (*cloudwatchlogs.UntagLogGroupOutput, error)
- type MockCloudWatchLogsAPIMockRecorder
- func (mr *MockCloudWatchLogsAPIMockRecorder) AssociateKmsKey(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) AssociateKmsKeyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) AssociateKmsKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) CancelExportTask(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) CancelExportTaskRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) CancelExportTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) CreateExportTask(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) CreateExportTaskRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) CreateExportTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) CreateLogGroup(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) CreateLogGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) CreateLogGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) CreateLogStream(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) CreateLogStreamRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) CreateLogStreamWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteDestination(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteDestinationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteDestinationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteLogGroup(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteLogGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteLogGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteLogStream(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteLogStreamRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteLogStreamWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteMetricFilter(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteMetricFilterRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteMetricFilterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteResourcePolicy(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteResourcePolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteResourcePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteRetentionPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteRetentionPolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteRetentionPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteSubscriptionFilter(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteSubscriptionFilterRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteSubscriptionFilterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeDestinations(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeDestinationsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeDestinationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeDestinationsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeDestinationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeExportTasks(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeExportTasksRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeExportTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeLogGroups(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeLogGroupsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeLogGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeLogGroupsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeLogGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeLogStreams(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeLogStreamsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeLogStreamsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeLogStreamsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeLogStreamsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeMetricFilters(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeMetricFiltersPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeMetricFiltersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeMetricFiltersRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeMetricFiltersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeResourcePolicies(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeResourcePoliciesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeResourcePoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeSubscriptionFilters(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeSubscriptionFiltersPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeSubscriptionFiltersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeSubscriptionFiltersRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeSubscriptionFiltersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DisassociateKmsKey(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DisassociateKmsKeyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) DisassociateKmsKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) FilterLogEvents(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) FilterLogEventsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) FilterLogEventsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) FilterLogEventsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) FilterLogEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) GetLogEvents(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) GetLogEventsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) GetLogEventsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) GetLogEventsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) GetLogEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) ListTagsLogGroup(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) ListTagsLogGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) ListTagsLogGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) PutDestination(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) PutDestinationPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) PutDestinationPolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) PutDestinationPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) PutDestinationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) PutDestinationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) PutLogEvents(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) PutLogEventsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) PutLogEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) PutMetricFilter(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) PutMetricFilterRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) PutMetricFilterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) PutResourcePolicy(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) PutResourcePolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) PutResourcePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) PutRetentionPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) PutRetentionPolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) PutRetentionPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) PutSubscriptionFilter(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) PutSubscriptionFilterRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) PutSubscriptionFilterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) TagLogGroup(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) TagLogGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) TagLogGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) TestMetricFilter(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) TestMetricFilterRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) TestMetricFilterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) UntagLogGroup(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) UntagLogGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCloudWatchLogsAPIMockRecorder) UntagLogGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockCodeBuildAPI
- func (m *MockCodeBuildAPI) BatchDeleteBuilds(arg0 *codebuild.BatchDeleteBuildsInput) (*codebuild.BatchDeleteBuildsOutput, error)
- func (m *MockCodeBuildAPI) BatchDeleteBuildsRequest(arg0 *codebuild.BatchDeleteBuildsInput) (*request.Request, *codebuild.BatchDeleteBuildsOutput)
- func (m *MockCodeBuildAPI) BatchDeleteBuildsWithContext(arg0 aws.Context, arg1 *codebuild.BatchDeleteBuildsInput, ...) (*codebuild.BatchDeleteBuildsOutput, error)
- func (m *MockCodeBuildAPI) BatchGetBuilds(arg0 *codebuild.BatchGetBuildsInput) (*codebuild.BatchGetBuildsOutput, error)
- func (m *MockCodeBuildAPI) BatchGetBuildsRequest(arg0 *codebuild.BatchGetBuildsInput) (*request.Request, *codebuild.BatchGetBuildsOutput)
- func (m *MockCodeBuildAPI) BatchGetBuildsWithContext(arg0 aws.Context, arg1 *codebuild.BatchGetBuildsInput, arg2 ...request.Option) (*codebuild.BatchGetBuildsOutput, error)
- func (m *MockCodeBuildAPI) BatchGetProjects(arg0 *codebuild.BatchGetProjectsInput) (*codebuild.BatchGetProjectsOutput, error)
- func (m *MockCodeBuildAPI) BatchGetProjectsRequest(arg0 *codebuild.BatchGetProjectsInput) (*request.Request, *codebuild.BatchGetProjectsOutput)
- func (m *MockCodeBuildAPI) BatchGetProjectsWithContext(arg0 aws.Context, arg1 *codebuild.BatchGetProjectsInput, ...) (*codebuild.BatchGetProjectsOutput, error)
- func (m *MockCodeBuildAPI) CreateProject(arg0 *codebuild.CreateProjectInput) (*codebuild.CreateProjectOutput, error)
- func (m *MockCodeBuildAPI) CreateProjectRequest(arg0 *codebuild.CreateProjectInput) (*request.Request, *codebuild.CreateProjectOutput)
- func (m *MockCodeBuildAPI) CreateProjectWithContext(arg0 aws.Context, arg1 *codebuild.CreateProjectInput, arg2 ...request.Option) (*codebuild.CreateProjectOutput, error)
- func (m *MockCodeBuildAPI) CreateWebhook(arg0 *codebuild.CreateWebhookInput) (*codebuild.CreateWebhookOutput, error)
- func (m *MockCodeBuildAPI) CreateWebhookRequest(arg0 *codebuild.CreateWebhookInput) (*request.Request, *codebuild.CreateWebhookOutput)
- func (m *MockCodeBuildAPI) CreateWebhookWithContext(arg0 aws.Context, arg1 *codebuild.CreateWebhookInput, arg2 ...request.Option) (*codebuild.CreateWebhookOutput, error)
- func (m *MockCodeBuildAPI) DeleteProject(arg0 *codebuild.DeleteProjectInput) (*codebuild.DeleteProjectOutput, error)
- func (m *MockCodeBuildAPI) DeleteProjectRequest(arg0 *codebuild.DeleteProjectInput) (*request.Request, *codebuild.DeleteProjectOutput)
- func (m *MockCodeBuildAPI) DeleteProjectWithContext(arg0 aws.Context, arg1 *codebuild.DeleteProjectInput, arg2 ...request.Option) (*codebuild.DeleteProjectOutput, error)
- func (m *MockCodeBuildAPI) DeleteWebhook(arg0 *codebuild.DeleteWebhookInput) (*codebuild.DeleteWebhookOutput, error)
- func (m *MockCodeBuildAPI) DeleteWebhookRequest(arg0 *codebuild.DeleteWebhookInput) (*request.Request, *codebuild.DeleteWebhookOutput)
- func (m *MockCodeBuildAPI) DeleteWebhookWithContext(arg0 aws.Context, arg1 *codebuild.DeleteWebhookInput, arg2 ...request.Option) (*codebuild.DeleteWebhookOutput, error)
- func (m *MockCodeBuildAPI) EXPECT() *MockCodeBuildAPIMockRecorder
- func (m *MockCodeBuildAPI) InvalidateProjectCache(arg0 *codebuild.InvalidateProjectCacheInput) (*codebuild.InvalidateProjectCacheOutput, error)
- func (m *MockCodeBuildAPI) InvalidateProjectCacheRequest(arg0 *codebuild.InvalidateProjectCacheInput) (*request.Request, *codebuild.InvalidateProjectCacheOutput)
- func (m *MockCodeBuildAPI) InvalidateProjectCacheWithContext(arg0 aws.Context, arg1 *codebuild.InvalidateProjectCacheInput, ...) (*codebuild.InvalidateProjectCacheOutput, error)
- func (m *MockCodeBuildAPI) ListBuilds(arg0 *codebuild.ListBuildsInput) (*codebuild.ListBuildsOutput, error)
- func (m *MockCodeBuildAPI) ListBuildsForProject(arg0 *codebuild.ListBuildsForProjectInput) (*codebuild.ListBuildsForProjectOutput, error)
- func (m *MockCodeBuildAPI) ListBuildsForProjectRequest(arg0 *codebuild.ListBuildsForProjectInput) (*request.Request, *codebuild.ListBuildsForProjectOutput)
- func (m *MockCodeBuildAPI) ListBuildsForProjectWithContext(arg0 aws.Context, arg1 *codebuild.ListBuildsForProjectInput, ...) (*codebuild.ListBuildsForProjectOutput, error)
- func (m *MockCodeBuildAPI) ListBuildsRequest(arg0 *codebuild.ListBuildsInput) (*request.Request, *codebuild.ListBuildsOutput)
- func (m *MockCodeBuildAPI) ListBuildsWithContext(arg0 aws.Context, arg1 *codebuild.ListBuildsInput, arg2 ...request.Option) (*codebuild.ListBuildsOutput, error)
- func (m *MockCodeBuildAPI) ListCuratedEnvironmentImages(arg0 *codebuild.ListCuratedEnvironmentImagesInput) (*codebuild.ListCuratedEnvironmentImagesOutput, error)
- func (m *MockCodeBuildAPI) ListCuratedEnvironmentImagesRequest(arg0 *codebuild.ListCuratedEnvironmentImagesInput) (*request.Request, *codebuild.ListCuratedEnvironmentImagesOutput)
- func (m *MockCodeBuildAPI) ListCuratedEnvironmentImagesWithContext(arg0 aws.Context, arg1 *codebuild.ListCuratedEnvironmentImagesInput, ...) (*codebuild.ListCuratedEnvironmentImagesOutput, error)
- func (m *MockCodeBuildAPI) ListProjects(arg0 *codebuild.ListProjectsInput) (*codebuild.ListProjectsOutput, error)
- func (m *MockCodeBuildAPI) ListProjectsRequest(arg0 *codebuild.ListProjectsInput) (*request.Request, *codebuild.ListProjectsOutput)
- func (m *MockCodeBuildAPI) ListProjectsWithContext(arg0 aws.Context, arg1 *codebuild.ListProjectsInput, arg2 ...request.Option) (*codebuild.ListProjectsOutput, error)
- func (m *MockCodeBuildAPI) StartBuild(arg0 *codebuild.StartBuildInput) (*codebuild.StartBuildOutput, error)
- func (m *MockCodeBuildAPI) StartBuildRequest(arg0 *codebuild.StartBuildInput) (*request.Request, *codebuild.StartBuildOutput)
- func (m *MockCodeBuildAPI) StartBuildWithContext(arg0 aws.Context, arg1 *codebuild.StartBuildInput, arg2 ...request.Option) (*codebuild.StartBuildOutput, error)
- func (m *MockCodeBuildAPI) StopBuild(arg0 *codebuild.StopBuildInput) (*codebuild.StopBuildOutput, error)
- func (m *MockCodeBuildAPI) StopBuildRequest(arg0 *codebuild.StopBuildInput) (*request.Request, *codebuild.StopBuildOutput)
- func (m *MockCodeBuildAPI) StopBuildWithContext(arg0 aws.Context, arg1 *codebuild.StopBuildInput, arg2 ...request.Option) (*codebuild.StopBuildOutput, error)
- func (m *MockCodeBuildAPI) UpdateProject(arg0 *codebuild.UpdateProjectInput) (*codebuild.UpdateProjectOutput, error)
- func (m *MockCodeBuildAPI) UpdateProjectRequest(arg0 *codebuild.UpdateProjectInput) (*request.Request, *codebuild.UpdateProjectOutput)
- func (m *MockCodeBuildAPI) UpdateProjectWithContext(arg0 aws.Context, arg1 *codebuild.UpdateProjectInput, arg2 ...request.Option) (*codebuild.UpdateProjectOutput, error)
- type MockCodeBuildAPIMockRecorder
- func (mr *MockCodeBuildAPIMockRecorder) BatchDeleteBuilds(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) BatchDeleteBuildsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) BatchDeleteBuildsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) BatchGetBuilds(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) BatchGetBuildsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) BatchGetBuildsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) BatchGetProjects(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) BatchGetProjectsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) BatchGetProjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) CreateProject(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) CreateProjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) CreateProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) CreateWebhook(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) CreateWebhookRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) CreateWebhookWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) DeleteProject(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) DeleteProjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) DeleteProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) DeleteWebhook(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) DeleteWebhookRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) DeleteWebhookWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) InvalidateProjectCache(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) InvalidateProjectCacheRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) InvalidateProjectCacheWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) ListBuilds(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) ListBuildsForProject(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) ListBuildsForProjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) ListBuildsForProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) ListBuildsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) ListBuildsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) ListCuratedEnvironmentImages(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) ListCuratedEnvironmentImagesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) ListCuratedEnvironmentImagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) ListProjects(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) ListProjectsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) ListProjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) StartBuild(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) StartBuildRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) StartBuildWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) StopBuild(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) StopBuildRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) StopBuildWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) UpdateProject(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) UpdateProjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCodeBuildAPIMockRecorder) UpdateProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockECRAPI
- func (m *MockECRAPI) BatchCheckLayerAvailability(arg0 *ecr.BatchCheckLayerAvailabilityInput) (*ecr.BatchCheckLayerAvailabilityOutput, error)
- func (m *MockECRAPI) BatchCheckLayerAvailabilityRequest(arg0 *ecr.BatchCheckLayerAvailabilityInput) (*request.Request, *ecr.BatchCheckLayerAvailabilityOutput)
- func (m *MockECRAPI) BatchCheckLayerAvailabilityWithContext(arg0 aws.Context, arg1 *ecr.BatchCheckLayerAvailabilityInput, ...) (*ecr.BatchCheckLayerAvailabilityOutput, error)
- func (m *MockECRAPI) BatchDeleteImage(arg0 *ecr.BatchDeleteImageInput) (*ecr.BatchDeleteImageOutput, error)
- func (m *MockECRAPI) BatchDeleteImageRequest(arg0 *ecr.BatchDeleteImageInput) (*request.Request, *ecr.BatchDeleteImageOutput)
- func (m *MockECRAPI) BatchDeleteImageWithContext(arg0 aws.Context, arg1 *ecr.BatchDeleteImageInput, arg2 ...request.Option) (*ecr.BatchDeleteImageOutput, error)
- func (m *MockECRAPI) BatchGetImage(arg0 *ecr.BatchGetImageInput) (*ecr.BatchGetImageOutput, error)
- func (m *MockECRAPI) BatchGetImageRequest(arg0 *ecr.BatchGetImageInput) (*request.Request, *ecr.BatchGetImageOutput)
- func (m *MockECRAPI) BatchGetImageWithContext(arg0 aws.Context, arg1 *ecr.BatchGetImageInput, arg2 ...request.Option) (*ecr.BatchGetImageOutput, error)
- func (m *MockECRAPI) CompleteLayerUpload(arg0 *ecr.CompleteLayerUploadInput) (*ecr.CompleteLayerUploadOutput, error)
- func (m *MockECRAPI) CompleteLayerUploadRequest(arg0 *ecr.CompleteLayerUploadInput) (*request.Request, *ecr.CompleteLayerUploadOutput)
- func (m *MockECRAPI) CompleteLayerUploadWithContext(arg0 aws.Context, arg1 *ecr.CompleteLayerUploadInput, arg2 ...request.Option) (*ecr.CompleteLayerUploadOutput, error)
- func (m *MockECRAPI) CreateRepository(arg0 *ecr.CreateRepositoryInput) (*ecr.CreateRepositoryOutput, error)
- func (m *MockECRAPI) CreateRepositoryRequest(arg0 *ecr.CreateRepositoryInput) (*request.Request, *ecr.CreateRepositoryOutput)
- func (m *MockECRAPI) CreateRepositoryWithContext(arg0 aws.Context, arg1 *ecr.CreateRepositoryInput, arg2 ...request.Option) (*ecr.CreateRepositoryOutput, error)
- func (m *MockECRAPI) DeleteLifecyclePolicy(arg0 *ecr.DeleteLifecyclePolicyInput) (*ecr.DeleteLifecyclePolicyOutput, error)
- func (m *MockECRAPI) DeleteLifecyclePolicyRequest(arg0 *ecr.DeleteLifecyclePolicyInput) (*request.Request, *ecr.DeleteLifecyclePolicyOutput)
- func (m *MockECRAPI) DeleteLifecyclePolicyWithContext(arg0 aws.Context, arg1 *ecr.DeleteLifecyclePolicyInput, arg2 ...request.Option) (*ecr.DeleteLifecyclePolicyOutput, error)
- func (m *MockECRAPI) DeleteRepository(arg0 *ecr.DeleteRepositoryInput) (*ecr.DeleteRepositoryOutput, error)
- func (m *MockECRAPI) DeleteRepositoryPolicy(arg0 *ecr.DeleteRepositoryPolicyInput) (*ecr.DeleteRepositoryPolicyOutput, error)
- func (m *MockECRAPI) DeleteRepositoryPolicyRequest(arg0 *ecr.DeleteRepositoryPolicyInput) (*request.Request, *ecr.DeleteRepositoryPolicyOutput)
- func (m *MockECRAPI) DeleteRepositoryPolicyWithContext(arg0 aws.Context, arg1 *ecr.DeleteRepositoryPolicyInput, ...) (*ecr.DeleteRepositoryPolicyOutput, error)
- func (m *MockECRAPI) DeleteRepositoryRequest(arg0 *ecr.DeleteRepositoryInput) (*request.Request, *ecr.DeleteRepositoryOutput)
- func (m *MockECRAPI) DeleteRepositoryWithContext(arg0 aws.Context, arg1 *ecr.DeleteRepositoryInput, arg2 ...request.Option) (*ecr.DeleteRepositoryOutput, error)
- func (m *MockECRAPI) DescribeImages(arg0 *ecr.DescribeImagesInput) (*ecr.DescribeImagesOutput, error)
- func (m *MockECRAPI) DescribeImagesPages(arg0 *ecr.DescribeImagesInput, arg1 func(*ecr.DescribeImagesOutput, bool) bool) error
- func (m *MockECRAPI) DescribeImagesPagesWithContext(arg0 aws.Context, arg1 *ecr.DescribeImagesInput, ...) error
- func (m *MockECRAPI) DescribeImagesRequest(arg0 *ecr.DescribeImagesInput) (*request.Request, *ecr.DescribeImagesOutput)
- func (m *MockECRAPI) DescribeImagesWithContext(arg0 aws.Context, arg1 *ecr.DescribeImagesInput, arg2 ...request.Option) (*ecr.DescribeImagesOutput, error)
- func (m *MockECRAPI) DescribeRepositories(arg0 *ecr.DescribeRepositoriesInput) (*ecr.DescribeRepositoriesOutput, error)
- func (m *MockECRAPI) DescribeRepositoriesPages(arg0 *ecr.DescribeRepositoriesInput, ...) error
- func (m *MockECRAPI) DescribeRepositoriesPagesWithContext(arg0 aws.Context, arg1 *ecr.DescribeRepositoriesInput, ...) error
- func (m *MockECRAPI) DescribeRepositoriesRequest(arg0 *ecr.DescribeRepositoriesInput) (*request.Request, *ecr.DescribeRepositoriesOutput)
- func (m *MockECRAPI) DescribeRepositoriesWithContext(arg0 aws.Context, arg1 *ecr.DescribeRepositoriesInput, arg2 ...request.Option) (*ecr.DescribeRepositoriesOutput, error)
- func (m *MockECRAPI) EXPECT() *MockECRAPIMockRecorder
- func (m *MockECRAPI) GetAuthorizationToken(arg0 *ecr.GetAuthorizationTokenInput) (*ecr.GetAuthorizationTokenOutput, error)
- func (m *MockECRAPI) GetAuthorizationTokenRequest(arg0 *ecr.GetAuthorizationTokenInput) (*request.Request, *ecr.GetAuthorizationTokenOutput)
- func (m *MockECRAPI) GetAuthorizationTokenWithContext(arg0 aws.Context, arg1 *ecr.GetAuthorizationTokenInput, arg2 ...request.Option) (*ecr.GetAuthorizationTokenOutput, error)
- func (m *MockECRAPI) GetDownloadUrlForLayer(arg0 *ecr.GetDownloadUrlForLayerInput) (*ecr.GetDownloadUrlForLayerOutput, error)
- func (m *MockECRAPI) GetDownloadUrlForLayerRequest(arg0 *ecr.GetDownloadUrlForLayerInput) (*request.Request, *ecr.GetDownloadUrlForLayerOutput)
- func (m *MockECRAPI) GetDownloadUrlForLayerWithContext(arg0 aws.Context, arg1 *ecr.GetDownloadUrlForLayerInput, ...) (*ecr.GetDownloadUrlForLayerOutput, error)
- func (m *MockECRAPI) GetLifecyclePolicy(arg0 *ecr.GetLifecyclePolicyInput) (*ecr.GetLifecyclePolicyOutput, error)
- func (m *MockECRAPI) GetLifecyclePolicyPreview(arg0 *ecr.GetLifecyclePolicyPreviewInput) (*ecr.GetLifecyclePolicyPreviewOutput, error)
- func (m *MockECRAPI) GetLifecyclePolicyPreviewRequest(arg0 *ecr.GetLifecyclePolicyPreviewInput) (*request.Request, *ecr.GetLifecyclePolicyPreviewOutput)
- func (m *MockECRAPI) GetLifecyclePolicyPreviewWithContext(arg0 aws.Context, arg1 *ecr.GetLifecyclePolicyPreviewInput, ...) (*ecr.GetLifecyclePolicyPreviewOutput, error)
- func (m *MockECRAPI) GetLifecyclePolicyRequest(arg0 *ecr.GetLifecyclePolicyInput) (*request.Request, *ecr.GetLifecyclePolicyOutput)
- func (m *MockECRAPI) GetLifecyclePolicyWithContext(arg0 aws.Context, arg1 *ecr.GetLifecyclePolicyInput, arg2 ...request.Option) (*ecr.GetLifecyclePolicyOutput, error)
- func (m *MockECRAPI) GetRepositoryPolicy(arg0 *ecr.GetRepositoryPolicyInput) (*ecr.GetRepositoryPolicyOutput, error)
- func (m *MockECRAPI) GetRepositoryPolicyRequest(arg0 *ecr.GetRepositoryPolicyInput) (*request.Request, *ecr.GetRepositoryPolicyOutput)
- func (m *MockECRAPI) GetRepositoryPolicyWithContext(arg0 aws.Context, arg1 *ecr.GetRepositoryPolicyInput, arg2 ...request.Option) (*ecr.GetRepositoryPolicyOutput, error)
- func (m *MockECRAPI) InitiateLayerUpload(arg0 *ecr.InitiateLayerUploadInput) (*ecr.InitiateLayerUploadOutput, error)
- func (m *MockECRAPI) InitiateLayerUploadRequest(arg0 *ecr.InitiateLayerUploadInput) (*request.Request, *ecr.InitiateLayerUploadOutput)
- func (m *MockECRAPI) InitiateLayerUploadWithContext(arg0 aws.Context, arg1 *ecr.InitiateLayerUploadInput, arg2 ...request.Option) (*ecr.InitiateLayerUploadOutput, error)
- func (m *MockECRAPI) ListImages(arg0 *ecr.ListImagesInput) (*ecr.ListImagesOutput, error)
- func (m *MockECRAPI) ListImagesPages(arg0 *ecr.ListImagesInput, arg1 func(*ecr.ListImagesOutput, bool) bool) error
- func (m *MockECRAPI) ListImagesPagesWithContext(arg0 aws.Context, arg1 *ecr.ListImagesInput, ...) error
- func (m *MockECRAPI) ListImagesRequest(arg0 *ecr.ListImagesInput) (*request.Request, *ecr.ListImagesOutput)
- func (m *MockECRAPI) ListImagesWithContext(arg0 aws.Context, arg1 *ecr.ListImagesInput, arg2 ...request.Option) (*ecr.ListImagesOutput, error)
- func (m *MockECRAPI) PutImage(arg0 *ecr.PutImageInput) (*ecr.PutImageOutput, error)
- func (m *MockECRAPI) PutImageRequest(arg0 *ecr.PutImageInput) (*request.Request, *ecr.PutImageOutput)
- func (m *MockECRAPI) PutImageWithContext(arg0 aws.Context, arg1 *ecr.PutImageInput, arg2 ...request.Option) (*ecr.PutImageOutput, error)
- func (m *MockECRAPI) PutLifecyclePolicy(arg0 *ecr.PutLifecyclePolicyInput) (*ecr.PutLifecyclePolicyOutput, error)
- func (m *MockECRAPI) PutLifecyclePolicyRequest(arg0 *ecr.PutLifecyclePolicyInput) (*request.Request, *ecr.PutLifecyclePolicyOutput)
- func (m *MockECRAPI) PutLifecyclePolicyWithContext(arg0 aws.Context, arg1 *ecr.PutLifecyclePolicyInput, arg2 ...request.Option) (*ecr.PutLifecyclePolicyOutput, error)
- func (m *MockECRAPI) SetRepositoryPolicy(arg0 *ecr.SetRepositoryPolicyInput) (*ecr.SetRepositoryPolicyOutput, error)
- func (m *MockECRAPI) SetRepositoryPolicyRequest(arg0 *ecr.SetRepositoryPolicyInput) (*request.Request, *ecr.SetRepositoryPolicyOutput)
- func (m *MockECRAPI) SetRepositoryPolicyWithContext(arg0 aws.Context, arg1 *ecr.SetRepositoryPolicyInput, arg2 ...request.Option) (*ecr.SetRepositoryPolicyOutput, error)
- func (m *MockECRAPI) StartLifecyclePolicyPreview(arg0 *ecr.StartLifecyclePolicyPreviewInput) (*ecr.StartLifecyclePolicyPreviewOutput, error)
- func (m *MockECRAPI) StartLifecyclePolicyPreviewRequest(arg0 *ecr.StartLifecyclePolicyPreviewInput) (*request.Request, *ecr.StartLifecyclePolicyPreviewOutput)
- func (m *MockECRAPI) StartLifecyclePolicyPreviewWithContext(arg0 aws.Context, arg1 *ecr.StartLifecyclePolicyPreviewInput, ...) (*ecr.StartLifecyclePolicyPreviewOutput, error)
- func (m *MockECRAPI) UploadLayerPart(arg0 *ecr.UploadLayerPartInput) (*ecr.UploadLayerPartOutput, error)
- func (m *MockECRAPI) UploadLayerPartRequest(arg0 *ecr.UploadLayerPartInput) (*request.Request, *ecr.UploadLayerPartOutput)
- func (m *MockECRAPI) UploadLayerPartWithContext(arg0 aws.Context, arg1 *ecr.UploadLayerPartInput, arg2 ...request.Option) (*ecr.UploadLayerPartOutput, error)
- type MockECRAPIMockRecorder
- func (mr *MockECRAPIMockRecorder) BatchCheckLayerAvailability(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) BatchCheckLayerAvailabilityRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) BatchCheckLayerAvailabilityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) BatchDeleteImage(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) BatchDeleteImageRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) BatchDeleteImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) BatchGetImage(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) BatchGetImageRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) BatchGetImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) CompleteLayerUpload(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) CompleteLayerUploadRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) CompleteLayerUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) CreateRepository(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) CreateRepositoryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) CreateRepositoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) DeleteLifecyclePolicy(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) DeleteLifecyclePolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) DeleteLifecyclePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) DeleteRepository(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) DeleteRepositoryPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) DeleteRepositoryPolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) DeleteRepositoryPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) DeleteRepositoryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) DeleteRepositoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) DescribeImages(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) DescribeImagesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) DescribeImagesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) DescribeImagesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) DescribeImagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) DescribeRepositories(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) DescribeRepositoriesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) DescribeRepositoriesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) DescribeRepositoriesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) DescribeRepositoriesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) GetAuthorizationToken(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) GetAuthorizationTokenRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) GetAuthorizationTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) GetDownloadUrlForLayer(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) GetDownloadUrlForLayerRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) GetDownloadUrlForLayerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) GetLifecyclePolicy(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) GetLifecyclePolicyPreview(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) GetLifecyclePolicyPreviewRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) GetLifecyclePolicyPreviewWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) GetLifecyclePolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) GetLifecyclePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) GetRepositoryPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) GetRepositoryPolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) GetRepositoryPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) InitiateLayerUpload(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) InitiateLayerUploadRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) InitiateLayerUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) ListImages(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) ListImagesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) ListImagesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) ListImagesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) ListImagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) PutImage(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) PutImageRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) PutImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) PutLifecyclePolicy(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) PutLifecyclePolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) PutLifecyclePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) SetRepositoryPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) SetRepositoryPolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) SetRepositoryPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) StartLifecyclePolicyPreview(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) StartLifecyclePolicyPreviewRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) StartLifecyclePolicyPreviewWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) UploadLayerPart(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) UploadLayerPartRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECRAPIMockRecorder) UploadLayerPartWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockECSAPI
- func (m *MockECSAPI) CreateCluster(arg0 *ecs.CreateClusterInput) (*ecs.CreateClusterOutput, error)
- func (m *MockECSAPI) CreateClusterRequest(arg0 *ecs.CreateClusterInput) (*request.Request, *ecs.CreateClusterOutput)
- func (m *MockECSAPI) CreateClusterWithContext(arg0 aws.Context, arg1 *ecs.CreateClusterInput, arg2 ...request.Option) (*ecs.CreateClusterOutput, error)
- func (m *MockECSAPI) CreateService(arg0 *ecs.CreateServiceInput) (*ecs.CreateServiceOutput, error)
- func (m *MockECSAPI) CreateServiceRequest(arg0 *ecs.CreateServiceInput) (*request.Request, *ecs.CreateServiceOutput)
- func (m *MockECSAPI) CreateServiceWithContext(arg0 aws.Context, arg1 *ecs.CreateServiceInput, arg2 ...request.Option) (*ecs.CreateServiceOutput, error)
- func (m *MockECSAPI) DeleteAttributes(arg0 *ecs.DeleteAttributesInput) (*ecs.DeleteAttributesOutput, error)
- func (m *MockECSAPI) DeleteAttributesRequest(arg0 *ecs.DeleteAttributesInput) (*request.Request, *ecs.DeleteAttributesOutput)
- func (m *MockECSAPI) DeleteAttributesWithContext(arg0 aws.Context, arg1 *ecs.DeleteAttributesInput, arg2 ...request.Option) (*ecs.DeleteAttributesOutput, error)
- func (m *MockECSAPI) DeleteCluster(arg0 *ecs.DeleteClusterInput) (*ecs.DeleteClusterOutput, error)
- func (m *MockECSAPI) DeleteClusterRequest(arg0 *ecs.DeleteClusterInput) (*request.Request, *ecs.DeleteClusterOutput)
- func (m *MockECSAPI) DeleteClusterWithContext(arg0 aws.Context, arg1 *ecs.DeleteClusterInput, arg2 ...request.Option) (*ecs.DeleteClusterOutput, error)
- func (m *MockECSAPI) DeleteService(arg0 *ecs.DeleteServiceInput) (*ecs.DeleteServiceOutput, error)
- func (m *MockECSAPI) DeleteServiceRequest(arg0 *ecs.DeleteServiceInput) (*request.Request, *ecs.DeleteServiceOutput)
- func (m *MockECSAPI) DeleteServiceWithContext(arg0 aws.Context, arg1 *ecs.DeleteServiceInput, arg2 ...request.Option) (*ecs.DeleteServiceOutput, error)
- func (m *MockECSAPI) DeregisterContainerInstance(arg0 *ecs.DeregisterContainerInstanceInput) (*ecs.DeregisterContainerInstanceOutput, error)
- func (m *MockECSAPI) DeregisterContainerInstanceRequest(arg0 *ecs.DeregisterContainerInstanceInput) (*request.Request, *ecs.DeregisterContainerInstanceOutput)
- func (m *MockECSAPI) DeregisterContainerInstanceWithContext(arg0 aws.Context, arg1 *ecs.DeregisterContainerInstanceInput, ...) (*ecs.DeregisterContainerInstanceOutput, error)
- func (m *MockECSAPI) DeregisterTaskDefinition(arg0 *ecs.DeregisterTaskDefinitionInput) (*ecs.DeregisterTaskDefinitionOutput, error)
- func (m *MockECSAPI) DeregisterTaskDefinitionRequest(arg0 *ecs.DeregisterTaskDefinitionInput) (*request.Request, *ecs.DeregisterTaskDefinitionOutput)
- func (m *MockECSAPI) DeregisterTaskDefinitionWithContext(arg0 aws.Context, arg1 *ecs.DeregisterTaskDefinitionInput, ...) (*ecs.DeregisterTaskDefinitionOutput, error)
- func (m *MockECSAPI) DescribeClusters(arg0 *ecs.DescribeClustersInput) (*ecs.DescribeClustersOutput, error)
- func (m *MockECSAPI) DescribeClustersRequest(arg0 *ecs.DescribeClustersInput) (*request.Request, *ecs.DescribeClustersOutput)
- func (m *MockECSAPI) DescribeClustersWithContext(arg0 aws.Context, arg1 *ecs.DescribeClustersInput, arg2 ...request.Option) (*ecs.DescribeClustersOutput, error)
- func (m *MockECSAPI) DescribeContainerInstances(arg0 *ecs.DescribeContainerInstancesInput) (*ecs.DescribeContainerInstancesOutput, error)
- func (m *MockECSAPI) DescribeContainerInstancesRequest(arg0 *ecs.DescribeContainerInstancesInput) (*request.Request, *ecs.DescribeContainerInstancesOutput)
- func (m *MockECSAPI) DescribeContainerInstancesWithContext(arg0 aws.Context, arg1 *ecs.DescribeContainerInstancesInput, ...) (*ecs.DescribeContainerInstancesOutput, error)
- func (m *MockECSAPI) DescribeServices(arg0 *ecs.DescribeServicesInput) (*ecs.DescribeServicesOutput, error)
- func (m *MockECSAPI) DescribeServicesRequest(arg0 *ecs.DescribeServicesInput) (*request.Request, *ecs.DescribeServicesOutput)
- func (m *MockECSAPI) DescribeServicesWithContext(arg0 aws.Context, arg1 *ecs.DescribeServicesInput, arg2 ...request.Option) (*ecs.DescribeServicesOutput, error)
- func (m *MockECSAPI) DescribeTaskDefinition(arg0 *ecs.DescribeTaskDefinitionInput) (*ecs.DescribeTaskDefinitionOutput, error)
- func (m *MockECSAPI) DescribeTaskDefinitionRequest(arg0 *ecs.DescribeTaskDefinitionInput) (*request.Request, *ecs.DescribeTaskDefinitionOutput)
- func (m *MockECSAPI) DescribeTaskDefinitionWithContext(arg0 aws.Context, arg1 *ecs.DescribeTaskDefinitionInput, ...) (*ecs.DescribeTaskDefinitionOutput, error)
- func (m *MockECSAPI) DescribeTasks(arg0 *ecs.DescribeTasksInput) (*ecs.DescribeTasksOutput, error)
- func (m *MockECSAPI) DescribeTasksRequest(arg0 *ecs.DescribeTasksInput) (*request.Request, *ecs.DescribeTasksOutput)
- func (m *MockECSAPI) DescribeTasksWithContext(arg0 aws.Context, arg1 *ecs.DescribeTasksInput, arg2 ...request.Option) (*ecs.DescribeTasksOutput, error)
- func (m *MockECSAPI) DiscoverPollEndpoint(arg0 *ecs.DiscoverPollEndpointInput) (*ecs.DiscoverPollEndpointOutput, error)
- func (m *MockECSAPI) DiscoverPollEndpointRequest(arg0 *ecs.DiscoverPollEndpointInput) (*request.Request, *ecs.DiscoverPollEndpointOutput)
- func (m *MockECSAPI) DiscoverPollEndpointWithContext(arg0 aws.Context, arg1 *ecs.DiscoverPollEndpointInput, arg2 ...request.Option) (*ecs.DiscoverPollEndpointOutput, error)
- func (m *MockECSAPI) EXPECT() *MockECSAPIMockRecorder
- func (m *MockECSAPI) ListAttributes(arg0 *ecs.ListAttributesInput) (*ecs.ListAttributesOutput, error)
- func (m *MockECSAPI) ListAttributesRequest(arg0 *ecs.ListAttributesInput) (*request.Request, *ecs.ListAttributesOutput)
- func (m *MockECSAPI) ListAttributesWithContext(arg0 aws.Context, arg1 *ecs.ListAttributesInput, arg2 ...request.Option) (*ecs.ListAttributesOutput, error)
- func (m *MockECSAPI) ListClusters(arg0 *ecs.ListClustersInput) (*ecs.ListClustersOutput, error)
- func (m *MockECSAPI) ListClustersPages(arg0 *ecs.ListClustersInput, arg1 func(*ecs.ListClustersOutput, bool) bool) error
- func (m *MockECSAPI) ListClustersPagesWithContext(arg0 aws.Context, arg1 *ecs.ListClustersInput, ...) error
- func (m *MockECSAPI) ListClustersRequest(arg0 *ecs.ListClustersInput) (*request.Request, *ecs.ListClustersOutput)
- func (m *MockECSAPI) ListClustersWithContext(arg0 aws.Context, arg1 *ecs.ListClustersInput, arg2 ...request.Option) (*ecs.ListClustersOutput, error)
- func (m *MockECSAPI) ListContainerInstances(arg0 *ecs.ListContainerInstancesInput) (*ecs.ListContainerInstancesOutput, error)
- func (m *MockECSAPI) ListContainerInstancesPages(arg0 *ecs.ListContainerInstancesInput, ...) error
- func (m *MockECSAPI) ListContainerInstancesPagesWithContext(arg0 aws.Context, arg1 *ecs.ListContainerInstancesInput, ...) error
- func (m *MockECSAPI) ListContainerInstancesRequest(arg0 *ecs.ListContainerInstancesInput) (*request.Request, *ecs.ListContainerInstancesOutput)
- func (m *MockECSAPI) ListContainerInstancesWithContext(arg0 aws.Context, arg1 *ecs.ListContainerInstancesInput, ...) (*ecs.ListContainerInstancesOutput, error)
- func (m *MockECSAPI) ListServices(arg0 *ecs.ListServicesInput) (*ecs.ListServicesOutput, error)
- func (m *MockECSAPI) ListServicesPages(arg0 *ecs.ListServicesInput, arg1 func(*ecs.ListServicesOutput, bool) bool) error
- func (m *MockECSAPI) ListServicesPagesWithContext(arg0 aws.Context, arg1 *ecs.ListServicesInput, ...) error
- func (m *MockECSAPI) ListServicesRequest(arg0 *ecs.ListServicesInput) (*request.Request, *ecs.ListServicesOutput)
- func (m *MockECSAPI) ListServicesWithContext(arg0 aws.Context, arg1 *ecs.ListServicesInput, arg2 ...request.Option) (*ecs.ListServicesOutput, error)
- func (m *MockECSAPI) ListTaskDefinitionFamilies(arg0 *ecs.ListTaskDefinitionFamiliesInput) (*ecs.ListTaskDefinitionFamiliesOutput, error)
- func (m *MockECSAPI) ListTaskDefinitionFamiliesPages(arg0 *ecs.ListTaskDefinitionFamiliesInput, ...) error
- func (m *MockECSAPI) ListTaskDefinitionFamiliesPagesWithContext(arg0 aws.Context, arg1 *ecs.ListTaskDefinitionFamiliesInput, ...) error
- func (m *MockECSAPI) ListTaskDefinitionFamiliesRequest(arg0 *ecs.ListTaskDefinitionFamiliesInput) (*request.Request, *ecs.ListTaskDefinitionFamiliesOutput)
- func (m *MockECSAPI) ListTaskDefinitionFamiliesWithContext(arg0 aws.Context, arg1 *ecs.ListTaskDefinitionFamiliesInput, ...) (*ecs.ListTaskDefinitionFamiliesOutput, error)
- func (m *MockECSAPI) ListTaskDefinitions(arg0 *ecs.ListTaskDefinitionsInput) (*ecs.ListTaskDefinitionsOutput, error)
- func (m *MockECSAPI) ListTaskDefinitionsPages(arg0 *ecs.ListTaskDefinitionsInput, ...) error
- func (m *MockECSAPI) ListTaskDefinitionsPagesWithContext(arg0 aws.Context, arg1 *ecs.ListTaskDefinitionsInput, ...) error
- func (m *MockECSAPI) ListTaskDefinitionsRequest(arg0 *ecs.ListTaskDefinitionsInput) (*request.Request, *ecs.ListTaskDefinitionsOutput)
- func (m *MockECSAPI) ListTaskDefinitionsWithContext(arg0 aws.Context, arg1 *ecs.ListTaskDefinitionsInput, arg2 ...request.Option) (*ecs.ListTaskDefinitionsOutput, error)
- func (m *MockECSAPI) ListTasks(arg0 *ecs.ListTasksInput) (*ecs.ListTasksOutput, error)
- func (m *MockECSAPI) ListTasksPages(arg0 *ecs.ListTasksInput, arg1 func(*ecs.ListTasksOutput, bool) bool) error
- func (m *MockECSAPI) ListTasksPagesWithContext(arg0 aws.Context, arg1 *ecs.ListTasksInput, ...) error
- func (m *MockECSAPI) ListTasksRequest(arg0 *ecs.ListTasksInput) (*request.Request, *ecs.ListTasksOutput)
- func (m *MockECSAPI) ListTasksWithContext(arg0 aws.Context, arg1 *ecs.ListTasksInput, arg2 ...request.Option) (*ecs.ListTasksOutput, error)
- func (m *MockECSAPI) PutAttributes(arg0 *ecs.PutAttributesInput) (*ecs.PutAttributesOutput, error)
- func (m *MockECSAPI) PutAttributesRequest(arg0 *ecs.PutAttributesInput) (*request.Request, *ecs.PutAttributesOutput)
- func (m *MockECSAPI) PutAttributesWithContext(arg0 aws.Context, arg1 *ecs.PutAttributesInput, arg2 ...request.Option) (*ecs.PutAttributesOutput, error)
- func (m *MockECSAPI) RegisterContainerInstance(arg0 *ecs.RegisterContainerInstanceInput) (*ecs.RegisterContainerInstanceOutput, error)
- func (m *MockECSAPI) RegisterContainerInstanceRequest(arg0 *ecs.RegisterContainerInstanceInput) (*request.Request, *ecs.RegisterContainerInstanceOutput)
- func (m *MockECSAPI) RegisterContainerInstanceWithContext(arg0 aws.Context, arg1 *ecs.RegisterContainerInstanceInput, ...) (*ecs.RegisterContainerInstanceOutput, error)
- func (m *MockECSAPI) RegisterTaskDefinition(arg0 *ecs.RegisterTaskDefinitionInput) (*ecs.RegisterTaskDefinitionOutput, error)
- func (m *MockECSAPI) RegisterTaskDefinitionRequest(arg0 *ecs.RegisterTaskDefinitionInput) (*request.Request, *ecs.RegisterTaskDefinitionOutput)
- func (m *MockECSAPI) RegisterTaskDefinitionWithContext(arg0 aws.Context, arg1 *ecs.RegisterTaskDefinitionInput, ...) (*ecs.RegisterTaskDefinitionOutput, error)
- func (m *MockECSAPI) RunTask(arg0 *ecs.RunTaskInput) (*ecs.RunTaskOutput, error)
- func (m *MockECSAPI) RunTaskRequest(arg0 *ecs.RunTaskInput) (*request.Request, *ecs.RunTaskOutput)
- func (m *MockECSAPI) RunTaskWithContext(arg0 aws.Context, arg1 *ecs.RunTaskInput, arg2 ...request.Option) (*ecs.RunTaskOutput, error)
- func (m *MockECSAPI) StartTask(arg0 *ecs.StartTaskInput) (*ecs.StartTaskOutput, error)
- func (m *MockECSAPI) StartTaskRequest(arg0 *ecs.StartTaskInput) (*request.Request, *ecs.StartTaskOutput)
- func (m *MockECSAPI) StartTaskWithContext(arg0 aws.Context, arg1 *ecs.StartTaskInput, arg2 ...request.Option) (*ecs.StartTaskOutput, error)
- func (m *MockECSAPI) StopTask(arg0 *ecs.StopTaskInput) (*ecs.StopTaskOutput, error)
- func (m *MockECSAPI) StopTaskRequest(arg0 *ecs.StopTaskInput) (*request.Request, *ecs.StopTaskOutput)
- func (m *MockECSAPI) StopTaskWithContext(arg0 aws.Context, arg1 *ecs.StopTaskInput, arg2 ...request.Option) (*ecs.StopTaskOutput, error)
- func (m *MockECSAPI) SubmitContainerStateChange(arg0 *ecs.SubmitContainerStateChangeInput) (*ecs.SubmitContainerStateChangeOutput, error)
- func (m *MockECSAPI) SubmitContainerStateChangeRequest(arg0 *ecs.SubmitContainerStateChangeInput) (*request.Request, *ecs.SubmitContainerStateChangeOutput)
- func (m *MockECSAPI) SubmitContainerStateChangeWithContext(arg0 aws.Context, arg1 *ecs.SubmitContainerStateChangeInput, ...) (*ecs.SubmitContainerStateChangeOutput, error)
- func (m *MockECSAPI) SubmitTaskStateChange(arg0 *ecs.SubmitTaskStateChangeInput) (*ecs.SubmitTaskStateChangeOutput, error)
- func (m *MockECSAPI) SubmitTaskStateChangeRequest(arg0 *ecs.SubmitTaskStateChangeInput) (*request.Request, *ecs.SubmitTaskStateChangeOutput)
- func (m *MockECSAPI) SubmitTaskStateChangeWithContext(arg0 aws.Context, arg1 *ecs.SubmitTaskStateChangeInput, arg2 ...request.Option) (*ecs.SubmitTaskStateChangeOutput, error)
- func (m *MockECSAPI) UpdateContainerAgent(arg0 *ecs.UpdateContainerAgentInput) (*ecs.UpdateContainerAgentOutput, error)
- func (m *MockECSAPI) UpdateContainerAgentRequest(arg0 *ecs.UpdateContainerAgentInput) (*request.Request, *ecs.UpdateContainerAgentOutput)
- func (m *MockECSAPI) UpdateContainerAgentWithContext(arg0 aws.Context, arg1 *ecs.UpdateContainerAgentInput, arg2 ...request.Option) (*ecs.UpdateContainerAgentOutput, error)
- func (m *MockECSAPI) UpdateContainerInstancesState(arg0 *ecs.UpdateContainerInstancesStateInput) (*ecs.UpdateContainerInstancesStateOutput, error)
- func (m *MockECSAPI) UpdateContainerInstancesStateRequest(arg0 *ecs.UpdateContainerInstancesStateInput) (*request.Request, *ecs.UpdateContainerInstancesStateOutput)
- func (m *MockECSAPI) UpdateContainerInstancesStateWithContext(arg0 aws.Context, arg1 *ecs.UpdateContainerInstancesStateInput, ...) (*ecs.UpdateContainerInstancesStateOutput, error)
- func (m *MockECSAPI) UpdateService(arg0 *ecs.UpdateServiceInput) (*ecs.UpdateServiceOutput, error)
- func (m *MockECSAPI) UpdateServiceRequest(arg0 *ecs.UpdateServiceInput) (*request.Request, *ecs.UpdateServiceOutput)
- func (m *MockECSAPI) UpdateServiceWithContext(arg0 aws.Context, arg1 *ecs.UpdateServiceInput, arg2 ...request.Option) (*ecs.UpdateServiceOutput, error)
- func (m *MockECSAPI) WaitUntilServicesInactive(arg0 *ecs.DescribeServicesInput) error
- func (m *MockECSAPI) WaitUntilServicesInactiveWithContext(arg0 aws.Context, arg1 *ecs.DescribeServicesInput, ...) error
- func (m *MockECSAPI) WaitUntilServicesStable(arg0 *ecs.DescribeServicesInput) error
- func (m *MockECSAPI) WaitUntilServicesStableWithContext(arg0 aws.Context, arg1 *ecs.DescribeServicesInput, ...) error
- func (m *MockECSAPI) WaitUntilTasksRunning(arg0 *ecs.DescribeTasksInput) error
- func (m *MockECSAPI) WaitUntilTasksRunningWithContext(arg0 aws.Context, arg1 *ecs.DescribeTasksInput, arg2 ...request.WaiterOption) error
- func (m *MockECSAPI) WaitUntilTasksStopped(arg0 *ecs.DescribeTasksInput) error
- func (m *MockECSAPI) WaitUntilTasksStoppedWithContext(arg0 aws.Context, arg1 *ecs.DescribeTasksInput, arg2 ...request.WaiterOption) error
- type MockECSAPIMockRecorder
- func (mr *MockECSAPIMockRecorder) CreateCluster(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) CreateClusterRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) CreateClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) CreateService(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) CreateServiceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) CreateServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DeleteAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DeleteAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DeleteAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DeleteCluster(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DeleteClusterRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DeleteClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DeleteService(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DeleteServiceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DeleteServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DeregisterContainerInstance(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DeregisterContainerInstanceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DeregisterContainerInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DeregisterTaskDefinition(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DeregisterTaskDefinitionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DeregisterTaskDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DescribeClusters(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DescribeClustersRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DescribeClustersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DescribeContainerInstances(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DescribeContainerInstancesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DescribeContainerInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DescribeServices(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DescribeServicesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DescribeServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DescribeTaskDefinition(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DescribeTaskDefinitionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DescribeTaskDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DescribeTasks(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DescribeTasksRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DescribeTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DiscoverPollEndpoint(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DiscoverPollEndpointRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) DiscoverPollEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListClusters(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListClustersPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListClustersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListClustersRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListClustersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListContainerInstances(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListContainerInstancesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListContainerInstancesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListContainerInstancesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListContainerInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListServices(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListServicesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListServicesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListServicesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamilies(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamiliesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamiliesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamiliesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamiliesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListTaskDefinitions(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListTaskDefinitionsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListTaskDefinitionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListTaskDefinitionsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListTaskDefinitionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListTasks(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListTasksPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListTasksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListTasksRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) ListTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) PutAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) PutAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) PutAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) RegisterContainerInstance(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) RegisterContainerInstanceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) RegisterContainerInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) RegisterTaskDefinition(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) RegisterTaskDefinitionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) RegisterTaskDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) RunTask(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) RunTaskRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) RunTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) StartTask(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) StartTaskRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) StartTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) StopTask(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) StopTaskRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) StopTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) SubmitContainerStateChange(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) SubmitContainerStateChangeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) SubmitContainerStateChangeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) SubmitTaskStateChange(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) SubmitTaskStateChangeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) SubmitTaskStateChangeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) UpdateContainerAgent(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) UpdateContainerAgentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) UpdateContainerAgentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) UpdateContainerInstancesState(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) UpdateContainerInstancesStateRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) UpdateContainerInstancesStateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) UpdateService(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) UpdateServiceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) UpdateServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) WaitUntilServicesInactive(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) WaitUntilServicesInactiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) WaitUntilServicesStable(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) WaitUntilServicesStableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) WaitUntilTasksRunning(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) WaitUntilTasksRunningWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) WaitUntilTasksStopped(arg0 interface{}) *gomock.Call
- func (mr *MockECSAPIMockRecorder) WaitUntilTasksStoppedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockS3API
- func (m *MockS3API) AbortMultipartUpload(arg0 *s3.AbortMultipartUploadInput) (*s3.AbortMultipartUploadOutput, error)
- func (m *MockS3API) AbortMultipartUploadRequest(arg0 *s3.AbortMultipartUploadInput) (*request.Request, *s3.AbortMultipartUploadOutput)
- func (m *MockS3API) AbortMultipartUploadWithContext(arg0 aws.Context, arg1 *s3.AbortMultipartUploadInput, arg2 ...request.Option) (*s3.AbortMultipartUploadOutput, error)
- func (m *MockS3API) CompleteMultipartUpload(arg0 *s3.CompleteMultipartUploadInput) (*s3.CompleteMultipartUploadOutput, error)
- func (m *MockS3API) CompleteMultipartUploadRequest(arg0 *s3.CompleteMultipartUploadInput) (*request.Request, *s3.CompleteMultipartUploadOutput)
- func (m *MockS3API) CompleteMultipartUploadWithContext(arg0 aws.Context, arg1 *s3.CompleteMultipartUploadInput, ...) (*s3.CompleteMultipartUploadOutput, error)
- func (m *MockS3API) CopyObject(arg0 *s3.CopyObjectInput) (*s3.CopyObjectOutput, error)
- func (m *MockS3API) CopyObjectRequest(arg0 *s3.CopyObjectInput) (*request.Request, *s3.CopyObjectOutput)
- func (m *MockS3API) CopyObjectWithContext(arg0 aws.Context, arg1 *s3.CopyObjectInput, arg2 ...request.Option) (*s3.CopyObjectOutput, error)
- func (m *MockS3API) CreateBucket(arg0 *s3.CreateBucketInput) (*s3.CreateBucketOutput, error)
- func (m *MockS3API) CreateBucketRequest(arg0 *s3.CreateBucketInput) (*request.Request, *s3.CreateBucketOutput)
- func (m *MockS3API) CreateBucketWithContext(arg0 aws.Context, arg1 *s3.CreateBucketInput, arg2 ...request.Option) (*s3.CreateBucketOutput, error)
- func (m *MockS3API) CreateMultipartUpload(arg0 *s3.CreateMultipartUploadInput) (*s3.CreateMultipartUploadOutput, error)
- func (m *MockS3API) CreateMultipartUploadRequest(arg0 *s3.CreateMultipartUploadInput) (*request.Request, *s3.CreateMultipartUploadOutput)
- func (m *MockS3API) CreateMultipartUploadWithContext(arg0 aws.Context, arg1 *s3.CreateMultipartUploadInput, arg2 ...request.Option) (*s3.CreateMultipartUploadOutput, error)
- func (m *MockS3API) DeleteBucket(arg0 *s3.DeleteBucketInput) (*s3.DeleteBucketOutput, error)
- func (m *MockS3API) DeleteBucketAnalyticsConfiguration(arg0 *s3.DeleteBucketAnalyticsConfigurationInput) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)
- func (m *MockS3API) DeleteBucketAnalyticsConfigurationRequest(arg0 *s3.DeleteBucketAnalyticsConfigurationInput) (*request.Request, *s3.DeleteBucketAnalyticsConfigurationOutput)
- func (m *MockS3API) DeleteBucketAnalyticsConfigurationWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketAnalyticsConfigurationInput, ...) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)
- func (m *MockS3API) DeleteBucketCors(arg0 *s3.DeleteBucketCorsInput) (*s3.DeleteBucketCorsOutput, error)
- func (m *MockS3API) DeleteBucketCorsRequest(arg0 *s3.DeleteBucketCorsInput) (*request.Request, *s3.DeleteBucketCorsOutput)
- func (m *MockS3API) DeleteBucketCorsWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketCorsInput, arg2 ...request.Option) (*s3.DeleteBucketCorsOutput, error)
- func (m *MockS3API) DeleteBucketEncryption(arg0 *s3.DeleteBucketEncryptionInput) (*s3.DeleteBucketEncryptionOutput, error)
- func (m *MockS3API) DeleteBucketEncryptionRequest(arg0 *s3.DeleteBucketEncryptionInput) (*request.Request, *s3.DeleteBucketEncryptionOutput)
- func (m *MockS3API) DeleteBucketEncryptionWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketEncryptionInput, arg2 ...request.Option) (*s3.DeleteBucketEncryptionOutput, error)
- func (m *MockS3API) DeleteBucketInventoryConfiguration(arg0 *s3.DeleteBucketInventoryConfigurationInput) (*s3.DeleteBucketInventoryConfigurationOutput, error)
- func (m *MockS3API) DeleteBucketInventoryConfigurationRequest(arg0 *s3.DeleteBucketInventoryConfigurationInput) (*request.Request, *s3.DeleteBucketInventoryConfigurationOutput)
- func (m *MockS3API) DeleteBucketInventoryConfigurationWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketInventoryConfigurationInput, ...) (*s3.DeleteBucketInventoryConfigurationOutput, error)
- func (m *MockS3API) DeleteBucketLifecycle(arg0 *s3.DeleteBucketLifecycleInput) (*s3.DeleteBucketLifecycleOutput, error)
- func (m *MockS3API) DeleteBucketLifecycleRequest(arg0 *s3.DeleteBucketLifecycleInput) (*request.Request, *s3.DeleteBucketLifecycleOutput)
- func (m *MockS3API) DeleteBucketLifecycleWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketLifecycleInput, arg2 ...request.Option) (*s3.DeleteBucketLifecycleOutput, error)
- func (m *MockS3API) DeleteBucketMetricsConfiguration(arg0 *s3.DeleteBucketMetricsConfigurationInput) (*s3.DeleteBucketMetricsConfigurationOutput, error)
- func (m *MockS3API) DeleteBucketMetricsConfigurationRequest(arg0 *s3.DeleteBucketMetricsConfigurationInput) (*request.Request, *s3.DeleteBucketMetricsConfigurationOutput)
- func (m *MockS3API) DeleteBucketMetricsConfigurationWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketMetricsConfigurationInput, ...) (*s3.DeleteBucketMetricsConfigurationOutput, error)
- func (m *MockS3API) DeleteBucketPolicy(arg0 *s3.DeleteBucketPolicyInput) (*s3.DeleteBucketPolicyOutput, error)
- func (m *MockS3API) DeleteBucketPolicyRequest(arg0 *s3.DeleteBucketPolicyInput) (*request.Request, *s3.DeleteBucketPolicyOutput)
- func (m *MockS3API) DeleteBucketPolicyWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketPolicyInput, arg2 ...request.Option) (*s3.DeleteBucketPolicyOutput, error)
- func (m *MockS3API) DeleteBucketReplication(arg0 *s3.DeleteBucketReplicationInput) (*s3.DeleteBucketReplicationOutput, error)
- func (m *MockS3API) DeleteBucketReplicationRequest(arg0 *s3.DeleteBucketReplicationInput) (*request.Request, *s3.DeleteBucketReplicationOutput)
- func (m *MockS3API) DeleteBucketReplicationWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketReplicationInput, ...) (*s3.DeleteBucketReplicationOutput, error)
- func (m *MockS3API) DeleteBucketRequest(arg0 *s3.DeleteBucketInput) (*request.Request, *s3.DeleteBucketOutput)
- func (m *MockS3API) DeleteBucketTagging(arg0 *s3.DeleteBucketTaggingInput) (*s3.DeleteBucketTaggingOutput, error)
- func (m *MockS3API) DeleteBucketTaggingRequest(arg0 *s3.DeleteBucketTaggingInput) (*request.Request, *s3.DeleteBucketTaggingOutput)
- func (m *MockS3API) DeleteBucketTaggingWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketTaggingInput, arg2 ...request.Option) (*s3.DeleteBucketTaggingOutput, error)
- func (m *MockS3API) DeleteBucketWebsite(arg0 *s3.DeleteBucketWebsiteInput) (*s3.DeleteBucketWebsiteOutput, error)
- func (m *MockS3API) DeleteBucketWebsiteRequest(arg0 *s3.DeleteBucketWebsiteInput) (*request.Request, *s3.DeleteBucketWebsiteOutput)
- func (m *MockS3API) DeleteBucketWebsiteWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketWebsiteInput, arg2 ...request.Option) (*s3.DeleteBucketWebsiteOutput, error)
- func (m *MockS3API) DeleteBucketWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketInput, arg2 ...request.Option) (*s3.DeleteBucketOutput, error)
- func (m *MockS3API) DeleteObject(arg0 *s3.DeleteObjectInput) (*s3.DeleteObjectOutput, error)
- func (m *MockS3API) DeleteObjectRequest(arg0 *s3.DeleteObjectInput) (*request.Request, *s3.DeleteObjectOutput)
- func (m *MockS3API) DeleteObjectTagging(arg0 *s3.DeleteObjectTaggingInput) (*s3.DeleteObjectTaggingOutput, error)
- func (m *MockS3API) DeleteObjectTaggingRequest(arg0 *s3.DeleteObjectTaggingInput) (*request.Request, *s3.DeleteObjectTaggingOutput)
- func (m *MockS3API) DeleteObjectTaggingWithContext(arg0 aws.Context, arg1 *s3.DeleteObjectTaggingInput, arg2 ...request.Option) (*s3.DeleteObjectTaggingOutput, error)
- func (m *MockS3API) DeleteObjectWithContext(arg0 aws.Context, arg1 *s3.DeleteObjectInput, arg2 ...request.Option) (*s3.DeleteObjectOutput, error)
- func (m *MockS3API) DeleteObjects(arg0 *s3.DeleteObjectsInput) (*s3.DeleteObjectsOutput, error)
- func (m *MockS3API) DeleteObjectsRequest(arg0 *s3.DeleteObjectsInput) (*request.Request, *s3.DeleteObjectsOutput)
- func (m *MockS3API) DeleteObjectsWithContext(arg0 aws.Context, arg1 *s3.DeleteObjectsInput, arg2 ...request.Option) (*s3.DeleteObjectsOutput, error)
- func (m *MockS3API) EXPECT() *MockS3APIMockRecorder
- func (m *MockS3API) GetBucketAccelerateConfiguration(arg0 *s3.GetBucketAccelerateConfigurationInput) (*s3.GetBucketAccelerateConfigurationOutput, error)
- func (m *MockS3API) GetBucketAccelerateConfigurationRequest(arg0 *s3.GetBucketAccelerateConfigurationInput) (*request.Request, *s3.GetBucketAccelerateConfigurationOutput)
- func (m *MockS3API) GetBucketAccelerateConfigurationWithContext(arg0 aws.Context, arg1 *s3.GetBucketAccelerateConfigurationInput, ...) (*s3.GetBucketAccelerateConfigurationOutput, error)
- func (m *MockS3API) GetBucketAcl(arg0 *s3.GetBucketAclInput) (*s3.GetBucketAclOutput, error)
- func (m *MockS3API) GetBucketAclRequest(arg0 *s3.GetBucketAclInput) (*request.Request, *s3.GetBucketAclOutput)
- func (m *MockS3API) GetBucketAclWithContext(arg0 aws.Context, arg1 *s3.GetBucketAclInput, arg2 ...request.Option) (*s3.GetBucketAclOutput, error)
- func (m *MockS3API) GetBucketAnalyticsConfiguration(arg0 *s3.GetBucketAnalyticsConfigurationInput) (*s3.GetBucketAnalyticsConfigurationOutput, error)
- func (m *MockS3API) GetBucketAnalyticsConfigurationRequest(arg0 *s3.GetBucketAnalyticsConfigurationInput) (*request.Request, *s3.GetBucketAnalyticsConfigurationOutput)
- func (m *MockS3API) GetBucketAnalyticsConfigurationWithContext(arg0 aws.Context, arg1 *s3.GetBucketAnalyticsConfigurationInput, ...) (*s3.GetBucketAnalyticsConfigurationOutput, error)
- func (m *MockS3API) GetBucketCors(arg0 *s3.GetBucketCorsInput) (*s3.GetBucketCorsOutput, error)
- func (m *MockS3API) GetBucketCorsRequest(arg0 *s3.GetBucketCorsInput) (*request.Request, *s3.GetBucketCorsOutput)
- func (m *MockS3API) GetBucketCorsWithContext(arg0 aws.Context, arg1 *s3.GetBucketCorsInput, arg2 ...request.Option) (*s3.GetBucketCorsOutput, error)
- func (m *MockS3API) GetBucketEncryption(arg0 *s3.GetBucketEncryptionInput) (*s3.GetBucketEncryptionOutput, error)
- func (m *MockS3API) GetBucketEncryptionRequest(arg0 *s3.GetBucketEncryptionInput) (*request.Request, *s3.GetBucketEncryptionOutput)
- func (m *MockS3API) GetBucketEncryptionWithContext(arg0 aws.Context, arg1 *s3.GetBucketEncryptionInput, arg2 ...request.Option) (*s3.GetBucketEncryptionOutput, error)
- func (m *MockS3API) GetBucketInventoryConfiguration(arg0 *s3.GetBucketInventoryConfigurationInput) (*s3.GetBucketInventoryConfigurationOutput, error)
- func (m *MockS3API) GetBucketInventoryConfigurationRequest(arg0 *s3.GetBucketInventoryConfigurationInput) (*request.Request, *s3.GetBucketInventoryConfigurationOutput)
- func (m *MockS3API) GetBucketInventoryConfigurationWithContext(arg0 aws.Context, arg1 *s3.GetBucketInventoryConfigurationInput, ...) (*s3.GetBucketInventoryConfigurationOutput, error)
- func (m *MockS3API) GetBucketLifecycle(arg0 *s3.GetBucketLifecycleInput) (*s3.GetBucketLifecycleOutput, error)
- func (m *MockS3API) GetBucketLifecycleConfiguration(arg0 *s3.GetBucketLifecycleConfigurationInput) (*s3.GetBucketLifecycleConfigurationOutput, error)
- func (m *MockS3API) GetBucketLifecycleConfigurationRequest(arg0 *s3.GetBucketLifecycleConfigurationInput) (*request.Request, *s3.GetBucketLifecycleConfigurationOutput)
- func (m *MockS3API) GetBucketLifecycleConfigurationWithContext(arg0 aws.Context, arg1 *s3.GetBucketLifecycleConfigurationInput, ...) (*s3.GetBucketLifecycleConfigurationOutput, error)
- func (m *MockS3API) GetBucketLifecycleRequest(arg0 *s3.GetBucketLifecycleInput) (*request.Request, *s3.GetBucketLifecycleOutput)
- func (m *MockS3API) GetBucketLifecycleWithContext(arg0 aws.Context, arg1 *s3.GetBucketLifecycleInput, arg2 ...request.Option) (*s3.GetBucketLifecycleOutput, error)
- func (m *MockS3API) GetBucketLocation(arg0 *s3.GetBucketLocationInput) (*s3.GetBucketLocationOutput, error)
- func (m *MockS3API) GetBucketLocationRequest(arg0 *s3.GetBucketLocationInput) (*request.Request, *s3.GetBucketLocationOutput)
- func (m *MockS3API) GetBucketLocationWithContext(arg0 aws.Context, arg1 *s3.GetBucketLocationInput, arg2 ...request.Option) (*s3.GetBucketLocationOutput, error)
- func (m *MockS3API) GetBucketLogging(arg0 *s3.GetBucketLoggingInput) (*s3.GetBucketLoggingOutput, error)
- func (m *MockS3API) GetBucketLoggingRequest(arg0 *s3.GetBucketLoggingInput) (*request.Request, *s3.GetBucketLoggingOutput)
- func (m *MockS3API) GetBucketLoggingWithContext(arg0 aws.Context, arg1 *s3.GetBucketLoggingInput, arg2 ...request.Option) (*s3.GetBucketLoggingOutput, error)
- func (m *MockS3API) GetBucketMetricsConfiguration(arg0 *s3.GetBucketMetricsConfigurationInput) (*s3.GetBucketMetricsConfigurationOutput, error)
- func (m *MockS3API) GetBucketMetricsConfigurationRequest(arg0 *s3.GetBucketMetricsConfigurationInput) (*request.Request, *s3.GetBucketMetricsConfigurationOutput)
- func (m *MockS3API) GetBucketMetricsConfigurationWithContext(arg0 aws.Context, arg1 *s3.GetBucketMetricsConfigurationInput, ...) (*s3.GetBucketMetricsConfigurationOutput, error)
- func (m *MockS3API) GetBucketNotification(arg0 *s3.GetBucketNotificationConfigurationRequest) (*s3.NotificationConfigurationDeprecated, error)
- func (m *MockS3API) GetBucketNotificationConfiguration(arg0 *s3.GetBucketNotificationConfigurationRequest) (*s3.NotificationConfiguration, error)
- func (m *MockS3API) GetBucketNotificationConfigurationRequest(arg0 *s3.GetBucketNotificationConfigurationRequest) (*request.Request, *s3.NotificationConfiguration)
- func (m *MockS3API) GetBucketNotificationConfigurationWithContext(arg0 aws.Context, arg1 *s3.GetBucketNotificationConfigurationRequest, ...) (*s3.NotificationConfiguration, error)
- func (m *MockS3API) GetBucketNotificationRequest(arg0 *s3.GetBucketNotificationConfigurationRequest) (*request.Request, *s3.NotificationConfigurationDeprecated)
- func (m *MockS3API) GetBucketNotificationWithContext(arg0 aws.Context, arg1 *s3.GetBucketNotificationConfigurationRequest, ...) (*s3.NotificationConfigurationDeprecated, error)
- func (m *MockS3API) GetBucketPolicy(arg0 *s3.GetBucketPolicyInput) (*s3.GetBucketPolicyOutput, error)
- func (m *MockS3API) GetBucketPolicyRequest(arg0 *s3.GetBucketPolicyInput) (*request.Request, *s3.GetBucketPolicyOutput)
- func (m *MockS3API) GetBucketPolicyWithContext(arg0 aws.Context, arg1 *s3.GetBucketPolicyInput, arg2 ...request.Option) (*s3.GetBucketPolicyOutput, error)
- func (m *MockS3API) GetBucketReplication(arg0 *s3.GetBucketReplicationInput) (*s3.GetBucketReplicationOutput, error)
- func (m *MockS3API) GetBucketReplicationRequest(arg0 *s3.GetBucketReplicationInput) (*request.Request, *s3.GetBucketReplicationOutput)
- func (m *MockS3API) GetBucketReplicationWithContext(arg0 aws.Context, arg1 *s3.GetBucketReplicationInput, arg2 ...request.Option) (*s3.GetBucketReplicationOutput, error)
- func (m *MockS3API) GetBucketRequestPayment(arg0 *s3.GetBucketRequestPaymentInput) (*s3.GetBucketRequestPaymentOutput, error)
- func (m *MockS3API) GetBucketRequestPaymentRequest(arg0 *s3.GetBucketRequestPaymentInput) (*request.Request, *s3.GetBucketRequestPaymentOutput)
- func (m *MockS3API) GetBucketRequestPaymentWithContext(arg0 aws.Context, arg1 *s3.GetBucketRequestPaymentInput, ...) (*s3.GetBucketRequestPaymentOutput, error)
- func (m *MockS3API) GetBucketTagging(arg0 *s3.GetBucketTaggingInput) (*s3.GetBucketTaggingOutput, error)
- func (m *MockS3API) GetBucketTaggingRequest(arg0 *s3.GetBucketTaggingInput) (*request.Request, *s3.GetBucketTaggingOutput)
- func (m *MockS3API) GetBucketTaggingWithContext(arg0 aws.Context, arg1 *s3.GetBucketTaggingInput, arg2 ...request.Option) (*s3.GetBucketTaggingOutput, error)
- func (m *MockS3API) GetBucketVersioning(arg0 *s3.GetBucketVersioningInput) (*s3.GetBucketVersioningOutput, error)
- func (m *MockS3API) GetBucketVersioningRequest(arg0 *s3.GetBucketVersioningInput) (*request.Request, *s3.GetBucketVersioningOutput)
- func (m *MockS3API) GetBucketVersioningWithContext(arg0 aws.Context, arg1 *s3.GetBucketVersioningInput, arg2 ...request.Option) (*s3.GetBucketVersioningOutput, error)
- func (m *MockS3API) GetBucketWebsite(arg0 *s3.GetBucketWebsiteInput) (*s3.GetBucketWebsiteOutput, error)
- func (m *MockS3API) GetBucketWebsiteRequest(arg0 *s3.GetBucketWebsiteInput) (*request.Request, *s3.GetBucketWebsiteOutput)
- func (m *MockS3API) GetBucketWebsiteWithContext(arg0 aws.Context, arg1 *s3.GetBucketWebsiteInput, arg2 ...request.Option) (*s3.GetBucketWebsiteOutput, error)
- func (m *MockS3API) GetObject(arg0 *s3.GetObjectInput) (*s3.GetObjectOutput, error)
- func (m *MockS3API) GetObjectAcl(arg0 *s3.GetObjectAclInput) (*s3.GetObjectAclOutput, error)
- func (m *MockS3API) GetObjectAclRequest(arg0 *s3.GetObjectAclInput) (*request.Request, *s3.GetObjectAclOutput)
- func (m *MockS3API) GetObjectAclWithContext(arg0 aws.Context, arg1 *s3.GetObjectAclInput, arg2 ...request.Option) (*s3.GetObjectAclOutput, error)
- func (m *MockS3API) GetObjectRequest(arg0 *s3.GetObjectInput) (*request.Request, *s3.GetObjectOutput)
- func (m *MockS3API) GetObjectTagging(arg0 *s3.GetObjectTaggingInput) (*s3.GetObjectTaggingOutput, error)
- func (m *MockS3API) GetObjectTaggingRequest(arg0 *s3.GetObjectTaggingInput) (*request.Request, *s3.GetObjectTaggingOutput)
- func (m *MockS3API) GetObjectTaggingWithContext(arg0 aws.Context, arg1 *s3.GetObjectTaggingInput, arg2 ...request.Option) (*s3.GetObjectTaggingOutput, error)
- func (m *MockS3API) GetObjectTorrent(arg0 *s3.GetObjectTorrentInput) (*s3.GetObjectTorrentOutput, error)
- func (m *MockS3API) GetObjectTorrentRequest(arg0 *s3.GetObjectTorrentInput) (*request.Request, *s3.GetObjectTorrentOutput)
- func (m *MockS3API) GetObjectTorrentWithContext(arg0 aws.Context, arg1 *s3.GetObjectTorrentInput, arg2 ...request.Option) (*s3.GetObjectTorrentOutput, error)
- func (m *MockS3API) GetObjectWithContext(arg0 aws.Context, arg1 *s3.GetObjectInput, arg2 ...request.Option) (*s3.GetObjectOutput, error)
- func (m *MockS3API) HeadBucket(arg0 *s3.HeadBucketInput) (*s3.HeadBucketOutput, error)
- func (m *MockS3API) HeadBucketRequest(arg0 *s3.HeadBucketInput) (*request.Request, *s3.HeadBucketOutput)
- func (m *MockS3API) HeadBucketWithContext(arg0 aws.Context, arg1 *s3.HeadBucketInput, arg2 ...request.Option) (*s3.HeadBucketOutput, error)
- func (m *MockS3API) HeadObject(arg0 *s3.HeadObjectInput) (*s3.HeadObjectOutput, error)
- func (m *MockS3API) HeadObjectRequest(arg0 *s3.HeadObjectInput) (*request.Request, *s3.HeadObjectOutput)
- func (m *MockS3API) HeadObjectWithContext(arg0 aws.Context, arg1 *s3.HeadObjectInput, arg2 ...request.Option) (*s3.HeadObjectOutput, error)
- func (m *MockS3API) ListBucketAnalyticsConfigurations(arg0 *s3.ListBucketAnalyticsConfigurationsInput) (*s3.ListBucketAnalyticsConfigurationsOutput, error)
- func (m *MockS3API) ListBucketAnalyticsConfigurationsRequest(arg0 *s3.ListBucketAnalyticsConfigurationsInput) (*request.Request, *s3.ListBucketAnalyticsConfigurationsOutput)
- func (m *MockS3API) ListBucketAnalyticsConfigurationsWithContext(arg0 aws.Context, arg1 *s3.ListBucketAnalyticsConfigurationsInput, ...) (*s3.ListBucketAnalyticsConfigurationsOutput, error)
- func (m *MockS3API) ListBucketInventoryConfigurations(arg0 *s3.ListBucketInventoryConfigurationsInput) (*s3.ListBucketInventoryConfigurationsOutput, error)
- func (m *MockS3API) ListBucketInventoryConfigurationsRequest(arg0 *s3.ListBucketInventoryConfigurationsInput) (*request.Request, *s3.ListBucketInventoryConfigurationsOutput)
- func (m *MockS3API) ListBucketInventoryConfigurationsWithContext(arg0 aws.Context, arg1 *s3.ListBucketInventoryConfigurationsInput, ...) (*s3.ListBucketInventoryConfigurationsOutput, error)
- func (m *MockS3API) ListBucketMetricsConfigurations(arg0 *s3.ListBucketMetricsConfigurationsInput) (*s3.ListBucketMetricsConfigurationsOutput, error)
- func (m *MockS3API) ListBucketMetricsConfigurationsRequest(arg0 *s3.ListBucketMetricsConfigurationsInput) (*request.Request, *s3.ListBucketMetricsConfigurationsOutput)
- func (m *MockS3API) ListBucketMetricsConfigurationsWithContext(arg0 aws.Context, arg1 *s3.ListBucketMetricsConfigurationsInput, ...) (*s3.ListBucketMetricsConfigurationsOutput, error)
- func (m *MockS3API) ListBuckets(arg0 *s3.ListBucketsInput) (*s3.ListBucketsOutput, error)
- func (m *MockS3API) ListBucketsRequest(arg0 *s3.ListBucketsInput) (*request.Request, *s3.ListBucketsOutput)
- func (m *MockS3API) ListBucketsWithContext(arg0 aws.Context, arg1 *s3.ListBucketsInput, arg2 ...request.Option) (*s3.ListBucketsOutput, error)
- func (m *MockS3API) ListMultipartUploads(arg0 *s3.ListMultipartUploadsInput) (*s3.ListMultipartUploadsOutput, error)
- func (m *MockS3API) ListMultipartUploadsPages(arg0 *s3.ListMultipartUploadsInput, ...) error
- func (m *MockS3API) ListMultipartUploadsPagesWithContext(arg0 aws.Context, arg1 *s3.ListMultipartUploadsInput, ...) error
- func (m *MockS3API) ListMultipartUploadsRequest(arg0 *s3.ListMultipartUploadsInput) (*request.Request, *s3.ListMultipartUploadsOutput)
- func (m *MockS3API) ListMultipartUploadsWithContext(arg0 aws.Context, arg1 *s3.ListMultipartUploadsInput, arg2 ...request.Option) (*s3.ListMultipartUploadsOutput, error)
- func (m *MockS3API) ListObjectVersions(arg0 *s3.ListObjectVersionsInput) (*s3.ListObjectVersionsOutput, error)
- func (m *MockS3API) ListObjectVersionsPages(arg0 *s3.ListObjectVersionsInput, ...) error
- func (m *MockS3API) ListObjectVersionsPagesWithContext(arg0 aws.Context, arg1 *s3.ListObjectVersionsInput, ...) error
- func (m *MockS3API) ListObjectVersionsRequest(arg0 *s3.ListObjectVersionsInput) (*request.Request, *s3.ListObjectVersionsOutput)
- func (m *MockS3API) ListObjectVersionsWithContext(arg0 aws.Context, arg1 *s3.ListObjectVersionsInput, arg2 ...request.Option) (*s3.ListObjectVersionsOutput, error)
- func (m *MockS3API) ListObjects(arg0 *s3.ListObjectsInput) (*s3.ListObjectsOutput, error)
- func (m *MockS3API) ListObjectsPages(arg0 *s3.ListObjectsInput, arg1 func(*s3.ListObjectsOutput, bool) bool) error
- func (m *MockS3API) ListObjectsPagesWithContext(arg0 aws.Context, arg1 *s3.ListObjectsInput, ...) error
- func (m *MockS3API) ListObjectsRequest(arg0 *s3.ListObjectsInput) (*request.Request, *s3.ListObjectsOutput)
- func (m *MockS3API) ListObjectsV2(arg0 *s3.ListObjectsV2Input) (*s3.ListObjectsV2Output, error)
- func (m *MockS3API) ListObjectsV2Pages(arg0 *s3.ListObjectsV2Input, arg1 func(*s3.ListObjectsV2Output, bool) bool) error
- func (m *MockS3API) ListObjectsV2PagesWithContext(arg0 aws.Context, arg1 *s3.ListObjectsV2Input, ...) error
- func (m *MockS3API) ListObjectsV2Request(arg0 *s3.ListObjectsV2Input) (*request.Request, *s3.ListObjectsV2Output)
- func (m *MockS3API) ListObjectsV2WithContext(arg0 aws.Context, arg1 *s3.ListObjectsV2Input, arg2 ...request.Option) (*s3.ListObjectsV2Output, error)
- func (m *MockS3API) ListObjectsWithContext(arg0 aws.Context, arg1 *s3.ListObjectsInput, arg2 ...request.Option) (*s3.ListObjectsOutput, error)
- func (m *MockS3API) ListParts(arg0 *s3.ListPartsInput) (*s3.ListPartsOutput, error)
- func (m *MockS3API) ListPartsPages(arg0 *s3.ListPartsInput, arg1 func(*s3.ListPartsOutput, bool) bool) error
- func (m *MockS3API) ListPartsPagesWithContext(arg0 aws.Context, arg1 *s3.ListPartsInput, ...) error
- func (m *MockS3API) ListPartsRequest(arg0 *s3.ListPartsInput) (*request.Request, *s3.ListPartsOutput)
- func (m *MockS3API) ListPartsWithContext(arg0 aws.Context, arg1 *s3.ListPartsInput, arg2 ...request.Option) (*s3.ListPartsOutput, error)
- func (m *MockS3API) PutBucketAccelerateConfiguration(arg0 *s3.PutBucketAccelerateConfigurationInput) (*s3.PutBucketAccelerateConfigurationOutput, error)
- func (m *MockS3API) PutBucketAccelerateConfigurationRequest(arg0 *s3.PutBucketAccelerateConfigurationInput) (*request.Request, *s3.PutBucketAccelerateConfigurationOutput)
- func (m *MockS3API) PutBucketAccelerateConfigurationWithContext(arg0 aws.Context, arg1 *s3.PutBucketAccelerateConfigurationInput, ...) (*s3.PutBucketAccelerateConfigurationOutput, error)
- func (m *MockS3API) PutBucketAcl(arg0 *s3.PutBucketAclInput) (*s3.PutBucketAclOutput, error)
- func (m *MockS3API) PutBucketAclRequest(arg0 *s3.PutBucketAclInput) (*request.Request, *s3.PutBucketAclOutput)
- func (m *MockS3API) PutBucketAclWithContext(arg0 aws.Context, arg1 *s3.PutBucketAclInput, arg2 ...request.Option) (*s3.PutBucketAclOutput, error)
- func (m *MockS3API) PutBucketAnalyticsConfiguration(arg0 *s3.PutBucketAnalyticsConfigurationInput) (*s3.PutBucketAnalyticsConfigurationOutput, error)
- func (m *MockS3API) PutBucketAnalyticsConfigurationRequest(arg0 *s3.PutBucketAnalyticsConfigurationInput) (*request.Request, *s3.PutBucketAnalyticsConfigurationOutput)
- func (m *MockS3API) PutBucketAnalyticsConfigurationWithContext(arg0 aws.Context, arg1 *s3.PutBucketAnalyticsConfigurationInput, ...) (*s3.PutBucketAnalyticsConfigurationOutput, error)
- func (m *MockS3API) PutBucketCors(arg0 *s3.PutBucketCorsInput) (*s3.PutBucketCorsOutput, error)
- func (m *MockS3API) PutBucketCorsRequest(arg0 *s3.PutBucketCorsInput) (*request.Request, *s3.PutBucketCorsOutput)
- func (m *MockS3API) PutBucketCorsWithContext(arg0 aws.Context, arg1 *s3.PutBucketCorsInput, arg2 ...request.Option) (*s3.PutBucketCorsOutput, error)
- func (m *MockS3API) PutBucketEncryption(arg0 *s3.PutBucketEncryptionInput) (*s3.PutBucketEncryptionOutput, error)
- func (m *MockS3API) PutBucketEncryptionRequest(arg0 *s3.PutBucketEncryptionInput) (*request.Request, *s3.PutBucketEncryptionOutput)
- func (m *MockS3API) PutBucketEncryptionWithContext(arg0 aws.Context, arg1 *s3.PutBucketEncryptionInput, arg2 ...request.Option) (*s3.PutBucketEncryptionOutput, error)
- func (m *MockS3API) PutBucketInventoryConfiguration(arg0 *s3.PutBucketInventoryConfigurationInput) (*s3.PutBucketInventoryConfigurationOutput, error)
- func (m *MockS3API) PutBucketInventoryConfigurationRequest(arg0 *s3.PutBucketInventoryConfigurationInput) (*request.Request, *s3.PutBucketInventoryConfigurationOutput)
- func (m *MockS3API) PutBucketInventoryConfigurationWithContext(arg0 aws.Context, arg1 *s3.PutBucketInventoryConfigurationInput, ...) (*s3.PutBucketInventoryConfigurationOutput, error)
- func (m *MockS3API) PutBucketLifecycle(arg0 *s3.PutBucketLifecycleInput) (*s3.PutBucketLifecycleOutput, error)
- func (m *MockS3API) PutBucketLifecycleConfiguration(arg0 *s3.PutBucketLifecycleConfigurationInput) (*s3.PutBucketLifecycleConfigurationOutput, error)
- func (m *MockS3API) PutBucketLifecycleConfigurationRequest(arg0 *s3.PutBucketLifecycleConfigurationInput) (*request.Request, *s3.PutBucketLifecycleConfigurationOutput)
- func (m *MockS3API) PutBucketLifecycleConfigurationWithContext(arg0 aws.Context, arg1 *s3.PutBucketLifecycleConfigurationInput, ...) (*s3.PutBucketLifecycleConfigurationOutput, error)
- func (m *MockS3API) PutBucketLifecycleRequest(arg0 *s3.PutBucketLifecycleInput) (*request.Request, *s3.PutBucketLifecycleOutput)
- func (m *MockS3API) PutBucketLifecycleWithContext(arg0 aws.Context, arg1 *s3.PutBucketLifecycleInput, arg2 ...request.Option) (*s3.PutBucketLifecycleOutput, error)
- func (m *MockS3API) PutBucketLogging(arg0 *s3.PutBucketLoggingInput) (*s3.PutBucketLoggingOutput, error)
- func (m *MockS3API) PutBucketLoggingRequest(arg0 *s3.PutBucketLoggingInput) (*request.Request, *s3.PutBucketLoggingOutput)
- func (m *MockS3API) PutBucketLoggingWithContext(arg0 aws.Context, arg1 *s3.PutBucketLoggingInput, arg2 ...request.Option) (*s3.PutBucketLoggingOutput, error)
- func (m *MockS3API) PutBucketMetricsConfiguration(arg0 *s3.PutBucketMetricsConfigurationInput) (*s3.PutBucketMetricsConfigurationOutput, error)
- func (m *MockS3API) PutBucketMetricsConfigurationRequest(arg0 *s3.PutBucketMetricsConfigurationInput) (*request.Request, *s3.PutBucketMetricsConfigurationOutput)
- func (m *MockS3API) PutBucketMetricsConfigurationWithContext(arg0 aws.Context, arg1 *s3.PutBucketMetricsConfigurationInput, ...) (*s3.PutBucketMetricsConfigurationOutput, error)
- func (m *MockS3API) PutBucketNotification(arg0 *s3.PutBucketNotificationInput) (*s3.PutBucketNotificationOutput, error)
- func (m *MockS3API) PutBucketNotificationConfiguration(arg0 *s3.PutBucketNotificationConfigurationInput) (*s3.PutBucketNotificationConfigurationOutput, error)
- func (m *MockS3API) PutBucketNotificationConfigurationRequest(arg0 *s3.PutBucketNotificationConfigurationInput) (*request.Request, *s3.PutBucketNotificationConfigurationOutput)
- func (m *MockS3API) PutBucketNotificationConfigurationWithContext(arg0 aws.Context, arg1 *s3.PutBucketNotificationConfigurationInput, ...) (*s3.PutBucketNotificationConfigurationOutput, error)
- func (m *MockS3API) PutBucketNotificationRequest(arg0 *s3.PutBucketNotificationInput) (*request.Request, *s3.PutBucketNotificationOutput)
- func (m *MockS3API) PutBucketNotificationWithContext(arg0 aws.Context, arg1 *s3.PutBucketNotificationInput, arg2 ...request.Option) (*s3.PutBucketNotificationOutput, error)
- func (m *MockS3API) PutBucketPolicy(arg0 *s3.PutBucketPolicyInput) (*s3.PutBucketPolicyOutput, error)
- func (m *MockS3API) PutBucketPolicyRequest(arg0 *s3.PutBucketPolicyInput) (*request.Request, *s3.PutBucketPolicyOutput)
- func (m *MockS3API) PutBucketPolicyWithContext(arg0 aws.Context, arg1 *s3.PutBucketPolicyInput, arg2 ...request.Option) (*s3.PutBucketPolicyOutput, error)
- func (m *MockS3API) PutBucketReplication(arg0 *s3.PutBucketReplicationInput) (*s3.PutBucketReplicationOutput, error)
- func (m *MockS3API) PutBucketReplicationRequest(arg0 *s3.PutBucketReplicationInput) (*request.Request, *s3.PutBucketReplicationOutput)
- func (m *MockS3API) PutBucketReplicationWithContext(arg0 aws.Context, arg1 *s3.PutBucketReplicationInput, arg2 ...request.Option) (*s3.PutBucketReplicationOutput, error)
- func (m *MockS3API) PutBucketRequestPayment(arg0 *s3.PutBucketRequestPaymentInput) (*s3.PutBucketRequestPaymentOutput, error)
- func (m *MockS3API) PutBucketRequestPaymentRequest(arg0 *s3.PutBucketRequestPaymentInput) (*request.Request, *s3.PutBucketRequestPaymentOutput)
- func (m *MockS3API) PutBucketRequestPaymentWithContext(arg0 aws.Context, arg1 *s3.PutBucketRequestPaymentInput, ...) (*s3.PutBucketRequestPaymentOutput, error)
- func (m *MockS3API) PutBucketTagging(arg0 *s3.PutBucketTaggingInput) (*s3.PutBucketTaggingOutput, error)
- func (m *MockS3API) PutBucketTaggingRequest(arg0 *s3.PutBucketTaggingInput) (*request.Request, *s3.PutBucketTaggingOutput)
- func (m *MockS3API) PutBucketTaggingWithContext(arg0 aws.Context, arg1 *s3.PutBucketTaggingInput, arg2 ...request.Option) (*s3.PutBucketTaggingOutput, error)
- func (m *MockS3API) PutBucketVersioning(arg0 *s3.PutBucketVersioningInput) (*s3.PutBucketVersioningOutput, error)
- func (m *MockS3API) PutBucketVersioningRequest(arg0 *s3.PutBucketVersioningInput) (*request.Request, *s3.PutBucketVersioningOutput)
- func (m *MockS3API) PutBucketVersioningWithContext(arg0 aws.Context, arg1 *s3.PutBucketVersioningInput, arg2 ...request.Option) (*s3.PutBucketVersioningOutput, error)
- func (m *MockS3API) PutBucketWebsite(arg0 *s3.PutBucketWebsiteInput) (*s3.PutBucketWebsiteOutput, error)
- func (m *MockS3API) PutBucketWebsiteRequest(arg0 *s3.PutBucketWebsiteInput) (*request.Request, *s3.PutBucketWebsiteOutput)
- func (m *MockS3API) PutBucketWebsiteWithContext(arg0 aws.Context, arg1 *s3.PutBucketWebsiteInput, arg2 ...request.Option) (*s3.PutBucketWebsiteOutput, error)
- func (m *MockS3API) PutObject(arg0 *s3.PutObjectInput) (*s3.PutObjectOutput, error)
- func (m *MockS3API) PutObjectAcl(arg0 *s3.PutObjectAclInput) (*s3.PutObjectAclOutput, error)
- func (m *MockS3API) PutObjectAclRequest(arg0 *s3.PutObjectAclInput) (*request.Request, *s3.PutObjectAclOutput)
- func (m *MockS3API) PutObjectAclWithContext(arg0 aws.Context, arg1 *s3.PutObjectAclInput, arg2 ...request.Option) (*s3.PutObjectAclOutput, error)
- func (m *MockS3API) PutObjectRequest(arg0 *s3.PutObjectInput) (*request.Request, *s3.PutObjectOutput)
- func (m *MockS3API) PutObjectTagging(arg0 *s3.PutObjectTaggingInput) (*s3.PutObjectTaggingOutput, error)
- func (m *MockS3API) PutObjectTaggingRequest(arg0 *s3.PutObjectTaggingInput) (*request.Request, *s3.PutObjectTaggingOutput)
- func (m *MockS3API) PutObjectTaggingWithContext(arg0 aws.Context, arg1 *s3.PutObjectTaggingInput, arg2 ...request.Option) (*s3.PutObjectTaggingOutput, error)
- func (m *MockS3API) PutObjectWithContext(arg0 aws.Context, arg1 *s3.PutObjectInput, arg2 ...request.Option) (*s3.PutObjectOutput, error)
- func (m *MockS3API) RestoreObject(arg0 *s3.RestoreObjectInput) (*s3.RestoreObjectOutput, error)
- func (m *MockS3API) RestoreObjectRequest(arg0 *s3.RestoreObjectInput) (*request.Request, *s3.RestoreObjectOutput)
- func (m *MockS3API) RestoreObjectWithContext(arg0 aws.Context, arg1 *s3.RestoreObjectInput, arg2 ...request.Option) (*s3.RestoreObjectOutput, error)
- func (m *MockS3API) UploadPart(arg0 *s3.UploadPartInput) (*s3.UploadPartOutput, error)
- func (m *MockS3API) UploadPartCopy(arg0 *s3.UploadPartCopyInput) (*s3.UploadPartCopyOutput, error)
- func (m *MockS3API) UploadPartCopyRequest(arg0 *s3.UploadPartCopyInput) (*request.Request, *s3.UploadPartCopyOutput)
- func (m *MockS3API) UploadPartCopyWithContext(arg0 aws.Context, arg1 *s3.UploadPartCopyInput, arg2 ...request.Option) (*s3.UploadPartCopyOutput, error)
- func (m *MockS3API) UploadPartRequest(arg0 *s3.UploadPartInput) (*request.Request, *s3.UploadPartOutput)
- func (m *MockS3API) UploadPartWithContext(arg0 aws.Context, arg1 *s3.UploadPartInput, arg2 ...request.Option) (*s3.UploadPartOutput, error)
- func (m *MockS3API) WaitUntilBucketExists(arg0 *s3.HeadBucketInput) error
- func (m *MockS3API) WaitUntilBucketExistsWithContext(arg0 aws.Context, arg1 *s3.HeadBucketInput, arg2 ...request.WaiterOption) error
- func (m *MockS3API) WaitUntilBucketNotExists(arg0 *s3.HeadBucketInput) error
- func (m *MockS3API) WaitUntilBucketNotExistsWithContext(arg0 aws.Context, arg1 *s3.HeadBucketInput, arg2 ...request.WaiterOption) error
- func (m *MockS3API) WaitUntilObjectExists(arg0 *s3.HeadObjectInput) error
- func (m *MockS3API) WaitUntilObjectExistsWithContext(arg0 aws.Context, arg1 *s3.HeadObjectInput, arg2 ...request.WaiterOption) error
- func (m *MockS3API) WaitUntilObjectNotExists(arg0 *s3.HeadObjectInput) error
- func (m *MockS3API) WaitUntilObjectNotExistsWithContext(arg0 aws.Context, arg1 *s3.HeadObjectInput, arg2 ...request.WaiterOption) error
- type MockS3APIMockRecorder
- func (mr *MockS3APIMockRecorder) AbortMultipartUpload(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) AbortMultipartUploadRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) AbortMultipartUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CompleteMultipartUpload(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CompleteMultipartUploadRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CompleteMultipartUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CopyObject(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CopyObjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CopyObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CreateBucket(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CreateBucketRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CreateBucketWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CreateMultipartUpload(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CreateMultipartUploadRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) CreateMultipartUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucket(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketAnalyticsConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketAnalyticsConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketAnalyticsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketCors(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketCorsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketCorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketEncryption(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketEncryptionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketEncryptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketInventoryConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketInventoryConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketInventoryConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketLifecycle(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketLifecycleRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketLifecycleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketMetricsConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketMetricsConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketMetricsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketPolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketReplication(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketReplicationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketTagging(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketTaggingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketWebsite(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketWebsiteRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketWebsiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteBucketWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteObject(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteObjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteObjectTagging(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteObjectTaggingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteObjectTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteObjects(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteObjectsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) DeleteObjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketAccelerateConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketAccelerateConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketAccelerateConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketAcl(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketAclRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketAnalyticsConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketAnalyticsConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketAnalyticsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketCors(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketCorsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketCorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketEncryption(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketEncryptionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketEncryptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketInventoryConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketInventoryConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketInventoryConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLifecycle(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLifecycleConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLifecycleConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLifecycleConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLifecycleRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLifecycleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLocation(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLocationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLocationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLogging(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLoggingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketLoggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketMetricsConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketMetricsConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketMetricsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketNotification(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketNotificationConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketNotificationConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketNotificationConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketNotificationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketNotificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketPolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketReplication(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketReplicationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketRequestPayment(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketRequestPaymentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketRequestPaymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketTagging(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketTaggingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketVersioning(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketVersioningRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketVersioningWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketWebsite(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketWebsiteRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetBucketWebsiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObject(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectAcl(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectAclRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectTagging(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectTaggingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectTorrent(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectTorrentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectTorrentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) GetObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) HeadBucket(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) HeadBucketRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) HeadBucketWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) HeadObject(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) HeadObjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) HeadObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketAnalyticsConfigurations(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketAnalyticsConfigurationsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketAnalyticsConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketInventoryConfigurations(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketInventoryConfigurationsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketInventoryConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketMetricsConfigurations(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketMetricsConfigurationsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketMetricsConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBuckets(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListBucketsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListMultipartUploads(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListMultipartUploadsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListMultipartUploadsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListMultipartUploadsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListMultipartUploadsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectVersions(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectVersionsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectVersionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectVersionsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjects(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectsV2(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectsV2Pages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectsV2PagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectsV2Request(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectsV2WithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListObjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListParts(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListPartsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListPartsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListPartsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) ListPartsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketAccelerateConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketAccelerateConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketAccelerateConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketAcl(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketAclRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketAnalyticsConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketAnalyticsConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketAnalyticsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketCors(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketCorsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketCorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketEncryption(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketEncryptionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketEncryptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketInventoryConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketInventoryConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketInventoryConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketLifecycle(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketLifecycleConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketLifecycleConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketLifecycleConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketLifecycleRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketLifecycleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketLogging(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketLoggingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketLoggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketMetricsConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketMetricsConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketMetricsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketNotification(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketNotificationConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketNotificationConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketNotificationConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketNotificationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketNotificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketPolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketReplication(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketReplicationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketRequestPayment(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketRequestPaymentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketRequestPaymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketTagging(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketTaggingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketVersioning(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketVersioningRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketVersioningWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketWebsite(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketWebsiteRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutBucketWebsiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObject(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectAcl(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectAclRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectTagging(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectTaggingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) PutObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) RestoreObject(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) RestoreObjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) RestoreObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) UploadPart(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) UploadPartCopy(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) UploadPartCopyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) UploadPartCopyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) UploadPartRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) UploadPartWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) WaitUntilBucketExists(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) WaitUntilBucketExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) WaitUntilBucketNotExists(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) WaitUntilBucketNotExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) WaitUntilObjectExists(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) WaitUntilObjectExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) WaitUntilObjectNotExists(arg0 interface{}) *gomock.Call
- func (mr *MockS3APIMockRecorder) WaitUntilObjectNotExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClientInterface ¶
type MockClientInterface struct {
// contains filtered or unexported fields
}
MockClientInterface is a mock of ClientInterface interface
func NewMockClientInterface ¶
func NewMockClientInterface(ctrl *gomock.Controller) *MockClientInterface
NewMockClientInterface creates a new mock instance
func (*MockClientInterface) CreateApp ¶
func (m *MockClientInterface) CreateApp(appName string) *objects.App
CreateApp mocks base method
func (*MockClientInterface) DescribeEnvVars ¶
func (m *MockClientInterface) DescribeEnvVars(appName string) (map[string]string, error)
DescribeEnvVars mocks base method
func (*MockClientInterface) DescribeLogs ¶
func (m *MockClientInterface) DescribeLogs(appName string, options *options.DescribeLogs) ([]*log.Log, error)
DescribeLogs mocks base method
func (*MockClientInterface) DestroyApp ¶
func (m *MockClientInterface) DestroyApp(appName string) error
DestroyApp mocks base method
func (*MockClientInterface) EXPECT ¶
func (m *MockClientInterface) EXPECT() *MockClientInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockClientInterface) GetApp ¶
func (m *MockClientInterface) GetApp(appName string) (*objects.App, error)
GetApp mocks base method
func (*MockClientInterface) GetAppCreationProgress ¶
func (m *MockClientInterface) GetAppCreationProgress(appName string) int
GetAppCreationProgress mocks base method
func (*MockClientInterface) GetAppDeletionProgress ¶
func (m *MockClientInterface) GetAppDeletionProgress(appName string) int
GetAppDeletionProgress mocks base method
func (*MockClientInterface) GetAppInfo ¶
func (m *MockClientInterface) GetAppInfo(appName string) (*objects.AppInfo, error)
GetAppInfo mocks base method
func (*MockClientInterface) GetTemplate ¶
func (m *MockClientInterface) GetTemplate(appName string) string
GetTemplate mocks base method
func (*MockClientInterface) ListApps ¶
func (m *MockClientInterface) ListApps() []*objects.App
ListApps mocks base method
func (*MockClientInterface) SetEnvVars ¶
func (m *MockClientInterface) SetEnvVars(appName string, envVars map[string]string) error
SetEnvVars mocks base method
func (*MockClientInterface) StackExists ¶
func (m *MockClientInterface) StackExists(stackName string) bool
StackExists mocks base method
func (*MockClientInterface) UnsetEnvVars ¶
func (m *MockClientInterface) UnsetEnvVars(appName string, envList []string) error
UnsetEnvVars mocks base method
type MockClientInterfaceMockRecorder ¶
type MockClientInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockClientInterfaceMockRecorder is the mock recorder for MockClientInterface
func (*MockClientInterfaceMockRecorder) CreateApp ¶
func (mr *MockClientInterfaceMockRecorder) CreateApp(appName interface{}) *gomock.Call
CreateApp indicates an expected call of CreateApp
func (*MockClientInterfaceMockRecorder) DescribeEnvVars ¶
func (mr *MockClientInterfaceMockRecorder) DescribeEnvVars(appName interface{}) *gomock.Call
DescribeEnvVars indicates an expected call of DescribeEnvVars
func (*MockClientInterfaceMockRecorder) DescribeLogs ¶
func (mr *MockClientInterfaceMockRecorder) DescribeLogs(appName, options interface{}) *gomock.Call
DescribeLogs indicates an expected call of DescribeLogs
func (*MockClientInterfaceMockRecorder) DestroyApp ¶
func (mr *MockClientInterfaceMockRecorder) DestroyApp(appName interface{}) *gomock.Call
DestroyApp indicates an expected call of DestroyApp
func (*MockClientInterfaceMockRecorder) GetApp ¶
func (mr *MockClientInterfaceMockRecorder) GetApp(appName interface{}) *gomock.Call
GetApp indicates an expected call of GetApp
func (*MockClientInterfaceMockRecorder) GetAppCreationProgress ¶
func (mr *MockClientInterfaceMockRecorder) GetAppCreationProgress(appName interface{}) *gomock.Call
GetAppCreationProgress indicates an expected call of GetAppCreationProgress
func (*MockClientInterfaceMockRecorder) GetAppDeletionProgress ¶
func (mr *MockClientInterfaceMockRecorder) GetAppDeletionProgress(appName interface{}) *gomock.Call
GetAppDeletionProgress indicates an expected call of GetAppDeletionProgress
func (*MockClientInterfaceMockRecorder) GetAppInfo ¶
func (mr *MockClientInterfaceMockRecorder) GetAppInfo(appName interface{}) *gomock.Call
GetAppInfo indicates an expected call of GetAppInfo
func (*MockClientInterfaceMockRecorder) GetTemplate ¶
func (mr *MockClientInterfaceMockRecorder) GetTemplate(appName interface{}) *gomock.Call
GetTemplate indicates an expected call of GetTemplate
func (*MockClientInterfaceMockRecorder) ListApps ¶
func (mr *MockClientInterfaceMockRecorder) ListApps() *gomock.Call
ListApps indicates an expected call of ListApps
func (*MockClientInterfaceMockRecorder) SetEnvVars ¶
func (mr *MockClientInterfaceMockRecorder) SetEnvVars(appName, envVars interface{}) *gomock.Call
SetEnvVars indicates an expected call of SetEnvVars
func (*MockClientInterfaceMockRecorder) StackExists ¶
func (mr *MockClientInterfaceMockRecorder) StackExists(stackName interface{}) *gomock.Call
StackExists indicates an expected call of StackExists
func (*MockClientInterfaceMockRecorder) UnsetEnvVars ¶
func (mr *MockClientInterfaceMockRecorder) UnsetEnvVars(appName, envList interface{}) *gomock.Call
UnsetEnvVars indicates an expected call of UnsetEnvVars
type MockCloudFormationAPI ¶
type MockCloudFormationAPI struct {
// contains filtered or unexported fields
}
MockCloudFormationAPI is a mock of CloudFormationAPI interface
func NewMockCloudFormationAPI ¶
func NewMockCloudFormationAPI(ctrl *gomock.Controller) *MockCloudFormationAPI
NewMockCloudFormationAPI creates a new mock instance
func (*MockCloudFormationAPI) CancelUpdateStack ¶
func (m *MockCloudFormationAPI) CancelUpdateStack(arg0 *cloudformation.CancelUpdateStackInput) (*cloudformation.CancelUpdateStackOutput, error)
CancelUpdateStack mocks base method
func (*MockCloudFormationAPI) CancelUpdateStackRequest ¶
func (m *MockCloudFormationAPI) CancelUpdateStackRequest(arg0 *cloudformation.CancelUpdateStackInput) (*request.Request, *cloudformation.CancelUpdateStackOutput)
CancelUpdateStackRequest mocks base method
func (*MockCloudFormationAPI) CancelUpdateStackWithContext ¶
func (m *MockCloudFormationAPI) CancelUpdateStackWithContext(arg0 aws.Context, arg1 *cloudformation.CancelUpdateStackInput, arg2 ...request.Option) (*cloudformation.CancelUpdateStackOutput, error)
CancelUpdateStackWithContext mocks base method
func (*MockCloudFormationAPI) ContinueUpdateRollback ¶
func (m *MockCloudFormationAPI) ContinueUpdateRollback(arg0 *cloudformation.ContinueUpdateRollbackInput) (*cloudformation.ContinueUpdateRollbackOutput, error)
ContinueUpdateRollback mocks base method
func (*MockCloudFormationAPI) ContinueUpdateRollbackRequest ¶
func (m *MockCloudFormationAPI) ContinueUpdateRollbackRequest(arg0 *cloudformation.ContinueUpdateRollbackInput) (*request.Request, *cloudformation.ContinueUpdateRollbackOutput)
ContinueUpdateRollbackRequest mocks base method
func (*MockCloudFormationAPI) ContinueUpdateRollbackWithContext ¶
func (m *MockCloudFormationAPI) ContinueUpdateRollbackWithContext(arg0 aws.Context, arg1 *cloudformation.ContinueUpdateRollbackInput, arg2 ...request.Option) (*cloudformation.ContinueUpdateRollbackOutput, error)
ContinueUpdateRollbackWithContext mocks base method
func (*MockCloudFormationAPI) CreateChangeSet ¶
func (m *MockCloudFormationAPI) CreateChangeSet(arg0 *cloudformation.CreateChangeSetInput) (*cloudformation.CreateChangeSetOutput, error)
CreateChangeSet mocks base method
func (*MockCloudFormationAPI) CreateChangeSetRequest ¶
func (m *MockCloudFormationAPI) CreateChangeSetRequest(arg0 *cloudformation.CreateChangeSetInput) (*request.Request, *cloudformation.CreateChangeSetOutput)
CreateChangeSetRequest mocks base method
func (*MockCloudFormationAPI) CreateChangeSetWithContext ¶
func (m *MockCloudFormationAPI) CreateChangeSetWithContext(arg0 aws.Context, arg1 *cloudformation.CreateChangeSetInput, arg2 ...request.Option) (*cloudformation.CreateChangeSetOutput, error)
CreateChangeSetWithContext mocks base method
func (*MockCloudFormationAPI) CreateStack ¶
func (m *MockCloudFormationAPI) CreateStack(arg0 *cloudformation.CreateStackInput) (*cloudformation.CreateStackOutput, error)
CreateStack mocks base method
func (*MockCloudFormationAPI) CreateStackInstances ¶
func (m *MockCloudFormationAPI) CreateStackInstances(arg0 *cloudformation.CreateStackInstancesInput) (*cloudformation.CreateStackInstancesOutput, error)
CreateStackInstances mocks base method
func (*MockCloudFormationAPI) CreateStackInstancesRequest ¶
func (m *MockCloudFormationAPI) CreateStackInstancesRequest(arg0 *cloudformation.CreateStackInstancesInput) (*request.Request, *cloudformation.CreateStackInstancesOutput)
CreateStackInstancesRequest mocks base method
func (*MockCloudFormationAPI) CreateStackInstancesWithContext ¶
func (m *MockCloudFormationAPI) CreateStackInstancesWithContext(arg0 aws.Context, arg1 *cloudformation.CreateStackInstancesInput, arg2 ...request.Option) (*cloudformation.CreateStackInstancesOutput, error)
CreateStackInstancesWithContext mocks base method
func (*MockCloudFormationAPI) CreateStackRequest ¶
func (m *MockCloudFormationAPI) CreateStackRequest(arg0 *cloudformation.CreateStackInput) (*request.Request, *cloudformation.CreateStackOutput)
CreateStackRequest mocks base method
func (*MockCloudFormationAPI) CreateStackSet ¶
func (m *MockCloudFormationAPI) CreateStackSet(arg0 *cloudformation.CreateStackSetInput) (*cloudformation.CreateStackSetOutput, error)
CreateStackSet mocks base method
func (*MockCloudFormationAPI) CreateStackSetRequest ¶
func (m *MockCloudFormationAPI) CreateStackSetRequest(arg0 *cloudformation.CreateStackSetInput) (*request.Request, *cloudformation.CreateStackSetOutput)
CreateStackSetRequest mocks base method
func (*MockCloudFormationAPI) CreateStackSetWithContext ¶
func (m *MockCloudFormationAPI) CreateStackSetWithContext(arg0 aws.Context, arg1 *cloudformation.CreateStackSetInput, arg2 ...request.Option) (*cloudformation.CreateStackSetOutput, error)
CreateStackSetWithContext mocks base method
func (*MockCloudFormationAPI) CreateStackWithContext ¶
func (m *MockCloudFormationAPI) CreateStackWithContext(arg0 aws.Context, arg1 *cloudformation.CreateStackInput, arg2 ...request.Option) (*cloudformation.CreateStackOutput, error)
CreateStackWithContext mocks base method
func (*MockCloudFormationAPI) DeleteChangeSet ¶
func (m *MockCloudFormationAPI) DeleteChangeSet(arg0 *cloudformation.DeleteChangeSetInput) (*cloudformation.DeleteChangeSetOutput, error)
DeleteChangeSet mocks base method
func (*MockCloudFormationAPI) DeleteChangeSetRequest ¶
func (m *MockCloudFormationAPI) DeleteChangeSetRequest(arg0 *cloudformation.DeleteChangeSetInput) (*request.Request, *cloudformation.DeleteChangeSetOutput)
DeleteChangeSetRequest mocks base method
func (*MockCloudFormationAPI) DeleteChangeSetWithContext ¶
func (m *MockCloudFormationAPI) DeleteChangeSetWithContext(arg0 aws.Context, arg1 *cloudformation.DeleteChangeSetInput, arg2 ...request.Option) (*cloudformation.DeleteChangeSetOutput, error)
DeleteChangeSetWithContext mocks base method
func (*MockCloudFormationAPI) DeleteStack ¶
func (m *MockCloudFormationAPI) DeleteStack(arg0 *cloudformation.DeleteStackInput) (*cloudformation.DeleteStackOutput, error)
DeleteStack mocks base method
func (*MockCloudFormationAPI) DeleteStackInstances ¶
func (m *MockCloudFormationAPI) DeleteStackInstances(arg0 *cloudformation.DeleteStackInstancesInput) (*cloudformation.DeleteStackInstancesOutput, error)
DeleteStackInstances mocks base method
func (*MockCloudFormationAPI) DeleteStackInstancesRequest ¶
func (m *MockCloudFormationAPI) DeleteStackInstancesRequest(arg0 *cloudformation.DeleteStackInstancesInput) (*request.Request, *cloudformation.DeleteStackInstancesOutput)
DeleteStackInstancesRequest mocks base method
func (*MockCloudFormationAPI) DeleteStackInstancesWithContext ¶
func (m *MockCloudFormationAPI) DeleteStackInstancesWithContext(arg0 aws.Context, arg1 *cloudformation.DeleteStackInstancesInput, arg2 ...request.Option) (*cloudformation.DeleteStackInstancesOutput, error)
DeleteStackInstancesWithContext mocks base method
func (*MockCloudFormationAPI) DeleteStackRequest ¶
func (m *MockCloudFormationAPI) DeleteStackRequest(arg0 *cloudformation.DeleteStackInput) (*request.Request, *cloudformation.DeleteStackOutput)
DeleteStackRequest mocks base method
func (*MockCloudFormationAPI) DeleteStackSet ¶
func (m *MockCloudFormationAPI) DeleteStackSet(arg0 *cloudformation.DeleteStackSetInput) (*cloudformation.DeleteStackSetOutput, error)
DeleteStackSet mocks base method
func (*MockCloudFormationAPI) DeleteStackSetRequest ¶
func (m *MockCloudFormationAPI) DeleteStackSetRequest(arg0 *cloudformation.DeleteStackSetInput) (*request.Request, *cloudformation.DeleteStackSetOutput)
DeleteStackSetRequest mocks base method
func (*MockCloudFormationAPI) DeleteStackSetWithContext ¶
func (m *MockCloudFormationAPI) DeleteStackSetWithContext(arg0 aws.Context, arg1 *cloudformation.DeleteStackSetInput, arg2 ...request.Option) (*cloudformation.DeleteStackSetOutput, error)
DeleteStackSetWithContext mocks base method
func (*MockCloudFormationAPI) DeleteStackWithContext ¶
func (m *MockCloudFormationAPI) DeleteStackWithContext(arg0 aws.Context, arg1 *cloudformation.DeleteStackInput, arg2 ...request.Option) (*cloudformation.DeleteStackOutput, error)
DeleteStackWithContext mocks base method
func (*MockCloudFormationAPI) DescribeAccountLimits ¶
func (m *MockCloudFormationAPI) DescribeAccountLimits(arg0 *cloudformation.DescribeAccountLimitsInput) (*cloudformation.DescribeAccountLimitsOutput, error)
DescribeAccountLimits mocks base method
func (*MockCloudFormationAPI) DescribeAccountLimitsRequest ¶
func (m *MockCloudFormationAPI) DescribeAccountLimitsRequest(arg0 *cloudformation.DescribeAccountLimitsInput) (*request.Request, *cloudformation.DescribeAccountLimitsOutput)
DescribeAccountLimitsRequest mocks base method
func (*MockCloudFormationAPI) DescribeAccountLimitsWithContext ¶
func (m *MockCloudFormationAPI) DescribeAccountLimitsWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeAccountLimitsInput, arg2 ...request.Option) (*cloudformation.DescribeAccountLimitsOutput, error)
DescribeAccountLimitsWithContext mocks base method
func (*MockCloudFormationAPI) DescribeChangeSet ¶
func (m *MockCloudFormationAPI) DescribeChangeSet(arg0 *cloudformation.DescribeChangeSetInput) (*cloudformation.DescribeChangeSetOutput, error)
DescribeChangeSet mocks base method
func (*MockCloudFormationAPI) DescribeChangeSetRequest ¶
func (m *MockCloudFormationAPI) DescribeChangeSetRequest(arg0 *cloudformation.DescribeChangeSetInput) (*request.Request, *cloudformation.DescribeChangeSetOutput)
DescribeChangeSetRequest mocks base method
func (*MockCloudFormationAPI) DescribeChangeSetWithContext ¶
func (m *MockCloudFormationAPI) DescribeChangeSetWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeChangeSetInput, arg2 ...request.Option) (*cloudformation.DescribeChangeSetOutput, error)
DescribeChangeSetWithContext mocks base method
func (*MockCloudFormationAPI) DescribeStackEvents ¶
func (m *MockCloudFormationAPI) DescribeStackEvents(arg0 *cloudformation.DescribeStackEventsInput) (*cloudformation.DescribeStackEventsOutput, error)
DescribeStackEvents mocks base method
func (*MockCloudFormationAPI) DescribeStackEventsPages ¶
func (m *MockCloudFormationAPI) DescribeStackEventsPages(arg0 *cloudformation.DescribeStackEventsInput, arg1 func(*cloudformation.DescribeStackEventsOutput, bool) bool) error
DescribeStackEventsPages mocks base method
func (*MockCloudFormationAPI) DescribeStackEventsPagesWithContext ¶
func (m *MockCloudFormationAPI) DescribeStackEventsPagesWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStackEventsInput, arg2 func(*cloudformation.DescribeStackEventsOutput, bool) bool, arg3 ...request.Option) error
DescribeStackEventsPagesWithContext mocks base method
func (*MockCloudFormationAPI) DescribeStackEventsRequest ¶
func (m *MockCloudFormationAPI) DescribeStackEventsRequest(arg0 *cloudformation.DescribeStackEventsInput) (*request.Request, *cloudformation.DescribeStackEventsOutput)
DescribeStackEventsRequest mocks base method
func (*MockCloudFormationAPI) DescribeStackEventsWithContext ¶
func (m *MockCloudFormationAPI) DescribeStackEventsWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStackEventsInput, arg2 ...request.Option) (*cloudformation.DescribeStackEventsOutput, error)
DescribeStackEventsWithContext mocks base method
func (*MockCloudFormationAPI) DescribeStackInstance ¶
func (m *MockCloudFormationAPI) DescribeStackInstance(arg0 *cloudformation.DescribeStackInstanceInput) (*cloudformation.DescribeStackInstanceOutput, error)
DescribeStackInstance mocks base method
func (*MockCloudFormationAPI) DescribeStackInstanceRequest ¶
func (m *MockCloudFormationAPI) DescribeStackInstanceRequest(arg0 *cloudformation.DescribeStackInstanceInput) (*request.Request, *cloudformation.DescribeStackInstanceOutput)
DescribeStackInstanceRequest mocks base method
func (*MockCloudFormationAPI) DescribeStackInstanceWithContext ¶
func (m *MockCloudFormationAPI) DescribeStackInstanceWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStackInstanceInput, arg2 ...request.Option) (*cloudformation.DescribeStackInstanceOutput, error)
DescribeStackInstanceWithContext mocks base method
func (*MockCloudFormationAPI) DescribeStackResource ¶
func (m *MockCloudFormationAPI) DescribeStackResource(arg0 *cloudformation.DescribeStackResourceInput) (*cloudformation.DescribeStackResourceOutput, error)
DescribeStackResource mocks base method
func (*MockCloudFormationAPI) DescribeStackResourceRequest ¶
func (m *MockCloudFormationAPI) DescribeStackResourceRequest(arg0 *cloudformation.DescribeStackResourceInput) (*request.Request, *cloudformation.DescribeStackResourceOutput)
DescribeStackResourceRequest mocks base method
func (*MockCloudFormationAPI) DescribeStackResourceWithContext ¶
func (m *MockCloudFormationAPI) DescribeStackResourceWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStackResourceInput, arg2 ...request.Option) (*cloudformation.DescribeStackResourceOutput, error)
DescribeStackResourceWithContext mocks base method
func (*MockCloudFormationAPI) DescribeStackResources ¶
func (m *MockCloudFormationAPI) DescribeStackResources(arg0 *cloudformation.DescribeStackResourcesInput) (*cloudformation.DescribeStackResourcesOutput, error)
DescribeStackResources mocks base method
func (*MockCloudFormationAPI) DescribeStackResourcesRequest ¶
func (m *MockCloudFormationAPI) DescribeStackResourcesRequest(arg0 *cloudformation.DescribeStackResourcesInput) (*request.Request, *cloudformation.DescribeStackResourcesOutput)
DescribeStackResourcesRequest mocks base method
func (*MockCloudFormationAPI) DescribeStackResourcesWithContext ¶
func (m *MockCloudFormationAPI) DescribeStackResourcesWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStackResourcesInput, arg2 ...request.Option) (*cloudformation.DescribeStackResourcesOutput, error)
DescribeStackResourcesWithContext mocks base method
func (*MockCloudFormationAPI) DescribeStackSet ¶
func (m *MockCloudFormationAPI) DescribeStackSet(arg0 *cloudformation.DescribeStackSetInput) (*cloudformation.DescribeStackSetOutput, error)
DescribeStackSet mocks base method
func (*MockCloudFormationAPI) DescribeStackSetOperation ¶
func (m *MockCloudFormationAPI) DescribeStackSetOperation(arg0 *cloudformation.DescribeStackSetOperationInput) (*cloudformation.DescribeStackSetOperationOutput, error)
DescribeStackSetOperation mocks base method
func (*MockCloudFormationAPI) DescribeStackSetOperationRequest ¶
func (m *MockCloudFormationAPI) DescribeStackSetOperationRequest(arg0 *cloudformation.DescribeStackSetOperationInput) (*request.Request, *cloudformation.DescribeStackSetOperationOutput)
DescribeStackSetOperationRequest mocks base method
func (*MockCloudFormationAPI) DescribeStackSetOperationWithContext ¶
func (m *MockCloudFormationAPI) DescribeStackSetOperationWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStackSetOperationInput, arg2 ...request.Option) (*cloudformation.DescribeStackSetOperationOutput, error)
DescribeStackSetOperationWithContext mocks base method
func (*MockCloudFormationAPI) DescribeStackSetRequest ¶
func (m *MockCloudFormationAPI) DescribeStackSetRequest(arg0 *cloudformation.DescribeStackSetInput) (*request.Request, *cloudformation.DescribeStackSetOutput)
DescribeStackSetRequest mocks base method
func (*MockCloudFormationAPI) DescribeStackSetWithContext ¶
func (m *MockCloudFormationAPI) DescribeStackSetWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStackSetInput, arg2 ...request.Option) (*cloudformation.DescribeStackSetOutput, error)
DescribeStackSetWithContext mocks base method
func (*MockCloudFormationAPI) DescribeStacks ¶
func (m *MockCloudFormationAPI) DescribeStacks(arg0 *cloudformation.DescribeStacksInput) (*cloudformation.DescribeStacksOutput, error)
DescribeStacks mocks base method
func (*MockCloudFormationAPI) DescribeStacksPages ¶
func (m *MockCloudFormationAPI) DescribeStacksPages(arg0 *cloudformation.DescribeStacksInput, arg1 func(*cloudformation.DescribeStacksOutput, bool) bool) error
DescribeStacksPages mocks base method
func (*MockCloudFormationAPI) DescribeStacksPagesWithContext ¶
func (m *MockCloudFormationAPI) DescribeStacksPagesWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, arg2 func(*cloudformation.DescribeStacksOutput, bool) bool, arg3 ...request.Option) error
DescribeStacksPagesWithContext mocks base method
func (*MockCloudFormationAPI) DescribeStacksRequest ¶
func (m *MockCloudFormationAPI) DescribeStacksRequest(arg0 *cloudformation.DescribeStacksInput) (*request.Request, *cloudformation.DescribeStacksOutput)
DescribeStacksRequest mocks base method
func (*MockCloudFormationAPI) DescribeStacksWithContext ¶
func (m *MockCloudFormationAPI) DescribeStacksWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, arg2 ...request.Option) (*cloudformation.DescribeStacksOutput, error)
DescribeStacksWithContext mocks base method
func (*MockCloudFormationAPI) EXPECT ¶
func (m *MockCloudFormationAPI) EXPECT() *MockCloudFormationAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockCloudFormationAPI) EstimateTemplateCost ¶
func (m *MockCloudFormationAPI) EstimateTemplateCost(arg0 *cloudformation.EstimateTemplateCostInput) (*cloudformation.EstimateTemplateCostOutput, error)
EstimateTemplateCost mocks base method
func (*MockCloudFormationAPI) EstimateTemplateCostRequest ¶
func (m *MockCloudFormationAPI) EstimateTemplateCostRequest(arg0 *cloudformation.EstimateTemplateCostInput) (*request.Request, *cloudformation.EstimateTemplateCostOutput)
EstimateTemplateCostRequest mocks base method
func (*MockCloudFormationAPI) EstimateTemplateCostWithContext ¶
func (m *MockCloudFormationAPI) EstimateTemplateCostWithContext(arg0 aws.Context, arg1 *cloudformation.EstimateTemplateCostInput, arg2 ...request.Option) (*cloudformation.EstimateTemplateCostOutput, error)
EstimateTemplateCostWithContext mocks base method
func (*MockCloudFormationAPI) ExecuteChangeSet ¶
func (m *MockCloudFormationAPI) ExecuteChangeSet(arg0 *cloudformation.ExecuteChangeSetInput) (*cloudformation.ExecuteChangeSetOutput, error)
ExecuteChangeSet mocks base method
func (*MockCloudFormationAPI) ExecuteChangeSetRequest ¶
func (m *MockCloudFormationAPI) ExecuteChangeSetRequest(arg0 *cloudformation.ExecuteChangeSetInput) (*request.Request, *cloudformation.ExecuteChangeSetOutput)
ExecuteChangeSetRequest mocks base method
func (*MockCloudFormationAPI) ExecuteChangeSetWithContext ¶
func (m *MockCloudFormationAPI) ExecuteChangeSetWithContext(arg0 aws.Context, arg1 *cloudformation.ExecuteChangeSetInput, arg2 ...request.Option) (*cloudformation.ExecuteChangeSetOutput, error)
ExecuteChangeSetWithContext mocks base method
func (*MockCloudFormationAPI) GetStackPolicy ¶
func (m *MockCloudFormationAPI) GetStackPolicy(arg0 *cloudformation.GetStackPolicyInput) (*cloudformation.GetStackPolicyOutput, error)
GetStackPolicy mocks base method
func (*MockCloudFormationAPI) GetStackPolicyRequest ¶
func (m *MockCloudFormationAPI) GetStackPolicyRequest(arg0 *cloudformation.GetStackPolicyInput) (*request.Request, *cloudformation.GetStackPolicyOutput)
GetStackPolicyRequest mocks base method
func (*MockCloudFormationAPI) GetStackPolicyWithContext ¶
func (m *MockCloudFormationAPI) GetStackPolicyWithContext(arg0 aws.Context, arg1 *cloudformation.GetStackPolicyInput, arg2 ...request.Option) (*cloudformation.GetStackPolicyOutput, error)
GetStackPolicyWithContext mocks base method
func (*MockCloudFormationAPI) GetTemplate ¶
func (m *MockCloudFormationAPI) GetTemplate(arg0 *cloudformation.GetTemplateInput) (*cloudformation.GetTemplateOutput, error)
GetTemplate mocks base method
func (*MockCloudFormationAPI) GetTemplateRequest ¶
func (m *MockCloudFormationAPI) GetTemplateRequest(arg0 *cloudformation.GetTemplateInput) (*request.Request, *cloudformation.GetTemplateOutput)
GetTemplateRequest mocks base method
func (*MockCloudFormationAPI) GetTemplateSummary ¶
func (m *MockCloudFormationAPI) GetTemplateSummary(arg0 *cloudformation.GetTemplateSummaryInput) (*cloudformation.GetTemplateSummaryOutput, error)
GetTemplateSummary mocks base method
func (*MockCloudFormationAPI) GetTemplateSummaryRequest ¶
func (m *MockCloudFormationAPI) GetTemplateSummaryRequest(arg0 *cloudformation.GetTemplateSummaryInput) (*request.Request, *cloudformation.GetTemplateSummaryOutput)
GetTemplateSummaryRequest mocks base method
func (*MockCloudFormationAPI) GetTemplateSummaryWithContext ¶
func (m *MockCloudFormationAPI) GetTemplateSummaryWithContext(arg0 aws.Context, arg1 *cloudformation.GetTemplateSummaryInput, arg2 ...request.Option) (*cloudformation.GetTemplateSummaryOutput, error)
GetTemplateSummaryWithContext mocks base method
func (*MockCloudFormationAPI) GetTemplateWithContext ¶
func (m *MockCloudFormationAPI) GetTemplateWithContext(arg0 aws.Context, arg1 *cloudformation.GetTemplateInput, arg2 ...request.Option) (*cloudformation.GetTemplateOutput, error)
GetTemplateWithContext mocks base method
func (*MockCloudFormationAPI) ListChangeSets ¶
func (m *MockCloudFormationAPI) ListChangeSets(arg0 *cloudformation.ListChangeSetsInput) (*cloudformation.ListChangeSetsOutput, error)
ListChangeSets mocks base method
func (*MockCloudFormationAPI) ListChangeSetsRequest ¶
func (m *MockCloudFormationAPI) ListChangeSetsRequest(arg0 *cloudformation.ListChangeSetsInput) (*request.Request, *cloudformation.ListChangeSetsOutput)
ListChangeSetsRequest mocks base method
func (*MockCloudFormationAPI) ListChangeSetsWithContext ¶
func (m *MockCloudFormationAPI) ListChangeSetsWithContext(arg0 aws.Context, arg1 *cloudformation.ListChangeSetsInput, arg2 ...request.Option) (*cloudformation.ListChangeSetsOutput, error)
ListChangeSetsWithContext mocks base method
func (*MockCloudFormationAPI) ListExports ¶
func (m *MockCloudFormationAPI) ListExports(arg0 *cloudformation.ListExportsInput) (*cloudformation.ListExportsOutput, error)
ListExports mocks base method
func (*MockCloudFormationAPI) ListExportsPages ¶
func (m *MockCloudFormationAPI) ListExportsPages(arg0 *cloudformation.ListExportsInput, arg1 func(*cloudformation.ListExportsOutput, bool) bool) error
ListExportsPages mocks base method
func (*MockCloudFormationAPI) ListExportsPagesWithContext ¶
func (m *MockCloudFormationAPI) ListExportsPagesWithContext(arg0 aws.Context, arg1 *cloudformation.ListExportsInput, arg2 func(*cloudformation.ListExportsOutput, bool) bool, arg3 ...request.Option) error
ListExportsPagesWithContext mocks base method
func (*MockCloudFormationAPI) ListExportsRequest ¶
func (m *MockCloudFormationAPI) ListExportsRequest(arg0 *cloudformation.ListExportsInput) (*request.Request, *cloudformation.ListExportsOutput)
ListExportsRequest mocks base method
func (*MockCloudFormationAPI) ListExportsWithContext ¶
func (m *MockCloudFormationAPI) ListExportsWithContext(arg0 aws.Context, arg1 *cloudformation.ListExportsInput, arg2 ...request.Option) (*cloudformation.ListExportsOutput, error)
ListExportsWithContext mocks base method
func (*MockCloudFormationAPI) ListImports ¶
func (m *MockCloudFormationAPI) ListImports(arg0 *cloudformation.ListImportsInput) (*cloudformation.ListImportsOutput, error)
ListImports mocks base method
func (*MockCloudFormationAPI) ListImportsPages ¶
func (m *MockCloudFormationAPI) ListImportsPages(arg0 *cloudformation.ListImportsInput, arg1 func(*cloudformation.ListImportsOutput, bool) bool) error
ListImportsPages mocks base method
func (*MockCloudFormationAPI) ListImportsPagesWithContext ¶
func (m *MockCloudFormationAPI) ListImportsPagesWithContext(arg0 aws.Context, arg1 *cloudformation.ListImportsInput, arg2 func(*cloudformation.ListImportsOutput, bool) bool, arg3 ...request.Option) error
ListImportsPagesWithContext mocks base method
func (*MockCloudFormationAPI) ListImportsRequest ¶
func (m *MockCloudFormationAPI) ListImportsRequest(arg0 *cloudformation.ListImportsInput) (*request.Request, *cloudformation.ListImportsOutput)
ListImportsRequest mocks base method
func (*MockCloudFormationAPI) ListImportsWithContext ¶
func (m *MockCloudFormationAPI) ListImportsWithContext(arg0 aws.Context, arg1 *cloudformation.ListImportsInput, arg2 ...request.Option) (*cloudformation.ListImportsOutput, error)
ListImportsWithContext mocks base method
func (*MockCloudFormationAPI) ListStackInstances ¶
func (m *MockCloudFormationAPI) ListStackInstances(arg0 *cloudformation.ListStackInstancesInput) (*cloudformation.ListStackInstancesOutput, error)
ListStackInstances mocks base method
func (*MockCloudFormationAPI) ListStackInstancesRequest ¶
func (m *MockCloudFormationAPI) ListStackInstancesRequest(arg0 *cloudformation.ListStackInstancesInput) (*request.Request, *cloudformation.ListStackInstancesOutput)
ListStackInstancesRequest mocks base method
func (*MockCloudFormationAPI) ListStackInstancesWithContext ¶
func (m *MockCloudFormationAPI) ListStackInstancesWithContext(arg0 aws.Context, arg1 *cloudformation.ListStackInstancesInput, arg2 ...request.Option) (*cloudformation.ListStackInstancesOutput, error)
ListStackInstancesWithContext mocks base method
func (*MockCloudFormationAPI) ListStackResources ¶
func (m *MockCloudFormationAPI) ListStackResources(arg0 *cloudformation.ListStackResourcesInput) (*cloudformation.ListStackResourcesOutput, error)
ListStackResources mocks base method
func (*MockCloudFormationAPI) ListStackResourcesPages ¶
func (m *MockCloudFormationAPI) ListStackResourcesPages(arg0 *cloudformation.ListStackResourcesInput, arg1 func(*cloudformation.ListStackResourcesOutput, bool) bool) error
ListStackResourcesPages mocks base method
func (*MockCloudFormationAPI) ListStackResourcesPagesWithContext ¶
func (m *MockCloudFormationAPI) ListStackResourcesPagesWithContext(arg0 aws.Context, arg1 *cloudformation.ListStackResourcesInput, arg2 func(*cloudformation.ListStackResourcesOutput, bool) bool, arg3 ...request.Option) error
ListStackResourcesPagesWithContext mocks base method
func (*MockCloudFormationAPI) ListStackResourcesRequest ¶
func (m *MockCloudFormationAPI) ListStackResourcesRequest(arg0 *cloudformation.ListStackResourcesInput) (*request.Request, *cloudformation.ListStackResourcesOutput)
ListStackResourcesRequest mocks base method
func (*MockCloudFormationAPI) ListStackResourcesWithContext ¶
func (m *MockCloudFormationAPI) ListStackResourcesWithContext(arg0 aws.Context, arg1 *cloudformation.ListStackResourcesInput, arg2 ...request.Option) (*cloudformation.ListStackResourcesOutput, error)
ListStackResourcesWithContext mocks base method
func (*MockCloudFormationAPI) ListStackSetOperationResults ¶
func (m *MockCloudFormationAPI) ListStackSetOperationResults(arg0 *cloudformation.ListStackSetOperationResultsInput) (*cloudformation.ListStackSetOperationResultsOutput, error)
ListStackSetOperationResults mocks base method
func (*MockCloudFormationAPI) ListStackSetOperationResultsRequest ¶
func (m *MockCloudFormationAPI) ListStackSetOperationResultsRequest(arg0 *cloudformation.ListStackSetOperationResultsInput) (*request.Request, *cloudformation.ListStackSetOperationResultsOutput)
ListStackSetOperationResultsRequest mocks base method
func (*MockCloudFormationAPI) ListStackSetOperationResultsWithContext ¶
func (m *MockCloudFormationAPI) ListStackSetOperationResultsWithContext(arg0 aws.Context, arg1 *cloudformation.ListStackSetOperationResultsInput, arg2 ...request.Option) (*cloudformation.ListStackSetOperationResultsOutput, error)
ListStackSetOperationResultsWithContext mocks base method
func (*MockCloudFormationAPI) ListStackSetOperations ¶
func (m *MockCloudFormationAPI) ListStackSetOperations(arg0 *cloudformation.ListStackSetOperationsInput) (*cloudformation.ListStackSetOperationsOutput, error)
ListStackSetOperations mocks base method
func (*MockCloudFormationAPI) ListStackSetOperationsRequest ¶
func (m *MockCloudFormationAPI) ListStackSetOperationsRequest(arg0 *cloudformation.ListStackSetOperationsInput) (*request.Request, *cloudformation.ListStackSetOperationsOutput)
ListStackSetOperationsRequest mocks base method
func (*MockCloudFormationAPI) ListStackSetOperationsWithContext ¶
func (m *MockCloudFormationAPI) ListStackSetOperationsWithContext(arg0 aws.Context, arg1 *cloudformation.ListStackSetOperationsInput, arg2 ...request.Option) (*cloudformation.ListStackSetOperationsOutput, error)
ListStackSetOperationsWithContext mocks base method
func (*MockCloudFormationAPI) ListStackSets ¶
func (m *MockCloudFormationAPI) ListStackSets(arg0 *cloudformation.ListStackSetsInput) (*cloudformation.ListStackSetsOutput, error)
ListStackSets mocks base method
func (*MockCloudFormationAPI) ListStackSetsRequest ¶
func (m *MockCloudFormationAPI) ListStackSetsRequest(arg0 *cloudformation.ListStackSetsInput) (*request.Request, *cloudformation.ListStackSetsOutput)
ListStackSetsRequest mocks base method
func (*MockCloudFormationAPI) ListStackSetsWithContext ¶
func (m *MockCloudFormationAPI) ListStackSetsWithContext(arg0 aws.Context, arg1 *cloudformation.ListStackSetsInput, arg2 ...request.Option) (*cloudformation.ListStackSetsOutput, error)
ListStackSetsWithContext mocks base method
func (*MockCloudFormationAPI) ListStacks ¶
func (m *MockCloudFormationAPI) ListStacks(arg0 *cloudformation.ListStacksInput) (*cloudformation.ListStacksOutput, error)
ListStacks mocks base method
func (*MockCloudFormationAPI) ListStacksPages ¶
func (m *MockCloudFormationAPI) ListStacksPages(arg0 *cloudformation.ListStacksInput, arg1 func(*cloudformation.ListStacksOutput, bool) bool) error
ListStacksPages mocks base method
func (*MockCloudFormationAPI) ListStacksPagesWithContext ¶
func (m *MockCloudFormationAPI) ListStacksPagesWithContext(arg0 aws.Context, arg1 *cloudformation.ListStacksInput, arg2 func(*cloudformation.ListStacksOutput, bool) bool, arg3 ...request.Option) error
ListStacksPagesWithContext mocks base method
func (*MockCloudFormationAPI) ListStacksRequest ¶
func (m *MockCloudFormationAPI) ListStacksRequest(arg0 *cloudformation.ListStacksInput) (*request.Request, *cloudformation.ListStacksOutput)
ListStacksRequest mocks base method
func (*MockCloudFormationAPI) ListStacksWithContext ¶
func (m *MockCloudFormationAPI) ListStacksWithContext(arg0 aws.Context, arg1 *cloudformation.ListStacksInput, arg2 ...request.Option) (*cloudformation.ListStacksOutput, error)
ListStacksWithContext mocks base method
func (*MockCloudFormationAPI) SetStackPolicy ¶
func (m *MockCloudFormationAPI) SetStackPolicy(arg0 *cloudformation.SetStackPolicyInput) (*cloudformation.SetStackPolicyOutput, error)
SetStackPolicy mocks base method
func (*MockCloudFormationAPI) SetStackPolicyRequest ¶
func (m *MockCloudFormationAPI) SetStackPolicyRequest(arg0 *cloudformation.SetStackPolicyInput) (*request.Request, *cloudformation.SetStackPolicyOutput)
SetStackPolicyRequest mocks base method
func (*MockCloudFormationAPI) SetStackPolicyWithContext ¶
func (m *MockCloudFormationAPI) SetStackPolicyWithContext(arg0 aws.Context, arg1 *cloudformation.SetStackPolicyInput, arg2 ...request.Option) (*cloudformation.SetStackPolicyOutput, error)
SetStackPolicyWithContext mocks base method
func (*MockCloudFormationAPI) SignalResource ¶
func (m *MockCloudFormationAPI) SignalResource(arg0 *cloudformation.SignalResourceInput) (*cloudformation.SignalResourceOutput, error)
SignalResource mocks base method
func (*MockCloudFormationAPI) SignalResourceRequest ¶
func (m *MockCloudFormationAPI) SignalResourceRequest(arg0 *cloudformation.SignalResourceInput) (*request.Request, *cloudformation.SignalResourceOutput)
SignalResourceRequest mocks base method
func (*MockCloudFormationAPI) SignalResourceWithContext ¶
func (m *MockCloudFormationAPI) SignalResourceWithContext(arg0 aws.Context, arg1 *cloudformation.SignalResourceInput, arg2 ...request.Option) (*cloudformation.SignalResourceOutput, error)
SignalResourceWithContext mocks base method
func (*MockCloudFormationAPI) StopStackSetOperation ¶
func (m *MockCloudFormationAPI) StopStackSetOperation(arg0 *cloudformation.StopStackSetOperationInput) (*cloudformation.StopStackSetOperationOutput, error)
StopStackSetOperation mocks base method
func (*MockCloudFormationAPI) StopStackSetOperationRequest ¶
func (m *MockCloudFormationAPI) StopStackSetOperationRequest(arg0 *cloudformation.StopStackSetOperationInput) (*request.Request, *cloudformation.StopStackSetOperationOutput)
StopStackSetOperationRequest mocks base method
func (*MockCloudFormationAPI) StopStackSetOperationWithContext ¶
func (m *MockCloudFormationAPI) StopStackSetOperationWithContext(arg0 aws.Context, arg1 *cloudformation.StopStackSetOperationInput, arg2 ...request.Option) (*cloudformation.StopStackSetOperationOutput, error)
StopStackSetOperationWithContext mocks base method
func (*MockCloudFormationAPI) UpdateStack ¶
func (m *MockCloudFormationAPI) UpdateStack(arg0 *cloudformation.UpdateStackInput) (*cloudformation.UpdateStackOutput, error)
UpdateStack mocks base method
func (*MockCloudFormationAPI) UpdateStackInstances ¶
func (m *MockCloudFormationAPI) UpdateStackInstances(arg0 *cloudformation.UpdateStackInstancesInput) (*cloudformation.UpdateStackInstancesOutput, error)
UpdateStackInstances mocks base method
func (*MockCloudFormationAPI) UpdateStackInstancesRequest ¶
func (m *MockCloudFormationAPI) UpdateStackInstancesRequest(arg0 *cloudformation.UpdateStackInstancesInput) (*request.Request, *cloudformation.UpdateStackInstancesOutput)
UpdateStackInstancesRequest mocks base method
func (*MockCloudFormationAPI) UpdateStackInstancesWithContext ¶
func (m *MockCloudFormationAPI) UpdateStackInstancesWithContext(arg0 aws.Context, arg1 *cloudformation.UpdateStackInstancesInput, arg2 ...request.Option) (*cloudformation.UpdateStackInstancesOutput, error)
UpdateStackInstancesWithContext mocks base method
func (*MockCloudFormationAPI) UpdateStackRequest ¶
func (m *MockCloudFormationAPI) UpdateStackRequest(arg0 *cloudformation.UpdateStackInput) (*request.Request, *cloudformation.UpdateStackOutput)
UpdateStackRequest mocks base method
func (*MockCloudFormationAPI) UpdateStackSet ¶
func (m *MockCloudFormationAPI) UpdateStackSet(arg0 *cloudformation.UpdateStackSetInput) (*cloudformation.UpdateStackSetOutput, error)
UpdateStackSet mocks base method
func (*MockCloudFormationAPI) UpdateStackSetRequest ¶
func (m *MockCloudFormationAPI) UpdateStackSetRequest(arg0 *cloudformation.UpdateStackSetInput) (*request.Request, *cloudformation.UpdateStackSetOutput)
UpdateStackSetRequest mocks base method
func (*MockCloudFormationAPI) UpdateStackSetWithContext ¶
func (m *MockCloudFormationAPI) UpdateStackSetWithContext(arg0 aws.Context, arg1 *cloudformation.UpdateStackSetInput, arg2 ...request.Option) (*cloudformation.UpdateStackSetOutput, error)
UpdateStackSetWithContext mocks base method
func (*MockCloudFormationAPI) UpdateStackWithContext ¶
func (m *MockCloudFormationAPI) UpdateStackWithContext(arg0 aws.Context, arg1 *cloudformation.UpdateStackInput, arg2 ...request.Option) (*cloudformation.UpdateStackOutput, error)
UpdateStackWithContext mocks base method
func (*MockCloudFormationAPI) UpdateTerminationProtection ¶
func (m *MockCloudFormationAPI) UpdateTerminationProtection(arg0 *cloudformation.UpdateTerminationProtectionInput) (*cloudformation.UpdateTerminationProtectionOutput, error)
UpdateTerminationProtection mocks base method
func (*MockCloudFormationAPI) UpdateTerminationProtectionRequest ¶
func (m *MockCloudFormationAPI) UpdateTerminationProtectionRequest(arg0 *cloudformation.UpdateTerminationProtectionInput) (*request.Request, *cloudformation.UpdateTerminationProtectionOutput)
UpdateTerminationProtectionRequest mocks base method
func (*MockCloudFormationAPI) UpdateTerminationProtectionWithContext ¶
func (m *MockCloudFormationAPI) UpdateTerminationProtectionWithContext(arg0 aws.Context, arg1 *cloudformation.UpdateTerminationProtectionInput, arg2 ...request.Option) (*cloudformation.UpdateTerminationProtectionOutput, error)
UpdateTerminationProtectionWithContext mocks base method
func (*MockCloudFormationAPI) ValidateTemplate ¶
func (m *MockCloudFormationAPI) ValidateTemplate(arg0 *cloudformation.ValidateTemplateInput) (*cloudformation.ValidateTemplateOutput, error)
ValidateTemplate mocks base method
func (*MockCloudFormationAPI) ValidateTemplateRequest ¶
func (m *MockCloudFormationAPI) ValidateTemplateRequest(arg0 *cloudformation.ValidateTemplateInput) (*request.Request, *cloudformation.ValidateTemplateOutput)
ValidateTemplateRequest mocks base method
func (*MockCloudFormationAPI) ValidateTemplateWithContext ¶
func (m *MockCloudFormationAPI) ValidateTemplateWithContext(arg0 aws.Context, arg1 *cloudformation.ValidateTemplateInput, arg2 ...request.Option) (*cloudformation.ValidateTemplateOutput, error)
ValidateTemplateWithContext mocks base method
func (*MockCloudFormationAPI) WaitUntilChangeSetCreateComplete ¶
func (m *MockCloudFormationAPI) WaitUntilChangeSetCreateComplete(arg0 *cloudformation.DescribeChangeSetInput) error
WaitUntilChangeSetCreateComplete mocks base method
func (*MockCloudFormationAPI) WaitUntilChangeSetCreateCompleteWithContext ¶
func (m *MockCloudFormationAPI) WaitUntilChangeSetCreateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeChangeSetInput, arg2 ...request.WaiterOption) error
WaitUntilChangeSetCreateCompleteWithContext mocks base method
func (*MockCloudFormationAPI) WaitUntilStackCreateComplete ¶
func (m *MockCloudFormationAPI) WaitUntilStackCreateComplete(arg0 *cloudformation.DescribeStacksInput) error
WaitUntilStackCreateComplete mocks base method
func (*MockCloudFormationAPI) WaitUntilStackCreateCompleteWithContext ¶
func (m *MockCloudFormationAPI) WaitUntilStackCreateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, arg2 ...request.WaiterOption) error
WaitUntilStackCreateCompleteWithContext mocks base method
func (*MockCloudFormationAPI) WaitUntilStackDeleteComplete ¶
func (m *MockCloudFormationAPI) WaitUntilStackDeleteComplete(arg0 *cloudformation.DescribeStacksInput) error
WaitUntilStackDeleteComplete mocks base method
func (*MockCloudFormationAPI) WaitUntilStackDeleteCompleteWithContext ¶
func (m *MockCloudFormationAPI) WaitUntilStackDeleteCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, arg2 ...request.WaiterOption) error
WaitUntilStackDeleteCompleteWithContext mocks base method
func (*MockCloudFormationAPI) WaitUntilStackExists ¶
func (m *MockCloudFormationAPI) WaitUntilStackExists(arg0 *cloudformation.DescribeStacksInput) error
WaitUntilStackExists mocks base method
func (*MockCloudFormationAPI) WaitUntilStackExistsWithContext ¶
func (m *MockCloudFormationAPI) WaitUntilStackExistsWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, arg2 ...request.WaiterOption) error
WaitUntilStackExistsWithContext mocks base method
func (*MockCloudFormationAPI) WaitUntilStackUpdateComplete ¶
func (m *MockCloudFormationAPI) WaitUntilStackUpdateComplete(arg0 *cloudformation.DescribeStacksInput) error
WaitUntilStackUpdateComplete mocks base method
func (*MockCloudFormationAPI) WaitUntilStackUpdateCompleteWithContext ¶
func (m *MockCloudFormationAPI) WaitUntilStackUpdateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, arg2 ...request.WaiterOption) error
WaitUntilStackUpdateCompleteWithContext mocks base method
type MockCloudFormationAPIMockRecorder ¶
type MockCloudFormationAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockCloudFormationAPIMockRecorder is the mock recorder for MockCloudFormationAPI
func (*MockCloudFormationAPIMockRecorder) CancelUpdateStack ¶
func (mr *MockCloudFormationAPIMockRecorder) CancelUpdateStack(arg0 interface{}) *gomock.Call
CancelUpdateStack indicates an expected call of CancelUpdateStack
func (*MockCloudFormationAPIMockRecorder) CancelUpdateStackRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) CancelUpdateStackRequest(arg0 interface{}) *gomock.Call
CancelUpdateStackRequest indicates an expected call of CancelUpdateStackRequest
func (*MockCloudFormationAPIMockRecorder) CancelUpdateStackWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) CancelUpdateStackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CancelUpdateStackWithContext indicates an expected call of CancelUpdateStackWithContext
func (*MockCloudFormationAPIMockRecorder) ContinueUpdateRollback ¶
func (mr *MockCloudFormationAPIMockRecorder) ContinueUpdateRollback(arg0 interface{}) *gomock.Call
ContinueUpdateRollback indicates an expected call of ContinueUpdateRollback
func (*MockCloudFormationAPIMockRecorder) ContinueUpdateRollbackRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) ContinueUpdateRollbackRequest(arg0 interface{}) *gomock.Call
ContinueUpdateRollbackRequest indicates an expected call of ContinueUpdateRollbackRequest
func (*MockCloudFormationAPIMockRecorder) ContinueUpdateRollbackWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) ContinueUpdateRollbackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ContinueUpdateRollbackWithContext indicates an expected call of ContinueUpdateRollbackWithContext
func (*MockCloudFormationAPIMockRecorder) CreateChangeSet ¶
func (mr *MockCloudFormationAPIMockRecorder) CreateChangeSet(arg0 interface{}) *gomock.Call
CreateChangeSet indicates an expected call of CreateChangeSet
func (*MockCloudFormationAPIMockRecorder) CreateChangeSetRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) CreateChangeSetRequest(arg0 interface{}) *gomock.Call
CreateChangeSetRequest indicates an expected call of CreateChangeSetRequest
func (*MockCloudFormationAPIMockRecorder) CreateChangeSetWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) CreateChangeSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateChangeSetWithContext indicates an expected call of CreateChangeSetWithContext
func (*MockCloudFormationAPIMockRecorder) CreateStack ¶
func (mr *MockCloudFormationAPIMockRecorder) CreateStack(arg0 interface{}) *gomock.Call
CreateStack indicates an expected call of CreateStack
func (*MockCloudFormationAPIMockRecorder) CreateStackInstances ¶
func (mr *MockCloudFormationAPIMockRecorder) CreateStackInstances(arg0 interface{}) *gomock.Call
CreateStackInstances indicates an expected call of CreateStackInstances
func (*MockCloudFormationAPIMockRecorder) CreateStackInstancesRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) CreateStackInstancesRequest(arg0 interface{}) *gomock.Call
CreateStackInstancesRequest indicates an expected call of CreateStackInstancesRequest
func (*MockCloudFormationAPIMockRecorder) CreateStackInstancesWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) CreateStackInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateStackInstancesWithContext indicates an expected call of CreateStackInstancesWithContext
func (*MockCloudFormationAPIMockRecorder) CreateStackRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) CreateStackRequest(arg0 interface{}) *gomock.Call
CreateStackRequest indicates an expected call of CreateStackRequest
func (*MockCloudFormationAPIMockRecorder) CreateStackSet ¶
func (mr *MockCloudFormationAPIMockRecorder) CreateStackSet(arg0 interface{}) *gomock.Call
CreateStackSet indicates an expected call of CreateStackSet
func (*MockCloudFormationAPIMockRecorder) CreateStackSetRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) CreateStackSetRequest(arg0 interface{}) *gomock.Call
CreateStackSetRequest indicates an expected call of CreateStackSetRequest
func (*MockCloudFormationAPIMockRecorder) CreateStackSetWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) CreateStackSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateStackSetWithContext indicates an expected call of CreateStackSetWithContext
func (*MockCloudFormationAPIMockRecorder) CreateStackWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) CreateStackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateStackWithContext indicates an expected call of CreateStackWithContext
func (*MockCloudFormationAPIMockRecorder) DeleteChangeSet ¶
func (mr *MockCloudFormationAPIMockRecorder) DeleteChangeSet(arg0 interface{}) *gomock.Call
DeleteChangeSet indicates an expected call of DeleteChangeSet
func (*MockCloudFormationAPIMockRecorder) DeleteChangeSetRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) DeleteChangeSetRequest(arg0 interface{}) *gomock.Call
DeleteChangeSetRequest indicates an expected call of DeleteChangeSetRequest
func (*MockCloudFormationAPIMockRecorder) DeleteChangeSetWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) DeleteChangeSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteChangeSetWithContext indicates an expected call of DeleteChangeSetWithContext
func (*MockCloudFormationAPIMockRecorder) DeleteStack ¶
func (mr *MockCloudFormationAPIMockRecorder) DeleteStack(arg0 interface{}) *gomock.Call
DeleteStack indicates an expected call of DeleteStack
func (*MockCloudFormationAPIMockRecorder) DeleteStackInstances ¶
func (mr *MockCloudFormationAPIMockRecorder) DeleteStackInstances(arg0 interface{}) *gomock.Call
DeleteStackInstances indicates an expected call of DeleteStackInstances
func (*MockCloudFormationAPIMockRecorder) DeleteStackInstancesRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) DeleteStackInstancesRequest(arg0 interface{}) *gomock.Call
DeleteStackInstancesRequest indicates an expected call of DeleteStackInstancesRequest
func (*MockCloudFormationAPIMockRecorder) DeleteStackInstancesWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) DeleteStackInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteStackInstancesWithContext indicates an expected call of DeleteStackInstancesWithContext
func (*MockCloudFormationAPIMockRecorder) DeleteStackRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) DeleteStackRequest(arg0 interface{}) *gomock.Call
DeleteStackRequest indicates an expected call of DeleteStackRequest
func (*MockCloudFormationAPIMockRecorder) DeleteStackSet ¶
func (mr *MockCloudFormationAPIMockRecorder) DeleteStackSet(arg0 interface{}) *gomock.Call
DeleteStackSet indicates an expected call of DeleteStackSet
func (*MockCloudFormationAPIMockRecorder) DeleteStackSetRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) DeleteStackSetRequest(arg0 interface{}) *gomock.Call
DeleteStackSetRequest indicates an expected call of DeleteStackSetRequest
func (*MockCloudFormationAPIMockRecorder) DeleteStackSetWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) DeleteStackSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteStackSetWithContext indicates an expected call of DeleteStackSetWithContext
func (*MockCloudFormationAPIMockRecorder) DeleteStackWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) DeleteStackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteStackWithContext indicates an expected call of DeleteStackWithContext
func (*MockCloudFormationAPIMockRecorder) DescribeAccountLimits ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeAccountLimits(arg0 interface{}) *gomock.Call
DescribeAccountLimits indicates an expected call of DescribeAccountLimits
func (*MockCloudFormationAPIMockRecorder) DescribeAccountLimitsRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeAccountLimitsRequest(arg0 interface{}) *gomock.Call
DescribeAccountLimitsRequest indicates an expected call of DescribeAccountLimitsRequest
func (*MockCloudFormationAPIMockRecorder) DescribeAccountLimitsWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeAccountLimitsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeAccountLimitsWithContext indicates an expected call of DescribeAccountLimitsWithContext
func (*MockCloudFormationAPIMockRecorder) DescribeChangeSet ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeChangeSet(arg0 interface{}) *gomock.Call
DescribeChangeSet indicates an expected call of DescribeChangeSet
func (*MockCloudFormationAPIMockRecorder) DescribeChangeSetRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeChangeSetRequest(arg0 interface{}) *gomock.Call
DescribeChangeSetRequest indicates an expected call of DescribeChangeSetRequest
func (*MockCloudFormationAPIMockRecorder) DescribeChangeSetWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeChangeSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeChangeSetWithContext indicates an expected call of DescribeChangeSetWithContext
func (*MockCloudFormationAPIMockRecorder) DescribeStackEvents ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStackEvents(arg0 interface{}) *gomock.Call
DescribeStackEvents indicates an expected call of DescribeStackEvents
func (*MockCloudFormationAPIMockRecorder) DescribeStackEventsPages ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStackEventsPages(arg0, arg1 interface{}) *gomock.Call
DescribeStackEventsPages indicates an expected call of DescribeStackEventsPages
func (*MockCloudFormationAPIMockRecorder) DescribeStackEventsPagesWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStackEventsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DescribeStackEventsPagesWithContext indicates an expected call of DescribeStackEventsPagesWithContext
func (*MockCloudFormationAPIMockRecorder) DescribeStackEventsRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStackEventsRequest(arg0 interface{}) *gomock.Call
DescribeStackEventsRequest indicates an expected call of DescribeStackEventsRequest
func (*MockCloudFormationAPIMockRecorder) DescribeStackEventsWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStackEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeStackEventsWithContext indicates an expected call of DescribeStackEventsWithContext
func (*MockCloudFormationAPIMockRecorder) DescribeStackInstance ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStackInstance(arg0 interface{}) *gomock.Call
DescribeStackInstance indicates an expected call of DescribeStackInstance
func (*MockCloudFormationAPIMockRecorder) DescribeStackInstanceRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStackInstanceRequest(arg0 interface{}) *gomock.Call
DescribeStackInstanceRequest indicates an expected call of DescribeStackInstanceRequest
func (*MockCloudFormationAPIMockRecorder) DescribeStackInstanceWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStackInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeStackInstanceWithContext indicates an expected call of DescribeStackInstanceWithContext
func (*MockCloudFormationAPIMockRecorder) DescribeStackResource ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStackResource(arg0 interface{}) *gomock.Call
DescribeStackResource indicates an expected call of DescribeStackResource
func (*MockCloudFormationAPIMockRecorder) DescribeStackResourceRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStackResourceRequest(arg0 interface{}) *gomock.Call
DescribeStackResourceRequest indicates an expected call of DescribeStackResourceRequest
func (*MockCloudFormationAPIMockRecorder) DescribeStackResourceWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStackResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeStackResourceWithContext indicates an expected call of DescribeStackResourceWithContext
func (*MockCloudFormationAPIMockRecorder) DescribeStackResources ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStackResources(arg0 interface{}) *gomock.Call
DescribeStackResources indicates an expected call of DescribeStackResources
func (*MockCloudFormationAPIMockRecorder) DescribeStackResourcesRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStackResourcesRequest(arg0 interface{}) *gomock.Call
DescribeStackResourcesRequest indicates an expected call of DescribeStackResourcesRequest
func (*MockCloudFormationAPIMockRecorder) DescribeStackResourcesWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStackResourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeStackResourcesWithContext indicates an expected call of DescribeStackResourcesWithContext
func (*MockCloudFormationAPIMockRecorder) DescribeStackSet ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStackSet(arg0 interface{}) *gomock.Call
DescribeStackSet indicates an expected call of DescribeStackSet
func (*MockCloudFormationAPIMockRecorder) DescribeStackSetOperation ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStackSetOperation(arg0 interface{}) *gomock.Call
DescribeStackSetOperation indicates an expected call of DescribeStackSetOperation
func (*MockCloudFormationAPIMockRecorder) DescribeStackSetOperationRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStackSetOperationRequest(arg0 interface{}) *gomock.Call
DescribeStackSetOperationRequest indicates an expected call of DescribeStackSetOperationRequest
func (*MockCloudFormationAPIMockRecorder) DescribeStackSetOperationWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStackSetOperationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeStackSetOperationWithContext indicates an expected call of DescribeStackSetOperationWithContext
func (*MockCloudFormationAPIMockRecorder) DescribeStackSetRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStackSetRequest(arg0 interface{}) *gomock.Call
DescribeStackSetRequest indicates an expected call of DescribeStackSetRequest
func (*MockCloudFormationAPIMockRecorder) DescribeStackSetWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStackSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeStackSetWithContext indicates an expected call of DescribeStackSetWithContext
func (*MockCloudFormationAPIMockRecorder) DescribeStacks ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStacks(arg0 interface{}) *gomock.Call
DescribeStacks indicates an expected call of DescribeStacks
func (*MockCloudFormationAPIMockRecorder) DescribeStacksPages ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStacksPages(arg0, arg1 interface{}) *gomock.Call
DescribeStacksPages indicates an expected call of DescribeStacksPages
func (*MockCloudFormationAPIMockRecorder) DescribeStacksPagesWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStacksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DescribeStacksPagesWithContext indicates an expected call of DescribeStacksPagesWithContext
func (*MockCloudFormationAPIMockRecorder) DescribeStacksRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStacksRequest(arg0 interface{}) *gomock.Call
DescribeStacksRequest indicates an expected call of DescribeStacksRequest
func (*MockCloudFormationAPIMockRecorder) DescribeStacksWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) DescribeStacksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeStacksWithContext indicates an expected call of DescribeStacksWithContext
func (*MockCloudFormationAPIMockRecorder) EstimateTemplateCost ¶
func (mr *MockCloudFormationAPIMockRecorder) EstimateTemplateCost(arg0 interface{}) *gomock.Call
EstimateTemplateCost indicates an expected call of EstimateTemplateCost
func (*MockCloudFormationAPIMockRecorder) EstimateTemplateCostRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) EstimateTemplateCostRequest(arg0 interface{}) *gomock.Call
EstimateTemplateCostRequest indicates an expected call of EstimateTemplateCostRequest
func (*MockCloudFormationAPIMockRecorder) EstimateTemplateCostWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) EstimateTemplateCostWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
EstimateTemplateCostWithContext indicates an expected call of EstimateTemplateCostWithContext
func (*MockCloudFormationAPIMockRecorder) ExecuteChangeSet ¶
func (mr *MockCloudFormationAPIMockRecorder) ExecuteChangeSet(arg0 interface{}) *gomock.Call
ExecuteChangeSet indicates an expected call of ExecuteChangeSet
func (*MockCloudFormationAPIMockRecorder) ExecuteChangeSetRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) ExecuteChangeSetRequest(arg0 interface{}) *gomock.Call
ExecuteChangeSetRequest indicates an expected call of ExecuteChangeSetRequest
func (*MockCloudFormationAPIMockRecorder) ExecuteChangeSetWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) ExecuteChangeSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ExecuteChangeSetWithContext indicates an expected call of ExecuteChangeSetWithContext
func (*MockCloudFormationAPIMockRecorder) GetStackPolicy ¶
func (mr *MockCloudFormationAPIMockRecorder) GetStackPolicy(arg0 interface{}) *gomock.Call
GetStackPolicy indicates an expected call of GetStackPolicy
func (*MockCloudFormationAPIMockRecorder) GetStackPolicyRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) GetStackPolicyRequest(arg0 interface{}) *gomock.Call
GetStackPolicyRequest indicates an expected call of GetStackPolicyRequest
func (*MockCloudFormationAPIMockRecorder) GetStackPolicyWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) GetStackPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetStackPolicyWithContext indicates an expected call of GetStackPolicyWithContext
func (*MockCloudFormationAPIMockRecorder) GetTemplate ¶
func (mr *MockCloudFormationAPIMockRecorder) GetTemplate(arg0 interface{}) *gomock.Call
GetTemplate indicates an expected call of GetTemplate
func (*MockCloudFormationAPIMockRecorder) GetTemplateRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) GetTemplateRequest(arg0 interface{}) *gomock.Call
GetTemplateRequest indicates an expected call of GetTemplateRequest
func (*MockCloudFormationAPIMockRecorder) GetTemplateSummary ¶
func (mr *MockCloudFormationAPIMockRecorder) GetTemplateSummary(arg0 interface{}) *gomock.Call
GetTemplateSummary indicates an expected call of GetTemplateSummary
func (*MockCloudFormationAPIMockRecorder) GetTemplateSummaryRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) GetTemplateSummaryRequest(arg0 interface{}) *gomock.Call
GetTemplateSummaryRequest indicates an expected call of GetTemplateSummaryRequest
func (*MockCloudFormationAPIMockRecorder) GetTemplateSummaryWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) GetTemplateSummaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetTemplateSummaryWithContext indicates an expected call of GetTemplateSummaryWithContext
func (*MockCloudFormationAPIMockRecorder) GetTemplateWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) GetTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetTemplateWithContext indicates an expected call of GetTemplateWithContext
func (*MockCloudFormationAPIMockRecorder) ListChangeSets ¶
func (mr *MockCloudFormationAPIMockRecorder) ListChangeSets(arg0 interface{}) *gomock.Call
ListChangeSets indicates an expected call of ListChangeSets
func (*MockCloudFormationAPIMockRecorder) ListChangeSetsRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) ListChangeSetsRequest(arg0 interface{}) *gomock.Call
ListChangeSetsRequest indicates an expected call of ListChangeSetsRequest
func (*MockCloudFormationAPIMockRecorder) ListChangeSetsWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) ListChangeSetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListChangeSetsWithContext indicates an expected call of ListChangeSetsWithContext
func (*MockCloudFormationAPIMockRecorder) ListExports ¶
func (mr *MockCloudFormationAPIMockRecorder) ListExports(arg0 interface{}) *gomock.Call
ListExports indicates an expected call of ListExports
func (*MockCloudFormationAPIMockRecorder) ListExportsPages ¶
func (mr *MockCloudFormationAPIMockRecorder) ListExportsPages(arg0, arg1 interface{}) *gomock.Call
ListExportsPages indicates an expected call of ListExportsPages
func (*MockCloudFormationAPIMockRecorder) ListExportsPagesWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) ListExportsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListExportsPagesWithContext indicates an expected call of ListExportsPagesWithContext
func (*MockCloudFormationAPIMockRecorder) ListExportsRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) ListExportsRequest(arg0 interface{}) *gomock.Call
ListExportsRequest indicates an expected call of ListExportsRequest
func (*MockCloudFormationAPIMockRecorder) ListExportsWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) ListExportsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListExportsWithContext indicates an expected call of ListExportsWithContext
func (*MockCloudFormationAPIMockRecorder) ListImports ¶
func (mr *MockCloudFormationAPIMockRecorder) ListImports(arg0 interface{}) *gomock.Call
ListImports indicates an expected call of ListImports
func (*MockCloudFormationAPIMockRecorder) ListImportsPages ¶
func (mr *MockCloudFormationAPIMockRecorder) ListImportsPages(arg0, arg1 interface{}) *gomock.Call
ListImportsPages indicates an expected call of ListImportsPages
func (*MockCloudFormationAPIMockRecorder) ListImportsPagesWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) ListImportsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListImportsPagesWithContext indicates an expected call of ListImportsPagesWithContext
func (*MockCloudFormationAPIMockRecorder) ListImportsRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) ListImportsRequest(arg0 interface{}) *gomock.Call
ListImportsRequest indicates an expected call of ListImportsRequest
func (*MockCloudFormationAPIMockRecorder) ListImportsWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) ListImportsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListImportsWithContext indicates an expected call of ListImportsWithContext
func (*MockCloudFormationAPIMockRecorder) ListStackInstances ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStackInstances(arg0 interface{}) *gomock.Call
ListStackInstances indicates an expected call of ListStackInstances
func (*MockCloudFormationAPIMockRecorder) ListStackInstancesRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStackInstancesRequest(arg0 interface{}) *gomock.Call
ListStackInstancesRequest indicates an expected call of ListStackInstancesRequest
func (*MockCloudFormationAPIMockRecorder) ListStackInstancesWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStackInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListStackInstancesWithContext indicates an expected call of ListStackInstancesWithContext
func (*MockCloudFormationAPIMockRecorder) ListStackResources ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStackResources(arg0 interface{}) *gomock.Call
ListStackResources indicates an expected call of ListStackResources
func (*MockCloudFormationAPIMockRecorder) ListStackResourcesPages ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStackResourcesPages(arg0, arg1 interface{}) *gomock.Call
ListStackResourcesPages indicates an expected call of ListStackResourcesPages
func (*MockCloudFormationAPIMockRecorder) ListStackResourcesPagesWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStackResourcesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListStackResourcesPagesWithContext indicates an expected call of ListStackResourcesPagesWithContext
func (*MockCloudFormationAPIMockRecorder) ListStackResourcesRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStackResourcesRequest(arg0 interface{}) *gomock.Call
ListStackResourcesRequest indicates an expected call of ListStackResourcesRequest
func (*MockCloudFormationAPIMockRecorder) ListStackResourcesWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStackResourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListStackResourcesWithContext indicates an expected call of ListStackResourcesWithContext
func (*MockCloudFormationAPIMockRecorder) ListStackSetOperationResults ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStackSetOperationResults(arg0 interface{}) *gomock.Call
ListStackSetOperationResults indicates an expected call of ListStackSetOperationResults
func (*MockCloudFormationAPIMockRecorder) ListStackSetOperationResultsRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStackSetOperationResultsRequest(arg0 interface{}) *gomock.Call
ListStackSetOperationResultsRequest indicates an expected call of ListStackSetOperationResultsRequest
func (*MockCloudFormationAPIMockRecorder) ListStackSetOperationResultsWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStackSetOperationResultsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListStackSetOperationResultsWithContext indicates an expected call of ListStackSetOperationResultsWithContext
func (*MockCloudFormationAPIMockRecorder) ListStackSetOperations ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStackSetOperations(arg0 interface{}) *gomock.Call
ListStackSetOperations indicates an expected call of ListStackSetOperations
func (*MockCloudFormationAPIMockRecorder) ListStackSetOperationsRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStackSetOperationsRequest(arg0 interface{}) *gomock.Call
ListStackSetOperationsRequest indicates an expected call of ListStackSetOperationsRequest
func (*MockCloudFormationAPIMockRecorder) ListStackSetOperationsWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStackSetOperationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListStackSetOperationsWithContext indicates an expected call of ListStackSetOperationsWithContext
func (*MockCloudFormationAPIMockRecorder) ListStackSets ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStackSets(arg0 interface{}) *gomock.Call
ListStackSets indicates an expected call of ListStackSets
func (*MockCloudFormationAPIMockRecorder) ListStackSetsRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStackSetsRequest(arg0 interface{}) *gomock.Call
ListStackSetsRequest indicates an expected call of ListStackSetsRequest
func (*MockCloudFormationAPIMockRecorder) ListStackSetsWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStackSetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListStackSetsWithContext indicates an expected call of ListStackSetsWithContext
func (*MockCloudFormationAPIMockRecorder) ListStacks ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStacks(arg0 interface{}) *gomock.Call
ListStacks indicates an expected call of ListStacks
func (*MockCloudFormationAPIMockRecorder) ListStacksPages ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStacksPages(arg0, arg1 interface{}) *gomock.Call
ListStacksPages indicates an expected call of ListStacksPages
func (*MockCloudFormationAPIMockRecorder) ListStacksPagesWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStacksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListStacksPagesWithContext indicates an expected call of ListStacksPagesWithContext
func (*MockCloudFormationAPIMockRecorder) ListStacksRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStacksRequest(arg0 interface{}) *gomock.Call
ListStacksRequest indicates an expected call of ListStacksRequest
func (*MockCloudFormationAPIMockRecorder) ListStacksWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) ListStacksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListStacksWithContext indicates an expected call of ListStacksWithContext
func (*MockCloudFormationAPIMockRecorder) SetStackPolicy ¶
func (mr *MockCloudFormationAPIMockRecorder) SetStackPolicy(arg0 interface{}) *gomock.Call
SetStackPolicy indicates an expected call of SetStackPolicy
func (*MockCloudFormationAPIMockRecorder) SetStackPolicyRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) SetStackPolicyRequest(arg0 interface{}) *gomock.Call
SetStackPolicyRequest indicates an expected call of SetStackPolicyRequest
func (*MockCloudFormationAPIMockRecorder) SetStackPolicyWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) SetStackPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SetStackPolicyWithContext indicates an expected call of SetStackPolicyWithContext
func (*MockCloudFormationAPIMockRecorder) SignalResource ¶
func (mr *MockCloudFormationAPIMockRecorder) SignalResource(arg0 interface{}) *gomock.Call
SignalResource indicates an expected call of SignalResource
func (*MockCloudFormationAPIMockRecorder) SignalResourceRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) SignalResourceRequest(arg0 interface{}) *gomock.Call
SignalResourceRequest indicates an expected call of SignalResourceRequest
func (*MockCloudFormationAPIMockRecorder) SignalResourceWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) SignalResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SignalResourceWithContext indicates an expected call of SignalResourceWithContext
func (*MockCloudFormationAPIMockRecorder) StopStackSetOperation ¶
func (mr *MockCloudFormationAPIMockRecorder) StopStackSetOperation(arg0 interface{}) *gomock.Call
StopStackSetOperation indicates an expected call of StopStackSetOperation
func (*MockCloudFormationAPIMockRecorder) StopStackSetOperationRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) StopStackSetOperationRequest(arg0 interface{}) *gomock.Call
StopStackSetOperationRequest indicates an expected call of StopStackSetOperationRequest
func (*MockCloudFormationAPIMockRecorder) StopStackSetOperationWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) StopStackSetOperationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StopStackSetOperationWithContext indicates an expected call of StopStackSetOperationWithContext
func (*MockCloudFormationAPIMockRecorder) UpdateStack ¶
func (mr *MockCloudFormationAPIMockRecorder) UpdateStack(arg0 interface{}) *gomock.Call
UpdateStack indicates an expected call of UpdateStack
func (*MockCloudFormationAPIMockRecorder) UpdateStackInstances ¶
func (mr *MockCloudFormationAPIMockRecorder) UpdateStackInstances(arg0 interface{}) *gomock.Call
UpdateStackInstances indicates an expected call of UpdateStackInstances
func (*MockCloudFormationAPIMockRecorder) UpdateStackInstancesRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) UpdateStackInstancesRequest(arg0 interface{}) *gomock.Call
UpdateStackInstancesRequest indicates an expected call of UpdateStackInstancesRequest
func (*MockCloudFormationAPIMockRecorder) UpdateStackInstancesWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) UpdateStackInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateStackInstancesWithContext indicates an expected call of UpdateStackInstancesWithContext
func (*MockCloudFormationAPIMockRecorder) UpdateStackRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) UpdateStackRequest(arg0 interface{}) *gomock.Call
UpdateStackRequest indicates an expected call of UpdateStackRequest
func (*MockCloudFormationAPIMockRecorder) UpdateStackSet ¶
func (mr *MockCloudFormationAPIMockRecorder) UpdateStackSet(arg0 interface{}) *gomock.Call
UpdateStackSet indicates an expected call of UpdateStackSet
func (*MockCloudFormationAPIMockRecorder) UpdateStackSetRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) UpdateStackSetRequest(arg0 interface{}) *gomock.Call
UpdateStackSetRequest indicates an expected call of UpdateStackSetRequest
func (*MockCloudFormationAPIMockRecorder) UpdateStackSetWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) UpdateStackSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateStackSetWithContext indicates an expected call of UpdateStackSetWithContext
func (*MockCloudFormationAPIMockRecorder) UpdateStackWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) UpdateStackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateStackWithContext indicates an expected call of UpdateStackWithContext
func (*MockCloudFormationAPIMockRecorder) UpdateTerminationProtection ¶
func (mr *MockCloudFormationAPIMockRecorder) UpdateTerminationProtection(arg0 interface{}) *gomock.Call
UpdateTerminationProtection indicates an expected call of UpdateTerminationProtection
func (*MockCloudFormationAPIMockRecorder) UpdateTerminationProtectionRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) UpdateTerminationProtectionRequest(arg0 interface{}) *gomock.Call
UpdateTerminationProtectionRequest indicates an expected call of UpdateTerminationProtectionRequest
func (*MockCloudFormationAPIMockRecorder) UpdateTerminationProtectionWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) UpdateTerminationProtectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateTerminationProtectionWithContext indicates an expected call of UpdateTerminationProtectionWithContext
func (*MockCloudFormationAPIMockRecorder) ValidateTemplate ¶
func (mr *MockCloudFormationAPIMockRecorder) ValidateTemplate(arg0 interface{}) *gomock.Call
ValidateTemplate indicates an expected call of ValidateTemplate
func (*MockCloudFormationAPIMockRecorder) ValidateTemplateRequest ¶
func (mr *MockCloudFormationAPIMockRecorder) ValidateTemplateRequest(arg0 interface{}) *gomock.Call
ValidateTemplateRequest indicates an expected call of ValidateTemplateRequest
func (*MockCloudFormationAPIMockRecorder) ValidateTemplateWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) ValidateTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ValidateTemplateWithContext indicates an expected call of ValidateTemplateWithContext
func (*MockCloudFormationAPIMockRecorder) WaitUntilChangeSetCreateComplete ¶
func (mr *MockCloudFormationAPIMockRecorder) WaitUntilChangeSetCreateComplete(arg0 interface{}) *gomock.Call
WaitUntilChangeSetCreateComplete indicates an expected call of WaitUntilChangeSetCreateComplete
func (*MockCloudFormationAPIMockRecorder) WaitUntilChangeSetCreateCompleteWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) WaitUntilChangeSetCreateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilChangeSetCreateCompleteWithContext indicates an expected call of WaitUntilChangeSetCreateCompleteWithContext
func (*MockCloudFormationAPIMockRecorder) WaitUntilStackCreateComplete ¶
func (mr *MockCloudFormationAPIMockRecorder) WaitUntilStackCreateComplete(arg0 interface{}) *gomock.Call
WaitUntilStackCreateComplete indicates an expected call of WaitUntilStackCreateComplete
func (*MockCloudFormationAPIMockRecorder) WaitUntilStackCreateCompleteWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) WaitUntilStackCreateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilStackCreateCompleteWithContext indicates an expected call of WaitUntilStackCreateCompleteWithContext
func (*MockCloudFormationAPIMockRecorder) WaitUntilStackDeleteComplete ¶
func (mr *MockCloudFormationAPIMockRecorder) WaitUntilStackDeleteComplete(arg0 interface{}) *gomock.Call
WaitUntilStackDeleteComplete indicates an expected call of WaitUntilStackDeleteComplete
func (*MockCloudFormationAPIMockRecorder) WaitUntilStackDeleteCompleteWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) WaitUntilStackDeleteCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilStackDeleteCompleteWithContext indicates an expected call of WaitUntilStackDeleteCompleteWithContext
func (*MockCloudFormationAPIMockRecorder) WaitUntilStackExists ¶
func (mr *MockCloudFormationAPIMockRecorder) WaitUntilStackExists(arg0 interface{}) *gomock.Call
WaitUntilStackExists indicates an expected call of WaitUntilStackExists
func (*MockCloudFormationAPIMockRecorder) WaitUntilStackExistsWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) WaitUntilStackExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilStackExistsWithContext indicates an expected call of WaitUntilStackExistsWithContext
func (*MockCloudFormationAPIMockRecorder) WaitUntilStackUpdateComplete ¶
func (mr *MockCloudFormationAPIMockRecorder) WaitUntilStackUpdateComplete(arg0 interface{}) *gomock.Call
WaitUntilStackUpdateComplete indicates an expected call of WaitUntilStackUpdateComplete
func (*MockCloudFormationAPIMockRecorder) WaitUntilStackUpdateCompleteWithContext ¶
func (mr *MockCloudFormationAPIMockRecorder) WaitUntilStackUpdateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilStackUpdateCompleteWithContext indicates an expected call of WaitUntilStackUpdateCompleteWithContext
type MockCloudWatchLogsAPI ¶
type MockCloudWatchLogsAPI struct {
// contains filtered or unexported fields
}
MockCloudWatchLogsAPI is a mock of CloudWatchLogsAPI interface
func NewMockCloudWatchLogsAPI ¶
func NewMockCloudWatchLogsAPI(ctrl *gomock.Controller) *MockCloudWatchLogsAPI
NewMockCloudWatchLogsAPI creates a new mock instance
func (*MockCloudWatchLogsAPI) AssociateKmsKey ¶
func (m *MockCloudWatchLogsAPI) AssociateKmsKey(arg0 *cloudwatchlogs.AssociateKmsKeyInput) (*cloudwatchlogs.AssociateKmsKeyOutput, error)
AssociateKmsKey mocks base method
func (*MockCloudWatchLogsAPI) AssociateKmsKeyRequest ¶
func (m *MockCloudWatchLogsAPI) AssociateKmsKeyRequest(arg0 *cloudwatchlogs.AssociateKmsKeyInput) (*request.Request, *cloudwatchlogs.AssociateKmsKeyOutput)
AssociateKmsKeyRequest mocks base method
func (*MockCloudWatchLogsAPI) AssociateKmsKeyWithContext ¶
func (m *MockCloudWatchLogsAPI) AssociateKmsKeyWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.AssociateKmsKeyInput, arg2 ...request.Option) (*cloudwatchlogs.AssociateKmsKeyOutput, error)
AssociateKmsKeyWithContext mocks base method
func (*MockCloudWatchLogsAPI) CancelExportTask ¶
func (m *MockCloudWatchLogsAPI) CancelExportTask(arg0 *cloudwatchlogs.CancelExportTaskInput) (*cloudwatchlogs.CancelExportTaskOutput, error)
CancelExportTask mocks base method
func (*MockCloudWatchLogsAPI) CancelExportTaskRequest ¶
func (m *MockCloudWatchLogsAPI) CancelExportTaskRequest(arg0 *cloudwatchlogs.CancelExportTaskInput) (*request.Request, *cloudwatchlogs.CancelExportTaskOutput)
CancelExportTaskRequest mocks base method
func (*MockCloudWatchLogsAPI) CancelExportTaskWithContext ¶
func (m *MockCloudWatchLogsAPI) CancelExportTaskWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.CancelExportTaskInput, arg2 ...request.Option) (*cloudwatchlogs.CancelExportTaskOutput, error)
CancelExportTaskWithContext mocks base method
func (*MockCloudWatchLogsAPI) CreateExportTask ¶
func (m *MockCloudWatchLogsAPI) CreateExportTask(arg0 *cloudwatchlogs.CreateExportTaskInput) (*cloudwatchlogs.CreateExportTaskOutput, error)
CreateExportTask mocks base method
func (*MockCloudWatchLogsAPI) CreateExportTaskRequest ¶
func (m *MockCloudWatchLogsAPI) CreateExportTaskRequest(arg0 *cloudwatchlogs.CreateExportTaskInput) (*request.Request, *cloudwatchlogs.CreateExportTaskOutput)
CreateExportTaskRequest mocks base method
func (*MockCloudWatchLogsAPI) CreateExportTaskWithContext ¶
func (m *MockCloudWatchLogsAPI) CreateExportTaskWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.CreateExportTaskInput, arg2 ...request.Option) (*cloudwatchlogs.CreateExportTaskOutput, error)
CreateExportTaskWithContext mocks base method
func (*MockCloudWatchLogsAPI) CreateLogGroup ¶
func (m *MockCloudWatchLogsAPI) CreateLogGroup(arg0 *cloudwatchlogs.CreateLogGroupInput) (*cloudwatchlogs.CreateLogGroupOutput, error)
CreateLogGroup mocks base method
func (*MockCloudWatchLogsAPI) CreateLogGroupRequest ¶
func (m *MockCloudWatchLogsAPI) CreateLogGroupRequest(arg0 *cloudwatchlogs.CreateLogGroupInput) (*request.Request, *cloudwatchlogs.CreateLogGroupOutput)
CreateLogGroupRequest mocks base method
func (*MockCloudWatchLogsAPI) CreateLogGroupWithContext ¶
func (m *MockCloudWatchLogsAPI) CreateLogGroupWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.CreateLogGroupInput, arg2 ...request.Option) (*cloudwatchlogs.CreateLogGroupOutput, error)
CreateLogGroupWithContext mocks base method
func (*MockCloudWatchLogsAPI) CreateLogStream ¶
func (m *MockCloudWatchLogsAPI) CreateLogStream(arg0 *cloudwatchlogs.CreateLogStreamInput) (*cloudwatchlogs.CreateLogStreamOutput, error)
CreateLogStream mocks base method
func (*MockCloudWatchLogsAPI) CreateLogStreamRequest ¶
func (m *MockCloudWatchLogsAPI) CreateLogStreamRequest(arg0 *cloudwatchlogs.CreateLogStreamInput) (*request.Request, *cloudwatchlogs.CreateLogStreamOutput)
CreateLogStreamRequest mocks base method
func (*MockCloudWatchLogsAPI) CreateLogStreamWithContext ¶
func (m *MockCloudWatchLogsAPI) CreateLogStreamWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.CreateLogStreamInput, arg2 ...request.Option) (*cloudwatchlogs.CreateLogStreamOutput, error)
CreateLogStreamWithContext mocks base method
func (*MockCloudWatchLogsAPI) DeleteDestination ¶
func (m *MockCloudWatchLogsAPI) DeleteDestination(arg0 *cloudwatchlogs.DeleteDestinationInput) (*cloudwatchlogs.DeleteDestinationOutput, error)
DeleteDestination mocks base method
func (*MockCloudWatchLogsAPI) DeleteDestinationRequest ¶
func (m *MockCloudWatchLogsAPI) DeleteDestinationRequest(arg0 *cloudwatchlogs.DeleteDestinationInput) (*request.Request, *cloudwatchlogs.DeleteDestinationOutput)
DeleteDestinationRequest mocks base method
func (*MockCloudWatchLogsAPI) DeleteDestinationWithContext ¶
func (m *MockCloudWatchLogsAPI) DeleteDestinationWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DeleteDestinationInput, arg2 ...request.Option) (*cloudwatchlogs.DeleteDestinationOutput, error)
DeleteDestinationWithContext mocks base method
func (*MockCloudWatchLogsAPI) DeleteLogGroup ¶
func (m *MockCloudWatchLogsAPI) DeleteLogGroup(arg0 *cloudwatchlogs.DeleteLogGroupInput) (*cloudwatchlogs.DeleteLogGroupOutput, error)
DeleteLogGroup mocks base method
func (*MockCloudWatchLogsAPI) DeleteLogGroupRequest ¶
func (m *MockCloudWatchLogsAPI) DeleteLogGroupRequest(arg0 *cloudwatchlogs.DeleteLogGroupInput) (*request.Request, *cloudwatchlogs.DeleteLogGroupOutput)
DeleteLogGroupRequest mocks base method
func (*MockCloudWatchLogsAPI) DeleteLogGroupWithContext ¶
func (m *MockCloudWatchLogsAPI) DeleteLogGroupWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DeleteLogGroupInput, arg2 ...request.Option) (*cloudwatchlogs.DeleteLogGroupOutput, error)
DeleteLogGroupWithContext mocks base method
func (*MockCloudWatchLogsAPI) DeleteLogStream ¶
func (m *MockCloudWatchLogsAPI) DeleteLogStream(arg0 *cloudwatchlogs.DeleteLogStreamInput) (*cloudwatchlogs.DeleteLogStreamOutput, error)
DeleteLogStream mocks base method
func (*MockCloudWatchLogsAPI) DeleteLogStreamRequest ¶
func (m *MockCloudWatchLogsAPI) DeleteLogStreamRequest(arg0 *cloudwatchlogs.DeleteLogStreamInput) (*request.Request, *cloudwatchlogs.DeleteLogStreamOutput)
DeleteLogStreamRequest mocks base method
func (*MockCloudWatchLogsAPI) DeleteLogStreamWithContext ¶
func (m *MockCloudWatchLogsAPI) DeleteLogStreamWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DeleteLogStreamInput, arg2 ...request.Option) (*cloudwatchlogs.DeleteLogStreamOutput, error)
DeleteLogStreamWithContext mocks base method
func (*MockCloudWatchLogsAPI) DeleteMetricFilter ¶
func (m *MockCloudWatchLogsAPI) DeleteMetricFilter(arg0 *cloudwatchlogs.DeleteMetricFilterInput) (*cloudwatchlogs.DeleteMetricFilterOutput, error)
DeleteMetricFilter mocks base method
func (*MockCloudWatchLogsAPI) DeleteMetricFilterRequest ¶
func (m *MockCloudWatchLogsAPI) DeleteMetricFilterRequest(arg0 *cloudwatchlogs.DeleteMetricFilterInput) (*request.Request, *cloudwatchlogs.DeleteMetricFilterOutput)
DeleteMetricFilterRequest mocks base method
func (*MockCloudWatchLogsAPI) DeleteMetricFilterWithContext ¶
func (m *MockCloudWatchLogsAPI) DeleteMetricFilterWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DeleteMetricFilterInput, arg2 ...request.Option) (*cloudwatchlogs.DeleteMetricFilterOutput, error)
DeleteMetricFilterWithContext mocks base method
func (*MockCloudWatchLogsAPI) DeleteResourcePolicy ¶
func (m *MockCloudWatchLogsAPI) DeleteResourcePolicy(arg0 *cloudwatchlogs.DeleteResourcePolicyInput) (*cloudwatchlogs.DeleteResourcePolicyOutput, error)
DeleteResourcePolicy mocks base method
func (*MockCloudWatchLogsAPI) DeleteResourcePolicyRequest ¶
func (m *MockCloudWatchLogsAPI) DeleteResourcePolicyRequest(arg0 *cloudwatchlogs.DeleteResourcePolicyInput) (*request.Request, *cloudwatchlogs.DeleteResourcePolicyOutput)
DeleteResourcePolicyRequest mocks base method
func (*MockCloudWatchLogsAPI) DeleteResourcePolicyWithContext ¶
func (m *MockCloudWatchLogsAPI) DeleteResourcePolicyWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DeleteResourcePolicyInput, arg2 ...request.Option) (*cloudwatchlogs.DeleteResourcePolicyOutput, error)
DeleteResourcePolicyWithContext mocks base method
func (*MockCloudWatchLogsAPI) DeleteRetentionPolicy ¶
func (m *MockCloudWatchLogsAPI) DeleteRetentionPolicy(arg0 *cloudwatchlogs.DeleteRetentionPolicyInput) (*cloudwatchlogs.DeleteRetentionPolicyOutput, error)
DeleteRetentionPolicy mocks base method
func (*MockCloudWatchLogsAPI) DeleteRetentionPolicyRequest ¶
func (m *MockCloudWatchLogsAPI) DeleteRetentionPolicyRequest(arg0 *cloudwatchlogs.DeleteRetentionPolicyInput) (*request.Request, *cloudwatchlogs.DeleteRetentionPolicyOutput)
DeleteRetentionPolicyRequest mocks base method
func (*MockCloudWatchLogsAPI) DeleteRetentionPolicyWithContext ¶
func (m *MockCloudWatchLogsAPI) DeleteRetentionPolicyWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DeleteRetentionPolicyInput, arg2 ...request.Option) (*cloudwatchlogs.DeleteRetentionPolicyOutput, error)
DeleteRetentionPolicyWithContext mocks base method
func (*MockCloudWatchLogsAPI) DeleteSubscriptionFilter ¶
func (m *MockCloudWatchLogsAPI) DeleteSubscriptionFilter(arg0 *cloudwatchlogs.DeleteSubscriptionFilterInput) (*cloudwatchlogs.DeleteSubscriptionFilterOutput, error)
DeleteSubscriptionFilter mocks base method
func (*MockCloudWatchLogsAPI) DeleteSubscriptionFilterRequest ¶
func (m *MockCloudWatchLogsAPI) DeleteSubscriptionFilterRequest(arg0 *cloudwatchlogs.DeleteSubscriptionFilterInput) (*request.Request, *cloudwatchlogs.DeleteSubscriptionFilterOutput)
DeleteSubscriptionFilterRequest mocks base method
func (*MockCloudWatchLogsAPI) DeleteSubscriptionFilterWithContext ¶
func (m *MockCloudWatchLogsAPI) DeleteSubscriptionFilterWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DeleteSubscriptionFilterInput, arg2 ...request.Option) (*cloudwatchlogs.DeleteSubscriptionFilterOutput, error)
DeleteSubscriptionFilterWithContext mocks base method
func (*MockCloudWatchLogsAPI) DescribeDestinations ¶
func (m *MockCloudWatchLogsAPI) DescribeDestinations(arg0 *cloudwatchlogs.DescribeDestinationsInput) (*cloudwatchlogs.DescribeDestinationsOutput, error)
DescribeDestinations mocks base method
func (*MockCloudWatchLogsAPI) DescribeDestinationsPages ¶
func (m *MockCloudWatchLogsAPI) DescribeDestinationsPages(arg0 *cloudwatchlogs.DescribeDestinationsInput, arg1 func(*cloudwatchlogs.DescribeDestinationsOutput, bool) bool) error
DescribeDestinationsPages mocks base method
func (*MockCloudWatchLogsAPI) DescribeDestinationsPagesWithContext ¶
func (m *MockCloudWatchLogsAPI) DescribeDestinationsPagesWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeDestinationsInput, arg2 func(*cloudwatchlogs.DescribeDestinationsOutput, bool) bool, arg3 ...request.Option) error
DescribeDestinationsPagesWithContext mocks base method
func (*MockCloudWatchLogsAPI) DescribeDestinationsRequest ¶
func (m *MockCloudWatchLogsAPI) DescribeDestinationsRequest(arg0 *cloudwatchlogs.DescribeDestinationsInput) (*request.Request, *cloudwatchlogs.DescribeDestinationsOutput)
DescribeDestinationsRequest mocks base method
func (*MockCloudWatchLogsAPI) DescribeDestinationsWithContext ¶
func (m *MockCloudWatchLogsAPI) DescribeDestinationsWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeDestinationsInput, arg2 ...request.Option) (*cloudwatchlogs.DescribeDestinationsOutput, error)
DescribeDestinationsWithContext mocks base method
func (*MockCloudWatchLogsAPI) DescribeExportTasks ¶
func (m *MockCloudWatchLogsAPI) DescribeExportTasks(arg0 *cloudwatchlogs.DescribeExportTasksInput) (*cloudwatchlogs.DescribeExportTasksOutput, error)
DescribeExportTasks mocks base method
func (*MockCloudWatchLogsAPI) DescribeExportTasksRequest ¶
func (m *MockCloudWatchLogsAPI) DescribeExportTasksRequest(arg0 *cloudwatchlogs.DescribeExportTasksInput) (*request.Request, *cloudwatchlogs.DescribeExportTasksOutput)
DescribeExportTasksRequest mocks base method
func (*MockCloudWatchLogsAPI) DescribeExportTasksWithContext ¶
func (m *MockCloudWatchLogsAPI) DescribeExportTasksWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeExportTasksInput, arg2 ...request.Option) (*cloudwatchlogs.DescribeExportTasksOutput, error)
DescribeExportTasksWithContext mocks base method
func (*MockCloudWatchLogsAPI) DescribeLogGroups ¶
func (m *MockCloudWatchLogsAPI) DescribeLogGroups(arg0 *cloudwatchlogs.DescribeLogGroupsInput) (*cloudwatchlogs.DescribeLogGroupsOutput, error)
DescribeLogGroups mocks base method
func (*MockCloudWatchLogsAPI) DescribeLogGroupsPages ¶
func (m *MockCloudWatchLogsAPI) DescribeLogGroupsPages(arg0 *cloudwatchlogs.DescribeLogGroupsInput, arg1 func(*cloudwatchlogs.DescribeLogGroupsOutput, bool) bool) error
DescribeLogGroupsPages mocks base method
func (*MockCloudWatchLogsAPI) DescribeLogGroupsPagesWithContext ¶
func (m *MockCloudWatchLogsAPI) DescribeLogGroupsPagesWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeLogGroupsInput, arg2 func(*cloudwatchlogs.DescribeLogGroupsOutput, bool) bool, arg3 ...request.Option) error
DescribeLogGroupsPagesWithContext mocks base method
func (*MockCloudWatchLogsAPI) DescribeLogGroupsRequest ¶
func (m *MockCloudWatchLogsAPI) DescribeLogGroupsRequest(arg0 *cloudwatchlogs.DescribeLogGroupsInput) (*request.Request, *cloudwatchlogs.DescribeLogGroupsOutput)
DescribeLogGroupsRequest mocks base method
func (*MockCloudWatchLogsAPI) DescribeLogGroupsWithContext ¶
func (m *MockCloudWatchLogsAPI) DescribeLogGroupsWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeLogGroupsInput, arg2 ...request.Option) (*cloudwatchlogs.DescribeLogGroupsOutput, error)
DescribeLogGroupsWithContext mocks base method
func (*MockCloudWatchLogsAPI) DescribeLogStreams ¶
func (m *MockCloudWatchLogsAPI) DescribeLogStreams(arg0 *cloudwatchlogs.DescribeLogStreamsInput) (*cloudwatchlogs.DescribeLogStreamsOutput, error)
DescribeLogStreams mocks base method
func (*MockCloudWatchLogsAPI) DescribeLogStreamsPages ¶
func (m *MockCloudWatchLogsAPI) DescribeLogStreamsPages(arg0 *cloudwatchlogs.DescribeLogStreamsInput, arg1 func(*cloudwatchlogs.DescribeLogStreamsOutput, bool) bool) error
DescribeLogStreamsPages mocks base method
func (*MockCloudWatchLogsAPI) DescribeLogStreamsPagesWithContext ¶
func (m *MockCloudWatchLogsAPI) DescribeLogStreamsPagesWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeLogStreamsInput, arg2 func(*cloudwatchlogs.DescribeLogStreamsOutput, bool) bool, arg3 ...request.Option) error
DescribeLogStreamsPagesWithContext mocks base method
func (*MockCloudWatchLogsAPI) DescribeLogStreamsRequest ¶
func (m *MockCloudWatchLogsAPI) DescribeLogStreamsRequest(arg0 *cloudwatchlogs.DescribeLogStreamsInput) (*request.Request, *cloudwatchlogs.DescribeLogStreamsOutput)
DescribeLogStreamsRequest mocks base method
func (*MockCloudWatchLogsAPI) DescribeLogStreamsWithContext ¶
func (m *MockCloudWatchLogsAPI) DescribeLogStreamsWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeLogStreamsInput, arg2 ...request.Option) (*cloudwatchlogs.DescribeLogStreamsOutput, error)
DescribeLogStreamsWithContext mocks base method
func (*MockCloudWatchLogsAPI) DescribeMetricFilters ¶
func (m *MockCloudWatchLogsAPI) DescribeMetricFilters(arg0 *cloudwatchlogs.DescribeMetricFiltersInput) (*cloudwatchlogs.DescribeMetricFiltersOutput, error)
DescribeMetricFilters mocks base method
func (*MockCloudWatchLogsAPI) DescribeMetricFiltersPages ¶
func (m *MockCloudWatchLogsAPI) DescribeMetricFiltersPages(arg0 *cloudwatchlogs.DescribeMetricFiltersInput, arg1 func(*cloudwatchlogs.DescribeMetricFiltersOutput, bool) bool) error
DescribeMetricFiltersPages mocks base method
func (*MockCloudWatchLogsAPI) DescribeMetricFiltersPagesWithContext ¶
func (m *MockCloudWatchLogsAPI) DescribeMetricFiltersPagesWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeMetricFiltersInput, arg2 func(*cloudwatchlogs.DescribeMetricFiltersOutput, bool) bool, arg3 ...request.Option) error
DescribeMetricFiltersPagesWithContext mocks base method
func (*MockCloudWatchLogsAPI) DescribeMetricFiltersRequest ¶
func (m *MockCloudWatchLogsAPI) DescribeMetricFiltersRequest(arg0 *cloudwatchlogs.DescribeMetricFiltersInput) (*request.Request, *cloudwatchlogs.DescribeMetricFiltersOutput)
DescribeMetricFiltersRequest mocks base method
func (*MockCloudWatchLogsAPI) DescribeMetricFiltersWithContext ¶
func (m *MockCloudWatchLogsAPI) DescribeMetricFiltersWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeMetricFiltersInput, arg2 ...request.Option) (*cloudwatchlogs.DescribeMetricFiltersOutput, error)
DescribeMetricFiltersWithContext mocks base method
func (*MockCloudWatchLogsAPI) DescribeResourcePolicies ¶
func (m *MockCloudWatchLogsAPI) DescribeResourcePolicies(arg0 *cloudwatchlogs.DescribeResourcePoliciesInput) (*cloudwatchlogs.DescribeResourcePoliciesOutput, error)
DescribeResourcePolicies mocks base method
func (*MockCloudWatchLogsAPI) DescribeResourcePoliciesRequest ¶
func (m *MockCloudWatchLogsAPI) DescribeResourcePoliciesRequest(arg0 *cloudwatchlogs.DescribeResourcePoliciesInput) (*request.Request, *cloudwatchlogs.DescribeResourcePoliciesOutput)
DescribeResourcePoliciesRequest mocks base method
func (*MockCloudWatchLogsAPI) DescribeResourcePoliciesWithContext ¶
func (m *MockCloudWatchLogsAPI) DescribeResourcePoliciesWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeResourcePoliciesInput, arg2 ...request.Option) (*cloudwatchlogs.DescribeResourcePoliciesOutput, error)
DescribeResourcePoliciesWithContext mocks base method
func (*MockCloudWatchLogsAPI) DescribeSubscriptionFilters ¶
func (m *MockCloudWatchLogsAPI) DescribeSubscriptionFilters(arg0 *cloudwatchlogs.DescribeSubscriptionFiltersInput) (*cloudwatchlogs.DescribeSubscriptionFiltersOutput, error)
DescribeSubscriptionFilters mocks base method
func (*MockCloudWatchLogsAPI) DescribeSubscriptionFiltersPages ¶
func (m *MockCloudWatchLogsAPI) DescribeSubscriptionFiltersPages(arg0 *cloudwatchlogs.DescribeSubscriptionFiltersInput, arg1 func(*cloudwatchlogs.DescribeSubscriptionFiltersOutput, bool) bool) error
DescribeSubscriptionFiltersPages mocks base method
func (*MockCloudWatchLogsAPI) DescribeSubscriptionFiltersPagesWithContext ¶
func (m *MockCloudWatchLogsAPI) DescribeSubscriptionFiltersPagesWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeSubscriptionFiltersInput, arg2 func(*cloudwatchlogs.DescribeSubscriptionFiltersOutput, bool) bool, arg3 ...request.Option) error
DescribeSubscriptionFiltersPagesWithContext mocks base method
func (*MockCloudWatchLogsAPI) DescribeSubscriptionFiltersRequest ¶
func (m *MockCloudWatchLogsAPI) DescribeSubscriptionFiltersRequest(arg0 *cloudwatchlogs.DescribeSubscriptionFiltersInput) (*request.Request, *cloudwatchlogs.DescribeSubscriptionFiltersOutput)
DescribeSubscriptionFiltersRequest mocks base method
func (*MockCloudWatchLogsAPI) DescribeSubscriptionFiltersWithContext ¶
func (m *MockCloudWatchLogsAPI) DescribeSubscriptionFiltersWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DescribeSubscriptionFiltersInput, arg2 ...request.Option) (*cloudwatchlogs.DescribeSubscriptionFiltersOutput, error)
DescribeSubscriptionFiltersWithContext mocks base method
func (*MockCloudWatchLogsAPI) DisassociateKmsKey ¶
func (m *MockCloudWatchLogsAPI) DisassociateKmsKey(arg0 *cloudwatchlogs.DisassociateKmsKeyInput) (*cloudwatchlogs.DisassociateKmsKeyOutput, error)
DisassociateKmsKey mocks base method
func (*MockCloudWatchLogsAPI) DisassociateKmsKeyRequest ¶
func (m *MockCloudWatchLogsAPI) DisassociateKmsKeyRequest(arg0 *cloudwatchlogs.DisassociateKmsKeyInput) (*request.Request, *cloudwatchlogs.DisassociateKmsKeyOutput)
DisassociateKmsKeyRequest mocks base method
func (*MockCloudWatchLogsAPI) DisassociateKmsKeyWithContext ¶
func (m *MockCloudWatchLogsAPI) DisassociateKmsKeyWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.DisassociateKmsKeyInput, arg2 ...request.Option) (*cloudwatchlogs.DisassociateKmsKeyOutput, error)
DisassociateKmsKeyWithContext mocks base method
func (*MockCloudWatchLogsAPI) EXPECT ¶
func (m *MockCloudWatchLogsAPI) EXPECT() *MockCloudWatchLogsAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockCloudWatchLogsAPI) FilterLogEvents ¶
func (m *MockCloudWatchLogsAPI) FilterLogEvents(arg0 *cloudwatchlogs.FilterLogEventsInput) (*cloudwatchlogs.FilterLogEventsOutput, error)
FilterLogEvents mocks base method
func (*MockCloudWatchLogsAPI) FilterLogEventsPages ¶
func (m *MockCloudWatchLogsAPI) FilterLogEventsPages(arg0 *cloudwatchlogs.FilterLogEventsInput, arg1 func(*cloudwatchlogs.FilterLogEventsOutput, bool) bool) error
FilterLogEventsPages mocks base method
func (*MockCloudWatchLogsAPI) FilterLogEventsPagesWithContext ¶
func (m *MockCloudWatchLogsAPI) FilterLogEventsPagesWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.FilterLogEventsInput, arg2 func(*cloudwatchlogs.FilterLogEventsOutput, bool) bool, arg3 ...request.Option) error
FilterLogEventsPagesWithContext mocks base method
func (*MockCloudWatchLogsAPI) FilterLogEventsRequest ¶
func (m *MockCloudWatchLogsAPI) FilterLogEventsRequest(arg0 *cloudwatchlogs.FilterLogEventsInput) (*request.Request, *cloudwatchlogs.FilterLogEventsOutput)
FilterLogEventsRequest mocks base method
func (*MockCloudWatchLogsAPI) FilterLogEventsWithContext ¶
func (m *MockCloudWatchLogsAPI) FilterLogEventsWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.FilterLogEventsInput, arg2 ...request.Option) (*cloudwatchlogs.FilterLogEventsOutput, error)
FilterLogEventsWithContext mocks base method
func (*MockCloudWatchLogsAPI) GetLogEvents ¶
func (m *MockCloudWatchLogsAPI) GetLogEvents(arg0 *cloudwatchlogs.GetLogEventsInput) (*cloudwatchlogs.GetLogEventsOutput, error)
GetLogEvents mocks base method
func (*MockCloudWatchLogsAPI) GetLogEventsPages ¶
func (m *MockCloudWatchLogsAPI) GetLogEventsPages(arg0 *cloudwatchlogs.GetLogEventsInput, arg1 func(*cloudwatchlogs.GetLogEventsOutput, bool) bool) error
GetLogEventsPages mocks base method
func (*MockCloudWatchLogsAPI) GetLogEventsPagesWithContext ¶
func (m *MockCloudWatchLogsAPI) GetLogEventsPagesWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.GetLogEventsInput, arg2 func(*cloudwatchlogs.GetLogEventsOutput, bool) bool, arg3 ...request.Option) error
GetLogEventsPagesWithContext mocks base method
func (*MockCloudWatchLogsAPI) GetLogEventsRequest ¶
func (m *MockCloudWatchLogsAPI) GetLogEventsRequest(arg0 *cloudwatchlogs.GetLogEventsInput) (*request.Request, *cloudwatchlogs.GetLogEventsOutput)
GetLogEventsRequest mocks base method
func (*MockCloudWatchLogsAPI) GetLogEventsWithContext ¶
func (m *MockCloudWatchLogsAPI) GetLogEventsWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.GetLogEventsInput, arg2 ...request.Option) (*cloudwatchlogs.GetLogEventsOutput, error)
GetLogEventsWithContext mocks base method
func (*MockCloudWatchLogsAPI) ListTagsLogGroup ¶
func (m *MockCloudWatchLogsAPI) ListTagsLogGroup(arg0 *cloudwatchlogs.ListTagsLogGroupInput) (*cloudwatchlogs.ListTagsLogGroupOutput, error)
ListTagsLogGroup mocks base method
func (*MockCloudWatchLogsAPI) ListTagsLogGroupRequest ¶
func (m *MockCloudWatchLogsAPI) ListTagsLogGroupRequest(arg0 *cloudwatchlogs.ListTagsLogGroupInput) (*request.Request, *cloudwatchlogs.ListTagsLogGroupOutput)
ListTagsLogGroupRequest mocks base method
func (*MockCloudWatchLogsAPI) ListTagsLogGroupWithContext ¶
func (m *MockCloudWatchLogsAPI) ListTagsLogGroupWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.ListTagsLogGroupInput, arg2 ...request.Option) (*cloudwatchlogs.ListTagsLogGroupOutput, error)
ListTagsLogGroupWithContext mocks base method
func (*MockCloudWatchLogsAPI) PutDestination ¶
func (m *MockCloudWatchLogsAPI) PutDestination(arg0 *cloudwatchlogs.PutDestinationInput) (*cloudwatchlogs.PutDestinationOutput, error)
PutDestination mocks base method
func (*MockCloudWatchLogsAPI) PutDestinationPolicy ¶
func (m *MockCloudWatchLogsAPI) PutDestinationPolicy(arg0 *cloudwatchlogs.PutDestinationPolicyInput) (*cloudwatchlogs.PutDestinationPolicyOutput, error)
PutDestinationPolicy mocks base method
func (*MockCloudWatchLogsAPI) PutDestinationPolicyRequest ¶
func (m *MockCloudWatchLogsAPI) PutDestinationPolicyRequest(arg0 *cloudwatchlogs.PutDestinationPolicyInput) (*request.Request, *cloudwatchlogs.PutDestinationPolicyOutput)
PutDestinationPolicyRequest mocks base method
func (*MockCloudWatchLogsAPI) PutDestinationPolicyWithContext ¶
func (m *MockCloudWatchLogsAPI) PutDestinationPolicyWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.PutDestinationPolicyInput, arg2 ...request.Option) (*cloudwatchlogs.PutDestinationPolicyOutput, error)
PutDestinationPolicyWithContext mocks base method
func (*MockCloudWatchLogsAPI) PutDestinationRequest ¶
func (m *MockCloudWatchLogsAPI) PutDestinationRequest(arg0 *cloudwatchlogs.PutDestinationInput) (*request.Request, *cloudwatchlogs.PutDestinationOutput)
PutDestinationRequest mocks base method
func (*MockCloudWatchLogsAPI) PutDestinationWithContext ¶
func (m *MockCloudWatchLogsAPI) PutDestinationWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.PutDestinationInput, arg2 ...request.Option) (*cloudwatchlogs.PutDestinationOutput, error)
PutDestinationWithContext mocks base method
func (*MockCloudWatchLogsAPI) PutLogEvents ¶
func (m *MockCloudWatchLogsAPI) PutLogEvents(arg0 *cloudwatchlogs.PutLogEventsInput) (*cloudwatchlogs.PutLogEventsOutput, error)
PutLogEvents mocks base method
func (*MockCloudWatchLogsAPI) PutLogEventsRequest ¶
func (m *MockCloudWatchLogsAPI) PutLogEventsRequest(arg0 *cloudwatchlogs.PutLogEventsInput) (*request.Request, *cloudwatchlogs.PutLogEventsOutput)
PutLogEventsRequest mocks base method
func (*MockCloudWatchLogsAPI) PutLogEventsWithContext ¶
func (m *MockCloudWatchLogsAPI) PutLogEventsWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.PutLogEventsInput, arg2 ...request.Option) (*cloudwatchlogs.PutLogEventsOutput, error)
PutLogEventsWithContext mocks base method
func (*MockCloudWatchLogsAPI) PutMetricFilter ¶
func (m *MockCloudWatchLogsAPI) PutMetricFilter(arg0 *cloudwatchlogs.PutMetricFilterInput) (*cloudwatchlogs.PutMetricFilterOutput, error)
PutMetricFilter mocks base method
func (*MockCloudWatchLogsAPI) PutMetricFilterRequest ¶
func (m *MockCloudWatchLogsAPI) PutMetricFilterRequest(arg0 *cloudwatchlogs.PutMetricFilterInput) (*request.Request, *cloudwatchlogs.PutMetricFilterOutput)
PutMetricFilterRequest mocks base method
func (*MockCloudWatchLogsAPI) PutMetricFilterWithContext ¶
func (m *MockCloudWatchLogsAPI) PutMetricFilterWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.PutMetricFilterInput, arg2 ...request.Option) (*cloudwatchlogs.PutMetricFilterOutput, error)
PutMetricFilterWithContext mocks base method
func (*MockCloudWatchLogsAPI) PutResourcePolicy ¶
func (m *MockCloudWatchLogsAPI) PutResourcePolicy(arg0 *cloudwatchlogs.PutResourcePolicyInput) (*cloudwatchlogs.PutResourcePolicyOutput, error)
PutResourcePolicy mocks base method
func (*MockCloudWatchLogsAPI) PutResourcePolicyRequest ¶
func (m *MockCloudWatchLogsAPI) PutResourcePolicyRequest(arg0 *cloudwatchlogs.PutResourcePolicyInput) (*request.Request, *cloudwatchlogs.PutResourcePolicyOutput)
PutResourcePolicyRequest mocks base method
func (*MockCloudWatchLogsAPI) PutResourcePolicyWithContext ¶
func (m *MockCloudWatchLogsAPI) PutResourcePolicyWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.PutResourcePolicyInput, arg2 ...request.Option) (*cloudwatchlogs.PutResourcePolicyOutput, error)
PutResourcePolicyWithContext mocks base method
func (*MockCloudWatchLogsAPI) PutRetentionPolicy ¶
func (m *MockCloudWatchLogsAPI) PutRetentionPolicy(arg0 *cloudwatchlogs.PutRetentionPolicyInput) (*cloudwatchlogs.PutRetentionPolicyOutput, error)
PutRetentionPolicy mocks base method
func (*MockCloudWatchLogsAPI) PutRetentionPolicyRequest ¶
func (m *MockCloudWatchLogsAPI) PutRetentionPolicyRequest(arg0 *cloudwatchlogs.PutRetentionPolicyInput) (*request.Request, *cloudwatchlogs.PutRetentionPolicyOutput)
PutRetentionPolicyRequest mocks base method
func (*MockCloudWatchLogsAPI) PutRetentionPolicyWithContext ¶
func (m *MockCloudWatchLogsAPI) PutRetentionPolicyWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.PutRetentionPolicyInput, arg2 ...request.Option) (*cloudwatchlogs.PutRetentionPolicyOutput, error)
PutRetentionPolicyWithContext mocks base method
func (*MockCloudWatchLogsAPI) PutSubscriptionFilter ¶
func (m *MockCloudWatchLogsAPI) PutSubscriptionFilter(arg0 *cloudwatchlogs.PutSubscriptionFilterInput) (*cloudwatchlogs.PutSubscriptionFilterOutput, error)
PutSubscriptionFilter mocks base method
func (*MockCloudWatchLogsAPI) PutSubscriptionFilterRequest ¶
func (m *MockCloudWatchLogsAPI) PutSubscriptionFilterRequest(arg0 *cloudwatchlogs.PutSubscriptionFilterInput) (*request.Request, *cloudwatchlogs.PutSubscriptionFilterOutput)
PutSubscriptionFilterRequest mocks base method
func (*MockCloudWatchLogsAPI) PutSubscriptionFilterWithContext ¶
func (m *MockCloudWatchLogsAPI) PutSubscriptionFilterWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.PutSubscriptionFilterInput, arg2 ...request.Option) (*cloudwatchlogs.PutSubscriptionFilterOutput, error)
PutSubscriptionFilterWithContext mocks base method
func (*MockCloudWatchLogsAPI) TagLogGroup ¶
func (m *MockCloudWatchLogsAPI) TagLogGroup(arg0 *cloudwatchlogs.TagLogGroupInput) (*cloudwatchlogs.TagLogGroupOutput, error)
TagLogGroup mocks base method
func (*MockCloudWatchLogsAPI) TagLogGroupRequest ¶
func (m *MockCloudWatchLogsAPI) TagLogGroupRequest(arg0 *cloudwatchlogs.TagLogGroupInput) (*request.Request, *cloudwatchlogs.TagLogGroupOutput)
TagLogGroupRequest mocks base method
func (*MockCloudWatchLogsAPI) TagLogGroupWithContext ¶
func (m *MockCloudWatchLogsAPI) TagLogGroupWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.TagLogGroupInput, arg2 ...request.Option) (*cloudwatchlogs.TagLogGroupOutput, error)
TagLogGroupWithContext mocks base method
func (*MockCloudWatchLogsAPI) TestMetricFilter ¶
func (m *MockCloudWatchLogsAPI) TestMetricFilter(arg0 *cloudwatchlogs.TestMetricFilterInput) (*cloudwatchlogs.TestMetricFilterOutput, error)
TestMetricFilter mocks base method
func (*MockCloudWatchLogsAPI) TestMetricFilterRequest ¶
func (m *MockCloudWatchLogsAPI) TestMetricFilterRequest(arg0 *cloudwatchlogs.TestMetricFilterInput) (*request.Request, *cloudwatchlogs.TestMetricFilterOutput)
TestMetricFilterRequest mocks base method
func (*MockCloudWatchLogsAPI) TestMetricFilterWithContext ¶
func (m *MockCloudWatchLogsAPI) TestMetricFilterWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.TestMetricFilterInput, arg2 ...request.Option) (*cloudwatchlogs.TestMetricFilterOutput, error)
TestMetricFilterWithContext mocks base method
func (*MockCloudWatchLogsAPI) UntagLogGroup ¶
func (m *MockCloudWatchLogsAPI) UntagLogGroup(arg0 *cloudwatchlogs.UntagLogGroupInput) (*cloudwatchlogs.UntagLogGroupOutput, error)
UntagLogGroup mocks base method
func (*MockCloudWatchLogsAPI) UntagLogGroupRequest ¶
func (m *MockCloudWatchLogsAPI) UntagLogGroupRequest(arg0 *cloudwatchlogs.UntagLogGroupInput) (*request.Request, *cloudwatchlogs.UntagLogGroupOutput)
UntagLogGroupRequest mocks base method
func (*MockCloudWatchLogsAPI) UntagLogGroupWithContext ¶
func (m *MockCloudWatchLogsAPI) UntagLogGroupWithContext(arg0 aws.Context, arg1 *cloudwatchlogs.UntagLogGroupInput, arg2 ...request.Option) (*cloudwatchlogs.UntagLogGroupOutput, error)
UntagLogGroupWithContext mocks base method
type MockCloudWatchLogsAPIMockRecorder ¶
type MockCloudWatchLogsAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockCloudWatchLogsAPIMockRecorder is the mock recorder for MockCloudWatchLogsAPI
func (*MockCloudWatchLogsAPIMockRecorder) AssociateKmsKey ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) AssociateKmsKey(arg0 interface{}) *gomock.Call
AssociateKmsKey indicates an expected call of AssociateKmsKey
func (*MockCloudWatchLogsAPIMockRecorder) AssociateKmsKeyRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) AssociateKmsKeyRequest(arg0 interface{}) *gomock.Call
AssociateKmsKeyRequest indicates an expected call of AssociateKmsKeyRequest
func (*MockCloudWatchLogsAPIMockRecorder) AssociateKmsKeyWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) AssociateKmsKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AssociateKmsKeyWithContext indicates an expected call of AssociateKmsKeyWithContext
func (*MockCloudWatchLogsAPIMockRecorder) CancelExportTask ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) CancelExportTask(arg0 interface{}) *gomock.Call
CancelExportTask indicates an expected call of CancelExportTask
func (*MockCloudWatchLogsAPIMockRecorder) CancelExportTaskRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) CancelExportTaskRequest(arg0 interface{}) *gomock.Call
CancelExportTaskRequest indicates an expected call of CancelExportTaskRequest
func (*MockCloudWatchLogsAPIMockRecorder) CancelExportTaskWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) CancelExportTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CancelExportTaskWithContext indicates an expected call of CancelExportTaskWithContext
func (*MockCloudWatchLogsAPIMockRecorder) CreateExportTask ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) CreateExportTask(arg0 interface{}) *gomock.Call
CreateExportTask indicates an expected call of CreateExportTask
func (*MockCloudWatchLogsAPIMockRecorder) CreateExportTaskRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) CreateExportTaskRequest(arg0 interface{}) *gomock.Call
CreateExportTaskRequest indicates an expected call of CreateExportTaskRequest
func (*MockCloudWatchLogsAPIMockRecorder) CreateExportTaskWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) CreateExportTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateExportTaskWithContext indicates an expected call of CreateExportTaskWithContext
func (*MockCloudWatchLogsAPIMockRecorder) CreateLogGroup ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) CreateLogGroup(arg0 interface{}) *gomock.Call
CreateLogGroup indicates an expected call of CreateLogGroup
func (*MockCloudWatchLogsAPIMockRecorder) CreateLogGroupRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) CreateLogGroupRequest(arg0 interface{}) *gomock.Call
CreateLogGroupRequest indicates an expected call of CreateLogGroupRequest
func (*MockCloudWatchLogsAPIMockRecorder) CreateLogGroupWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) CreateLogGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateLogGroupWithContext indicates an expected call of CreateLogGroupWithContext
func (*MockCloudWatchLogsAPIMockRecorder) CreateLogStream ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) CreateLogStream(arg0 interface{}) *gomock.Call
CreateLogStream indicates an expected call of CreateLogStream
func (*MockCloudWatchLogsAPIMockRecorder) CreateLogStreamRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) CreateLogStreamRequest(arg0 interface{}) *gomock.Call
CreateLogStreamRequest indicates an expected call of CreateLogStreamRequest
func (*MockCloudWatchLogsAPIMockRecorder) CreateLogStreamWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) CreateLogStreamWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateLogStreamWithContext indicates an expected call of CreateLogStreamWithContext
func (*MockCloudWatchLogsAPIMockRecorder) DeleteDestination ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteDestination(arg0 interface{}) *gomock.Call
DeleteDestination indicates an expected call of DeleteDestination
func (*MockCloudWatchLogsAPIMockRecorder) DeleteDestinationRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteDestinationRequest(arg0 interface{}) *gomock.Call
DeleteDestinationRequest indicates an expected call of DeleteDestinationRequest
func (*MockCloudWatchLogsAPIMockRecorder) DeleteDestinationWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteDestinationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteDestinationWithContext indicates an expected call of DeleteDestinationWithContext
func (*MockCloudWatchLogsAPIMockRecorder) DeleteLogGroup ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteLogGroup(arg0 interface{}) *gomock.Call
DeleteLogGroup indicates an expected call of DeleteLogGroup
func (*MockCloudWatchLogsAPIMockRecorder) DeleteLogGroupRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteLogGroupRequest(arg0 interface{}) *gomock.Call
DeleteLogGroupRequest indicates an expected call of DeleteLogGroupRequest
func (*MockCloudWatchLogsAPIMockRecorder) DeleteLogGroupWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteLogGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteLogGroupWithContext indicates an expected call of DeleteLogGroupWithContext
func (*MockCloudWatchLogsAPIMockRecorder) DeleteLogStream ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteLogStream(arg0 interface{}) *gomock.Call
DeleteLogStream indicates an expected call of DeleteLogStream
func (*MockCloudWatchLogsAPIMockRecorder) DeleteLogStreamRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteLogStreamRequest(arg0 interface{}) *gomock.Call
DeleteLogStreamRequest indicates an expected call of DeleteLogStreamRequest
func (*MockCloudWatchLogsAPIMockRecorder) DeleteLogStreamWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteLogStreamWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteLogStreamWithContext indicates an expected call of DeleteLogStreamWithContext
func (*MockCloudWatchLogsAPIMockRecorder) DeleteMetricFilter ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteMetricFilter(arg0 interface{}) *gomock.Call
DeleteMetricFilter indicates an expected call of DeleteMetricFilter
func (*MockCloudWatchLogsAPIMockRecorder) DeleteMetricFilterRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteMetricFilterRequest(arg0 interface{}) *gomock.Call
DeleteMetricFilterRequest indicates an expected call of DeleteMetricFilterRequest
func (*MockCloudWatchLogsAPIMockRecorder) DeleteMetricFilterWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteMetricFilterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteMetricFilterWithContext indicates an expected call of DeleteMetricFilterWithContext
func (*MockCloudWatchLogsAPIMockRecorder) DeleteResourcePolicy ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteResourcePolicy(arg0 interface{}) *gomock.Call
DeleteResourcePolicy indicates an expected call of DeleteResourcePolicy
func (*MockCloudWatchLogsAPIMockRecorder) DeleteResourcePolicyRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteResourcePolicyRequest(arg0 interface{}) *gomock.Call
DeleteResourcePolicyRequest indicates an expected call of DeleteResourcePolicyRequest
func (*MockCloudWatchLogsAPIMockRecorder) DeleteResourcePolicyWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteResourcePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteResourcePolicyWithContext indicates an expected call of DeleteResourcePolicyWithContext
func (*MockCloudWatchLogsAPIMockRecorder) DeleteRetentionPolicy ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteRetentionPolicy(arg0 interface{}) *gomock.Call
DeleteRetentionPolicy indicates an expected call of DeleteRetentionPolicy
func (*MockCloudWatchLogsAPIMockRecorder) DeleteRetentionPolicyRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteRetentionPolicyRequest(arg0 interface{}) *gomock.Call
DeleteRetentionPolicyRequest indicates an expected call of DeleteRetentionPolicyRequest
func (*MockCloudWatchLogsAPIMockRecorder) DeleteRetentionPolicyWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteRetentionPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteRetentionPolicyWithContext indicates an expected call of DeleteRetentionPolicyWithContext
func (*MockCloudWatchLogsAPIMockRecorder) DeleteSubscriptionFilter ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteSubscriptionFilter(arg0 interface{}) *gomock.Call
DeleteSubscriptionFilter indicates an expected call of DeleteSubscriptionFilter
func (*MockCloudWatchLogsAPIMockRecorder) DeleteSubscriptionFilterRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteSubscriptionFilterRequest(arg0 interface{}) *gomock.Call
DeleteSubscriptionFilterRequest indicates an expected call of DeleteSubscriptionFilterRequest
func (*MockCloudWatchLogsAPIMockRecorder) DeleteSubscriptionFilterWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DeleteSubscriptionFilterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteSubscriptionFilterWithContext indicates an expected call of DeleteSubscriptionFilterWithContext
func (*MockCloudWatchLogsAPIMockRecorder) DescribeDestinations ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeDestinations(arg0 interface{}) *gomock.Call
DescribeDestinations indicates an expected call of DescribeDestinations
func (*MockCloudWatchLogsAPIMockRecorder) DescribeDestinationsPages ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeDestinationsPages(arg0, arg1 interface{}) *gomock.Call
DescribeDestinationsPages indicates an expected call of DescribeDestinationsPages
func (*MockCloudWatchLogsAPIMockRecorder) DescribeDestinationsPagesWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeDestinationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DescribeDestinationsPagesWithContext indicates an expected call of DescribeDestinationsPagesWithContext
func (*MockCloudWatchLogsAPIMockRecorder) DescribeDestinationsRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeDestinationsRequest(arg0 interface{}) *gomock.Call
DescribeDestinationsRequest indicates an expected call of DescribeDestinationsRequest
func (*MockCloudWatchLogsAPIMockRecorder) DescribeDestinationsWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeDestinationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeDestinationsWithContext indicates an expected call of DescribeDestinationsWithContext
func (*MockCloudWatchLogsAPIMockRecorder) DescribeExportTasks ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeExportTasks(arg0 interface{}) *gomock.Call
DescribeExportTasks indicates an expected call of DescribeExportTasks
func (*MockCloudWatchLogsAPIMockRecorder) DescribeExportTasksRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeExportTasksRequest(arg0 interface{}) *gomock.Call
DescribeExportTasksRequest indicates an expected call of DescribeExportTasksRequest
func (*MockCloudWatchLogsAPIMockRecorder) DescribeExportTasksWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeExportTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeExportTasksWithContext indicates an expected call of DescribeExportTasksWithContext
func (*MockCloudWatchLogsAPIMockRecorder) DescribeLogGroups ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeLogGroups(arg0 interface{}) *gomock.Call
DescribeLogGroups indicates an expected call of DescribeLogGroups
func (*MockCloudWatchLogsAPIMockRecorder) DescribeLogGroupsPages ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeLogGroupsPages(arg0, arg1 interface{}) *gomock.Call
DescribeLogGroupsPages indicates an expected call of DescribeLogGroupsPages
func (*MockCloudWatchLogsAPIMockRecorder) DescribeLogGroupsPagesWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeLogGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DescribeLogGroupsPagesWithContext indicates an expected call of DescribeLogGroupsPagesWithContext
func (*MockCloudWatchLogsAPIMockRecorder) DescribeLogGroupsRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeLogGroupsRequest(arg0 interface{}) *gomock.Call
DescribeLogGroupsRequest indicates an expected call of DescribeLogGroupsRequest
func (*MockCloudWatchLogsAPIMockRecorder) DescribeLogGroupsWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeLogGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeLogGroupsWithContext indicates an expected call of DescribeLogGroupsWithContext
func (*MockCloudWatchLogsAPIMockRecorder) DescribeLogStreams ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeLogStreams(arg0 interface{}) *gomock.Call
DescribeLogStreams indicates an expected call of DescribeLogStreams
func (*MockCloudWatchLogsAPIMockRecorder) DescribeLogStreamsPages ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeLogStreamsPages(arg0, arg1 interface{}) *gomock.Call
DescribeLogStreamsPages indicates an expected call of DescribeLogStreamsPages
func (*MockCloudWatchLogsAPIMockRecorder) DescribeLogStreamsPagesWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeLogStreamsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DescribeLogStreamsPagesWithContext indicates an expected call of DescribeLogStreamsPagesWithContext
func (*MockCloudWatchLogsAPIMockRecorder) DescribeLogStreamsRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeLogStreamsRequest(arg0 interface{}) *gomock.Call
DescribeLogStreamsRequest indicates an expected call of DescribeLogStreamsRequest
func (*MockCloudWatchLogsAPIMockRecorder) DescribeLogStreamsWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeLogStreamsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeLogStreamsWithContext indicates an expected call of DescribeLogStreamsWithContext
func (*MockCloudWatchLogsAPIMockRecorder) DescribeMetricFilters ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeMetricFilters(arg0 interface{}) *gomock.Call
DescribeMetricFilters indicates an expected call of DescribeMetricFilters
func (*MockCloudWatchLogsAPIMockRecorder) DescribeMetricFiltersPages ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeMetricFiltersPages(arg0, arg1 interface{}) *gomock.Call
DescribeMetricFiltersPages indicates an expected call of DescribeMetricFiltersPages
func (*MockCloudWatchLogsAPIMockRecorder) DescribeMetricFiltersPagesWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeMetricFiltersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DescribeMetricFiltersPagesWithContext indicates an expected call of DescribeMetricFiltersPagesWithContext
func (*MockCloudWatchLogsAPIMockRecorder) DescribeMetricFiltersRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeMetricFiltersRequest(arg0 interface{}) *gomock.Call
DescribeMetricFiltersRequest indicates an expected call of DescribeMetricFiltersRequest
func (*MockCloudWatchLogsAPIMockRecorder) DescribeMetricFiltersWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeMetricFiltersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeMetricFiltersWithContext indicates an expected call of DescribeMetricFiltersWithContext
func (*MockCloudWatchLogsAPIMockRecorder) DescribeResourcePolicies ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeResourcePolicies(arg0 interface{}) *gomock.Call
DescribeResourcePolicies indicates an expected call of DescribeResourcePolicies
func (*MockCloudWatchLogsAPIMockRecorder) DescribeResourcePoliciesRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeResourcePoliciesRequest(arg0 interface{}) *gomock.Call
DescribeResourcePoliciesRequest indicates an expected call of DescribeResourcePoliciesRequest
func (*MockCloudWatchLogsAPIMockRecorder) DescribeResourcePoliciesWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeResourcePoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeResourcePoliciesWithContext indicates an expected call of DescribeResourcePoliciesWithContext
func (*MockCloudWatchLogsAPIMockRecorder) DescribeSubscriptionFilters ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeSubscriptionFilters(arg0 interface{}) *gomock.Call
DescribeSubscriptionFilters indicates an expected call of DescribeSubscriptionFilters
func (*MockCloudWatchLogsAPIMockRecorder) DescribeSubscriptionFiltersPages ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeSubscriptionFiltersPages(arg0, arg1 interface{}) *gomock.Call
DescribeSubscriptionFiltersPages indicates an expected call of DescribeSubscriptionFiltersPages
func (*MockCloudWatchLogsAPIMockRecorder) DescribeSubscriptionFiltersPagesWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeSubscriptionFiltersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DescribeSubscriptionFiltersPagesWithContext indicates an expected call of DescribeSubscriptionFiltersPagesWithContext
func (*MockCloudWatchLogsAPIMockRecorder) DescribeSubscriptionFiltersRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeSubscriptionFiltersRequest(arg0 interface{}) *gomock.Call
DescribeSubscriptionFiltersRequest indicates an expected call of DescribeSubscriptionFiltersRequest
func (*MockCloudWatchLogsAPIMockRecorder) DescribeSubscriptionFiltersWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DescribeSubscriptionFiltersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeSubscriptionFiltersWithContext indicates an expected call of DescribeSubscriptionFiltersWithContext
func (*MockCloudWatchLogsAPIMockRecorder) DisassociateKmsKey ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DisassociateKmsKey(arg0 interface{}) *gomock.Call
DisassociateKmsKey indicates an expected call of DisassociateKmsKey
func (*MockCloudWatchLogsAPIMockRecorder) DisassociateKmsKeyRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DisassociateKmsKeyRequest(arg0 interface{}) *gomock.Call
DisassociateKmsKeyRequest indicates an expected call of DisassociateKmsKeyRequest
func (*MockCloudWatchLogsAPIMockRecorder) DisassociateKmsKeyWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) DisassociateKmsKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DisassociateKmsKeyWithContext indicates an expected call of DisassociateKmsKeyWithContext
func (*MockCloudWatchLogsAPIMockRecorder) FilterLogEvents ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) FilterLogEvents(arg0 interface{}) *gomock.Call
FilterLogEvents indicates an expected call of FilterLogEvents
func (*MockCloudWatchLogsAPIMockRecorder) FilterLogEventsPages ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) FilterLogEventsPages(arg0, arg1 interface{}) *gomock.Call
FilterLogEventsPages indicates an expected call of FilterLogEventsPages
func (*MockCloudWatchLogsAPIMockRecorder) FilterLogEventsPagesWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) FilterLogEventsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
FilterLogEventsPagesWithContext indicates an expected call of FilterLogEventsPagesWithContext
func (*MockCloudWatchLogsAPIMockRecorder) FilterLogEventsRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) FilterLogEventsRequest(arg0 interface{}) *gomock.Call
FilterLogEventsRequest indicates an expected call of FilterLogEventsRequest
func (*MockCloudWatchLogsAPIMockRecorder) FilterLogEventsWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) FilterLogEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
FilterLogEventsWithContext indicates an expected call of FilterLogEventsWithContext
func (*MockCloudWatchLogsAPIMockRecorder) GetLogEvents ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) GetLogEvents(arg0 interface{}) *gomock.Call
GetLogEvents indicates an expected call of GetLogEvents
func (*MockCloudWatchLogsAPIMockRecorder) GetLogEventsPages ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) GetLogEventsPages(arg0, arg1 interface{}) *gomock.Call
GetLogEventsPages indicates an expected call of GetLogEventsPages
func (*MockCloudWatchLogsAPIMockRecorder) GetLogEventsPagesWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) GetLogEventsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
GetLogEventsPagesWithContext indicates an expected call of GetLogEventsPagesWithContext
func (*MockCloudWatchLogsAPIMockRecorder) GetLogEventsRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) GetLogEventsRequest(arg0 interface{}) *gomock.Call
GetLogEventsRequest indicates an expected call of GetLogEventsRequest
func (*MockCloudWatchLogsAPIMockRecorder) GetLogEventsWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) GetLogEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetLogEventsWithContext indicates an expected call of GetLogEventsWithContext
func (*MockCloudWatchLogsAPIMockRecorder) ListTagsLogGroup ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) ListTagsLogGroup(arg0 interface{}) *gomock.Call
ListTagsLogGroup indicates an expected call of ListTagsLogGroup
func (*MockCloudWatchLogsAPIMockRecorder) ListTagsLogGroupRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) ListTagsLogGroupRequest(arg0 interface{}) *gomock.Call
ListTagsLogGroupRequest indicates an expected call of ListTagsLogGroupRequest
func (*MockCloudWatchLogsAPIMockRecorder) ListTagsLogGroupWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) ListTagsLogGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTagsLogGroupWithContext indicates an expected call of ListTagsLogGroupWithContext
func (*MockCloudWatchLogsAPIMockRecorder) PutDestination ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) PutDestination(arg0 interface{}) *gomock.Call
PutDestination indicates an expected call of PutDestination
func (*MockCloudWatchLogsAPIMockRecorder) PutDestinationPolicy ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) PutDestinationPolicy(arg0 interface{}) *gomock.Call
PutDestinationPolicy indicates an expected call of PutDestinationPolicy
func (*MockCloudWatchLogsAPIMockRecorder) PutDestinationPolicyRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) PutDestinationPolicyRequest(arg0 interface{}) *gomock.Call
PutDestinationPolicyRequest indicates an expected call of PutDestinationPolicyRequest
func (*MockCloudWatchLogsAPIMockRecorder) PutDestinationPolicyWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) PutDestinationPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutDestinationPolicyWithContext indicates an expected call of PutDestinationPolicyWithContext
func (*MockCloudWatchLogsAPIMockRecorder) PutDestinationRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) PutDestinationRequest(arg0 interface{}) *gomock.Call
PutDestinationRequest indicates an expected call of PutDestinationRequest
func (*MockCloudWatchLogsAPIMockRecorder) PutDestinationWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) PutDestinationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutDestinationWithContext indicates an expected call of PutDestinationWithContext
func (*MockCloudWatchLogsAPIMockRecorder) PutLogEvents ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) PutLogEvents(arg0 interface{}) *gomock.Call
PutLogEvents indicates an expected call of PutLogEvents
func (*MockCloudWatchLogsAPIMockRecorder) PutLogEventsRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) PutLogEventsRequest(arg0 interface{}) *gomock.Call
PutLogEventsRequest indicates an expected call of PutLogEventsRequest
func (*MockCloudWatchLogsAPIMockRecorder) PutLogEventsWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) PutLogEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutLogEventsWithContext indicates an expected call of PutLogEventsWithContext
func (*MockCloudWatchLogsAPIMockRecorder) PutMetricFilter ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) PutMetricFilter(arg0 interface{}) *gomock.Call
PutMetricFilter indicates an expected call of PutMetricFilter
func (*MockCloudWatchLogsAPIMockRecorder) PutMetricFilterRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) PutMetricFilterRequest(arg0 interface{}) *gomock.Call
PutMetricFilterRequest indicates an expected call of PutMetricFilterRequest
func (*MockCloudWatchLogsAPIMockRecorder) PutMetricFilterWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) PutMetricFilterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutMetricFilterWithContext indicates an expected call of PutMetricFilterWithContext
func (*MockCloudWatchLogsAPIMockRecorder) PutResourcePolicy ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) PutResourcePolicy(arg0 interface{}) *gomock.Call
PutResourcePolicy indicates an expected call of PutResourcePolicy
func (*MockCloudWatchLogsAPIMockRecorder) PutResourcePolicyRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) PutResourcePolicyRequest(arg0 interface{}) *gomock.Call
PutResourcePolicyRequest indicates an expected call of PutResourcePolicyRequest
func (*MockCloudWatchLogsAPIMockRecorder) PutResourcePolicyWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) PutResourcePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutResourcePolicyWithContext indicates an expected call of PutResourcePolicyWithContext
func (*MockCloudWatchLogsAPIMockRecorder) PutRetentionPolicy ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) PutRetentionPolicy(arg0 interface{}) *gomock.Call
PutRetentionPolicy indicates an expected call of PutRetentionPolicy
func (*MockCloudWatchLogsAPIMockRecorder) PutRetentionPolicyRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) PutRetentionPolicyRequest(arg0 interface{}) *gomock.Call
PutRetentionPolicyRequest indicates an expected call of PutRetentionPolicyRequest
func (*MockCloudWatchLogsAPIMockRecorder) PutRetentionPolicyWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) PutRetentionPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutRetentionPolicyWithContext indicates an expected call of PutRetentionPolicyWithContext
func (*MockCloudWatchLogsAPIMockRecorder) PutSubscriptionFilter ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) PutSubscriptionFilter(arg0 interface{}) *gomock.Call
PutSubscriptionFilter indicates an expected call of PutSubscriptionFilter
func (*MockCloudWatchLogsAPIMockRecorder) PutSubscriptionFilterRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) PutSubscriptionFilterRequest(arg0 interface{}) *gomock.Call
PutSubscriptionFilterRequest indicates an expected call of PutSubscriptionFilterRequest
func (*MockCloudWatchLogsAPIMockRecorder) PutSubscriptionFilterWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) PutSubscriptionFilterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutSubscriptionFilterWithContext indicates an expected call of PutSubscriptionFilterWithContext
func (*MockCloudWatchLogsAPIMockRecorder) TagLogGroup ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) TagLogGroup(arg0 interface{}) *gomock.Call
TagLogGroup indicates an expected call of TagLogGroup
func (*MockCloudWatchLogsAPIMockRecorder) TagLogGroupRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) TagLogGroupRequest(arg0 interface{}) *gomock.Call
TagLogGroupRequest indicates an expected call of TagLogGroupRequest
func (*MockCloudWatchLogsAPIMockRecorder) TagLogGroupWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) TagLogGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TagLogGroupWithContext indicates an expected call of TagLogGroupWithContext
func (*MockCloudWatchLogsAPIMockRecorder) TestMetricFilter ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) TestMetricFilter(arg0 interface{}) *gomock.Call
TestMetricFilter indicates an expected call of TestMetricFilter
func (*MockCloudWatchLogsAPIMockRecorder) TestMetricFilterRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) TestMetricFilterRequest(arg0 interface{}) *gomock.Call
TestMetricFilterRequest indicates an expected call of TestMetricFilterRequest
func (*MockCloudWatchLogsAPIMockRecorder) TestMetricFilterWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) TestMetricFilterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TestMetricFilterWithContext indicates an expected call of TestMetricFilterWithContext
func (*MockCloudWatchLogsAPIMockRecorder) UntagLogGroup ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) UntagLogGroup(arg0 interface{}) *gomock.Call
UntagLogGroup indicates an expected call of UntagLogGroup
func (*MockCloudWatchLogsAPIMockRecorder) UntagLogGroupRequest ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) UntagLogGroupRequest(arg0 interface{}) *gomock.Call
UntagLogGroupRequest indicates an expected call of UntagLogGroupRequest
func (*MockCloudWatchLogsAPIMockRecorder) UntagLogGroupWithContext ¶
func (mr *MockCloudWatchLogsAPIMockRecorder) UntagLogGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UntagLogGroupWithContext indicates an expected call of UntagLogGroupWithContext
type MockCodeBuildAPI ¶
type MockCodeBuildAPI struct {
// contains filtered or unexported fields
}
MockCodeBuildAPI is a mock of CodeBuildAPI interface
func NewMockCodeBuildAPI ¶
func NewMockCodeBuildAPI(ctrl *gomock.Controller) *MockCodeBuildAPI
NewMockCodeBuildAPI creates a new mock instance
func (*MockCodeBuildAPI) BatchDeleteBuilds ¶
func (m *MockCodeBuildAPI) BatchDeleteBuilds(arg0 *codebuild.BatchDeleteBuildsInput) (*codebuild.BatchDeleteBuildsOutput, error)
BatchDeleteBuilds mocks base method
func (*MockCodeBuildAPI) BatchDeleteBuildsRequest ¶
func (m *MockCodeBuildAPI) BatchDeleteBuildsRequest(arg0 *codebuild.BatchDeleteBuildsInput) (*request.Request, *codebuild.BatchDeleteBuildsOutput)
BatchDeleteBuildsRequest mocks base method
func (*MockCodeBuildAPI) BatchDeleteBuildsWithContext ¶
func (m *MockCodeBuildAPI) BatchDeleteBuildsWithContext(arg0 aws.Context, arg1 *codebuild.BatchDeleteBuildsInput, arg2 ...request.Option) (*codebuild.BatchDeleteBuildsOutput, error)
BatchDeleteBuildsWithContext mocks base method
func (*MockCodeBuildAPI) BatchGetBuilds ¶
func (m *MockCodeBuildAPI) BatchGetBuilds(arg0 *codebuild.BatchGetBuildsInput) (*codebuild.BatchGetBuildsOutput, error)
BatchGetBuilds mocks base method
func (*MockCodeBuildAPI) BatchGetBuildsRequest ¶
func (m *MockCodeBuildAPI) BatchGetBuildsRequest(arg0 *codebuild.BatchGetBuildsInput) (*request.Request, *codebuild.BatchGetBuildsOutput)
BatchGetBuildsRequest mocks base method
func (*MockCodeBuildAPI) BatchGetBuildsWithContext ¶
func (m *MockCodeBuildAPI) BatchGetBuildsWithContext(arg0 aws.Context, arg1 *codebuild.BatchGetBuildsInput, arg2 ...request.Option) (*codebuild.BatchGetBuildsOutput, error)
BatchGetBuildsWithContext mocks base method
func (*MockCodeBuildAPI) BatchGetProjects ¶
func (m *MockCodeBuildAPI) BatchGetProjects(arg0 *codebuild.BatchGetProjectsInput) (*codebuild.BatchGetProjectsOutput, error)
BatchGetProjects mocks base method
func (*MockCodeBuildAPI) BatchGetProjectsRequest ¶
func (m *MockCodeBuildAPI) BatchGetProjectsRequest(arg0 *codebuild.BatchGetProjectsInput) (*request.Request, *codebuild.BatchGetProjectsOutput)
BatchGetProjectsRequest mocks base method
func (*MockCodeBuildAPI) BatchGetProjectsWithContext ¶
func (m *MockCodeBuildAPI) BatchGetProjectsWithContext(arg0 aws.Context, arg1 *codebuild.BatchGetProjectsInput, arg2 ...request.Option) (*codebuild.BatchGetProjectsOutput, error)
BatchGetProjectsWithContext mocks base method
func (*MockCodeBuildAPI) CreateProject ¶
func (m *MockCodeBuildAPI) CreateProject(arg0 *codebuild.CreateProjectInput) (*codebuild.CreateProjectOutput, error)
CreateProject mocks base method
func (*MockCodeBuildAPI) CreateProjectRequest ¶
func (m *MockCodeBuildAPI) CreateProjectRequest(arg0 *codebuild.CreateProjectInput) (*request.Request, *codebuild.CreateProjectOutput)
CreateProjectRequest mocks base method
func (*MockCodeBuildAPI) CreateProjectWithContext ¶
func (m *MockCodeBuildAPI) CreateProjectWithContext(arg0 aws.Context, arg1 *codebuild.CreateProjectInput, arg2 ...request.Option) (*codebuild.CreateProjectOutput, error)
CreateProjectWithContext mocks base method
func (*MockCodeBuildAPI) CreateWebhook ¶
func (m *MockCodeBuildAPI) CreateWebhook(arg0 *codebuild.CreateWebhookInput) (*codebuild.CreateWebhookOutput, error)
CreateWebhook mocks base method
func (*MockCodeBuildAPI) CreateWebhookRequest ¶
func (m *MockCodeBuildAPI) CreateWebhookRequest(arg0 *codebuild.CreateWebhookInput) (*request.Request, *codebuild.CreateWebhookOutput)
CreateWebhookRequest mocks base method
func (*MockCodeBuildAPI) CreateWebhookWithContext ¶
func (m *MockCodeBuildAPI) CreateWebhookWithContext(arg0 aws.Context, arg1 *codebuild.CreateWebhookInput, arg2 ...request.Option) (*codebuild.CreateWebhookOutput, error)
CreateWebhookWithContext mocks base method
func (*MockCodeBuildAPI) DeleteProject ¶
func (m *MockCodeBuildAPI) DeleteProject(arg0 *codebuild.DeleteProjectInput) (*codebuild.DeleteProjectOutput, error)
DeleteProject mocks base method
func (*MockCodeBuildAPI) DeleteProjectRequest ¶
func (m *MockCodeBuildAPI) DeleteProjectRequest(arg0 *codebuild.DeleteProjectInput) (*request.Request, *codebuild.DeleteProjectOutput)
DeleteProjectRequest mocks base method
func (*MockCodeBuildAPI) DeleteProjectWithContext ¶
func (m *MockCodeBuildAPI) DeleteProjectWithContext(arg0 aws.Context, arg1 *codebuild.DeleteProjectInput, arg2 ...request.Option) (*codebuild.DeleteProjectOutput, error)
DeleteProjectWithContext mocks base method
func (*MockCodeBuildAPI) DeleteWebhook ¶
func (m *MockCodeBuildAPI) DeleteWebhook(arg0 *codebuild.DeleteWebhookInput) (*codebuild.DeleteWebhookOutput, error)
DeleteWebhook mocks base method
func (*MockCodeBuildAPI) DeleteWebhookRequest ¶
func (m *MockCodeBuildAPI) DeleteWebhookRequest(arg0 *codebuild.DeleteWebhookInput) (*request.Request, *codebuild.DeleteWebhookOutput)
DeleteWebhookRequest mocks base method
func (*MockCodeBuildAPI) DeleteWebhookWithContext ¶
func (m *MockCodeBuildAPI) DeleteWebhookWithContext(arg0 aws.Context, arg1 *codebuild.DeleteWebhookInput, arg2 ...request.Option) (*codebuild.DeleteWebhookOutput, error)
DeleteWebhookWithContext mocks base method
func (*MockCodeBuildAPI) EXPECT ¶
func (m *MockCodeBuildAPI) EXPECT() *MockCodeBuildAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockCodeBuildAPI) InvalidateProjectCache ¶
func (m *MockCodeBuildAPI) InvalidateProjectCache(arg0 *codebuild.InvalidateProjectCacheInput) (*codebuild.InvalidateProjectCacheOutput, error)
InvalidateProjectCache mocks base method
func (*MockCodeBuildAPI) InvalidateProjectCacheRequest ¶
func (m *MockCodeBuildAPI) InvalidateProjectCacheRequest(arg0 *codebuild.InvalidateProjectCacheInput) (*request.Request, *codebuild.InvalidateProjectCacheOutput)
InvalidateProjectCacheRequest mocks base method
func (*MockCodeBuildAPI) InvalidateProjectCacheWithContext ¶
func (m *MockCodeBuildAPI) InvalidateProjectCacheWithContext(arg0 aws.Context, arg1 *codebuild.InvalidateProjectCacheInput, arg2 ...request.Option) (*codebuild.InvalidateProjectCacheOutput, error)
InvalidateProjectCacheWithContext mocks base method
func (*MockCodeBuildAPI) ListBuilds ¶
func (m *MockCodeBuildAPI) ListBuilds(arg0 *codebuild.ListBuildsInput) (*codebuild.ListBuildsOutput, error)
ListBuilds mocks base method
func (*MockCodeBuildAPI) ListBuildsForProject ¶
func (m *MockCodeBuildAPI) ListBuildsForProject(arg0 *codebuild.ListBuildsForProjectInput) (*codebuild.ListBuildsForProjectOutput, error)
ListBuildsForProject mocks base method
func (*MockCodeBuildAPI) ListBuildsForProjectRequest ¶
func (m *MockCodeBuildAPI) ListBuildsForProjectRequest(arg0 *codebuild.ListBuildsForProjectInput) (*request.Request, *codebuild.ListBuildsForProjectOutput)
ListBuildsForProjectRequest mocks base method
func (*MockCodeBuildAPI) ListBuildsForProjectWithContext ¶
func (m *MockCodeBuildAPI) ListBuildsForProjectWithContext(arg0 aws.Context, arg1 *codebuild.ListBuildsForProjectInput, arg2 ...request.Option) (*codebuild.ListBuildsForProjectOutput, error)
ListBuildsForProjectWithContext mocks base method
func (*MockCodeBuildAPI) ListBuildsRequest ¶
func (m *MockCodeBuildAPI) ListBuildsRequest(arg0 *codebuild.ListBuildsInput) (*request.Request, *codebuild.ListBuildsOutput)
ListBuildsRequest mocks base method
func (*MockCodeBuildAPI) ListBuildsWithContext ¶
func (m *MockCodeBuildAPI) ListBuildsWithContext(arg0 aws.Context, arg1 *codebuild.ListBuildsInput, arg2 ...request.Option) (*codebuild.ListBuildsOutput, error)
ListBuildsWithContext mocks base method
func (*MockCodeBuildAPI) ListCuratedEnvironmentImages ¶
func (m *MockCodeBuildAPI) ListCuratedEnvironmentImages(arg0 *codebuild.ListCuratedEnvironmentImagesInput) (*codebuild.ListCuratedEnvironmentImagesOutput, error)
ListCuratedEnvironmentImages mocks base method
func (*MockCodeBuildAPI) ListCuratedEnvironmentImagesRequest ¶
func (m *MockCodeBuildAPI) ListCuratedEnvironmentImagesRequest(arg0 *codebuild.ListCuratedEnvironmentImagesInput) (*request.Request, *codebuild.ListCuratedEnvironmentImagesOutput)
ListCuratedEnvironmentImagesRequest mocks base method
func (*MockCodeBuildAPI) ListCuratedEnvironmentImagesWithContext ¶
func (m *MockCodeBuildAPI) ListCuratedEnvironmentImagesWithContext(arg0 aws.Context, arg1 *codebuild.ListCuratedEnvironmentImagesInput, arg2 ...request.Option) (*codebuild.ListCuratedEnvironmentImagesOutput, error)
ListCuratedEnvironmentImagesWithContext mocks base method
func (*MockCodeBuildAPI) ListProjects ¶
func (m *MockCodeBuildAPI) ListProjects(arg0 *codebuild.ListProjectsInput) (*codebuild.ListProjectsOutput, error)
ListProjects mocks base method
func (*MockCodeBuildAPI) ListProjectsRequest ¶
func (m *MockCodeBuildAPI) ListProjectsRequest(arg0 *codebuild.ListProjectsInput) (*request.Request, *codebuild.ListProjectsOutput)
ListProjectsRequest mocks base method
func (*MockCodeBuildAPI) ListProjectsWithContext ¶
func (m *MockCodeBuildAPI) ListProjectsWithContext(arg0 aws.Context, arg1 *codebuild.ListProjectsInput, arg2 ...request.Option) (*codebuild.ListProjectsOutput, error)
ListProjectsWithContext mocks base method
func (*MockCodeBuildAPI) StartBuild ¶
func (m *MockCodeBuildAPI) StartBuild(arg0 *codebuild.StartBuildInput) (*codebuild.StartBuildOutput, error)
StartBuild mocks base method
func (*MockCodeBuildAPI) StartBuildRequest ¶
func (m *MockCodeBuildAPI) StartBuildRequest(arg0 *codebuild.StartBuildInput) (*request.Request, *codebuild.StartBuildOutput)
StartBuildRequest mocks base method
func (*MockCodeBuildAPI) StartBuildWithContext ¶
func (m *MockCodeBuildAPI) StartBuildWithContext(arg0 aws.Context, arg1 *codebuild.StartBuildInput, arg2 ...request.Option) (*codebuild.StartBuildOutput, error)
StartBuildWithContext mocks base method
func (*MockCodeBuildAPI) StopBuild ¶
func (m *MockCodeBuildAPI) StopBuild(arg0 *codebuild.StopBuildInput) (*codebuild.StopBuildOutput, error)
StopBuild mocks base method
func (*MockCodeBuildAPI) StopBuildRequest ¶
func (m *MockCodeBuildAPI) StopBuildRequest(arg0 *codebuild.StopBuildInput) (*request.Request, *codebuild.StopBuildOutput)
StopBuildRequest mocks base method
func (*MockCodeBuildAPI) StopBuildWithContext ¶
func (m *MockCodeBuildAPI) StopBuildWithContext(arg0 aws.Context, arg1 *codebuild.StopBuildInput, arg2 ...request.Option) (*codebuild.StopBuildOutput, error)
StopBuildWithContext mocks base method
func (*MockCodeBuildAPI) UpdateProject ¶
func (m *MockCodeBuildAPI) UpdateProject(arg0 *codebuild.UpdateProjectInput) (*codebuild.UpdateProjectOutput, error)
UpdateProject mocks base method
func (*MockCodeBuildAPI) UpdateProjectRequest ¶
func (m *MockCodeBuildAPI) UpdateProjectRequest(arg0 *codebuild.UpdateProjectInput) (*request.Request, *codebuild.UpdateProjectOutput)
UpdateProjectRequest mocks base method
func (*MockCodeBuildAPI) UpdateProjectWithContext ¶
func (m *MockCodeBuildAPI) UpdateProjectWithContext(arg0 aws.Context, arg1 *codebuild.UpdateProjectInput, arg2 ...request.Option) (*codebuild.UpdateProjectOutput, error)
UpdateProjectWithContext mocks base method
type MockCodeBuildAPIMockRecorder ¶
type MockCodeBuildAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockCodeBuildAPIMockRecorder is the mock recorder for MockCodeBuildAPI
func (*MockCodeBuildAPIMockRecorder) BatchDeleteBuilds ¶
func (mr *MockCodeBuildAPIMockRecorder) BatchDeleteBuilds(arg0 interface{}) *gomock.Call
BatchDeleteBuilds indicates an expected call of BatchDeleteBuilds
func (*MockCodeBuildAPIMockRecorder) BatchDeleteBuildsRequest ¶
func (mr *MockCodeBuildAPIMockRecorder) BatchDeleteBuildsRequest(arg0 interface{}) *gomock.Call
BatchDeleteBuildsRequest indicates an expected call of BatchDeleteBuildsRequest
func (*MockCodeBuildAPIMockRecorder) BatchDeleteBuildsWithContext ¶
func (mr *MockCodeBuildAPIMockRecorder) BatchDeleteBuildsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchDeleteBuildsWithContext indicates an expected call of BatchDeleteBuildsWithContext
func (*MockCodeBuildAPIMockRecorder) BatchGetBuilds ¶
func (mr *MockCodeBuildAPIMockRecorder) BatchGetBuilds(arg0 interface{}) *gomock.Call
BatchGetBuilds indicates an expected call of BatchGetBuilds
func (*MockCodeBuildAPIMockRecorder) BatchGetBuildsRequest ¶
func (mr *MockCodeBuildAPIMockRecorder) BatchGetBuildsRequest(arg0 interface{}) *gomock.Call
BatchGetBuildsRequest indicates an expected call of BatchGetBuildsRequest
func (*MockCodeBuildAPIMockRecorder) BatchGetBuildsWithContext ¶
func (mr *MockCodeBuildAPIMockRecorder) BatchGetBuildsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchGetBuildsWithContext indicates an expected call of BatchGetBuildsWithContext
func (*MockCodeBuildAPIMockRecorder) BatchGetProjects ¶
func (mr *MockCodeBuildAPIMockRecorder) BatchGetProjects(arg0 interface{}) *gomock.Call
BatchGetProjects indicates an expected call of BatchGetProjects
func (*MockCodeBuildAPIMockRecorder) BatchGetProjectsRequest ¶
func (mr *MockCodeBuildAPIMockRecorder) BatchGetProjectsRequest(arg0 interface{}) *gomock.Call
BatchGetProjectsRequest indicates an expected call of BatchGetProjectsRequest
func (*MockCodeBuildAPIMockRecorder) BatchGetProjectsWithContext ¶
func (mr *MockCodeBuildAPIMockRecorder) BatchGetProjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchGetProjectsWithContext indicates an expected call of BatchGetProjectsWithContext
func (*MockCodeBuildAPIMockRecorder) CreateProject ¶
func (mr *MockCodeBuildAPIMockRecorder) CreateProject(arg0 interface{}) *gomock.Call
CreateProject indicates an expected call of CreateProject
func (*MockCodeBuildAPIMockRecorder) CreateProjectRequest ¶
func (mr *MockCodeBuildAPIMockRecorder) CreateProjectRequest(arg0 interface{}) *gomock.Call
CreateProjectRequest indicates an expected call of CreateProjectRequest
func (*MockCodeBuildAPIMockRecorder) CreateProjectWithContext ¶
func (mr *MockCodeBuildAPIMockRecorder) CreateProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateProjectWithContext indicates an expected call of CreateProjectWithContext
func (*MockCodeBuildAPIMockRecorder) CreateWebhook ¶
func (mr *MockCodeBuildAPIMockRecorder) CreateWebhook(arg0 interface{}) *gomock.Call
CreateWebhook indicates an expected call of CreateWebhook
func (*MockCodeBuildAPIMockRecorder) CreateWebhookRequest ¶
func (mr *MockCodeBuildAPIMockRecorder) CreateWebhookRequest(arg0 interface{}) *gomock.Call
CreateWebhookRequest indicates an expected call of CreateWebhookRequest
func (*MockCodeBuildAPIMockRecorder) CreateWebhookWithContext ¶
func (mr *MockCodeBuildAPIMockRecorder) CreateWebhookWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateWebhookWithContext indicates an expected call of CreateWebhookWithContext
func (*MockCodeBuildAPIMockRecorder) DeleteProject ¶
func (mr *MockCodeBuildAPIMockRecorder) DeleteProject(arg0 interface{}) *gomock.Call
DeleteProject indicates an expected call of DeleteProject
func (*MockCodeBuildAPIMockRecorder) DeleteProjectRequest ¶
func (mr *MockCodeBuildAPIMockRecorder) DeleteProjectRequest(arg0 interface{}) *gomock.Call
DeleteProjectRequest indicates an expected call of DeleteProjectRequest
func (*MockCodeBuildAPIMockRecorder) DeleteProjectWithContext ¶
func (mr *MockCodeBuildAPIMockRecorder) DeleteProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteProjectWithContext indicates an expected call of DeleteProjectWithContext
func (*MockCodeBuildAPIMockRecorder) DeleteWebhook ¶
func (mr *MockCodeBuildAPIMockRecorder) DeleteWebhook(arg0 interface{}) *gomock.Call
DeleteWebhook indicates an expected call of DeleteWebhook
func (*MockCodeBuildAPIMockRecorder) DeleteWebhookRequest ¶
func (mr *MockCodeBuildAPIMockRecorder) DeleteWebhookRequest(arg0 interface{}) *gomock.Call
DeleteWebhookRequest indicates an expected call of DeleteWebhookRequest
func (*MockCodeBuildAPIMockRecorder) DeleteWebhookWithContext ¶
func (mr *MockCodeBuildAPIMockRecorder) DeleteWebhookWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteWebhookWithContext indicates an expected call of DeleteWebhookWithContext
func (*MockCodeBuildAPIMockRecorder) InvalidateProjectCache ¶
func (mr *MockCodeBuildAPIMockRecorder) InvalidateProjectCache(arg0 interface{}) *gomock.Call
InvalidateProjectCache indicates an expected call of InvalidateProjectCache
func (*MockCodeBuildAPIMockRecorder) InvalidateProjectCacheRequest ¶
func (mr *MockCodeBuildAPIMockRecorder) InvalidateProjectCacheRequest(arg0 interface{}) *gomock.Call
InvalidateProjectCacheRequest indicates an expected call of InvalidateProjectCacheRequest
func (*MockCodeBuildAPIMockRecorder) InvalidateProjectCacheWithContext ¶
func (mr *MockCodeBuildAPIMockRecorder) InvalidateProjectCacheWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
InvalidateProjectCacheWithContext indicates an expected call of InvalidateProjectCacheWithContext
func (*MockCodeBuildAPIMockRecorder) ListBuilds ¶
func (mr *MockCodeBuildAPIMockRecorder) ListBuilds(arg0 interface{}) *gomock.Call
ListBuilds indicates an expected call of ListBuilds
func (*MockCodeBuildAPIMockRecorder) ListBuildsForProject ¶
func (mr *MockCodeBuildAPIMockRecorder) ListBuildsForProject(arg0 interface{}) *gomock.Call
ListBuildsForProject indicates an expected call of ListBuildsForProject
func (*MockCodeBuildAPIMockRecorder) ListBuildsForProjectRequest ¶
func (mr *MockCodeBuildAPIMockRecorder) ListBuildsForProjectRequest(arg0 interface{}) *gomock.Call
ListBuildsForProjectRequest indicates an expected call of ListBuildsForProjectRequest
func (*MockCodeBuildAPIMockRecorder) ListBuildsForProjectWithContext ¶
func (mr *MockCodeBuildAPIMockRecorder) ListBuildsForProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListBuildsForProjectWithContext indicates an expected call of ListBuildsForProjectWithContext
func (*MockCodeBuildAPIMockRecorder) ListBuildsRequest ¶
func (mr *MockCodeBuildAPIMockRecorder) ListBuildsRequest(arg0 interface{}) *gomock.Call
ListBuildsRequest indicates an expected call of ListBuildsRequest
func (*MockCodeBuildAPIMockRecorder) ListBuildsWithContext ¶
func (mr *MockCodeBuildAPIMockRecorder) ListBuildsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListBuildsWithContext indicates an expected call of ListBuildsWithContext
func (*MockCodeBuildAPIMockRecorder) ListCuratedEnvironmentImages ¶
func (mr *MockCodeBuildAPIMockRecorder) ListCuratedEnvironmentImages(arg0 interface{}) *gomock.Call
ListCuratedEnvironmentImages indicates an expected call of ListCuratedEnvironmentImages
func (*MockCodeBuildAPIMockRecorder) ListCuratedEnvironmentImagesRequest ¶
func (mr *MockCodeBuildAPIMockRecorder) ListCuratedEnvironmentImagesRequest(arg0 interface{}) *gomock.Call
ListCuratedEnvironmentImagesRequest indicates an expected call of ListCuratedEnvironmentImagesRequest
func (*MockCodeBuildAPIMockRecorder) ListCuratedEnvironmentImagesWithContext ¶
func (mr *MockCodeBuildAPIMockRecorder) ListCuratedEnvironmentImagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListCuratedEnvironmentImagesWithContext indicates an expected call of ListCuratedEnvironmentImagesWithContext
func (*MockCodeBuildAPIMockRecorder) ListProjects ¶
func (mr *MockCodeBuildAPIMockRecorder) ListProjects(arg0 interface{}) *gomock.Call
ListProjects indicates an expected call of ListProjects
func (*MockCodeBuildAPIMockRecorder) ListProjectsRequest ¶
func (mr *MockCodeBuildAPIMockRecorder) ListProjectsRequest(arg0 interface{}) *gomock.Call
ListProjectsRequest indicates an expected call of ListProjectsRequest
func (*MockCodeBuildAPIMockRecorder) ListProjectsWithContext ¶
func (mr *MockCodeBuildAPIMockRecorder) ListProjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListProjectsWithContext indicates an expected call of ListProjectsWithContext
func (*MockCodeBuildAPIMockRecorder) StartBuild ¶
func (mr *MockCodeBuildAPIMockRecorder) StartBuild(arg0 interface{}) *gomock.Call
StartBuild indicates an expected call of StartBuild
func (*MockCodeBuildAPIMockRecorder) StartBuildRequest ¶
func (mr *MockCodeBuildAPIMockRecorder) StartBuildRequest(arg0 interface{}) *gomock.Call
StartBuildRequest indicates an expected call of StartBuildRequest
func (*MockCodeBuildAPIMockRecorder) StartBuildWithContext ¶
func (mr *MockCodeBuildAPIMockRecorder) StartBuildWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartBuildWithContext indicates an expected call of StartBuildWithContext
func (*MockCodeBuildAPIMockRecorder) StopBuild ¶
func (mr *MockCodeBuildAPIMockRecorder) StopBuild(arg0 interface{}) *gomock.Call
StopBuild indicates an expected call of StopBuild
func (*MockCodeBuildAPIMockRecorder) StopBuildRequest ¶
func (mr *MockCodeBuildAPIMockRecorder) StopBuildRequest(arg0 interface{}) *gomock.Call
StopBuildRequest indicates an expected call of StopBuildRequest
func (*MockCodeBuildAPIMockRecorder) StopBuildWithContext ¶
func (mr *MockCodeBuildAPIMockRecorder) StopBuildWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StopBuildWithContext indicates an expected call of StopBuildWithContext
func (*MockCodeBuildAPIMockRecorder) UpdateProject ¶
func (mr *MockCodeBuildAPIMockRecorder) UpdateProject(arg0 interface{}) *gomock.Call
UpdateProject indicates an expected call of UpdateProject
func (*MockCodeBuildAPIMockRecorder) UpdateProjectRequest ¶
func (mr *MockCodeBuildAPIMockRecorder) UpdateProjectRequest(arg0 interface{}) *gomock.Call
UpdateProjectRequest indicates an expected call of UpdateProjectRequest
func (*MockCodeBuildAPIMockRecorder) UpdateProjectWithContext ¶
func (mr *MockCodeBuildAPIMockRecorder) UpdateProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateProjectWithContext indicates an expected call of UpdateProjectWithContext
type MockECRAPI ¶
type MockECRAPI struct {
// contains filtered or unexported fields
}
MockECRAPI is a mock of ECRAPI interface
func NewMockECRAPI ¶
func NewMockECRAPI(ctrl *gomock.Controller) *MockECRAPI
NewMockECRAPI creates a new mock instance
func (*MockECRAPI) BatchCheckLayerAvailability ¶
func (m *MockECRAPI) BatchCheckLayerAvailability(arg0 *ecr.BatchCheckLayerAvailabilityInput) (*ecr.BatchCheckLayerAvailabilityOutput, error)
BatchCheckLayerAvailability mocks base method
func (*MockECRAPI) BatchCheckLayerAvailabilityRequest ¶
func (m *MockECRAPI) BatchCheckLayerAvailabilityRequest(arg0 *ecr.BatchCheckLayerAvailabilityInput) (*request.Request, *ecr.BatchCheckLayerAvailabilityOutput)
BatchCheckLayerAvailabilityRequest mocks base method
func (*MockECRAPI) BatchCheckLayerAvailabilityWithContext ¶
func (m *MockECRAPI) BatchCheckLayerAvailabilityWithContext(arg0 aws.Context, arg1 *ecr.BatchCheckLayerAvailabilityInput, arg2 ...request.Option) (*ecr.BatchCheckLayerAvailabilityOutput, error)
BatchCheckLayerAvailabilityWithContext mocks base method
func (*MockECRAPI) BatchDeleteImage ¶
func (m *MockECRAPI) BatchDeleteImage(arg0 *ecr.BatchDeleteImageInput) (*ecr.BatchDeleteImageOutput, error)
BatchDeleteImage mocks base method
func (*MockECRAPI) BatchDeleteImageRequest ¶
func (m *MockECRAPI) BatchDeleteImageRequest(arg0 *ecr.BatchDeleteImageInput) (*request.Request, *ecr.BatchDeleteImageOutput)
BatchDeleteImageRequest mocks base method
func (*MockECRAPI) BatchDeleteImageWithContext ¶
func (m *MockECRAPI) BatchDeleteImageWithContext(arg0 aws.Context, arg1 *ecr.BatchDeleteImageInput, arg2 ...request.Option) (*ecr.BatchDeleteImageOutput, error)
BatchDeleteImageWithContext mocks base method
func (*MockECRAPI) BatchGetImage ¶
func (m *MockECRAPI) BatchGetImage(arg0 *ecr.BatchGetImageInput) (*ecr.BatchGetImageOutput, error)
BatchGetImage mocks base method
func (*MockECRAPI) BatchGetImageRequest ¶
func (m *MockECRAPI) BatchGetImageRequest(arg0 *ecr.BatchGetImageInput) (*request.Request, *ecr.BatchGetImageOutput)
BatchGetImageRequest mocks base method
func (*MockECRAPI) BatchGetImageWithContext ¶
func (m *MockECRAPI) BatchGetImageWithContext(arg0 aws.Context, arg1 *ecr.BatchGetImageInput, arg2 ...request.Option) (*ecr.BatchGetImageOutput, error)
BatchGetImageWithContext mocks base method
func (*MockECRAPI) CompleteLayerUpload ¶
func (m *MockECRAPI) CompleteLayerUpload(arg0 *ecr.CompleteLayerUploadInput) (*ecr.CompleteLayerUploadOutput, error)
CompleteLayerUpload mocks base method
func (*MockECRAPI) CompleteLayerUploadRequest ¶
func (m *MockECRAPI) CompleteLayerUploadRequest(arg0 *ecr.CompleteLayerUploadInput) (*request.Request, *ecr.CompleteLayerUploadOutput)
CompleteLayerUploadRequest mocks base method
func (*MockECRAPI) CompleteLayerUploadWithContext ¶
func (m *MockECRAPI) CompleteLayerUploadWithContext(arg0 aws.Context, arg1 *ecr.CompleteLayerUploadInput, arg2 ...request.Option) (*ecr.CompleteLayerUploadOutput, error)
CompleteLayerUploadWithContext mocks base method
func (*MockECRAPI) CreateRepository ¶
func (m *MockECRAPI) CreateRepository(arg0 *ecr.CreateRepositoryInput) (*ecr.CreateRepositoryOutput, error)
CreateRepository mocks base method
func (*MockECRAPI) CreateRepositoryRequest ¶
func (m *MockECRAPI) CreateRepositoryRequest(arg0 *ecr.CreateRepositoryInput) (*request.Request, *ecr.CreateRepositoryOutput)
CreateRepositoryRequest mocks base method
func (*MockECRAPI) CreateRepositoryWithContext ¶
func (m *MockECRAPI) CreateRepositoryWithContext(arg0 aws.Context, arg1 *ecr.CreateRepositoryInput, arg2 ...request.Option) (*ecr.CreateRepositoryOutput, error)
CreateRepositoryWithContext mocks base method
func (*MockECRAPI) DeleteLifecyclePolicy ¶
func (m *MockECRAPI) DeleteLifecyclePolicy(arg0 *ecr.DeleteLifecyclePolicyInput) (*ecr.DeleteLifecyclePolicyOutput, error)
DeleteLifecyclePolicy mocks base method
func (*MockECRAPI) DeleteLifecyclePolicyRequest ¶
func (m *MockECRAPI) DeleteLifecyclePolicyRequest(arg0 *ecr.DeleteLifecyclePolicyInput) (*request.Request, *ecr.DeleteLifecyclePolicyOutput)
DeleteLifecyclePolicyRequest mocks base method
func (*MockECRAPI) DeleteLifecyclePolicyWithContext ¶
func (m *MockECRAPI) DeleteLifecyclePolicyWithContext(arg0 aws.Context, arg1 *ecr.DeleteLifecyclePolicyInput, arg2 ...request.Option) (*ecr.DeleteLifecyclePolicyOutput, error)
DeleteLifecyclePolicyWithContext mocks base method
func (*MockECRAPI) DeleteRepository ¶
func (m *MockECRAPI) DeleteRepository(arg0 *ecr.DeleteRepositoryInput) (*ecr.DeleteRepositoryOutput, error)
DeleteRepository mocks base method
func (*MockECRAPI) DeleteRepositoryPolicy ¶
func (m *MockECRAPI) DeleteRepositoryPolicy(arg0 *ecr.DeleteRepositoryPolicyInput) (*ecr.DeleteRepositoryPolicyOutput, error)
DeleteRepositoryPolicy mocks base method
func (*MockECRAPI) DeleteRepositoryPolicyRequest ¶
func (m *MockECRAPI) DeleteRepositoryPolicyRequest(arg0 *ecr.DeleteRepositoryPolicyInput) (*request.Request, *ecr.DeleteRepositoryPolicyOutput)
DeleteRepositoryPolicyRequest mocks base method
func (*MockECRAPI) DeleteRepositoryPolicyWithContext ¶
func (m *MockECRAPI) DeleteRepositoryPolicyWithContext(arg0 aws.Context, arg1 *ecr.DeleteRepositoryPolicyInput, arg2 ...request.Option) (*ecr.DeleteRepositoryPolicyOutput, error)
DeleteRepositoryPolicyWithContext mocks base method
func (*MockECRAPI) DeleteRepositoryRequest ¶
func (m *MockECRAPI) DeleteRepositoryRequest(arg0 *ecr.DeleteRepositoryInput) (*request.Request, *ecr.DeleteRepositoryOutput)
DeleteRepositoryRequest mocks base method
func (*MockECRAPI) DeleteRepositoryWithContext ¶
func (m *MockECRAPI) DeleteRepositoryWithContext(arg0 aws.Context, arg1 *ecr.DeleteRepositoryInput, arg2 ...request.Option) (*ecr.DeleteRepositoryOutput, error)
DeleteRepositoryWithContext mocks base method
func (*MockECRAPI) DescribeImages ¶
func (m *MockECRAPI) DescribeImages(arg0 *ecr.DescribeImagesInput) (*ecr.DescribeImagesOutput, error)
DescribeImages mocks base method
func (*MockECRAPI) DescribeImagesPages ¶
func (m *MockECRAPI) DescribeImagesPages(arg0 *ecr.DescribeImagesInput, arg1 func(*ecr.DescribeImagesOutput, bool) bool) error
DescribeImagesPages mocks base method
func (*MockECRAPI) DescribeImagesPagesWithContext ¶
func (m *MockECRAPI) DescribeImagesPagesWithContext(arg0 aws.Context, arg1 *ecr.DescribeImagesInput, arg2 func(*ecr.DescribeImagesOutput, bool) bool, arg3 ...request.Option) error
DescribeImagesPagesWithContext mocks base method
func (*MockECRAPI) DescribeImagesRequest ¶
func (m *MockECRAPI) DescribeImagesRequest(arg0 *ecr.DescribeImagesInput) (*request.Request, *ecr.DescribeImagesOutput)
DescribeImagesRequest mocks base method
func (*MockECRAPI) DescribeImagesWithContext ¶
func (m *MockECRAPI) DescribeImagesWithContext(arg0 aws.Context, arg1 *ecr.DescribeImagesInput, arg2 ...request.Option) (*ecr.DescribeImagesOutput, error)
DescribeImagesWithContext mocks base method
func (*MockECRAPI) DescribeRepositories ¶
func (m *MockECRAPI) DescribeRepositories(arg0 *ecr.DescribeRepositoriesInput) (*ecr.DescribeRepositoriesOutput, error)
DescribeRepositories mocks base method
func (*MockECRAPI) DescribeRepositoriesPages ¶
func (m *MockECRAPI) DescribeRepositoriesPages(arg0 *ecr.DescribeRepositoriesInput, arg1 func(*ecr.DescribeRepositoriesOutput, bool) bool) error
DescribeRepositoriesPages mocks base method
func (*MockECRAPI) DescribeRepositoriesPagesWithContext ¶
func (m *MockECRAPI) DescribeRepositoriesPagesWithContext(arg0 aws.Context, arg1 *ecr.DescribeRepositoriesInput, arg2 func(*ecr.DescribeRepositoriesOutput, bool) bool, arg3 ...request.Option) error
DescribeRepositoriesPagesWithContext mocks base method
func (*MockECRAPI) DescribeRepositoriesRequest ¶
func (m *MockECRAPI) DescribeRepositoriesRequest(arg0 *ecr.DescribeRepositoriesInput) (*request.Request, *ecr.DescribeRepositoriesOutput)
DescribeRepositoriesRequest mocks base method
func (*MockECRAPI) DescribeRepositoriesWithContext ¶
func (m *MockECRAPI) DescribeRepositoriesWithContext(arg0 aws.Context, arg1 *ecr.DescribeRepositoriesInput, arg2 ...request.Option) (*ecr.DescribeRepositoriesOutput, error)
DescribeRepositoriesWithContext mocks base method
func (*MockECRAPI) EXPECT ¶
func (m *MockECRAPI) EXPECT() *MockECRAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockECRAPI) GetAuthorizationToken ¶
func (m *MockECRAPI) GetAuthorizationToken(arg0 *ecr.GetAuthorizationTokenInput) (*ecr.GetAuthorizationTokenOutput, error)
GetAuthorizationToken mocks base method
func (*MockECRAPI) GetAuthorizationTokenRequest ¶
func (m *MockECRAPI) GetAuthorizationTokenRequest(arg0 *ecr.GetAuthorizationTokenInput) (*request.Request, *ecr.GetAuthorizationTokenOutput)
GetAuthorizationTokenRequest mocks base method
func (*MockECRAPI) GetAuthorizationTokenWithContext ¶
func (m *MockECRAPI) GetAuthorizationTokenWithContext(arg0 aws.Context, arg1 *ecr.GetAuthorizationTokenInput, arg2 ...request.Option) (*ecr.GetAuthorizationTokenOutput, error)
GetAuthorizationTokenWithContext mocks base method
func (*MockECRAPI) GetDownloadUrlForLayer ¶
func (m *MockECRAPI) GetDownloadUrlForLayer(arg0 *ecr.GetDownloadUrlForLayerInput) (*ecr.GetDownloadUrlForLayerOutput, error)
GetDownloadUrlForLayer mocks base method
func (*MockECRAPI) GetDownloadUrlForLayerRequest ¶
func (m *MockECRAPI) GetDownloadUrlForLayerRequest(arg0 *ecr.GetDownloadUrlForLayerInput) (*request.Request, *ecr.GetDownloadUrlForLayerOutput)
GetDownloadUrlForLayerRequest mocks base method
func (*MockECRAPI) GetDownloadUrlForLayerWithContext ¶
func (m *MockECRAPI) GetDownloadUrlForLayerWithContext(arg0 aws.Context, arg1 *ecr.GetDownloadUrlForLayerInput, arg2 ...request.Option) (*ecr.GetDownloadUrlForLayerOutput, error)
GetDownloadUrlForLayerWithContext mocks base method
func (*MockECRAPI) GetLifecyclePolicy ¶
func (m *MockECRAPI) GetLifecyclePolicy(arg0 *ecr.GetLifecyclePolicyInput) (*ecr.GetLifecyclePolicyOutput, error)
GetLifecyclePolicy mocks base method
func (*MockECRAPI) GetLifecyclePolicyPreview ¶
func (m *MockECRAPI) GetLifecyclePolicyPreview(arg0 *ecr.GetLifecyclePolicyPreviewInput) (*ecr.GetLifecyclePolicyPreviewOutput, error)
GetLifecyclePolicyPreview mocks base method
func (*MockECRAPI) GetLifecyclePolicyPreviewRequest ¶
func (m *MockECRAPI) GetLifecyclePolicyPreviewRequest(arg0 *ecr.GetLifecyclePolicyPreviewInput) (*request.Request, *ecr.GetLifecyclePolicyPreviewOutput)
GetLifecyclePolicyPreviewRequest mocks base method
func (*MockECRAPI) GetLifecyclePolicyPreviewWithContext ¶
func (m *MockECRAPI) GetLifecyclePolicyPreviewWithContext(arg0 aws.Context, arg1 *ecr.GetLifecyclePolicyPreviewInput, arg2 ...request.Option) (*ecr.GetLifecyclePolicyPreviewOutput, error)
GetLifecyclePolicyPreviewWithContext mocks base method
func (*MockECRAPI) GetLifecyclePolicyRequest ¶
func (m *MockECRAPI) GetLifecyclePolicyRequest(arg0 *ecr.GetLifecyclePolicyInput) (*request.Request, *ecr.GetLifecyclePolicyOutput)
GetLifecyclePolicyRequest mocks base method
func (*MockECRAPI) GetLifecyclePolicyWithContext ¶
func (m *MockECRAPI) GetLifecyclePolicyWithContext(arg0 aws.Context, arg1 *ecr.GetLifecyclePolicyInput, arg2 ...request.Option) (*ecr.GetLifecyclePolicyOutput, error)
GetLifecyclePolicyWithContext mocks base method
func (*MockECRAPI) GetRepositoryPolicy ¶
func (m *MockECRAPI) GetRepositoryPolicy(arg0 *ecr.GetRepositoryPolicyInput) (*ecr.GetRepositoryPolicyOutput, error)
GetRepositoryPolicy mocks base method
func (*MockECRAPI) GetRepositoryPolicyRequest ¶
func (m *MockECRAPI) GetRepositoryPolicyRequest(arg0 *ecr.GetRepositoryPolicyInput) (*request.Request, *ecr.GetRepositoryPolicyOutput)
GetRepositoryPolicyRequest mocks base method
func (*MockECRAPI) GetRepositoryPolicyWithContext ¶
func (m *MockECRAPI) GetRepositoryPolicyWithContext(arg0 aws.Context, arg1 *ecr.GetRepositoryPolicyInput, arg2 ...request.Option) (*ecr.GetRepositoryPolicyOutput, error)
GetRepositoryPolicyWithContext mocks base method
func (*MockECRAPI) InitiateLayerUpload ¶
func (m *MockECRAPI) InitiateLayerUpload(arg0 *ecr.InitiateLayerUploadInput) (*ecr.InitiateLayerUploadOutput, error)
InitiateLayerUpload mocks base method
func (*MockECRAPI) InitiateLayerUploadRequest ¶
func (m *MockECRAPI) InitiateLayerUploadRequest(arg0 *ecr.InitiateLayerUploadInput) (*request.Request, *ecr.InitiateLayerUploadOutput)
InitiateLayerUploadRequest mocks base method
func (*MockECRAPI) InitiateLayerUploadWithContext ¶
func (m *MockECRAPI) InitiateLayerUploadWithContext(arg0 aws.Context, arg1 *ecr.InitiateLayerUploadInput, arg2 ...request.Option) (*ecr.InitiateLayerUploadOutput, error)
InitiateLayerUploadWithContext mocks base method
func (*MockECRAPI) ListImages ¶
func (m *MockECRAPI) ListImages(arg0 *ecr.ListImagesInput) (*ecr.ListImagesOutput, error)
ListImages mocks base method
func (*MockECRAPI) ListImagesPages ¶
func (m *MockECRAPI) ListImagesPages(arg0 *ecr.ListImagesInput, arg1 func(*ecr.ListImagesOutput, bool) bool) error
ListImagesPages mocks base method
func (*MockECRAPI) ListImagesPagesWithContext ¶
func (m *MockECRAPI) ListImagesPagesWithContext(arg0 aws.Context, arg1 *ecr.ListImagesInput, arg2 func(*ecr.ListImagesOutput, bool) bool, arg3 ...request.Option) error
ListImagesPagesWithContext mocks base method
func (*MockECRAPI) ListImagesRequest ¶
func (m *MockECRAPI) ListImagesRequest(arg0 *ecr.ListImagesInput) (*request.Request, *ecr.ListImagesOutput)
ListImagesRequest mocks base method
func (*MockECRAPI) ListImagesWithContext ¶
func (m *MockECRAPI) ListImagesWithContext(arg0 aws.Context, arg1 *ecr.ListImagesInput, arg2 ...request.Option) (*ecr.ListImagesOutput, error)
ListImagesWithContext mocks base method
func (*MockECRAPI) PutImage ¶
func (m *MockECRAPI) PutImage(arg0 *ecr.PutImageInput) (*ecr.PutImageOutput, error)
PutImage mocks base method
func (*MockECRAPI) PutImageRequest ¶
func (m *MockECRAPI) PutImageRequest(arg0 *ecr.PutImageInput) (*request.Request, *ecr.PutImageOutput)
PutImageRequest mocks base method
func (*MockECRAPI) PutImageWithContext ¶
func (m *MockECRAPI) PutImageWithContext(arg0 aws.Context, arg1 *ecr.PutImageInput, arg2 ...request.Option) (*ecr.PutImageOutput, error)
PutImageWithContext mocks base method
func (*MockECRAPI) PutLifecyclePolicy ¶
func (m *MockECRAPI) PutLifecyclePolicy(arg0 *ecr.PutLifecyclePolicyInput) (*ecr.PutLifecyclePolicyOutput, error)
PutLifecyclePolicy mocks base method
func (*MockECRAPI) PutLifecyclePolicyRequest ¶
func (m *MockECRAPI) PutLifecyclePolicyRequest(arg0 *ecr.PutLifecyclePolicyInput) (*request.Request, *ecr.PutLifecyclePolicyOutput)
PutLifecyclePolicyRequest mocks base method
func (*MockECRAPI) PutLifecyclePolicyWithContext ¶
func (m *MockECRAPI) PutLifecyclePolicyWithContext(arg0 aws.Context, arg1 *ecr.PutLifecyclePolicyInput, arg2 ...request.Option) (*ecr.PutLifecyclePolicyOutput, error)
PutLifecyclePolicyWithContext mocks base method
func (*MockECRAPI) SetRepositoryPolicy ¶
func (m *MockECRAPI) SetRepositoryPolicy(arg0 *ecr.SetRepositoryPolicyInput) (*ecr.SetRepositoryPolicyOutput, error)
SetRepositoryPolicy mocks base method
func (*MockECRAPI) SetRepositoryPolicyRequest ¶
func (m *MockECRAPI) SetRepositoryPolicyRequest(arg0 *ecr.SetRepositoryPolicyInput) (*request.Request, *ecr.SetRepositoryPolicyOutput)
SetRepositoryPolicyRequest mocks base method
func (*MockECRAPI) SetRepositoryPolicyWithContext ¶
func (m *MockECRAPI) SetRepositoryPolicyWithContext(arg0 aws.Context, arg1 *ecr.SetRepositoryPolicyInput, arg2 ...request.Option) (*ecr.SetRepositoryPolicyOutput, error)
SetRepositoryPolicyWithContext mocks base method
func (*MockECRAPI) StartLifecyclePolicyPreview ¶
func (m *MockECRAPI) StartLifecyclePolicyPreview(arg0 *ecr.StartLifecyclePolicyPreviewInput) (*ecr.StartLifecyclePolicyPreviewOutput, error)
StartLifecyclePolicyPreview mocks base method
func (*MockECRAPI) StartLifecyclePolicyPreviewRequest ¶
func (m *MockECRAPI) StartLifecyclePolicyPreviewRequest(arg0 *ecr.StartLifecyclePolicyPreviewInput) (*request.Request, *ecr.StartLifecyclePolicyPreviewOutput)
StartLifecyclePolicyPreviewRequest mocks base method
func (*MockECRAPI) StartLifecyclePolicyPreviewWithContext ¶
func (m *MockECRAPI) StartLifecyclePolicyPreviewWithContext(arg0 aws.Context, arg1 *ecr.StartLifecyclePolicyPreviewInput, arg2 ...request.Option) (*ecr.StartLifecyclePolicyPreviewOutput, error)
StartLifecyclePolicyPreviewWithContext mocks base method
func (*MockECRAPI) UploadLayerPart ¶
func (m *MockECRAPI) UploadLayerPart(arg0 *ecr.UploadLayerPartInput) (*ecr.UploadLayerPartOutput, error)
UploadLayerPart mocks base method
func (*MockECRAPI) UploadLayerPartRequest ¶
func (m *MockECRAPI) UploadLayerPartRequest(arg0 *ecr.UploadLayerPartInput) (*request.Request, *ecr.UploadLayerPartOutput)
UploadLayerPartRequest mocks base method
func (*MockECRAPI) UploadLayerPartWithContext ¶
func (m *MockECRAPI) UploadLayerPartWithContext(arg0 aws.Context, arg1 *ecr.UploadLayerPartInput, arg2 ...request.Option) (*ecr.UploadLayerPartOutput, error)
UploadLayerPartWithContext mocks base method
type MockECRAPIMockRecorder ¶
type MockECRAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockECRAPIMockRecorder is the mock recorder for MockECRAPI
func (*MockECRAPIMockRecorder) BatchCheckLayerAvailability ¶
func (mr *MockECRAPIMockRecorder) BatchCheckLayerAvailability(arg0 interface{}) *gomock.Call
BatchCheckLayerAvailability indicates an expected call of BatchCheckLayerAvailability
func (*MockECRAPIMockRecorder) BatchCheckLayerAvailabilityRequest ¶
func (mr *MockECRAPIMockRecorder) BatchCheckLayerAvailabilityRequest(arg0 interface{}) *gomock.Call
BatchCheckLayerAvailabilityRequest indicates an expected call of BatchCheckLayerAvailabilityRequest
func (*MockECRAPIMockRecorder) BatchCheckLayerAvailabilityWithContext ¶
func (mr *MockECRAPIMockRecorder) BatchCheckLayerAvailabilityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchCheckLayerAvailabilityWithContext indicates an expected call of BatchCheckLayerAvailabilityWithContext
func (*MockECRAPIMockRecorder) BatchDeleteImage ¶
func (mr *MockECRAPIMockRecorder) BatchDeleteImage(arg0 interface{}) *gomock.Call
BatchDeleteImage indicates an expected call of BatchDeleteImage
func (*MockECRAPIMockRecorder) BatchDeleteImageRequest ¶
func (mr *MockECRAPIMockRecorder) BatchDeleteImageRequest(arg0 interface{}) *gomock.Call
BatchDeleteImageRequest indicates an expected call of BatchDeleteImageRequest
func (*MockECRAPIMockRecorder) BatchDeleteImageWithContext ¶
func (mr *MockECRAPIMockRecorder) BatchDeleteImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchDeleteImageWithContext indicates an expected call of BatchDeleteImageWithContext
func (*MockECRAPIMockRecorder) BatchGetImage ¶
func (mr *MockECRAPIMockRecorder) BatchGetImage(arg0 interface{}) *gomock.Call
BatchGetImage indicates an expected call of BatchGetImage
func (*MockECRAPIMockRecorder) BatchGetImageRequest ¶
func (mr *MockECRAPIMockRecorder) BatchGetImageRequest(arg0 interface{}) *gomock.Call
BatchGetImageRequest indicates an expected call of BatchGetImageRequest
func (*MockECRAPIMockRecorder) BatchGetImageWithContext ¶
func (mr *MockECRAPIMockRecorder) BatchGetImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchGetImageWithContext indicates an expected call of BatchGetImageWithContext
func (*MockECRAPIMockRecorder) CompleteLayerUpload ¶
func (mr *MockECRAPIMockRecorder) CompleteLayerUpload(arg0 interface{}) *gomock.Call
CompleteLayerUpload indicates an expected call of CompleteLayerUpload
func (*MockECRAPIMockRecorder) CompleteLayerUploadRequest ¶
func (mr *MockECRAPIMockRecorder) CompleteLayerUploadRequest(arg0 interface{}) *gomock.Call
CompleteLayerUploadRequest indicates an expected call of CompleteLayerUploadRequest
func (*MockECRAPIMockRecorder) CompleteLayerUploadWithContext ¶
func (mr *MockECRAPIMockRecorder) CompleteLayerUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CompleteLayerUploadWithContext indicates an expected call of CompleteLayerUploadWithContext
func (*MockECRAPIMockRecorder) CreateRepository ¶
func (mr *MockECRAPIMockRecorder) CreateRepository(arg0 interface{}) *gomock.Call
CreateRepository indicates an expected call of CreateRepository
func (*MockECRAPIMockRecorder) CreateRepositoryRequest ¶
func (mr *MockECRAPIMockRecorder) CreateRepositoryRequest(arg0 interface{}) *gomock.Call
CreateRepositoryRequest indicates an expected call of CreateRepositoryRequest
func (*MockECRAPIMockRecorder) CreateRepositoryWithContext ¶
func (mr *MockECRAPIMockRecorder) CreateRepositoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateRepositoryWithContext indicates an expected call of CreateRepositoryWithContext
func (*MockECRAPIMockRecorder) DeleteLifecyclePolicy ¶
func (mr *MockECRAPIMockRecorder) DeleteLifecyclePolicy(arg0 interface{}) *gomock.Call
DeleteLifecyclePolicy indicates an expected call of DeleteLifecyclePolicy
func (*MockECRAPIMockRecorder) DeleteLifecyclePolicyRequest ¶
func (mr *MockECRAPIMockRecorder) DeleteLifecyclePolicyRequest(arg0 interface{}) *gomock.Call
DeleteLifecyclePolicyRequest indicates an expected call of DeleteLifecyclePolicyRequest
func (*MockECRAPIMockRecorder) DeleteLifecyclePolicyWithContext ¶
func (mr *MockECRAPIMockRecorder) DeleteLifecyclePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteLifecyclePolicyWithContext indicates an expected call of DeleteLifecyclePolicyWithContext
func (*MockECRAPIMockRecorder) DeleteRepository ¶
func (mr *MockECRAPIMockRecorder) DeleteRepository(arg0 interface{}) *gomock.Call
DeleteRepository indicates an expected call of DeleteRepository
func (*MockECRAPIMockRecorder) DeleteRepositoryPolicy ¶
func (mr *MockECRAPIMockRecorder) DeleteRepositoryPolicy(arg0 interface{}) *gomock.Call
DeleteRepositoryPolicy indicates an expected call of DeleteRepositoryPolicy
func (*MockECRAPIMockRecorder) DeleteRepositoryPolicyRequest ¶
func (mr *MockECRAPIMockRecorder) DeleteRepositoryPolicyRequest(arg0 interface{}) *gomock.Call
DeleteRepositoryPolicyRequest indicates an expected call of DeleteRepositoryPolicyRequest
func (*MockECRAPIMockRecorder) DeleteRepositoryPolicyWithContext ¶
func (mr *MockECRAPIMockRecorder) DeleteRepositoryPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteRepositoryPolicyWithContext indicates an expected call of DeleteRepositoryPolicyWithContext
func (*MockECRAPIMockRecorder) DeleteRepositoryRequest ¶
func (mr *MockECRAPIMockRecorder) DeleteRepositoryRequest(arg0 interface{}) *gomock.Call
DeleteRepositoryRequest indicates an expected call of DeleteRepositoryRequest
func (*MockECRAPIMockRecorder) DeleteRepositoryWithContext ¶
func (mr *MockECRAPIMockRecorder) DeleteRepositoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteRepositoryWithContext indicates an expected call of DeleteRepositoryWithContext
func (*MockECRAPIMockRecorder) DescribeImages ¶
func (mr *MockECRAPIMockRecorder) DescribeImages(arg0 interface{}) *gomock.Call
DescribeImages indicates an expected call of DescribeImages
func (*MockECRAPIMockRecorder) DescribeImagesPages ¶
func (mr *MockECRAPIMockRecorder) DescribeImagesPages(arg0, arg1 interface{}) *gomock.Call
DescribeImagesPages indicates an expected call of DescribeImagesPages
func (*MockECRAPIMockRecorder) DescribeImagesPagesWithContext ¶
func (mr *MockECRAPIMockRecorder) DescribeImagesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DescribeImagesPagesWithContext indicates an expected call of DescribeImagesPagesWithContext
func (*MockECRAPIMockRecorder) DescribeImagesRequest ¶
func (mr *MockECRAPIMockRecorder) DescribeImagesRequest(arg0 interface{}) *gomock.Call
DescribeImagesRequest indicates an expected call of DescribeImagesRequest
func (*MockECRAPIMockRecorder) DescribeImagesWithContext ¶
func (mr *MockECRAPIMockRecorder) DescribeImagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeImagesWithContext indicates an expected call of DescribeImagesWithContext
func (*MockECRAPIMockRecorder) DescribeRepositories ¶
func (mr *MockECRAPIMockRecorder) DescribeRepositories(arg0 interface{}) *gomock.Call
DescribeRepositories indicates an expected call of DescribeRepositories
func (*MockECRAPIMockRecorder) DescribeRepositoriesPages ¶
func (mr *MockECRAPIMockRecorder) DescribeRepositoriesPages(arg0, arg1 interface{}) *gomock.Call
DescribeRepositoriesPages indicates an expected call of DescribeRepositoriesPages
func (*MockECRAPIMockRecorder) DescribeRepositoriesPagesWithContext ¶
func (mr *MockECRAPIMockRecorder) DescribeRepositoriesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DescribeRepositoriesPagesWithContext indicates an expected call of DescribeRepositoriesPagesWithContext
func (*MockECRAPIMockRecorder) DescribeRepositoriesRequest ¶
func (mr *MockECRAPIMockRecorder) DescribeRepositoriesRequest(arg0 interface{}) *gomock.Call
DescribeRepositoriesRequest indicates an expected call of DescribeRepositoriesRequest
func (*MockECRAPIMockRecorder) DescribeRepositoriesWithContext ¶
func (mr *MockECRAPIMockRecorder) DescribeRepositoriesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeRepositoriesWithContext indicates an expected call of DescribeRepositoriesWithContext
func (*MockECRAPIMockRecorder) GetAuthorizationToken ¶
func (mr *MockECRAPIMockRecorder) GetAuthorizationToken(arg0 interface{}) *gomock.Call
GetAuthorizationToken indicates an expected call of GetAuthorizationToken
func (*MockECRAPIMockRecorder) GetAuthorizationTokenRequest ¶
func (mr *MockECRAPIMockRecorder) GetAuthorizationTokenRequest(arg0 interface{}) *gomock.Call
GetAuthorizationTokenRequest indicates an expected call of GetAuthorizationTokenRequest
func (*MockECRAPIMockRecorder) GetAuthorizationTokenWithContext ¶
func (mr *MockECRAPIMockRecorder) GetAuthorizationTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetAuthorizationTokenWithContext indicates an expected call of GetAuthorizationTokenWithContext
func (*MockECRAPIMockRecorder) GetDownloadUrlForLayer ¶
func (mr *MockECRAPIMockRecorder) GetDownloadUrlForLayer(arg0 interface{}) *gomock.Call
GetDownloadUrlForLayer indicates an expected call of GetDownloadUrlForLayer
func (*MockECRAPIMockRecorder) GetDownloadUrlForLayerRequest ¶
func (mr *MockECRAPIMockRecorder) GetDownloadUrlForLayerRequest(arg0 interface{}) *gomock.Call
GetDownloadUrlForLayerRequest indicates an expected call of GetDownloadUrlForLayerRequest
func (*MockECRAPIMockRecorder) GetDownloadUrlForLayerWithContext ¶
func (mr *MockECRAPIMockRecorder) GetDownloadUrlForLayerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetDownloadUrlForLayerWithContext indicates an expected call of GetDownloadUrlForLayerWithContext
func (*MockECRAPIMockRecorder) GetLifecyclePolicy ¶
func (mr *MockECRAPIMockRecorder) GetLifecyclePolicy(arg0 interface{}) *gomock.Call
GetLifecyclePolicy indicates an expected call of GetLifecyclePolicy
func (*MockECRAPIMockRecorder) GetLifecyclePolicyPreview ¶
func (mr *MockECRAPIMockRecorder) GetLifecyclePolicyPreview(arg0 interface{}) *gomock.Call
GetLifecyclePolicyPreview indicates an expected call of GetLifecyclePolicyPreview
func (*MockECRAPIMockRecorder) GetLifecyclePolicyPreviewRequest ¶
func (mr *MockECRAPIMockRecorder) GetLifecyclePolicyPreviewRequest(arg0 interface{}) *gomock.Call
GetLifecyclePolicyPreviewRequest indicates an expected call of GetLifecyclePolicyPreviewRequest
func (*MockECRAPIMockRecorder) GetLifecyclePolicyPreviewWithContext ¶
func (mr *MockECRAPIMockRecorder) GetLifecyclePolicyPreviewWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetLifecyclePolicyPreviewWithContext indicates an expected call of GetLifecyclePolicyPreviewWithContext
func (*MockECRAPIMockRecorder) GetLifecyclePolicyRequest ¶
func (mr *MockECRAPIMockRecorder) GetLifecyclePolicyRequest(arg0 interface{}) *gomock.Call
GetLifecyclePolicyRequest indicates an expected call of GetLifecyclePolicyRequest
func (*MockECRAPIMockRecorder) GetLifecyclePolicyWithContext ¶
func (mr *MockECRAPIMockRecorder) GetLifecyclePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetLifecyclePolicyWithContext indicates an expected call of GetLifecyclePolicyWithContext
func (*MockECRAPIMockRecorder) GetRepositoryPolicy ¶
func (mr *MockECRAPIMockRecorder) GetRepositoryPolicy(arg0 interface{}) *gomock.Call
GetRepositoryPolicy indicates an expected call of GetRepositoryPolicy
func (*MockECRAPIMockRecorder) GetRepositoryPolicyRequest ¶
func (mr *MockECRAPIMockRecorder) GetRepositoryPolicyRequest(arg0 interface{}) *gomock.Call
GetRepositoryPolicyRequest indicates an expected call of GetRepositoryPolicyRequest
func (*MockECRAPIMockRecorder) GetRepositoryPolicyWithContext ¶
func (mr *MockECRAPIMockRecorder) GetRepositoryPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetRepositoryPolicyWithContext indicates an expected call of GetRepositoryPolicyWithContext
func (*MockECRAPIMockRecorder) InitiateLayerUpload ¶
func (mr *MockECRAPIMockRecorder) InitiateLayerUpload(arg0 interface{}) *gomock.Call
InitiateLayerUpload indicates an expected call of InitiateLayerUpload
func (*MockECRAPIMockRecorder) InitiateLayerUploadRequest ¶
func (mr *MockECRAPIMockRecorder) InitiateLayerUploadRequest(arg0 interface{}) *gomock.Call
InitiateLayerUploadRequest indicates an expected call of InitiateLayerUploadRequest
func (*MockECRAPIMockRecorder) InitiateLayerUploadWithContext ¶
func (mr *MockECRAPIMockRecorder) InitiateLayerUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
InitiateLayerUploadWithContext indicates an expected call of InitiateLayerUploadWithContext
func (*MockECRAPIMockRecorder) ListImages ¶
func (mr *MockECRAPIMockRecorder) ListImages(arg0 interface{}) *gomock.Call
ListImages indicates an expected call of ListImages
func (*MockECRAPIMockRecorder) ListImagesPages ¶
func (mr *MockECRAPIMockRecorder) ListImagesPages(arg0, arg1 interface{}) *gomock.Call
ListImagesPages indicates an expected call of ListImagesPages
func (*MockECRAPIMockRecorder) ListImagesPagesWithContext ¶
func (mr *MockECRAPIMockRecorder) ListImagesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListImagesPagesWithContext indicates an expected call of ListImagesPagesWithContext
func (*MockECRAPIMockRecorder) ListImagesRequest ¶
func (mr *MockECRAPIMockRecorder) ListImagesRequest(arg0 interface{}) *gomock.Call
ListImagesRequest indicates an expected call of ListImagesRequest
func (*MockECRAPIMockRecorder) ListImagesWithContext ¶
func (mr *MockECRAPIMockRecorder) ListImagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListImagesWithContext indicates an expected call of ListImagesWithContext
func (*MockECRAPIMockRecorder) PutImage ¶
func (mr *MockECRAPIMockRecorder) PutImage(arg0 interface{}) *gomock.Call
PutImage indicates an expected call of PutImage
func (*MockECRAPIMockRecorder) PutImageRequest ¶
func (mr *MockECRAPIMockRecorder) PutImageRequest(arg0 interface{}) *gomock.Call
PutImageRequest indicates an expected call of PutImageRequest
func (*MockECRAPIMockRecorder) PutImageWithContext ¶
func (mr *MockECRAPIMockRecorder) PutImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutImageWithContext indicates an expected call of PutImageWithContext
func (*MockECRAPIMockRecorder) PutLifecyclePolicy ¶
func (mr *MockECRAPIMockRecorder) PutLifecyclePolicy(arg0 interface{}) *gomock.Call
PutLifecyclePolicy indicates an expected call of PutLifecyclePolicy
func (*MockECRAPIMockRecorder) PutLifecyclePolicyRequest ¶
func (mr *MockECRAPIMockRecorder) PutLifecyclePolicyRequest(arg0 interface{}) *gomock.Call
PutLifecyclePolicyRequest indicates an expected call of PutLifecyclePolicyRequest
func (*MockECRAPIMockRecorder) PutLifecyclePolicyWithContext ¶
func (mr *MockECRAPIMockRecorder) PutLifecyclePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutLifecyclePolicyWithContext indicates an expected call of PutLifecyclePolicyWithContext
func (*MockECRAPIMockRecorder) SetRepositoryPolicy ¶
func (mr *MockECRAPIMockRecorder) SetRepositoryPolicy(arg0 interface{}) *gomock.Call
SetRepositoryPolicy indicates an expected call of SetRepositoryPolicy
func (*MockECRAPIMockRecorder) SetRepositoryPolicyRequest ¶
func (mr *MockECRAPIMockRecorder) SetRepositoryPolicyRequest(arg0 interface{}) *gomock.Call
SetRepositoryPolicyRequest indicates an expected call of SetRepositoryPolicyRequest
func (*MockECRAPIMockRecorder) SetRepositoryPolicyWithContext ¶
func (mr *MockECRAPIMockRecorder) SetRepositoryPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SetRepositoryPolicyWithContext indicates an expected call of SetRepositoryPolicyWithContext
func (*MockECRAPIMockRecorder) StartLifecyclePolicyPreview ¶
func (mr *MockECRAPIMockRecorder) StartLifecyclePolicyPreview(arg0 interface{}) *gomock.Call
StartLifecyclePolicyPreview indicates an expected call of StartLifecyclePolicyPreview
func (*MockECRAPIMockRecorder) StartLifecyclePolicyPreviewRequest ¶
func (mr *MockECRAPIMockRecorder) StartLifecyclePolicyPreviewRequest(arg0 interface{}) *gomock.Call
StartLifecyclePolicyPreviewRequest indicates an expected call of StartLifecyclePolicyPreviewRequest
func (*MockECRAPIMockRecorder) StartLifecyclePolicyPreviewWithContext ¶
func (mr *MockECRAPIMockRecorder) StartLifecyclePolicyPreviewWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartLifecyclePolicyPreviewWithContext indicates an expected call of StartLifecyclePolicyPreviewWithContext
func (*MockECRAPIMockRecorder) UploadLayerPart ¶
func (mr *MockECRAPIMockRecorder) UploadLayerPart(arg0 interface{}) *gomock.Call
UploadLayerPart indicates an expected call of UploadLayerPart
func (*MockECRAPIMockRecorder) UploadLayerPartRequest ¶
func (mr *MockECRAPIMockRecorder) UploadLayerPartRequest(arg0 interface{}) *gomock.Call
UploadLayerPartRequest indicates an expected call of UploadLayerPartRequest
func (*MockECRAPIMockRecorder) UploadLayerPartWithContext ¶
func (mr *MockECRAPIMockRecorder) UploadLayerPartWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UploadLayerPartWithContext indicates an expected call of UploadLayerPartWithContext
type MockECSAPI ¶
type MockECSAPI struct {
// contains filtered or unexported fields
}
MockECSAPI is a mock of ECSAPI interface
func NewMockECSAPI ¶
func NewMockECSAPI(ctrl *gomock.Controller) *MockECSAPI
NewMockECSAPI creates a new mock instance
func (*MockECSAPI) CreateCluster ¶
func (m *MockECSAPI) CreateCluster(arg0 *ecs.CreateClusterInput) (*ecs.CreateClusterOutput, error)
CreateCluster mocks base method
func (*MockECSAPI) CreateClusterRequest ¶
func (m *MockECSAPI) CreateClusterRequest(arg0 *ecs.CreateClusterInput) (*request.Request, *ecs.CreateClusterOutput)
CreateClusterRequest mocks base method
func (*MockECSAPI) CreateClusterWithContext ¶
func (m *MockECSAPI) CreateClusterWithContext(arg0 aws.Context, arg1 *ecs.CreateClusterInput, arg2 ...request.Option) (*ecs.CreateClusterOutput, error)
CreateClusterWithContext mocks base method
func (*MockECSAPI) CreateService ¶
func (m *MockECSAPI) CreateService(arg0 *ecs.CreateServiceInput) (*ecs.CreateServiceOutput, error)
CreateService mocks base method
func (*MockECSAPI) CreateServiceRequest ¶
func (m *MockECSAPI) CreateServiceRequest(arg0 *ecs.CreateServiceInput) (*request.Request, *ecs.CreateServiceOutput)
CreateServiceRequest mocks base method
func (*MockECSAPI) CreateServiceWithContext ¶
func (m *MockECSAPI) CreateServiceWithContext(arg0 aws.Context, arg1 *ecs.CreateServiceInput, arg2 ...request.Option) (*ecs.CreateServiceOutput, error)
CreateServiceWithContext mocks base method
func (*MockECSAPI) DeleteAttributes ¶
func (m *MockECSAPI) DeleteAttributes(arg0 *ecs.DeleteAttributesInput) (*ecs.DeleteAttributesOutput, error)
DeleteAttributes mocks base method
func (*MockECSAPI) DeleteAttributesRequest ¶
func (m *MockECSAPI) DeleteAttributesRequest(arg0 *ecs.DeleteAttributesInput) (*request.Request, *ecs.DeleteAttributesOutput)
DeleteAttributesRequest mocks base method
func (*MockECSAPI) DeleteAttributesWithContext ¶
func (m *MockECSAPI) DeleteAttributesWithContext(arg0 aws.Context, arg1 *ecs.DeleteAttributesInput, arg2 ...request.Option) (*ecs.DeleteAttributesOutput, error)
DeleteAttributesWithContext mocks base method
func (*MockECSAPI) DeleteCluster ¶
func (m *MockECSAPI) DeleteCluster(arg0 *ecs.DeleteClusterInput) (*ecs.DeleteClusterOutput, error)
DeleteCluster mocks base method
func (*MockECSAPI) DeleteClusterRequest ¶
func (m *MockECSAPI) DeleteClusterRequest(arg0 *ecs.DeleteClusterInput) (*request.Request, *ecs.DeleteClusterOutput)
DeleteClusterRequest mocks base method
func (*MockECSAPI) DeleteClusterWithContext ¶
func (m *MockECSAPI) DeleteClusterWithContext(arg0 aws.Context, arg1 *ecs.DeleteClusterInput, arg2 ...request.Option) (*ecs.DeleteClusterOutput, error)
DeleteClusterWithContext mocks base method
func (*MockECSAPI) DeleteService ¶
func (m *MockECSAPI) DeleteService(arg0 *ecs.DeleteServiceInput) (*ecs.DeleteServiceOutput, error)
DeleteService mocks base method
func (*MockECSAPI) DeleteServiceRequest ¶
func (m *MockECSAPI) DeleteServiceRequest(arg0 *ecs.DeleteServiceInput) (*request.Request, *ecs.DeleteServiceOutput)
DeleteServiceRequest mocks base method
func (*MockECSAPI) DeleteServiceWithContext ¶
func (m *MockECSAPI) DeleteServiceWithContext(arg0 aws.Context, arg1 *ecs.DeleteServiceInput, arg2 ...request.Option) (*ecs.DeleteServiceOutput, error)
DeleteServiceWithContext mocks base method
func (*MockECSAPI) DeregisterContainerInstance ¶
func (m *MockECSAPI) DeregisterContainerInstance(arg0 *ecs.DeregisterContainerInstanceInput) (*ecs.DeregisterContainerInstanceOutput, error)
DeregisterContainerInstance mocks base method
func (*MockECSAPI) DeregisterContainerInstanceRequest ¶
func (m *MockECSAPI) DeregisterContainerInstanceRequest(arg0 *ecs.DeregisterContainerInstanceInput) (*request.Request, *ecs.DeregisterContainerInstanceOutput)
DeregisterContainerInstanceRequest mocks base method
func (*MockECSAPI) DeregisterContainerInstanceWithContext ¶
func (m *MockECSAPI) DeregisterContainerInstanceWithContext(arg0 aws.Context, arg1 *ecs.DeregisterContainerInstanceInput, arg2 ...request.Option) (*ecs.DeregisterContainerInstanceOutput, error)
DeregisterContainerInstanceWithContext mocks base method
func (*MockECSAPI) DeregisterTaskDefinition ¶
func (m *MockECSAPI) DeregisterTaskDefinition(arg0 *ecs.DeregisterTaskDefinitionInput) (*ecs.DeregisterTaskDefinitionOutput, error)
DeregisterTaskDefinition mocks base method
func (*MockECSAPI) DeregisterTaskDefinitionRequest ¶
func (m *MockECSAPI) DeregisterTaskDefinitionRequest(arg0 *ecs.DeregisterTaskDefinitionInput) (*request.Request, *ecs.DeregisterTaskDefinitionOutput)
DeregisterTaskDefinitionRequest mocks base method
func (*MockECSAPI) DeregisterTaskDefinitionWithContext ¶
func (m *MockECSAPI) DeregisterTaskDefinitionWithContext(arg0 aws.Context, arg1 *ecs.DeregisterTaskDefinitionInput, arg2 ...request.Option) (*ecs.DeregisterTaskDefinitionOutput, error)
DeregisterTaskDefinitionWithContext mocks base method
func (*MockECSAPI) DescribeClusters ¶
func (m *MockECSAPI) DescribeClusters(arg0 *ecs.DescribeClustersInput) (*ecs.DescribeClustersOutput, error)
DescribeClusters mocks base method
func (*MockECSAPI) DescribeClustersRequest ¶
func (m *MockECSAPI) DescribeClustersRequest(arg0 *ecs.DescribeClustersInput) (*request.Request, *ecs.DescribeClustersOutput)
DescribeClustersRequest mocks base method
func (*MockECSAPI) DescribeClustersWithContext ¶
func (m *MockECSAPI) DescribeClustersWithContext(arg0 aws.Context, arg1 *ecs.DescribeClustersInput, arg2 ...request.Option) (*ecs.DescribeClustersOutput, error)
DescribeClustersWithContext mocks base method
func (*MockECSAPI) DescribeContainerInstances ¶
func (m *MockECSAPI) DescribeContainerInstances(arg0 *ecs.DescribeContainerInstancesInput) (*ecs.DescribeContainerInstancesOutput, error)
DescribeContainerInstances mocks base method
func (*MockECSAPI) DescribeContainerInstancesRequest ¶
func (m *MockECSAPI) DescribeContainerInstancesRequest(arg0 *ecs.DescribeContainerInstancesInput) (*request.Request, *ecs.DescribeContainerInstancesOutput)
DescribeContainerInstancesRequest mocks base method
func (*MockECSAPI) DescribeContainerInstancesWithContext ¶
func (m *MockECSAPI) DescribeContainerInstancesWithContext(arg0 aws.Context, arg1 *ecs.DescribeContainerInstancesInput, arg2 ...request.Option) (*ecs.DescribeContainerInstancesOutput, error)
DescribeContainerInstancesWithContext mocks base method
func (*MockECSAPI) DescribeServices ¶
func (m *MockECSAPI) DescribeServices(arg0 *ecs.DescribeServicesInput) (*ecs.DescribeServicesOutput, error)
DescribeServices mocks base method
func (*MockECSAPI) DescribeServicesRequest ¶
func (m *MockECSAPI) DescribeServicesRequest(arg0 *ecs.DescribeServicesInput) (*request.Request, *ecs.DescribeServicesOutput)
DescribeServicesRequest mocks base method
func (*MockECSAPI) DescribeServicesWithContext ¶
func (m *MockECSAPI) DescribeServicesWithContext(arg0 aws.Context, arg1 *ecs.DescribeServicesInput, arg2 ...request.Option) (*ecs.DescribeServicesOutput, error)
DescribeServicesWithContext mocks base method
func (*MockECSAPI) DescribeTaskDefinition ¶
func (m *MockECSAPI) DescribeTaskDefinition(arg0 *ecs.DescribeTaskDefinitionInput) (*ecs.DescribeTaskDefinitionOutput, error)
DescribeTaskDefinition mocks base method
func (*MockECSAPI) DescribeTaskDefinitionRequest ¶
func (m *MockECSAPI) DescribeTaskDefinitionRequest(arg0 *ecs.DescribeTaskDefinitionInput) (*request.Request, *ecs.DescribeTaskDefinitionOutput)
DescribeTaskDefinitionRequest mocks base method
func (*MockECSAPI) DescribeTaskDefinitionWithContext ¶
func (m *MockECSAPI) DescribeTaskDefinitionWithContext(arg0 aws.Context, arg1 *ecs.DescribeTaskDefinitionInput, arg2 ...request.Option) (*ecs.DescribeTaskDefinitionOutput, error)
DescribeTaskDefinitionWithContext mocks base method
func (*MockECSAPI) DescribeTasks ¶
func (m *MockECSAPI) DescribeTasks(arg0 *ecs.DescribeTasksInput) (*ecs.DescribeTasksOutput, error)
DescribeTasks mocks base method
func (*MockECSAPI) DescribeTasksRequest ¶
func (m *MockECSAPI) DescribeTasksRequest(arg0 *ecs.DescribeTasksInput) (*request.Request, *ecs.DescribeTasksOutput)
DescribeTasksRequest mocks base method
func (*MockECSAPI) DescribeTasksWithContext ¶
func (m *MockECSAPI) DescribeTasksWithContext(arg0 aws.Context, arg1 *ecs.DescribeTasksInput, arg2 ...request.Option) (*ecs.DescribeTasksOutput, error)
DescribeTasksWithContext mocks base method
func (*MockECSAPI) DiscoverPollEndpoint ¶
func (m *MockECSAPI) DiscoverPollEndpoint(arg0 *ecs.DiscoverPollEndpointInput) (*ecs.DiscoverPollEndpointOutput, error)
DiscoverPollEndpoint mocks base method
func (*MockECSAPI) DiscoverPollEndpointRequest ¶
func (m *MockECSAPI) DiscoverPollEndpointRequest(arg0 *ecs.DiscoverPollEndpointInput) (*request.Request, *ecs.DiscoverPollEndpointOutput)
DiscoverPollEndpointRequest mocks base method
func (*MockECSAPI) DiscoverPollEndpointWithContext ¶
func (m *MockECSAPI) DiscoverPollEndpointWithContext(arg0 aws.Context, arg1 *ecs.DiscoverPollEndpointInput, arg2 ...request.Option) (*ecs.DiscoverPollEndpointOutput, error)
DiscoverPollEndpointWithContext mocks base method
func (*MockECSAPI) EXPECT ¶
func (m *MockECSAPI) EXPECT() *MockECSAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockECSAPI) ListAttributes ¶
func (m *MockECSAPI) ListAttributes(arg0 *ecs.ListAttributesInput) (*ecs.ListAttributesOutput, error)
ListAttributes mocks base method
func (*MockECSAPI) ListAttributesRequest ¶
func (m *MockECSAPI) ListAttributesRequest(arg0 *ecs.ListAttributesInput) (*request.Request, *ecs.ListAttributesOutput)
ListAttributesRequest mocks base method
func (*MockECSAPI) ListAttributesWithContext ¶
func (m *MockECSAPI) ListAttributesWithContext(arg0 aws.Context, arg1 *ecs.ListAttributesInput, arg2 ...request.Option) (*ecs.ListAttributesOutput, error)
ListAttributesWithContext mocks base method
func (*MockECSAPI) ListClusters ¶
func (m *MockECSAPI) ListClusters(arg0 *ecs.ListClustersInput) (*ecs.ListClustersOutput, error)
ListClusters mocks base method
func (*MockECSAPI) ListClustersPages ¶
func (m *MockECSAPI) ListClustersPages(arg0 *ecs.ListClustersInput, arg1 func(*ecs.ListClustersOutput, bool) bool) error
ListClustersPages mocks base method
func (*MockECSAPI) ListClustersPagesWithContext ¶
func (m *MockECSAPI) ListClustersPagesWithContext(arg0 aws.Context, arg1 *ecs.ListClustersInput, arg2 func(*ecs.ListClustersOutput, bool) bool, arg3 ...request.Option) error
ListClustersPagesWithContext mocks base method
func (*MockECSAPI) ListClustersRequest ¶
func (m *MockECSAPI) ListClustersRequest(arg0 *ecs.ListClustersInput) (*request.Request, *ecs.ListClustersOutput)
ListClustersRequest mocks base method
func (*MockECSAPI) ListClustersWithContext ¶
func (m *MockECSAPI) ListClustersWithContext(arg0 aws.Context, arg1 *ecs.ListClustersInput, arg2 ...request.Option) (*ecs.ListClustersOutput, error)
ListClustersWithContext mocks base method
func (*MockECSAPI) ListContainerInstances ¶
func (m *MockECSAPI) ListContainerInstances(arg0 *ecs.ListContainerInstancesInput) (*ecs.ListContainerInstancesOutput, error)
ListContainerInstances mocks base method
func (*MockECSAPI) ListContainerInstancesPages ¶
func (m *MockECSAPI) ListContainerInstancesPages(arg0 *ecs.ListContainerInstancesInput, arg1 func(*ecs.ListContainerInstancesOutput, bool) bool) error
ListContainerInstancesPages mocks base method
func (*MockECSAPI) ListContainerInstancesPagesWithContext ¶
func (m *MockECSAPI) ListContainerInstancesPagesWithContext(arg0 aws.Context, arg1 *ecs.ListContainerInstancesInput, arg2 func(*ecs.ListContainerInstancesOutput, bool) bool, arg3 ...request.Option) error
ListContainerInstancesPagesWithContext mocks base method
func (*MockECSAPI) ListContainerInstancesRequest ¶
func (m *MockECSAPI) ListContainerInstancesRequest(arg0 *ecs.ListContainerInstancesInput) (*request.Request, *ecs.ListContainerInstancesOutput)
ListContainerInstancesRequest mocks base method
func (*MockECSAPI) ListContainerInstancesWithContext ¶
func (m *MockECSAPI) ListContainerInstancesWithContext(arg0 aws.Context, arg1 *ecs.ListContainerInstancesInput, arg2 ...request.Option) (*ecs.ListContainerInstancesOutput, error)
ListContainerInstancesWithContext mocks base method
func (*MockECSAPI) ListServices ¶
func (m *MockECSAPI) ListServices(arg0 *ecs.ListServicesInput) (*ecs.ListServicesOutput, error)
ListServices mocks base method
func (*MockECSAPI) ListServicesPages ¶
func (m *MockECSAPI) ListServicesPages(arg0 *ecs.ListServicesInput, arg1 func(*ecs.ListServicesOutput, bool) bool) error
ListServicesPages mocks base method
func (*MockECSAPI) ListServicesPagesWithContext ¶
func (m *MockECSAPI) ListServicesPagesWithContext(arg0 aws.Context, arg1 *ecs.ListServicesInput, arg2 func(*ecs.ListServicesOutput, bool) bool, arg3 ...request.Option) error
ListServicesPagesWithContext mocks base method
func (*MockECSAPI) ListServicesRequest ¶
func (m *MockECSAPI) ListServicesRequest(arg0 *ecs.ListServicesInput) (*request.Request, *ecs.ListServicesOutput)
ListServicesRequest mocks base method
func (*MockECSAPI) ListServicesWithContext ¶
func (m *MockECSAPI) ListServicesWithContext(arg0 aws.Context, arg1 *ecs.ListServicesInput, arg2 ...request.Option) (*ecs.ListServicesOutput, error)
ListServicesWithContext mocks base method
func (*MockECSAPI) ListTaskDefinitionFamilies ¶
func (m *MockECSAPI) ListTaskDefinitionFamilies(arg0 *ecs.ListTaskDefinitionFamiliesInput) (*ecs.ListTaskDefinitionFamiliesOutput, error)
ListTaskDefinitionFamilies mocks base method
func (*MockECSAPI) ListTaskDefinitionFamiliesPages ¶
func (m *MockECSAPI) ListTaskDefinitionFamiliesPages(arg0 *ecs.ListTaskDefinitionFamiliesInput, arg1 func(*ecs.ListTaskDefinitionFamiliesOutput, bool) bool) error
ListTaskDefinitionFamiliesPages mocks base method
func (*MockECSAPI) ListTaskDefinitionFamiliesPagesWithContext ¶
func (m *MockECSAPI) ListTaskDefinitionFamiliesPagesWithContext(arg0 aws.Context, arg1 *ecs.ListTaskDefinitionFamiliesInput, arg2 func(*ecs.ListTaskDefinitionFamiliesOutput, bool) bool, arg3 ...request.Option) error
ListTaskDefinitionFamiliesPagesWithContext mocks base method
func (*MockECSAPI) ListTaskDefinitionFamiliesRequest ¶
func (m *MockECSAPI) ListTaskDefinitionFamiliesRequest(arg0 *ecs.ListTaskDefinitionFamiliesInput) (*request.Request, *ecs.ListTaskDefinitionFamiliesOutput)
ListTaskDefinitionFamiliesRequest mocks base method
func (*MockECSAPI) ListTaskDefinitionFamiliesWithContext ¶
func (m *MockECSAPI) ListTaskDefinitionFamiliesWithContext(arg0 aws.Context, arg1 *ecs.ListTaskDefinitionFamiliesInput, arg2 ...request.Option) (*ecs.ListTaskDefinitionFamiliesOutput, error)
ListTaskDefinitionFamiliesWithContext mocks base method
func (*MockECSAPI) ListTaskDefinitions ¶
func (m *MockECSAPI) ListTaskDefinitions(arg0 *ecs.ListTaskDefinitionsInput) (*ecs.ListTaskDefinitionsOutput, error)
ListTaskDefinitions mocks base method
func (*MockECSAPI) ListTaskDefinitionsPages ¶
func (m *MockECSAPI) ListTaskDefinitionsPages(arg0 *ecs.ListTaskDefinitionsInput, arg1 func(*ecs.ListTaskDefinitionsOutput, bool) bool) error
ListTaskDefinitionsPages mocks base method
func (*MockECSAPI) ListTaskDefinitionsPagesWithContext ¶
func (m *MockECSAPI) ListTaskDefinitionsPagesWithContext(arg0 aws.Context, arg1 *ecs.ListTaskDefinitionsInput, arg2 func(*ecs.ListTaskDefinitionsOutput, bool) bool, arg3 ...request.Option) error
ListTaskDefinitionsPagesWithContext mocks base method
func (*MockECSAPI) ListTaskDefinitionsRequest ¶
func (m *MockECSAPI) ListTaskDefinitionsRequest(arg0 *ecs.ListTaskDefinitionsInput) (*request.Request, *ecs.ListTaskDefinitionsOutput)
ListTaskDefinitionsRequest mocks base method
func (*MockECSAPI) ListTaskDefinitionsWithContext ¶
func (m *MockECSAPI) ListTaskDefinitionsWithContext(arg0 aws.Context, arg1 *ecs.ListTaskDefinitionsInput, arg2 ...request.Option) (*ecs.ListTaskDefinitionsOutput, error)
ListTaskDefinitionsWithContext mocks base method
func (*MockECSAPI) ListTasks ¶
func (m *MockECSAPI) ListTasks(arg0 *ecs.ListTasksInput) (*ecs.ListTasksOutput, error)
ListTasks mocks base method
func (*MockECSAPI) ListTasksPages ¶
func (m *MockECSAPI) ListTasksPages(arg0 *ecs.ListTasksInput, arg1 func(*ecs.ListTasksOutput, bool) bool) error
ListTasksPages mocks base method
func (*MockECSAPI) ListTasksPagesWithContext ¶
func (m *MockECSAPI) ListTasksPagesWithContext(arg0 aws.Context, arg1 *ecs.ListTasksInput, arg2 func(*ecs.ListTasksOutput, bool) bool, arg3 ...request.Option) error
ListTasksPagesWithContext mocks base method
func (*MockECSAPI) ListTasksRequest ¶
func (m *MockECSAPI) ListTasksRequest(arg0 *ecs.ListTasksInput) (*request.Request, *ecs.ListTasksOutput)
ListTasksRequest mocks base method
func (*MockECSAPI) ListTasksWithContext ¶
func (m *MockECSAPI) ListTasksWithContext(arg0 aws.Context, arg1 *ecs.ListTasksInput, arg2 ...request.Option) (*ecs.ListTasksOutput, error)
ListTasksWithContext mocks base method
func (*MockECSAPI) PutAttributes ¶
func (m *MockECSAPI) PutAttributes(arg0 *ecs.PutAttributesInput) (*ecs.PutAttributesOutput, error)
PutAttributes mocks base method
func (*MockECSAPI) PutAttributesRequest ¶
func (m *MockECSAPI) PutAttributesRequest(arg0 *ecs.PutAttributesInput) (*request.Request, *ecs.PutAttributesOutput)
PutAttributesRequest mocks base method
func (*MockECSAPI) PutAttributesWithContext ¶
func (m *MockECSAPI) PutAttributesWithContext(arg0 aws.Context, arg1 *ecs.PutAttributesInput, arg2 ...request.Option) (*ecs.PutAttributesOutput, error)
PutAttributesWithContext mocks base method
func (*MockECSAPI) RegisterContainerInstance ¶
func (m *MockECSAPI) RegisterContainerInstance(arg0 *ecs.RegisterContainerInstanceInput) (*ecs.RegisterContainerInstanceOutput, error)
RegisterContainerInstance mocks base method
func (*MockECSAPI) RegisterContainerInstanceRequest ¶
func (m *MockECSAPI) RegisterContainerInstanceRequest(arg0 *ecs.RegisterContainerInstanceInput) (*request.Request, *ecs.RegisterContainerInstanceOutput)
RegisterContainerInstanceRequest mocks base method
func (*MockECSAPI) RegisterContainerInstanceWithContext ¶
func (m *MockECSAPI) RegisterContainerInstanceWithContext(arg0 aws.Context, arg1 *ecs.RegisterContainerInstanceInput, arg2 ...request.Option) (*ecs.RegisterContainerInstanceOutput, error)
RegisterContainerInstanceWithContext mocks base method
func (*MockECSAPI) RegisterTaskDefinition ¶
func (m *MockECSAPI) RegisterTaskDefinition(arg0 *ecs.RegisterTaskDefinitionInput) (*ecs.RegisterTaskDefinitionOutput, error)
RegisterTaskDefinition mocks base method
func (*MockECSAPI) RegisterTaskDefinitionRequest ¶
func (m *MockECSAPI) RegisterTaskDefinitionRequest(arg0 *ecs.RegisterTaskDefinitionInput) (*request.Request, *ecs.RegisterTaskDefinitionOutput)
RegisterTaskDefinitionRequest mocks base method
func (*MockECSAPI) RegisterTaskDefinitionWithContext ¶
func (m *MockECSAPI) RegisterTaskDefinitionWithContext(arg0 aws.Context, arg1 *ecs.RegisterTaskDefinitionInput, arg2 ...request.Option) (*ecs.RegisterTaskDefinitionOutput, error)
RegisterTaskDefinitionWithContext mocks base method
func (*MockECSAPI) RunTask ¶
func (m *MockECSAPI) RunTask(arg0 *ecs.RunTaskInput) (*ecs.RunTaskOutput, error)
RunTask mocks base method
func (*MockECSAPI) RunTaskRequest ¶
func (m *MockECSAPI) RunTaskRequest(arg0 *ecs.RunTaskInput) (*request.Request, *ecs.RunTaskOutput)
RunTaskRequest mocks base method
func (*MockECSAPI) RunTaskWithContext ¶
func (m *MockECSAPI) RunTaskWithContext(arg0 aws.Context, arg1 *ecs.RunTaskInput, arg2 ...request.Option) (*ecs.RunTaskOutput, error)
RunTaskWithContext mocks base method
func (*MockECSAPI) StartTask ¶
func (m *MockECSAPI) StartTask(arg0 *ecs.StartTaskInput) (*ecs.StartTaskOutput, error)
StartTask mocks base method
func (*MockECSAPI) StartTaskRequest ¶
func (m *MockECSAPI) StartTaskRequest(arg0 *ecs.StartTaskInput) (*request.Request, *ecs.StartTaskOutput)
StartTaskRequest mocks base method
func (*MockECSAPI) StartTaskWithContext ¶
func (m *MockECSAPI) StartTaskWithContext(arg0 aws.Context, arg1 *ecs.StartTaskInput, arg2 ...request.Option) (*ecs.StartTaskOutput, error)
StartTaskWithContext mocks base method
func (*MockECSAPI) StopTask ¶
func (m *MockECSAPI) StopTask(arg0 *ecs.StopTaskInput) (*ecs.StopTaskOutput, error)
StopTask mocks base method
func (*MockECSAPI) StopTaskRequest ¶
func (m *MockECSAPI) StopTaskRequest(arg0 *ecs.StopTaskInput) (*request.Request, *ecs.StopTaskOutput)
StopTaskRequest mocks base method
func (*MockECSAPI) StopTaskWithContext ¶
func (m *MockECSAPI) StopTaskWithContext(arg0 aws.Context, arg1 *ecs.StopTaskInput, arg2 ...request.Option) (*ecs.StopTaskOutput, error)
StopTaskWithContext mocks base method
func (*MockECSAPI) SubmitContainerStateChange ¶
func (m *MockECSAPI) SubmitContainerStateChange(arg0 *ecs.SubmitContainerStateChangeInput) (*ecs.SubmitContainerStateChangeOutput, error)
SubmitContainerStateChange mocks base method
func (*MockECSAPI) SubmitContainerStateChangeRequest ¶
func (m *MockECSAPI) SubmitContainerStateChangeRequest(arg0 *ecs.SubmitContainerStateChangeInput) (*request.Request, *ecs.SubmitContainerStateChangeOutput)
SubmitContainerStateChangeRequest mocks base method
func (*MockECSAPI) SubmitContainerStateChangeWithContext ¶
func (m *MockECSAPI) SubmitContainerStateChangeWithContext(arg0 aws.Context, arg1 *ecs.SubmitContainerStateChangeInput, arg2 ...request.Option) (*ecs.SubmitContainerStateChangeOutput, error)
SubmitContainerStateChangeWithContext mocks base method
func (*MockECSAPI) SubmitTaskStateChange ¶
func (m *MockECSAPI) SubmitTaskStateChange(arg0 *ecs.SubmitTaskStateChangeInput) (*ecs.SubmitTaskStateChangeOutput, error)
SubmitTaskStateChange mocks base method
func (*MockECSAPI) SubmitTaskStateChangeRequest ¶
func (m *MockECSAPI) SubmitTaskStateChangeRequest(arg0 *ecs.SubmitTaskStateChangeInput) (*request.Request, *ecs.SubmitTaskStateChangeOutput)
SubmitTaskStateChangeRequest mocks base method
func (*MockECSAPI) SubmitTaskStateChangeWithContext ¶
func (m *MockECSAPI) SubmitTaskStateChangeWithContext(arg0 aws.Context, arg1 *ecs.SubmitTaskStateChangeInput, arg2 ...request.Option) (*ecs.SubmitTaskStateChangeOutput, error)
SubmitTaskStateChangeWithContext mocks base method
func (*MockECSAPI) UpdateContainerAgent ¶
func (m *MockECSAPI) UpdateContainerAgent(arg0 *ecs.UpdateContainerAgentInput) (*ecs.UpdateContainerAgentOutput, error)
UpdateContainerAgent mocks base method
func (*MockECSAPI) UpdateContainerAgentRequest ¶
func (m *MockECSAPI) UpdateContainerAgentRequest(arg0 *ecs.UpdateContainerAgentInput) (*request.Request, *ecs.UpdateContainerAgentOutput)
UpdateContainerAgentRequest mocks base method
func (*MockECSAPI) UpdateContainerAgentWithContext ¶
func (m *MockECSAPI) UpdateContainerAgentWithContext(arg0 aws.Context, arg1 *ecs.UpdateContainerAgentInput, arg2 ...request.Option) (*ecs.UpdateContainerAgentOutput, error)
UpdateContainerAgentWithContext mocks base method
func (*MockECSAPI) UpdateContainerInstancesState ¶
func (m *MockECSAPI) UpdateContainerInstancesState(arg0 *ecs.UpdateContainerInstancesStateInput) (*ecs.UpdateContainerInstancesStateOutput, error)
UpdateContainerInstancesState mocks base method
func (*MockECSAPI) UpdateContainerInstancesStateRequest ¶
func (m *MockECSAPI) UpdateContainerInstancesStateRequest(arg0 *ecs.UpdateContainerInstancesStateInput) (*request.Request, *ecs.UpdateContainerInstancesStateOutput)
UpdateContainerInstancesStateRequest mocks base method
func (*MockECSAPI) UpdateContainerInstancesStateWithContext ¶
func (m *MockECSAPI) UpdateContainerInstancesStateWithContext(arg0 aws.Context, arg1 *ecs.UpdateContainerInstancesStateInput, arg2 ...request.Option) (*ecs.UpdateContainerInstancesStateOutput, error)
UpdateContainerInstancesStateWithContext mocks base method
func (*MockECSAPI) UpdateService ¶
func (m *MockECSAPI) UpdateService(arg0 *ecs.UpdateServiceInput) (*ecs.UpdateServiceOutput, error)
UpdateService mocks base method
func (*MockECSAPI) UpdateServiceRequest ¶
func (m *MockECSAPI) UpdateServiceRequest(arg0 *ecs.UpdateServiceInput) (*request.Request, *ecs.UpdateServiceOutput)
UpdateServiceRequest mocks base method
func (*MockECSAPI) UpdateServiceWithContext ¶
func (m *MockECSAPI) UpdateServiceWithContext(arg0 aws.Context, arg1 *ecs.UpdateServiceInput, arg2 ...request.Option) (*ecs.UpdateServiceOutput, error)
UpdateServiceWithContext mocks base method
func (*MockECSAPI) WaitUntilServicesInactive ¶
func (m *MockECSAPI) WaitUntilServicesInactive(arg0 *ecs.DescribeServicesInput) error
WaitUntilServicesInactive mocks base method
func (*MockECSAPI) WaitUntilServicesInactiveWithContext ¶
func (m *MockECSAPI) WaitUntilServicesInactiveWithContext(arg0 aws.Context, arg1 *ecs.DescribeServicesInput, arg2 ...request.WaiterOption) error
WaitUntilServicesInactiveWithContext mocks base method
func (*MockECSAPI) WaitUntilServicesStable ¶
func (m *MockECSAPI) WaitUntilServicesStable(arg0 *ecs.DescribeServicesInput) error
WaitUntilServicesStable mocks base method
func (*MockECSAPI) WaitUntilServicesStableWithContext ¶
func (m *MockECSAPI) WaitUntilServicesStableWithContext(arg0 aws.Context, arg1 *ecs.DescribeServicesInput, arg2 ...request.WaiterOption) error
WaitUntilServicesStableWithContext mocks base method
func (*MockECSAPI) WaitUntilTasksRunning ¶
func (m *MockECSAPI) WaitUntilTasksRunning(arg0 *ecs.DescribeTasksInput) error
WaitUntilTasksRunning mocks base method
func (*MockECSAPI) WaitUntilTasksRunningWithContext ¶
func (m *MockECSAPI) WaitUntilTasksRunningWithContext(arg0 aws.Context, arg1 *ecs.DescribeTasksInput, arg2 ...request.WaiterOption) error
WaitUntilTasksRunningWithContext mocks base method
func (*MockECSAPI) WaitUntilTasksStopped ¶
func (m *MockECSAPI) WaitUntilTasksStopped(arg0 *ecs.DescribeTasksInput) error
WaitUntilTasksStopped mocks base method
func (*MockECSAPI) WaitUntilTasksStoppedWithContext ¶
func (m *MockECSAPI) WaitUntilTasksStoppedWithContext(arg0 aws.Context, arg1 *ecs.DescribeTasksInput, arg2 ...request.WaiterOption) error
WaitUntilTasksStoppedWithContext mocks base method
type MockECSAPIMockRecorder ¶
type MockECSAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockECSAPIMockRecorder is the mock recorder for MockECSAPI
func (*MockECSAPIMockRecorder) CreateCluster ¶
func (mr *MockECSAPIMockRecorder) CreateCluster(arg0 interface{}) *gomock.Call
CreateCluster indicates an expected call of CreateCluster
func (*MockECSAPIMockRecorder) CreateClusterRequest ¶
func (mr *MockECSAPIMockRecorder) CreateClusterRequest(arg0 interface{}) *gomock.Call
CreateClusterRequest indicates an expected call of CreateClusterRequest
func (*MockECSAPIMockRecorder) CreateClusterWithContext ¶
func (mr *MockECSAPIMockRecorder) CreateClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateClusterWithContext indicates an expected call of CreateClusterWithContext
func (*MockECSAPIMockRecorder) CreateService ¶
func (mr *MockECSAPIMockRecorder) CreateService(arg0 interface{}) *gomock.Call
CreateService indicates an expected call of CreateService
func (*MockECSAPIMockRecorder) CreateServiceRequest ¶
func (mr *MockECSAPIMockRecorder) CreateServiceRequest(arg0 interface{}) *gomock.Call
CreateServiceRequest indicates an expected call of CreateServiceRequest
func (*MockECSAPIMockRecorder) CreateServiceWithContext ¶
func (mr *MockECSAPIMockRecorder) CreateServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateServiceWithContext indicates an expected call of CreateServiceWithContext
func (*MockECSAPIMockRecorder) DeleteAttributes ¶
func (mr *MockECSAPIMockRecorder) DeleteAttributes(arg0 interface{}) *gomock.Call
DeleteAttributes indicates an expected call of DeleteAttributes
func (*MockECSAPIMockRecorder) DeleteAttributesRequest ¶
func (mr *MockECSAPIMockRecorder) DeleteAttributesRequest(arg0 interface{}) *gomock.Call
DeleteAttributesRequest indicates an expected call of DeleteAttributesRequest
func (*MockECSAPIMockRecorder) DeleteAttributesWithContext ¶
func (mr *MockECSAPIMockRecorder) DeleteAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteAttributesWithContext indicates an expected call of DeleteAttributesWithContext
func (*MockECSAPIMockRecorder) DeleteCluster ¶
func (mr *MockECSAPIMockRecorder) DeleteCluster(arg0 interface{}) *gomock.Call
DeleteCluster indicates an expected call of DeleteCluster
func (*MockECSAPIMockRecorder) DeleteClusterRequest ¶
func (mr *MockECSAPIMockRecorder) DeleteClusterRequest(arg0 interface{}) *gomock.Call
DeleteClusterRequest indicates an expected call of DeleteClusterRequest
func (*MockECSAPIMockRecorder) DeleteClusterWithContext ¶
func (mr *MockECSAPIMockRecorder) DeleteClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteClusterWithContext indicates an expected call of DeleteClusterWithContext
func (*MockECSAPIMockRecorder) DeleteService ¶
func (mr *MockECSAPIMockRecorder) DeleteService(arg0 interface{}) *gomock.Call
DeleteService indicates an expected call of DeleteService
func (*MockECSAPIMockRecorder) DeleteServiceRequest ¶
func (mr *MockECSAPIMockRecorder) DeleteServiceRequest(arg0 interface{}) *gomock.Call
DeleteServiceRequest indicates an expected call of DeleteServiceRequest
func (*MockECSAPIMockRecorder) DeleteServiceWithContext ¶
func (mr *MockECSAPIMockRecorder) DeleteServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteServiceWithContext indicates an expected call of DeleteServiceWithContext
func (*MockECSAPIMockRecorder) DeregisterContainerInstance ¶
func (mr *MockECSAPIMockRecorder) DeregisterContainerInstance(arg0 interface{}) *gomock.Call
DeregisterContainerInstance indicates an expected call of DeregisterContainerInstance
func (*MockECSAPIMockRecorder) DeregisterContainerInstanceRequest ¶
func (mr *MockECSAPIMockRecorder) DeregisterContainerInstanceRequest(arg0 interface{}) *gomock.Call
DeregisterContainerInstanceRequest indicates an expected call of DeregisterContainerInstanceRequest
func (*MockECSAPIMockRecorder) DeregisterContainerInstanceWithContext ¶
func (mr *MockECSAPIMockRecorder) DeregisterContainerInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeregisterContainerInstanceWithContext indicates an expected call of DeregisterContainerInstanceWithContext
func (*MockECSAPIMockRecorder) DeregisterTaskDefinition ¶
func (mr *MockECSAPIMockRecorder) DeregisterTaskDefinition(arg0 interface{}) *gomock.Call
DeregisterTaskDefinition indicates an expected call of DeregisterTaskDefinition
func (*MockECSAPIMockRecorder) DeregisterTaskDefinitionRequest ¶
func (mr *MockECSAPIMockRecorder) DeregisterTaskDefinitionRequest(arg0 interface{}) *gomock.Call
DeregisterTaskDefinitionRequest indicates an expected call of DeregisterTaskDefinitionRequest
func (*MockECSAPIMockRecorder) DeregisterTaskDefinitionWithContext ¶
func (mr *MockECSAPIMockRecorder) DeregisterTaskDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeregisterTaskDefinitionWithContext indicates an expected call of DeregisterTaskDefinitionWithContext
func (*MockECSAPIMockRecorder) DescribeClusters ¶
func (mr *MockECSAPIMockRecorder) DescribeClusters(arg0 interface{}) *gomock.Call
DescribeClusters indicates an expected call of DescribeClusters
func (*MockECSAPIMockRecorder) DescribeClustersRequest ¶
func (mr *MockECSAPIMockRecorder) DescribeClustersRequest(arg0 interface{}) *gomock.Call
DescribeClustersRequest indicates an expected call of DescribeClustersRequest
func (*MockECSAPIMockRecorder) DescribeClustersWithContext ¶
func (mr *MockECSAPIMockRecorder) DescribeClustersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeClustersWithContext indicates an expected call of DescribeClustersWithContext
func (*MockECSAPIMockRecorder) DescribeContainerInstances ¶
func (mr *MockECSAPIMockRecorder) DescribeContainerInstances(arg0 interface{}) *gomock.Call
DescribeContainerInstances indicates an expected call of DescribeContainerInstances
func (*MockECSAPIMockRecorder) DescribeContainerInstancesRequest ¶
func (mr *MockECSAPIMockRecorder) DescribeContainerInstancesRequest(arg0 interface{}) *gomock.Call
DescribeContainerInstancesRequest indicates an expected call of DescribeContainerInstancesRequest
func (*MockECSAPIMockRecorder) DescribeContainerInstancesWithContext ¶
func (mr *MockECSAPIMockRecorder) DescribeContainerInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeContainerInstancesWithContext indicates an expected call of DescribeContainerInstancesWithContext
func (*MockECSAPIMockRecorder) DescribeServices ¶
func (mr *MockECSAPIMockRecorder) DescribeServices(arg0 interface{}) *gomock.Call
DescribeServices indicates an expected call of DescribeServices
func (*MockECSAPIMockRecorder) DescribeServicesRequest ¶
func (mr *MockECSAPIMockRecorder) DescribeServicesRequest(arg0 interface{}) *gomock.Call
DescribeServicesRequest indicates an expected call of DescribeServicesRequest
func (*MockECSAPIMockRecorder) DescribeServicesWithContext ¶
func (mr *MockECSAPIMockRecorder) DescribeServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeServicesWithContext indicates an expected call of DescribeServicesWithContext
func (*MockECSAPIMockRecorder) DescribeTaskDefinition ¶
func (mr *MockECSAPIMockRecorder) DescribeTaskDefinition(arg0 interface{}) *gomock.Call
DescribeTaskDefinition indicates an expected call of DescribeTaskDefinition
func (*MockECSAPIMockRecorder) DescribeTaskDefinitionRequest ¶
func (mr *MockECSAPIMockRecorder) DescribeTaskDefinitionRequest(arg0 interface{}) *gomock.Call
DescribeTaskDefinitionRequest indicates an expected call of DescribeTaskDefinitionRequest
func (*MockECSAPIMockRecorder) DescribeTaskDefinitionWithContext ¶
func (mr *MockECSAPIMockRecorder) DescribeTaskDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeTaskDefinitionWithContext indicates an expected call of DescribeTaskDefinitionWithContext
func (*MockECSAPIMockRecorder) DescribeTasks ¶
func (mr *MockECSAPIMockRecorder) DescribeTasks(arg0 interface{}) *gomock.Call
DescribeTasks indicates an expected call of DescribeTasks
func (*MockECSAPIMockRecorder) DescribeTasksRequest ¶
func (mr *MockECSAPIMockRecorder) DescribeTasksRequest(arg0 interface{}) *gomock.Call
DescribeTasksRequest indicates an expected call of DescribeTasksRequest
func (*MockECSAPIMockRecorder) DescribeTasksWithContext ¶
func (mr *MockECSAPIMockRecorder) DescribeTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeTasksWithContext indicates an expected call of DescribeTasksWithContext
func (*MockECSAPIMockRecorder) DiscoverPollEndpoint ¶
func (mr *MockECSAPIMockRecorder) DiscoverPollEndpoint(arg0 interface{}) *gomock.Call
DiscoverPollEndpoint indicates an expected call of DiscoverPollEndpoint
func (*MockECSAPIMockRecorder) DiscoverPollEndpointRequest ¶
func (mr *MockECSAPIMockRecorder) DiscoverPollEndpointRequest(arg0 interface{}) *gomock.Call
DiscoverPollEndpointRequest indicates an expected call of DiscoverPollEndpointRequest
func (*MockECSAPIMockRecorder) DiscoverPollEndpointWithContext ¶
func (mr *MockECSAPIMockRecorder) DiscoverPollEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DiscoverPollEndpointWithContext indicates an expected call of DiscoverPollEndpointWithContext
func (*MockECSAPIMockRecorder) ListAttributes ¶
func (mr *MockECSAPIMockRecorder) ListAttributes(arg0 interface{}) *gomock.Call
ListAttributes indicates an expected call of ListAttributes
func (*MockECSAPIMockRecorder) ListAttributesRequest ¶
func (mr *MockECSAPIMockRecorder) ListAttributesRequest(arg0 interface{}) *gomock.Call
ListAttributesRequest indicates an expected call of ListAttributesRequest
func (*MockECSAPIMockRecorder) ListAttributesWithContext ¶
func (mr *MockECSAPIMockRecorder) ListAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListAttributesWithContext indicates an expected call of ListAttributesWithContext
func (*MockECSAPIMockRecorder) ListClusters ¶
func (mr *MockECSAPIMockRecorder) ListClusters(arg0 interface{}) *gomock.Call
ListClusters indicates an expected call of ListClusters
func (*MockECSAPIMockRecorder) ListClustersPages ¶
func (mr *MockECSAPIMockRecorder) ListClustersPages(arg0, arg1 interface{}) *gomock.Call
ListClustersPages indicates an expected call of ListClustersPages
func (*MockECSAPIMockRecorder) ListClustersPagesWithContext ¶
func (mr *MockECSAPIMockRecorder) ListClustersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListClustersPagesWithContext indicates an expected call of ListClustersPagesWithContext
func (*MockECSAPIMockRecorder) ListClustersRequest ¶
func (mr *MockECSAPIMockRecorder) ListClustersRequest(arg0 interface{}) *gomock.Call
ListClustersRequest indicates an expected call of ListClustersRequest
func (*MockECSAPIMockRecorder) ListClustersWithContext ¶
func (mr *MockECSAPIMockRecorder) ListClustersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListClustersWithContext indicates an expected call of ListClustersWithContext
func (*MockECSAPIMockRecorder) ListContainerInstances ¶
func (mr *MockECSAPIMockRecorder) ListContainerInstances(arg0 interface{}) *gomock.Call
ListContainerInstances indicates an expected call of ListContainerInstances
func (*MockECSAPIMockRecorder) ListContainerInstancesPages ¶
func (mr *MockECSAPIMockRecorder) ListContainerInstancesPages(arg0, arg1 interface{}) *gomock.Call
ListContainerInstancesPages indicates an expected call of ListContainerInstancesPages
func (*MockECSAPIMockRecorder) ListContainerInstancesPagesWithContext ¶
func (mr *MockECSAPIMockRecorder) ListContainerInstancesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListContainerInstancesPagesWithContext indicates an expected call of ListContainerInstancesPagesWithContext
func (*MockECSAPIMockRecorder) ListContainerInstancesRequest ¶
func (mr *MockECSAPIMockRecorder) ListContainerInstancesRequest(arg0 interface{}) *gomock.Call
ListContainerInstancesRequest indicates an expected call of ListContainerInstancesRequest
func (*MockECSAPIMockRecorder) ListContainerInstancesWithContext ¶
func (mr *MockECSAPIMockRecorder) ListContainerInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListContainerInstancesWithContext indicates an expected call of ListContainerInstancesWithContext
func (*MockECSAPIMockRecorder) ListServices ¶
func (mr *MockECSAPIMockRecorder) ListServices(arg0 interface{}) *gomock.Call
ListServices indicates an expected call of ListServices
func (*MockECSAPIMockRecorder) ListServicesPages ¶
func (mr *MockECSAPIMockRecorder) ListServicesPages(arg0, arg1 interface{}) *gomock.Call
ListServicesPages indicates an expected call of ListServicesPages
func (*MockECSAPIMockRecorder) ListServicesPagesWithContext ¶
func (mr *MockECSAPIMockRecorder) ListServicesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListServicesPagesWithContext indicates an expected call of ListServicesPagesWithContext
func (*MockECSAPIMockRecorder) ListServicesRequest ¶
func (mr *MockECSAPIMockRecorder) ListServicesRequest(arg0 interface{}) *gomock.Call
ListServicesRequest indicates an expected call of ListServicesRequest
func (*MockECSAPIMockRecorder) ListServicesWithContext ¶
func (mr *MockECSAPIMockRecorder) ListServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListServicesWithContext indicates an expected call of ListServicesWithContext
func (*MockECSAPIMockRecorder) ListTaskDefinitionFamilies ¶
func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamilies(arg0 interface{}) *gomock.Call
ListTaskDefinitionFamilies indicates an expected call of ListTaskDefinitionFamilies
func (*MockECSAPIMockRecorder) ListTaskDefinitionFamiliesPages ¶
func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamiliesPages(arg0, arg1 interface{}) *gomock.Call
ListTaskDefinitionFamiliesPages indicates an expected call of ListTaskDefinitionFamiliesPages
func (*MockECSAPIMockRecorder) ListTaskDefinitionFamiliesPagesWithContext ¶
func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamiliesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListTaskDefinitionFamiliesPagesWithContext indicates an expected call of ListTaskDefinitionFamiliesPagesWithContext
func (*MockECSAPIMockRecorder) ListTaskDefinitionFamiliesRequest ¶
func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamiliesRequest(arg0 interface{}) *gomock.Call
ListTaskDefinitionFamiliesRequest indicates an expected call of ListTaskDefinitionFamiliesRequest
func (*MockECSAPIMockRecorder) ListTaskDefinitionFamiliesWithContext ¶
func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamiliesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTaskDefinitionFamiliesWithContext indicates an expected call of ListTaskDefinitionFamiliesWithContext
func (*MockECSAPIMockRecorder) ListTaskDefinitions ¶
func (mr *MockECSAPIMockRecorder) ListTaskDefinitions(arg0 interface{}) *gomock.Call
ListTaskDefinitions indicates an expected call of ListTaskDefinitions
func (*MockECSAPIMockRecorder) ListTaskDefinitionsPages ¶
func (mr *MockECSAPIMockRecorder) ListTaskDefinitionsPages(arg0, arg1 interface{}) *gomock.Call
ListTaskDefinitionsPages indicates an expected call of ListTaskDefinitionsPages
func (*MockECSAPIMockRecorder) ListTaskDefinitionsPagesWithContext ¶
func (mr *MockECSAPIMockRecorder) ListTaskDefinitionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListTaskDefinitionsPagesWithContext indicates an expected call of ListTaskDefinitionsPagesWithContext
func (*MockECSAPIMockRecorder) ListTaskDefinitionsRequest ¶
func (mr *MockECSAPIMockRecorder) ListTaskDefinitionsRequest(arg0 interface{}) *gomock.Call
ListTaskDefinitionsRequest indicates an expected call of ListTaskDefinitionsRequest
func (*MockECSAPIMockRecorder) ListTaskDefinitionsWithContext ¶
func (mr *MockECSAPIMockRecorder) ListTaskDefinitionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTaskDefinitionsWithContext indicates an expected call of ListTaskDefinitionsWithContext
func (*MockECSAPIMockRecorder) ListTasks ¶
func (mr *MockECSAPIMockRecorder) ListTasks(arg0 interface{}) *gomock.Call
ListTasks indicates an expected call of ListTasks
func (*MockECSAPIMockRecorder) ListTasksPages ¶
func (mr *MockECSAPIMockRecorder) ListTasksPages(arg0, arg1 interface{}) *gomock.Call
ListTasksPages indicates an expected call of ListTasksPages
func (*MockECSAPIMockRecorder) ListTasksPagesWithContext ¶
func (mr *MockECSAPIMockRecorder) ListTasksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListTasksPagesWithContext indicates an expected call of ListTasksPagesWithContext
func (*MockECSAPIMockRecorder) ListTasksRequest ¶
func (mr *MockECSAPIMockRecorder) ListTasksRequest(arg0 interface{}) *gomock.Call
ListTasksRequest indicates an expected call of ListTasksRequest
func (*MockECSAPIMockRecorder) ListTasksWithContext ¶
func (mr *MockECSAPIMockRecorder) ListTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTasksWithContext indicates an expected call of ListTasksWithContext
func (*MockECSAPIMockRecorder) PutAttributes ¶
func (mr *MockECSAPIMockRecorder) PutAttributes(arg0 interface{}) *gomock.Call
PutAttributes indicates an expected call of PutAttributes
func (*MockECSAPIMockRecorder) PutAttributesRequest ¶
func (mr *MockECSAPIMockRecorder) PutAttributesRequest(arg0 interface{}) *gomock.Call
PutAttributesRequest indicates an expected call of PutAttributesRequest
func (*MockECSAPIMockRecorder) PutAttributesWithContext ¶
func (mr *MockECSAPIMockRecorder) PutAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutAttributesWithContext indicates an expected call of PutAttributesWithContext
func (*MockECSAPIMockRecorder) RegisterContainerInstance ¶
func (mr *MockECSAPIMockRecorder) RegisterContainerInstance(arg0 interface{}) *gomock.Call
RegisterContainerInstance indicates an expected call of RegisterContainerInstance
func (*MockECSAPIMockRecorder) RegisterContainerInstanceRequest ¶
func (mr *MockECSAPIMockRecorder) RegisterContainerInstanceRequest(arg0 interface{}) *gomock.Call
RegisterContainerInstanceRequest indicates an expected call of RegisterContainerInstanceRequest
func (*MockECSAPIMockRecorder) RegisterContainerInstanceWithContext ¶
func (mr *MockECSAPIMockRecorder) RegisterContainerInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RegisterContainerInstanceWithContext indicates an expected call of RegisterContainerInstanceWithContext
func (*MockECSAPIMockRecorder) RegisterTaskDefinition ¶
func (mr *MockECSAPIMockRecorder) RegisterTaskDefinition(arg0 interface{}) *gomock.Call
RegisterTaskDefinition indicates an expected call of RegisterTaskDefinition
func (*MockECSAPIMockRecorder) RegisterTaskDefinitionRequest ¶
func (mr *MockECSAPIMockRecorder) RegisterTaskDefinitionRequest(arg0 interface{}) *gomock.Call
RegisterTaskDefinitionRequest indicates an expected call of RegisterTaskDefinitionRequest
func (*MockECSAPIMockRecorder) RegisterTaskDefinitionWithContext ¶
func (mr *MockECSAPIMockRecorder) RegisterTaskDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RegisterTaskDefinitionWithContext indicates an expected call of RegisterTaskDefinitionWithContext
func (*MockECSAPIMockRecorder) RunTask ¶
func (mr *MockECSAPIMockRecorder) RunTask(arg0 interface{}) *gomock.Call
RunTask indicates an expected call of RunTask
func (*MockECSAPIMockRecorder) RunTaskRequest ¶
func (mr *MockECSAPIMockRecorder) RunTaskRequest(arg0 interface{}) *gomock.Call
RunTaskRequest indicates an expected call of RunTaskRequest
func (*MockECSAPIMockRecorder) RunTaskWithContext ¶
func (mr *MockECSAPIMockRecorder) RunTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RunTaskWithContext indicates an expected call of RunTaskWithContext
func (*MockECSAPIMockRecorder) StartTask ¶
func (mr *MockECSAPIMockRecorder) StartTask(arg0 interface{}) *gomock.Call
StartTask indicates an expected call of StartTask
func (*MockECSAPIMockRecorder) StartTaskRequest ¶
func (mr *MockECSAPIMockRecorder) StartTaskRequest(arg0 interface{}) *gomock.Call
StartTaskRequest indicates an expected call of StartTaskRequest
func (*MockECSAPIMockRecorder) StartTaskWithContext ¶
func (mr *MockECSAPIMockRecorder) StartTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartTaskWithContext indicates an expected call of StartTaskWithContext
func (*MockECSAPIMockRecorder) StopTask ¶
func (mr *MockECSAPIMockRecorder) StopTask(arg0 interface{}) *gomock.Call
StopTask indicates an expected call of StopTask
func (*MockECSAPIMockRecorder) StopTaskRequest ¶
func (mr *MockECSAPIMockRecorder) StopTaskRequest(arg0 interface{}) *gomock.Call
StopTaskRequest indicates an expected call of StopTaskRequest
func (*MockECSAPIMockRecorder) StopTaskWithContext ¶
func (mr *MockECSAPIMockRecorder) StopTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StopTaskWithContext indicates an expected call of StopTaskWithContext
func (*MockECSAPIMockRecorder) SubmitContainerStateChange ¶
func (mr *MockECSAPIMockRecorder) SubmitContainerStateChange(arg0 interface{}) *gomock.Call
SubmitContainerStateChange indicates an expected call of SubmitContainerStateChange
func (*MockECSAPIMockRecorder) SubmitContainerStateChangeRequest ¶
func (mr *MockECSAPIMockRecorder) SubmitContainerStateChangeRequest(arg0 interface{}) *gomock.Call
SubmitContainerStateChangeRequest indicates an expected call of SubmitContainerStateChangeRequest
func (*MockECSAPIMockRecorder) SubmitContainerStateChangeWithContext ¶
func (mr *MockECSAPIMockRecorder) SubmitContainerStateChangeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SubmitContainerStateChangeWithContext indicates an expected call of SubmitContainerStateChangeWithContext
func (*MockECSAPIMockRecorder) SubmitTaskStateChange ¶
func (mr *MockECSAPIMockRecorder) SubmitTaskStateChange(arg0 interface{}) *gomock.Call
SubmitTaskStateChange indicates an expected call of SubmitTaskStateChange
func (*MockECSAPIMockRecorder) SubmitTaskStateChangeRequest ¶
func (mr *MockECSAPIMockRecorder) SubmitTaskStateChangeRequest(arg0 interface{}) *gomock.Call
SubmitTaskStateChangeRequest indicates an expected call of SubmitTaskStateChangeRequest
func (*MockECSAPIMockRecorder) SubmitTaskStateChangeWithContext ¶
func (mr *MockECSAPIMockRecorder) SubmitTaskStateChangeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SubmitTaskStateChangeWithContext indicates an expected call of SubmitTaskStateChangeWithContext
func (*MockECSAPIMockRecorder) UpdateContainerAgent ¶
func (mr *MockECSAPIMockRecorder) UpdateContainerAgent(arg0 interface{}) *gomock.Call
UpdateContainerAgent indicates an expected call of UpdateContainerAgent
func (*MockECSAPIMockRecorder) UpdateContainerAgentRequest ¶
func (mr *MockECSAPIMockRecorder) UpdateContainerAgentRequest(arg0 interface{}) *gomock.Call
UpdateContainerAgentRequest indicates an expected call of UpdateContainerAgentRequest
func (*MockECSAPIMockRecorder) UpdateContainerAgentWithContext ¶
func (mr *MockECSAPIMockRecorder) UpdateContainerAgentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateContainerAgentWithContext indicates an expected call of UpdateContainerAgentWithContext
func (*MockECSAPIMockRecorder) UpdateContainerInstancesState ¶
func (mr *MockECSAPIMockRecorder) UpdateContainerInstancesState(arg0 interface{}) *gomock.Call
UpdateContainerInstancesState indicates an expected call of UpdateContainerInstancesState
func (*MockECSAPIMockRecorder) UpdateContainerInstancesStateRequest ¶
func (mr *MockECSAPIMockRecorder) UpdateContainerInstancesStateRequest(arg0 interface{}) *gomock.Call
UpdateContainerInstancesStateRequest indicates an expected call of UpdateContainerInstancesStateRequest
func (*MockECSAPIMockRecorder) UpdateContainerInstancesStateWithContext ¶
func (mr *MockECSAPIMockRecorder) UpdateContainerInstancesStateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateContainerInstancesStateWithContext indicates an expected call of UpdateContainerInstancesStateWithContext
func (*MockECSAPIMockRecorder) UpdateService ¶
func (mr *MockECSAPIMockRecorder) UpdateService(arg0 interface{}) *gomock.Call
UpdateService indicates an expected call of UpdateService
func (*MockECSAPIMockRecorder) UpdateServiceRequest ¶
func (mr *MockECSAPIMockRecorder) UpdateServiceRequest(arg0 interface{}) *gomock.Call
UpdateServiceRequest indicates an expected call of UpdateServiceRequest
func (*MockECSAPIMockRecorder) UpdateServiceWithContext ¶
func (mr *MockECSAPIMockRecorder) UpdateServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateServiceWithContext indicates an expected call of UpdateServiceWithContext
func (*MockECSAPIMockRecorder) WaitUntilServicesInactive ¶
func (mr *MockECSAPIMockRecorder) WaitUntilServicesInactive(arg0 interface{}) *gomock.Call
WaitUntilServicesInactive indicates an expected call of WaitUntilServicesInactive
func (*MockECSAPIMockRecorder) WaitUntilServicesInactiveWithContext ¶
func (mr *MockECSAPIMockRecorder) WaitUntilServicesInactiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilServicesInactiveWithContext indicates an expected call of WaitUntilServicesInactiveWithContext
func (*MockECSAPIMockRecorder) WaitUntilServicesStable ¶
func (mr *MockECSAPIMockRecorder) WaitUntilServicesStable(arg0 interface{}) *gomock.Call
WaitUntilServicesStable indicates an expected call of WaitUntilServicesStable
func (*MockECSAPIMockRecorder) WaitUntilServicesStableWithContext ¶
func (mr *MockECSAPIMockRecorder) WaitUntilServicesStableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilServicesStableWithContext indicates an expected call of WaitUntilServicesStableWithContext
func (*MockECSAPIMockRecorder) WaitUntilTasksRunning ¶
func (mr *MockECSAPIMockRecorder) WaitUntilTasksRunning(arg0 interface{}) *gomock.Call
WaitUntilTasksRunning indicates an expected call of WaitUntilTasksRunning
func (*MockECSAPIMockRecorder) WaitUntilTasksRunningWithContext ¶
func (mr *MockECSAPIMockRecorder) WaitUntilTasksRunningWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilTasksRunningWithContext indicates an expected call of WaitUntilTasksRunningWithContext
func (*MockECSAPIMockRecorder) WaitUntilTasksStopped ¶
func (mr *MockECSAPIMockRecorder) WaitUntilTasksStopped(arg0 interface{}) *gomock.Call
WaitUntilTasksStopped indicates an expected call of WaitUntilTasksStopped
func (*MockECSAPIMockRecorder) WaitUntilTasksStoppedWithContext ¶
func (mr *MockECSAPIMockRecorder) WaitUntilTasksStoppedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilTasksStoppedWithContext indicates an expected call of WaitUntilTasksStoppedWithContext
type MockS3API ¶
type MockS3API struct {
// contains filtered or unexported fields
}
MockS3API is a mock of S3API interface
func NewMockS3API ¶
func NewMockS3API(ctrl *gomock.Controller) *MockS3API
NewMockS3API creates a new mock instance
func (*MockS3API) AbortMultipartUpload ¶
func (m *MockS3API) AbortMultipartUpload(arg0 *s3.AbortMultipartUploadInput) (*s3.AbortMultipartUploadOutput, error)
AbortMultipartUpload mocks base method
func (*MockS3API) AbortMultipartUploadRequest ¶
func (m *MockS3API) AbortMultipartUploadRequest(arg0 *s3.AbortMultipartUploadInput) (*request.Request, *s3.AbortMultipartUploadOutput)
AbortMultipartUploadRequest mocks base method
func (*MockS3API) AbortMultipartUploadWithContext ¶
func (m *MockS3API) AbortMultipartUploadWithContext(arg0 aws.Context, arg1 *s3.AbortMultipartUploadInput, arg2 ...request.Option) (*s3.AbortMultipartUploadOutput, error)
AbortMultipartUploadWithContext mocks base method
func (*MockS3API) CompleteMultipartUpload ¶
func (m *MockS3API) CompleteMultipartUpload(arg0 *s3.CompleteMultipartUploadInput) (*s3.CompleteMultipartUploadOutput, error)
CompleteMultipartUpload mocks base method
func (*MockS3API) CompleteMultipartUploadRequest ¶
func (m *MockS3API) CompleteMultipartUploadRequest(arg0 *s3.CompleteMultipartUploadInput) (*request.Request, *s3.CompleteMultipartUploadOutput)
CompleteMultipartUploadRequest mocks base method
func (*MockS3API) CompleteMultipartUploadWithContext ¶
func (m *MockS3API) CompleteMultipartUploadWithContext(arg0 aws.Context, arg1 *s3.CompleteMultipartUploadInput, arg2 ...request.Option) (*s3.CompleteMultipartUploadOutput, error)
CompleteMultipartUploadWithContext mocks base method
func (*MockS3API) CopyObject ¶
func (m *MockS3API) CopyObject(arg0 *s3.CopyObjectInput) (*s3.CopyObjectOutput, error)
CopyObject mocks base method
func (*MockS3API) CopyObjectRequest ¶
func (m *MockS3API) CopyObjectRequest(arg0 *s3.CopyObjectInput) (*request.Request, *s3.CopyObjectOutput)
CopyObjectRequest mocks base method
func (*MockS3API) CopyObjectWithContext ¶
func (m *MockS3API) CopyObjectWithContext(arg0 aws.Context, arg1 *s3.CopyObjectInput, arg2 ...request.Option) (*s3.CopyObjectOutput, error)
CopyObjectWithContext mocks base method
func (*MockS3API) CreateBucket ¶
func (m *MockS3API) CreateBucket(arg0 *s3.CreateBucketInput) (*s3.CreateBucketOutput, error)
CreateBucket mocks base method
func (*MockS3API) CreateBucketRequest ¶
func (m *MockS3API) CreateBucketRequest(arg0 *s3.CreateBucketInput) (*request.Request, *s3.CreateBucketOutput)
CreateBucketRequest mocks base method
func (*MockS3API) CreateBucketWithContext ¶
func (m *MockS3API) CreateBucketWithContext(arg0 aws.Context, arg1 *s3.CreateBucketInput, arg2 ...request.Option) (*s3.CreateBucketOutput, error)
CreateBucketWithContext mocks base method
func (*MockS3API) CreateMultipartUpload ¶
func (m *MockS3API) CreateMultipartUpload(arg0 *s3.CreateMultipartUploadInput) (*s3.CreateMultipartUploadOutput, error)
CreateMultipartUpload mocks base method
func (*MockS3API) CreateMultipartUploadRequest ¶
func (m *MockS3API) CreateMultipartUploadRequest(arg0 *s3.CreateMultipartUploadInput) (*request.Request, *s3.CreateMultipartUploadOutput)
CreateMultipartUploadRequest mocks base method
func (*MockS3API) CreateMultipartUploadWithContext ¶
func (m *MockS3API) CreateMultipartUploadWithContext(arg0 aws.Context, arg1 *s3.CreateMultipartUploadInput, arg2 ...request.Option) (*s3.CreateMultipartUploadOutput, error)
CreateMultipartUploadWithContext mocks base method
func (*MockS3API) DeleteBucket ¶
func (m *MockS3API) DeleteBucket(arg0 *s3.DeleteBucketInput) (*s3.DeleteBucketOutput, error)
DeleteBucket mocks base method
func (*MockS3API) DeleteBucketAnalyticsConfiguration ¶
func (m *MockS3API) DeleteBucketAnalyticsConfiguration(arg0 *s3.DeleteBucketAnalyticsConfigurationInput) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)
DeleteBucketAnalyticsConfiguration mocks base method
func (*MockS3API) DeleteBucketAnalyticsConfigurationRequest ¶
func (m *MockS3API) DeleteBucketAnalyticsConfigurationRequest(arg0 *s3.DeleteBucketAnalyticsConfigurationInput) (*request.Request, *s3.DeleteBucketAnalyticsConfigurationOutput)
DeleteBucketAnalyticsConfigurationRequest mocks base method
func (*MockS3API) DeleteBucketAnalyticsConfigurationWithContext ¶
func (m *MockS3API) DeleteBucketAnalyticsConfigurationWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketAnalyticsConfigurationInput, arg2 ...request.Option) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)
DeleteBucketAnalyticsConfigurationWithContext mocks base method
func (*MockS3API) DeleteBucketCors ¶
func (m *MockS3API) DeleteBucketCors(arg0 *s3.DeleteBucketCorsInput) (*s3.DeleteBucketCorsOutput, error)
DeleteBucketCors mocks base method
func (*MockS3API) DeleteBucketCorsRequest ¶
func (m *MockS3API) DeleteBucketCorsRequest(arg0 *s3.DeleteBucketCorsInput) (*request.Request, *s3.DeleteBucketCorsOutput)
DeleteBucketCorsRequest mocks base method
func (*MockS3API) DeleteBucketCorsWithContext ¶
func (m *MockS3API) DeleteBucketCorsWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketCorsInput, arg2 ...request.Option) (*s3.DeleteBucketCorsOutput, error)
DeleteBucketCorsWithContext mocks base method
func (*MockS3API) DeleteBucketEncryption ¶
func (m *MockS3API) DeleteBucketEncryption(arg0 *s3.DeleteBucketEncryptionInput) (*s3.DeleteBucketEncryptionOutput, error)
DeleteBucketEncryption mocks base method
func (*MockS3API) DeleteBucketEncryptionRequest ¶
func (m *MockS3API) DeleteBucketEncryptionRequest(arg0 *s3.DeleteBucketEncryptionInput) (*request.Request, *s3.DeleteBucketEncryptionOutput)
DeleteBucketEncryptionRequest mocks base method
func (*MockS3API) DeleteBucketEncryptionWithContext ¶
func (m *MockS3API) DeleteBucketEncryptionWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketEncryptionInput, arg2 ...request.Option) (*s3.DeleteBucketEncryptionOutput, error)
DeleteBucketEncryptionWithContext mocks base method
func (*MockS3API) DeleteBucketInventoryConfiguration ¶
func (m *MockS3API) DeleteBucketInventoryConfiguration(arg0 *s3.DeleteBucketInventoryConfigurationInput) (*s3.DeleteBucketInventoryConfigurationOutput, error)
DeleteBucketInventoryConfiguration mocks base method
func (*MockS3API) DeleteBucketInventoryConfigurationRequest ¶
func (m *MockS3API) DeleteBucketInventoryConfigurationRequest(arg0 *s3.DeleteBucketInventoryConfigurationInput) (*request.Request, *s3.DeleteBucketInventoryConfigurationOutput)
DeleteBucketInventoryConfigurationRequest mocks base method
func (*MockS3API) DeleteBucketInventoryConfigurationWithContext ¶
func (m *MockS3API) DeleteBucketInventoryConfigurationWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketInventoryConfigurationInput, arg2 ...request.Option) (*s3.DeleteBucketInventoryConfigurationOutput, error)
DeleteBucketInventoryConfigurationWithContext mocks base method
func (*MockS3API) DeleteBucketLifecycle ¶
func (m *MockS3API) DeleteBucketLifecycle(arg0 *s3.DeleteBucketLifecycleInput) (*s3.DeleteBucketLifecycleOutput, error)
DeleteBucketLifecycle mocks base method
func (*MockS3API) DeleteBucketLifecycleRequest ¶
func (m *MockS3API) DeleteBucketLifecycleRequest(arg0 *s3.DeleteBucketLifecycleInput) (*request.Request, *s3.DeleteBucketLifecycleOutput)
DeleteBucketLifecycleRequest mocks base method
func (*MockS3API) DeleteBucketLifecycleWithContext ¶
func (m *MockS3API) DeleteBucketLifecycleWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketLifecycleInput, arg2 ...request.Option) (*s3.DeleteBucketLifecycleOutput, error)
DeleteBucketLifecycleWithContext mocks base method
func (*MockS3API) DeleteBucketMetricsConfiguration ¶
func (m *MockS3API) DeleteBucketMetricsConfiguration(arg0 *s3.DeleteBucketMetricsConfigurationInput) (*s3.DeleteBucketMetricsConfigurationOutput, error)
DeleteBucketMetricsConfiguration mocks base method
func (*MockS3API) DeleteBucketMetricsConfigurationRequest ¶
func (m *MockS3API) DeleteBucketMetricsConfigurationRequest(arg0 *s3.DeleteBucketMetricsConfigurationInput) (*request.Request, *s3.DeleteBucketMetricsConfigurationOutput)
DeleteBucketMetricsConfigurationRequest mocks base method
func (*MockS3API) DeleteBucketMetricsConfigurationWithContext ¶
func (m *MockS3API) DeleteBucketMetricsConfigurationWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketMetricsConfigurationInput, arg2 ...request.Option) (*s3.DeleteBucketMetricsConfigurationOutput, error)
DeleteBucketMetricsConfigurationWithContext mocks base method
func (*MockS3API) DeleteBucketPolicy ¶
func (m *MockS3API) DeleteBucketPolicy(arg0 *s3.DeleteBucketPolicyInput) (*s3.DeleteBucketPolicyOutput, error)
DeleteBucketPolicy mocks base method
func (*MockS3API) DeleteBucketPolicyRequest ¶
func (m *MockS3API) DeleteBucketPolicyRequest(arg0 *s3.DeleteBucketPolicyInput) (*request.Request, *s3.DeleteBucketPolicyOutput)
DeleteBucketPolicyRequest mocks base method
func (*MockS3API) DeleteBucketPolicyWithContext ¶
func (m *MockS3API) DeleteBucketPolicyWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketPolicyInput, arg2 ...request.Option) (*s3.DeleteBucketPolicyOutput, error)
DeleteBucketPolicyWithContext mocks base method
func (*MockS3API) DeleteBucketReplication ¶
func (m *MockS3API) DeleteBucketReplication(arg0 *s3.DeleteBucketReplicationInput) (*s3.DeleteBucketReplicationOutput, error)
DeleteBucketReplication mocks base method
func (*MockS3API) DeleteBucketReplicationRequest ¶
func (m *MockS3API) DeleteBucketReplicationRequest(arg0 *s3.DeleteBucketReplicationInput) (*request.Request, *s3.DeleteBucketReplicationOutput)
DeleteBucketReplicationRequest mocks base method
func (*MockS3API) DeleteBucketReplicationWithContext ¶
func (m *MockS3API) DeleteBucketReplicationWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketReplicationInput, arg2 ...request.Option) (*s3.DeleteBucketReplicationOutput, error)
DeleteBucketReplicationWithContext mocks base method
func (*MockS3API) DeleteBucketRequest ¶
func (m *MockS3API) DeleteBucketRequest(arg0 *s3.DeleteBucketInput) (*request.Request, *s3.DeleteBucketOutput)
DeleteBucketRequest mocks base method
func (*MockS3API) DeleteBucketTagging ¶
func (m *MockS3API) DeleteBucketTagging(arg0 *s3.DeleteBucketTaggingInput) (*s3.DeleteBucketTaggingOutput, error)
DeleteBucketTagging mocks base method
func (*MockS3API) DeleteBucketTaggingRequest ¶
func (m *MockS3API) DeleteBucketTaggingRequest(arg0 *s3.DeleteBucketTaggingInput) (*request.Request, *s3.DeleteBucketTaggingOutput)
DeleteBucketTaggingRequest mocks base method
func (*MockS3API) DeleteBucketTaggingWithContext ¶
func (m *MockS3API) DeleteBucketTaggingWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketTaggingInput, arg2 ...request.Option) (*s3.DeleteBucketTaggingOutput, error)
DeleteBucketTaggingWithContext mocks base method
func (*MockS3API) DeleteBucketWebsite ¶
func (m *MockS3API) DeleteBucketWebsite(arg0 *s3.DeleteBucketWebsiteInput) (*s3.DeleteBucketWebsiteOutput, error)
DeleteBucketWebsite mocks base method
func (*MockS3API) DeleteBucketWebsiteRequest ¶
func (m *MockS3API) DeleteBucketWebsiteRequest(arg0 *s3.DeleteBucketWebsiteInput) (*request.Request, *s3.DeleteBucketWebsiteOutput)
DeleteBucketWebsiteRequest mocks base method
func (*MockS3API) DeleteBucketWebsiteWithContext ¶
func (m *MockS3API) DeleteBucketWebsiteWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketWebsiteInput, arg2 ...request.Option) (*s3.DeleteBucketWebsiteOutput, error)
DeleteBucketWebsiteWithContext mocks base method
func (*MockS3API) DeleteBucketWithContext ¶
func (m *MockS3API) DeleteBucketWithContext(arg0 aws.Context, arg1 *s3.DeleteBucketInput, arg2 ...request.Option) (*s3.DeleteBucketOutput, error)
DeleteBucketWithContext mocks base method
func (*MockS3API) DeleteObject ¶
func (m *MockS3API) DeleteObject(arg0 *s3.DeleteObjectInput) (*s3.DeleteObjectOutput, error)
DeleteObject mocks base method
func (*MockS3API) DeleteObjectRequest ¶
func (m *MockS3API) DeleteObjectRequest(arg0 *s3.DeleteObjectInput) (*request.Request, *s3.DeleteObjectOutput)
DeleteObjectRequest mocks base method
func (*MockS3API) DeleteObjectTagging ¶
func (m *MockS3API) DeleteObjectTagging(arg0 *s3.DeleteObjectTaggingInput) (*s3.DeleteObjectTaggingOutput, error)
DeleteObjectTagging mocks base method
func (*MockS3API) DeleteObjectTaggingRequest ¶
func (m *MockS3API) DeleteObjectTaggingRequest(arg0 *s3.DeleteObjectTaggingInput) (*request.Request, *s3.DeleteObjectTaggingOutput)
DeleteObjectTaggingRequest mocks base method
func (*MockS3API) DeleteObjectTaggingWithContext ¶
func (m *MockS3API) DeleteObjectTaggingWithContext(arg0 aws.Context, arg1 *s3.DeleteObjectTaggingInput, arg2 ...request.Option) (*s3.DeleteObjectTaggingOutput, error)
DeleteObjectTaggingWithContext mocks base method
func (*MockS3API) DeleteObjectWithContext ¶
func (m *MockS3API) DeleteObjectWithContext(arg0 aws.Context, arg1 *s3.DeleteObjectInput, arg2 ...request.Option) (*s3.DeleteObjectOutput, error)
DeleteObjectWithContext mocks base method
func (*MockS3API) DeleteObjects ¶
func (m *MockS3API) DeleteObjects(arg0 *s3.DeleteObjectsInput) (*s3.DeleteObjectsOutput, error)
DeleteObjects mocks base method
func (*MockS3API) DeleteObjectsRequest ¶
func (m *MockS3API) DeleteObjectsRequest(arg0 *s3.DeleteObjectsInput) (*request.Request, *s3.DeleteObjectsOutput)
DeleteObjectsRequest mocks base method
func (*MockS3API) DeleteObjectsWithContext ¶
func (m *MockS3API) DeleteObjectsWithContext(arg0 aws.Context, arg1 *s3.DeleteObjectsInput, arg2 ...request.Option) (*s3.DeleteObjectsOutput, error)
DeleteObjectsWithContext mocks base method
func (*MockS3API) EXPECT ¶
func (m *MockS3API) EXPECT() *MockS3APIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockS3API) GetBucketAccelerateConfiguration ¶
func (m *MockS3API) GetBucketAccelerateConfiguration(arg0 *s3.GetBucketAccelerateConfigurationInput) (*s3.GetBucketAccelerateConfigurationOutput, error)
GetBucketAccelerateConfiguration mocks base method
func (*MockS3API) GetBucketAccelerateConfigurationRequest ¶
func (m *MockS3API) GetBucketAccelerateConfigurationRequest(arg0 *s3.GetBucketAccelerateConfigurationInput) (*request.Request, *s3.GetBucketAccelerateConfigurationOutput)
GetBucketAccelerateConfigurationRequest mocks base method
func (*MockS3API) GetBucketAccelerateConfigurationWithContext ¶
func (m *MockS3API) GetBucketAccelerateConfigurationWithContext(arg0 aws.Context, arg1 *s3.GetBucketAccelerateConfigurationInput, arg2 ...request.Option) (*s3.GetBucketAccelerateConfigurationOutput, error)
GetBucketAccelerateConfigurationWithContext mocks base method
func (*MockS3API) GetBucketAcl ¶
func (m *MockS3API) GetBucketAcl(arg0 *s3.GetBucketAclInput) (*s3.GetBucketAclOutput, error)
GetBucketAcl mocks base method
func (*MockS3API) GetBucketAclRequest ¶
func (m *MockS3API) GetBucketAclRequest(arg0 *s3.GetBucketAclInput) (*request.Request, *s3.GetBucketAclOutput)
GetBucketAclRequest mocks base method
func (*MockS3API) GetBucketAclWithContext ¶
func (m *MockS3API) GetBucketAclWithContext(arg0 aws.Context, arg1 *s3.GetBucketAclInput, arg2 ...request.Option) (*s3.GetBucketAclOutput, error)
GetBucketAclWithContext mocks base method
func (*MockS3API) GetBucketAnalyticsConfiguration ¶
func (m *MockS3API) GetBucketAnalyticsConfiguration(arg0 *s3.GetBucketAnalyticsConfigurationInput) (*s3.GetBucketAnalyticsConfigurationOutput, error)
GetBucketAnalyticsConfiguration mocks base method
func (*MockS3API) GetBucketAnalyticsConfigurationRequest ¶
func (m *MockS3API) GetBucketAnalyticsConfigurationRequest(arg0 *s3.GetBucketAnalyticsConfigurationInput) (*request.Request, *s3.GetBucketAnalyticsConfigurationOutput)
GetBucketAnalyticsConfigurationRequest mocks base method
func (*MockS3API) GetBucketAnalyticsConfigurationWithContext ¶
func (m *MockS3API) GetBucketAnalyticsConfigurationWithContext(arg0 aws.Context, arg1 *s3.GetBucketAnalyticsConfigurationInput, arg2 ...request.Option) (*s3.GetBucketAnalyticsConfigurationOutput, error)
GetBucketAnalyticsConfigurationWithContext mocks base method
func (*MockS3API) GetBucketCors ¶
func (m *MockS3API) GetBucketCors(arg0 *s3.GetBucketCorsInput) (*s3.GetBucketCorsOutput, error)
GetBucketCors mocks base method
func (*MockS3API) GetBucketCorsRequest ¶
func (m *MockS3API) GetBucketCorsRequest(arg0 *s3.GetBucketCorsInput) (*request.Request, *s3.GetBucketCorsOutput)
GetBucketCorsRequest mocks base method
func (*MockS3API) GetBucketCorsWithContext ¶
func (m *MockS3API) GetBucketCorsWithContext(arg0 aws.Context, arg1 *s3.GetBucketCorsInput, arg2 ...request.Option) (*s3.GetBucketCorsOutput, error)
GetBucketCorsWithContext mocks base method
func (*MockS3API) GetBucketEncryption ¶
func (m *MockS3API) GetBucketEncryption(arg0 *s3.GetBucketEncryptionInput) (*s3.GetBucketEncryptionOutput, error)
GetBucketEncryption mocks base method
func (*MockS3API) GetBucketEncryptionRequest ¶
func (m *MockS3API) GetBucketEncryptionRequest(arg0 *s3.GetBucketEncryptionInput) (*request.Request, *s3.GetBucketEncryptionOutput)
GetBucketEncryptionRequest mocks base method
func (*MockS3API) GetBucketEncryptionWithContext ¶
func (m *MockS3API) GetBucketEncryptionWithContext(arg0 aws.Context, arg1 *s3.GetBucketEncryptionInput, arg2 ...request.Option) (*s3.GetBucketEncryptionOutput, error)
GetBucketEncryptionWithContext mocks base method
func (*MockS3API) GetBucketInventoryConfiguration ¶
func (m *MockS3API) GetBucketInventoryConfiguration(arg0 *s3.GetBucketInventoryConfigurationInput) (*s3.GetBucketInventoryConfigurationOutput, error)
GetBucketInventoryConfiguration mocks base method
func (*MockS3API) GetBucketInventoryConfigurationRequest ¶
func (m *MockS3API) GetBucketInventoryConfigurationRequest(arg0 *s3.GetBucketInventoryConfigurationInput) (*request.Request, *s3.GetBucketInventoryConfigurationOutput)
GetBucketInventoryConfigurationRequest mocks base method
func (*MockS3API) GetBucketInventoryConfigurationWithContext ¶
func (m *MockS3API) GetBucketInventoryConfigurationWithContext(arg0 aws.Context, arg1 *s3.GetBucketInventoryConfigurationInput, arg2 ...request.Option) (*s3.GetBucketInventoryConfigurationOutput, error)
GetBucketInventoryConfigurationWithContext mocks base method
func (*MockS3API) GetBucketLifecycle ¶
func (m *MockS3API) GetBucketLifecycle(arg0 *s3.GetBucketLifecycleInput) (*s3.GetBucketLifecycleOutput, error)
GetBucketLifecycle mocks base method
func (*MockS3API) GetBucketLifecycleConfiguration ¶
func (m *MockS3API) GetBucketLifecycleConfiguration(arg0 *s3.GetBucketLifecycleConfigurationInput) (*s3.GetBucketLifecycleConfigurationOutput, error)
GetBucketLifecycleConfiguration mocks base method
func (*MockS3API) GetBucketLifecycleConfigurationRequest ¶
func (m *MockS3API) GetBucketLifecycleConfigurationRequest(arg0 *s3.GetBucketLifecycleConfigurationInput) (*request.Request, *s3.GetBucketLifecycleConfigurationOutput)
GetBucketLifecycleConfigurationRequest mocks base method
func (*MockS3API) GetBucketLifecycleConfigurationWithContext ¶
func (m *MockS3API) GetBucketLifecycleConfigurationWithContext(arg0 aws.Context, arg1 *s3.GetBucketLifecycleConfigurationInput, arg2 ...request.Option) (*s3.GetBucketLifecycleConfigurationOutput, error)
GetBucketLifecycleConfigurationWithContext mocks base method
func (*MockS3API) GetBucketLifecycleRequest ¶
func (m *MockS3API) GetBucketLifecycleRequest(arg0 *s3.GetBucketLifecycleInput) (*request.Request, *s3.GetBucketLifecycleOutput)
GetBucketLifecycleRequest mocks base method
func (*MockS3API) GetBucketLifecycleWithContext ¶
func (m *MockS3API) GetBucketLifecycleWithContext(arg0 aws.Context, arg1 *s3.GetBucketLifecycleInput, arg2 ...request.Option) (*s3.GetBucketLifecycleOutput, error)
GetBucketLifecycleWithContext mocks base method
func (*MockS3API) GetBucketLocation ¶
func (m *MockS3API) GetBucketLocation(arg0 *s3.GetBucketLocationInput) (*s3.GetBucketLocationOutput, error)
GetBucketLocation mocks base method
func (*MockS3API) GetBucketLocationRequest ¶
func (m *MockS3API) GetBucketLocationRequest(arg0 *s3.GetBucketLocationInput) (*request.Request, *s3.GetBucketLocationOutput)
GetBucketLocationRequest mocks base method
func (*MockS3API) GetBucketLocationWithContext ¶
func (m *MockS3API) GetBucketLocationWithContext(arg0 aws.Context, arg1 *s3.GetBucketLocationInput, arg2 ...request.Option) (*s3.GetBucketLocationOutput, error)
GetBucketLocationWithContext mocks base method
func (*MockS3API) GetBucketLogging ¶
func (m *MockS3API) GetBucketLogging(arg0 *s3.GetBucketLoggingInput) (*s3.GetBucketLoggingOutput, error)
GetBucketLogging mocks base method
func (*MockS3API) GetBucketLoggingRequest ¶
func (m *MockS3API) GetBucketLoggingRequest(arg0 *s3.GetBucketLoggingInput) (*request.Request, *s3.GetBucketLoggingOutput)
GetBucketLoggingRequest mocks base method
func (*MockS3API) GetBucketLoggingWithContext ¶
func (m *MockS3API) GetBucketLoggingWithContext(arg0 aws.Context, arg1 *s3.GetBucketLoggingInput, arg2 ...request.Option) (*s3.GetBucketLoggingOutput, error)
GetBucketLoggingWithContext mocks base method
func (*MockS3API) GetBucketMetricsConfiguration ¶
func (m *MockS3API) GetBucketMetricsConfiguration(arg0 *s3.GetBucketMetricsConfigurationInput) (*s3.GetBucketMetricsConfigurationOutput, error)
GetBucketMetricsConfiguration mocks base method
func (*MockS3API) GetBucketMetricsConfigurationRequest ¶
func (m *MockS3API) GetBucketMetricsConfigurationRequest(arg0 *s3.GetBucketMetricsConfigurationInput) (*request.Request, *s3.GetBucketMetricsConfigurationOutput)
GetBucketMetricsConfigurationRequest mocks base method
func (*MockS3API) GetBucketMetricsConfigurationWithContext ¶
func (m *MockS3API) GetBucketMetricsConfigurationWithContext(arg0 aws.Context, arg1 *s3.GetBucketMetricsConfigurationInput, arg2 ...request.Option) (*s3.GetBucketMetricsConfigurationOutput, error)
GetBucketMetricsConfigurationWithContext mocks base method
func (*MockS3API) GetBucketNotification ¶
func (m *MockS3API) GetBucketNotification(arg0 *s3.GetBucketNotificationConfigurationRequest) (*s3.NotificationConfigurationDeprecated, error)
GetBucketNotification mocks base method
func (*MockS3API) GetBucketNotificationConfiguration ¶
func (m *MockS3API) GetBucketNotificationConfiguration(arg0 *s3.GetBucketNotificationConfigurationRequest) (*s3.NotificationConfiguration, error)
GetBucketNotificationConfiguration mocks base method
func (*MockS3API) GetBucketNotificationConfigurationRequest ¶
func (m *MockS3API) GetBucketNotificationConfigurationRequest(arg0 *s3.GetBucketNotificationConfigurationRequest) (*request.Request, *s3.NotificationConfiguration)
GetBucketNotificationConfigurationRequest mocks base method
func (*MockS3API) GetBucketNotificationConfigurationWithContext ¶
func (m *MockS3API) GetBucketNotificationConfigurationWithContext(arg0 aws.Context, arg1 *s3.GetBucketNotificationConfigurationRequest, arg2 ...request.Option) (*s3.NotificationConfiguration, error)
GetBucketNotificationConfigurationWithContext mocks base method
func (*MockS3API) GetBucketNotificationRequest ¶
func (m *MockS3API) GetBucketNotificationRequest(arg0 *s3.GetBucketNotificationConfigurationRequest) (*request.Request, *s3.NotificationConfigurationDeprecated)
GetBucketNotificationRequest mocks base method
func (*MockS3API) GetBucketNotificationWithContext ¶
func (m *MockS3API) GetBucketNotificationWithContext(arg0 aws.Context, arg1 *s3.GetBucketNotificationConfigurationRequest, arg2 ...request.Option) (*s3.NotificationConfigurationDeprecated, error)
GetBucketNotificationWithContext mocks base method
func (*MockS3API) GetBucketPolicy ¶
func (m *MockS3API) GetBucketPolicy(arg0 *s3.GetBucketPolicyInput) (*s3.GetBucketPolicyOutput, error)
GetBucketPolicy mocks base method
func (*MockS3API) GetBucketPolicyRequest ¶
func (m *MockS3API) GetBucketPolicyRequest(arg0 *s3.GetBucketPolicyInput) (*request.Request, *s3.GetBucketPolicyOutput)
GetBucketPolicyRequest mocks base method
func (*MockS3API) GetBucketPolicyWithContext ¶
func (m *MockS3API) GetBucketPolicyWithContext(arg0 aws.Context, arg1 *s3.GetBucketPolicyInput, arg2 ...request.Option) (*s3.GetBucketPolicyOutput, error)
GetBucketPolicyWithContext mocks base method
func (*MockS3API) GetBucketReplication ¶
func (m *MockS3API) GetBucketReplication(arg0 *s3.GetBucketReplicationInput) (*s3.GetBucketReplicationOutput, error)
GetBucketReplication mocks base method
func (*MockS3API) GetBucketReplicationRequest ¶
func (m *MockS3API) GetBucketReplicationRequest(arg0 *s3.GetBucketReplicationInput) (*request.Request, *s3.GetBucketReplicationOutput)
GetBucketReplicationRequest mocks base method
func (*MockS3API) GetBucketReplicationWithContext ¶
func (m *MockS3API) GetBucketReplicationWithContext(arg0 aws.Context, arg1 *s3.GetBucketReplicationInput, arg2 ...request.Option) (*s3.GetBucketReplicationOutput, error)
GetBucketReplicationWithContext mocks base method
func (*MockS3API) GetBucketRequestPayment ¶
func (m *MockS3API) GetBucketRequestPayment(arg0 *s3.GetBucketRequestPaymentInput) (*s3.GetBucketRequestPaymentOutput, error)
GetBucketRequestPayment mocks base method
func (*MockS3API) GetBucketRequestPaymentRequest ¶
func (m *MockS3API) GetBucketRequestPaymentRequest(arg0 *s3.GetBucketRequestPaymentInput) (*request.Request, *s3.GetBucketRequestPaymentOutput)
GetBucketRequestPaymentRequest mocks base method
func (*MockS3API) GetBucketRequestPaymentWithContext ¶
func (m *MockS3API) GetBucketRequestPaymentWithContext(arg0 aws.Context, arg1 *s3.GetBucketRequestPaymentInput, arg2 ...request.Option) (*s3.GetBucketRequestPaymentOutput, error)
GetBucketRequestPaymentWithContext mocks base method
func (*MockS3API) GetBucketTagging ¶
func (m *MockS3API) GetBucketTagging(arg0 *s3.GetBucketTaggingInput) (*s3.GetBucketTaggingOutput, error)
GetBucketTagging mocks base method
func (*MockS3API) GetBucketTaggingRequest ¶
func (m *MockS3API) GetBucketTaggingRequest(arg0 *s3.GetBucketTaggingInput) (*request.Request, *s3.GetBucketTaggingOutput)
GetBucketTaggingRequest mocks base method
func (*MockS3API) GetBucketTaggingWithContext ¶
func (m *MockS3API) GetBucketTaggingWithContext(arg0 aws.Context, arg1 *s3.GetBucketTaggingInput, arg2 ...request.Option) (*s3.GetBucketTaggingOutput, error)
GetBucketTaggingWithContext mocks base method
func (*MockS3API) GetBucketVersioning ¶
func (m *MockS3API) GetBucketVersioning(arg0 *s3.GetBucketVersioningInput) (*s3.GetBucketVersioningOutput, error)
GetBucketVersioning mocks base method
func (*MockS3API) GetBucketVersioningRequest ¶
func (m *MockS3API) GetBucketVersioningRequest(arg0 *s3.GetBucketVersioningInput) (*request.Request, *s3.GetBucketVersioningOutput)
GetBucketVersioningRequest mocks base method
func (*MockS3API) GetBucketVersioningWithContext ¶
func (m *MockS3API) GetBucketVersioningWithContext(arg0 aws.Context, arg1 *s3.GetBucketVersioningInput, arg2 ...request.Option) (*s3.GetBucketVersioningOutput, error)
GetBucketVersioningWithContext mocks base method
func (*MockS3API) GetBucketWebsite ¶
func (m *MockS3API) GetBucketWebsite(arg0 *s3.GetBucketWebsiteInput) (*s3.GetBucketWebsiteOutput, error)
GetBucketWebsite mocks base method
func (*MockS3API) GetBucketWebsiteRequest ¶
func (m *MockS3API) GetBucketWebsiteRequest(arg0 *s3.GetBucketWebsiteInput) (*request.Request, *s3.GetBucketWebsiteOutput)
GetBucketWebsiteRequest mocks base method
func (*MockS3API) GetBucketWebsiteWithContext ¶
func (m *MockS3API) GetBucketWebsiteWithContext(arg0 aws.Context, arg1 *s3.GetBucketWebsiteInput, arg2 ...request.Option) (*s3.GetBucketWebsiteOutput, error)
GetBucketWebsiteWithContext mocks base method
func (*MockS3API) GetObject ¶
func (m *MockS3API) GetObject(arg0 *s3.GetObjectInput) (*s3.GetObjectOutput, error)
GetObject mocks base method
func (*MockS3API) GetObjectAcl ¶
func (m *MockS3API) GetObjectAcl(arg0 *s3.GetObjectAclInput) (*s3.GetObjectAclOutput, error)
GetObjectAcl mocks base method
func (*MockS3API) GetObjectAclRequest ¶
func (m *MockS3API) GetObjectAclRequest(arg0 *s3.GetObjectAclInput) (*request.Request, *s3.GetObjectAclOutput)
GetObjectAclRequest mocks base method
func (*MockS3API) GetObjectAclWithContext ¶
func (m *MockS3API) GetObjectAclWithContext(arg0 aws.Context, arg1 *s3.GetObjectAclInput, arg2 ...request.Option) (*s3.GetObjectAclOutput, error)
GetObjectAclWithContext mocks base method
func (*MockS3API) GetObjectRequest ¶
func (m *MockS3API) GetObjectRequest(arg0 *s3.GetObjectInput) (*request.Request, *s3.GetObjectOutput)
GetObjectRequest mocks base method
func (*MockS3API) GetObjectTagging ¶
func (m *MockS3API) GetObjectTagging(arg0 *s3.GetObjectTaggingInput) (*s3.GetObjectTaggingOutput, error)
GetObjectTagging mocks base method
func (*MockS3API) GetObjectTaggingRequest ¶
func (m *MockS3API) GetObjectTaggingRequest(arg0 *s3.GetObjectTaggingInput) (*request.Request, *s3.GetObjectTaggingOutput)
GetObjectTaggingRequest mocks base method
func (*MockS3API) GetObjectTaggingWithContext ¶
func (m *MockS3API) GetObjectTaggingWithContext(arg0 aws.Context, arg1 *s3.GetObjectTaggingInput, arg2 ...request.Option) (*s3.GetObjectTaggingOutput, error)
GetObjectTaggingWithContext mocks base method
func (*MockS3API) GetObjectTorrent ¶
func (m *MockS3API) GetObjectTorrent(arg0 *s3.GetObjectTorrentInput) (*s3.GetObjectTorrentOutput, error)
GetObjectTorrent mocks base method
func (*MockS3API) GetObjectTorrentRequest ¶
func (m *MockS3API) GetObjectTorrentRequest(arg0 *s3.GetObjectTorrentInput) (*request.Request, *s3.GetObjectTorrentOutput)
GetObjectTorrentRequest mocks base method
func (*MockS3API) GetObjectTorrentWithContext ¶
func (m *MockS3API) GetObjectTorrentWithContext(arg0 aws.Context, arg1 *s3.GetObjectTorrentInput, arg2 ...request.Option) (*s3.GetObjectTorrentOutput, error)
GetObjectTorrentWithContext mocks base method
func (*MockS3API) GetObjectWithContext ¶
func (m *MockS3API) GetObjectWithContext(arg0 aws.Context, arg1 *s3.GetObjectInput, arg2 ...request.Option) (*s3.GetObjectOutput, error)
GetObjectWithContext mocks base method
func (*MockS3API) HeadBucket ¶
func (m *MockS3API) HeadBucket(arg0 *s3.HeadBucketInput) (*s3.HeadBucketOutput, error)
HeadBucket mocks base method
func (*MockS3API) HeadBucketRequest ¶
func (m *MockS3API) HeadBucketRequest(arg0 *s3.HeadBucketInput) (*request.Request, *s3.HeadBucketOutput)
HeadBucketRequest mocks base method
func (*MockS3API) HeadBucketWithContext ¶
func (m *MockS3API) HeadBucketWithContext(arg0 aws.Context, arg1 *s3.HeadBucketInput, arg2 ...request.Option) (*s3.HeadBucketOutput, error)
HeadBucketWithContext mocks base method
func (*MockS3API) HeadObject ¶
func (m *MockS3API) HeadObject(arg0 *s3.HeadObjectInput) (*s3.HeadObjectOutput, error)
HeadObject mocks base method
func (*MockS3API) HeadObjectRequest ¶
func (m *MockS3API) HeadObjectRequest(arg0 *s3.HeadObjectInput) (*request.Request, *s3.HeadObjectOutput)
HeadObjectRequest mocks base method
func (*MockS3API) HeadObjectWithContext ¶
func (m *MockS3API) HeadObjectWithContext(arg0 aws.Context, arg1 *s3.HeadObjectInput, arg2 ...request.Option) (*s3.HeadObjectOutput, error)
HeadObjectWithContext mocks base method
func (*MockS3API) ListBucketAnalyticsConfigurations ¶
func (m *MockS3API) ListBucketAnalyticsConfigurations(arg0 *s3.ListBucketAnalyticsConfigurationsInput) (*s3.ListBucketAnalyticsConfigurationsOutput, error)
ListBucketAnalyticsConfigurations mocks base method
func (*MockS3API) ListBucketAnalyticsConfigurationsRequest ¶
func (m *MockS3API) ListBucketAnalyticsConfigurationsRequest(arg0 *s3.ListBucketAnalyticsConfigurationsInput) (*request.Request, *s3.ListBucketAnalyticsConfigurationsOutput)
ListBucketAnalyticsConfigurationsRequest mocks base method
func (*MockS3API) ListBucketAnalyticsConfigurationsWithContext ¶
func (m *MockS3API) ListBucketAnalyticsConfigurationsWithContext(arg0 aws.Context, arg1 *s3.ListBucketAnalyticsConfigurationsInput, arg2 ...request.Option) (*s3.ListBucketAnalyticsConfigurationsOutput, error)
ListBucketAnalyticsConfigurationsWithContext mocks base method
func (*MockS3API) ListBucketInventoryConfigurations ¶
func (m *MockS3API) ListBucketInventoryConfigurations(arg0 *s3.ListBucketInventoryConfigurationsInput) (*s3.ListBucketInventoryConfigurationsOutput, error)
ListBucketInventoryConfigurations mocks base method
func (*MockS3API) ListBucketInventoryConfigurationsRequest ¶
func (m *MockS3API) ListBucketInventoryConfigurationsRequest(arg0 *s3.ListBucketInventoryConfigurationsInput) (*request.Request, *s3.ListBucketInventoryConfigurationsOutput)
ListBucketInventoryConfigurationsRequest mocks base method
func (*MockS3API) ListBucketInventoryConfigurationsWithContext ¶
func (m *MockS3API) ListBucketInventoryConfigurationsWithContext(arg0 aws.Context, arg1 *s3.ListBucketInventoryConfigurationsInput, arg2 ...request.Option) (*s3.ListBucketInventoryConfigurationsOutput, error)
ListBucketInventoryConfigurationsWithContext mocks base method
func (*MockS3API) ListBucketMetricsConfigurations ¶
func (m *MockS3API) ListBucketMetricsConfigurations(arg0 *s3.ListBucketMetricsConfigurationsInput) (*s3.ListBucketMetricsConfigurationsOutput, error)
ListBucketMetricsConfigurations mocks base method
func (*MockS3API) ListBucketMetricsConfigurationsRequest ¶
func (m *MockS3API) ListBucketMetricsConfigurationsRequest(arg0 *s3.ListBucketMetricsConfigurationsInput) (*request.Request, *s3.ListBucketMetricsConfigurationsOutput)
ListBucketMetricsConfigurationsRequest mocks base method
func (*MockS3API) ListBucketMetricsConfigurationsWithContext ¶
func (m *MockS3API) ListBucketMetricsConfigurationsWithContext(arg0 aws.Context, arg1 *s3.ListBucketMetricsConfigurationsInput, arg2 ...request.Option) (*s3.ListBucketMetricsConfigurationsOutput, error)
ListBucketMetricsConfigurationsWithContext mocks base method
func (*MockS3API) ListBuckets ¶
func (m *MockS3API) ListBuckets(arg0 *s3.ListBucketsInput) (*s3.ListBucketsOutput, error)
ListBuckets mocks base method
func (*MockS3API) ListBucketsRequest ¶
func (m *MockS3API) ListBucketsRequest(arg0 *s3.ListBucketsInput) (*request.Request, *s3.ListBucketsOutput)
ListBucketsRequest mocks base method
func (*MockS3API) ListBucketsWithContext ¶
func (m *MockS3API) ListBucketsWithContext(arg0 aws.Context, arg1 *s3.ListBucketsInput, arg2 ...request.Option) (*s3.ListBucketsOutput, error)
ListBucketsWithContext mocks base method
func (*MockS3API) ListMultipartUploads ¶
func (m *MockS3API) ListMultipartUploads(arg0 *s3.ListMultipartUploadsInput) (*s3.ListMultipartUploadsOutput, error)
ListMultipartUploads mocks base method
func (*MockS3API) ListMultipartUploadsPages ¶
func (m *MockS3API) ListMultipartUploadsPages(arg0 *s3.ListMultipartUploadsInput, arg1 func(*s3.ListMultipartUploadsOutput, bool) bool) error
ListMultipartUploadsPages mocks base method
func (*MockS3API) ListMultipartUploadsPagesWithContext ¶
func (m *MockS3API) ListMultipartUploadsPagesWithContext(arg0 aws.Context, arg1 *s3.ListMultipartUploadsInput, arg2 func(*s3.ListMultipartUploadsOutput, bool) bool, arg3 ...request.Option) error
ListMultipartUploadsPagesWithContext mocks base method
func (*MockS3API) ListMultipartUploadsRequest ¶
func (m *MockS3API) ListMultipartUploadsRequest(arg0 *s3.ListMultipartUploadsInput) (*request.Request, *s3.ListMultipartUploadsOutput)
ListMultipartUploadsRequest mocks base method
func (*MockS3API) ListMultipartUploadsWithContext ¶
func (m *MockS3API) ListMultipartUploadsWithContext(arg0 aws.Context, arg1 *s3.ListMultipartUploadsInput, arg2 ...request.Option) (*s3.ListMultipartUploadsOutput, error)
ListMultipartUploadsWithContext mocks base method
func (*MockS3API) ListObjectVersions ¶
func (m *MockS3API) ListObjectVersions(arg0 *s3.ListObjectVersionsInput) (*s3.ListObjectVersionsOutput, error)
ListObjectVersions mocks base method
func (*MockS3API) ListObjectVersionsPages ¶
func (m *MockS3API) ListObjectVersionsPages(arg0 *s3.ListObjectVersionsInput, arg1 func(*s3.ListObjectVersionsOutput, bool) bool) error
ListObjectVersionsPages mocks base method
func (*MockS3API) ListObjectVersionsPagesWithContext ¶
func (m *MockS3API) ListObjectVersionsPagesWithContext(arg0 aws.Context, arg1 *s3.ListObjectVersionsInput, arg2 func(*s3.ListObjectVersionsOutput, bool) bool, arg3 ...request.Option) error
ListObjectVersionsPagesWithContext mocks base method
func (*MockS3API) ListObjectVersionsRequest ¶
func (m *MockS3API) ListObjectVersionsRequest(arg0 *s3.ListObjectVersionsInput) (*request.Request, *s3.ListObjectVersionsOutput)
ListObjectVersionsRequest mocks base method
func (*MockS3API) ListObjectVersionsWithContext ¶
func (m *MockS3API) ListObjectVersionsWithContext(arg0 aws.Context, arg1 *s3.ListObjectVersionsInput, arg2 ...request.Option) (*s3.ListObjectVersionsOutput, error)
ListObjectVersionsWithContext mocks base method
func (*MockS3API) ListObjects ¶
func (m *MockS3API) ListObjects(arg0 *s3.ListObjectsInput) (*s3.ListObjectsOutput, error)
ListObjects mocks base method
func (*MockS3API) ListObjectsPages ¶
func (m *MockS3API) ListObjectsPages(arg0 *s3.ListObjectsInput, arg1 func(*s3.ListObjectsOutput, bool) bool) error
ListObjectsPages mocks base method
func (*MockS3API) ListObjectsPagesWithContext ¶
func (m *MockS3API) ListObjectsPagesWithContext(arg0 aws.Context, arg1 *s3.ListObjectsInput, arg2 func(*s3.ListObjectsOutput, bool) bool, arg3 ...request.Option) error
ListObjectsPagesWithContext mocks base method
func (*MockS3API) ListObjectsRequest ¶
func (m *MockS3API) ListObjectsRequest(arg0 *s3.ListObjectsInput) (*request.Request, *s3.ListObjectsOutput)
ListObjectsRequest mocks base method
func (*MockS3API) ListObjectsV2 ¶
func (m *MockS3API) ListObjectsV2(arg0 *s3.ListObjectsV2Input) (*s3.ListObjectsV2Output, error)
ListObjectsV2 mocks base method
func (*MockS3API) ListObjectsV2Pages ¶
func (m *MockS3API) ListObjectsV2Pages(arg0 *s3.ListObjectsV2Input, arg1 func(*s3.ListObjectsV2Output, bool) bool) error
ListObjectsV2Pages mocks base method
func (*MockS3API) ListObjectsV2PagesWithContext ¶
func (m *MockS3API) ListObjectsV2PagesWithContext(arg0 aws.Context, arg1 *s3.ListObjectsV2Input, arg2 func(*s3.ListObjectsV2Output, bool) bool, arg3 ...request.Option) error
ListObjectsV2PagesWithContext mocks base method
func (*MockS3API) ListObjectsV2Request ¶
func (m *MockS3API) ListObjectsV2Request(arg0 *s3.ListObjectsV2Input) (*request.Request, *s3.ListObjectsV2Output)
ListObjectsV2Request mocks base method
func (*MockS3API) ListObjectsV2WithContext ¶
func (m *MockS3API) ListObjectsV2WithContext(arg0 aws.Context, arg1 *s3.ListObjectsV2Input, arg2 ...request.Option) (*s3.ListObjectsV2Output, error)
ListObjectsV2WithContext mocks base method
func (*MockS3API) ListObjectsWithContext ¶
func (m *MockS3API) ListObjectsWithContext(arg0 aws.Context, arg1 *s3.ListObjectsInput, arg2 ...request.Option) (*s3.ListObjectsOutput, error)
ListObjectsWithContext mocks base method
func (*MockS3API) ListParts ¶
func (m *MockS3API) ListParts(arg0 *s3.ListPartsInput) (*s3.ListPartsOutput, error)
ListParts mocks base method
func (*MockS3API) ListPartsPages ¶
func (m *MockS3API) ListPartsPages(arg0 *s3.ListPartsInput, arg1 func(*s3.ListPartsOutput, bool) bool) error
ListPartsPages mocks base method
func (*MockS3API) ListPartsPagesWithContext ¶
func (m *MockS3API) ListPartsPagesWithContext(arg0 aws.Context, arg1 *s3.ListPartsInput, arg2 func(*s3.ListPartsOutput, bool) bool, arg3 ...request.Option) error
ListPartsPagesWithContext mocks base method
func (*MockS3API) ListPartsRequest ¶
func (m *MockS3API) ListPartsRequest(arg0 *s3.ListPartsInput) (*request.Request, *s3.ListPartsOutput)
ListPartsRequest mocks base method
func (*MockS3API) ListPartsWithContext ¶
func (m *MockS3API) ListPartsWithContext(arg0 aws.Context, arg1 *s3.ListPartsInput, arg2 ...request.Option) (*s3.ListPartsOutput, error)
ListPartsWithContext mocks base method
func (*MockS3API) PutBucketAccelerateConfiguration ¶
func (m *MockS3API) PutBucketAccelerateConfiguration(arg0 *s3.PutBucketAccelerateConfigurationInput) (*s3.PutBucketAccelerateConfigurationOutput, error)
PutBucketAccelerateConfiguration mocks base method
func (*MockS3API) PutBucketAccelerateConfigurationRequest ¶
func (m *MockS3API) PutBucketAccelerateConfigurationRequest(arg0 *s3.PutBucketAccelerateConfigurationInput) (*request.Request, *s3.PutBucketAccelerateConfigurationOutput)
PutBucketAccelerateConfigurationRequest mocks base method
func (*MockS3API) PutBucketAccelerateConfigurationWithContext ¶
func (m *MockS3API) PutBucketAccelerateConfigurationWithContext(arg0 aws.Context, arg1 *s3.PutBucketAccelerateConfigurationInput, arg2 ...request.Option) (*s3.PutBucketAccelerateConfigurationOutput, error)
PutBucketAccelerateConfigurationWithContext mocks base method
func (*MockS3API) PutBucketAcl ¶
func (m *MockS3API) PutBucketAcl(arg0 *s3.PutBucketAclInput) (*s3.PutBucketAclOutput, error)
PutBucketAcl mocks base method
func (*MockS3API) PutBucketAclRequest ¶
func (m *MockS3API) PutBucketAclRequest(arg0 *s3.PutBucketAclInput) (*request.Request, *s3.PutBucketAclOutput)
PutBucketAclRequest mocks base method
func (*MockS3API) PutBucketAclWithContext ¶
func (m *MockS3API) PutBucketAclWithContext(arg0 aws.Context, arg1 *s3.PutBucketAclInput, arg2 ...request.Option) (*s3.PutBucketAclOutput, error)
PutBucketAclWithContext mocks base method
func (*MockS3API) PutBucketAnalyticsConfiguration ¶
func (m *MockS3API) PutBucketAnalyticsConfiguration(arg0 *s3.PutBucketAnalyticsConfigurationInput) (*s3.PutBucketAnalyticsConfigurationOutput, error)
PutBucketAnalyticsConfiguration mocks base method
func (*MockS3API) PutBucketAnalyticsConfigurationRequest ¶
func (m *MockS3API) PutBucketAnalyticsConfigurationRequest(arg0 *s3.PutBucketAnalyticsConfigurationInput) (*request.Request, *s3.PutBucketAnalyticsConfigurationOutput)
PutBucketAnalyticsConfigurationRequest mocks base method
func (*MockS3API) PutBucketAnalyticsConfigurationWithContext ¶
func (m *MockS3API) PutBucketAnalyticsConfigurationWithContext(arg0 aws.Context, arg1 *s3.PutBucketAnalyticsConfigurationInput, arg2 ...request.Option) (*s3.PutBucketAnalyticsConfigurationOutput, error)
PutBucketAnalyticsConfigurationWithContext mocks base method
func (*MockS3API) PutBucketCors ¶
func (m *MockS3API) PutBucketCors(arg0 *s3.PutBucketCorsInput) (*s3.PutBucketCorsOutput, error)
PutBucketCors mocks base method
func (*MockS3API) PutBucketCorsRequest ¶
func (m *MockS3API) PutBucketCorsRequest(arg0 *s3.PutBucketCorsInput) (*request.Request, *s3.PutBucketCorsOutput)
PutBucketCorsRequest mocks base method
func (*MockS3API) PutBucketCorsWithContext ¶
func (m *MockS3API) PutBucketCorsWithContext(arg0 aws.Context, arg1 *s3.PutBucketCorsInput, arg2 ...request.Option) (*s3.PutBucketCorsOutput, error)
PutBucketCorsWithContext mocks base method
func (*MockS3API) PutBucketEncryption ¶
func (m *MockS3API) PutBucketEncryption(arg0 *s3.PutBucketEncryptionInput) (*s3.PutBucketEncryptionOutput, error)
PutBucketEncryption mocks base method
func (*MockS3API) PutBucketEncryptionRequest ¶
func (m *MockS3API) PutBucketEncryptionRequest(arg0 *s3.PutBucketEncryptionInput) (*request.Request, *s3.PutBucketEncryptionOutput)
PutBucketEncryptionRequest mocks base method
func (*MockS3API) PutBucketEncryptionWithContext ¶
func (m *MockS3API) PutBucketEncryptionWithContext(arg0 aws.Context, arg1 *s3.PutBucketEncryptionInput, arg2 ...request.Option) (*s3.PutBucketEncryptionOutput, error)
PutBucketEncryptionWithContext mocks base method
func (*MockS3API) PutBucketInventoryConfiguration ¶
func (m *MockS3API) PutBucketInventoryConfiguration(arg0 *s3.PutBucketInventoryConfigurationInput) (*s3.PutBucketInventoryConfigurationOutput, error)
PutBucketInventoryConfiguration mocks base method
func (*MockS3API) PutBucketInventoryConfigurationRequest ¶
func (m *MockS3API) PutBucketInventoryConfigurationRequest(arg0 *s3.PutBucketInventoryConfigurationInput) (*request.Request, *s3.PutBucketInventoryConfigurationOutput)
PutBucketInventoryConfigurationRequest mocks base method
func (*MockS3API) PutBucketInventoryConfigurationWithContext ¶
func (m *MockS3API) PutBucketInventoryConfigurationWithContext(arg0 aws.Context, arg1 *s3.PutBucketInventoryConfigurationInput, arg2 ...request.Option) (*s3.PutBucketInventoryConfigurationOutput, error)
PutBucketInventoryConfigurationWithContext mocks base method
func (*MockS3API) PutBucketLifecycle ¶
func (m *MockS3API) PutBucketLifecycle(arg0 *s3.PutBucketLifecycleInput) (*s3.PutBucketLifecycleOutput, error)
PutBucketLifecycle mocks base method
func (*MockS3API) PutBucketLifecycleConfiguration ¶
func (m *MockS3API) PutBucketLifecycleConfiguration(arg0 *s3.PutBucketLifecycleConfigurationInput) (*s3.PutBucketLifecycleConfigurationOutput, error)
PutBucketLifecycleConfiguration mocks base method
func (*MockS3API) PutBucketLifecycleConfigurationRequest ¶
func (m *MockS3API) PutBucketLifecycleConfigurationRequest(arg0 *s3.PutBucketLifecycleConfigurationInput) (*request.Request, *s3.PutBucketLifecycleConfigurationOutput)
PutBucketLifecycleConfigurationRequest mocks base method
func (*MockS3API) PutBucketLifecycleConfigurationWithContext ¶
func (m *MockS3API) PutBucketLifecycleConfigurationWithContext(arg0 aws.Context, arg1 *s3.PutBucketLifecycleConfigurationInput, arg2 ...request.Option) (*s3.PutBucketLifecycleConfigurationOutput, error)
PutBucketLifecycleConfigurationWithContext mocks base method
func (*MockS3API) PutBucketLifecycleRequest ¶
func (m *MockS3API) PutBucketLifecycleRequest(arg0 *s3.PutBucketLifecycleInput) (*request.Request, *s3.PutBucketLifecycleOutput)
PutBucketLifecycleRequest mocks base method
func (*MockS3API) PutBucketLifecycleWithContext ¶
func (m *MockS3API) PutBucketLifecycleWithContext(arg0 aws.Context, arg1 *s3.PutBucketLifecycleInput, arg2 ...request.Option) (*s3.PutBucketLifecycleOutput, error)
PutBucketLifecycleWithContext mocks base method
func (*MockS3API) PutBucketLogging ¶
func (m *MockS3API) PutBucketLogging(arg0 *s3.PutBucketLoggingInput) (*s3.PutBucketLoggingOutput, error)
PutBucketLogging mocks base method
func (*MockS3API) PutBucketLoggingRequest ¶
func (m *MockS3API) PutBucketLoggingRequest(arg0 *s3.PutBucketLoggingInput) (*request.Request, *s3.PutBucketLoggingOutput)
PutBucketLoggingRequest mocks base method
func (*MockS3API) PutBucketLoggingWithContext ¶
func (m *MockS3API) PutBucketLoggingWithContext(arg0 aws.Context, arg1 *s3.PutBucketLoggingInput, arg2 ...request.Option) (*s3.PutBucketLoggingOutput, error)
PutBucketLoggingWithContext mocks base method
func (*MockS3API) PutBucketMetricsConfiguration ¶
func (m *MockS3API) PutBucketMetricsConfiguration(arg0 *s3.PutBucketMetricsConfigurationInput) (*s3.PutBucketMetricsConfigurationOutput, error)
PutBucketMetricsConfiguration mocks base method
func (*MockS3API) PutBucketMetricsConfigurationRequest ¶
func (m *MockS3API) PutBucketMetricsConfigurationRequest(arg0 *s3.PutBucketMetricsConfigurationInput) (*request.Request, *s3.PutBucketMetricsConfigurationOutput)
PutBucketMetricsConfigurationRequest mocks base method
func (*MockS3API) PutBucketMetricsConfigurationWithContext ¶
func (m *MockS3API) PutBucketMetricsConfigurationWithContext(arg0 aws.Context, arg1 *s3.PutBucketMetricsConfigurationInput, arg2 ...request.Option) (*s3.PutBucketMetricsConfigurationOutput, error)
PutBucketMetricsConfigurationWithContext mocks base method
func (*MockS3API) PutBucketNotification ¶
func (m *MockS3API) PutBucketNotification(arg0 *s3.PutBucketNotificationInput) (*s3.PutBucketNotificationOutput, error)
PutBucketNotification mocks base method
func (*MockS3API) PutBucketNotificationConfiguration ¶
func (m *MockS3API) PutBucketNotificationConfiguration(arg0 *s3.PutBucketNotificationConfigurationInput) (*s3.PutBucketNotificationConfigurationOutput, error)
PutBucketNotificationConfiguration mocks base method
func (*MockS3API) PutBucketNotificationConfigurationRequest ¶
func (m *MockS3API) PutBucketNotificationConfigurationRequest(arg0 *s3.PutBucketNotificationConfigurationInput) (*request.Request, *s3.PutBucketNotificationConfigurationOutput)
PutBucketNotificationConfigurationRequest mocks base method
func (*MockS3API) PutBucketNotificationConfigurationWithContext ¶
func (m *MockS3API) PutBucketNotificationConfigurationWithContext(arg0 aws.Context, arg1 *s3.PutBucketNotificationConfigurationInput, arg2 ...request.Option) (*s3.PutBucketNotificationConfigurationOutput, error)
PutBucketNotificationConfigurationWithContext mocks base method
func (*MockS3API) PutBucketNotificationRequest ¶
func (m *MockS3API) PutBucketNotificationRequest(arg0 *s3.PutBucketNotificationInput) (*request.Request, *s3.PutBucketNotificationOutput)
PutBucketNotificationRequest mocks base method
func (*MockS3API) PutBucketNotificationWithContext ¶
func (m *MockS3API) PutBucketNotificationWithContext(arg0 aws.Context, arg1 *s3.PutBucketNotificationInput, arg2 ...request.Option) (*s3.PutBucketNotificationOutput, error)
PutBucketNotificationWithContext mocks base method
func (*MockS3API) PutBucketPolicy ¶
func (m *MockS3API) PutBucketPolicy(arg0 *s3.PutBucketPolicyInput) (*s3.PutBucketPolicyOutput, error)
PutBucketPolicy mocks base method
func (*MockS3API) PutBucketPolicyRequest ¶
func (m *MockS3API) PutBucketPolicyRequest(arg0 *s3.PutBucketPolicyInput) (*request.Request, *s3.PutBucketPolicyOutput)
PutBucketPolicyRequest mocks base method
func (*MockS3API) PutBucketPolicyWithContext ¶
func (m *MockS3API) PutBucketPolicyWithContext(arg0 aws.Context, arg1 *s3.PutBucketPolicyInput, arg2 ...request.Option) (*s3.PutBucketPolicyOutput, error)
PutBucketPolicyWithContext mocks base method
func (*MockS3API) PutBucketReplication ¶
func (m *MockS3API) PutBucketReplication(arg0 *s3.PutBucketReplicationInput) (*s3.PutBucketReplicationOutput, error)
PutBucketReplication mocks base method
func (*MockS3API) PutBucketReplicationRequest ¶
func (m *MockS3API) PutBucketReplicationRequest(arg0 *s3.PutBucketReplicationInput) (*request.Request, *s3.PutBucketReplicationOutput)
PutBucketReplicationRequest mocks base method
func (*MockS3API) PutBucketReplicationWithContext ¶
func (m *MockS3API) PutBucketReplicationWithContext(arg0 aws.Context, arg1 *s3.PutBucketReplicationInput, arg2 ...request.Option) (*s3.PutBucketReplicationOutput, error)
PutBucketReplicationWithContext mocks base method
func (*MockS3API) PutBucketRequestPayment ¶
func (m *MockS3API) PutBucketRequestPayment(arg0 *s3.PutBucketRequestPaymentInput) (*s3.PutBucketRequestPaymentOutput, error)
PutBucketRequestPayment mocks base method
func (*MockS3API) PutBucketRequestPaymentRequest ¶
func (m *MockS3API) PutBucketRequestPaymentRequest(arg0 *s3.PutBucketRequestPaymentInput) (*request.Request, *s3.PutBucketRequestPaymentOutput)
PutBucketRequestPaymentRequest mocks base method
func (*MockS3API) PutBucketRequestPaymentWithContext ¶
func (m *MockS3API) PutBucketRequestPaymentWithContext(arg0 aws.Context, arg1 *s3.PutBucketRequestPaymentInput, arg2 ...request.Option) (*s3.PutBucketRequestPaymentOutput, error)
PutBucketRequestPaymentWithContext mocks base method
func (*MockS3API) PutBucketTagging ¶
func (m *MockS3API) PutBucketTagging(arg0 *s3.PutBucketTaggingInput) (*s3.PutBucketTaggingOutput, error)
PutBucketTagging mocks base method
func (*MockS3API) PutBucketTaggingRequest ¶
func (m *MockS3API) PutBucketTaggingRequest(arg0 *s3.PutBucketTaggingInput) (*request.Request, *s3.PutBucketTaggingOutput)
PutBucketTaggingRequest mocks base method
func (*MockS3API) PutBucketTaggingWithContext ¶
func (m *MockS3API) PutBucketTaggingWithContext(arg0 aws.Context, arg1 *s3.PutBucketTaggingInput, arg2 ...request.Option) (*s3.PutBucketTaggingOutput, error)
PutBucketTaggingWithContext mocks base method
func (*MockS3API) PutBucketVersioning ¶
func (m *MockS3API) PutBucketVersioning(arg0 *s3.PutBucketVersioningInput) (*s3.PutBucketVersioningOutput, error)
PutBucketVersioning mocks base method
func (*MockS3API) PutBucketVersioningRequest ¶
func (m *MockS3API) PutBucketVersioningRequest(arg0 *s3.PutBucketVersioningInput) (*request.Request, *s3.PutBucketVersioningOutput)
PutBucketVersioningRequest mocks base method
func (*MockS3API) PutBucketVersioningWithContext ¶
func (m *MockS3API) PutBucketVersioningWithContext(arg0 aws.Context, arg1 *s3.PutBucketVersioningInput, arg2 ...request.Option) (*s3.PutBucketVersioningOutput, error)
PutBucketVersioningWithContext mocks base method
func (*MockS3API) PutBucketWebsite ¶
func (m *MockS3API) PutBucketWebsite(arg0 *s3.PutBucketWebsiteInput) (*s3.PutBucketWebsiteOutput, error)
PutBucketWebsite mocks base method
func (*MockS3API) PutBucketWebsiteRequest ¶
func (m *MockS3API) PutBucketWebsiteRequest(arg0 *s3.PutBucketWebsiteInput) (*request.Request, *s3.PutBucketWebsiteOutput)
PutBucketWebsiteRequest mocks base method
func (*MockS3API) PutBucketWebsiteWithContext ¶
func (m *MockS3API) PutBucketWebsiteWithContext(arg0 aws.Context, arg1 *s3.PutBucketWebsiteInput, arg2 ...request.Option) (*s3.PutBucketWebsiteOutput, error)
PutBucketWebsiteWithContext mocks base method
func (*MockS3API) PutObject ¶
func (m *MockS3API) PutObject(arg0 *s3.PutObjectInput) (*s3.PutObjectOutput, error)
PutObject mocks base method
func (*MockS3API) PutObjectAcl ¶
func (m *MockS3API) PutObjectAcl(arg0 *s3.PutObjectAclInput) (*s3.PutObjectAclOutput, error)
PutObjectAcl mocks base method
func (*MockS3API) PutObjectAclRequest ¶
func (m *MockS3API) PutObjectAclRequest(arg0 *s3.PutObjectAclInput) (*request.Request, *s3.PutObjectAclOutput)
PutObjectAclRequest mocks base method
func (*MockS3API) PutObjectAclWithContext ¶
func (m *MockS3API) PutObjectAclWithContext(arg0 aws.Context, arg1 *s3.PutObjectAclInput, arg2 ...request.Option) (*s3.PutObjectAclOutput, error)
PutObjectAclWithContext mocks base method
func (*MockS3API) PutObjectRequest ¶
func (m *MockS3API) PutObjectRequest(arg0 *s3.PutObjectInput) (*request.Request, *s3.PutObjectOutput)
PutObjectRequest mocks base method
func (*MockS3API) PutObjectTagging ¶
func (m *MockS3API) PutObjectTagging(arg0 *s3.PutObjectTaggingInput) (*s3.PutObjectTaggingOutput, error)
PutObjectTagging mocks base method
func (*MockS3API) PutObjectTaggingRequest ¶
func (m *MockS3API) PutObjectTaggingRequest(arg0 *s3.PutObjectTaggingInput) (*request.Request, *s3.PutObjectTaggingOutput)
PutObjectTaggingRequest mocks base method
func (*MockS3API) PutObjectTaggingWithContext ¶
func (m *MockS3API) PutObjectTaggingWithContext(arg0 aws.Context, arg1 *s3.PutObjectTaggingInput, arg2 ...request.Option) (*s3.PutObjectTaggingOutput, error)
PutObjectTaggingWithContext mocks base method
func (*MockS3API) PutObjectWithContext ¶
func (m *MockS3API) PutObjectWithContext(arg0 aws.Context, arg1 *s3.PutObjectInput, arg2 ...request.Option) (*s3.PutObjectOutput, error)
PutObjectWithContext mocks base method
func (*MockS3API) RestoreObject ¶
func (m *MockS3API) RestoreObject(arg0 *s3.RestoreObjectInput) (*s3.RestoreObjectOutput, error)
RestoreObject mocks base method
func (*MockS3API) RestoreObjectRequest ¶
func (m *MockS3API) RestoreObjectRequest(arg0 *s3.RestoreObjectInput) (*request.Request, *s3.RestoreObjectOutput)
RestoreObjectRequest mocks base method
func (*MockS3API) RestoreObjectWithContext ¶
func (m *MockS3API) RestoreObjectWithContext(arg0 aws.Context, arg1 *s3.RestoreObjectInput, arg2 ...request.Option) (*s3.RestoreObjectOutput, error)
RestoreObjectWithContext mocks base method
func (*MockS3API) UploadPart ¶
func (m *MockS3API) UploadPart(arg0 *s3.UploadPartInput) (*s3.UploadPartOutput, error)
UploadPart mocks base method
func (*MockS3API) UploadPartCopy ¶
func (m *MockS3API) UploadPartCopy(arg0 *s3.UploadPartCopyInput) (*s3.UploadPartCopyOutput, error)
UploadPartCopy mocks base method
func (*MockS3API) UploadPartCopyRequest ¶
func (m *MockS3API) UploadPartCopyRequest(arg0 *s3.UploadPartCopyInput) (*request.Request, *s3.UploadPartCopyOutput)
UploadPartCopyRequest mocks base method
func (*MockS3API) UploadPartCopyWithContext ¶
func (m *MockS3API) UploadPartCopyWithContext(arg0 aws.Context, arg1 *s3.UploadPartCopyInput, arg2 ...request.Option) (*s3.UploadPartCopyOutput, error)
UploadPartCopyWithContext mocks base method
func (*MockS3API) UploadPartRequest ¶
func (m *MockS3API) UploadPartRequest(arg0 *s3.UploadPartInput) (*request.Request, *s3.UploadPartOutput)
UploadPartRequest mocks base method
func (*MockS3API) UploadPartWithContext ¶
func (m *MockS3API) UploadPartWithContext(arg0 aws.Context, arg1 *s3.UploadPartInput, arg2 ...request.Option) (*s3.UploadPartOutput, error)
UploadPartWithContext mocks base method
func (*MockS3API) WaitUntilBucketExists ¶
func (m *MockS3API) WaitUntilBucketExists(arg0 *s3.HeadBucketInput) error
WaitUntilBucketExists mocks base method
func (*MockS3API) WaitUntilBucketExistsWithContext ¶
func (m *MockS3API) WaitUntilBucketExistsWithContext(arg0 aws.Context, arg1 *s3.HeadBucketInput, arg2 ...request.WaiterOption) error
WaitUntilBucketExistsWithContext mocks base method
func (*MockS3API) WaitUntilBucketNotExists ¶
func (m *MockS3API) WaitUntilBucketNotExists(arg0 *s3.HeadBucketInput) error
WaitUntilBucketNotExists mocks base method
func (*MockS3API) WaitUntilBucketNotExistsWithContext ¶
func (m *MockS3API) WaitUntilBucketNotExistsWithContext(arg0 aws.Context, arg1 *s3.HeadBucketInput, arg2 ...request.WaiterOption) error
WaitUntilBucketNotExistsWithContext mocks base method
func (*MockS3API) WaitUntilObjectExists ¶
func (m *MockS3API) WaitUntilObjectExists(arg0 *s3.HeadObjectInput) error
WaitUntilObjectExists mocks base method
func (*MockS3API) WaitUntilObjectExistsWithContext ¶
func (m *MockS3API) WaitUntilObjectExistsWithContext(arg0 aws.Context, arg1 *s3.HeadObjectInput, arg2 ...request.WaiterOption) error
WaitUntilObjectExistsWithContext mocks base method
func (*MockS3API) WaitUntilObjectNotExists ¶
func (m *MockS3API) WaitUntilObjectNotExists(arg0 *s3.HeadObjectInput) error
WaitUntilObjectNotExists mocks base method
func (*MockS3API) WaitUntilObjectNotExistsWithContext ¶
func (m *MockS3API) WaitUntilObjectNotExistsWithContext(arg0 aws.Context, arg1 *s3.HeadObjectInput, arg2 ...request.WaiterOption) error
WaitUntilObjectNotExistsWithContext mocks base method
type MockS3APIMockRecorder ¶
type MockS3APIMockRecorder struct {
// contains filtered or unexported fields
}
MockS3APIMockRecorder is the mock recorder for MockS3API
func (*MockS3APIMockRecorder) AbortMultipartUpload ¶
func (mr *MockS3APIMockRecorder) AbortMultipartUpload(arg0 interface{}) *gomock.Call
AbortMultipartUpload indicates an expected call of AbortMultipartUpload
func (*MockS3APIMockRecorder) AbortMultipartUploadRequest ¶
func (mr *MockS3APIMockRecorder) AbortMultipartUploadRequest(arg0 interface{}) *gomock.Call
AbortMultipartUploadRequest indicates an expected call of AbortMultipartUploadRequest
func (*MockS3APIMockRecorder) AbortMultipartUploadWithContext ¶
func (mr *MockS3APIMockRecorder) AbortMultipartUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AbortMultipartUploadWithContext indicates an expected call of AbortMultipartUploadWithContext
func (*MockS3APIMockRecorder) CompleteMultipartUpload ¶
func (mr *MockS3APIMockRecorder) CompleteMultipartUpload(arg0 interface{}) *gomock.Call
CompleteMultipartUpload indicates an expected call of CompleteMultipartUpload
func (*MockS3APIMockRecorder) CompleteMultipartUploadRequest ¶
func (mr *MockS3APIMockRecorder) CompleteMultipartUploadRequest(arg0 interface{}) *gomock.Call
CompleteMultipartUploadRequest indicates an expected call of CompleteMultipartUploadRequest
func (*MockS3APIMockRecorder) CompleteMultipartUploadWithContext ¶
func (mr *MockS3APIMockRecorder) CompleteMultipartUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CompleteMultipartUploadWithContext indicates an expected call of CompleteMultipartUploadWithContext
func (*MockS3APIMockRecorder) CopyObject ¶
func (mr *MockS3APIMockRecorder) CopyObject(arg0 interface{}) *gomock.Call
CopyObject indicates an expected call of CopyObject
func (*MockS3APIMockRecorder) CopyObjectRequest ¶
func (mr *MockS3APIMockRecorder) CopyObjectRequest(arg0 interface{}) *gomock.Call
CopyObjectRequest indicates an expected call of CopyObjectRequest
func (*MockS3APIMockRecorder) CopyObjectWithContext ¶
func (mr *MockS3APIMockRecorder) CopyObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CopyObjectWithContext indicates an expected call of CopyObjectWithContext
func (*MockS3APIMockRecorder) CreateBucket ¶
func (mr *MockS3APIMockRecorder) CreateBucket(arg0 interface{}) *gomock.Call
CreateBucket indicates an expected call of CreateBucket
func (*MockS3APIMockRecorder) CreateBucketRequest ¶
func (mr *MockS3APIMockRecorder) CreateBucketRequest(arg0 interface{}) *gomock.Call
CreateBucketRequest indicates an expected call of CreateBucketRequest
func (*MockS3APIMockRecorder) CreateBucketWithContext ¶
func (mr *MockS3APIMockRecorder) CreateBucketWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateBucketWithContext indicates an expected call of CreateBucketWithContext
func (*MockS3APIMockRecorder) CreateMultipartUpload ¶
func (mr *MockS3APIMockRecorder) CreateMultipartUpload(arg0 interface{}) *gomock.Call
CreateMultipartUpload indicates an expected call of CreateMultipartUpload
func (*MockS3APIMockRecorder) CreateMultipartUploadRequest ¶
func (mr *MockS3APIMockRecorder) CreateMultipartUploadRequest(arg0 interface{}) *gomock.Call
CreateMultipartUploadRequest indicates an expected call of CreateMultipartUploadRequest
func (*MockS3APIMockRecorder) CreateMultipartUploadWithContext ¶
func (mr *MockS3APIMockRecorder) CreateMultipartUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateMultipartUploadWithContext indicates an expected call of CreateMultipartUploadWithContext
func (*MockS3APIMockRecorder) DeleteBucket ¶
func (mr *MockS3APIMockRecorder) DeleteBucket(arg0 interface{}) *gomock.Call
DeleteBucket indicates an expected call of DeleteBucket
func (*MockS3APIMockRecorder) DeleteBucketAnalyticsConfiguration ¶
func (mr *MockS3APIMockRecorder) DeleteBucketAnalyticsConfiguration(arg0 interface{}) *gomock.Call
DeleteBucketAnalyticsConfiguration indicates an expected call of DeleteBucketAnalyticsConfiguration
func (*MockS3APIMockRecorder) DeleteBucketAnalyticsConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketAnalyticsConfigurationRequest(arg0 interface{}) *gomock.Call
DeleteBucketAnalyticsConfigurationRequest indicates an expected call of DeleteBucketAnalyticsConfigurationRequest
func (*MockS3APIMockRecorder) DeleteBucketAnalyticsConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketAnalyticsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketAnalyticsConfigurationWithContext indicates an expected call of DeleteBucketAnalyticsConfigurationWithContext
func (*MockS3APIMockRecorder) DeleteBucketCors ¶
func (mr *MockS3APIMockRecorder) DeleteBucketCors(arg0 interface{}) *gomock.Call
DeleteBucketCors indicates an expected call of DeleteBucketCors
func (*MockS3APIMockRecorder) DeleteBucketCorsRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketCorsRequest(arg0 interface{}) *gomock.Call
DeleteBucketCorsRequest indicates an expected call of DeleteBucketCorsRequest
func (*MockS3APIMockRecorder) DeleteBucketCorsWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketCorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketCorsWithContext indicates an expected call of DeleteBucketCorsWithContext
func (*MockS3APIMockRecorder) DeleteBucketEncryption ¶
func (mr *MockS3APIMockRecorder) DeleteBucketEncryption(arg0 interface{}) *gomock.Call
DeleteBucketEncryption indicates an expected call of DeleteBucketEncryption
func (*MockS3APIMockRecorder) DeleteBucketEncryptionRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketEncryptionRequest(arg0 interface{}) *gomock.Call
DeleteBucketEncryptionRequest indicates an expected call of DeleteBucketEncryptionRequest
func (*MockS3APIMockRecorder) DeleteBucketEncryptionWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketEncryptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketEncryptionWithContext indicates an expected call of DeleteBucketEncryptionWithContext
func (*MockS3APIMockRecorder) DeleteBucketInventoryConfiguration ¶
func (mr *MockS3APIMockRecorder) DeleteBucketInventoryConfiguration(arg0 interface{}) *gomock.Call
DeleteBucketInventoryConfiguration indicates an expected call of DeleteBucketInventoryConfiguration
func (*MockS3APIMockRecorder) DeleteBucketInventoryConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketInventoryConfigurationRequest(arg0 interface{}) *gomock.Call
DeleteBucketInventoryConfigurationRequest indicates an expected call of DeleteBucketInventoryConfigurationRequest
func (*MockS3APIMockRecorder) DeleteBucketInventoryConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketInventoryConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketInventoryConfigurationWithContext indicates an expected call of DeleteBucketInventoryConfigurationWithContext
func (*MockS3APIMockRecorder) DeleteBucketLifecycle ¶
func (mr *MockS3APIMockRecorder) DeleteBucketLifecycle(arg0 interface{}) *gomock.Call
DeleteBucketLifecycle indicates an expected call of DeleteBucketLifecycle
func (*MockS3APIMockRecorder) DeleteBucketLifecycleRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketLifecycleRequest(arg0 interface{}) *gomock.Call
DeleteBucketLifecycleRequest indicates an expected call of DeleteBucketLifecycleRequest
func (*MockS3APIMockRecorder) DeleteBucketLifecycleWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketLifecycleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketLifecycleWithContext indicates an expected call of DeleteBucketLifecycleWithContext
func (*MockS3APIMockRecorder) DeleteBucketMetricsConfiguration ¶
func (mr *MockS3APIMockRecorder) DeleteBucketMetricsConfiguration(arg0 interface{}) *gomock.Call
DeleteBucketMetricsConfiguration indicates an expected call of DeleteBucketMetricsConfiguration
func (*MockS3APIMockRecorder) DeleteBucketMetricsConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketMetricsConfigurationRequest(arg0 interface{}) *gomock.Call
DeleteBucketMetricsConfigurationRequest indicates an expected call of DeleteBucketMetricsConfigurationRequest
func (*MockS3APIMockRecorder) DeleteBucketMetricsConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketMetricsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketMetricsConfigurationWithContext indicates an expected call of DeleteBucketMetricsConfigurationWithContext
func (*MockS3APIMockRecorder) DeleteBucketPolicy ¶
func (mr *MockS3APIMockRecorder) DeleteBucketPolicy(arg0 interface{}) *gomock.Call
DeleteBucketPolicy indicates an expected call of DeleteBucketPolicy
func (*MockS3APIMockRecorder) DeleteBucketPolicyRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketPolicyRequest(arg0 interface{}) *gomock.Call
DeleteBucketPolicyRequest indicates an expected call of DeleteBucketPolicyRequest
func (*MockS3APIMockRecorder) DeleteBucketPolicyWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketPolicyWithContext indicates an expected call of DeleteBucketPolicyWithContext
func (*MockS3APIMockRecorder) DeleteBucketReplication ¶
func (mr *MockS3APIMockRecorder) DeleteBucketReplication(arg0 interface{}) *gomock.Call
DeleteBucketReplication indicates an expected call of DeleteBucketReplication
func (*MockS3APIMockRecorder) DeleteBucketReplicationRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketReplicationRequest(arg0 interface{}) *gomock.Call
DeleteBucketReplicationRequest indicates an expected call of DeleteBucketReplicationRequest
func (*MockS3APIMockRecorder) DeleteBucketReplicationWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketReplicationWithContext indicates an expected call of DeleteBucketReplicationWithContext
func (*MockS3APIMockRecorder) DeleteBucketRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketRequest(arg0 interface{}) *gomock.Call
DeleteBucketRequest indicates an expected call of DeleteBucketRequest
func (*MockS3APIMockRecorder) DeleteBucketTagging ¶
func (mr *MockS3APIMockRecorder) DeleteBucketTagging(arg0 interface{}) *gomock.Call
DeleteBucketTagging indicates an expected call of DeleteBucketTagging
func (*MockS3APIMockRecorder) DeleteBucketTaggingRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketTaggingRequest(arg0 interface{}) *gomock.Call
DeleteBucketTaggingRequest indicates an expected call of DeleteBucketTaggingRequest
func (*MockS3APIMockRecorder) DeleteBucketTaggingWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketTaggingWithContext indicates an expected call of DeleteBucketTaggingWithContext
func (*MockS3APIMockRecorder) DeleteBucketWebsite ¶
func (mr *MockS3APIMockRecorder) DeleteBucketWebsite(arg0 interface{}) *gomock.Call
DeleteBucketWebsite indicates an expected call of DeleteBucketWebsite
func (*MockS3APIMockRecorder) DeleteBucketWebsiteRequest ¶
func (mr *MockS3APIMockRecorder) DeleteBucketWebsiteRequest(arg0 interface{}) *gomock.Call
DeleteBucketWebsiteRequest indicates an expected call of DeleteBucketWebsiteRequest
func (*MockS3APIMockRecorder) DeleteBucketWebsiteWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketWebsiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketWebsiteWithContext indicates an expected call of DeleteBucketWebsiteWithContext
func (*MockS3APIMockRecorder) DeleteBucketWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteBucketWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBucketWithContext indicates an expected call of DeleteBucketWithContext
func (*MockS3APIMockRecorder) DeleteObject ¶
func (mr *MockS3APIMockRecorder) DeleteObject(arg0 interface{}) *gomock.Call
DeleteObject indicates an expected call of DeleteObject
func (*MockS3APIMockRecorder) DeleteObjectRequest ¶
func (mr *MockS3APIMockRecorder) DeleteObjectRequest(arg0 interface{}) *gomock.Call
DeleteObjectRequest indicates an expected call of DeleteObjectRequest
func (*MockS3APIMockRecorder) DeleteObjectTagging ¶
func (mr *MockS3APIMockRecorder) DeleteObjectTagging(arg0 interface{}) *gomock.Call
DeleteObjectTagging indicates an expected call of DeleteObjectTagging
func (*MockS3APIMockRecorder) DeleteObjectTaggingRequest ¶
func (mr *MockS3APIMockRecorder) DeleteObjectTaggingRequest(arg0 interface{}) *gomock.Call
DeleteObjectTaggingRequest indicates an expected call of DeleteObjectTaggingRequest
func (*MockS3APIMockRecorder) DeleteObjectTaggingWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteObjectTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteObjectTaggingWithContext indicates an expected call of DeleteObjectTaggingWithContext
func (*MockS3APIMockRecorder) DeleteObjectWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteObjectWithContext indicates an expected call of DeleteObjectWithContext
func (*MockS3APIMockRecorder) DeleteObjects ¶
func (mr *MockS3APIMockRecorder) DeleteObjects(arg0 interface{}) *gomock.Call
DeleteObjects indicates an expected call of DeleteObjects
func (*MockS3APIMockRecorder) DeleteObjectsRequest ¶
func (mr *MockS3APIMockRecorder) DeleteObjectsRequest(arg0 interface{}) *gomock.Call
DeleteObjectsRequest indicates an expected call of DeleteObjectsRequest
func (*MockS3APIMockRecorder) DeleteObjectsWithContext ¶
func (mr *MockS3APIMockRecorder) DeleteObjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteObjectsWithContext indicates an expected call of DeleteObjectsWithContext
func (*MockS3APIMockRecorder) GetBucketAccelerateConfiguration ¶
func (mr *MockS3APIMockRecorder) GetBucketAccelerateConfiguration(arg0 interface{}) *gomock.Call
GetBucketAccelerateConfiguration indicates an expected call of GetBucketAccelerateConfiguration
func (*MockS3APIMockRecorder) GetBucketAccelerateConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketAccelerateConfigurationRequest(arg0 interface{}) *gomock.Call
GetBucketAccelerateConfigurationRequest indicates an expected call of GetBucketAccelerateConfigurationRequest
func (*MockS3APIMockRecorder) GetBucketAccelerateConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketAccelerateConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketAccelerateConfigurationWithContext indicates an expected call of GetBucketAccelerateConfigurationWithContext
func (*MockS3APIMockRecorder) GetBucketAcl ¶
func (mr *MockS3APIMockRecorder) GetBucketAcl(arg0 interface{}) *gomock.Call
GetBucketAcl indicates an expected call of GetBucketAcl
func (*MockS3APIMockRecorder) GetBucketAclRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketAclRequest(arg0 interface{}) *gomock.Call
GetBucketAclRequest indicates an expected call of GetBucketAclRequest
func (*MockS3APIMockRecorder) GetBucketAclWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketAclWithContext indicates an expected call of GetBucketAclWithContext
func (*MockS3APIMockRecorder) GetBucketAnalyticsConfiguration ¶
func (mr *MockS3APIMockRecorder) GetBucketAnalyticsConfiguration(arg0 interface{}) *gomock.Call
GetBucketAnalyticsConfiguration indicates an expected call of GetBucketAnalyticsConfiguration
func (*MockS3APIMockRecorder) GetBucketAnalyticsConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketAnalyticsConfigurationRequest(arg0 interface{}) *gomock.Call
GetBucketAnalyticsConfigurationRequest indicates an expected call of GetBucketAnalyticsConfigurationRequest
func (*MockS3APIMockRecorder) GetBucketAnalyticsConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketAnalyticsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketAnalyticsConfigurationWithContext indicates an expected call of GetBucketAnalyticsConfigurationWithContext
func (*MockS3APIMockRecorder) GetBucketCors ¶
func (mr *MockS3APIMockRecorder) GetBucketCors(arg0 interface{}) *gomock.Call
GetBucketCors indicates an expected call of GetBucketCors
func (*MockS3APIMockRecorder) GetBucketCorsRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketCorsRequest(arg0 interface{}) *gomock.Call
GetBucketCorsRequest indicates an expected call of GetBucketCorsRequest
func (*MockS3APIMockRecorder) GetBucketCorsWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketCorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketCorsWithContext indicates an expected call of GetBucketCorsWithContext
func (*MockS3APIMockRecorder) GetBucketEncryption ¶
func (mr *MockS3APIMockRecorder) GetBucketEncryption(arg0 interface{}) *gomock.Call
GetBucketEncryption indicates an expected call of GetBucketEncryption
func (*MockS3APIMockRecorder) GetBucketEncryptionRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketEncryptionRequest(arg0 interface{}) *gomock.Call
GetBucketEncryptionRequest indicates an expected call of GetBucketEncryptionRequest
func (*MockS3APIMockRecorder) GetBucketEncryptionWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketEncryptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketEncryptionWithContext indicates an expected call of GetBucketEncryptionWithContext
func (*MockS3APIMockRecorder) GetBucketInventoryConfiguration ¶
func (mr *MockS3APIMockRecorder) GetBucketInventoryConfiguration(arg0 interface{}) *gomock.Call
GetBucketInventoryConfiguration indicates an expected call of GetBucketInventoryConfiguration
func (*MockS3APIMockRecorder) GetBucketInventoryConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketInventoryConfigurationRequest(arg0 interface{}) *gomock.Call
GetBucketInventoryConfigurationRequest indicates an expected call of GetBucketInventoryConfigurationRequest
func (*MockS3APIMockRecorder) GetBucketInventoryConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketInventoryConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketInventoryConfigurationWithContext indicates an expected call of GetBucketInventoryConfigurationWithContext
func (*MockS3APIMockRecorder) GetBucketLifecycle ¶
func (mr *MockS3APIMockRecorder) GetBucketLifecycle(arg0 interface{}) *gomock.Call
GetBucketLifecycle indicates an expected call of GetBucketLifecycle
func (*MockS3APIMockRecorder) GetBucketLifecycleConfiguration ¶
func (mr *MockS3APIMockRecorder) GetBucketLifecycleConfiguration(arg0 interface{}) *gomock.Call
GetBucketLifecycleConfiguration indicates an expected call of GetBucketLifecycleConfiguration
func (*MockS3APIMockRecorder) GetBucketLifecycleConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketLifecycleConfigurationRequest(arg0 interface{}) *gomock.Call
GetBucketLifecycleConfigurationRequest indicates an expected call of GetBucketLifecycleConfigurationRequest
func (*MockS3APIMockRecorder) GetBucketLifecycleConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketLifecycleConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketLifecycleConfigurationWithContext indicates an expected call of GetBucketLifecycleConfigurationWithContext
func (*MockS3APIMockRecorder) GetBucketLifecycleRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketLifecycleRequest(arg0 interface{}) *gomock.Call
GetBucketLifecycleRequest indicates an expected call of GetBucketLifecycleRequest
func (*MockS3APIMockRecorder) GetBucketLifecycleWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketLifecycleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketLifecycleWithContext indicates an expected call of GetBucketLifecycleWithContext
func (*MockS3APIMockRecorder) GetBucketLocation ¶
func (mr *MockS3APIMockRecorder) GetBucketLocation(arg0 interface{}) *gomock.Call
GetBucketLocation indicates an expected call of GetBucketLocation
func (*MockS3APIMockRecorder) GetBucketLocationRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketLocationRequest(arg0 interface{}) *gomock.Call
GetBucketLocationRequest indicates an expected call of GetBucketLocationRequest
func (*MockS3APIMockRecorder) GetBucketLocationWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketLocationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketLocationWithContext indicates an expected call of GetBucketLocationWithContext
func (*MockS3APIMockRecorder) GetBucketLogging ¶
func (mr *MockS3APIMockRecorder) GetBucketLogging(arg0 interface{}) *gomock.Call
GetBucketLogging indicates an expected call of GetBucketLogging
func (*MockS3APIMockRecorder) GetBucketLoggingRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketLoggingRequest(arg0 interface{}) *gomock.Call
GetBucketLoggingRequest indicates an expected call of GetBucketLoggingRequest
func (*MockS3APIMockRecorder) GetBucketLoggingWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketLoggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketLoggingWithContext indicates an expected call of GetBucketLoggingWithContext
func (*MockS3APIMockRecorder) GetBucketMetricsConfiguration ¶
func (mr *MockS3APIMockRecorder) GetBucketMetricsConfiguration(arg0 interface{}) *gomock.Call
GetBucketMetricsConfiguration indicates an expected call of GetBucketMetricsConfiguration
func (*MockS3APIMockRecorder) GetBucketMetricsConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketMetricsConfigurationRequest(arg0 interface{}) *gomock.Call
GetBucketMetricsConfigurationRequest indicates an expected call of GetBucketMetricsConfigurationRequest
func (*MockS3APIMockRecorder) GetBucketMetricsConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketMetricsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketMetricsConfigurationWithContext indicates an expected call of GetBucketMetricsConfigurationWithContext
func (*MockS3APIMockRecorder) GetBucketNotification ¶
func (mr *MockS3APIMockRecorder) GetBucketNotification(arg0 interface{}) *gomock.Call
GetBucketNotification indicates an expected call of GetBucketNotification
func (*MockS3APIMockRecorder) GetBucketNotificationConfiguration ¶
func (mr *MockS3APIMockRecorder) GetBucketNotificationConfiguration(arg0 interface{}) *gomock.Call
GetBucketNotificationConfiguration indicates an expected call of GetBucketNotificationConfiguration
func (*MockS3APIMockRecorder) GetBucketNotificationConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketNotificationConfigurationRequest(arg0 interface{}) *gomock.Call
GetBucketNotificationConfigurationRequest indicates an expected call of GetBucketNotificationConfigurationRequest
func (*MockS3APIMockRecorder) GetBucketNotificationConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketNotificationConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketNotificationConfigurationWithContext indicates an expected call of GetBucketNotificationConfigurationWithContext
func (*MockS3APIMockRecorder) GetBucketNotificationRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketNotificationRequest(arg0 interface{}) *gomock.Call
GetBucketNotificationRequest indicates an expected call of GetBucketNotificationRequest
func (*MockS3APIMockRecorder) GetBucketNotificationWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketNotificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketNotificationWithContext indicates an expected call of GetBucketNotificationWithContext
func (*MockS3APIMockRecorder) GetBucketPolicy ¶
func (mr *MockS3APIMockRecorder) GetBucketPolicy(arg0 interface{}) *gomock.Call
GetBucketPolicy indicates an expected call of GetBucketPolicy
func (*MockS3APIMockRecorder) GetBucketPolicyRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketPolicyRequest(arg0 interface{}) *gomock.Call
GetBucketPolicyRequest indicates an expected call of GetBucketPolicyRequest
func (*MockS3APIMockRecorder) GetBucketPolicyWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketPolicyWithContext indicates an expected call of GetBucketPolicyWithContext
func (*MockS3APIMockRecorder) GetBucketReplication ¶
func (mr *MockS3APIMockRecorder) GetBucketReplication(arg0 interface{}) *gomock.Call
GetBucketReplication indicates an expected call of GetBucketReplication
func (*MockS3APIMockRecorder) GetBucketReplicationRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketReplicationRequest(arg0 interface{}) *gomock.Call
GetBucketReplicationRequest indicates an expected call of GetBucketReplicationRequest
func (*MockS3APIMockRecorder) GetBucketReplicationWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketReplicationWithContext indicates an expected call of GetBucketReplicationWithContext
func (*MockS3APIMockRecorder) GetBucketRequestPayment ¶
func (mr *MockS3APIMockRecorder) GetBucketRequestPayment(arg0 interface{}) *gomock.Call
GetBucketRequestPayment indicates an expected call of GetBucketRequestPayment
func (*MockS3APIMockRecorder) GetBucketRequestPaymentRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketRequestPaymentRequest(arg0 interface{}) *gomock.Call
GetBucketRequestPaymentRequest indicates an expected call of GetBucketRequestPaymentRequest
func (*MockS3APIMockRecorder) GetBucketRequestPaymentWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketRequestPaymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketRequestPaymentWithContext indicates an expected call of GetBucketRequestPaymentWithContext
func (*MockS3APIMockRecorder) GetBucketTagging ¶
func (mr *MockS3APIMockRecorder) GetBucketTagging(arg0 interface{}) *gomock.Call
GetBucketTagging indicates an expected call of GetBucketTagging
func (*MockS3APIMockRecorder) GetBucketTaggingRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketTaggingRequest(arg0 interface{}) *gomock.Call
GetBucketTaggingRequest indicates an expected call of GetBucketTaggingRequest
func (*MockS3APIMockRecorder) GetBucketTaggingWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketTaggingWithContext indicates an expected call of GetBucketTaggingWithContext
func (*MockS3APIMockRecorder) GetBucketVersioning ¶
func (mr *MockS3APIMockRecorder) GetBucketVersioning(arg0 interface{}) *gomock.Call
GetBucketVersioning indicates an expected call of GetBucketVersioning
func (*MockS3APIMockRecorder) GetBucketVersioningRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketVersioningRequest(arg0 interface{}) *gomock.Call
GetBucketVersioningRequest indicates an expected call of GetBucketVersioningRequest
func (*MockS3APIMockRecorder) GetBucketVersioningWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketVersioningWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketVersioningWithContext indicates an expected call of GetBucketVersioningWithContext
func (*MockS3APIMockRecorder) GetBucketWebsite ¶
func (mr *MockS3APIMockRecorder) GetBucketWebsite(arg0 interface{}) *gomock.Call
GetBucketWebsite indicates an expected call of GetBucketWebsite
func (*MockS3APIMockRecorder) GetBucketWebsiteRequest ¶
func (mr *MockS3APIMockRecorder) GetBucketWebsiteRequest(arg0 interface{}) *gomock.Call
GetBucketWebsiteRequest indicates an expected call of GetBucketWebsiteRequest
func (*MockS3APIMockRecorder) GetBucketWebsiteWithContext ¶
func (mr *MockS3APIMockRecorder) GetBucketWebsiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBucketWebsiteWithContext indicates an expected call of GetBucketWebsiteWithContext
func (*MockS3APIMockRecorder) GetObject ¶
func (mr *MockS3APIMockRecorder) GetObject(arg0 interface{}) *gomock.Call
GetObject indicates an expected call of GetObject
func (*MockS3APIMockRecorder) GetObjectAcl ¶
func (mr *MockS3APIMockRecorder) GetObjectAcl(arg0 interface{}) *gomock.Call
GetObjectAcl indicates an expected call of GetObjectAcl
func (*MockS3APIMockRecorder) GetObjectAclRequest ¶
func (mr *MockS3APIMockRecorder) GetObjectAclRequest(arg0 interface{}) *gomock.Call
GetObjectAclRequest indicates an expected call of GetObjectAclRequest
func (*MockS3APIMockRecorder) GetObjectAclWithContext ¶
func (mr *MockS3APIMockRecorder) GetObjectAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetObjectAclWithContext indicates an expected call of GetObjectAclWithContext
func (*MockS3APIMockRecorder) GetObjectRequest ¶
func (mr *MockS3APIMockRecorder) GetObjectRequest(arg0 interface{}) *gomock.Call
GetObjectRequest indicates an expected call of GetObjectRequest
func (*MockS3APIMockRecorder) GetObjectTagging ¶
func (mr *MockS3APIMockRecorder) GetObjectTagging(arg0 interface{}) *gomock.Call
GetObjectTagging indicates an expected call of GetObjectTagging
func (*MockS3APIMockRecorder) GetObjectTaggingRequest ¶
func (mr *MockS3APIMockRecorder) GetObjectTaggingRequest(arg0 interface{}) *gomock.Call
GetObjectTaggingRequest indicates an expected call of GetObjectTaggingRequest
func (*MockS3APIMockRecorder) GetObjectTaggingWithContext ¶
func (mr *MockS3APIMockRecorder) GetObjectTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetObjectTaggingWithContext indicates an expected call of GetObjectTaggingWithContext
func (*MockS3APIMockRecorder) GetObjectTorrent ¶
func (mr *MockS3APIMockRecorder) GetObjectTorrent(arg0 interface{}) *gomock.Call
GetObjectTorrent indicates an expected call of GetObjectTorrent
func (*MockS3APIMockRecorder) GetObjectTorrentRequest ¶
func (mr *MockS3APIMockRecorder) GetObjectTorrentRequest(arg0 interface{}) *gomock.Call
GetObjectTorrentRequest indicates an expected call of GetObjectTorrentRequest
func (*MockS3APIMockRecorder) GetObjectTorrentWithContext ¶
func (mr *MockS3APIMockRecorder) GetObjectTorrentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetObjectTorrentWithContext indicates an expected call of GetObjectTorrentWithContext
func (*MockS3APIMockRecorder) GetObjectWithContext ¶
func (mr *MockS3APIMockRecorder) GetObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetObjectWithContext indicates an expected call of GetObjectWithContext
func (*MockS3APIMockRecorder) HeadBucket ¶
func (mr *MockS3APIMockRecorder) HeadBucket(arg0 interface{}) *gomock.Call
HeadBucket indicates an expected call of HeadBucket
func (*MockS3APIMockRecorder) HeadBucketRequest ¶
func (mr *MockS3APIMockRecorder) HeadBucketRequest(arg0 interface{}) *gomock.Call
HeadBucketRequest indicates an expected call of HeadBucketRequest
func (*MockS3APIMockRecorder) HeadBucketWithContext ¶
func (mr *MockS3APIMockRecorder) HeadBucketWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
HeadBucketWithContext indicates an expected call of HeadBucketWithContext
func (*MockS3APIMockRecorder) HeadObject ¶
func (mr *MockS3APIMockRecorder) HeadObject(arg0 interface{}) *gomock.Call
HeadObject indicates an expected call of HeadObject
func (*MockS3APIMockRecorder) HeadObjectRequest ¶
func (mr *MockS3APIMockRecorder) HeadObjectRequest(arg0 interface{}) *gomock.Call
HeadObjectRequest indicates an expected call of HeadObjectRequest
func (*MockS3APIMockRecorder) HeadObjectWithContext ¶
func (mr *MockS3APIMockRecorder) HeadObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
HeadObjectWithContext indicates an expected call of HeadObjectWithContext
func (*MockS3APIMockRecorder) ListBucketAnalyticsConfigurations ¶
func (mr *MockS3APIMockRecorder) ListBucketAnalyticsConfigurations(arg0 interface{}) *gomock.Call
ListBucketAnalyticsConfigurations indicates an expected call of ListBucketAnalyticsConfigurations
func (*MockS3APIMockRecorder) ListBucketAnalyticsConfigurationsRequest ¶
func (mr *MockS3APIMockRecorder) ListBucketAnalyticsConfigurationsRequest(arg0 interface{}) *gomock.Call
ListBucketAnalyticsConfigurationsRequest indicates an expected call of ListBucketAnalyticsConfigurationsRequest
func (*MockS3APIMockRecorder) ListBucketAnalyticsConfigurationsWithContext ¶
func (mr *MockS3APIMockRecorder) ListBucketAnalyticsConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListBucketAnalyticsConfigurationsWithContext indicates an expected call of ListBucketAnalyticsConfigurationsWithContext
func (*MockS3APIMockRecorder) ListBucketInventoryConfigurations ¶
func (mr *MockS3APIMockRecorder) ListBucketInventoryConfigurations(arg0 interface{}) *gomock.Call
ListBucketInventoryConfigurations indicates an expected call of ListBucketInventoryConfigurations
func (*MockS3APIMockRecorder) ListBucketInventoryConfigurationsRequest ¶
func (mr *MockS3APIMockRecorder) ListBucketInventoryConfigurationsRequest(arg0 interface{}) *gomock.Call
ListBucketInventoryConfigurationsRequest indicates an expected call of ListBucketInventoryConfigurationsRequest
func (*MockS3APIMockRecorder) ListBucketInventoryConfigurationsWithContext ¶
func (mr *MockS3APIMockRecorder) ListBucketInventoryConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListBucketInventoryConfigurationsWithContext indicates an expected call of ListBucketInventoryConfigurationsWithContext
func (*MockS3APIMockRecorder) ListBucketMetricsConfigurations ¶
func (mr *MockS3APIMockRecorder) ListBucketMetricsConfigurations(arg0 interface{}) *gomock.Call
ListBucketMetricsConfigurations indicates an expected call of ListBucketMetricsConfigurations
func (*MockS3APIMockRecorder) ListBucketMetricsConfigurationsRequest ¶
func (mr *MockS3APIMockRecorder) ListBucketMetricsConfigurationsRequest(arg0 interface{}) *gomock.Call
ListBucketMetricsConfigurationsRequest indicates an expected call of ListBucketMetricsConfigurationsRequest
func (*MockS3APIMockRecorder) ListBucketMetricsConfigurationsWithContext ¶
func (mr *MockS3APIMockRecorder) ListBucketMetricsConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListBucketMetricsConfigurationsWithContext indicates an expected call of ListBucketMetricsConfigurationsWithContext
func (*MockS3APIMockRecorder) ListBuckets ¶
func (mr *MockS3APIMockRecorder) ListBuckets(arg0 interface{}) *gomock.Call
ListBuckets indicates an expected call of ListBuckets
func (*MockS3APIMockRecorder) ListBucketsRequest ¶
func (mr *MockS3APIMockRecorder) ListBucketsRequest(arg0 interface{}) *gomock.Call
ListBucketsRequest indicates an expected call of ListBucketsRequest
func (*MockS3APIMockRecorder) ListBucketsWithContext ¶
func (mr *MockS3APIMockRecorder) ListBucketsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListBucketsWithContext indicates an expected call of ListBucketsWithContext
func (*MockS3APIMockRecorder) ListMultipartUploads ¶
func (mr *MockS3APIMockRecorder) ListMultipartUploads(arg0 interface{}) *gomock.Call
ListMultipartUploads indicates an expected call of ListMultipartUploads
func (*MockS3APIMockRecorder) ListMultipartUploadsPages ¶
func (mr *MockS3APIMockRecorder) ListMultipartUploadsPages(arg0, arg1 interface{}) *gomock.Call
ListMultipartUploadsPages indicates an expected call of ListMultipartUploadsPages
func (*MockS3APIMockRecorder) ListMultipartUploadsPagesWithContext ¶
func (mr *MockS3APIMockRecorder) ListMultipartUploadsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListMultipartUploadsPagesWithContext indicates an expected call of ListMultipartUploadsPagesWithContext
func (*MockS3APIMockRecorder) ListMultipartUploadsRequest ¶
func (mr *MockS3APIMockRecorder) ListMultipartUploadsRequest(arg0 interface{}) *gomock.Call
ListMultipartUploadsRequest indicates an expected call of ListMultipartUploadsRequest
func (*MockS3APIMockRecorder) ListMultipartUploadsWithContext ¶
func (mr *MockS3APIMockRecorder) ListMultipartUploadsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListMultipartUploadsWithContext indicates an expected call of ListMultipartUploadsWithContext
func (*MockS3APIMockRecorder) ListObjectVersions ¶
func (mr *MockS3APIMockRecorder) ListObjectVersions(arg0 interface{}) *gomock.Call
ListObjectVersions indicates an expected call of ListObjectVersions
func (*MockS3APIMockRecorder) ListObjectVersionsPages ¶
func (mr *MockS3APIMockRecorder) ListObjectVersionsPages(arg0, arg1 interface{}) *gomock.Call
ListObjectVersionsPages indicates an expected call of ListObjectVersionsPages
func (*MockS3APIMockRecorder) ListObjectVersionsPagesWithContext ¶
func (mr *MockS3APIMockRecorder) ListObjectVersionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListObjectVersionsPagesWithContext indicates an expected call of ListObjectVersionsPagesWithContext
func (*MockS3APIMockRecorder) ListObjectVersionsRequest ¶
func (mr *MockS3APIMockRecorder) ListObjectVersionsRequest(arg0 interface{}) *gomock.Call
ListObjectVersionsRequest indicates an expected call of ListObjectVersionsRequest
func (*MockS3APIMockRecorder) ListObjectVersionsWithContext ¶
func (mr *MockS3APIMockRecorder) ListObjectVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListObjectVersionsWithContext indicates an expected call of ListObjectVersionsWithContext
func (*MockS3APIMockRecorder) ListObjects ¶
func (mr *MockS3APIMockRecorder) ListObjects(arg0 interface{}) *gomock.Call
ListObjects indicates an expected call of ListObjects
func (*MockS3APIMockRecorder) ListObjectsPages ¶
func (mr *MockS3APIMockRecorder) ListObjectsPages(arg0, arg1 interface{}) *gomock.Call
ListObjectsPages indicates an expected call of ListObjectsPages
func (*MockS3APIMockRecorder) ListObjectsPagesWithContext ¶
func (mr *MockS3APIMockRecorder) ListObjectsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListObjectsPagesWithContext indicates an expected call of ListObjectsPagesWithContext
func (*MockS3APIMockRecorder) ListObjectsRequest ¶
func (mr *MockS3APIMockRecorder) ListObjectsRequest(arg0 interface{}) *gomock.Call
ListObjectsRequest indicates an expected call of ListObjectsRequest
func (*MockS3APIMockRecorder) ListObjectsV2 ¶
func (mr *MockS3APIMockRecorder) ListObjectsV2(arg0 interface{}) *gomock.Call
ListObjectsV2 indicates an expected call of ListObjectsV2
func (*MockS3APIMockRecorder) ListObjectsV2Pages ¶
func (mr *MockS3APIMockRecorder) ListObjectsV2Pages(arg0, arg1 interface{}) *gomock.Call
ListObjectsV2Pages indicates an expected call of ListObjectsV2Pages
func (*MockS3APIMockRecorder) ListObjectsV2PagesWithContext ¶
func (mr *MockS3APIMockRecorder) ListObjectsV2PagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListObjectsV2PagesWithContext indicates an expected call of ListObjectsV2PagesWithContext
func (*MockS3APIMockRecorder) ListObjectsV2Request ¶
func (mr *MockS3APIMockRecorder) ListObjectsV2Request(arg0 interface{}) *gomock.Call
ListObjectsV2Request indicates an expected call of ListObjectsV2Request
func (*MockS3APIMockRecorder) ListObjectsV2WithContext ¶
func (mr *MockS3APIMockRecorder) ListObjectsV2WithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListObjectsV2WithContext indicates an expected call of ListObjectsV2WithContext
func (*MockS3APIMockRecorder) ListObjectsWithContext ¶
func (mr *MockS3APIMockRecorder) ListObjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListObjectsWithContext indicates an expected call of ListObjectsWithContext
func (*MockS3APIMockRecorder) ListParts ¶
func (mr *MockS3APIMockRecorder) ListParts(arg0 interface{}) *gomock.Call
ListParts indicates an expected call of ListParts
func (*MockS3APIMockRecorder) ListPartsPages ¶
func (mr *MockS3APIMockRecorder) ListPartsPages(arg0, arg1 interface{}) *gomock.Call
ListPartsPages indicates an expected call of ListPartsPages
func (*MockS3APIMockRecorder) ListPartsPagesWithContext ¶
func (mr *MockS3APIMockRecorder) ListPartsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListPartsPagesWithContext indicates an expected call of ListPartsPagesWithContext
func (*MockS3APIMockRecorder) ListPartsRequest ¶
func (mr *MockS3APIMockRecorder) ListPartsRequest(arg0 interface{}) *gomock.Call
ListPartsRequest indicates an expected call of ListPartsRequest
func (*MockS3APIMockRecorder) ListPartsWithContext ¶
func (mr *MockS3APIMockRecorder) ListPartsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListPartsWithContext indicates an expected call of ListPartsWithContext
func (*MockS3APIMockRecorder) PutBucketAccelerateConfiguration ¶
func (mr *MockS3APIMockRecorder) PutBucketAccelerateConfiguration(arg0 interface{}) *gomock.Call
PutBucketAccelerateConfiguration indicates an expected call of PutBucketAccelerateConfiguration
func (*MockS3APIMockRecorder) PutBucketAccelerateConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketAccelerateConfigurationRequest(arg0 interface{}) *gomock.Call
PutBucketAccelerateConfigurationRequest indicates an expected call of PutBucketAccelerateConfigurationRequest
func (*MockS3APIMockRecorder) PutBucketAccelerateConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketAccelerateConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketAccelerateConfigurationWithContext indicates an expected call of PutBucketAccelerateConfigurationWithContext
func (*MockS3APIMockRecorder) PutBucketAcl ¶
func (mr *MockS3APIMockRecorder) PutBucketAcl(arg0 interface{}) *gomock.Call
PutBucketAcl indicates an expected call of PutBucketAcl
func (*MockS3APIMockRecorder) PutBucketAclRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketAclRequest(arg0 interface{}) *gomock.Call
PutBucketAclRequest indicates an expected call of PutBucketAclRequest
func (*MockS3APIMockRecorder) PutBucketAclWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketAclWithContext indicates an expected call of PutBucketAclWithContext
func (*MockS3APIMockRecorder) PutBucketAnalyticsConfiguration ¶
func (mr *MockS3APIMockRecorder) PutBucketAnalyticsConfiguration(arg0 interface{}) *gomock.Call
PutBucketAnalyticsConfiguration indicates an expected call of PutBucketAnalyticsConfiguration
func (*MockS3APIMockRecorder) PutBucketAnalyticsConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketAnalyticsConfigurationRequest(arg0 interface{}) *gomock.Call
PutBucketAnalyticsConfigurationRequest indicates an expected call of PutBucketAnalyticsConfigurationRequest
func (*MockS3APIMockRecorder) PutBucketAnalyticsConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketAnalyticsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketAnalyticsConfigurationWithContext indicates an expected call of PutBucketAnalyticsConfigurationWithContext
func (*MockS3APIMockRecorder) PutBucketCors ¶
func (mr *MockS3APIMockRecorder) PutBucketCors(arg0 interface{}) *gomock.Call
PutBucketCors indicates an expected call of PutBucketCors
func (*MockS3APIMockRecorder) PutBucketCorsRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketCorsRequest(arg0 interface{}) *gomock.Call
PutBucketCorsRequest indicates an expected call of PutBucketCorsRequest
func (*MockS3APIMockRecorder) PutBucketCorsWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketCorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketCorsWithContext indicates an expected call of PutBucketCorsWithContext
func (*MockS3APIMockRecorder) PutBucketEncryption ¶
func (mr *MockS3APIMockRecorder) PutBucketEncryption(arg0 interface{}) *gomock.Call
PutBucketEncryption indicates an expected call of PutBucketEncryption
func (*MockS3APIMockRecorder) PutBucketEncryptionRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketEncryptionRequest(arg0 interface{}) *gomock.Call
PutBucketEncryptionRequest indicates an expected call of PutBucketEncryptionRequest
func (*MockS3APIMockRecorder) PutBucketEncryptionWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketEncryptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketEncryptionWithContext indicates an expected call of PutBucketEncryptionWithContext
func (*MockS3APIMockRecorder) PutBucketInventoryConfiguration ¶
func (mr *MockS3APIMockRecorder) PutBucketInventoryConfiguration(arg0 interface{}) *gomock.Call
PutBucketInventoryConfiguration indicates an expected call of PutBucketInventoryConfiguration
func (*MockS3APIMockRecorder) PutBucketInventoryConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketInventoryConfigurationRequest(arg0 interface{}) *gomock.Call
PutBucketInventoryConfigurationRequest indicates an expected call of PutBucketInventoryConfigurationRequest
func (*MockS3APIMockRecorder) PutBucketInventoryConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketInventoryConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketInventoryConfigurationWithContext indicates an expected call of PutBucketInventoryConfigurationWithContext
func (*MockS3APIMockRecorder) PutBucketLifecycle ¶
func (mr *MockS3APIMockRecorder) PutBucketLifecycle(arg0 interface{}) *gomock.Call
PutBucketLifecycle indicates an expected call of PutBucketLifecycle
func (*MockS3APIMockRecorder) PutBucketLifecycleConfiguration ¶
func (mr *MockS3APIMockRecorder) PutBucketLifecycleConfiguration(arg0 interface{}) *gomock.Call
PutBucketLifecycleConfiguration indicates an expected call of PutBucketLifecycleConfiguration
func (*MockS3APIMockRecorder) PutBucketLifecycleConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketLifecycleConfigurationRequest(arg0 interface{}) *gomock.Call
PutBucketLifecycleConfigurationRequest indicates an expected call of PutBucketLifecycleConfigurationRequest
func (*MockS3APIMockRecorder) PutBucketLifecycleConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketLifecycleConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketLifecycleConfigurationWithContext indicates an expected call of PutBucketLifecycleConfigurationWithContext
func (*MockS3APIMockRecorder) PutBucketLifecycleRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketLifecycleRequest(arg0 interface{}) *gomock.Call
PutBucketLifecycleRequest indicates an expected call of PutBucketLifecycleRequest
func (*MockS3APIMockRecorder) PutBucketLifecycleWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketLifecycleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketLifecycleWithContext indicates an expected call of PutBucketLifecycleWithContext
func (*MockS3APIMockRecorder) PutBucketLogging ¶
func (mr *MockS3APIMockRecorder) PutBucketLogging(arg0 interface{}) *gomock.Call
PutBucketLogging indicates an expected call of PutBucketLogging
func (*MockS3APIMockRecorder) PutBucketLoggingRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketLoggingRequest(arg0 interface{}) *gomock.Call
PutBucketLoggingRequest indicates an expected call of PutBucketLoggingRequest
func (*MockS3APIMockRecorder) PutBucketLoggingWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketLoggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketLoggingWithContext indicates an expected call of PutBucketLoggingWithContext
func (*MockS3APIMockRecorder) PutBucketMetricsConfiguration ¶
func (mr *MockS3APIMockRecorder) PutBucketMetricsConfiguration(arg0 interface{}) *gomock.Call
PutBucketMetricsConfiguration indicates an expected call of PutBucketMetricsConfiguration
func (*MockS3APIMockRecorder) PutBucketMetricsConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketMetricsConfigurationRequest(arg0 interface{}) *gomock.Call
PutBucketMetricsConfigurationRequest indicates an expected call of PutBucketMetricsConfigurationRequest
func (*MockS3APIMockRecorder) PutBucketMetricsConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketMetricsConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketMetricsConfigurationWithContext indicates an expected call of PutBucketMetricsConfigurationWithContext
func (*MockS3APIMockRecorder) PutBucketNotification ¶
func (mr *MockS3APIMockRecorder) PutBucketNotification(arg0 interface{}) *gomock.Call
PutBucketNotification indicates an expected call of PutBucketNotification
func (*MockS3APIMockRecorder) PutBucketNotificationConfiguration ¶
func (mr *MockS3APIMockRecorder) PutBucketNotificationConfiguration(arg0 interface{}) *gomock.Call
PutBucketNotificationConfiguration indicates an expected call of PutBucketNotificationConfiguration
func (*MockS3APIMockRecorder) PutBucketNotificationConfigurationRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketNotificationConfigurationRequest(arg0 interface{}) *gomock.Call
PutBucketNotificationConfigurationRequest indicates an expected call of PutBucketNotificationConfigurationRequest
func (*MockS3APIMockRecorder) PutBucketNotificationConfigurationWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketNotificationConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketNotificationConfigurationWithContext indicates an expected call of PutBucketNotificationConfigurationWithContext
func (*MockS3APIMockRecorder) PutBucketNotificationRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketNotificationRequest(arg0 interface{}) *gomock.Call
PutBucketNotificationRequest indicates an expected call of PutBucketNotificationRequest
func (*MockS3APIMockRecorder) PutBucketNotificationWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketNotificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketNotificationWithContext indicates an expected call of PutBucketNotificationWithContext
func (*MockS3APIMockRecorder) PutBucketPolicy ¶
func (mr *MockS3APIMockRecorder) PutBucketPolicy(arg0 interface{}) *gomock.Call
PutBucketPolicy indicates an expected call of PutBucketPolicy
func (*MockS3APIMockRecorder) PutBucketPolicyRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketPolicyRequest(arg0 interface{}) *gomock.Call
PutBucketPolicyRequest indicates an expected call of PutBucketPolicyRequest
func (*MockS3APIMockRecorder) PutBucketPolicyWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketPolicyWithContext indicates an expected call of PutBucketPolicyWithContext
func (*MockS3APIMockRecorder) PutBucketReplication ¶
func (mr *MockS3APIMockRecorder) PutBucketReplication(arg0 interface{}) *gomock.Call
PutBucketReplication indicates an expected call of PutBucketReplication
func (*MockS3APIMockRecorder) PutBucketReplicationRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketReplicationRequest(arg0 interface{}) *gomock.Call
PutBucketReplicationRequest indicates an expected call of PutBucketReplicationRequest
func (*MockS3APIMockRecorder) PutBucketReplicationWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketReplicationWithContext indicates an expected call of PutBucketReplicationWithContext
func (*MockS3APIMockRecorder) PutBucketRequestPayment ¶
func (mr *MockS3APIMockRecorder) PutBucketRequestPayment(arg0 interface{}) *gomock.Call
PutBucketRequestPayment indicates an expected call of PutBucketRequestPayment
func (*MockS3APIMockRecorder) PutBucketRequestPaymentRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketRequestPaymentRequest(arg0 interface{}) *gomock.Call
PutBucketRequestPaymentRequest indicates an expected call of PutBucketRequestPaymentRequest
func (*MockS3APIMockRecorder) PutBucketRequestPaymentWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketRequestPaymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketRequestPaymentWithContext indicates an expected call of PutBucketRequestPaymentWithContext
func (*MockS3APIMockRecorder) PutBucketTagging ¶
func (mr *MockS3APIMockRecorder) PutBucketTagging(arg0 interface{}) *gomock.Call
PutBucketTagging indicates an expected call of PutBucketTagging
func (*MockS3APIMockRecorder) PutBucketTaggingRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketTaggingRequest(arg0 interface{}) *gomock.Call
PutBucketTaggingRequest indicates an expected call of PutBucketTaggingRequest
func (*MockS3APIMockRecorder) PutBucketTaggingWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketTaggingWithContext indicates an expected call of PutBucketTaggingWithContext
func (*MockS3APIMockRecorder) PutBucketVersioning ¶
func (mr *MockS3APIMockRecorder) PutBucketVersioning(arg0 interface{}) *gomock.Call
PutBucketVersioning indicates an expected call of PutBucketVersioning
func (*MockS3APIMockRecorder) PutBucketVersioningRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketVersioningRequest(arg0 interface{}) *gomock.Call
PutBucketVersioningRequest indicates an expected call of PutBucketVersioningRequest
func (*MockS3APIMockRecorder) PutBucketVersioningWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketVersioningWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketVersioningWithContext indicates an expected call of PutBucketVersioningWithContext
func (*MockS3APIMockRecorder) PutBucketWebsite ¶
func (mr *MockS3APIMockRecorder) PutBucketWebsite(arg0 interface{}) *gomock.Call
PutBucketWebsite indicates an expected call of PutBucketWebsite
func (*MockS3APIMockRecorder) PutBucketWebsiteRequest ¶
func (mr *MockS3APIMockRecorder) PutBucketWebsiteRequest(arg0 interface{}) *gomock.Call
PutBucketWebsiteRequest indicates an expected call of PutBucketWebsiteRequest
func (*MockS3APIMockRecorder) PutBucketWebsiteWithContext ¶
func (mr *MockS3APIMockRecorder) PutBucketWebsiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutBucketWebsiteWithContext indicates an expected call of PutBucketWebsiteWithContext
func (*MockS3APIMockRecorder) PutObject ¶
func (mr *MockS3APIMockRecorder) PutObject(arg0 interface{}) *gomock.Call
PutObject indicates an expected call of PutObject
func (*MockS3APIMockRecorder) PutObjectAcl ¶
func (mr *MockS3APIMockRecorder) PutObjectAcl(arg0 interface{}) *gomock.Call
PutObjectAcl indicates an expected call of PutObjectAcl
func (*MockS3APIMockRecorder) PutObjectAclRequest ¶
func (mr *MockS3APIMockRecorder) PutObjectAclRequest(arg0 interface{}) *gomock.Call
PutObjectAclRequest indicates an expected call of PutObjectAclRequest
func (*MockS3APIMockRecorder) PutObjectAclWithContext ¶
func (mr *MockS3APIMockRecorder) PutObjectAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutObjectAclWithContext indicates an expected call of PutObjectAclWithContext
func (*MockS3APIMockRecorder) PutObjectRequest ¶
func (mr *MockS3APIMockRecorder) PutObjectRequest(arg0 interface{}) *gomock.Call
PutObjectRequest indicates an expected call of PutObjectRequest
func (*MockS3APIMockRecorder) PutObjectTagging ¶
func (mr *MockS3APIMockRecorder) PutObjectTagging(arg0 interface{}) *gomock.Call
PutObjectTagging indicates an expected call of PutObjectTagging
func (*MockS3APIMockRecorder) PutObjectTaggingRequest ¶
func (mr *MockS3APIMockRecorder) PutObjectTaggingRequest(arg0 interface{}) *gomock.Call
PutObjectTaggingRequest indicates an expected call of PutObjectTaggingRequest
func (*MockS3APIMockRecorder) PutObjectTaggingWithContext ¶
func (mr *MockS3APIMockRecorder) PutObjectTaggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutObjectTaggingWithContext indicates an expected call of PutObjectTaggingWithContext
func (*MockS3APIMockRecorder) PutObjectWithContext ¶
func (mr *MockS3APIMockRecorder) PutObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutObjectWithContext indicates an expected call of PutObjectWithContext
func (*MockS3APIMockRecorder) RestoreObject ¶
func (mr *MockS3APIMockRecorder) RestoreObject(arg0 interface{}) *gomock.Call
RestoreObject indicates an expected call of RestoreObject
func (*MockS3APIMockRecorder) RestoreObjectRequest ¶
func (mr *MockS3APIMockRecorder) RestoreObjectRequest(arg0 interface{}) *gomock.Call
RestoreObjectRequest indicates an expected call of RestoreObjectRequest
func (*MockS3APIMockRecorder) RestoreObjectWithContext ¶
func (mr *MockS3APIMockRecorder) RestoreObjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RestoreObjectWithContext indicates an expected call of RestoreObjectWithContext
func (*MockS3APIMockRecorder) UploadPart ¶
func (mr *MockS3APIMockRecorder) UploadPart(arg0 interface{}) *gomock.Call
UploadPart indicates an expected call of UploadPart
func (*MockS3APIMockRecorder) UploadPartCopy ¶
func (mr *MockS3APIMockRecorder) UploadPartCopy(arg0 interface{}) *gomock.Call
UploadPartCopy indicates an expected call of UploadPartCopy
func (*MockS3APIMockRecorder) UploadPartCopyRequest ¶
func (mr *MockS3APIMockRecorder) UploadPartCopyRequest(arg0 interface{}) *gomock.Call
UploadPartCopyRequest indicates an expected call of UploadPartCopyRequest
func (*MockS3APIMockRecorder) UploadPartCopyWithContext ¶
func (mr *MockS3APIMockRecorder) UploadPartCopyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UploadPartCopyWithContext indicates an expected call of UploadPartCopyWithContext
func (*MockS3APIMockRecorder) UploadPartRequest ¶
func (mr *MockS3APIMockRecorder) UploadPartRequest(arg0 interface{}) *gomock.Call
UploadPartRequest indicates an expected call of UploadPartRequest
func (*MockS3APIMockRecorder) UploadPartWithContext ¶
func (mr *MockS3APIMockRecorder) UploadPartWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UploadPartWithContext indicates an expected call of UploadPartWithContext
func (*MockS3APIMockRecorder) WaitUntilBucketExists ¶
func (mr *MockS3APIMockRecorder) WaitUntilBucketExists(arg0 interface{}) *gomock.Call
WaitUntilBucketExists indicates an expected call of WaitUntilBucketExists
func (*MockS3APIMockRecorder) WaitUntilBucketExistsWithContext ¶
func (mr *MockS3APIMockRecorder) WaitUntilBucketExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilBucketExistsWithContext indicates an expected call of WaitUntilBucketExistsWithContext
func (*MockS3APIMockRecorder) WaitUntilBucketNotExists ¶
func (mr *MockS3APIMockRecorder) WaitUntilBucketNotExists(arg0 interface{}) *gomock.Call
WaitUntilBucketNotExists indicates an expected call of WaitUntilBucketNotExists
func (*MockS3APIMockRecorder) WaitUntilBucketNotExistsWithContext ¶
func (mr *MockS3APIMockRecorder) WaitUntilBucketNotExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilBucketNotExistsWithContext indicates an expected call of WaitUntilBucketNotExistsWithContext
func (*MockS3APIMockRecorder) WaitUntilObjectExists ¶
func (mr *MockS3APIMockRecorder) WaitUntilObjectExists(arg0 interface{}) *gomock.Call
WaitUntilObjectExists indicates an expected call of WaitUntilObjectExists
func (*MockS3APIMockRecorder) WaitUntilObjectExistsWithContext ¶
func (mr *MockS3APIMockRecorder) WaitUntilObjectExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilObjectExistsWithContext indicates an expected call of WaitUntilObjectExistsWithContext
func (*MockS3APIMockRecorder) WaitUntilObjectNotExists ¶
func (mr *MockS3APIMockRecorder) WaitUntilObjectNotExists(arg0 interface{}) *gomock.Call
WaitUntilObjectNotExists indicates an expected call of WaitUntilObjectNotExists
func (*MockS3APIMockRecorder) WaitUntilObjectNotExistsWithContext ¶
func (mr *MockS3APIMockRecorder) WaitUntilObjectNotExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilObjectNotExistsWithContext indicates an expected call of WaitUntilObjectNotExistsWithContext