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