Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Aws.S3.Commands.GetService
Documentation
data GetService Source #
Constructors
GetService |
Instances
SignQuery GetService Source # | ServiceConfiguration: |
Defined in Aws.S3.Commands.GetService Associated Types type ServiceConfiguration GetService :: Type -> Type Source # Methods signQuery :: GetService -> ServiceConfiguration GetService queryType -> SignatureData -> SignedQuery Source # | |
Show GetService Source # | |
Defined in Aws.S3.Commands.GetService Methods showsPrec :: Int -> GetService -> ShowS # show :: GetService -> String # showList :: [GetService] -> ShowS # | |
Transaction GetService GetServiceResponse Source # | |
Defined in Aws.S3.Commands.GetService | |
type ServiceConfiguration GetService Source # | |
Defined in Aws.S3.Commands.GetService |
data GetServiceResponse Source #
Constructors
GetServiceResponse | |
Fields
|
Instances
AsMemoryResponse GetServiceResponse Source # | |
Defined in Aws.S3.Commands.GetService Associated Types Methods loadToMemory :: GetServiceResponse -> ResourceT IO (MemoryResponse GetServiceResponse) Source # | |
Show GetServiceResponse Source # | |
Defined in Aws.S3.Commands.GetService Methods showsPrec :: Int -> GetServiceResponse -> ShowS # show :: GetServiceResponse -> String # showList :: [GetServiceResponse] -> ShowS # | |
ResponseConsumer r GetServiceResponse Source # | |
Defined in Aws.S3.Commands.GetService Associated Types Methods responseConsumer :: Request -> r -> IORef (ResponseMetadata GetServiceResponse) -> HTTPResponseConsumer GetServiceResponse Source # | |
Transaction GetService GetServiceResponse Source # | |
Defined in Aws.S3.Commands.GetService | |
type MemoryResponse GetServiceResponse Source # | |
Defined in Aws.S3.Commands.GetService | |
type ResponseMetadata GetServiceResponse Source # | |
Defined in Aws.S3.Commands.GetService |