Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data GetQueueAttributes Source #
Instances
SignQuery GetQueueAttributes Source # | ServiceConfiguration: |
Defined in Aws.Sqs.Commands.QueueAttributes type ServiceConfiguration GetQueueAttributes :: Type -> Type Source # signQuery :: GetQueueAttributes -> ServiceConfiguration GetQueueAttributes queryType -> SignatureData -> SignedQuery Source # | |
Show GetQueueAttributes Source # | |
Defined in Aws.Sqs.Commands.QueueAttributes 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 #
Instances
parseAttributes :: Cursor -> [(QueueAttribute, Text)] Source #
formatAttributes :: [QueueAttribute] -> [(ByteString, Maybe ByteString)] Source #
data SetQueueAttributes Source #
Instances
SignQuery SetQueueAttributes Source # | ServiceConfiguration: |
Defined in Aws.Sqs.Commands.QueueAttributes type ServiceConfiguration SetQueueAttributes :: Type -> Type Source # signQuery :: SetQueueAttributes -> ServiceConfiguration SetQueueAttributes queryType -> SignatureData -> SignedQuery Source # | |
Show SetQueueAttributes Source # | |
Defined in Aws.Sqs.Commands.QueueAttributes 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 #