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