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.

  1. pattern S3CompatibleMetadata_RequestModel_REQUESTMODELVIRTUALHOSTEDSTYLE :: S3CompatibleMetadata_RequestModel

    gogol-storage-transfer Gogol.StorageTransfer.Types

    Perform requests using Virtual Hosted Style. Example: https://bucket-name.s3.region.amazonaws.com/key-name

  2. fromS3CompatibleMetadata_RequestModel :: S3CompatibleMetadata_RequestModel -> Text

    gogol-storage-transfer Gogol.StorageTransfer.Types

    No documentation available.

  3. lastModificationTime :: TransferJob -> Maybe DateTime

    gogol-storage-transfer Gogol.StorageTransfer.Types

    Output only. The time that the transfer job was last modified.

  4. lastModifiedBefore :: ObjectConditions -> Maybe DateTime

    gogol-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.

  5. lastModifiedSince :: ObjectConditions -> Maybe DateTime

    gogol-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

  6. maxTimeElapsedSinceLastModification :: ObjectConditions -> Maybe Duration

    gogol-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.

  7. minTimeElapsedSinceLastModification :: ObjectConditions -> Maybe Duration

    gogol-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.

  8. requestModel :: S3CompatibleMetadata -> Maybe 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.

  9. pattern AccountsContainersWorkspacesBuilt_in_variablesCreateType_RequestMethod :: AccountsContainersWorkspacesBuilt_in_variablesCreateType

    gogol-tagmanager Gogol.TagManager

    No documentation available.

  10. pattern AccountsContainersWorkspacesBuilt_in_variablesDeleteType_RequestMethod :: AccountsContainersWorkspacesBuilt_in_variablesDeleteType

    gogol-tagmanager Gogol.TagManager

    No documentation available.

Page 350 of many | Previous | Next