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