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. ListMethodQuotasResponse :: Maybe [MethodQuota] -> Maybe Text -> ListMethodQuotasResponse

    gogol-shopping-content Gogol.ShoppingContent.Types

    No documentation available.

  2. flatAdjustment :: CarrierRate -> Maybe Price

    gogol-shopping-content Gogol.ShoppingContent.Types

    Additive shipping rate modifier. Can be negative. For example { "value": "1", "currency" : "USD" } adds $1 to the rate, { "value": "-3", "currency" : "USD" } removes $3 from the rate. Optional.

  3. newListMethodQuotasResponse :: ListMethodQuotasResponse

    gogol-shopping-content Gogol.ShoppingContent.Types

    Creates a value of ListMethodQuotasResponse with the minimum fields required to make a request.

  4. percentageAdjustment :: CarrierRate -> Maybe Text

    gogol-shopping-content Gogol.ShoppingContent.Types

    Multiplicative shipping rate modifier as a number in decimal notation. Can be negative. For example "5.4" increases the rate by 5.4%, "-3" decreases the rate by 3%. Optional.

  5. newtype S3CompatibleMetadata_RequestModel

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

  6. S3CompatibleMetadata_RequestModel :: Text -> S3CompatibleMetadata_RequestModel

    gogol-storage-transfer Gogol.StorageTransfer

    No documentation available.

  7. pattern S3CompatibleMetadata_RequestModel_REQUESTMODELPATHSTYLE :: S3CompatibleMetadata_RequestModel

    gogol-storage-transfer Gogol.StorageTransfer

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

  8. pattern S3CompatibleMetadata_RequestModel_REQUESTMODELUNSPECIFIED :: S3CompatibleMetadata_RequestModel

    gogol-storage-transfer Gogol.StorageTransfer

    RequestModel is not specified.

  9. pattern S3CompatibleMetadata_RequestModel_REQUESTMODELVIRTUALHOSTEDSTYLE :: S3CompatibleMetadata_RequestModel

    gogol-storage-transfer Gogol.StorageTransfer

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

  10. fromS3CompatibleMetadata_RequestModel :: S3CompatibleMetadata_RequestModel -> Text

    gogol-storage-transfer Gogol.StorageTransfer

    No documentation available.

Page 348 of many | Previous | Next