Documentation ¶
Overview ¶
Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00 For SDKVersion 1.28.13 Package marketplacecatalogdouble contains test double implementation of marketplacecatalogiface.MarketplaceCatalogAPI
Package marketplacecatalogdouble provides a TestDouble implementation of marketplacecatalogiface.MarketplaceCatalogAPI ¶
Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00
Index ¶
- type MarketplaceCatalogDouble
- func (d *MarketplaceCatalogDouble) CancelChangeSet(i0 *marketplacecatalog.CancelChangeSetInput) (r0 *marketplacecatalog.CancelChangeSetOutput, r1 error)
- func (d *MarketplaceCatalogDouble) CancelChangeSetRequest(i0 *marketplacecatalog.CancelChangeSetInput) (r0 *request.Request, r1 *marketplacecatalog.CancelChangeSetOutput)
- func (d *MarketplaceCatalogDouble) CancelChangeSetWithContext(i0 context.Context, i1 *marketplacecatalog.CancelChangeSetInput, ...) (r0 *marketplacecatalog.CancelChangeSetOutput, r1 error)
- func (d *MarketplaceCatalogDouble) DescribeChangeSet(i0 *marketplacecatalog.DescribeChangeSetInput) (r0 *marketplacecatalog.DescribeChangeSetOutput, r1 error)
- func (d *MarketplaceCatalogDouble) DescribeChangeSetRequest(i0 *marketplacecatalog.DescribeChangeSetInput) (r0 *request.Request, r1 *marketplacecatalog.DescribeChangeSetOutput)
- func (d *MarketplaceCatalogDouble) DescribeChangeSetWithContext(i0 context.Context, i1 *marketplacecatalog.DescribeChangeSetInput, ...) (r0 *marketplacecatalog.DescribeChangeSetOutput, r1 error)
- func (d *MarketplaceCatalogDouble) DescribeEntity(i0 *marketplacecatalog.DescribeEntityInput) (r0 *marketplacecatalog.DescribeEntityOutput, r1 error)
- func (d *MarketplaceCatalogDouble) DescribeEntityRequest(i0 *marketplacecatalog.DescribeEntityInput) (r0 *request.Request, r1 *marketplacecatalog.DescribeEntityOutput)
- func (d *MarketplaceCatalogDouble) DescribeEntityWithContext(i0 context.Context, i1 *marketplacecatalog.DescribeEntityInput, ...) (r0 *marketplacecatalog.DescribeEntityOutput, r1 error)
- func (d *MarketplaceCatalogDouble) ListChangeSets(i0 *marketplacecatalog.ListChangeSetsInput) (r0 *marketplacecatalog.ListChangeSetsOutput, r1 error)
- func (d *MarketplaceCatalogDouble) ListChangeSetsPages(i0 *marketplacecatalog.ListChangeSetsInput, ...) (r0 error)
- func (d *MarketplaceCatalogDouble) ListChangeSetsPagesWithContext(i0 context.Context, i1 *marketplacecatalog.ListChangeSetsInput, ...) (r0 error)
- func (d *MarketplaceCatalogDouble) ListChangeSetsRequest(i0 *marketplacecatalog.ListChangeSetsInput) (r0 *request.Request, r1 *marketplacecatalog.ListChangeSetsOutput)
- func (d *MarketplaceCatalogDouble) ListChangeSetsWithContext(i0 context.Context, i1 *marketplacecatalog.ListChangeSetsInput, ...) (r0 *marketplacecatalog.ListChangeSetsOutput, r1 error)
- func (d *MarketplaceCatalogDouble) ListEntities(i0 *marketplacecatalog.ListEntitiesInput) (r0 *marketplacecatalog.ListEntitiesOutput, r1 error)
- func (d *MarketplaceCatalogDouble) ListEntitiesPages(i0 *marketplacecatalog.ListEntitiesInput, ...) (r0 error)
- func (d *MarketplaceCatalogDouble) ListEntitiesPagesWithContext(i0 context.Context, i1 *marketplacecatalog.ListEntitiesInput, ...) (r0 error)
- func (d *MarketplaceCatalogDouble) ListEntitiesRequest(i0 *marketplacecatalog.ListEntitiesInput) (r0 *request.Request, r1 *marketplacecatalog.ListEntitiesOutput)
- func (d *MarketplaceCatalogDouble) ListEntitiesWithContext(i0 context.Context, i1 *marketplacecatalog.ListEntitiesInput, ...) (r0 *marketplacecatalog.ListEntitiesOutput, r1 error)
- func (d *MarketplaceCatalogDouble) StartChangeSet(i0 *marketplacecatalog.StartChangeSetInput) (r0 *marketplacecatalog.StartChangeSetOutput, r1 error)
- func (d *MarketplaceCatalogDouble) StartChangeSetRequest(i0 *marketplacecatalog.StartChangeSetInput) (r0 *request.Request, r1 *marketplacecatalog.StartChangeSetOutput)
- func (d *MarketplaceCatalogDouble) StartChangeSetWithContext(i0 context.Context, i1 *marketplacecatalog.StartChangeSetInput, ...) (r0 *marketplacecatalog.StartChangeSetOutput, r1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MarketplaceCatalogDouble ¶
type MarketplaceCatalogDouble struct { marketplacecatalogiface.MarketplaceCatalogAPI *awsdouble.AWSTestDouble }
MarketplaceCatalogDouble is TestDouble for marketplacecatalogiface.MarketplaceCatalogAPI
func NewDouble ¶
func NewDouble(t godouble.T, configurators ...func(*awsdouble.AWSTestDouble)) *MarketplaceCatalogDouble
Constructor for MarketplaceCatalogDouble Default configuration will ensure
API operations not explicitly stubbed will return an empty output struct pointer, and nil error. To simulate long polling, "Poll" operations will return these values after a random delay of up to 100ms.
WithContext methods implement a 'Fake' method that returns a cancellation error if the context is cancelled before the method is called.
Pages and PagesWithContext methods similarly implement a 'Fake' method that paginates over the underlying method.
This allows tests to only stub the simple api methods and be generally unconcerned whether the SUT is using the Context or Pagination forms of the API.
func (*MarketplaceCatalogDouble) CancelChangeSet ¶
func (d *MarketplaceCatalogDouble) CancelChangeSet(i0 *marketplacecatalog.CancelChangeSetInput) (r0 *marketplacecatalog.CancelChangeSetOutput, r1 error)
func (*MarketplaceCatalogDouble) CancelChangeSetRequest ¶
func (d *MarketplaceCatalogDouble) CancelChangeSetRequest(i0 *marketplacecatalog.CancelChangeSetInput) (r0 *request.Request, r1 *marketplacecatalog.CancelChangeSetOutput)
func (*MarketplaceCatalogDouble) CancelChangeSetWithContext ¶
func (d *MarketplaceCatalogDouble) CancelChangeSetWithContext(i0 context.Context, i1 *marketplacecatalog.CancelChangeSetInput, i2 ...request.Option) (r0 *marketplacecatalog.CancelChangeSetOutput, r1 error)
func (*MarketplaceCatalogDouble) DescribeChangeSet ¶
func (d *MarketplaceCatalogDouble) DescribeChangeSet(i0 *marketplacecatalog.DescribeChangeSetInput) (r0 *marketplacecatalog.DescribeChangeSetOutput, r1 error)
func (*MarketplaceCatalogDouble) DescribeChangeSetRequest ¶
func (d *MarketplaceCatalogDouble) DescribeChangeSetRequest(i0 *marketplacecatalog.DescribeChangeSetInput) (r0 *request.Request, r1 *marketplacecatalog.DescribeChangeSetOutput)
func (*MarketplaceCatalogDouble) DescribeChangeSetWithContext ¶
func (d *MarketplaceCatalogDouble) DescribeChangeSetWithContext(i0 context.Context, i1 *marketplacecatalog.DescribeChangeSetInput, i2 ...request.Option) (r0 *marketplacecatalog.DescribeChangeSetOutput, r1 error)
func (*MarketplaceCatalogDouble) DescribeEntity ¶
func (d *MarketplaceCatalogDouble) DescribeEntity(i0 *marketplacecatalog.DescribeEntityInput) (r0 *marketplacecatalog.DescribeEntityOutput, r1 error)
func (*MarketplaceCatalogDouble) DescribeEntityRequest ¶
func (d *MarketplaceCatalogDouble) DescribeEntityRequest(i0 *marketplacecatalog.DescribeEntityInput) (r0 *request.Request, r1 *marketplacecatalog.DescribeEntityOutput)
func (*MarketplaceCatalogDouble) DescribeEntityWithContext ¶
func (d *MarketplaceCatalogDouble) DescribeEntityWithContext(i0 context.Context, i1 *marketplacecatalog.DescribeEntityInput, i2 ...request.Option) (r0 *marketplacecatalog.DescribeEntityOutput, r1 error)
func (*MarketplaceCatalogDouble) ListChangeSets ¶
func (d *MarketplaceCatalogDouble) ListChangeSets(i0 *marketplacecatalog.ListChangeSetsInput) (r0 *marketplacecatalog.ListChangeSetsOutput, r1 error)
func (*MarketplaceCatalogDouble) ListChangeSetsPages ¶
func (d *MarketplaceCatalogDouble) ListChangeSetsPages(i0 *marketplacecatalog.ListChangeSetsInput, i1 func(*marketplacecatalog.ListChangeSetsOutput, bool) bool) (r0 error)
func (*MarketplaceCatalogDouble) ListChangeSetsPagesWithContext ¶
func (d *MarketplaceCatalogDouble) ListChangeSetsPagesWithContext(i0 context.Context, i1 *marketplacecatalog.ListChangeSetsInput, i2 func(*marketplacecatalog.ListChangeSetsOutput, bool) bool, i3 ...request.Option) (r0 error)
func (*MarketplaceCatalogDouble) ListChangeSetsRequest ¶
func (d *MarketplaceCatalogDouble) ListChangeSetsRequest(i0 *marketplacecatalog.ListChangeSetsInput) (r0 *request.Request, r1 *marketplacecatalog.ListChangeSetsOutput)
func (*MarketplaceCatalogDouble) ListChangeSetsWithContext ¶
func (d *MarketplaceCatalogDouble) ListChangeSetsWithContext(i0 context.Context, i1 *marketplacecatalog.ListChangeSetsInput, i2 ...request.Option) (r0 *marketplacecatalog.ListChangeSetsOutput, r1 error)
func (*MarketplaceCatalogDouble) ListEntities ¶
func (d *MarketplaceCatalogDouble) ListEntities(i0 *marketplacecatalog.ListEntitiesInput) (r0 *marketplacecatalog.ListEntitiesOutput, r1 error)
func (*MarketplaceCatalogDouble) ListEntitiesPages ¶
func (d *MarketplaceCatalogDouble) ListEntitiesPages(i0 *marketplacecatalog.ListEntitiesInput, i1 func(*marketplacecatalog.ListEntitiesOutput, bool) bool) (r0 error)
func (*MarketplaceCatalogDouble) ListEntitiesPagesWithContext ¶
func (d *MarketplaceCatalogDouble) ListEntitiesPagesWithContext(i0 context.Context, i1 *marketplacecatalog.ListEntitiesInput, i2 func(*marketplacecatalog.ListEntitiesOutput, bool) bool, i3 ...request.Option) (r0 error)
func (*MarketplaceCatalogDouble) ListEntitiesRequest ¶
func (d *MarketplaceCatalogDouble) ListEntitiesRequest(i0 *marketplacecatalog.ListEntitiesInput) (r0 *request.Request, r1 *marketplacecatalog.ListEntitiesOutput)
func (*MarketplaceCatalogDouble) ListEntitiesWithContext ¶
func (d *MarketplaceCatalogDouble) ListEntitiesWithContext(i0 context.Context, i1 *marketplacecatalog.ListEntitiesInput, i2 ...request.Option) (r0 *marketplacecatalog.ListEntitiesOutput, r1 error)
func (*MarketplaceCatalogDouble) StartChangeSet ¶
func (d *MarketplaceCatalogDouble) StartChangeSet(i0 *marketplacecatalog.StartChangeSetInput) (r0 *marketplacecatalog.StartChangeSetOutput, r1 error)
func (*MarketplaceCatalogDouble) StartChangeSetRequest ¶
func (d *MarketplaceCatalogDouble) StartChangeSetRequest(i0 *marketplacecatalog.StartChangeSetInput) (r0 *request.Request, r1 *marketplacecatalog.StartChangeSetOutput)
func (*MarketplaceCatalogDouble) StartChangeSetWithContext ¶
func (d *MarketplaceCatalogDouble) StartChangeSetWithContext(i0 context.Context, i1 *marketplacecatalog.StartChangeSetInput, i2 ...request.Option) (r0 *marketplacecatalog.StartChangeSetOutput, r1 error)