| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Aws.Sqs.Commands.QueueAttributes
Documentation
data GetQueueAttributes Source #
Constructors
| GetQueueAttributes | |
Fields | |
Instances
| SignQuery GetQueueAttributes Source # | ServiceConfiguration: | ||||
Defined in Aws.Sqs.Commands.QueueAttributes Associated Types
Methods signQuery :: GetQueueAttributes -> ServiceConfiguration GetQueueAttributes queryType -> SignatureData -> SignedQuery Source # | |||||
| Show GetQueueAttributes Source # | |||||
Defined in Aws.Sqs.Commands.QueueAttributes Methods showsPrec :: Int -> GetQueueAttributes -> ShowS # show :: GetQueueAttributes -> String # showList :: [GetQueueAttributes] -> ShowS # | |||||
| Transaction GetQueueAttributes GetQueueAttributesResponse Source # | |||||
Defined in Aws.Sqs.Commands.QueueAttributes | |||||
| type ServiceConfiguration GetQueueAttributes Source # | |||||
data GetQueueAttributesResponse Source #
Constructors
| GetQueueAttributesResponse | |
Fields
| |
Instances
| AsMemoryResponse GetQueueAttributesResponse Source # | |||||
Defined in Aws.Sqs.Commands.QueueAttributes Associated Types
| |||||
| Show GetQueueAttributesResponse Source # | |||||
Defined in Aws.Sqs.Commands.QueueAttributes Methods showsPrec :: Int -> GetQueueAttributesResponse -> ShowS # show :: GetQueueAttributesResponse -> String # showList :: [GetQueueAttributesResponse] -> ShowS # | |||||
| ResponseConsumer r GetQueueAttributesResponse Source # | |||||
Defined in Aws.Sqs.Commands.QueueAttributes Associated Types
Methods responseConsumer :: Request -> r -> IORef (ResponseMetadata GetQueueAttributesResponse) -> HTTPResponseConsumer GetQueueAttributesResponse Source # | |||||
| Transaction GetQueueAttributes GetQueueAttributesResponse Source # | |||||
Defined in Aws.Sqs.Commands.QueueAttributes | |||||
| type MemoryResponse GetQueueAttributesResponse Source # | |||||
| type ResponseMetadata GetQueueAttributesResponse Source # | |||||
parseAttributes :: Cursor -> [(QueueAttribute, Text)] Source #
formatAttributes :: [QueueAttribute] -> [(ByteString, Maybe ByteString)] Source #
data SetQueueAttributes Source #
Constructors
| SetQueueAttributes | |
Fields | |
Instances
| SignQuery SetQueueAttributes Source # | ServiceConfiguration: | ||||
Defined in Aws.Sqs.Commands.QueueAttributes Associated Types
Methods signQuery :: SetQueueAttributes -> ServiceConfiguration SetQueueAttributes queryType -> SignatureData -> SignedQuery Source # | |||||
| Show SetQueueAttributes Source # | |||||
Defined in Aws.Sqs.Commands.QueueAttributes Methods showsPrec :: Int -> SetQueueAttributes -> ShowS # show :: SetQueueAttributes -> String # showList :: [SetQueueAttributes] -> ShowS # | |||||
| Transaction SetQueueAttributes SetQueueAttributesResponse Source # | |||||
Defined in Aws.Sqs.Commands.QueueAttributes | |||||
| type ServiceConfiguration SetQueueAttributes Source # | |||||
data SetQueueAttributesResponse Source #
Constructors
| SetQueueAttributesResponse |
Instances
| AsMemoryResponse SetQueueAttributesResponse Source # | |||||
Defined in Aws.Sqs.Commands.QueueAttributes Associated Types
| |||||
| Show SetQueueAttributesResponse Source # | |||||
Defined in Aws.Sqs.Commands.QueueAttributes Methods showsPrec :: Int -> SetQueueAttributesResponse -> ShowS # show :: SetQueueAttributesResponse -> String # showList :: [SetQueueAttributesResponse] -> ShowS # | |||||
| ResponseConsumer r SetQueueAttributesResponse Source # | |||||
Defined in Aws.Sqs.Commands.QueueAttributes Associated Types
Methods responseConsumer :: Request -> r -> IORef (ResponseMetadata SetQueueAttributesResponse) -> HTTPResponseConsumer SetQueueAttributesResponse Source # | |||||
| Transaction SetQueueAttributes SetQueueAttributesResponse Source # | |||||
Defined in Aws.Sqs.Commands.QueueAttributes | |||||
| type MemoryResponse SetQueueAttributesResponse Source # | |||||
| type ResponseMetadata SetQueueAttributesResponse Source # | |||||