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 |