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
- data ListAllBuckets = ListAllBuckets
- data ListAllBucketsResponse = ListAllBucketsResponse {
- owner :: Owner
- buckets :: Seq BucketInfo
Documentation
data ListAllBuckets Source #
Instances
Eq ListAllBuckets Source # | |
Defined in Network.DO.Spaces.Actions.ListAllBuckets (==) :: ListAllBuckets -> ListAllBuckets -> Bool # (/=) :: ListAllBuckets -> ListAllBuckets -> Bool # | |
Show ListAllBuckets Source # | |
Defined in Network.DO.Spaces.Actions.ListAllBuckets showsPrec :: Int -> ListAllBuckets -> ShowS # show :: ListAllBuckets -> String # showList :: [ListAllBuckets] -> ShowS # | |
Generic ListAllBuckets Source # | |
Defined in Network.DO.Spaces.Actions.ListAllBuckets type Rep ListAllBuckets :: Type -> Type # from :: ListAllBuckets -> Rep ListAllBuckets x # to :: Rep ListAllBuckets x -> ListAllBuckets # | |
MonadSpaces m => Action m ListAllBuckets Source # | |
Defined in Network.DO.Spaces.Actions.ListAllBuckets buildRequest :: ListAllBuckets -> m SpacesRequestBuilder Source # consumeResponse :: RawResponse m -> m (ConsumedResponse ListAllBuckets) Source # | |
type Rep ListAllBuckets Source # | |
type ConsumedResponse ListAllBuckets Source # | |
data ListAllBucketsResponse Source #
Instances
Eq ListAllBucketsResponse Source # | |
Defined in Network.DO.Spaces.Actions.ListAllBuckets | |
Show ListAllBucketsResponse Source # | |
Defined in Network.DO.Spaces.Actions.ListAllBuckets showsPrec :: Int -> ListAllBucketsResponse -> ShowS # show :: ListAllBucketsResponse -> String # showList :: [ListAllBucketsResponse] -> ShowS # | |
Generic ListAllBucketsResponse Source # | |
Defined in Network.DO.Spaces.Actions.ListAllBuckets type Rep ListAllBucketsResponse :: Type -> Type # | |
type Rep ListAllBucketsResponse Source # | |
Defined in Network.DO.Spaces.Actions.ListAllBuckets type Rep ListAllBucketsResponse = D1 ('MetaData "ListAllBucketsResponse" "Network.DO.Spaces.Actions.ListAllBuckets" "do-spaces-0.2-6plBREpGHjL7zr5f6tFOCc" 'False) (C1 ('MetaCons "ListAllBucketsResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Owner) :*: S1 ('MetaSel ('Just "buckets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Seq BucketInfo)))) |