firehosedouble

package
v0.0.0-...-8548fdf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

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 firehosedouble contains test double implementation of firehoseiface.FirehoseAPI

Package firehosedouble provides a TestDouble implementation of firehoseiface.FirehoseAPI

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FirehoseDouble

type FirehoseDouble struct {
	firehoseiface.FirehoseAPI
	*awsdouble.AWSTestDouble
}

FirehoseDouble is TestDouble for firehoseiface.FirehoseAPI

func NewDouble

func NewDouble(t godouble.T, configurators ...func(*awsdouble.AWSTestDouble)) *FirehoseDouble

Constructor for FirehoseDouble 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 (*FirehoseDouble) CreateDeliveryStream

func (*FirehoseDouble) CreateDeliveryStreamRequest

func (*FirehoseDouble) CreateDeliveryStreamWithContext

func (d *FirehoseDouble) CreateDeliveryStreamWithContext(i0 context.Context, i1 *firehose.CreateDeliveryStreamInput, i2 ...request.Option) (r0 *firehose.CreateDeliveryStreamOutput, r1 error)

func (*FirehoseDouble) DeleteDeliveryStream

func (*FirehoseDouble) DeleteDeliveryStreamRequest

func (*FirehoseDouble) DeleteDeliveryStreamWithContext

func (d *FirehoseDouble) DeleteDeliveryStreamWithContext(i0 context.Context, i1 *firehose.DeleteDeliveryStreamInput, i2 ...request.Option) (r0 *firehose.DeleteDeliveryStreamOutput, r1 error)

func (*FirehoseDouble) DescribeDeliveryStream

func (*FirehoseDouble) DescribeDeliveryStreamRequest

func (*FirehoseDouble) DescribeDeliveryStreamWithContext

func (d *FirehoseDouble) DescribeDeliveryStreamWithContext(i0 context.Context, i1 *firehose.DescribeDeliveryStreamInput, i2 ...request.Option) (r0 *firehose.DescribeDeliveryStreamOutput, r1 error)

func (*FirehoseDouble) ListDeliveryStreams

func (*FirehoseDouble) ListDeliveryStreamsRequest

func (*FirehoseDouble) ListDeliveryStreamsWithContext

func (d *FirehoseDouble) ListDeliveryStreamsWithContext(i0 context.Context, i1 *firehose.ListDeliveryStreamsInput, i2 ...request.Option) (r0 *firehose.ListDeliveryStreamsOutput, r1 error)

func (*FirehoseDouble) ListTagsForDeliveryStream

func (*FirehoseDouble) ListTagsForDeliveryStreamWithContext

func (d *FirehoseDouble) ListTagsForDeliveryStreamWithContext(i0 context.Context, i1 *firehose.ListTagsForDeliveryStreamInput, i2 ...request.Option) (r0 *firehose.ListTagsForDeliveryStreamOutput, r1 error)

func (*FirehoseDouble) PutRecord

func (*FirehoseDouble) PutRecordBatch

func (*FirehoseDouble) PutRecordBatchRequest

func (d *FirehoseDouble) PutRecordBatchRequest(i0 *firehose.PutRecordBatchInput) (r0 *request.Request, r1 *firehose.PutRecordBatchOutput)

func (*FirehoseDouble) PutRecordBatchWithContext

func (d *FirehoseDouble) PutRecordBatchWithContext(i0 context.Context, i1 *firehose.PutRecordBatchInput, i2 ...request.Option) (r0 *firehose.PutRecordBatchOutput, r1 error)

func (*FirehoseDouble) PutRecordRequest

func (d *FirehoseDouble) PutRecordRequest(i0 *firehose.PutRecordInput) (r0 *request.Request, r1 *firehose.PutRecordOutput)

func (*FirehoseDouble) PutRecordWithContext

func (d *FirehoseDouble) PutRecordWithContext(i0 context.Context, i1 *firehose.PutRecordInput, i2 ...request.Option) (r0 *firehose.PutRecordOutput, r1 error)

func (*FirehoseDouble) TagDeliveryStream

func (*FirehoseDouble) TagDeliveryStreamRequest

func (*FirehoseDouble) TagDeliveryStreamWithContext

func (d *FirehoseDouble) TagDeliveryStreamWithContext(i0 context.Context, i1 *firehose.TagDeliveryStreamInput, i2 ...request.Option) (r0 *firehose.TagDeliveryStreamOutput, r1 error)

func (*FirehoseDouble) UntagDeliveryStream

func (*FirehoseDouble) UntagDeliveryStreamRequest

func (*FirehoseDouble) UntagDeliveryStreamWithContext

func (d *FirehoseDouble) UntagDeliveryStreamWithContext(i0 context.Context, i1 *firehose.UntagDeliveryStreamInput, i2 ...request.Option) (r0 *firehose.UntagDeliveryStreamOutput, r1 error)

func (*FirehoseDouble) UpdateDestination

func (*FirehoseDouble) UpdateDestinationRequest

func (*FirehoseDouble) UpdateDestinationWithContext

func (d *FirehoseDouble) UpdateDestinationWithContext(i0 context.Context, i1 *firehose.UpdateDestinationInput, i2 ...request.Option) (r0 *firehose.UpdateDestinationOutput, r1 error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL