Versions in this module Expand all Collapse all v0 v0.1.0 Dec 26, 2023 v0.0.1 Dec 26, 2023 Changes in this version + const EndpointsID + const ErrCodeQueueDeletedRecently + const ErrCodeQueueNameExists + const ServiceID + const ServiceName + type AwsQueryCompatible struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *AwsQueryCompatible + func (c *AwsQueryCompatible) CreateQueue(input *CreateQueueInput) (*CreateQueueOutput, error) + func (c *AwsQueryCompatible) CreateQueueRequest(input *CreateQueueInput) (req *request.Request, output *CreateQueueOutput) + func (c *AwsQueryCompatible) CreateQueueWithContext(ctx aws.Context, input *CreateQueueInput, opts ...request.Option) (*CreateQueueOutput, error) + type CreateQueueInput struct + QueueName *string + func (s *CreateQueueInput) SetQueueName(v string) *CreateQueueInput + func (s *CreateQueueInput) Validate() error + func (s CreateQueueInput) GoString() string + func (s CreateQueueInput) String() string + type CreateQueueOutput struct + QueueUrl *string + func (s *CreateQueueOutput) SetQueueUrl(v string) *CreateQueueOutput + func (s CreateQueueOutput) GoString() string + func (s CreateQueueOutput) String() string + type QueueDeletedRecently struct + Code_ *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *QueueDeletedRecently) Code() string + func (s *QueueDeletedRecently) Error() string + func (s *QueueDeletedRecently) Message() string + func (s *QueueDeletedRecently) OrigErr() error + func (s *QueueDeletedRecently) RequestID() string + func (s *QueueDeletedRecently) StatusCode() int + func (s QueueDeletedRecently) GoString() string + func (s QueueDeletedRecently) String() string + type QueueNameExists struct + Code_ *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *QueueNameExists) Code() string + func (s *QueueNameExists) Error() string + func (s *QueueNameExists) Message() string + func (s *QueueNameExists) OrigErr() error + func (s *QueueNameExists) RequestID() string + func (s *QueueNameExists) StatusCode() int + func (s QueueNameExists) GoString() string + func (s QueueNameExists) String() string