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