Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gogol-storage-transfer Gogol.StorageTransfer.Types Perform requests using Virtual Hosted Style. Example: https://bucket-name.s3.region.amazonaws.com/key-name
fromS3CompatibleMetadata_RequestModel :: S3CompatibleMetadata_RequestModel -> Textgogol-storage-transfer Gogol.StorageTransfer.Types No documentation available.
lastModificationTime :: TransferJob -> Maybe DateTimegogol-storage-transfer Gogol.StorageTransfer.Types Output only. The time that the transfer job was last modified.
lastModifiedBefore :: ObjectConditions -> Maybe DateTimegogol-storage-transfer Gogol.StorageTransfer.Types If specified, only objects with a "last modification time" before this timestamp and objects that don't have a "last modification time" are transferred.
lastModifiedSince :: ObjectConditions -> Maybe DateTimegogol-storage-transfer Gogol.StorageTransfer.Types If specified, only objects with a "last modification time" on or after this timestamp and objects that don't have a "last modification time" are transferred. The last_modified_since and last_modified_before fields can be used together for chunked data processing. For example, consider a script that processes each day's worth of data at a time. For that you'd set each of the fields as follows: * last_modified_since to the start of the day * last_modified_before to the end of the day
maxTimeElapsedSinceLastModification :: ObjectConditions -> Maybe Durationgogol-storage-transfer Gogol.StorageTransfer.Types Ensures that objects are not transferred if a specific maximum time has elapsed since the "last modification time". When a TransferOperation begins, objects with a "last modification time" are transferred only if the elapsed time between the starttime of the TransferOperationand the "last modification time" of the object is less than the value of maxtimeelapsedsincelastmodification`. Objects that do not have a "last modification time" are also transferred.
minTimeElapsedSinceLastModification :: ObjectConditions -> Maybe Durationgogol-storage-transfer Gogol.StorageTransfer.Types Ensures that objects are not transferred until a specific minimum time has elapsed after the "last modification time". When a TransferOperation begins, objects with a "last modification time" are transferred only if the elapsed time between the starttime of the TransferOperation and the "last modification time" of the object is equal to or greater than the value of mintimeelapsedsincelastmodification`. Objects that do not have a "last modification time" are also transferred.
requestModel :: S3CompatibleMetadata -> Maybe S3CompatibleMetadata_RequestModelgogol-storage-transfer Gogol.StorageTransfer.Types Specifies the API request model used to call the storage service. When not specified, the default value of RequestModel REQUESTMODELVIRTUALHOSTEDSTYLE is used.
-
gogol-tagmanager Gogol.TagManager No documentation available.
-
gogol-tagmanager Gogol.TagManager No documentation available.