Copyright | (c) 2021 Rory Tyler Hayford |
---|---|
License | BSD-3-Clause |
Maintainer | rory.hayford@protonmail.com |
Stability | experimental |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
Network.DO.Spaces.Actions.ListAllBuckets
Description
Synopsis
- data ListAllBuckets = ListAllBuckets
- data ListAllBucketsResponse = ListAllBucketsResponse {
- owner :: Owner
- buckets :: Seq BucketInfo
Documentation
data ListAllBuckets Source #
Constructors
ListAllBuckets |
Instances
Eq ListAllBuckets Source # | |
Defined in Network.DO.Spaces.Actions.ListAllBuckets Methods (==) :: ListAllBuckets -> ListAllBuckets -> Bool # (/=) :: ListAllBuckets -> ListAllBuckets -> Bool # | |
Show ListAllBuckets Source # | |
Defined in Network.DO.Spaces.Actions.ListAllBuckets Methods showsPrec :: Int -> ListAllBuckets -> ShowS # show :: ListAllBuckets -> String # showList :: [ListAllBuckets] -> ShowS # | |
Generic ListAllBuckets Source # | |
Defined in Network.DO.Spaces.Actions.ListAllBuckets Associated Types type Rep ListAllBuckets :: Type -> Type # Methods from :: ListAllBuckets -> Rep ListAllBuckets x # to :: Rep ListAllBuckets x -> ListAllBuckets # | |
MonadSpaces m => Action m ListAllBuckets Source # | |
Defined in Network.DO.Spaces.Actions.ListAllBuckets Associated Types Methods buildRequest :: ListAllBuckets -> m SpacesRequestBuilder Source # consumeResponse :: RawResponse m -> m (ConsumedResponse ListAllBuckets) Source # | |
type Rep ListAllBuckets Source # | |
type ConsumedResponse ListAllBuckets Source # | |
data ListAllBucketsResponse Source #
Constructors
ListAllBucketsResponse | |
Fields
|