Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data HeadObject Source #
HeadObject | |
|
Instances
Show HeadObject Source # | |
Defined in Aws.S3.Commands.HeadObject showsPrec :: Int -> HeadObject -> ShowS # show :: HeadObject -> String # showList :: [HeadObject] -> ShowS # | |
SignQuery HeadObject Source # | ServiceConfiguration: |
Defined in Aws.S3.Commands.HeadObject type ServiceConfiguration HeadObject :: Type -> Type Source # 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 type ResponseMetadata HeadObjectResponse :: Type Source # | |
type ServiceConfiguration HeadObject Source # | |
Defined in Aws.S3.Commands.HeadObject |
headObject :: Bucket -> Text -> HeadObject Source #
data HeadObjectResponse Source #
Instances
Show HeadObjectResponse Source # | |
Defined in Aws.S3.Commands.HeadObject showsPrec :: Int -> HeadObjectResponse -> ShowS # show :: HeadObjectResponse -> String # showList :: [HeadObjectResponse] -> ShowS # | |
AsMemoryResponse HeadObjectResponse Source # | |
Defined in Aws.S3.Commands.HeadObject type MemoryResponse HeadObjectResponse :: Type Source # | |
Transaction HeadObject HeadObjectResponse Source # | |
Defined in Aws.S3.Commands.HeadObject | |
ResponseConsumer HeadObject HeadObjectResponse Source # | |
Defined in Aws.S3.Commands.HeadObject type ResponseMetadata HeadObjectResponse :: Type Source # | |
type MemoryResponse HeadObjectResponse Source # | |
Defined in Aws.S3.Commands.HeadObject | |
type ResponseMetadata HeadObjectResponse Source # | |
Defined in Aws.S3.Commands.HeadObject |
data HeadObjectMemoryResponse Source #
Instances
Show HeadObjectMemoryResponse Source # | |
Defined in Aws.S3.Commands.HeadObject showsPrec :: Int -> HeadObjectMemoryResponse -> ShowS # show :: HeadObjectMemoryResponse -> String # showList :: [HeadObjectMemoryResponse] -> ShowS # |