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 GetBucketLocation = GetBucketLocation {}
- newtype GetBucketLocationResponse = GetBucketLocationResponse {}
Documentation
newtype GetBucketLocation Source #
Instances
newtype GetBucketLocationResponse Source #
Instances
Eq GetBucketLocationResponse Source # | |
Show GetBucketLocationResponse Source # | |
Defined in Network.DO.Spaces.Actions.GetBucketLocation showsPrec :: Int -> GetBucketLocationResponse -> ShowS # show :: GetBucketLocationResponse -> String # showList :: [GetBucketLocationResponse] -> ShowS # | |
Generic GetBucketLocationResponse Source # | |
Defined in Network.DO.Spaces.Actions.GetBucketLocation type Rep GetBucketLocationResponse :: Type -> Type # | |
type Rep GetBucketLocationResponse Source # | |
Defined in Network.DO.Spaces.Actions.GetBucketLocation type Rep GetBucketLocationResponse = D1 ('MetaData "GetBucketLocationResponse" "Network.DO.Spaces.Actions.GetBucketLocation" "do-spaces-0.2-6plBREpGHjL7zr5f6tFOCc" 'True) (C1 ('MetaCons "GetBucketLocationResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "locationConstraint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Region))) |