| 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 |
Network.AWS.Snowball.DescribeAddress
Description
Takes an AddressId and returns specific details about that address in the form of an Address object.
Synopsis
- describeAddress :: Text -> DescribeAddress
- data DescribeAddress
- daAddressId :: Lens' DescribeAddress Text
- describeAddressResponse :: Int -> DescribeAddressResponse
- data DescribeAddressResponse
- darsAddress :: Lens' DescribeAddressResponse (Maybe Address)
- darsResponseStatus :: Lens' DescribeAddressResponse Int
Creating a Request
Arguments
| :: Text | |
| -> DescribeAddress |
Creates a value of DescribeAddress with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
daAddressId- The automatically generated ID for a specific address.
data DescribeAddress Source #
See: describeAddress smart constructor.
Instances
Request Lenses
daAddressId :: Lens' DescribeAddress Text Source #
The automatically generated ID for a specific address.
Destructuring the Response
describeAddressResponse Source #
Arguments
| :: Int | |
| -> DescribeAddressResponse |
Creates a value of DescribeAddressResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
darsAddress- The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.darsResponseStatus- -- | The response status code.
data DescribeAddressResponse Source #
See: describeAddressResponse smart constructor.
Instances
Response Lenses
darsAddress :: Lens' DescribeAddressResponse (Maybe Address) Source #
The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.
darsResponseStatus :: Lens' DescribeAddressResponse Int Source #
- - | The response status code.