Documentation ¶
Overview ¶
Package schemasmock is a generated GoMock package.
Index ¶
- type MockSchemasAPI
- func (m *MockSchemasAPI) CreateDiscoverer(arg0 *schemas.CreateDiscovererInput) (*schemas.CreateDiscovererOutput, error)
- func (m *MockSchemasAPI) CreateDiscovererRequest(arg0 *schemas.CreateDiscovererInput) (*request.Request, *schemas.CreateDiscovererOutput)
- func (m *MockSchemasAPI) CreateDiscovererWithContext(arg0 context.Context, arg1 *schemas.CreateDiscovererInput, ...) (*schemas.CreateDiscovererOutput, error)
- func (m *MockSchemasAPI) CreateRegistry(arg0 *schemas.CreateRegistryInput) (*schemas.CreateRegistryOutput, error)
- func (m *MockSchemasAPI) CreateRegistryRequest(arg0 *schemas.CreateRegistryInput) (*request.Request, *schemas.CreateRegistryOutput)
- func (m *MockSchemasAPI) CreateRegistryWithContext(arg0 context.Context, arg1 *schemas.CreateRegistryInput, ...) (*schemas.CreateRegistryOutput, error)
- func (m *MockSchemasAPI) CreateSchema(arg0 *schemas.CreateSchemaInput) (*schemas.CreateSchemaOutput, error)
- func (m *MockSchemasAPI) CreateSchemaRequest(arg0 *schemas.CreateSchemaInput) (*request.Request, *schemas.CreateSchemaOutput)
- func (m *MockSchemasAPI) CreateSchemaWithContext(arg0 context.Context, arg1 *schemas.CreateSchemaInput, arg2 ...request.Option) (*schemas.CreateSchemaOutput, error)
- func (m *MockSchemasAPI) DeleteDiscoverer(arg0 *schemas.DeleteDiscovererInput) (*schemas.DeleteDiscovererOutput, error)
- func (m *MockSchemasAPI) DeleteDiscovererRequest(arg0 *schemas.DeleteDiscovererInput) (*request.Request, *schemas.DeleteDiscovererOutput)
- func (m *MockSchemasAPI) DeleteDiscovererWithContext(arg0 context.Context, arg1 *schemas.DeleteDiscovererInput, ...) (*schemas.DeleteDiscovererOutput, error)
- func (m *MockSchemasAPI) DeleteRegistry(arg0 *schemas.DeleteRegistryInput) (*schemas.DeleteRegistryOutput, error)
- func (m *MockSchemasAPI) DeleteRegistryRequest(arg0 *schemas.DeleteRegistryInput) (*request.Request, *schemas.DeleteRegistryOutput)
- func (m *MockSchemasAPI) DeleteRegistryWithContext(arg0 context.Context, arg1 *schemas.DeleteRegistryInput, ...) (*schemas.DeleteRegistryOutput, error)
- func (m *MockSchemasAPI) DeleteSchema(arg0 *schemas.DeleteSchemaInput) (*schemas.DeleteSchemaOutput, error)
- func (m *MockSchemasAPI) DeleteSchemaRequest(arg0 *schemas.DeleteSchemaInput) (*request.Request, *schemas.DeleteSchemaOutput)
- func (m *MockSchemasAPI) DeleteSchemaVersion(arg0 *schemas.DeleteSchemaVersionInput) (*schemas.DeleteSchemaVersionOutput, error)
- func (m *MockSchemasAPI) DeleteSchemaVersionRequest(arg0 *schemas.DeleteSchemaVersionInput) (*request.Request, *schemas.DeleteSchemaVersionOutput)
- func (m *MockSchemasAPI) DeleteSchemaVersionWithContext(arg0 context.Context, arg1 *schemas.DeleteSchemaVersionInput, ...) (*schemas.DeleteSchemaVersionOutput, error)
- func (m *MockSchemasAPI) DeleteSchemaWithContext(arg0 context.Context, arg1 *schemas.DeleteSchemaInput, arg2 ...request.Option) (*schemas.DeleteSchemaOutput, error)
- func (m *MockSchemasAPI) DescribeCodeBinding(arg0 *schemas.DescribeCodeBindingInput) (*schemas.DescribeCodeBindingOutput, error)
- func (m *MockSchemasAPI) DescribeCodeBindingRequest(arg0 *schemas.DescribeCodeBindingInput) (*request.Request, *schemas.DescribeCodeBindingOutput)
- func (m *MockSchemasAPI) DescribeCodeBindingWithContext(arg0 context.Context, arg1 *schemas.DescribeCodeBindingInput, ...) (*schemas.DescribeCodeBindingOutput, error)
- func (m *MockSchemasAPI) DescribeDiscoverer(arg0 *schemas.DescribeDiscovererInput) (*schemas.DescribeDiscovererOutput, error)
- func (m *MockSchemasAPI) DescribeDiscovererRequest(arg0 *schemas.DescribeDiscovererInput) (*request.Request, *schemas.DescribeDiscovererOutput)
- func (m *MockSchemasAPI) DescribeDiscovererWithContext(arg0 context.Context, arg1 *schemas.DescribeDiscovererInput, ...) (*schemas.DescribeDiscovererOutput, error)
- func (m *MockSchemasAPI) DescribeRegistry(arg0 *schemas.DescribeRegistryInput) (*schemas.DescribeRegistryOutput, error)
- func (m *MockSchemasAPI) DescribeRegistryRequest(arg0 *schemas.DescribeRegistryInput) (*request.Request, *schemas.DescribeRegistryOutput)
- func (m *MockSchemasAPI) DescribeRegistryWithContext(arg0 context.Context, arg1 *schemas.DescribeRegistryInput, ...) (*schemas.DescribeRegistryOutput, error)
- func (m *MockSchemasAPI) DescribeSchema(arg0 *schemas.DescribeSchemaInput) (*schemas.DescribeSchemaOutput, error)
- func (m *MockSchemasAPI) DescribeSchemaRequest(arg0 *schemas.DescribeSchemaInput) (*request.Request, *schemas.DescribeSchemaOutput)
- func (m *MockSchemasAPI) DescribeSchemaWithContext(arg0 context.Context, arg1 *schemas.DescribeSchemaInput, ...) (*schemas.DescribeSchemaOutput, error)
- func (m *MockSchemasAPI) EXPECT() *MockSchemasAPIMockRecorder
- func (m *MockSchemasAPI) GetCodeBindingSource(arg0 *schemas.GetCodeBindingSourceInput) (*schemas.GetCodeBindingSourceOutput, error)
- func (m *MockSchemasAPI) GetCodeBindingSourceRequest(arg0 *schemas.GetCodeBindingSourceInput) (*request.Request, *schemas.GetCodeBindingSourceOutput)
- func (m *MockSchemasAPI) GetCodeBindingSourceWithContext(arg0 context.Context, arg1 *schemas.GetCodeBindingSourceInput, ...) (*schemas.GetCodeBindingSourceOutput, error)
- func (m *MockSchemasAPI) GetDiscoveredSchema(arg0 *schemas.GetDiscoveredSchemaInput) (*schemas.GetDiscoveredSchemaOutput, error)
- func (m *MockSchemasAPI) GetDiscoveredSchemaRequest(arg0 *schemas.GetDiscoveredSchemaInput) (*request.Request, *schemas.GetDiscoveredSchemaOutput)
- func (m *MockSchemasAPI) GetDiscoveredSchemaWithContext(arg0 context.Context, arg1 *schemas.GetDiscoveredSchemaInput, ...) (*schemas.GetDiscoveredSchemaOutput, error)
- func (m *MockSchemasAPI) ListDiscoverers(arg0 *schemas.ListDiscoverersInput) (*schemas.ListDiscoverersOutput, error)
- func (m *MockSchemasAPI) ListDiscoverersPages(arg0 *schemas.ListDiscoverersInput, ...) error
- func (m *MockSchemasAPI) ListDiscoverersPagesWithContext(arg0 context.Context, arg1 *schemas.ListDiscoverersInput, ...) error
- func (m *MockSchemasAPI) ListDiscoverersRequest(arg0 *schemas.ListDiscoverersInput) (*request.Request, *schemas.ListDiscoverersOutput)
- func (m *MockSchemasAPI) ListDiscoverersWithContext(arg0 context.Context, arg1 *schemas.ListDiscoverersInput, ...) (*schemas.ListDiscoverersOutput, error)
- func (m *MockSchemasAPI) ListRegistries(arg0 *schemas.ListRegistriesInput) (*schemas.ListRegistriesOutput, error)
- func (m *MockSchemasAPI) ListRegistriesPages(arg0 *schemas.ListRegistriesInput, ...) error
- func (m *MockSchemasAPI) ListRegistriesPagesWithContext(arg0 context.Context, arg1 *schemas.ListRegistriesInput, ...) error
- func (m *MockSchemasAPI) ListRegistriesRequest(arg0 *schemas.ListRegistriesInput) (*request.Request, *schemas.ListRegistriesOutput)
- func (m *MockSchemasAPI) ListRegistriesWithContext(arg0 context.Context, arg1 *schemas.ListRegistriesInput, ...) (*schemas.ListRegistriesOutput, error)
- func (m *MockSchemasAPI) ListSchemaVersions(arg0 *schemas.ListSchemaVersionsInput) (*schemas.ListSchemaVersionsOutput, error)
- func (m *MockSchemasAPI) ListSchemaVersionsPages(arg0 *schemas.ListSchemaVersionsInput, ...) error
- func (m *MockSchemasAPI) ListSchemaVersionsPagesWithContext(arg0 context.Context, arg1 *schemas.ListSchemaVersionsInput, ...) error
- func (m *MockSchemasAPI) ListSchemaVersionsRequest(arg0 *schemas.ListSchemaVersionsInput) (*request.Request, *schemas.ListSchemaVersionsOutput)
- func (m *MockSchemasAPI) ListSchemaVersionsWithContext(arg0 context.Context, arg1 *schemas.ListSchemaVersionsInput, ...) (*schemas.ListSchemaVersionsOutput, error)
- func (m *MockSchemasAPI) ListSchemas(arg0 *schemas.ListSchemasInput) (*schemas.ListSchemasOutput, error)
- func (m *MockSchemasAPI) ListSchemasPages(arg0 *schemas.ListSchemasInput, ...) error
- func (m *MockSchemasAPI) ListSchemasPagesWithContext(arg0 context.Context, arg1 *schemas.ListSchemasInput, ...) error
- func (m *MockSchemasAPI) ListSchemasRequest(arg0 *schemas.ListSchemasInput) (*request.Request, *schemas.ListSchemasOutput)
- func (m *MockSchemasAPI) ListSchemasWithContext(arg0 context.Context, arg1 *schemas.ListSchemasInput, arg2 ...request.Option) (*schemas.ListSchemasOutput, error)
- func (m *MockSchemasAPI) ListTagsForResource(arg0 *schemas.ListTagsForResourceInput) (*schemas.ListTagsForResourceOutput, error)
- func (m *MockSchemasAPI) ListTagsForResourceRequest(arg0 *schemas.ListTagsForResourceInput) (*request.Request, *schemas.ListTagsForResourceOutput)
- func (m *MockSchemasAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *schemas.ListTagsForResourceInput, ...) (*schemas.ListTagsForResourceOutput, error)
- func (m *MockSchemasAPI) LockServiceLinkedRole(arg0 *schemas.LockServiceLinkedRoleInput) (*schemas.LockServiceLinkedRoleOutput, error)
- func (m *MockSchemasAPI) LockServiceLinkedRoleRequest(arg0 *schemas.LockServiceLinkedRoleInput) (*request.Request, *schemas.LockServiceLinkedRoleOutput)
- func (m *MockSchemasAPI) LockServiceLinkedRoleWithContext(arg0 context.Context, arg1 *schemas.LockServiceLinkedRoleInput, ...) (*schemas.LockServiceLinkedRoleOutput, error)
- func (m *MockSchemasAPI) PutCodeBinding(arg0 *schemas.PutCodeBindingInput) (*schemas.PutCodeBindingOutput, error)
- func (m *MockSchemasAPI) PutCodeBindingRequest(arg0 *schemas.PutCodeBindingInput) (*request.Request, *schemas.PutCodeBindingOutput)
- func (m *MockSchemasAPI) PutCodeBindingWithContext(arg0 context.Context, arg1 *schemas.PutCodeBindingInput, ...) (*schemas.PutCodeBindingOutput, error)
- func (m *MockSchemasAPI) SearchSchemas(arg0 *schemas.SearchSchemasInput) (*schemas.SearchSchemasOutput, error)
- func (m *MockSchemasAPI) SearchSchemasPages(arg0 *schemas.SearchSchemasInput, ...) error
- func (m *MockSchemasAPI) SearchSchemasPagesWithContext(arg0 context.Context, arg1 *schemas.SearchSchemasInput, ...) error
- func (m *MockSchemasAPI) SearchSchemasRequest(arg0 *schemas.SearchSchemasInput) (*request.Request, *schemas.SearchSchemasOutput)
- func (m *MockSchemasAPI) SearchSchemasWithContext(arg0 context.Context, arg1 *schemas.SearchSchemasInput, arg2 ...request.Option) (*schemas.SearchSchemasOutput, error)
- func (m *MockSchemasAPI) StartDiscoverer(arg0 *schemas.StartDiscovererInput) (*schemas.StartDiscovererOutput, error)
- func (m *MockSchemasAPI) StartDiscovererRequest(arg0 *schemas.StartDiscovererInput) (*request.Request, *schemas.StartDiscovererOutput)
- func (m *MockSchemasAPI) StartDiscovererWithContext(arg0 context.Context, arg1 *schemas.StartDiscovererInput, ...) (*schemas.StartDiscovererOutput, error)
- func (m *MockSchemasAPI) StopDiscoverer(arg0 *schemas.StopDiscovererInput) (*schemas.StopDiscovererOutput, error)
- func (m *MockSchemasAPI) StopDiscovererRequest(arg0 *schemas.StopDiscovererInput) (*request.Request, *schemas.StopDiscovererOutput)
- func (m *MockSchemasAPI) StopDiscovererWithContext(arg0 context.Context, arg1 *schemas.StopDiscovererInput, ...) (*schemas.StopDiscovererOutput, error)
- func (m *MockSchemasAPI) TagResource(arg0 *schemas.TagResourceInput) (*schemas.TagResourceOutput, error)
- func (m *MockSchemasAPI) TagResourceRequest(arg0 *schemas.TagResourceInput) (*request.Request, *schemas.TagResourceOutput)
- func (m *MockSchemasAPI) TagResourceWithContext(arg0 context.Context, arg1 *schemas.TagResourceInput, arg2 ...request.Option) (*schemas.TagResourceOutput, error)
- func (m *MockSchemasAPI) UnlockServiceLinkedRole(arg0 *schemas.UnlockServiceLinkedRoleInput) (*schemas.UnlockServiceLinkedRoleOutput, error)
- func (m *MockSchemasAPI) UnlockServiceLinkedRoleRequest(arg0 *schemas.UnlockServiceLinkedRoleInput) (*request.Request, *schemas.UnlockServiceLinkedRoleOutput)
- func (m *MockSchemasAPI) UnlockServiceLinkedRoleWithContext(arg0 context.Context, arg1 *schemas.UnlockServiceLinkedRoleInput, ...) (*schemas.UnlockServiceLinkedRoleOutput, error)
- func (m *MockSchemasAPI) UntagResource(arg0 *schemas.UntagResourceInput) (*schemas.UntagResourceOutput, error)
- func (m *MockSchemasAPI) UntagResourceRequest(arg0 *schemas.UntagResourceInput) (*request.Request, *schemas.UntagResourceOutput)
- func (m *MockSchemasAPI) UntagResourceWithContext(arg0 context.Context, arg1 *schemas.UntagResourceInput, arg2 ...request.Option) (*schemas.UntagResourceOutput, error)
- func (m *MockSchemasAPI) UpdateDiscoverer(arg0 *schemas.UpdateDiscovererInput) (*schemas.UpdateDiscovererOutput, error)
- func (m *MockSchemasAPI) UpdateDiscovererRequest(arg0 *schemas.UpdateDiscovererInput) (*request.Request, *schemas.UpdateDiscovererOutput)
- func (m *MockSchemasAPI) UpdateDiscovererWithContext(arg0 context.Context, arg1 *schemas.UpdateDiscovererInput, ...) (*schemas.UpdateDiscovererOutput, error)
- func (m *MockSchemasAPI) UpdateRegistry(arg0 *schemas.UpdateRegistryInput) (*schemas.UpdateRegistryOutput, error)
- func (m *MockSchemasAPI) UpdateRegistryRequest(arg0 *schemas.UpdateRegistryInput) (*request.Request, *schemas.UpdateRegistryOutput)
- func (m *MockSchemasAPI) UpdateRegistryWithContext(arg0 context.Context, arg1 *schemas.UpdateRegistryInput, ...) (*schemas.UpdateRegistryOutput, error)
- func (m *MockSchemasAPI) UpdateSchema(arg0 *schemas.UpdateSchemaInput) (*schemas.UpdateSchemaOutput, error)
- func (m *MockSchemasAPI) UpdateSchemaRequest(arg0 *schemas.UpdateSchemaInput) (*request.Request, *schemas.UpdateSchemaOutput)
- func (m *MockSchemasAPI) UpdateSchemaWithContext(arg0 context.Context, arg1 *schemas.UpdateSchemaInput, arg2 ...request.Option) (*schemas.UpdateSchemaOutput, error)
- func (m *MockSchemasAPI) WaitUntilCodeBindingExists(arg0 *schemas.DescribeCodeBindingInput) error
- func (m *MockSchemasAPI) WaitUntilCodeBindingExistsWithContext(arg0 context.Context, arg1 *schemas.DescribeCodeBindingInput, ...) error
- type MockSchemasAPIMockRecorder
- func (mr *MockSchemasAPIMockRecorder) CreateDiscoverer(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) CreateDiscovererRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) CreateDiscovererWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) CreateRegistry(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) CreateRegistryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) CreateRegistryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) CreateSchema(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) CreateSchemaRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) CreateSchemaWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DeleteDiscoverer(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DeleteDiscovererRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DeleteDiscovererWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DeleteRegistry(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DeleteRegistryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DeleteRegistryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DeleteSchema(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DeleteSchemaRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DeleteSchemaVersion(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DeleteSchemaVersionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DeleteSchemaVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DeleteSchemaWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DescribeCodeBinding(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DescribeCodeBindingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DescribeCodeBindingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DescribeDiscoverer(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DescribeDiscovererRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DescribeDiscovererWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DescribeRegistry(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DescribeRegistryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DescribeRegistryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DescribeSchema(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DescribeSchemaRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) DescribeSchemaWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) GetCodeBindingSource(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) GetCodeBindingSourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) GetCodeBindingSourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) GetDiscoveredSchema(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) GetDiscoveredSchemaRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) GetDiscoveredSchemaWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListDiscoverers(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListDiscoverersPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListDiscoverersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListDiscoverersRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListDiscoverersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListRegistries(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListRegistriesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListRegistriesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListRegistriesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListRegistriesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListSchemaVersions(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListSchemaVersionsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListSchemaVersionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListSchemaVersionsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListSchemaVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListSchemas(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListSchemasPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListSchemasPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListSchemasRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListSchemasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) LockServiceLinkedRole(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) LockServiceLinkedRoleRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) LockServiceLinkedRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) PutCodeBinding(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) PutCodeBindingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) PutCodeBindingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) SearchSchemas(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) SearchSchemasPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) SearchSchemasPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) SearchSchemasRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) SearchSchemasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) StartDiscoverer(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) StartDiscovererRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) StartDiscovererWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) StopDiscoverer(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) StopDiscovererRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) StopDiscovererWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) UnlockServiceLinkedRole(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) UnlockServiceLinkedRoleRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) UnlockServiceLinkedRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) UpdateDiscoverer(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) UpdateDiscovererRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) UpdateDiscovererWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) UpdateRegistry(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) UpdateRegistryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) UpdateRegistryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) UpdateSchema(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) UpdateSchemaRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) UpdateSchemaWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) WaitUntilCodeBindingExists(arg0 interface{}) *gomock.Call
- func (mr *MockSchemasAPIMockRecorder) WaitUntilCodeBindingExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSchemasAPI ¶
type MockSchemasAPI struct {
// contains filtered or unexported fields
}
MockSchemasAPI is a mock of SchemasAPI interface
func NewMockSchemasAPI ¶
func NewMockSchemasAPI(ctrl *gomock.Controller) *MockSchemasAPI
NewMockSchemasAPI creates a new mock instance
func (*MockSchemasAPI) CreateDiscoverer ¶
func (m *MockSchemasAPI) CreateDiscoverer(arg0 *schemas.CreateDiscovererInput) (*schemas.CreateDiscovererOutput, error)
CreateDiscoverer mocks base method
func (*MockSchemasAPI) CreateDiscovererRequest ¶
func (m *MockSchemasAPI) CreateDiscovererRequest(arg0 *schemas.CreateDiscovererInput) (*request.Request, *schemas.CreateDiscovererOutput)
CreateDiscovererRequest mocks base method
func (*MockSchemasAPI) CreateDiscovererWithContext ¶
func (m *MockSchemasAPI) CreateDiscovererWithContext(arg0 context.Context, arg1 *schemas.CreateDiscovererInput, arg2 ...request.Option) (*schemas.CreateDiscovererOutput, error)
CreateDiscovererWithContext mocks base method
func (*MockSchemasAPI) CreateRegistry ¶
func (m *MockSchemasAPI) CreateRegistry(arg0 *schemas.CreateRegistryInput) (*schemas.CreateRegistryOutput, error)
CreateRegistry mocks base method
func (*MockSchemasAPI) CreateRegistryRequest ¶
func (m *MockSchemasAPI) CreateRegistryRequest(arg0 *schemas.CreateRegistryInput) (*request.Request, *schemas.CreateRegistryOutput)
CreateRegistryRequest mocks base method
func (*MockSchemasAPI) CreateRegistryWithContext ¶
func (m *MockSchemasAPI) CreateRegistryWithContext(arg0 context.Context, arg1 *schemas.CreateRegistryInput, arg2 ...request.Option) (*schemas.CreateRegistryOutput, error)
CreateRegistryWithContext mocks base method
func (*MockSchemasAPI) CreateSchema ¶
func (m *MockSchemasAPI) CreateSchema(arg0 *schemas.CreateSchemaInput) (*schemas.CreateSchemaOutput, error)
CreateSchema mocks base method
func (*MockSchemasAPI) CreateSchemaRequest ¶
func (m *MockSchemasAPI) CreateSchemaRequest(arg0 *schemas.CreateSchemaInput) (*request.Request, *schemas.CreateSchemaOutput)
CreateSchemaRequest mocks base method
func (*MockSchemasAPI) CreateSchemaWithContext ¶
func (m *MockSchemasAPI) CreateSchemaWithContext(arg0 context.Context, arg1 *schemas.CreateSchemaInput, arg2 ...request.Option) (*schemas.CreateSchemaOutput, error)
CreateSchemaWithContext mocks base method
func (*MockSchemasAPI) DeleteDiscoverer ¶
func (m *MockSchemasAPI) DeleteDiscoverer(arg0 *schemas.DeleteDiscovererInput) (*schemas.DeleteDiscovererOutput, error)
DeleteDiscoverer mocks base method
func (*MockSchemasAPI) DeleteDiscovererRequest ¶
func (m *MockSchemasAPI) DeleteDiscovererRequest(arg0 *schemas.DeleteDiscovererInput) (*request.Request, *schemas.DeleteDiscovererOutput)
DeleteDiscovererRequest mocks base method
func (*MockSchemasAPI) DeleteDiscovererWithContext ¶
func (m *MockSchemasAPI) DeleteDiscovererWithContext(arg0 context.Context, arg1 *schemas.DeleteDiscovererInput, arg2 ...request.Option) (*schemas.DeleteDiscovererOutput, error)
DeleteDiscovererWithContext mocks base method
func (*MockSchemasAPI) DeleteRegistry ¶
func (m *MockSchemasAPI) DeleteRegistry(arg0 *schemas.DeleteRegistryInput) (*schemas.DeleteRegistryOutput, error)
DeleteRegistry mocks base method
func (*MockSchemasAPI) DeleteRegistryRequest ¶
func (m *MockSchemasAPI) DeleteRegistryRequest(arg0 *schemas.DeleteRegistryInput) (*request.Request, *schemas.DeleteRegistryOutput)
DeleteRegistryRequest mocks base method
func (*MockSchemasAPI) DeleteRegistryWithContext ¶
func (m *MockSchemasAPI) DeleteRegistryWithContext(arg0 context.Context, arg1 *schemas.DeleteRegistryInput, arg2 ...request.Option) (*schemas.DeleteRegistryOutput, error)
DeleteRegistryWithContext mocks base method
func (*MockSchemasAPI) DeleteSchema ¶
func (m *MockSchemasAPI) DeleteSchema(arg0 *schemas.DeleteSchemaInput) (*schemas.DeleteSchemaOutput, error)
DeleteSchema mocks base method
func (*MockSchemasAPI) DeleteSchemaRequest ¶
func (m *MockSchemasAPI) DeleteSchemaRequest(arg0 *schemas.DeleteSchemaInput) (*request.Request, *schemas.DeleteSchemaOutput)
DeleteSchemaRequest mocks base method
func (*MockSchemasAPI) DeleteSchemaVersion ¶
func (m *MockSchemasAPI) DeleteSchemaVersion(arg0 *schemas.DeleteSchemaVersionInput) (*schemas.DeleteSchemaVersionOutput, error)
DeleteSchemaVersion mocks base method
func (*MockSchemasAPI) DeleteSchemaVersionRequest ¶
func (m *MockSchemasAPI) DeleteSchemaVersionRequest(arg0 *schemas.DeleteSchemaVersionInput) (*request.Request, *schemas.DeleteSchemaVersionOutput)
DeleteSchemaVersionRequest mocks base method
func (*MockSchemasAPI) DeleteSchemaVersionWithContext ¶
func (m *MockSchemasAPI) DeleteSchemaVersionWithContext(arg0 context.Context, arg1 *schemas.DeleteSchemaVersionInput, arg2 ...request.Option) (*schemas.DeleteSchemaVersionOutput, error)
DeleteSchemaVersionWithContext mocks base method
func (*MockSchemasAPI) DeleteSchemaWithContext ¶
func (m *MockSchemasAPI) DeleteSchemaWithContext(arg0 context.Context, arg1 *schemas.DeleteSchemaInput, arg2 ...request.Option) (*schemas.DeleteSchemaOutput, error)
DeleteSchemaWithContext mocks base method
func (*MockSchemasAPI) DescribeCodeBinding ¶
func (m *MockSchemasAPI) DescribeCodeBinding(arg0 *schemas.DescribeCodeBindingInput) (*schemas.DescribeCodeBindingOutput, error)
DescribeCodeBinding mocks base method
func (*MockSchemasAPI) DescribeCodeBindingRequest ¶
func (m *MockSchemasAPI) DescribeCodeBindingRequest(arg0 *schemas.DescribeCodeBindingInput) (*request.Request, *schemas.DescribeCodeBindingOutput)
DescribeCodeBindingRequest mocks base method
func (*MockSchemasAPI) DescribeCodeBindingWithContext ¶
func (m *MockSchemasAPI) DescribeCodeBindingWithContext(arg0 context.Context, arg1 *schemas.DescribeCodeBindingInput, arg2 ...request.Option) (*schemas.DescribeCodeBindingOutput, error)
DescribeCodeBindingWithContext mocks base method
func (*MockSchemasAPI) DescribeDiscoverer ¶
func (m *MockSchemasAPI) DescribeDiscoverer(arg0 *schemas.DescribeDiscovererInput) (*schemas.DescribeDiscovererOutput, error)
DescribeDiscoverer mocks base method
func (*MockSchemasAPI) DescribeDiscovererRequest ¶
func (m *MockSchemasAPI) DescribeDiscovererRequest(arg0 *schemas.DescribeDiscovererInput) (*request.Request, *schemas.DescribeDiscovererOutput)
DescribeDiscovererRequest mocks base method
func (*MockSchemasAPI) DescribeDiscovererWithContext ¶
func (m *MockSchemasAPI) DescribeDiscovererWithContext(arg0 context.Context, arg1 *schemas.DescribeDiscovererInput, arg2 ...request.Option) (*schemas.DescribeDiscovererOutput, error)
DescribeDiscovererWithContext mocks base method
func (*MockSchemasAPI) DescribeRegistry ¶
func (m *MockSchemasAPI) DescribeRegistry(arg0 *schemas.DescribeRegistryInput) (*schemas.DescribeRegistryOutput, error)
DescribeRegistry mocks base method
func (*MockSchemasAPI) DescribeRegistryRequest ¶
func (m *MockSchemasAPI) DescribeRegistryRequest(arg0 *schemas.DescribeRegistryInput) (*request.Request, *schemas.DescribeRegistryOutput)
DescribeRegistryRequest mocks base method
func (*MockSchemasAPI) DescribeRegistryWithContext ¶
func (m *MockSchemasAPI) DescribeRegistryWithContext(arg0 context.Context, arg1 *schemas.DescribeRegistryInput, arg2 ...request.Option) (*schemas.DescribeRegistryOutput, error)
DescribeRegistryWithContext mocks base method
func (*MockSchemasAPI) DescribeSchema ¶
func (m *MockSchemasAPI) DescribeSchema(arg0 *schemas.DescribeSchemaInput) (*schemas.DescribeSchemaOutput, error)
DescribeSchema mocks base method
func (*MockSchemasAPI) DescribeSchemaRequest ¶
func (m *MockSchemasAPI) DescribeSchemaRequest(arg0 *schemas.DescribeSchemaInput) (*request.Request, *schemas.DescribeSchemaOutput)
DescribeSchemaRequest mocks base method
func (*MockSchemasAPI) DescribeSchemaWithContext ¶
func (m *MockSchemasAPI) DescribeSchemaWithContext(arg0 context.Context, arg1 *schemas.DescribeSchemaInput, arg2 ...request.Option) (*schemas.DescribeSchemaOutput, error)
DescribeSchemaWithContext mocks base method
func (*MockSchemasAPI) EXPECT ¶
func (m *MockSchemasAPI) EXPECT() *MockSchemasAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSchemasAPI) GetCodeBindingSource ¶
func (m *MockSchemasAPI) GetCodeBindingSource(arg0 *schemas.GetCodeBindingSourceInput) (*schemas.GetCodeBindingSourceOutput, error)
GetCodeBindingSource mocks base method
func (*MockSchemasAPI) GetCodeBindingSourceRequest ¶
func (m *MockSchemasAPI) GetCodeBindingSourceRequest(arg0 *schemas.GetCodeBindingSourceInput) (*request.Request, *schemas.GetCodeBindingSourceOutput)
GetCodeBindingSourceRequest mocks base method
func (*MockSchemasAPI) GetCodeBindingSourceWithContext ¶
func (m *MockSchemasAPI) GetCodeBindingSourceWithContext(arg0 context.Context, arg1 *schemas.GetCodeBindingSourceInput, arg2 ...request.Option) (*schemas.GetCodeBindingSourceOutput, error)
GetCodeBindingSourceWithContext mocks base method
func (*MockSchemasAPI) GetDiscoveredSchema ¶
func (m *MockSchemasAPI) GetDiscoveredSchema(arg0 *schemas.GetDiscoveredSchemaInput) (*schemas.GetDiscoveredSchemaOutput, error)
GetDiscoveredSchema mocks base method
func (*MockSchemasAPI) GetDiscoveredSchemaRequest ¶
func (m *MockSchemasAPI) GetDiscoveredSchemaRequest(arg0 *schemas.GetDiscoveredSchemaInput) (*request.Request, *schemas.GetDiscoveredSchemaOutput)
GetDiscoveredSchemaRequest mocks base method
func (*MockSchemasAPI) GetDiscoveredSchemaWithContext ¶
func (m *MockSchemasAPI) GetDiscoveredSchemaWithContext(arg0 context.Context, arg1 *schemas.GetDiscoveredSchemaInput, arg2 ...request.Option) (*schemas.GetDiscoveredSchemaOutput, error)
GetDiscoveredSchemaWithContext mocks base method
func (*MockSchemasAPI) ListDiscoverers ¶
func (m *MockSchemasAPI) ListDiscoverers(arg0 *schemas.ListDiscoverersInput) (*schemas.ListDiscoverersOutput, error)
ListDiscoverers mocks base method
func (*MockSchemasAPI) ListDiscoverersPages ¶
func (m *MockSchemasAPI) ListDiscoverersPages(arg0 *schemas.ListDiscoverersInput, arg1 func(*schemas.ListDiscoverersOutput, bool) bool) error
ListDiscoverersPages mocks base method
func (*MockSchemasAPI) ListDiscoverersPagesWithContext ¶
func (m *MockSchemasAPI) ListDiscoverersPagesWithContext(arg0 context.Context, arg1 *schemas.ListDiscoverersInput, arg2 func(*schemas.ListDiscoverersOutput, bool) bool, arg3 ...request.Option) error
ListDiscoverersPagesWithContext mocks base method
func (*MockSchemasAPI) ListDiscoverersRequest ¶
func (m *MockSchemasAPI) ListDiscoverersRequest(arg0 *schemas.ListDiscoverersInput) (*request.Request, *schemas.ListDiscoverersOutput)
ListDiscoverersRequest mocks base method
func (*MockSchemasAPI) ListDiscoverersWithContext ¶
func (m *MockSchemasAPI) ListDiscoverersWithContext(arg0 context.Context, arg1 *schemas.ListDiscoverersInput, arg2 ...request.Option) (*schemas.ListDiscoverersOutput, error)
ListDiscoverersWithContext mocks base method
func (*MockSchemasAPI) ListRegistries ¶
func (m *MockSchemasAPI) ListRegistries(arg0 *schemas.ListRegistriesInput) (*schemas.ListRegistriesOutput, error)
ListRegistries mocks base method
func (*MockSchemasAPI) ListRegistriesPages ¶
func (m *MockSchemasAPI) ListRegistriesPages(arg0 *schemas.ListRegistriesInput, arg1 func(*schemas.ListRegistriesOutput, bool) bool) error
ListRegistriesPages mocks base method
func (*MockSchemasAPI) ListRegistriesPagesWithContext ¶
func (m *MockSchemasAPI) ListRegistriesPagesWithContext(arg0 context.Context, arg1 *schemas.ListRegistriesInput, arg2 func(*schemas.ListRegistriesOutput, bool) bool, arg3 ...request.Option) error
ListRegistriesPagesWithContext mocks base method
func (*MockSchemasAPI) ListRegistriesRequest ¶
func (m *MockSchemasAPI) ListRegistriesRequest(arg0 *schemas.ListRegistriesInput) (*request.Request, *schemas.ListRegistriesOutput)
ListRegistriesRequest mocks base method
func (*MockSchemasAPI) ListRegistriesWithContext ¶
func (m *MockSchemasAPI) ListRegistriesWithContext(arg0 context.Context, arg1 *schemas.ListRegistriesInput, arg2 ...request.Option) (*schemas.ListRegistriesOutput, error)
ListRegistriesWithContext mocks base method
func (*MockSchemasAPI) ListSchemaVersions ¶
func (m *MockSchemasAPI) ListSchemaVersions(arg0 *schemas.ListSchemaVersionsInput) (*schemas.ListSchemaVersionsOutput, error)
ListSchemaVersions mocks base method
func (*MockSchemasAPI) ListSchemaVersionsPages ¶
func (m *MockSchemasAPI) ListSchemaVersionsPages(arg0 *schemas.ListSchemaVersionsInput, arg1 func(*schemas.ListSchemaVersionsOutput, bool) bool) error
ListSchemaVersionsPages mocks base method
func (*MockSchemasAPI) ListSchemaVersionsPagesWithContext ¶
func (m *MockSchemasAPI) ListSchemaVersionsPagesWithContext(arg0 context.Context, arg1 *schemas.ListSchemaVersionsInput, arg2 func(*schemas.ListSchemaVersionsOutput, bool) bool, arg3 ...request.Option) error
ListSchemaVersionsPagesWithContext mocks base method
func (*MockSchemasAPI) ListSchemaVersionsRequest ¶
func (m *MockSchemasAPI) ListSchemaVersionsRequest(arg0 *schemas.ListSchemaVersionsInput) (*request.Request, *schemas.ListSchemaVersionsOutput)
ListSchemaVersionsRequest mocks base method
func (*MockSchemasAPI) ListSchemaVersionsWithContext ¶
func (m *MockSchemasAPI) ListSchemaVersionsWithContext(arg0 context.Context, arg1 *schemas.ListSchemaVersionsInput, arg2 ...request.Option) (*schemas.ListSchemaVersionsOutput, error)
ListSchemaVersionsWithContext mocks base method
func (*MockSchemasAPI) ListSchemas ¶
func (m *MockSchemasAPI) ListSchemas(arg0 *schemas.ListSchemasInput) (*schemas.ListSchemasOutput, error)
ListSchemas mocks base method
func (*MockSchemasAPI) ListSchemasPages ¶
func (m *MockSchemasAPI) ListSchemasPages(arg0 *schemas.ListSchemasInput, arg1 func(*schemas.ListSchemasOutput, bool) bool) error
ListSchemasPages mocks base method
func (*MockSchemasAPI) ListSchemasPagesWithContext ¶
func (m *MockSchemasAPI) ListSchemasPagesWithContext(arg0 context.Context, arg1 *schemas.ListSchemasInput, arg2 func(*schemas.ListSchemasOutput, bool) bool, arg3 ...request.Option) error
ListSchemasPagesWithContext mocks base method
func (*MockSchemasAPI) ListSchemasRequest ¶
func (m *MockSchemasAPI) ListSchemasRequest(arg0 *schemas.ListSchemasInput) (*request.Request, *schemas.ListSchemasOutput)
ListSchemasRequest mocks base method
func (*MockSchemasAPI) ListSchemasWithContext ¶
func (m *MockSchemasAPI) ListSchemasWithContext(arg0 context.Context, arg1 *schemas.ListSchemasInput, arg2 ...request.Option) (*schemas.ListSchemasOutput, error)
ListSchemasWithContext mocks base method
func (*MockSchemasAPI) ListTagsForResource ¶
func (m *MockSchemasAPI) ListTagsForResource(arg0 *schemas.ListTagsForResourceInput) (*schemas.ListTagsForResourceOutput, error)
ListTagsForResource mocks base method
func (*MockSchemasAPI) ListTagsForResourceRequest ¶
func (m *MockSchemasAPI) ListTagsForResourceRequest(arg0 *schemas.ListTagsForResourceInput) (*request.Request, *schemas.ListTagsForResourceOutput)
ListTagsForResourceRequest mocks base method
func (*MockSchemasAPI) ListTagsForResourceWithContext ¶
func (m *MockSchemasAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *schemas.ListTagsForResourceInput, arg2 ...request.Option) (*schemas.ListTagsForResourceOutput, error)
ListTagsForResourceWithContext mocks base method
func (*MockSchemasAPI) LockServiceLinkedRole ¶ added in v0.0.11
func (m *MockSchemasAPI) LockServiceLinkedRole(arg0 *schemas.LockServiceLinkedRoleInput) (*schemas.LockServiceLinkedRoleOutput, error)
LockServiceLinkedRole mocks base method
func (*MockSchemasAPI) LockServiceLinkedRoleRequest ¶ added in v0.0.11
func (m *MockSchemasAPI) LockServiceLinkedRoleRequest(arg0 *schemas.LockServiceLinkedRoleInput) (*request.Request, *schemas.LockServiceLinkedRoleOutput)
LockServiceLinkedRoleRequest mocks base method
func (*MockSchemasAPI) LockServiceLinkedRoleWithContext ¶ added in v0.0.11
func (m *MockSchemasAPI) LockServiceLinkedRoleWithContext(arg0 context.Context, arg1 *schemas.LockServiceLinkedRoleInput, arg2 ...request.Option) (*schemas.LockServiceLinkedRoleOutput, error)
LockServiceLinkedRoleWithContext mocks base method
func (*MockSchemasAPI) PutCodeBinding ¶
func (m *MockSchemasAPI) PutCodeBinding(arg0 *schemas.PutCodeBindingInput) (*schemas.PutCodeBindingOutput, error)
PutCodeBinding mocks base method
func (*MockSchemasAPI) PutCodeBindingRequest ¶
func (m *MockSchemasAPI) PutCodeBindingRequest(arg0 *schemas.PutCodeBindingInput) (*request.Request, *schemas.PutCodeBindingOutput)
PutCodeBindingRequest mocks base method
func (*MockSchemasAPI) PutCodeBindingWithContext ¶
func (m *MockSchemasAPI) PutCodeBindingWithContext(arg0 context.Context, arg1 *schemas.PutCodeBindingInput, arg2 ...request.Option) (*schemas.PutCodeBindingOutput, error)
PutCodeBindingWithContext mocks base method
func (*MockSchemasAPI) SearchSchemas ¶
func (m *MockSchemasAPI) SearchSchemas(arg0 *schemas.SearchSchemasInput) (*schemas.SearchSchemasOutput, error)
SearchSchemas mocks base method
func (*MockSchemasAPI) SearchSchemasPages ¶
func (m *MockSchemasAPI) SearchSchemasPages(arg0 *schemas.SearchSchemasInput, arg1 func(*schemas.SearchSchemasOutput, bool) bool) error
SearchSchemasPages mocks base method
func (*MockSchemasAPI) SearchSchemasPagesWithContext ¶
func (m *MockSchemasAPI) SearchSchemasPagesWithContext(arg0 context.Context, arg1 *schemas.SearchSchemasInput, arg2 func(*schemas.SearchSchemasOutput, bool) bool, arg3 ...request.Option) error
SearchSchemasPagesWithContext mocks base method
func (*MockSchemasAPI) SearchSchemasRequest ¶
func (m *MockSchemasAPI) SearchSchemasRequest(arg0 *schemas.SearchSchemasInput) (*request.Request, *schemas.SearchSchemasOutput)
SearchSchemasRequest mocks base method
func (*MockSchemasAPI) SearchSchemasWithContext ¶
func (m *MockSchemasAPI) SearchSchemasWithContext(arg0 context.Context, arg1 *schemas.SearchSchemasInput, arg2 ...request.Option) (*schemas.SearchSchemasOutput, error)
SearchSchemasWithContext mocks base method
func (*MockSchemasAPI) StartDiscoverer ¶
func (m *MockSchemasAPI) StartDiscoverer(arg0 *schemas.StartDiscovererInput) (*schemas.StartDiscovererOutput, error)
StartDiscoverer mocks base method
func (*MockSchemasAPI) StartDiscovererRequest ¶
func (m *MockSchemasAPI) StartDiscovererRequest(arg0 *schemas.StartDiscovererInput) (*request.Request, *schemas.StartDiscovererOutput)
StartDiscovererRequest mocks base method
func (*MockSchemasAPI) StartDiscovererWithContext ¶
func (m *MockSchemasAPI) StartDiscovererWithContext(arg0 context.Context, arg1 *schemas.StartDiscovererInput, arg2 ...request.Option) (*schemas.StartDiscovererOutput, error)
StartDiscovererWithContext mocks base method
func (*MockSchemasAPI) StopDiscoverer ¶
func (m *MockSchemasAPI) StopDiscoverer(arg0 *schemas.StopDiscovererInput) (*schemas.StopDiscovererOutput, error)
StopDiscoverer mocks base method
func (*MockSchemasAPI) StopDiscovererRequest ¶
func (m *MockSchemasAPI) StopDiscovererRequest(arg0 *schemas.StopDiscovererInput) (*request.Request, *schemas.StopDiscovererOutput)
StopDiscovererRequest mocks base method
func (*MockSchemasAPI) StopDiscovererWithContext ¶
func (m *MockSchemasAPI) StopDiscovererWithContext(arg0 context.Context, arg1 *schemas.StopDiscovererInput, arg2 ...request.Option) (*schemas.StopDiscovererOutput, error)
StopDiscovererWithContext mocks base method
func (*MockSchemasAPI) TagResource ¶
func (m *MockSchemasAPI) TagResource(arg0 *schemas.TagResourceInput) (*schemas.TagResourceOutput, error)
TagResource mocks base method
func (*MockSchemasAPI) TagResourceRequest ¶
func (m *MockSchemasAPI) TagResourceRequest(arg0 *schemas.TagResourceInput) (*request.Request, *schemas.TagResourceOutput)
TagResourceRequest mocks base method
func (*MockSchemasAPI) TagResourceWithContext ¶
func (m *MockSchemasAPI) TagResourceWithContext(arg0 context.Context, arg1 *schemas.TagResourceInput, arg2 ...request.Option) (*schemas.TagResourceOutput, error)
TagResourceWithContext mocks base method
func (*MockSchemasAPI) UnlockServiceLinkedRole ¶ added in v0.0.11
func (m *MockSchemasAPI) UnlockServiceLinkedRole(arg0 *schemas.UnlockServiceLinkedRoleInput) (*schemas.UnlockServiceLinkedRoleOutput, error)
UnlockServiceLinkedRole mocks base method
func (*MockSchemasAPI) UnlockServiceLinkedRoleRequest ¶ added in v0.0.11
func (m *MockSchemasAPI) UnlockServiceLinkedRoleRequest(arg0 *schemas.UnlockServiceLinkedRoleInput) (*request.Request, *schemas.UnlockServiceLinkedRoleOutput)
UnlockServiceLinkedRoleRequest mocks base method
func (*MockSchemasAPI) UnlockServiceLinkedRoleWithContext ¶ added in v0.0.11
func (m *MockSchemasAPI) UnlockServiceLinkedRoleWithContext(arg0 context.Context, arg1 *schemas.UnlockServiceLinkedRoleInput, arg2 ...request.Option) (*schemas.UnlockServiceLinkedRoleOutput, error)
UnlockServiceLinkedRoleWithContext mocks base method
func (*MockSchemasAPI) UntagResource ¶
func (m *MockSchemasAPI) UntagResource(arg0 *schemas.UntagResourceInput) (*schemas.UntagResourceOutput, error)
UntagResource mocks base method
func (*MockSchemasAPI) UntagResourceRequest ¶
func (m *MockSchemasAPI) UntagResourceRequest(arg0 *schemas.UntagResourceInput) (*request.Request, *schemas.UntagResourceOutput)
UntagResourceRequest mocks base method
func (*MockSchemasAPI) UntagResourceWithContext ¶
func (m *MockSchemasAPI) UntagResourceWithContext(arg0 context.Context, arg1 *schemas.UntagResourceInput, arg2 ...request.Option) (*schemas.UntagResourceOutput, error)
UntagResourceWithContext mocks base method
func (*MockSchemasAPI) UpdateDiscoverer ¶
func (m *MockSchemasAPI) UpdateDiscoverer(arg0 *schemas.UpdateDiscovererInput) (*schemas.UpdateDiscovererOutput, error)
UpdateDiscoverer mocks base method
func (*MockSchemasAPI) UpdateDiscovererRequest ¶
func (m *MockSchemasAPI) UpdateDiscovererRequest(arg0 *schemas.UpdateDiscovererInput) (*request.Request, *schemas.UpdateDiscovererOutput)
UpdateDiscovererRequest mocks base method
func (*MockSchemasAPI) UpdateDiscovererWithContext ¶
func (m *MockSchemasAPI) UpdateDiscovererWithContext(arg0 context.Context, arg1 *schemas.UpdateDiscovererInput, arg2 ...request.Option) (*schemas.UpdateDiscovererOutput, error)
UpdateDiscovererWithContext mocks base method
func (*MockSchemasAPI) UpdateRegistry ¶
func (m *MockSchemasAPI) UpdateRegistry(arg0 *schemas.UpdateRegistryInput) (*schemas.UpdateRegistryOutput, error)
UpdateRegistry mocks base method
func (*MockSchemasAPI) UpdateRegistryRequest ¶
func (m *MockSchemasAPI) UpdateRegistryRequest(arg0 *schemas.UpdateRegistryInput) (*request.Request, *schemas.UpdateRegistryOutput)
UpdateRegistryRequest mocks base method
func (*MockSchemasAPI) UpdateRegistryWithContext ¶
func (m *MockSchemasAPI) UpdateRegistryWithContext(arg0 context.Context, arg1 *schemas.UpdateRegistryInput, arg2 ...request.Option) (*schemas.UpdateRegistryOutput, error)
UpdateRegistryWithContext mocks base method
func (*MockSchemasAPI) UpdateSchema ¶
func (m *MockSchemasAPI) UpdateSchema(arg0 *schemas.UpdateSchemaInput) (*schemas.UpdateSchemaOutput, error)
UpdateSchema mocks base method
func (*MockSchemasAPI) UpdateSchemaRequest ¶
func (m *MockSchemasAPI) UpdateSchemaRequest(arg0 *schemas.UpdateSchemaInput) (*request.Request, *schemas.UpdateSchemaOutput)
UpdateSchemaRequest mocks base method
func (*MockSchemasAPI) UpdateSchemaWithContext ¶
func (m *MockSchemasAPI) UpdateSchemaWithContext(arg0 context.Context, arg1 *schemas.UpdateSchemaInput, arg2 ...request.Option) (*schemas.UpdateSchemaOutput, error)
UpdateSchemaWithContext mocks base method
func (*MockSchemasAPI) WaitUntilCodeBindingExists ¶
func (m *MockSchemasAPI) WaitUntilCodeBindingExists(arg0 *schemas.DescribeCodeBindingInput) error
WaitUntilCodeBindingExists mocks base method
func (*MockSchemasAPI) WaitUntilCodeBindingExistsWithContext ¶
func (m *MockSchemasAPI) WaitUntilCodeBindingExistsWithContext(arg0 context.Context, arg1 *schemas.DescribeCodeBindingInput, arg2 ...request.WaiterOption) error
WaitUntilCodeBindingExistsWithContext mocks base method
type MockSchemasAPIMockRecorder ¶
type MockSchemasAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockSchemasAPIMockRecorder is the mock recorder for MockSchemasAPI
func (*MockSchemasAPIMockRecorder) CreateDiscoverer ¶
func (mr *MockSchemasAPIMockRecorder) CreateDiscoverer(arg0 interface{}) *gomock.Call
CreateDiscoverer indicates an expected call of CreateDiscoverer
func (*MockSchemasAPIMockRecorder) CreateDiscovererRequest ¶
func (mr *MockSchemasAPIMockRecorder) CreateDiscovererRequest(arg0 interface{}) *gomock.Call
CreateDiscovererRequest indicates an expected call of CreateDiscovererRequest
func (*MockSchemasAPIMockRecorder) CreateDiscovererWithContext ¶
func (mr *MockSchemasAPIMockRecorder) CreateDiscovererWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateDiscovererWithContext indicates an expected call of CreateDiscovererWithContext
func (*MockSchemasAPIMockRecorder) CreateRegistry ¶
func (mr *MockSchemasAPIMockRecorder) CreateRegistry(arg0 interface{}) *gomock.Call
CreateRegistry indicates an expected call of CreateRegistry
func (*MockSchemasAPIMockRecorder) CreateRegistryRequest ¶
func (mr *MockSchemasAPIMockRecorder) CreateRegistryRequest(arg0 interface{}) *gomock.Call
CreateRegistryRequest indicates an expected call of CreateRegistryRequest
func (*MockSchemasAPIMockRecorder) CreateRegistryWithContext ¶
func (mr *MockSchemasAPIMockRecorder) CreateRegistryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateRegistryWithContext indicates an expected call of CreateRegistryWithContext
func (*MockSchemasAPIMockRecorder) CreateSchema ¶
func (mr *MockSchemasAPIMockRecorder) CreateSchema(arg0 interface{}) *gomock.Call
CreateSchema indicates an expected call of CreateSchema
func (*MockSchemasAPIMockRecorder) CreateSchemaRequest ¶
func (mr *MockSchemasAPIMockRecorder) CreateSchemaRequest(arg0 interface{}) *gomock.Call
CreateSchemaRequest indicates an expected call of CreateSchemaRequest
func (*MockSchemasAPIMockRecorder) CreateSchemaWithContext ¶
func (mr *MockSchemasAPIMockRecorder) CreateSchemaWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateSchemaWithContext indicates an expected call of CreateSchemaWithContext
func (*MockSchemasAPIMockRecorder) DeleteDiscoverer ¶
func (mr *MockSchemasAPIMockRecorder) DeleteDiscoverer(arg0 interface{}) *gomock.Call
DeleteDiscoverer indicates an expected call of DeleteDiscoverer
func (*MockSchemasAPIMockRecorder) DeleteDiscovererRequest ¶
func (mr *MockSchemasAPIMockRecorder) DeleteDiscovererRequest(arg0 interface{}) *gomock.Call
DeleteDiscovererRequest indicates an expected call of DeleteDiscovererRequest
func (*MockSchemasAPIMockRecorder) DeleteDiscovererWithContext ¶
func (mr *MockSchemasAPIMockRecorder) DeleteDiscovererWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteDiscovererWithContext indicates an expected call of DeleteDiscovererWithContext
func (*MockSchemasAPIMockRecorder) DeleteRegistry ¶
func (mr *MockSchemasAPIMockRecorder) DeleteRegistry(arg0 interface{}) *gomock.Call
DeleteRegistry indicates an expected call of DeleteRegistry
func (*MockSchemasAPIMockRecorder) DeleteRegistryRequest ¶
func (mr *MockSchemasAPIMockRecorder) DeleteRegistryRequest(arg0 interface{}) *gomock.Call
DeleteRegistryRequest indicates an expected call of DeleteRegistryRequest
func (*MockSchemasAPIMockRecorder) DeleteRegistryWithContext ¶
func (mr *MockSchemasAPIMockRecorder) DeleteRegistryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteRegistryWithContext indicates an expected call of DeleteRegistryWithContext
func (*MockSchemasAPIMockRecorder) DeleteSchema ¶
func (mr *MockSchemasAPIMockRecorder) DeleteSchema(arg0 interface{}) *gomock.Call
DeleteSchema indicates an expected call of DeleteSchema
func (*MockSchemasAPIMockRecorder) DeleteSchemaRequest ¶
func (mr *MockSchemasAPIMockRecorder) DeleteSchemaRequest(arg0 interface{}) *gomock.Call
DeleteSchemaRequest indicates an expected call of DeleteSchemaRequest
func (*MockSchemasAPIMockRecorder) DeleteSchemaVersion ¶
func (mr *MockSchemasAPIMockRecorder) DeleteSchemaVersion(arg0 interface{}) *gomock.Call
DeleteSchemaVersion indicates an expected call of DeleteSchemaVersion
func (*MockSchemasAPIMockRecorder) DeleteSchemaVersionRequest ¶
func (mr *MockSchemasAPIMockRecorder) DeleteSchemaVersionRequest(arg0 interface{}) *gomock.Call
DeleteSchemaVersionRequest indicates an expected call of DeleteSchemaVersionRequest
func (*MockSchemasAPIMockRecorder) DeleteSchemaVersionWithContext ¶
func (mr *MockSchemasAPIMockRecorder) DeleteSchemaVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteSchemaVersionWithContext indicates an expected call of DeleteSchemaVersionWithContext
func (*MockSchemasAPIMockRecorder) DeleteSchemaWithContext ¶
func (mr *MockSchemasAPIMockRecorder) DeleteSchemaWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteSchemaWithContext indicates an expected call of DeleteSchemaWithContext
func (*MockSchemasAPIMockRecorder) DescribeCodeBinding ¶
func (mr *MockSchemasAPIMockRecorder) DescribeCodeBinding(arg0 interface{}) *gomock.Call
DescribeCodeBinding indicates an expected call of DescribeCodeBinding
func (*MockSchemasAPIMockRecorder) DescribeCodeBindingRequest ¶
func (mr *MockSchemasAPIMockRecorder) DescribeCodeBindingRequest(arg0 interface{}) *gomock.Call
DescribeCodeBindingRequest indicates an expected call of DescribeCodeBindingRequest
func (*MockSchemasAPIMockRecorder) DescribeCodeBindingWithContext ¶
func (mr *MockSchemasAPIMockRecorder) DescribeCodeBindingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeCodeBindingWithContext indicates an expected call of DescribeCodeBindingWithContext
func (*MockSchemasAPIMockRecorder) DescribeDiscoverer ¶
func (mr *MockSchemasAPIMockRecorder) DescribeDiscoverer(arg0 interface{}) *gomock.Call
DescribeDiscoverer indicates an expected call of DescribeDiscoverer
func (*MockSchemasAPIMockRecorder) DescribeDiscovererRequest ¶
func (mr *MockSchemasAPIMockRecorder) DescribeDiscovererRequest(arg0 interface{}) *gomock.Call
DescribeDiscovererRequest indicates an expected call of DescribeDiscovererRequest
func (*MockSchemasAPIMockRecorder) DescribeDiscovererWithContext ¶
func (mr *MockSchemasAPIMockRecorder) DescribeDiscovererWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeDiscovererWithContext indicates an expected call of DescribeDiscovererWithContext
func (*MockSchemasAPIMockRecorder) DescribeRegistry ¶
func (mr *MockSchemasAPIMockRecorder) DescribeRegistry(arg0 interface{}) *gomock.Call
DescribeRegistry indicates an expected call of DescribeRegistry
func (*MockSchemasAPIMockRecorder) DescribeRegistryRequest ¶
func (mr *MockSchemasAPIMockRecorder) DescribeRegistryRequest(arg0 interface{}) *gomock.Call
DescribeRegistryRequest indicates an expected call of DescribeRegistryRequest
func (*MockSchemasAPIMockRecorder) DescribeRegistryWithContext ¶
func (mr *MockSchemasAPIMockRecorder) DescribeRegistryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeRegistryWithContext indicates an expected call of DescribeRegistryWithContext
func (*MockSchemasAPIMockRecorder) DescribeSchema ¶
func (mr *MockSchemasAPIMockRecorder) DescribeSchema(arg0 interface{}) *gomock.Call
DescribeSchema indicates an expected call of DescribeSchema
func (*MockSchemasAPIMockRecorder) DescribeSchemaRequest ¶
func (mr *MockSchemasAPIMockRecorder) DescribeSchemaRequest(arg0 interface{}) *gomock.Call
DescribeSchemaRequest indicates an expected call of DescribeSchemaRequest
func (*MockSchemasAPIMockRecorder) DescribeSchemaWithContext ¶
func (mr *MockSchemasAPIMockRecorder) DescribeSchemaWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeSchemaWithContext indicates an expected call of DescribeSchemaWithContext
func (*MockSchemasAPIMockRecorder) GetCodeBindingSource ¶
func (mr *MockSchemasAPIMockRecorder) GetCodeBindingSource(arg0 interface{}) *gomock.Call
GetCodeBindingSource indicates an expected call of GetCodeBindingSource
func (*MockSchemasAPIMockRecorder) GetCodeBindingSourceRequest ¶
func (mr *MockSchemasAPIMockRecorder) GetCodeBindingSourceRequest(arg0 interface{}) *gomock.Call
GetCodeBindingSourceRequest indicates an expected call of GetCodeBindingSourceRequest
func (*MockSchemasAPIMockRecorder) GetCodeBindingSourceWithContext ¶
func (mr *MockSchemasAPIMockRecorder) GetCodeBindingSourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetCodeBindingSourceWithContext indicates an expected call of GetCodeBindingSourceWithContext
func (*MockSchemasAPIMockRecorder) GetDiscoveredSchema ¶
func (mr *MockSchemasAPIMockRecorder) GetDiscoveredSchema(arg0 interface{}) *gomock.Call
GetDiscoveredSchema indicates an expected call of GetDiscoveredSchema
func (*MockSchemasAPIMockRecorder) GetDiscoveredSchemaRequest ¶
func (mr *MockSchemasAPIMockRecorder) GetDiscoveredSchemaRequest(arg0 interface{}) *gomock.Call
GetDiscoveredSchemaRequest indicates an expected call of GetDiscoveredSchemaRequest
func (*MockSchemasAPIMockRecorder) GetDiscoveredSchemaWithContext ¶
func (mr *MockSchemasAPIMockRecorder) GetDiscoveredSchemaWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetDiscoveredSchemaWithContext indicates an expected call of GetDiscoveredSchemaWithContext
func (*MockSchemasAPIMockRecorder) ListDiscoverers ¶
func (mr *MockSchemasAPIMockRecorder) ListDiscoverers(arg0 interface{}) *gomock.Call
ListDiscoverers indicates an expected call of ListDiscoverers
func (*MockSchemasAPIMockRecorder) ListDiscoverersPages ¶
func (mr *MockSchemasAPIMockRecorder) ListDiscoverersPages(arg0, arg1 interface{}) *gomock.Call
ListDiscoverersPages indicates an expected call of ListDiscoverersPages
func (*MockSchemasAPIMockRecorder) ListDiscoverersPagesWithContext ¶
func (mr *MockSchemasAPIMockRecorder) ListDiscoverersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListDiscoverersPagesWithContext indicates an expected call of ListDiscoverersPagesWithContext
func (*MockSchemasAPIMockRecorder) ListDiscoverersRequest ¶
func (mr *MockSchemasAPIMockRecorder) ListDiscoverersRequest(arg0 interface{}) *gomock.Call
ListDiscoverersRequest indicates an expected call of ListDiscoverersRequest
func (*MockSchemasAPIMockRecorder) ListDiscoverersWithContext ¶
func (mr *MockSchemasAPIMockRecorder) ListDiscoverersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListDiscoverersWithContext indicates an expected call of ListDiscoverersWithContext
func (*MockSchemasAPIMockRecorder) ListRegistries ¶
func (mr *MockSchemasAPIMockRecorder) ListRegistries(arg0 interface{}) *gomock.Call
ListRegistries indicates an expected call of ListRegistries
func (*MockSchemasAPIMockRecorder) ListRegistriesPages ¶
func (mr *MockSchemasAPIMockRecorder) ListRegistriesPages(arg0, arg1 interface{}) *gomock.Call
ListRegistriesPages indicates an expected call of ListRegistriesPages
func (*MockSchemasAPIMockRecorder) ListRegistriesPagesWithContext ¶
func (mr *MockSchemasAPIMockRecorder) ListRegistriesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListRegistriesPagesWithContext indicates an expected call of ListRegistriesPagesWithContext
func (*MockSchemasAPIMockRecorder) ListRegistriesRequest ¶
func (mr *MockSchemasAPIMockRecorder) ListRegistriesRequest(arg0 interface{}) *gomock.Call
ListRegistriesRequest indicates an expected call of ListRegistriesRequest
func (*MockSchemasAPIMockRecorder) ListRegistriesWithContext ¶
func (mr *MockSchemasAPIMockRecorder) ListRegistriesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListRegistriesWithContext indicates an expected call of ListRegistriesWithContext
func (*MockSchemasAPIMockRecorder) ListSchemaVersions ¶
func (mr *MockSchemasAPIMockRecorder) ListSchemaVersions(arg0 interface{}) *gomock.Call
ListSchemaVersions indicates an expected call of ListSchemaVersions
func (*MockSchemasAPIMockRecorder) ListSchemaVersionsPages ¶
func (mr *MockSchemasAPIMockRecorder) ListSchemaVersionsPages(arg0, arg1 interface{}) *gomock.Call
ListSchemaVersionsPages indicates an expected call of ListSchemaVersionsPages
func (*MockSchemasAPIMockRecorder) ListSchemaVersionsPagesWithContext ¶
func (mr *MockSchemasAPIMockRecorder) ListSchemaVersionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListSchemaVersionsPagesWithContext indicates an expected call of ListSchemaVersionsPagesWithContext
func (*MockSchemasAPIMockRecorder) ListSchemaVersionsRequest ¶
func (mr *MockSchemasAPIMockRecorder) ListSchemaVersionsRequest(arg0 interface{}) *gomock.Call
ListSchemaVersionsRequest indicates an expected call of ListSchemaVersionsRequest
func (*MockSchemasAPIMockRecorder) ListSchemaVersionsWithContext ¶
func (mr *MockSchemasAPIMockRecorder) ListSchemaVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListSchemaVersionsWithContext indicates an expected call of ListSchemaVersionsWithContext
func (*MockSchemasAPIMockRecorder) ListSchemas ¶
func (mr *MockSchemasAPIMockRecorder) ListSchemas(arg0 interface{}) *gomock.Call
ListSchemas indicates an expected call of ListSchemas
func (*MockSchemasAPIMockRecorder) ListSchemasPages ¶
func (mr *MockSchemasAPIMockRecorder) ListSchemasPages(arg0, arg1 interface{}) *gomock.Call
ListSchemasPages indicates an expected call of ListSchemasPages
func (*MockSchemasAPIMockRecorder) ListSchemasPagesWithContext ¶
func (mr *MockSchemasAPIMockRecorder) ListSchemasPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListSchemasPagesWithContext indicates an expected call of ListSchemasPagesWithContext
func (*MockSchemasAPIMockRecorder) ListSchemasRequest ¶
func (mr *MockSchemasAPIMockRecorder) ListSchemasRequest(arg0 interface{}) *gomock.Call
ListSchemasRequest indicates an expected call of ListSchemasRequest
func (*MockSchemasAPIMockRecorder) ListSchemasWithContext ¶
func (mr *MockSchemasAPIMockRecorder) ListSchemasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListSchemasWithContext indicates an expected call of ListSchemasWithContext
func (*MockSchemasAPIMockRecorder) ListTagsForResource ¶
func (mr *MockSchemasAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
ListTagsForResource indicates an expected call of ListTagsForResource
func (*MockSchemasAPIMockRecorder) ListTagsForResourceRequest ¶
func (mr *MockSchemasAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest
func (*MockSchemasAPIMockRecorder) ListTagsForResourceWithContext ¶
func (mr *MockSchemasAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext
func (*MockSchemasAPIMockRecorder) LockServiceLinkedRole ¶ added in v0.0.11
func (mr *MockSchemasAPIMockRecorder) LockServiceLinkedRole(arg0 interface{}) *gomock.Call
LockServiceLinkedRole indicates an expected call of LockServiceLinkedRole
func (*MockSchemasAPIMockRecorder) LockServiceLinkedRoleRequest ¶ added in v0.0.11
func (mr *MockSchemasAPIMockRecorder) LockServiceLinkedRoleRequest(arg0 interface{}) *gomock.Call
LockServiceLinkedRoleRequest indicates an expected call of LockServiceLinkedRoleRequest
func (*MockSchemasAPIMockRecorder) LockServiceLinkedRoleWithContext ¶ added in v0.0.11
func (mr *MockSchemasAPIMockRecorder) LockServiceLinkedRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
LockServiceLinkedRoleWithContext indicates an expected call of LockServiceLinkedRoleWithContext
func (*MockSchemasAPIMockRecorder) PutCodeBinding ¶
func (mr *MockSchemasAPIMockRecorder) PutCodeBinding(arg0 interface{}) *gomock.Call
PutCodeBinding indicates an expected call of PutCodeBinding
func (*MockSchemasAPIMockRecorder) PutCodeBindingRequest ¶
func (mr *MockSchemasAPIMockRecorder) PutCodeBindingRequest(arg0 interface{}) *gomock.Call
PutCodeBindingRequest indicates an expected call of PutCodeBindingRequest
func (*MockSchemasAPIMockRecorder) PutCodeBindingWithContext ¶
func (mr *MockSchemasAPIMockRecorder) PutCodeBindingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutCodeBindingWithContext indicates an expected call of PutCodeBindingWithContext
func (*MockSchemasAPIMockRecorder) SearchSchemas ¶
func (mr *MockSchemasAPIMockRecorder) SearchSchemas(arg0 interface{}) *gomock.Call
SearchSchemas indicates an expected call of SearchSchemas
func (*MockSchemasAPIMockRecorder) SearchSchemasPages ¶
func (mr *MockSchemasAPIMockRecorder) SearchSchemasPages(arg0, arg1 interface{}) *gomock.Call
SearchSchemasPages indicates an expected call of SearchSchemasPages
func (*MockSchemasAPIMockRecorder) SearchSchemasPagesWithContext ¶
func (mr *MockSchemasAPIMockRecorder) SearchSchemasPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
SearchSchemasPagesWithContext indicates an expected call of SearchSchemasPagesWithContext
func (*MockSchemasAPIMockRecorder) SearchSchemasRequest ¶
func (mr *MockSchemasAPIMockRecorder) SearchSchemasRequest(arg0 interface{}) *gomock.Call
SearchSchemasRequest indicates an expected call of SearchSchemasRequest
func (*MockSchemasAPIMockRecorder) SearchSchemasWithContext ¶
func (mr *MockSchemasAPIMockRecorder) SearchSchemasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SearchSchemasWithContext indicates an expected call of SearchSchemasWithContext
func (*MockSchemasAPIMockRecorder) StartDiscoverer ¶
func (mr *MockSchemasAPIMockRecorder) StartDiscoverer(arg0 interface{}) *gomock.Call
StartDiscoverer indicates an expected call of StartDiscoverer
func (*MockSchemasAPIMockRecorder) StartDiscovererRequest ¶
func (mr *MockSchemasAPIMockRecorder) StartDiscovererRequest(arg0 interface{}) *gomock.Call
StartDiscovererRequest indicates an expected call of StartDiscovererRequest
func (*MockSchemasAPIMockRecorder) StartDiscovererWithContext ¶
func (mr *MockSchemasAPIMockRecorder) StartDiscovererWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartDiscovererWithContext indicates an expected call of StartDiscovererWithContext
func (*MockSchemasAPIMockRecorder) StopDiscoverer ¶
func (mr *MockSchemasAPIMockRecorder) StopDiscoverer(arg0 interface{}) *gomock.Call
StopDiscoverer indicates an expected call of StopDiscoverer
func (*MockSchemasAPIMockRecorder) StopDiscovererRequest ¶
func (mr *MockSchemasAPIMockRecorder) StopDiscovererRequest(arg0 interface{}) *gomock.Call
StopDiscovererRequest indicates an expected call of StopDiscovererRequest
func (*MockSchemasAPIMockRecorder) StopDiscovererWithContext ¶
func (mr *MockSchemasAPIMockRecorder) StopDiscovererWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StopDiscovererWithContext indicates an expected call of StopDiscovererWithContext
func (*MockSchemasAPIMockRecorder) TagResource ¶
func (mr *MockSchemasAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
TagResource indicates an expected call of TagResource
func (*MockSchemasAPIMockRecorder) TagResourceRequest ¶
func (mr *MockSchemasAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
TagResourceRequest indicates an expected call of TagResourceRequest
func (*MockSchemasAPIMockRecorder) TagResourceWithContext ¶
func (mr *MockSchemasAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TagResourceWithContext indicates an expected call of TagResourceWithContext
func (*MockSchemasAPIMockRecorder) UnlockServiceLinkedRole ¶ added in v0.0.11
func (mr *MockSchemasAPIMockRecorder) UnlockServiceLinkedRole(arg0 interface{}) *gomock.Call
UnlockServiceLinkedRole indicates an expected call of UnlockServiceLinkedRole
func (*MockSchemasAPIMockRecorder) UnlockServiceLinkedRoleRequest ¶ added in v0.0.11
func (mr *MockSchemasAPIMockRecorder) UnlockServiceLinkedRoleRequest(arg0 interface{}) *gomock.Call
UnlockServiceLinkedRoleRequest indicates an expected call of UnlockServiceLinkedRoleRequest
func (*MockSchemasAPIMockRecorder) UnlockServiceLinkedRoleWithContext ¶ added in v0.0.11
func (mr *MockSchemasAPIMockRecorder) UnlockServiceLinkedRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UnlockServiceLinkedRoleWithContext indicates an expected call of UnlockServiceLinkedRoleWithContext
func (*MockSchemasAPIMockRecorder) UntagResource ¶
func (mr *MockSchemasAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
UntagResource indicates an expected call of UntagResource
func (*MockSchemasAPIMockRecorder) UntagResourceRequest ¶
func (mr *MockSchemasAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
UntagResourceRequest indicates an expected call of UntagResourceRequest
func (*MockSchemasAPIMockRecorder) UntagResourceWithContext ¶
func (mr *MockSchemasAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UntagResourceWithContext indicates an expected call of UntagResourceWithContext
func (*MockSchemasAPIMockRecorder) UpdateDiscoverer ¶
func (mr *MockSchemasAPIMockRecorder) UpdateDiscoverer(arg0 interface{}) *gomock.Call
UpdateDiscoverer indicates an expected call of UpdateDiscoverer
func (*MockSchemasAPIMockRecorder) UpdateDiscovererRequest ¶
func (mr *MockSchemasAPIMockRecorder) UpdateDiscovererRequest(arg0 interface{}) *gomock.Call
UpdateDiscovererRequest indicates an expected call of UpdateDiscovererRequest
func (*MockSchemasAPIMockRecorder) UpdateDiscovererWithContext ¶
func (mr *MockSchemasAPIMockRecorder) UpdateDiscovererWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateDiscovererWithContext indicates an expected call of UpdateDiscovererWithContext
func (*MockSchemasAPIMockRecorder) UpdateRegistry ¶
func (mr *MockSchemasAPIMockRecorder) UpdateRegistry(arg0 interface{}) *gomock.Call
UpdateRegistry indicates an expected call of UpdateRegistry
func (*MockSchemasAPIMockRecorder) UpdateRegistryRequest ¶
func (mr *MockSchemasAPIMockRecorder) UpdateRegistryRequest(arg0 interface{}) *gomock.Call
UpdateRegistryRequest indicates an expected call of UpdateRegistryRequest
func (*MockSchemasAPIMockRecorder) UpdateRegistryWithContext ¶
func (mr *MockSchemasAPIMockRecorder) UpdateRegistryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateRegistryWithContext indicates an expected call of UpdateRegistryWithContext
func (*MockSchemasAPIMockRecorder) UpdateSchema ¶
func (mr *MockSchemasAPIMockRecorder) UpdateSchema(arg0 interface{}) *gomock.Call
UpdateSchema indicates an expected call of UpdateSchema
func (*MockSchemasAPIMockRecorder) UpdateSchemaRequest ¶
func (mr *MockSchemasAPIMockRecorder) UpdateSchemaRequest(arg0 interface{}) *gomock.Call
UpdateSchemaRequest indicates an expected call of UpdateSchemaRequest
func (*MockSchemasAPIMockRecorder) UpdateSchemaWithContext ¶
func (mr *MockSchemasAPIMockRecorder) UpdateSchemaWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateSchemaWithContext indicates an expected call of UpdateSchemaWithContext
func (*MockSchemasAPIMockRecorder) WaitUntilCodeBindingExists ¶
func (mr *MockSchemasAPIMockRecorder) WaitUntilCodeBindingExists(arg0 interface{}) *gomock.Call
WaitUntilCodeBindingExists indicates an expected call of WaitUntilCodeBindingExists
func (*MockSchemasAPIMockRecorder) WaitUntilCodeBindingExistsWithContext ¶
func (mr *MockSchemasAPIMockRecorder) WaitUntilCodeBindingExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilCodeBindingExistsWithContext indicates an expected call of WaitUntilCodeBindingExistsWithContext