Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Aws.S3.Commands.CopyObject
Documentation
data CopyMetadataDirective Source #
Constructors
CopyMetadata | |
ReplaceMetadata [(Text, Text)] |
Instances
Show CopyMetadataDirective Source # | |
Defined in Aws.S3.Commands.CopyObject |
data CopyObject Source #
Constructors
Instances
SignQuery CopyObject Source # | ServiceConfiguration: |
Defined in Aws.S3.Commands.CopyObject Associated Types type ServiceConfiguration CopyObject :: Type -> Type Source # Methods signQuery :: CopyObject -> ServiceConfiguration CopyObject queryType -> SignatureData -> SignedQuery Source # | |
Show CopyObject Source # | |
Defined in Aws.S3.Commands.CopyObject | |
ResponseConsumer CopyObject CopyObjectResponse Source # | |
Defined in Aws.S3.Commands.CopyObject Associated Types Methods responseConsumer :: Request -> CopyObject -> IORef (ResponseMetadata CopyObjectResponse) -> HTTPResponseConsumer CopyObjectResponse Source # | |
Transaction CopyObject CopyObjectResponse Source # | |
Defined in Aws.S3.Commands.CopyObject | |
type ServiceConfiguration CopyObject Source # | |
Defined in Aws.S3.Commands.CopyObject |
copyObject :: Bucket -> Text -> ObjectId -> CopyMetadataDirective -> CopyObject Source #
data CopyObjectResponse Source #
Constructors
CopyObjectResponse | |
Fields
|
Instances
AsMemoryResponse CopyObjectResponse Source # | |
Defined in Aws.S3.Commands.CopyObject Associated Types Methods loadToMemory :: CopyObjectResponse -> ResourceT IO (MemoryResponse CopyObjectResponse) Source # | |
Show CopyObjectResponse Source # | |
Defined in Aws.S3.Commands.CopyObject | |
ResponseConsumer CopyObject CopyObjectResponse Source # | |
Defined in Aws.S3.Commands.CopyObject Associated Types Methods responseConsumer :: Request -> CopyObject -> IORef (ResponseMetadata CopyObjectResponse) -> HTTPResponseConsumer CopyObjectResponse Source # | |
Transaction CopyObject CopyObjectResponse Source # | |
Defined in Aws.S3.Commands.CopyObject | |
type MemoryResponse CopyObjectResponse Source # | |
Defined in Aws.S3.Commands.CopyObject | |
type ResponseMetadata CopyObjectResponse Source # | |
Defined in Aws.S3.Commands.CopyObject |