Copyright | (c) 2021 Rory Tyler Hayford |
---|---|
License | BSD-3-Clause |
Maintainer | rory.hayford@protonmail.com |
Stability | experimental |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- newtype GetBucketCORS = GetBucketCORS {}
- newtype GetBucketCORSResponse = GetBucketCORSResponse {}
Documentation
newtype GetBucketCORS Source #
Instances
newtype GetBucketCORSResponse Source #
Instances
Eq GetBucketCORSResponse Source # | |
Defined in Network.DO.Spaces.Actions.GetBucketCORS (==) :: GetBucketCORSResponse -> GetBucketCORSResponse -> Bool # (/=) :: GetBucketCORSResponse -> GetBucketCORSResponse -> Bool # | |
Show GetBucketCORSResponse Source # | |
Defined in Network.DO.Spaces.Actions.GetBucketCORS showsPrec :: Int -> GetBucketCORSResponse -> ShowS # show :: GetBucketCORSResponse -> String # showList :: [GetBucketCORSResponse] -> ShowS # | |
Generic GetBucketCORSResponse Source # | |
Defined in Network.DO.Spaces.Actions.GetBucketCORS type Rep GetBucketCORSResponse :: Type -> Type # | |
type Rep GetBucketCORSResponse Source # | |
Defined in Network.DO.Spaces.Actions.GetBucketCORS type Rep GetBucketCORSResponse = D1 ('MetaData "GetBucketCORSResponse" "Network.DO.Spaces.Actions.GetBucketCORS" "do-spaces-0.2-6plBREpGHjL7zr5f6tFOCc" 'True) (C1 ('MetaCons "GetBucketCORSResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "rules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Seq CORSRule)))) |