Copyright | (c) 2013-2018 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Returns a list of all buckets owned by the authenticated sender of the request.
Creating a Request
listBuckets :: ListBuckets Source #
Creates a value of ListBuckets
with the minimum fields required to make a request.
data ListBuckets Source #
See: listBuckets
smart constructor.
Instances
Destructuring the Response
Creates a value of ListBucketsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lbrsBuckets
- Undocumented member.lbrsOwner
- Undocumented member.lbrsResponseStatus
- -- | The response status code.
data ListBucketsResponse Source #
See: listBucketsResponse
smart constructor.
Instances
Response Lenses
lbrsBuckets :: Lens' ListBucketsResponse [Bucket] Source #
Undocumented member.
lbrsResponseStatus :: Lens' ListBucketsResponse Int Source #
- - | The response status code.