Documentation ¶
Index ¶
- type Client
- func (c *Client) DeleteMessage(ctx context.Context, input *DeleteMessageInput) (*DeleteMessageOutput, error)
- func (c *Client) ReceiveMessage(ctx context.Context, input *ReceiveMessageInput) (*ReceiveMessageOutput, error)
- func (c *Client) SendMessage(ctx context.Context, input *SendMessageInput) (*SendMessageOutput, error)
- func (c *Client) SendMessageBatch(ctx context.Context, input *SendMessageBatchInput) (*SendMessageBatchOutput, error)
- type DeleteMessageInput
- type DeleteMessageOutput
- type Message
- type ReceiveMessageInput
- type ReceiveMessageOutput
- type SendMessageBatchInput
- type SendMessageBatchOutput
- type SendMessageBatchRequestEntry
- type SendMessageInput
- type SendMessageOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) DeleteMessage ¶
func (c *Client) DeleteMessage(ctx context.Context, input *DeleteMessageInput) (*DeleteMessageOutput, error)
func (*Client) ReceiveMessage ¶
func (c *Client) ReceiveMessage(ctx context.Context, input *ReceiveMessageInput) (*ReceiveMessageOutput, error)
func (*Client) SendMessage ¶
func (c *Client) SendMessage(ctx context.Context, input *SendMessageInput) (*SendMessageOutput, error)
func (*Client) SendMessageBatch ¶
func (c *Client) SendMessageBatch(ctx context.Context, input *SendMessageBatchInput) (*SendMessageBatchOutput, error)
type DeleteMessageInput ¶
type DeleteMessageInput = sqs.DeleteMessageInput
type DeleteMessageOutput ¶
type DeleteMessageOutput = sqs.DeleteMessageOutput
type ReceiveMessageInput ¶
type ReceiveMessageInput = sqs.ReceiveMessageInput
type ReceiveMessageOutput ¶
type ReceiveMessageOutput = sqs.ReceiveMessageOutput
type SendMessageBatchInput ¶
type SendMessageBatchInput = sqs.SendMessageBatchInput
type SendMessageBatchOutput ¶
type SendMessageBatchOutput = sqs.SendMessageBatchOutput
type SendMessageBatchRequestEntry ¶
type SendMessageBatchRequestEntry = types.SendMessageBatchRequestEntry
type SendMessageInput ¶
type SendMessageInput = sqs.SendMessageInput
type SendMessageOutput ¶
type SendMessageOutput = sqs.SendMessageOutput
Click to show internal directories.
Click to hide internal directories.