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