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.
ListMethodQuotasResponse :: Maybe [MethodQuota] -> Maybe Text -> ListMethodQuotasResponsegogol-shopping-content Gogol.ShoppingContent.Types No documentation available.
flatAdjustment :: CarrierRate -> Maybe Pricegogol-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.
newListMethodQuotasResponse :: ListMethodQuotasResponsegogol-shopping-content Gogol.ShoppingContent.Types Creates a value of ListMethodQuotasResponse with the minimum fields required to make a request.
percentageAdjustment :: CarrierRate -> Maybe Textgogol-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.
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.
S3CompatibleMetadata_RequestModel :: Text -> S3CompatibleMetadata_RequestModelgogol-storage-transfer Gogol.StorageTransfer No documentation available.
pattern
S3CompatibleMetadata_RequestModel_REQUESTMODELPATHSTYLE :: S3CompatibleMetadata_RequestModelgogol-storage-transfer Gogol.StorageTransfer Perform requests using Path Style. Example: https://s3.region.amazonaws.com/bucket-name/key-name
-
gogol-storage-transfer Gogol.StorageTransfer RequestModel is not specified.
-
gogol-storage-transfer Gogol.StorageTransfer 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 No documentation available.