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