Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
type API interface { ListQueuesPagesWithContext(context.Context, *sqs.ListQueuesInput, func(*sqs.ListQueuesOutput, bool) bool, ...request.Option) error GetQueueAttributesWithContext(context.Context, *sqs.GetQueueAttributesInput, ...request.Option) (*sqs.GetQueueAttributesOutput, error) }
API documents the subset of AWS API we actually call
type GetQueueAttributes ¶
type GetQueueAttributes struct {
API
}
type GetQueueAttributesOutput ¶
type GetQueueAttributesOutput struct {
*sqs.GetQueueAttributesOutput
}
func (*GetQueueAttributesOutput) Records ¶
func (o *GetQueueAttributesOutput) Records() (records []*api.Record)
Click to show internal directories.
Click to hide internal directories.