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.
lastModificationTime :: TransferJob -> Maybe DateTimegogol-storage-transfer Gogol.StorageTransfer Output only. The time that the transfer job was last modified.
lastModifiedBefore :: ObjectConditions -> Maybe DateTimegogol-storage-transfer Gogol.StorageTransfer 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 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 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 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 Specifies the API request model used to call the storage service. When not specified, the default value of RequestModel REQUESTMODELVIRTUALHOSTEDSTYLE is used.
newtype
S3CompatibleMetadata_RequestModel gogol-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.
S3CompatibleMetadata_RequestModel :: Text -> S3CompatibleMetadata_RequestModelgogol-storage-transfer Gogol.StorageTransfer.Types No documentation available.
pattern
S3CompatibleMetadata_RequestModel_REQUESTMODELPATHSTYLE :: S3CompatibleMetadata_RequestModelgogol-storage-transfer Gogol.StorageTransfer.Types Perform requests using Path Style. Example: https://s3.region.amazonaws.com/bucket-name/key-name
-
gogol-storage-transfer Gogol.StorageTransfer.Types RequestModel is not specified.