amazonka-mobile-1.6.0: Amazon Mobile SDK.

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

Network.AWS.Mobile.DescribeBundle

Contents

Description

Get the bundle details for the requested bundle id.

Synopsis

Creating a Request

describeBundle Source #

Creates a value of DescribeBundle with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DescribeBundle Source #

Request structure to request the details of a specific bundle.

See: describeBundle smart constructor.

Instances

Eq DescribeBundle Source # 
Data DescribeBundle Source # 

Methods

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

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

toConstr :: DescribeBundle -> Constr #

dataTypeOf :: DescribeBundle -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeBundle Source # 
Show DescribeBundle Source # 
Generic DescribeBundle Source # 

Associated Types

type Rep DescribeBundle :: * -> * #

Hashable DescribeBundle Source # 
NFData DescribeBundle Source # 

Methods

rnf :: DescribeBundle -> () #

AWSRequest DescribeBundle Source # 
ToHeaders DescribeBundle Source # 
ToPath DescribeBundle Source # 
ToQuery DescribeBundle Source # 
type Rep DescribeBundle Source # 
type Rep DescribeBundle = D1 * (MetaData "DescribeBundle" "Network.AWS.Mobile.DescribeBundle" "amazonka-mobile-1.6.0-4O4iArHVB2Z2wSeRqeGTiF" True) (C1 * (MetaCons "DescribeBundle'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dbBundleId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DescribeBundle Source # 

Request Lenses

dbBundleId :: Lens' DescribeBundle Text Source #

Unique bundle identifier.

Destructuring the Response

describeBundleResponse Source #

Creates a value of DescribeBundleResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DescribeBundleResponse Source #

Result structure contains the details of the bundle.

See: describeBundleResponse smart constructor.

Instances

Eq DescribeBundleResponse Source # 
Data DescribeBundleResponse Source # 

Methods

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

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

toConstr :: DescribeBundleResponse -> Constr #

dataTypeOf :: DescribeBundleResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeBundleResponse Source # 
Show DescribeBundleResponse Source # 
Generic DescribeBundleResponse Source # 
NFData DescribeBundleResponse Source # 

Methods

rnf :: DescribeBundleResponse -> () #

type Rep DescribeBundleResponse Source # 
type Rep DescribeBundleResponse = D1 * (MetaData "DescribeBundleResponse" "Network.AWS.Mobile.DescribeBundle" "amazonka-mobile-1.6.0-4O4iArHVB2Z2wSeRqeGTiF" False) (C1 * (MetaCons "DescribeBundleResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dbrsDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe BundleDetails))) (S1 * (MetaSel (Just Symbol "_dbrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

dbrsResponseStatus :: Lens' DescribeBundleResponse Int Source #

  • - | The response status code.