amazonka-snowball-1.4.5: Amazon Import/Export Snowball SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Snowball.DescribeAddress

Contents

Description

Takes an AddressId and returns specific details about that address in the form of an Address object.

Synopsis

Creating a Request

describeAddress Source #

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

Eq DescribeAddress Source # 
Data DescribeAddress Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeAddress -> c DescribeAddress #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeAddress #

toConstr :: DescribeAddress -> Constr #

dataTypeOf :: DescribeAddress -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeAddress) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeAddress) #

gmapT :: (forall b. Data b => b -> b) -> DescribeAddress -> DescribeAddress #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeAddress -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeAddress -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeAddress -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeAddress -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeAddress -> m DescribeAddress #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeAddress -> m DescribeAddress #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeAddress -> m DescribeAddress #

Read DescribeAddress Source # 
Show DescribeAddress Source # 
Generic DescribeAddress Source # 
Hashable DescribeAddress Source # 
ToJSON DescribeAddress Source # 
NFData DescribeAddress Source # 

Methods

rnf :: DescribeAddress -> () #

AWSRequest DescribeAddress Source # 
ToPath DescribeAddress Source # 
ToHeaders DescribeAddress Source # 
ToQuery DescribeAddress Source # 
type Rep DescribeAddress Source # 
type Rep DescribeAddress = D1 (MetaData "DescribeAddress" "Network.AWS.Snowball.DescribeAddress" "amazonka-snowball-1.4.5-GVXH7ePYHlf2lvcBgzg5iA" True) (C1 (MetaCons "DescribeAddress'" PrefixI True) (S1 (MetaSel (Just Symbol "_daAddressId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeAddress Source # 

Request Lenses

daAddressId :: Lens' DescribeAddress Text Source #

The automatically generated ID for a specific address.

Destructuring the Response

describeAddressResponse Source #

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

Eq DescribeAddressResponse Source # 
Data DescribeAddressResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeAddressResponse -> c DescribeAddressResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeAddressResponse #

toConstr :: DescribeAddressResponse -> Constr #

dataTypeOf :: DescribeAddressResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeAddressResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeAddressResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeAddressResponse -> DescribeAddressResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeAddressResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeAddressResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeAddressResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeAddressResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeAddressResponse -> m DescribeAddressResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeAddressResponse -> m DescribeAddressResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeAddressResponse -> m DescribeAddressResponse #

Read DescribeAddressResponse Source # 
Show DescribeAddressResponse Source # 
Generic DescribeAddressResponse Source # 
NFData DescribeAddressResponse Source # 

Methods

rnf :: DescribeAddressResponse -> () #

type Rep DescribeAddressResponse Source # 
type Rep DescribeAddressResponse = D1 (MetaData "DescribeAddressResponse" "Network.AWS.Snowball.DescribeAddress" "amazonka-snowball-1.4.5-GVXH7ePYHlf2lvcBgzg5iA" False) (C1 (MetaCons "DescribeAddressResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_darsAddress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Address))) (S1 (MetaSel (Just Symbol "_darsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

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.