Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.S3.Commands.HeadObject
Documentation
data HeadObject #
Constructors
HeadObject | |
Fields
|
Instances
SignQuery HeadObject # | ServiceConfiguration: | ||||
Defined in Aws.S3.Commands.HeadObject Associated Types
Methods signQuery :: HeadObject -> ServiceConfiguration HeadObject queryType -> SignatureData -> SignedQuery # | |||||
Show HeadObject # | |||||
Defined in Aws.S3.Commands.HeadObject Methods showsPrec :: Int -> HeadObject -> ShowS # show :: HeadObject -> String # showList :: [HeadObject] -> ShowS # | |||||
ResponseConsumer HeadObject HeadObjectResponse # | |||||
Defined in Aws.S3.Commands.HeadObject Associated Types
Methods responseConsumer :: Request -> HeadObject -> IORef (ResponseMetadata HeadObjectResponse) -> HTTPResponseConsumer HeadObjectResponse # | |||||
Transaction HeadObject HeadObjectResponse # | |||||
Defined in Aws.S3.Commands.HeadObject | |||||
type ServiceConfiguration HeadObject # | |||||
Defined in Aws.S3.Commands.HeadObject |
headObject :: Bucket -> Text -> HeadObject #
data HeadObjectResponse #
Constructors
HeadObjectResponse | |
Fields |
Instances
data HeadObjectMemoryResponse #
Constructors
HeadObjectMemoryResponse (Maybe ObjectMetadata) |
Instances
Show HeadObjectMemoryResponse # | |
Defined in Aws.S3.Commands.HeadObject Methods showsPrec :: Int -> HeadObjectMemoryResponse -> ShowS # show :: HeadObjectMemoryResponse -> String # showList :: [HeadObjectMemoryResponse] -> ShowS # |