do-spaces-0.2: DigitalOcean Spaces API bindings
Copyright(c) 2021 Rory Tyler Hayford
LicenseBSD-3-Clause
Maintainerrory.hayford@protonmail.com
Stabilityexperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

Network.DO.Spaces.Actions.ListAllBuckets

Description

 
Synopsis

Documentation

data ListAllBuckets Source #

List all of your Buckets withing the Region you have configured

Constructors

ListAllBuckets 

Instances

Instances details
Eq ListAllBuckets Source # 
Instance details

Defined in Network.DO.Spaces.Actions.ListAllBuckets

Show ListAllBuckets Source # 
Instance details

Defined in Network.DO.Spaces.Actions.ListAllBuckets

Generic ListAllBuckets Source # 
Instance details

Defined in Network.DO.Spaces.Actions.ListAllBuckets

Associated Types

type Rep ListAllBuckets :: Type -> Type #

MonadSpaces m => Action m ListAllBuckets Source # 
Instance details

Defined in Network.DO.Spaces.Actions.ListAllBuckets

type Rep ListAllBuckets Source # 
Instance details

Defined in Network.DO.Spaces.Actions.ListAllBuckets

type Rep ListAllBuckets = D1 ('MetaData "ListAllBuckets" "Network.DO.Spaces.Actions.ListAllBuckets" "do-spaces-0.2-6plBREpGHjL7zr5f6tFOCc" 'False) (C1 ('MetaCons "ListAllBuckets" 'PrefixI 'False) (U1 :: Type -> Type))
type ConsumedResponse ListAllBuckets Source # 
Instance details

Defined in Network.DO.Spaces.Actions.ListAllBuckets

data ListAllBucketsResponse Source #