Documentation ¶
Overview ¶
Package appconfigmock is a generated GoMock package.
Index ¶
- type MockAppConfigAPI
- func (m *MockAppConfigAPI) CreateApplication(arg0 *appconfig.CreateApplicationInput) (*appconfig.CreateApplicationOutput, error)
- func (m *MockAppConfigAPI) CreateApplicationRequest(arg0 *appconfig.CreateApplicationInput) (*request.Request, *appconfig.CreateApplicationOutput)
- func (m *MockAppConfigAPI) CreateApplicationWithContext(arg0 context.Context, arg1 *appconfig.CreateApplicationInput, ...) (*appconfig.CreateApplicationOutput, error)
- func (m *MockAppConfigAPI) CreateConfigurationProfile(arg0 *appconfig.CreateConfigurationProfileInput) (*appconfig.CreateConfigurationProfileOutput, error)
- func (m *MockAppConfigAPI) CreateConfigurationProfileRequest(arg0 *appconfig.CreateConfigurationProfileInput) (*request.Request, *appconfig.CreateConfigurationProfileOutput)
- func (m *MockAppConfigAPI) CreateConfigurationProfileWithContext(arg0 context.Context, arg1 *appconfig.CreateConfigurationProfileInput, ...) (*appconfig.CreateConfigurationProfileOutput, error)
- func (m *MockAppConfigAPI) CreateDeploymentStrategy(arg0 *appconfig.CreateDeploymentStrategyInput) (*appconfig.CreateDeploymentStrategyOutput, error)
- func (m *MockAppConfigAPI) CreateDeploymentStrategyRequest(arg0 *appconfig.CreateDeploymentStrategyInput) (*request.Request, *appconfig.CreateDeploymentStrategyOutput)
- func (m *MockAppConfigAPI) CreateDeploymentStrategyWithContext(arg0 context.Context, arg1 *appconfig.CreateDeploymentStrategyInput, ...) (*appconfig.CreateDeploymentStrategyOutput, error)
- func (m *MockAppConfigAPI) CreateEnvironment(arg0 *appconfig.CreateEnvironmentInput) (*appconfig.CreateEnvironmentOutput, error)
- func (m *MockAppConfigAPI) CreateEnvironmentRequest(arg0 *appconfig.CreateEnvironmentInput) (*request.Request, *appconfig.CreateEnvironmentOutput)
- func (m *MockAppConfigAPI) CreateEnvironmentWithContext(arg0 context.Context, arg1 *appconfig.CreateEnvironmentInput, ...) (*appconfig.CreateEnvironmentOutput, error)
- func (m *MockAppConfigAPI) CreateHostedConfigurationVersion(arg0 *appconfig.CreateHostedConfigurationVersionInput) (*appconfig.CreateHostedConfigurationVersionOutput, error)
- func (m *MockAppConfigAPI) CreateHostedConfigurationVersionRequest(arg0 *appconfig.CreateHostedConfigurationVersionInput) (*request.Request, *appconfig.CreateHostedConfigurationVersionOutput)
- func (m *MockAppConfigAPI) CreateHostedConfigurationVersionWithContext(arg0 context.Context, arg1 *appconfig.CreateHostedConfigurationVersionInput, ...) (*appconfig.CreateHostedConfigurationVersionOutput, error)
- func (m *MockAppConfigAPI) DeleteApplication(arg0 *appconfig.DeleteApplicationInput) (*appconfig.DeleteApplicationOutput, error)
- func (m *MockAppConfigAPI) DeleteApplicationRequest(arg0 *appconfig.DeleteApplicationInput) (*request.Request, *appconfig.DeleteApplicationOutput)
- func (m *MockAppConfigAPI) DeleteApplicationWithContext(arg0 context.Context, arg1 *appconfig.DeleteApplicationInput, ...) (*appconfig.DeleteApplicationOutput, error)
- func (m *MockAppConfigAPI) DeleteConfigurationProfile(arg0 *appconfig.DeleteConfigurationProfileInput) (*appconfig.DeleteConfigurationProfileOutput, error)
- func (m *MockAppConfigAPI) DeleteConfigurationProfileRequest(arg0 *appconfig.DeleteConfigurationProfileInput) (*request.Request, *appconfig.DeleteConfigurationProfileOutput)
- func (m *MockAppConfigAPI) DeleteConfigurationProfileWithContext(arg0 context.Context, arg1 *appconfig.DeleteConfigurationProfileInput, ...) (*appconfig.DeleteConfigurationProfileOutput, error)
- func (m *MockAppConfigAPI) DeleteDeploymentStrategy(arg0 *appconfig.DeleteDeploymentStrategyInput) (*appconfig.DeleteDeploymentStrategyOutput, error)
- func (m *MockAppConfigAPI) DeleteDeploymentStrategyRequest(arg0 *appconfig.DeleteDeploymentStrategyInput) (*request.Request, *appconfig.DeleteDeploymentStrategyOutput)
- func (m *MockAppConfigAPI) DeleteDeploymentStrategyWithContext(arg0 context.Context, arg1 *appconfig.DeleteDeploymentStrategyInput, ...) (*appconfig.DeleteDeploymentStrategyOutput, error)
- func (m *MockAppConfigAPI) DeleteEnvironment(arg0 *appconfig.DeleteEnvironmentInput) (*appconfig.DeleteEnvironmentOutput, error)
- func (m *MockAppConfigAPI) DeleteEnvironmentRequest(arg0 *appconfig.DeleteEnvironmentInput) (*request.Request, *appconfig.DeleteEnvironmentOutput)
- func (m *MockAppConfigAPI) DeleteEnvironmentWithContext(arg0 context.Context, arg1 *appconfig.DeleteEnvironmentInput, ...) (*appconfig.DeleteEnvironmentOutput, error)
- func (m *MockAppConfigAPI) DeleteHostedConfigurationVersion(arg0 *appconfig.DeleteHostedConfigurationVersionInput) (*appconfig.DeleteHostedConfigurationVersionOutput, error)
- func (m *MockAppConfigAPI) DeleteHostedConfigurationVersionRequest(arg0 *appconfig.DeleteHostedConfigurationVersionInput) (*request.Request, *appconfig.DeleteHostedConfigurationVersionOutput)
- func (m *MockAppConfigAPI) DeleteHostedConfigurationVersionWithContext(arg0 context.Context, arg1 *appconfig.DeleteHostedConfigurationVersionInput, ...) (*appconfig.DeleteHostedConfigurationVersionOutput, error)
- func (m *MockAppConfigAPI) EXPECT() *MockAppConfigAPIMockRecorder
- func (m *MockAppConfigAPI) GetApplication(arg0 *appconfig.GetApplicationInput) (*appconfig.GetApplicationOutput, error)
- func (m *MockAppConfigAPI) GetApplicationRequest(arg0 *appconfig.GetApplicationInput) (*request.Request, *appconfig.GetApplicationOutput)
- func (m *MockAppConfigAPI) GetApplicationWithContext(arg0 context.Context, arg1 *appconfig.GetApplicationInput, ...) (*appconfig.GetApplicationOutput, error)
- func (m *MockAppConfigAPI) GetConfiguration(arg0 *appconfig.GetConfigurationInput) (*appconfig.GetConfigurationOutput, error)
- func (m *MockAppConfigAPI) GetConfigurationProfile(arg0 *appconfig.GetConfigurationProfileInput) (*appconfig.GetConfigurationProfileOutput, error)
- func (m *MockAppConfigAPI) GetConfigurationProfileRequest(arg0 *appconfig.GetConfigurationProfileInput) (*request.Request, *appconfig.GetConfigurationProfileOutput)
- func (m *MockAppConfigAPI) GetConfigurationProfileWithContext(arg0 context.Context, arg1 *appconfig.GetConfigurationProfileInput, ...) (*appconfig.GetConfigurationProfileOutput, error)
- func (m *MockAppConfigAPI) GetConfigurationRequest(arg0 *appconfig.GetConfigurationInput) (*request.Request, *appconfig.GetConfigurationOutput)
- func (m *MockAppConfigAPI) GetConfigurationWithContext(arg0 context.Context, arg1 *appconfig.GetConfigurationInput, ...) (*appconfig.GetConfigurationOutput, error)
- func (m *MockAppConfigAPI) GetDeployment(arg0 *appconfig.GetDeploymentInput) (*appconfig.GetDeploymentOutput, error)
- func (m *MockAppConfigAPI) GetDeploymentRequest(arg0 *appconfig.GetDeploymentInput) (*request.Request, *appconfig.GetDeploymentOutput)
- func (m *MockAppConfigAPI) GetDeploymentStrategy(arg0 *appconfig.GetDeploymentStrategyInput) (*appconfig.GetDeploymentStrategyOutput, error)
- func (m *MockAppConfigAPI) GetDeploymentStrategyRequest(arg0 *appconfig.GetDeploymentStrategyInput) (*request.Request, *appconfig.GetDeploymentStrategyOutput)
- func (m *MockAppConfigAPI) GetDeploymentStrategyWithContext(arg0 context.Context, arg1 *appconfig.GetDeploymentStrategyInput, ...) (*appconfig.GetDeploymentStrategyOutput, error)
- func (m *MockAppConfigAPI) GetDeploymentWithContext(arg0 context.Context, arg1 *appconfig.GetDeploymentInput, ...) (*appconfig.GetDeploymentOutput, error)
- func (m *MockAppConfigAPI) GetEnvironment(arg0 *appconfig.GetEnvironmentInput) (*appconfig.GetEnvironmentOutput, error)
- func (m *MockAppConfigAPI) GetEnvironmentRequest(arg0 *appconfig.GetEnvironmentInput) (*request.Request, *appconfig.GetEnvironmentOutput)
- func (m *MockAppConfigAPI) GetEnvironmentWithContext(arg0 context.Context, arg1 *appconfig.GetEnvironmentInput, ...) (*appconfig.GetEnvironmentOutput, error)
- func (m *MockAppConfigAPI) GetHostedConfigurationVersion(arg0 *appconfig.GetHostedConfigurationVersionInput) (*appconfig.GetHostedConfigurationVersionOutput, error)
- func (m *MockAppConfigAPI) GetHostedConfigurationVersionRequest(arg0 *appconfig.GetHostedConfigurationVersionInput) (*request.Request, *appconfig.GetHostedConfigurationVersionOutput)
- func (m *MockAppConfigAPI) GetHostedConfigurationVersionWithContext(arg0 context.Context, arg1 *appconfig.GetHostedConfigurationVersionInput, ...) (*appconfig.GetHostedConfigurationVersionOutput, error)
- func (m *MockAppConfigAPI) ListApplications(arg0 *appconfig.ListApplicationsInput) (*appconfig.ListApplicationsOutput, error)
- func (m *MockAppConfigAPI) ListApplicationsPages(arg0 *appconfig.ListApplicationsInput, ...) error
- func (m *MockAppConfigAPI) ListApplicationsPagesWithContext(arg0 context.Context, arg1 *appconfig.ListApplicationsInput, ...) error
- func (m *MockAppConfigAPI) ListApplicationsRequest(arg0 *appconfig.ListApplicationsInput) (*request.Request, *appconfig.ListApplicationsOutput)
- func (m *MockAppConfigAPI) ListApplicationsWithContext(arg0 context.Context, arg1 *appconfig.ListApplicationsInput, ...) (*appconfig.ListApplicationsOutput, error)
- func (m *MockAppConfigAPI) ListConfigurationProfiles(arg0 *appconfig.ListConfigurationProfilesInput) (*appconfig.ListConfigurationProfilesOutput, error)
- func (m *MockAppConfigAPI) ListConfigurationProfilesPages(arg0 *appconfig.ListConfigurationProfilesInput, ...) error
- func (m *MockAppConfigAPI) ListConfigurationProfilesPagesWithContext(arg0 context.Context, arg1 *appconfig.ListConfigurationProfilesInput, ...) error
- func (m *MockAppConfigAPI) ListConfigurationProfilesRequest(arg0 *appconfig.ListConfigurationProfilesInput) (*request.Request, *appconfig.ListConfigurationProfilesOutput)
- func (m *MockAppConfigAPI) ListConfigurationProfilesWithContext(arg0 context.Context, arg1 *appconfig.ListConfigurationProfilesInput, ...) (*appconfig.ListConfigurationProfilesOutput, error)
- func (m *MockAppConfigAPI) ListDeploymentStrategies(arg0 *appconfig.ListDeploymentStrategiesInput) (*appconfig.ListDeploymentStrategiesOutput, error)
- func (m *MockAppConfigAPI) ListDeploymentStrategiesPages(arg0 *appconfig.ListDeploymentStrategiesInput, ...) error
- func (m *MockAppConfigAPI) ListDeploymentStrategiesPagesWithContext(arg0 context.Context, arg1 *appconfig.ListDeploymentStrategiesInput, ...) error
- func (m *MockAppConfigAPI) ListDeploymentStrategiesRequest(arg0 *appconfig.ListDeploymentStrategiesInput) (*request.Request, *appconfig.ListDeploymentStrategiesOutput)
- func (m *MockAppConfigAPI) ListDeploymentStrategiesWithContext(arg0 context.Context, arg1 *appconfig.ListDeploymentStrategiesInput, ...) (*appconfig.ListDeploymentStrategiesOutput, error)
- func (m *MockAppConfigAPI) ListDeployments(arg0 *appconfig.ListDeploymentsInput) (*appconfig.ListDeploymentsOutput, error)
- func (m *MockAppConfigAPI) ListDeploymentsPages(arg0 *appconfig.ListDeploymentsInput, ...) error
- func (m *MockAppConfigAPI) ListDeploymentsPagesWithContext(arg0 context.Context, arg1 *appconfig.ListDeploymentsInput, ...) error
- func (m *MockAppConfigAPI) ListDeploymentsRequest(arg0 *appconfig.ListDeploymentsInput) (*request.Request, *appconfig.ListDeploymentsOutput)
- func (m *MockAppConfigAPI) ListDeploymentsWithContext(arg0 context.Context, arg1 *appconfig.ListDeploymentsInput, ...) (*appconfig.ListDeploymentsOutput, error)
- func (m *MockAppConfigAPI) ListEnvironments(arg0 *appconfig.ListEnvironmentsInput) (*appconfig.ListEnvironmentsOutput, error)
- func (m *MockAppConfigAPI) ListEnvironmentsPages(arg0 *appconfig.ListEnvironmentsInput, ...) error
- func (m *MockAppConfigAPI) ListEnvironmentsPagesWithContext(arg0 context.Context, arg1 *appconfig.ListEnvironmentsInput, ...) error
- func (m *MockAppConfigAPI) ListEnvironmentsRequest(arg0 *appconfig.ListEnvironmentsInput) (*request.Request, *appconfig.ListEnvironmentsOutput)
- func (m *MockAppConfigAPI) ListEnvironmentsWithContext(arg0 context.Context, arg1 *appconfig.ListEnvironmentsInput, ...) (*appconfig.ListEnvironmentsOutput, error)
- func (m *MockAppConfigAPI) ListHostedConfigurationVersions(arg0 *appconfig.ListHostedConfigurationVersionsInput) (*appconfig.ListHostedConfigurationVersionsOutput, error)
- func (m *MockAppConfigAPI) ListHostedConfigurationVersionsPages(arg0 *appconfig.ListHostedConfigurationVersionsInput, ...) error
- func (m *MockAppConfigAPI) ListHostedConfigurationVersionsPagesWithContext(arg0 context.Context, arg1 *appconfig.ListHostedConfigurationVersionsInput, ...) error
- func (m *MockAppConfigAPI) ListHostedConfigurationVersionsRequest(arg0 *appconfig.ListHostedConfigurationVersionsInput) (*request.Request, *appconfig.ListHostedConfigurationVersionsOutput)
- func (m *MockAppConfigAPI) ListHostedConfigurationVersionsWithContext(arg0 context.Context, arg1 *appconfig.ListHostedConfigurationVersionsInput, ...) (*appconfig.ListHostedConfigurationVersionsOutput, error)
- func (m *MockAppConfigAPI) ListTagsForResource(arg0 *appconfig.ListTagsForResourceInput) (*appconfig.ListTagsForResourceOutput, error)
- func (m *MockAppConfigAPI) ListTagsForResourceRequest(arg0 *appconfig.ListTagsForResourceInput) (*request.Request, *appconfig.ListTagsForResourceOutput)
- func (m *MockAppConfigAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *appconfig.ListTagsForResourceInput, ...) (*appconfig.ListTagsForResourceOutput, error)
- func (m *MockAppConfigAPI) StartDeployment(arg0 *appconfig.StartDeploymentInput) (*appconfig.StartDeploymentOutput, error)
- func (m *MockAppConfigAPI) StartDeploymentRequest(arg0 *appconfig.StartDeploymentInput) (*request.Request, *appconfig.StartDeploymentOutput)
- func (m *MockAppConfigAPI) StartDeploymentWithContext(arg0 context.Context, arg1 *appconfig.StartDeploymentInput, ...) (*appconfig.StartDeploymentOutput, error)
- func (m *MockAppConfigAPI) StopDeployment(arg0 *appconfig.StopDeploymentInput) (*appconfig.StopDeploymentOutput, error)
- func (m *MockAppConfigAPI) StopDeploymentRequest(arg0 *appconfig.StopDeploymentInput) (*request.Request, *appconfig.StopDeploymentOutput)
- func (m *MockAppConfigAPI) StopDeploymentWithContext(arg0 context.Context, arg1 *appconfig.StopDeploymentInput, ...) (*appconfig.StopDeploymentOutput, error)
- func (m *MockAppConfigAPI) TagResource(arg0 *appconfig.TagResourceInput) (*appconfig.TagResourceOutput, error)
- func (m *MockAppConfigAPI) TagResourceRequest(arg0 *appconfig.TagResourceInput) (*request.Request, *appconfig.TagResourceOutput)
- func (m *MockAppConfigAPI) TagResourceWithContext(arg0 context.Context, arg1 *appconfig.TagResourceInput, arg2 ...request.Option) (*appconfig.TagResourceOutput, error)
- func (m *MockAppConfigAPI) UntagResource(arg0 *appconfig.UntagResourceInput) (*appconfig.UntagResourceOutput, error)
- func (m *MockAppConfigAPI) UntagResourceRequest(arg0 *appconfig.UntagResourceInput) (*request.Request, *appconfig.UntagResourceOutput)
- func (m *MockAppConfigAPI) UntagResourceWithContext(arg0 context.Context, arg1 *appconfig.UntagResourceInput, ...) (*appconfig.UntagResourceOutput, error)
- func (m *MockAppConfigAPI) UpdateApplication(arg0 *appconfig.UpdateApplicationInput) (*appconfig.UpdateApplicationOutput, error)
- func (m *MockAppConfigAPI) UpdateApplicationRequest(arg0 *appconfig.UpdateApplicationInput) (*request.Request, *appconfig.UpdateApplicationOutput)
- func (m *MockAppConfigAPI) UpdateApplicationWithContext(arg0 context.Context, arg1 *appconfig.UpdateApplicationInput, ...) (*appconfig.UpdateApplicationOutput, error)
- func (m *MockAppConfigAPI) UpdateConfigurationProfile(arg0 *appconfig.UpdateConfigurationProfileInput) (*appconfig.UpdateConfigurationProfileOutput, error)
- func (m *MockAppConfigAPI) UpdateConfigurationProfileRequest(arg0 *appconfig.UpdateConfigurationProfileInput) (*request.Request, *appconfig.UpdateConfigurationProfileOutput)
- func (m *MockAppConfigAPI) UpdateConfigurationProfileWithContext(arg0 context.Context, arg1 *appconfig.UpdateConfigurationProfileInput, ...) (*appconfig.UpdateConfigurationProfileOutput, error)
- func (m *MockAppConfigAPI) UpdateDeploymentStrategy(arg0 *appconfig.UpdateDeploymentStrategyInput) (*appconfig.UpdateDeploymentStrategyOutput, error)
- func (m *MockAppConfigAPI) UpdateDeploymentStrategyRequest(arg0 *appconfig.UpdateDeploymentStrategyInput) (*request.Request, *appconfig.UpdateDeploymentStrategyOutput)
- func (m *MockAppConfigAPI) UpdateDeploymentStrategyWithContext(arg0 context.Context, arg1 *appconfig.UpdateDeploymentStrategyInput, ...) (*appconfig.UpdateDeploymentStrategyOutput, error)
- func (m *MockAppConfigAPI) UpdateEnvironment(arg0 *appconfig.UpdateEnvironmentInput) (*appconfig.UpdateEnvironmentOutput, error)
- func (m *MockAppConfigAPI) UpdateEnvironmentRequest(arg0 *appconfig.UpdateEnvironmentInput) (*request.Request, *appconfig.UpdateEnvironmentOutput)
- func (m *MockAppConfigAPI) UpdateEnvironmentWithContext(arg0 context.Context, arg1 *appconfig.UpdateEnvironmentInput, ...) (*appconfig.UpdateEnvironmentOutput, error)
- func (m *MockAppConfigAPI) ValidateConfiguration(arg0 *appconfig.ValidateConfigurationInput) (*appconfig.ValidateConfigurationOutput, error)
- func (m *MockAppConfigAPI) ValidateConfigurationRequest(arg0 *appconfig.ValidateConfigurationInput) (*request.Request, *appconfig.ValidateConfigurationOutput)
- func (m *MockAppConfigAPI) ValidateConfigurationWithContext(arg0 context.Context, arg1 *appconfig.ValidateConfigurationInput, ...) (*appconfig.ValidateConfigurationOutput, error)
- type MockAppConfigAPIMockRecorder
- func (mr *MockAppConfigAPIMockRecorder) CreateApplication(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) CreateApplicationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) CreateApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) CreateConfigurationProfile(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) CreateConfigurationProfileRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) CreateConfigurationProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) CreateDeploymentStrategy(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) CreateDeploymentStrategyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) CreateDeploymentStrategyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) CreateEnvironment(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) CreateEnvironmentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) CreateEnvironmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) CreateHostedConfigurationVersion(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) CreateHostedConfigurationVersionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) CreateHostedConfigurationVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) DeleteApplication(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) DeleteApplicationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) DeleteApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) DeleteConfigurationProfile(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) DeleteConfigurationProfileRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) DeleteConfigurationProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) DeleteDeploymentStrategy(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) DeleteDeploymentStrategyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) DeleteDeploymentStrategyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) DeleteEnvironment(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) DeleteEnvironmentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) DeleteEnvironmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) DeleteHostedConfigurationVersion(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) DeleteHostedConfigurationVersionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) DeleteHostedConfigurationVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) GetApplication(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) GetApplicationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) GetApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) GetConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) GetConfigurationProfile(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) GetConfigurationProfileRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) GetConfigurationProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) GetConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) GetConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) GetDeployment(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) GetDeploymentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) GetDeploymentStrategy(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) GetDeploymentStrategyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) GetDeploymentStrategyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) GetDeploymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) GetEnvironment(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) GetEnvironmentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) GetEnvironmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) GetHostedConfigurationVersion(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) GetHostedConfigurationVersionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) GetHostedConfigurationVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListApplications(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListApplicationsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListApplicationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListApplicationsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListApplicationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListConfigurationProfiles(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListConfigurationProfilesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListConfigurationProfilesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListConfigurationProfilesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListConfigurationProfilesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListDeploymentStrategies(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListDeploymentStrategiesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListDeploymentStrategiesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListDeploymentStrategiesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListDeploymentStrategiesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListDeployments(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListDeploymentsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListDeploymentsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListDeploymentsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListDeploymentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListEnvironments(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListEnvironmentsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListEnvironmentsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListEnvironmentsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListEnvironmentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListHostedConfigurationVersions(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListHostedConfigurationVersionsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListHostedConfigurationVersionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListHostedConfigurationVersionsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListHostedConfigurationVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) StartDeployment(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) StartDeploymentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) StartDeploymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) StopDeployment(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) StopDeploymentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) StopDeploymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) UpdateApplication(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) UpdateApplicationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) UpdateApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) UpdateConfigurationProfile(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) UpdateConfigurationProfileRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) UpdateConfigurationProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) UpdateDeploymentStrategy(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) UpdateDeploymentStrategyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) UpdateDeploymentStrategyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) UpdateEnvironment(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) UpdateEnvironmentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) UpdateEnvironmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ValidateConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ValidateConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAppConfigAPIMockRecorder) ValidateConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAppConfigAPI ¶
type MockAppConfigAPI struct {
// contains filtered or unexported fields
}
MockAppConfigAPI is a mock of AppConfigAPI interface
func NewMockAppConfigAPI ¶
func NewMockAppConfigAPI(ctrl *gomock.Controller) *MockAppConfigAPI
NewMockAppConfigAPI creates a new mock instance
func (*MockAppConfigAPI) CreateApplication ¶
func (m *MockAppConfigAPI) CreateApplication(arg0 *appconfig.CreateApplicationInput) (*appconfig.CreateApplicationOutput, error)
CreateApplication mocks base method
func (*MockAppConfigAPI) CreateApplicationRequest ¶
func (m *MockAppConfigAPI) CreateApplicationRequest(arg0 *appconfig.CreateApplicationInput) (*request.Request, *appconfig.CreateApplicationOutput)
CreateApplicationRequest mocks base method
func (*MockAppConfigAPI) CreateApplicationWithContext ¶
func (m *MockAppConfigAPI) CreateApplicationWithContext(arg0 context.Context, arg1 *appconfig.CreateApplicationInput, arg2 ...request.Option) (*appconfig.CreateApplicationOutput, error)
CreateApplicationWithContext mocks base method
func (*MockAppConfigAPI) CreateConfigurationProfile ¶
func (m *MockAppConfigAPI) CreateConfigurationProfile(arg0 *appconfig.CreateConfigurationProfileInput) (*appconfig.CreateConfigurationProfileOutput, error)
CreateConfigurationProfile mocks base method
func (*MockAppConfigAPI) CreateConfigurationProfileRequest ¶
func (m *MockAppConfigAPI) CreateConfigurationProfileRequest(arg0 *appconfig.CreateConfigurationProfileInput) (*request.Request, *appconfig.CreateConfigurationProfileOutput)
CreateConfigurationProfileRequest mocks base method
func (*MockAppConfigAPI) CreateConfigurationProfileWithContext ¶
func (m *MockAppConfigAPI) CreateConfigurationProfileWithContext(arg0 context.Context, arg1 *appconfig.CreateConfigurationProfileInput, arg2 ...request.Option) (*appconfig.CreateConfigurationProfileOutput, error)
CreateConfigurationProfileWithContext mocks base method
func (*MockAppConfigAPI) CreateDeploymentStrategy ¶
func (m *MockAppConfigAPI) CreateDeploymentStrategy(arg0 *appconfig.CreateDeploymentStrategyInput) (*appconfig.CreateDeploymentStrategyOutput, error)
CreateDeploymentStrategy mocks base method
func (*MockAppConfigAPI) CreateDeploymentStrategyRequest ¶
func (m *MockAppConfigAPI) CreateDeploymentStrategyRequest(arg0 *appconfig.CreateDeploymentStrategyInput) (*request.Request, *appconfig.CreateDeploymentStrategyOutput)
CreateDeploymentStrategyRequest mocks base method
func (*MockAppConfigAPI) CreateDeploymentStrategyWithContext ¶
func (m *MockAppConfigAPI) CreateDeploymentStrategyWithContext(arg0 context.Context, arg1 *appconfig.CreateDeploymentStrategyInput, arg2 ...request.Option) (*appconfig.CreateDeploymentStrategyOutput, error)
CreateDeploymentStrategyWithContext mocks base method
func (*MockAppConfigAPI) CreateEnvironment ¶
func (m *MockAppConfigAPI) CreateEnvironment(arg0 *appconfig.CreateEnvironmentInput) (*appconfig.CreateEnvironmentOutput, error)
CreateEnvironment mocks base method
func (*MockAppConfigAPI) CreateEnvironmentRequest ¶
func (m *MockAppConfigAPI) CreateEnvironmentRequest(arg0 *appconfig.CreateEnvironmentInput) (*request.Request, *appconfig.CreateEnvironmentOutput)
CreateEnvironmentRequest mocks base method
func (*MockAppConfigAPI) CreateEnvironmentWithContext ¶
func (m *MockAppConfigAPI) CreateEnvironmentWithContext(arg0 context.Context, arg1 *appconfig.CreateEnvironmentInput, arg2 ...request.Option) (*appconfig.CreateEnvironmentOutput, error)
CreateEnvironmentWithContext mocks base method
func (*MockAppConfigAPI) CreateHostedConfigurationVersion ¶
func (m *MockAppConfigAPI) CreateHostedConfigurationVersion(arg0 *appconfig.CreateHostedConfigurationVersionInput) (*appconfig.CreateHostedConfigurationVersionOutput, error)
CreateHostedConfigurationVersion mocks base method
func (*MockAppConfigAPI) CreateHostedConfigurationVersionRequest ¶
func (m *MockAppConfigAPI) CreateHostedConfigurationVersionRequest(arg0 *appconfig.CreateHostedConfigurationVersionInput) (*request.Request, *appconfig.CreateHostedConfigurationVersionOutput)
CreateHostedConfigurationVersionRequest mocks base method
func (*MockAppConfigAPI) CreateHostedConfigurationVersionWithContext ¶
func (m *MockAppConfigAPI) CreateHostedConfigurationVersionWithContext(arg0 context.Context, arg1 *appconfig.CreateHostedConfigurationVersionInput, arg2 ...request.Option) (*appconfig.CreateHostedConfigurationVersionOutput, error)
CreateHostedConfigurationVersionWithContext mocks base method
func (*MockAppConfigAPI) DeleteApplication ¶
func (m *MockAppConfigAPI) DeleteApplication(arg0 *appconfig.DeleteApplicationInput) (*appconfig.DeleteApplicationOutput, error)
DeleteApplication mocks base method
func (*MockAppConfigAPI) DeleteApplicationRequest ¶
func (m *MockAppConfigAPI) DeleteApplicationRequest(arg0 *appconfig.DeleteApplicationInput) (*request.Request, *appconfig.DeleteApplicationOutput)
DeleteApplicationRequest mocks base method
func (*MockAppConfigAPI) DeleteApplicationWithContext ¶
func (m *MockAppConfigAPI) DeleteApplicationWithContext(arg0 context.Context, arg1 *appconfig.DeleteApplicationInput, arg2 ...request.Option) (*appconfig.DeleteApplicationOutput, error)
DeleteApplicationWithContext mocks base method
func (*MockAppConfigAPI) DeleteConfigurationProfile ¶
func (m *MockAppConfigAPI) DeleteConfigurationProfile(arg0 *appconfig.DeleteConfigurationProfileInput) (*appconfig.DeleteConfigurationProfileOutput, error)
DeleteConfigurationProfile mocks base method
func (*MockAppConfigAPI) DeleteConfigurationProfileRequest ¶
func (m *MockAppConfigAPI) DeleteConfigurationProfileRequest(arg0 *appconfig.DeleteConfigurationProfileInput) (*request.Request, *appconfig.DeleteConfigurationProfileOutput)
DeleteConfigurationProfileRequest mocks base method
func (*MockAppConfigAPI) DeleteConfigurationProfileWithContext ¶
func (m *MockAppConfigAPI) DeleteConfigurationProfileWithContext(arg0 context.Context, arg1 *appconfig.DeleteConfigurationProfileInput, arg2 ...request.Option) (*appconfig.DeleteConfigurationProfileOutput, error)
DeleteConfigurationProfileWithContext mocks base method
func (*MockAppConfigAPI) DeleteDeploymentStrategy ¶
func (m *MockAppConfigAPI) DeleteDeploymentStrategy(arg0 *appconfig.DeleteDeploymentStrategyInput) (*appconfig.DeleteDeploymentStrategyOutput, error)
DeleteDeploymentStrategy mocks base method
func (*MockAppConfigAPI) DeleteDeploymentStrategyRequest ¶
func (m *MockAppConfigAPI) DeleteDeploymentStrategyRequest(arg0 *appconfig.DeleteDeploymentStrategyInput) (*request.Request, *appconfig.DeleteDeploymentStrategyOutput)
DeleteDeploymentStrategyRequest mocks base method
func (*MockAppConfigAPI) DeleteDeploymentStrategyWithContext ¶
func (m *MockAppConfigAPI) DeleteDeploymentStrategyWithContext(arg0 context.Context, arg1 *appconfig.DeleteDeploymentStrategyInput, arg2 ...request.Option) (*appconfig.DeleteDeploymentStrategyOutput, error)
DeleteDeploymentStrategyWithContext mocks base method
func (*MockAppConfigAPI) DeleteEnvironment ¶
func (m *MockAppConfigAPI) DeleteEnvironment(arg0 *appconfig.DeleteEnvironmentInput) (*appconfig.DeleteEnvironmentOutput, error)
DeleteEnvironment mocks base method
func (*MockAppConfigAPI) DeleteEnvironmentRequest ¶
func (m *MockAppConfigAPI) DeleteEnvironmentRequest(arg0 *appconfig.DeleteEnvironmentInput) (*request.Request, *appconfig.DeleteEnvironmentOutput)
DeleteEnvironmentRequest mocks base method
func (*MockAppConfigAPI) DeleteEnvironmentWithContext ¶
func (m *MockAppConfigAPI) DeleteEnvironmentWithContext(arg0 context.Context, arg1 *appconfig.DeleteEnvironmentInput, arg2 ...request.Option) (*appconfig.DeleteEnvironmentOutput, error)
DeleteEnvironmentWithContext mocks base method
func (*MockAppConfigAPI) DeleteHostedConfigurationVersion ¶
func (m *MockAppConfigAPI) DeleteHostedConfigurationVersion(arg0 *appconfig.DeleteHostedConfigurationVersionInput) (*appconfig.DeleteHostedConfigurationVersionOutput, error)
DeleteHostedConfigurationVersion mocks base method
func (*MockAppConfigAPI) DeleteHostedConfigurationVersionRequest ¶
func (m *MockAppConfigAPI) DeleteHostedConfigurationVersionRequest(arg0 *appconfig.DeleteHostedConfigurationVersionInput) (*request.Request, *appconfig.DeleteHostedConfigurationVersionOutput)
DeleteHostedConfigurationVersionRequest mocks base method
func (*MockAppConfigAPI) DeleteHostedConfigurationVersionWithContext ¶
func (m *MockAppConfigAPI) DeleteHostedConfigurationVersionWithContext(arg0 context.Context, arg1 *appconfig.DeleteHostedConfigurationVersionInput, arg2 ...request.Option) (*appconfig.DeleteHostedConfigurationVersionOutput, error)
DeleteHostedConfigurationVersionWithContext mocks base method
func (*MockAppConfigAPI) EXPECT ¶
func (m *MockAppConfigAPI) EXPECT() *MockAppConfigAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockAppConfigAPI) GetApplication ¶
func (m *MockAppConfigAPI) GetApplication(arg0 *appconfig.GetApplicationInput) (*appconfig.GetApplicationOutput, error)
GetApplication mocks base method
func (*MockAppConfigAPI) GetApplicationRequest ¶
func (m *MockAppConfigAPI) GetApplicationRequest(arg0 *appconfig.GetApplicationInput) (*request.Request, *appconfig.GetApplicationOutput)
GetApplicationRequest mocks base method
func (*MockAppConfigAPI) GetApplicationWithContext ¶
func (m *MockAppConfigAPI) GetApplicationWithContext(arg0 context.Context, arg1 *appconfig.GetApplicationInput, arg2 ...request.Option) (*appconfig.GetApplicationOutput, error)
GetApplicationWithContext mocks base method
func (*MockAppConfigAPI) GetConfiguration ¶
func (m *MockAppConfigAPI) GetConfiguration(arg0 *appconfig.GetConfigurationInput) (*appconfig.GetConfigurationOutput, error)
GetConfiguration mocks base method
func (*MockAppConfigAPI) GetConfigurationProfile ¶
func (m *MockAppConfigAPI) GetConfigurationProfile(arg0 *appconfig.GetConfigurationProfileInput) (*appconfig.GetConfigurationProfileOutput, error)
GetConfigurationProfile mocks base method
func (*MockAppConfigAPI) GetConfigurationProfileRequest ¶
func (m *MockAppConfigAPI) GetConfigurationProfileRequest(arg0 *appconfig.GetConfigurationProfileInput) (*request.Request, *appconfig.GetConfigurationProfileOutput)
GetConfigurationProfileRequest mocks base method
func (*MockAppConfigAPI) GetConfigurationProfileWithContext ¶
func (m *MockAppConfigAPI) GetConfigurationProfileWithContext(arg0 context.Context, arg1 *appconfig.GetConfigurationProfileInput, arg2 ...request.Option) (*appconfig.GetConfigurationProfileOutput, error)
GetConfigurationProfileWithContext mocks base method
func (*MockAppConfigAPI) GetConfigurationRequest ¶
func (m *MockAppConfigAPI) GetConfigurationRequest(arg0 *appconfig.GetConfigurationInput) (*request.Request, *appconfig.GetConfigurationOutput)
GetConfigurationRequest mocks base method
func (*MockAppConfigAPI) GetConfigurationWithContext ¶
func (m *MockAppConfigAPI) GetConfigurationWithContext(arg0 context.Context, arg1 *appconfig.GetConfigurationInput, arg2 ...request.Option) (*appconfig.GetConfigurationOutput, error)
GetConfigurationWithContext mocks base method
func (*MockAppConfigAPI) GetDeployment ¶
func (m *MockAppConfigAPI) GetDeployment(arg0 *appconfig.GetDeploymentInput) (*appconfig.GetDeploymentOutput, error)
GetDeployment mocks base method
func (*MockAppConfigAPI) GetDeploymentRequest ¶
func (m *MockAppConfigAPI) GetDeploymentRequest(arg0 *appconfig.GetDeploymentInput) (*request.Request, *appconfig.GetDeploymentOutput)
GetDeploymentRequest mocks base method
func (*MockAppConfigAPI) GetDeploymentStrategy ¶
func (m *MockAppConfigAPI) GetDeploymentStrategy(arg0 *appconfig.GetDeploymentStrategyInput) (*appconfig.GetDeploymentStrategyOutput, error)
GetDeploymentStrategy mocks base method
func (*MockAppConfigAPI) GetDeploymentStrategyRequest ¶
func (m *MockAppConfigAPI) GetDeploymentStrategyRequest(arg0 *appconfig.GetDeploymentStrategyInput) (*request.Request, *appconfig.GetDeploymentStrategyOutput)
GetDeploymentStrategyRequest mocks base method
func (*MockAppConfigAPI) GetDeploymentStrategyWithContext ¶
func (m *MockAppConfigAPI) GetDeploymentStrategyWithContext(arg0 context.Context, arg1 *appconfig.GetDeploymentStrategyInput, arg2 ...request.Option) (*appconfig.GetDeploymentStrategyOutput, error)
GetDeploymentStrategyWithContext mocks base method
func (*MockAppConfigAPI) GetDeploymentWithContext ¶
func (m *MockAppConfigAPI) GetDeploymentWithContext(arg0 context.Context, arg1 *appconfig.GetDeploymentInput, arg2 ...request.Option) (*appconfig.GetDeploymentOutput, error)
GetDeploymentWithContext mocks base method
func (*MockAppConfigAPI) GetEnvironment ¶
func (m *MockAppConfigAPI) GetEnvironment(arg0 *appconfig.GetEnvironmentInput) (*appconfig.GetEnvironmentOutput, error)
GetEnvironment mocks base method
func (*MockAppConfigAPI) GetEnvironmentRequest ¶
func (m *MockAppConfigAPI) GetEnvironmentRequest(arg0 *appconfig.GetEnvironmentInput) (*request.Request, *appconfig.GetEnvironmentOutput)
GetEnvironmentRequest mocks base method
func (*MockAppConfigAPI) GetEnvironmentWithContext ¶
func (m *MockAppConfigAPI) GetEnvironmentWithContext(arg0 context.Context, arg1 *appconfig.GetEnvironmentInput, arg2 ...request.Option) (*appconfig.GetEnvironmentOutput, error)
GetEnvironmentWithContext mocks base method
func (*MockAppConfigAPI) GetHostedConfigurationVersion ¶
func (m *MockAppConfigAPI) GetHostedConfigurationVersion(arg0 *appconfig.GetHostedConfigurationVersionInput) (*appconfig.GetHostedConfigurationVersionOutput, error)
GetHostedConfigurationVersion mocks base method
func (*MockAppConfigAPI) GetHostedConfigurationVersionRequest ¶
func (m *MockAppConfigAPI) GetHostedConfigurationVersionRequest(arg0 *appconfig.GetHostedConfigurationVersionInput) (*request.Request, *appconfig.GetHostedConfigurationVersionOutput)
GetHostedConfigurationVersionRequest mocks base method
func (*MockAppConfigAPI) GetHostedConfigurationVersionWithContext ¶
func (m *MockAppConfigAPI) GetHostedConfigurationVersionWithContext(arg0 context.Context, arg1 *appconfig.GetHostedConfigurationVersionInput, arg2 ...request.Option) (*appconfig.GetHostedConfigurationVersionOutput, error)
GetHostedConfigurationVersionWithContext mocks base method
func (*MockAppConfigAPI) ListApplications ¶
func (m *MockAppConfigAPI) ListApplications(arg0 *appconfig.ListApplicationsInput) (*appconfig.ListApplicationsOutput, error)
ListApplications mocks base method
func (*MockAppConfigAPI) ListApplicationsPages ¶
func (m *MockAppConfigAPI) ListApplicationsPages(arg0 *appconfig.ListApplicationsInput, arg1 func(*appconfig.ListApplicationsOutput, bool) bool) error
ListApplicationsPages mocks base method
func (*MockAppConfigAPI) ListApplicationsPagesWithContext ¶
func (m *MockAppConfigAPI) ListApplicationsPagesWithContext(arg0 context.Context, arg1 *appconfig.ListApplicationsInput, arg2 func(*appconfig.ListApplicationsOutput, bool) bool, arg3 ...request.Option) error
ListApplicationsPagesWithContext mocks base method
func (*MockAppConfigAPI) ListApplicationsRequest ¶
func (m *MockAppConfigAPI) ListApplicationsRequest(arg0 *appconfig.ListApplicationsInput) (*request.Request, *appconfig.ListApplicationsOutput)
ListApplicationsRequest mocks base method
func (*MockAppConfigAPI) ListApplicationsWithContext ¶
func (m *MockAppConfigAPI) ListApplicationsWithContext(arg0 context.Context, arg1 *appconfig.ListApplicationsInput, arg2 ...request.Option) (*appconfig.ListApplicationsOutput, error)
ListApplicationsWithContext mocks base method
func (*MockAppConfigAPI) ListConfigurationProfiles ¶
func (m *MockAppConfigAPI) ListConfigurationProfiles(arg0 *appconfig.ListConfigurationProfilesInput) (*appconfig.ListConfigurationProfilesOutput, error)
ListConfigurationProfiles mocks base method
func (*MockAppConfigAPI) ListConfigurationProfilesPages ¶
func (m *MockAppConfigAPI) ListConfigurationProfilesPages(arg0 *appconfig.ListConfigurationProfilesInput, arg1 func(*appconfig.ListConfigurationProfilesOutput, bool) bool) error
ListConfigurationProfilesPages mocks base method
func (*MockAppConfigAPI) ListConfigurationProfilesPagesWithContext ¶
func (m *MockAppConfigAPI) ListConfigurationProfilesPagesWithContext(arg0 context.Context, arg1 *appconfig.ListConfigurationProfilesInput, arg2 func(*appconfig.ListConfigurationProfilesOutput, bool) bool, arg3 ...request.Option) error
ListConfigurationProfilesPagesWithContext mocks base method
func (*MockAppConfigAPI) ListConfigurationProfilesRequest ¶
func (m *MockAppConfigAPI) ListConfigurationProfilesRequest(arg0 *appconfig.ListConfigurationProfilesInput) (*request.Request, *appconfig.ListConfigurationProfilesOutput)
ListConfigurationProfilesRequest mocks base method
func (*MockAppConfigAPI) ListConfigurationProfilesWithContext ¶
func (m *MockAppConfigAPI) ListConfigurationProfilesWithContext(arg0 context.Context, arg1 *appconfig.ListConfigurationProfilesInput, arg2 ...request.Option) (*appconfig.ListConfigurationProfilesOutput, error)
ListConfigurationProfilesWithContext mocks base method
func (*MockAppConfigAPI) ListDeploymentStrategies ¶
func (m *MockAppConfigAPI) ListDeploymentStrategies(arg0 *appconfig.ListDeploymentStrategiesInput) (*appconfig.ListDeploymentStrategiesOutput, error)
ListDeploymentStrategies mocks base method
func (*MockAppConfigAPI) ListDeploymentStrategiesPages ¶
func (m *MockAppConfigAPI) ListDeploymentStrategiesPages(arg0 *appconfig.ListDeploymentStrategiesInput, arg1 func(*appconfig.ListDeploymentStrategiesOutput, bool) bool) error
ListDeploymentStrategiesPages mocks base method
func (*MockAppConfigAPI) ListDeploymentStrategiesPagesWithContext ¶
func (m *MockAppConfigAPI) ListDeploymentStrategiesPagesWithContext(arg0 context.Context, arg1 *appconfig.ListDeploymentStrategiesInput, arg2 func(*appconfig.ListDeploymentStrategiesOutput, bool) bool, arg3 ...request.Option) error
ListDeploymentStrategiesPagesWithContext mocks base method
func (*MockAppConfigAPI) ListDeploymentStrategiesRequest ¶
func (m *MockAppConfigAPI) ListDeploymentStrategiesRequest(arg0 *appconfig.ListDeploymentStrategiesInput) (*request.Request, *appconfig.ListDeploymentStrategiesOutput)
ListDeploymentStrategiesRequest mocks base method
func (*MockAppConfigAPI) ListDeploymentStrategiesWithContext ¶
func (m *MockAppConfigAPI) ListDeploymentStrategiesWithContext(arg0 context.Context, arg1 *appconfig.ListDeploymentStrategiesInput, arg2 ...request.Option) (*appconfig.ListDeploymentStrategiesOutput, error)
ListDeploymentStrategiesWithContext mocks base method
func (*MockAppConfigAPI) ListDeployments ¶
func (m *MockAppConfigAPI) ListDeployments(arg0 *appconfig.ListDeploymentsInput) (*appconfig.ListDeploymentsOutput, error)
ListDeployments mocks base method
func (*MockAppConfigAPI) ListDeploymentsPages ¶
func (m *MockAppConfigAPI) ListDeploymentsPages(arg0 *appconfig.ListDeploymentsInput, arg1 func(*appconfig.ListDeploymentsOutput, bool) bool) error
ListDeploymentsPages mocks base method
func (*MockAppConfigAPI) ListDeploymentsPagesWithContext ¶
func (m *MockAppConfigAPI) ListDeploymentsPagesWithContext(arg0 context.Context, arg1 *appconfig.ListDeploymentsInput, arg2 func(*appconfig.ListDeploymentsOutput, bool) bool, arg3 ...request.Option) error
ListDeploymentsPagesWithContext mocks base method
func (*MockAppConfigAPI) ListDeploymentsRequest ¶
func (m *MockAppConfigAPI) ListDeploymentsRequest(arg0 *appconfig.ListDeploymentsInput) (*request.Request, *appconfig.ListDeploymentsOutput)
ListDeploymentsRequest mocks base method
func (*MockAppConfigAPI) ListDeploymentsWithContext ¶
func (m *MockAppConfigAPI) ListDeploymentsWithContext(arg0 context.Context, arg1 *appconfig.ListDeploymentsInput, arg2 ...request.Option) (*appconfig.ListDeploymentsOutput, error)
ListDeploymentsWithContext mocks base method
func (*MockAppConfigAPI) ListEnvironments ¶
func (m *MockAppConfigAPI) ListEnvironments(arg0 *appconfig.ListEnvironmentsInput) (*appconfig.ListEnvironmentsOutput, error)
ListEnvironments mocks base method
func (*MockAppConfigAPI) ListEnvironmentsPages ¶
func (m *MockAppConfigAPI) ListEnvironmentsPages(arg0 *appconfig.ListEnvironmentsInput, arg1 func(*appconfig.ListEnvironmentsOutput, bool) bool) error
ListEnvironmentsPages mocks base method
func (*MockAppConfigAPI) ListEnvironmentsPagesWithContext ¶
func (m *MockAppConfigAPI) ListEnvironmentsPagesWithContext(arg0 context.Context, arg1 *appconfig.ListEnvironmentsInput, arg2 func(*appconfig.ListEnvironmentsOutput, bool) bool, arg3 ...request.Option) error
ListEnvironmentsPagesWithContext mocks base method
func (*MockAppConfigAPI) ListEnvironmentsRequest ¶
func (m *MockAppConfigAPI) ListEnvironmentsRequest(arg0 *appconfig.ListEnvironmentsInput) (*request.Request, *appconfig.ListEnvironmentsOutput)
ListEnvironmentsRequest mocks base method
func (*MockAppConfigAPI) ListEnvironmentsWithContext ¶
func (m *MockAppConfigAPI) ListEnvironmentsWithContext(arg0 context.Context, arg1 *appconfig.ListEnvironmentsInput, arg2 ...request.Option) (*appconfig.ListEnvironmentsOutput, error)
ListEnvironmentsWithContext mocks base method
func (*MockAppConfigAPI) ListHostedConfigurationVersions ¶
func (m *MockAppConfigAPI) ListHostedConfigurationVersions(arg0 *appconfig.ListHostedConfigurationVersionsInput) (*appconfig.ListHostedConfigurationVersionsOutput, error)
ListHostedConfigurationVersions mocks base method
func (*MockAppConfigAPI) ListHostedConfigurationVersionsPages ¶
func (m *MockAppConfigAPI) ListHostedConfigurationVersionsPages(arg0 *appconfig.ListHostedConfigurationVersionsInput, arg1 func(*appconfig.ListHostedConfigurationVersionsOutput, bool) bool) error
ListHostedConfigurationVersionsPages mocks base method
func (*MockAppConfigAPI) ListHostedConfigurationVersionsPagesWithContext ¶
func (m *MockAppConfigAPI) ListHostedConfigurationVersionsPagesWithContext(arg0 context.Context, arg1 *appconfig.ListHostedConfigurationVersionsInput, arg2 func(*appconfig.ListHostedConfigurationVersionsOutput, bool) bool, arg3 ...request.Option) error
ListHostedConfigurationVersionsPagesWithContext mocks base method
func (*MockAppConfigAPI) ListHostedConfigurationVersionsRequest ¶
func (m *MockAppConfigAPI) ListHostedConfigurationVersionsRequest(arg0 *appconfig.ListHostedConfigurationVersionsInput) (*request.Request, *appconfig.ListHostedConfigurationVersionsOutput)
ListHostedConfigurationVersionsRequest mocks base method
func (*MockAppConfigAPI) ListHostedConfigurationVersionsWithContext ¶
func (m *MockAppConfigAPI) ListHostedConfigurationVersionsWithContext(arg0 context.Context, arg1 *appconfig.ListHostedConfigurationVersionsInput, arg2 ...request.Option) (*appconfig.ListHostedConfigurationVersionsOutput, error)
ListHostedConfigurationVersionsWithContext mocks base method
func (*MockAppConfigAPI) ListTagsForResource ¶
func (m *MockAppConfigAPI) ListTagsForResource(arg0 *appconfig.ListTagsForResourceInput) (*appconfig.ListTagsForResourceOutput, error)
ListTagsForResource mocks base method
func (*MockAppConfigAPI) ListTagsForResourceRequest ¶
func (m *MockAppConfigAPI) ListTagsForResourceRequest(arg0 *appconfig.ListTagsForResourceInput) (*request.Request, *appconfig.ListTagsForResourceOutput)
ListTagsForResourceRequest mocks base method
func (*MockAppConfigAPI) ListTagsForResourceWithContext ¶
func (m *MockAppConfigAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *appconfig.ListTagsForResourceInput, arg2 ...request.Option) (*appconfig.ListTagsForResourceOutput, error)
ListTagsForResourceWithContext mocks base method
func (*MockAppConfigAPI) StartDeployment ¶
func (m *MockAppConfigAPI) StartDeployment(arg0 *appconfig.StartDeploymentInput) (*appconfig.StartDeploymentOutput, error)
StartDeployment mocks base method
func (*MockAppConfigAPI) StartDeploymentRequest ¶
func (m *MockAppConfigAPI) StartDeploymentRequest(arg0 *appconfig.StartDeploymentInput) (*request.Request, *appconfig.StartDeploymentOutput)
StartDeploymentRequest mocks base method
func (*MockAppConfigAPI) StartDeploymentWithContext ¶
func (m *MockAppConfigAPI) StartDeploymentWithContext(arg0 context.Context, arg1 *appconfig.StartDeploymentInput, arg2 ...request.Option) (*appconfig.StartDeploymentOutput, error)
StartDeploymentWithContext mocks base method
func (*MockAppConfigAPI) StopDeployment ¶
func (m *MockAppConfigAPI) StopDeployment(arg0 *appconfig.StopDeploymentInput) (*appconfig.StopDeploymentOutput, error)
StopDeployment mocks base method
func (*MockAppConfigAPI) StopDeploymentRequest ¶
func (m *MockAppConfigAPI) StopDeploymentRequest(arg0 *appconfig.StopDeploymentInput) (*request.Request, *appconfig.StopDeploymentOutput)
StopDeploymentRequest mocks base method
func (*MockAppConfigAPI) StopDeploymentWithContext ¶
func (m *MockAppConfigAPI) StopDeploymentWithContext(arg0 context.Context, arg1 *appconfig.StopDeploymentInput, arg2 ...request.Option) (*appconfig.StopDeploymentOutput, error)
StopDeploymentWithContext mocks base method
func (*MockAppConfigAPI) TagResource ¶
func (m *MockAppConfigAPI) TagResource(arg0 *appconfig.TagResourceInput) (*appconfig.TagResourceOutput, error)
TagResource mocks base method
func (*MockAppConfigAPI) TagResourceRequest ¶
func (m *MockAppConfigAPI) TagResourceRequest(arg0 *appconfig.TagResourceInput) (*request.Request, *appconfig.TagResourceOutput)
TagResourceRequest mocks base method
func (*MockAppConfigAPI) TagResourceWithContext ¶
func (m *MockAppConfigAPI) TagResourceWithContext(arg0 context.Context, arg1 *appconfig.TagResourceInput, arg2 ...request.Option) (*appconfig.TagResourceOutput, error)
TagResourceWithContext mocks base method
func (*MockAppConfigAPI) UntagResource ¶
func (m *MockAppConfigAPI) UntagResource(arg0 *appconfig.UntagResourceInput) (*appconfig.UntagResourceOutput, error)
UntagResource mocks base method
func (*MockAppConfigAPI) UntagResourceRequest ¶
func (m *MockAppConfigAPI) UntagResourceRequest(arg0 *appconfig.UntagResourceInput) (*request.Request, *appconfig.UntagResourceOutput)
UntagResourceRequest mocks base method
func (*MockAppConfigAPI) UntagResourceWithContext ¶
func (m *MockAppConfigAPI) UntagResourceWithContext(arg0 context.Context, arg1 *appconfig.UntagResourceInput, arg2 ...request.Option) (*appconfig.UntagResourceOutput, error)
UntagResourceWithContext mocks base method
func (*MockAppConfigAPI) UpdateApplication ¶
func (m *MockAppConfigAPI) UpdateApplication(arg0 *appconfig.UpdateApplicationInput) (*appconfig.UpdateApplicationOutput, error)
UpdateApplication mocks base method
func (*MockAppConfigAPI) UpdateApplicationRequest ¶
func (m *MockAppConfigAPI) UpdateApplicationRequest(arg0 *appconfig.UpdateApplicationInput) (*request.Request, *appconfig.UpdateApplicationOutput)
UpdateApplicationRequest mocks base method
func (*MockAppConfigAPI) UpdateApplicationWithContext ¶
func (m *MockAppConfigAPI) UpdateApplicationWithContext(arg0 context.Context, arg1 *appconfig.UpdateApplicationInput, arg2 ...request.Option) (*appconfig.UpdateApplicationOutput, error)
UpdateApplicationWithContext mocks base method
func (*MockAppConfigAPI) UpdateConfigurationProfile ¶
func (m *MockAppConfigAPI) UpdateConfigurationProfile(arg0 *appconfig.UpdateConfigurationProfileInput) (*appconfig.UpdateConfigurationProfileOutput, error)
UpdateConfigurationProfile mocks base method
func (*MockAppConfigAPI) UpdateConfigurationProfileRequest ¶
func (m *MockAppConfigAPI) UpdateConfigurationProfileRequest(arg0 *appconfig.UpdateConfigurationProfileInput) (*request.Request, *appconfig.UpdateConfigurationProfileOutput)
UpdateConfigurationProfileRequest mocks base method
func (*MockAppConfigAPI) UpdateConfigurationProfileWithContext ¶
func (m *MockAppConfigAPI) UpdateConfigurationProfileWithContext(arg0 context.Context, arg1 *appconfig.UpdateConfigurationProfileInput, arg2 ...request.Option) (*appconfig.UpdateConfigurationProfileOutput, error)
UpdateConfigurationProfileWithContext mocks base method
func (*MockAppConfigAPI) UpdateDeploymentStrategy ¶
func (m *MockAppConfigAPI) UpdateDeploymentStrategy(arg0 *appconfig.UpdateDeploymentStrategyInput) (*appconfig.UpdateDeploymentStrategyOutput, error)
UpdateDeploymentStrategy mocks base method
func (*MockAppConfigAPI) UpdateDeploymentStrategyRequest ¶
func (m *MockAppConfigAPI) UpdateDeploymentStrategyRequest(arg0 *appconfig.UpdateDeploymentStrategyInput) (*request.Request, *appconfig.UpdateDeploymentStrategyOutput)
UpdateDeploymentStrategyRequest mocks base method
func (*MockAppConfigAPI) UpdateDeploymentStrategyWithContext ¶
func (m *MockAppConfigAPI) UpdateDeploymentStrategyWithContext(arg0 context.Context, arg1 *appconfig.UpdateDeploymentStrategyInput, arg2 ...request.Option) (*appconfig.UpdateDeploymentStrategyOutput, error)
UpdateDeploymentStrategyWithContext mocks base method
func (*MockAppConfigAPI) UpdateEnvironment ¶
func (m *MockAppConfigAPI) UpdateEnvironment(arg0 *appconfig.UpdateEnvironmentInput) (*appconfig.UpdateEnvironmentOutput, error)
UpdateEnvironment mocks base method
func (*MockAppConfigAPI) UpdateEnvironmentRequest ¶
func (m *MockAppConfigAPI) UpdateEnvironmentRequest(arg0 *appconfig.UpdateEnvironmentInput) (*request.Request, *appconfig.UpdateEnvironmentOutput)
UpdateEnvironmentRequest mocks base method
func (*MockAppConfigAPI) UpdateEnvironmentWithContext ¶
func (m *MockAppConfigAPI) UpdateEnvironmentWithContext(arg0 context.Context, arg1 *appconfig.UpdateEnvironmentInput, arg2 ...request.Option) (*appconfig.UpdateEnvironmentOutput, error)
UpdateEnvironmentWithContext mocks base method
func (*MockAppConfigAPI) ValidateConfiguration ¶
func (m *MockAppConfigAPI) ValidateConfiguration(arg0 *appconfig.ValidateConfigurationInput) (*appconfig.ValidateConfigurationOutput, error)
ValidateConfiguration mocks base method
func (*MockAppConfigAPI) ValidateConfigurationRequest ¶
func (m *MockAppConfigAPI) ValidateConfigurationRequest(arg0 *appconfig.ValidateConfigurationInput) (*request.Request, *appconfig.ValidateConfigurationOutput)
ValidateConfigurationRequest mocks base method
func (*MockAppConfigAPI) ValidateConfigurationWithContext ¶
func (m *MockAppConfigAPI) ValidateConfigurationWithContext(arg0 context.Context, arg1 *appconfig.ValidateConfigurationInput, arg2 ...request.Option) (*appconfig.ValidateConfigurationOutput, error)
ValidateConfigurationWithContext mocks base method
type MockAppConfigAPIMockRecorder ¶
type MockAppConfigAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockAppConfigAPIMockRecorder is the mock recorder for MockAppConfigAPI
func (*MockAppConfigAPIMockRecorder) CreateApplication ¶
func (mr *MockAppConfigAPIMockRecorder) CreateApplication(arg0 interface{}) *gomock.Call
CreateApplication indicates an expected call of CreateApplication
func (*MockAppConfigAPIMockRecorder) CreateApplicationRequest ¶
func (mr *MockAppConfigAPIMockRecorder) CreateApplicationRequest(arg0 interface{}) *gomock.Call
CreateApplicationRequest indicates an expected call of CreateApplicationRequest
func (*MockAppConfigAPIMockRecorder) CreateApplicationWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) CreateApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateApplicationWithContext indicates an expected call of CreateApplicationWithContext
func (*MockAppConfigAPIMockRecorder) CreateConfigurationProfile ¶
func (mr *MockAppConfigAPIMockRecorder) CreateConfigurationProfile(arg0 interface{}) *gomock.Call
CreateConfigurationProfile indicates an expected call of CreateConfigurationProfile
func (*MockAppConfigAPIMockRecorder) CreateConfigurationProfileRequest ¶
func (mr *MockAppConfigAPIMockRecorder) CreateConfigurationProfileRequest(arg0 interface{}) *gomock.Call
CreateConfigurationProfileRequest indicates an expected call of CreateConfigurationProfileRequest
func (*MockAppConfigAPIMockRecorder) CreateConfigurationProfileWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) CreateConfigurationProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateConfigurationProfileWithContext indicates an expected call of CreateConfigurationProfileWithContext
func (*MockAppConfigAPIMockRecorder) CreateDeploymentStrategy ¶
func (mr *MockAppConfigAPIMockRecorder) CreateDeploymentStrategy(arg0 interface{}) *gomock.Call
CreateDeploymentStrategy indicates an expected call of CreateDeploymentStrategy
func (*MockAppConfigAPIMockRecorder) CreateDeploymentStrategyRequest ¶
func (mr *MockAppConfigAPIMockRecorder) CreateDeploymentStrategyRequest(arg0 interface{}) *gomock.Call
CreateDeploymentStrategyRequest indicates an expected call of CreateDeploymentStrategyRequest
func (*MockAppConfigAPIMockRecorder) CreateDeploymentStrategyWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) CreateDeploymentStrategyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateDeploymentStrategyWithContext indicates an expected call of CreateDeploymentStrategyWithContext
func (*MockAppConfigAPIMockRecorder) CreateEnvironment ¶
func (mr *MockAppConfigAPIMockRecorder) CreateEnvironment(arg0 interface{}) *gomock.Call
CreateEnvironment indicates an expected call of CreateEnvironment
func (*MockAppConfigAPIMockRecorder) CreateEnvironmentRequest ¶
func (mr *MockAppConfigAPIMockRecorder) CreateEnvironmentRequest(arg0 interface{}) *gomock.Call
CreateEnvironmentRequest indicates an expected call of CreateEnvironmentRequest
func (*MockAppConfigAPIMockRecorder) CreateEnvironmentWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) CreateEnvironmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateEnvironmentWithContext indicates an expected call of CreateEnvironmentWithContext
func (*MockAppConfigAPIMockRecorder) CreateHostedConfigurationVersion ¶
func (mr *MockAppConfigAPIMockRecorder) CreateHostedConfigurationVersion(arg0 interface{}) *gomock.Call
CreateHostedConfigurationVersion indicates an expected call of CreateHostedConfigurationVersion
func (*MockAppConfigAPIMockRecorder) CreateHostedConfigurationVersionRequest ¶
func (mr *MockAppConfigAPIMockRecorder) CreateHostedConfigurationVersionRequest(arg0 interface{}) *gomock.Call
CreateHostedConfigurationVersionRequest indicates an expected call of CreateHostedConfigurationVersionRequest
func (*MockAppConfigAPIMockRecorder) CreateHostedConfigurationVersionWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) CreateHostedConfigurationVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateHostedConfigurationVersionWithContext indicates an expected call of CreateHostedConfigurationVersionWithContext
func (*MockAppConfigAPIMockRecorder) DeleteApplication ¶
func (mr *MockAppConfigAPIMockRecorder) DeleteApplication(arg0 interface{}) *gomock.Call
DeleteApplication indicates an expected call of DeleteApplication
func (*MockAppConfigAPIMockRecorder) DeleteApplicationRequest ¶
func (mr *MockAppConfigAPIMockRecorder) DeleteApplicationRequest(arg0 interface{}) *gomock.Call
DeleteApplicationRequest indicates an expected call of DeleteApplicationRequest
func (*MockAppConfigAPIMockRecorder) DeleteApplicationWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) DeleteApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteApplicationWithContext indicates an expected call of DeleteApplicationWithContext
func (*MockAppConfigAPIMockRecorder) DeleteConfigurationProfile ¶
func (mr *MockAppConfigAPIMockRecorder) DeleteConfigurationProfile(arg0 interface{}) *gomock.Call
DeleteConfigurationProfile indicates an expected call of DeleteConfigurationProfile
func (*MockAppConfigAPIMockRecorder) DeleteConfigurationProfileRequest ¶
func (mr *MockAppConfigAPIMockRecorder) DeleteConfigurationProfileRequest(arg0 interface{}) *gomock.Call
DeleteConfigurationProfileRequest indicates an expected call of DeleteConfigurationProfileRequest
func (*MockAppConfigAPIMockRecorder) DeleteConfigurationProfileWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) DeleteConfigurationProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteConfigurationProfileWithContext indicates an expected call of DeleteConfigurationProfileWithContext
func (*MockAppConfigAPIMockRecorder) DeleteDeploymentStrategy ¶
func (mr *MockAppConfigAPIMockRecorder) DeleteDeploymentStrategy(arg0 interface{}) *gomock.Call
DeleteDeploymentStrategy indicates an expected call of DeleteDeploymentStrategy
func (*MockAppConfigAPIMockRecorder) DeleteDeploymentStrategyRequest ¶
func (mr *MockAppConfigAPIMockRecorder) DeleteDeploymentStrategyRequest(arg0 interface{}) *gomock.Call
DeleteDeploymentStrategyRequest indicates an expected call of DeleteDeploymentStrategyRequest
func (*MockAppConfigAPIMockRecorder) DeleteDeploymentStrategyWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) DeleteDeploymentStrategyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteDeploymentStrategyWithContext indicates an expected call of DeleteDeploymentStrategyWithContext
func (*MockAppConfigAPIMockRecorder) DeleteEnvironment ¶
func (mr *MockAppConfigAPIMockRecorder) DeleteEnvironment(arg0 interface{}) *gomock.Call
DeleteEnvironment indicates an expected call of DeleteEnvironment
func (*MockAppConfigAPIMockRecorder) DeleteEnvironmentRequest ¶
func (mr *MockAppConfigAPIMockRecorder) DeleteEnvironmentRequest(arg0 interface{}) *gomock.Call
DeleteEnvironmentRequest indicates an expected call of DeleteEnvironmentRequest
func (*MockAppConfigAPIMockRecorder) DeleteEnvironmentWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) DeleteEnvironmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteEnvironmentWithContext indicates an expected call of DeleteEnvironmentWithContext
func (*MockAppConfigAPIMockRecorder) DeleteHostedConfigurationVersion ¶
func (mr *MockAppConfigAPIMockRecorder) DeleteHostedConfigurationVersion(arg0 interface{}) *gomock.Call
DeleteHostedConfigurationVersion indicates an expected call of DeleteHostedConfigurationVersion
func (*MockAppConfigAPIMockRecorder) DeleteHostedConfigurationVersionRequest ¶
func (mr *MockAppConfigAPIMockRecorder) DeleteHostedConfigurationVersionRequest(arg0 interface{}) *gomock.Call
DeleteHostedConfigurationVersionRequest indicates an expected call of DeleteHostedConfigurationVersionRequest
func (*MockAppConfigAPIMockRecorder) DeleteHostedConfigurationVersionWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) DeleteHostedConfigurationVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteHostedConfigurationVersionWithContext indicates an expected call of DeleteHostedConfigurationVersionWithContext
func (*MockAppConfigAPIMockRecorder) GetApplication ¶
func (mr *MockAppConfigAPIMockRecorder) GetApplication(arg0 interface{}) *gomock.Call
GetApplication indicates an expected call of GetApplication
func (*MockAppConfigAPIMockRecorder) GetApplicationRequest ¶
func (mr *MockAppConfigAPIMockRecorder) GetApplicationRequest(arg0 interface{}) *gomock.Call
GetApplicationRequest indicates an expected call of GetApplicationRequest
func (*MockAppConfigAPIMockRecorder) GetApplicationWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) GetApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetApplicationWithContext indicates an expected call of GetApplicationWithContext
func (*MockAppConfigAPIMockRecorder) GetConfiguration ¶
func (mr *MockAppConfigAPIMockRecorder) GetConfiguration(arg0 interface{}) *gomock.Call
GetConfiguration indicates an expected call of GetConfiguration
func (*MockAppConfigAPIMockRecorder) GetConfigurationProfile ¶
func (mr *MockAppConfigAPIMockRecorder) GetConfigurationProfile(arg0 interface{}) *gomock.Call
GetConfigurationProfile indicates an expected call of GetConfigurationProfile
func (*MockAppConfigAPIMockRecorder) GetConfigurationProfileRequest ¶
func (mr *MockAppConfigAPIMockRecorder) GetConfigurationProfileRequest(arg0 interface{}) *gomock.Call
GetConfigurationProfileRequest indicates an expected call of GetConfigurationProfileRequest
func (*MockAppConfigAPIMockRecorder) GetConfigurationProfileWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) GetConfigurationProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetConfigurationProfileWithContext indicates an expected call of GetConfigurationProfileWithContext
func (*MockAppConfigAPIMockRecorder) GetConfigurationRequest ¶
func (mr *MockAppConfigAPIMockRecorder) GetConfigurationRequest(arg0 interface{}) *gomock.Call
GetConfigurationRequest indicates an expected call of GetConfigurationRequest
func (*MockAppConfigAPIMockRecorder) GetConfigurationWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) GetConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetConfigurationWithContext indicates an expected call of GetConfigurationWithContext
func (*MockAppConfigAPIMockRecorder) GetDeployment ¶
func (mr *MockAppConfigAPIMockRecorder) GetDeployment(arg0 interface{}) *gomock.Call
GetDeployment indicates an expected call of GetDeployment
func (*MockAppConfigAPIMockRecorder) GetDeploymentRequest ¶
func (mr *MockAppConfigAPIMockRecorder) GetDeploymentRequest(arg0 interface{}) *gomock.Call
GetDeploymentRequest indicates an expected call of GetDeploymentRequest
func (*MockAppConfigAPIMockRecorder) GetDeploymentStrategy ¶
func (mr *MockAppConfigAPIMockRecorder) GetDeploymentStrategy(arg0 interface{}) *gomock.Call
GetDeploymentStrategy indicates an expected call of GetDeploymentStrategy
func (*MockAppConfigAPIMockRecorder) GetDeploymentStrategyRequest ¶
func (mr *MockAppConfigAPIMockRecorder) GetDeploymentStrategyRequest(arg0 interface{}) *gomock.Call
GetDeploymentStrategyRequest indicates an expected call of GetDeploymentStrategyRequest
func (*MockAppConfigAPIMockRecorder) GetDeploymentStrategyWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) GetDeploymentStrategyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetDeploymentStrategyWithContext indicates an expected call of GetDeploymentStrategyWithContext
func (*MockAppConfigAPIMockRecorder) GetDeploymentWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) GetDeploymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetDeploymentWithContext indicates an expected call of GetDeploymentWithContext
func (*MockAppConfigAPIMockRecorder) GetEnvironment ¶
func (mr *MockAppConfigAPIMockRecorder) GetEnvironment(arg0 interface{}) *gomock.Call
GetEnvironment indicates an expected call of GetEnvironment
func (*MockAppConfigAPIMockRecorder) GetEnvironmentRequest ¶
func (mr *MockAppConfigAPIMockRecorder) GetEnvironmentRequest(arg0 interface{}) *gomock.Call
GetEnvironmentRequest indicates an expected call of GetEnvironmentRequest
func (*MockAppConfigAPIMockRecorder) GetEnvironmentWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) GetEnvironmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetEnvironmentWithContext indicates an expected call of GetEnvironmentWithContext
func (*MockAppConfigAPIMockRecorder) GetHostedConfigurationVersion ¶
func (mr *MockAppConfigAPIMockRecorder) GetHostedConfigurationVersion(arg0 interface{}) *gomock.Call
GetHostedConfigurationVersion indicates an expected call of GetHostedConfigurationVersion
func (*MockAppConfigAPIMockRecorder) GetHostedConfigurationVersionRequest ¶
func (mr *MockAppConfigAPIMockRecorder) GetHostedConfigurationVersionRequest(arg0 interface{}) *gomock.Call
GetHostedConfigurationVersionRequest indicates an expected call of GetHostedConfigurationVersionRequest
func (*MockAppConfigAPIMockRecorder) GetHostedConfigurationVersionWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) GetHostedConfigurationVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetHostedConfigurationVersionWithContext indicates an expected call of GetHostedConfigurationVersionWithContext
func (*MockAppConfigAPIMockRecorder) ListApplications ¶
func (mr *MockAppConfigAPIMockRecorder) ListApplications(arg0 interface{}) *gomock.Call
ListApplications indicates an expected call of ListApplications
func (*MockAppConfigAPIMockRecorder) ListApplicationsPages ¶
func (mr *MockAppConfigAPIMockRecorder) ListApplicationsPages(arg0, arg1 interface{}) *gomock.Call
ListApplicationsPages indicates an expected call of ListApplicationsPages
func (*MockAppConfigAPIMockRecorder) ListApplicationsPagesWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) ListApplicationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListApplicationsPagesWithContext indicates an expected call of ListApplicationsPagesWithContext
func (*MockAppConfigAPIMockRecorder) ListApplicationsRequest ¶
func (mr *MockAppConfigAPIMockRecorder) ListApplicationsRequest(arg0 interface{}) *gomock.Call
ListApplicationsRequest indicates an expected call of ListApplicationsRequest
func (*MockAppConfigAPIMockRecorder) ListApplicationsWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) ListApplicationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListApplicationsWithContext indicates an expected call of ListApplicationsWithContext
func (*MockAppConfigAPIMockRecorder) ListConfigurationProfiles ¶
func (mr *MockAppConfigAPIMockRecorder) ListConfigurationProfiles(arg0 interface{}) *gomock.Call
ListConfigurationProfiles indicates an expected call of ListConfigurationProfiles
func (*MockAppConfigAPIMockRecorder) ListConfigurationProfilesPages ¶
func (mr *MockAppConfigAPIMockRecorder) ListConfigurationProfilesPages(arg0, arg1 interface{}) *gomock.Call
ListConfigurationProfilesPages indicates an expected call of ListConfigurationProfilesPages
func (*MockAppConfigAPIMockRecorder) ListConfigurationProfilesPagesWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) ListConfigurationProfilesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListConfigurationProfilesPagesWithContext indicates an expected call of ListConfigurationProfilesPagesWithContext
func (*MockAppConfigAPIMockRecorder) ListConfigurationProfilesRequest ¶
func (mr *MockAppConfigAPIMockRecorder) ListConfigurationProfilesRequest(arg0 interface{}) *gomock.Call
ListConfigurationProfilesRequest indicates an expected call of ListConfigurationProfilesRequest
func (*MockAppConfigAPIMockRecorder) ListConfigurationProfilesWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) ListConfigurationProfilesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListConfigurationProfilesWithContext indicates an expected call of ListConfigurationProfilesWithContext
func (*MockAppConfigAPIMockRecorder) ListDeploymentStrategies ¶
func (mr *MockAppConfigAPIMockRecorder) ListDeploymentStrategies(arg0 interface{}) *gomock.Call
ListDeploymentStrategies indicates an expected call of ListDeploymentStrategies
func (*MockAppConfigAPIMockRecorder) ListDeploymentStrategiesPages ¶
func (mr *MockAppConfigAPIMockRecorder) ListDeploymentStrategiesPages(arg0, arg1 interface{}) *gomock.Call
ListDeploymentStrategiesPages indicates an expected call of ListDeploymentStrategiesPages
func (*MockAppConfigAPIMockRecorder) ListDeploymentStrategiesPagesWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) ListDeploymentStrategiesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListDeploymentStrategiesPagesWithContext indicates an expected call of ListDeploymentStrategiesPagesWithContext
func (*MockAppConfigAPIMockRecorder) ListDeploymentStrategiesRequest ¶
func (mr *MockAppConfigAPIMockRecorder) ListDeploymentStrategiesRequest(arg0 interface{}) *gomock.Call
ListDeploymentStrategiesRequest indicates an expected call of ListDeploymentStrategiesRequest
func (*MockAppConfigAPIMockRecorder) ListDeploymentStrategiesWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) ListDeploymentStrategiesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListDeploymentStrategiesWithContext indicates an expected call of ListDeploymentStrategiesWithContext
func (*MockAppConfigAPIMockRecorder) ListDeployments ¶
func (mr *MockAppConfigAPIMockRecorder) ListDeployments(arg0 interface{}) *gomock.Call
ListDeployments indicates an expected call of ListDeployments
func (*MockAppConfigAPIMockRecorder) ListDeploymentsPages ¶
func (mr *MockAppConfigAPIMockRecorder) ListDeploymentsPages(arg0, arg1 interface{}) *gomock.Call
ListDeploymentsPages indicates an expected call of ListDeploymentsPages
func (*MockAppConfigAPIMockRecorder) ListDeploymentsPagesWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) ListDeploymentsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListDeploymentsPagesWithContext indicates an expected call of ListDeploymentsPagesWithContext
func (*MockAppConfigAPIMockRecorder) ListDeploymentsRequest ¶
func (mr *MockAppConfigAPIMockRecorder) ListDeploymentsRequest(arg0 interface{}) *gomock.Call
ListDeploymentsRequest indicates an expected call of ListDeploymentsRequest
func (*MockAppConfigAPIMockRecorder) ListDeploymentsWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) ListDeploymentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListDeploymentsWithContext indicates an expected call of ListDeploymentsWithContext
func (*MockAppConfigAPIMockRecorder) ListEnvironments ¶
func (mr *MockAppConfigAPIMockRecorder) ListEnvironments(arg0 interface{}) *gomock.Call
ListEnvironments indicates an expected call of ListEnvironments
func (*MockAppConfigAPIMockRecorder) ListEnvironmentsPages ¶
func (mr *MockAppConfigAPIMockRecorder) ListEnvironmentsPages(arg0, arg1 interface{}) *gomock.Call
ListEnvironmentsPages indicates an expected call of ListEnvironmentsPages
func (*MockAppConfigAPIMockRecorder) ListEnvironmentsPagesWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) ListEnvironmentsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListEnvironmentsPagesWithContext indicates an expected call of ListEnvironmentsPagesWithContext
func (*MockAppConfigAPIMockRecorder) ListEnvironmentsRequest ¶
func (mr *MockAppConfigAPIMockRecorder) ListEnvironmentsRequest(arg0 interface{}) *gomock.Call
ListEnvironmentsRequest indicates an expected call of ListEnvironmentsRequest
func (*MockAppConfigAPIMockRecorder) ListEnvironmentsWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) ListEnvironmentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListEnvironmentsWithContext indicates an expected call of ListEnvironmentsWithContext
func (*MockAppConfigAPIMockRecorder) ListHostedConfigurationVersions ¶
func (mr *MockAppConfigAPIMockRecorder) ListHostedConfigurationVersions(arg0 interface{}) *gomock.Call
ListHostedConfigurationVersions indicates an expected call of ListHostedConfigurationVersions
func (*MockAppConfigAPIMockRecorder) ListHostedConfigurationVersionsPages ¶
func (mr *MockAppConfigAPIMockRecorder) ListHostedConfigurationVersionsPages(arg0, arg1 interface{}) *gomock.Call
ListHostedConfigurationVersionsPages indicates an expected call of ListHostedConfigurationVersionsPages
func (*MockAppConfigAPIMockRecorder) ListHostedConfigurationVersionsPagesWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) ListHostedConfigurationVersionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListHostedConfigurationVersionsPagesWithContext indicates an expected call of ListHostedConfigurationVersionsPagesWithContext
func (*MockAppConfigAPIMockRecorder) ListHostedConfigurationVersionsRequest ¶
func (mr *MockAppConfigAPIMockRecorder) ListHostedConfigurationVersionsRequest(arg0 interface{}) *gomock.Call
ListHostedConfigurationVersionsRequest indicates an expected call of ListHostedConfigurationVersionsRequest
func (*MockAppConfigAPIMockRecorder) ListHostedConfigurationVersionsWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) ListHostedConfigurationVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListHostedConfigurationVersionsWithContext indicates an expected call of ListHostedConfigurationVersionsWithContext
func (*MockAppConfigAPIMockRecorder) ListTagsForResource ¶
func (mr *MockAppConfigAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
ListTagsForResource indicates an expected call of ListTagsForResource
func (*MockAppConfigAPIMockRecorder) ListTagsForResourceRequest ¶
func (mr *MockAppConfigAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest
func (*MockAppConfigAPIMockRecorder) ListTagsForResourceWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext
func (*MockAppConfigAPIMockRecorder) StartDeployment ¶
func (mr *MockAppConfigAPIMockRecorder) StartDeployment(arg0 interface{}) *gomock.Call
StartDeployment indicates an expected call of StartDeployment
func (*MockAppConfigAPIMockRecorder) StartDeploymentRequest ¶
func (mr *MockAppConfigAPIMockRecorder) StartDeploymentRequest(arg0 interface{}) *gomock.Call
StartDeploymentRequest indicates an expected call of StartDeploymentRequest
func (*MockAppConfigAPIMockRecorder) StartDeploymentWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) StartDeploymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartDeploymentWithContext indicates an expected call of StartDeploymentWithContext
func (*MockAppConfigAPIMockRecorder) StopDeployment ¶
func (mr *MockAppConfigAPIMockRecorder) StopDeployment(arg0 interface{}) *gomock.Call
StopDeployment indicates an expected call of StopDeployment
func (*MockAppConfigAPIMockRecorder) StopDeploymentRequest ¶
func (mr *MockAppConfigAPIMockRecorder) StopDeploymentRequest(arg0 interface{}) *gomock.Call
StopDeploymentRequest indicates an expected call of StopDeploymentRequest
func (*MockAppConfigAPIMockRecorder) StopDeploymentWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) StopDeploymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StopDeploymentWithContext indicates an expected call of StopDeploymentWithContext
func (*MockAppConfigAPIMockRecorder) TagResource ¶
func (mr *MockAppConfigAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
TagResource indicates an expected call of TagResource
func (*MockAppConfigAPIMockRecorder) TagResourceRequest ¶
func (mr *MockAppConfigAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
TagResourceRequest indicates an expected call of TagResourceRequest
func (*MockAppConfigAPIMockRecorder) TagResourceWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TagResourceWithContext indicates an expected call of TagResourceWithContext
func (*MockAppConfigAPIMockRecorder) UntagResource ¶
func (mr *MockAppConfigAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
UntagResource indicates an expected call of UntagResource
func (*MockAppConfigAPIMockRecorder) UntagResourceRequest ¶
func (mr *MockAppConfigAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
UntagResourceRequest indicates an expected call of UntagResourceRequest
func (*MockAppConfigAPIMockRecorder) UntagResourceWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UntagResourceWithContext indicates an expected call of UntagResourceWithContext
func (*MockAppConfigAPIMockRecorder) UpdateApplication ¶
func (mr *MockAppConfigAPIMockRecorder) UpdateApplication(arg0 interface{}) *gomock.Call
UpdateApplication indicates an expected call of UpdateApplication
func (*MockAppConfigAPIMockRecorder) UpdateApplicationRequest ¶
func (mr *MockAppConfigAPIMockRecorder) UpdateApplicationRequest(arg0 interface{}) *gomock.Call
UpdateApplicationRequest indicates an expected call of UpdateApplicationRequest
func (*MockAppConfigAPIMockRecorder) UpdateApplicationWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) UpdateApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateApplicationWithContext indicates an expected call of UpdateApplicationWithContext
func (*MockAppConfigAPIMockRecorder) UpdateConfigurationProfile ¶
func (mr *MockAppConfigAPIMockRecorder) UpdateConfigurationProfile(arg0 interface{}) *gomock.Call
UpdateConfigurationProfile indicates an expected call of UpdateConfigurationProfile
func (*MockAppConfigAPIMockRecorder) UpdateConfigurationProfileRequest ¶
func (mr *MockAppConfigAPIMockRecorder) UpdateConfigurationProfileRequest(arg0 interface{}) *gomock.Call
UpdateConfigurationProfileRequest indicates an expected call of UpdateConfigurationProfileRequest
func (*MockAppConfigAPIMockRecorder) UpdateConfigurationProfileWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) UpdateConfigurationProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateConfigurationProfileWithContext indicates an expected call of UpdateConfigurationProfileWithContext
func (*MockAppConfigAPIMockRecorder) UpdateDeploymentStrategy ¶
func (mr *MockAppConfigAPIMockRecorder) UpdateDeploymentStrategy(arg0 interface{}) *gomock.Call
UpdateDeploymentStrategy indicates an expected call of UpdateDeploymentStrategy
func (*MockAppConfigAPIMockRecorder) UpdateDeploymentStrategyRequest ¶
func (mr *MockAppConfigAPIMockRecorder) UpdateDeploymentStrategyRequest(arg0 interface{}) *gomock.Call
UpdateDeploymentStrategyRequest indicates an expected call of UpdateDeploymentStrategyRequest
func (*MockAppConfigAPIMockRecorder) UpdateDeploymentStrategyWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) UpdateDeploymentStrategyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateDeploymentStrategyWithContext indicates an expected call of UpdateDeploymentStrategyWithContext
func (*MockAppConfigAPIMockRecorder) UpdateEnvironment ¶
func (mr *MockAppConfigAPIMockRecorder) UpdateEnvironment(arg0 interface{}) *gomock.Call
UpdateEnvironment indicates an expected call of UpdateEnvironment
func (*MockAppConfigAPIMockRecorder) UpdateEnvironmentRequest ¶
func (mr *MockAppConfigAPIMockRecorder) UpdateEnvironmentRequest(arg0 interface{}) *gomock.Call
UpdateEnvironmentRequest indicates an expected call of UpdateEnvironmentRequest
func (*MockAppConfigAPIMockRecorder) UpdateEnvironmentWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) UpdateEnvironmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateEnvironmentWithContext indicates an expected call of UpdateEnvironmentWithContext
func (*MockAppConfigAPIMockRecorder) ValidateConfiguration ¶
func (mr *MockAppConfigAPIMockRecorder) ValidateConfiguration(arg0 interface{}) *gomock.Call
ValidateConfiguration indicates an expected call of ValidateConfiguration
func (*MockAppConfigAPIMockRecorder) ValidateConfigurationRequest ¶
func (mr *MockAppConfigAPIMockRecorder) ValidateConfigurationRequest(arg0 interface{}) *gomock.Call
ValidateConfigurationRequest indicates an expected call of ValidateConfigurationRequest
func (*MockAppConfigAPIMockRecorder) ValidateConfigurationWithContext ¶
func (mr *MockAppConfigAPIMockRecorder) ValidateConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ValidateConfigurationWithContext indicates an expected call of ValidateConfigurationWithContext