Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data AddPermission Source #
AddPermission | |
|
Instances
SignQuery AddPermission Source # | ServiceConfiguration: |
Defined in Aws.Sqs.Commands.Permission type ServiceConfiguration AddPermission :: Type -> Type Source # signQuery :: AddPermission -> ServiceConfiguration AddPermission queryType -> SignatureData -> SignedQuery Source # | |
Show AddPermission Source # | |
Defined in Aws.Sqs.Commands.Permission showsPrec :: Int -> AddPermission -> ShowS # show :: AddPermission -> String # showList :: [AddPermission] -> ShowS # | |
Transaction AddPermission AddPermissionResponse Source # | |
Defined in Aws.Sqs.Commands.Permission | |
type ServiceConfiguration AddPermission Source # | |
Defined in Aws.Sqs.Commands.Permission |
data AddPermissionResponse Source #
Instances
AsMemoryResponse AddPermissionResponse Source # | |
Show AddPermissionResponse Source # | |
Defined in Aws.Sqs.Commands.Permission showsPrec :: Int -> AddPermissionResponse -> ShowS # show :: AddPermissionResponse -> String # showList :: [AddPermissionResponse] -> ShowS # | |
ResponseConsumer r AddPermissionResponse Source # | |
Transaction AddPermission AddPermissionResponse Source # | |
Defined in Aws.Sqs.Commands.Permission | |
type MemoryResponse AddPermissionResponse Source # | |
Defined in Aws.Sqs.Commands.Permission | |
type ResponseMetadata AddPermissionResponse Source # | |
Defined in Aws.Sqs.Commands.Permission |
formatPermissions :: [(Text, SqsPermission)] -> [QueryItem] Source #
data RemovePermission Source #
Instances
SignQuery RemovePermission Source # | ServiceConfiguration: |
Defined in Aws.Sqs.Commands.Permission type ServiceConfiguration RemovePermission :: Type -> Type Source # signQuery :: RemovePermission -> ServiceConfiguration RemovePermission queryType -> SignatureData -> SignedQuery Source # | |
Show RemovePermission Source # | |
Defined in Aws.Sqs.Commands.Permission showsPrec :: Int -> RemovePermission -> ShowS # show :: RemovePermission -> String # showList :: [RemovePermission] -> ShowS # | |
Transaction RemovePermission RemovePermissionResponse Source # | |
Defined in Aws.Sqs.Commands.Permission | |
type ServiceConfiguration RemovePermission Source # | |
Defined in Aws.Sqs.Commands.Permission |
data RemovePermissionResponse Source #