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 pinpointsmsvoicedouble contains test double implementation of pinpointsmsvoiceiface.PinpointSMSVoiceAPI
Package pinpointsmsvoicedouble provides a TestDouble implementation of pinpointsmsvoiceiface.PinpointSMSVoiceAPI ¶
Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00
Index ¶
- type PinpointSMSVoiceDouble
- func (d *PinpointSMSVoiceDouble) CreateConfigurationSet(i0 *pinpointsmsvoice.CreateConfigurationSetInput) (r0 *pinpointsmsvoice.CreateConfigurationSetOutput, r1 error)
- func (d *PinpointSMSVoiceDouble) CreateConfigurationSetEventDestination(i0 *pinpointsmsvoice.CreateConfigurationSetEventDestinationInput) (r0 *pinpointsmsvoice.CreateConfigurationSetEventDestinationOutput, r1 error)
- func (d *PinpointSMSVoiceDouble) CreateConfigurationSetEventDestinationRequest(i0 *pinpointsmsvoice.CreateConfigurationSetEventDestinationInput) (r0 *request.Request, ...)
- func (d *PinpointSMSVoiceDouble) CreateConfigurationSetEventDestinationWithContext(i0 context.Context, ...) (r0 *pinpointsmsvoice.CreateConfigurationSetEventDestinationOutput, r1 error)
- func (d *PinpointSMSVoiceDouble) CreateConfigurationSetRequest(i0 *pinpointsmsvoice.CreateConfigurationSetInput) (r0 *request.Request, r1 *pinpointsmsvoice.CreateConfigurationSetOutput)
- func (d *PinpointSMSVoiceDouble) CreateConfigurationSetWithContext(i0 context.Context, i1 *pinpointsmsvoice.CreateConfigurationSetInput, ...) (r0 *pinpointsmsvoice.CreateConfigurationSetOutput, r1 error)
- func (d *PinpointSMSVoiceDouble) DeleteConfigurationSet(i0 *pinpointsmsvoice.DeleteConfigurationSetInput) (r0 *pinpointsmsvoice.DeleteConfigurationSetOutput, r1 error)
- func (d *PinpointSMSVoiceDouble) DeleteConfigurationSetEventDestination(i0 *pinpointsmsvoice.DeleteConfigurationSetEventDestinationInput) (r0 *pinpointsmsvoice.DeleteConfigurationSetEventDestinationOutput, r1 error)
- func (d *PinpointSMSVoiceDouble) DeleteConfigurationSetEventDestinationRequest(i0 *pinpointsmsvoice.DeleteConfigurationSetEventDestinationInput) (r0 *request.Request, ...)
- func (d *PinpointSMSVoiceDouble) DeleteConfigurationSetEventDestinationWithContext(i0 context.Context, ...) (r0 *pinpointsmsvoice.DeleteConfigurationSetEventDestinationOutput, r1 error)
- func (d *PinpointSMSVoiceDouble) DeleteConfigurationSetRequest(i0 *pinpointsmsvoice.DeleteConfigurationSetInput) (r0 *request.Request, r1 *pinpointsmsvoice.DeleteConfigurationSetOutput)
- func (d *PinpointSMSVoiceDouble) DeleteConfigurationSetWithContext(i0 context.Context, i1 *pinpointsmsvoice.DeleteConfigurationSetInput, ...) (r0 *pinpointsmsvoice.DeleteConfigurationSetOutput, r1 error)
- func (d *PinpointSMSVoiceDouble) GetConfigurationSetEventDestinations(i0 *pinpointsmsvoice.GetConfigurationSetEventDestinationsInput) (r0 *pinpointsmsvoice.GetConfigurationSetEventDestinationsOutput, r1 error)
- func (d *PinpointSMSVoiceDouble) GetConfigurationSetEventDestinationsRequest(i0 *pinpointsmsvoice.GetConfigurationSetEventDestinationsInput) (r0 *request.Request, ...)
- func (d *PinpointSMSVoiceDouble) GetConfigurationSetEventDestinationsWithContext(i0 context.Context, ...) (r0 *pinpointsmsvoice.GetConfigurationSetEventDestinationsOutput, r1 error)
- func (d *PinpointSMSVoiceDouble) ListConfigurationSets(i0 *pinpointsmsvoice.ListConfigurationSetsInput) (r0 *pinpointsmsvoice.ListConfigurationSetsOutput, r1 error)
- func (d *PinpointSMSVoiceDouble) ListConfigurationSetsRequest(i0 *pinpointsmsvoice.ListConfigurationSetsInput) (r0 *request.Request, r1 *pinpointsmsvoice.ListConfigurationSetsOutput)
- func (d *PinpointSMSVoiceDouble) ListConfigurationSetsWithContext(i0 context.Context, i1 *pinpointsmsvoice.ListConfigurationSetsInput, ...) (r0 *pinpointsmsvoice.ListConfigurationSetsOutput, r1 error)
- func (d *PinpointSMSVoiceDouble) SendVoiceMessage(i0 *pinpointsmsvoice.SendVoiceMessageInput) (r0 *pinpointsmsvoice.SendVoiceMessageOutput, r1 error)
- func (d *PinpointSMSVoiceDouble) SendVoiceMessageRequest(i0 *pinpointsmsvoice.SendVoiceMessageInput) (r0 *request.Request, r1 *pinpointsmsvoice.SendVoiceMessageOutput)
- func (d *PinpointSMSVoiceDouble) SendVoiceMessageWithContext(i0 context.Context, i1 *pinpointsmsvoice.SendVoiceMessageInput, ...) (r0 *pinpointsmsvoice.SendVoiceMessageOutput, r1 error)
- func (d *PinpointSMSVoiceDouble) UpdateConfigurationSetEventDestination(i0 *pinpointsmsvoice.UpdateConfigurationSetEventDestinationInput) (r0 *pinpointsmsvoice.UpdateConfigurationSetEventDestinationOutput, r1 error)
- func (d *PinpointSMSVoiceDouble) UpdateConfigurationSetEventDestinationRequest(i0 *pinpointsmsvoice.UpdateConfigurationSetEventDestinationInput) (r0 *request.Request, ...)
- func (d *PinpointSMSVoiceDouble) UpdateConfigurationSetEventDestinationWithContext(i0 context.Context, ...) (r0 *pinpointsmsvoice.UpdateConfigurationSetEventDestinationOutput, r1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PinpointSMSVoiceDouble ¶
type PinpointSMSVoiceDouble struct { pinpointsmsvoiceiface.PinpointSMSVoiceAPI *awsdouble.AWSTestDouble }
PinpointSMSVoiceDouble is TestDouble for pinpointsmsvoiceiface.PinpointSMSVoiceAPI
func NewDouble ¶
func NewDouble(t godouble.T, configurators ...func(*awsdouble.AWSTestDouble)) *PinpointSMSVoiceDouble
Constructor for PinpointSMSVoiceDouble 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 (*PinpointSMSVoiceDouble) CreateConfigurationSet ¶
func (d *PinpointSMSVoiceDouble) CreateConfigurationSet(i0 *pinpointsmsvoice.CreateConfigurationSetInput) (r0 *pinpointsmsvoice.CreateConfigurationSetOutput, r1 error)
func (*PinpointSMSVoiceDouble) CreateConfigurationSetEventDestination ¶
func (d *PinpointSMSVoiceDouble) CreateConfigurationSetEventDestination(i0 *pinpointsmsvoice.CreateConfigurationSetEventDestinationInput) (r0 *pinpointsmsvoice.CreateConfigurationSetEventDestinationOutput, r1 error)
func (*PinpointSMSVoiceDouble) CreateConfigurationSetEventDestinationRequest ¶
func (d *PinpointSMSVoiceDouble) CreateConfigurationSetEventDestinationRequest(i0 *pinpointsmsvoice.CreateConfigurationSetEventDestinationInput) (r0 *request.Request, r1 *pinpointsmsvoice.CreateConfigurationSetEventDestinationOutput)
func (*PinpointSMSVoiceDouble) CreateConfigurationSetEventDestinationWithContext ¶
func (d *PinpointSMSVoiceDouble) CreateConfigurationSetEventDestinationWithContext(i0 context.Context, i1 *pinpointsmsvoice.CreateConfigurationSetEventDestinationInput, i2 ...request.Option) (r0 *pinpointsmsvoice.CreateConfigurationSetEventDestinationOutput, r1 error)
func (*PinpointSMSVoiceDouble) CreateConfigurationSetRequest ¶
func (d *PinpointSMSVoiceDouble) CreateConfigurationSetRequest(i0 *pinpointsmsvoice.CreateConfigurationSetInput) (r0 *request.Request, r1 *pinpointsmsvoice.CreateConfigurationSetOutput)
func (*PinpointSMSVoiceDouble) CreateConfigurationSetWithContext ¶
func (d *PinpointSMSVoiceDouble) CreateConfigurationSetWithContext(i0 context.Context, i1 *pinpointsmsvoice.CreateConfigurationSetInput, i2 ...request.Option) (r0 *pinpointsmsvoice.CreateConfigurationSetOutput, r1 error)
func (*PinpointSMSVoiceDouble) DeleteConfigurationSet ¶
func (d *PinpointSMSVoiceDouble) DeleteConfigurationSet(i0 *pinpointsmsvoice.DeleteConfigurationSetInput) (r0 *pinpointsmsvoice.DeleteConfigurationSetOutput, r1 error)
func (*PinpointSMSVoiceDouble) DeleteConfigurationSetEventDestination ¶
func (d *PinpointSMSVoiceDouble) DeleteConfigurationSetEventDestination(i0 *pinpointsmsvoice.DeleteConfigurationSetEventDestinationInput) (r0 *pinpointsmsvoice.DeleteConfigurationSetEventDestinationOutput, r1 error)
func (*PinpointSMSVoiceDouble) DeleteConfigurationSetEventDestinationRequest ¶
func (d *PinpointSMSVoiceDouble) DeleteConfigurationSetEventDestinationRequest(i0 *pinpointsmsvoice.DeleteConfigurationSetEventDestinationInput) (r0 *request.Request, r1 *pinpointsmsvoice.DeleteConfigurationSetEventDestinationOutput)
func (*PinpointSMSVoiceDouble) DeleteConfigurationSetEventDestinationWithContext ¶
func (d *PinpointSMSVoiceDouble) DeleteConfigurationSetEventDestinationWithContext(i0 context.Context, i1 *pinpointsmsvoice.DeleteConfigurationSetEventDestinationInput, i2 ...request.Option) (r0 *pinpointsmsvoice.DeleteConfigurationSetEventDestinationOutput, r1 error)
func (*PinpointSMSVoiceDouble) DeleteConfigurationSetRequest ¶
func (d *PinpointSMSVoiceDouble) DeleteConfigurationSetRequest(i0 *pinpointsmsvoice.DeleteConfigurationSetInput) (r0 *request.Request, r1 *pinpointsmsvoice.DeleteConfigurationSetOutput)
func (*PinpointSMSVoiceDouble) DeleteConfigurationSetWithContext ¶
func (d *PinpointSMSVoiceDouble) DeleteConfigurationSetWithContext(i0 context.Context, i1 *pinpointsmsvoice.DeleteConfigurationSetInput, i2 ...request.Option) (r0 *pinpointsmsvoice.DeleteConfigurationSetOutput, r1 error)
func (*PinpointSMSVoiceDouble) GetConfigurationSetEventDestinations ¶
func (d *PinpointSMSVoiceDouble) GetConfigurationSetEventDestinations(i0 *pinpointsmsvoice.GetConfigurationSetEventDestinationsInput) (r0 *pinpointsmsvoice.GetConfigurationSetEventDestinationsOutput, r1 error)
func (*PinpointSMSVoiceDouble) GetConfigurationSetEventDestinationsRequest ¶
func (d *PinpointSMSVoiceDouble) GetConfigurationSetEventDestinationsRequest(i0 *pinpointsmsvoice.GetConfigurationSetEventDestinationsInput) (r0 *request.Request, r1 *pinpointsmsvoice.GetConfigurationSetEventDestinationsOutput)
func (*PinpointSMSVoiceDouble) GetConfigurationSetEventDestinationsWithContext ¶
func (d *PinpointSMSVoiceDouble) GetConfigurationSetEventDestinationsWithContext(i0 context.Context, i1 *pinpointsmsvoice.GetConfigurationSetEventDestinationsInput, i2 ...request.Option) (r0 *pinpointsmsvoice.GetConfigurationSetEventDestinationsOutput, r1 error)
func (*PinpointSMSVoiceDouble) ListConfigurationSets ¶
func (d *PinpointSMSVoiceDouble) ListConfigurationSets(i0 *pinpointsmsvoice.ListConfigurationSetsInput) (r0 *pinpointsmsvoice.ListConfigurationSetsOutput, r1 error)
func (*PinpointSMSVoiceDouble) ListConfigurationSetsRequest ¶
func (d *PinpointSMSVoiceDouble) ListConfigurationSetsRequest(i0 *pinpointsmsvoice.ListConfigurationSetsInput) (r0 *request.Request, r1 *pinpointsmsvoice.ListConfigurationSetsOutput)
func (*PinpointSMSVoiceDouble) ListConfigurationSetsWithContext ¶
func (d *PinpointSMSVoiceDouble) ListConfigurationSetsWithContext(i0 context.Context, i1 *pinpointsmsvoice.ListConfigurationSetsInput, i2 ...request.Option) (r0 *pinpointsmsvoice.ListConfigurationSetsOutput, r1 error)
func (*PinpointSMSVoiceDouble) SendVoiceMessage ¶
func (d *PinpointSMSVoiceDouble) SendVoiceMessage(i0 *pinpointsmsvoice.SendVoiceMessageInput) (r0 *pinpointsmsvoice.SendVoiceMessageOutput, r1 error)
func (*PinpointSMSVoiceDouble) SendVoiceMessageRequest ¶
func (d *PinpointSMSVoiceDouble) SendVoiceMessageRequest(i0 *pinpointsmsvoice.SendVoiceMessageInput) (r0 *request.Request, r1 *pinpointsmsvoice.SendVoiceMessageOutput)
func (*PinpointSMSVoiceDouble) SendVoiceMessageWithContext ¶
func (d *PinpointSMSVoiceDouble) SendVoiceMessageWithContext(i0 context.Context, i1 *pinpointsmsvoice.SendVoiceMessageInput, i2 ...request.Option) (r0 *pinpointsmsvoice.SendVoiceMessageOutput, r1 error)
func (*PinpointSMSVoiceDouble) UpdateConfigurationSetEventDestination ¶
func (d *PinpointSMSVoiceDouble) UpdateConfigurationSetEventDestination(i0 *pinpointsmsvoice.UpdateConfigurationSetEventDestinationInput) (r0 *pinpointsmsvoice.UpdateConfigurationSetEventDestinationOutput, r1 error)
func (*PinpointSMSVoiceDouble) UpdateConfigurationSetEventDestinationRequest ¶
func (d *PinpointSMSVoiceDouble) UpdateConfigurationSetEventDestinationRequest(i0 *pinpointsmsvoice.UpdateConfigurationSetEventDestinationInput) (r0 *request.Request, r1 *pinpointsmsvoice.UpdateConfigurationSetEventDestinationOutput)
func (*PinpointSMSVoiceDouble) UpdateConfigurationSetEventDestinationWithContext ¶
func (d *PinpointSMSVoiceDouble) UpdateConfigurationSetEventDestinationWithContext(i0 context.Context, i1 *pinpointsmsvoice.UpdateConfigurationSetEventDestinationInput, i2 ...request.Option) (r0 *pinpointsmsvoice.UpdateConfigurationSetEventDestinationOutput, r1 error)