Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
type API interface { ListDeliveryStreamsWithContext(context.Context, *firehose.ListDeliveryStreamsInput, ...request.Option) (*firehose.ListDeliveryStreamsOutput, error) DescribeDeliveryStreamWithContext(context.Context, *firehose.DescribeDeliveryStreamInput, ...request.Option) (*firehose.DescribeDeliveryStreamOutput, error) }
API documents the subset of AWS API we actually call
type DescribeDeliveryStreamOutput ¶
type DescribeDeliveryStreamOutput struct {
*firehose.DescribeDeliveryStreamOutput
}
func (*DescribeDeliveryStreamOutput) Records ¶
func (o *DescribeDeliveryStreamOutput) Records() (records []*api.Record)
type DescribeDeliveryStreams ¶
type DescribeDeliveryStreams struct {
API
}
Click to show internal directories.
Click to hide internal directories.