amazonka-mobile-1.6.1: 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 # 
Instance details

Defined in Network.AWS.Mobile.DescribeBundle

Data DescribeBundle Source # 
Instance details

Defined in Network.AWS.Mobile.DescribeBundle

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 # 
Instance details

Defined in Network.AWS.Mobile.DescribeBundle

Show DescribeBundle Source # 
Instance details

Defined in Network.AWS.Mobile.DescribeBundle

Generic DescribeBundle Source # 
Instance details

Defined in Network.AWS.Mobile.DescribeBundle

Associated Types

type Rep DescribeBundle :: Type -> Type #

Hashable DescribeBundle Source # 
Instance details

Defined in Network.AWS.Mobile.DescribeBundle

AWSRequest DescribeBundle Source # 
Instance details

Defined in Network.AWS.Mobile.DescribeBundle

Associated Types

type Rs DescribeBundle :: Type #

ToHeaders DescribeBundle Source # 
Instance details

Defined in Network.AWS.Mobile.DescribeBundle

ToPath DescribeBundle Source # 
Instance details

Defined in Network.AWS.Mobile.DescribeBundle

ToQuery DescribeBundle Source # 
Instance details

Defined in Network.AWS.Mobile.DescribeBundle

NFData DescribeBundle Source # 
Instance details

Defined in Network.AWS.Mobile.DescribeBundle

Methods

rnf :: DescribeBundle -> () #

type Rep DescribeBundle Source # 
Instance details

Defined in Network.AWS.Mobile.DescribeBundle

type Rep DescribeBundle = D1 (MetaData "DescribeBundle" "Network.AWS.Mobile.DescribeBundle" "amazonka-mobile-1.6.1-IbZPJneqThD76aUbwxZxsf" True) (C1 (MetaCons "DescribeBundle'" PrefixI True) (S1 (MetaSel (Just "_dbBundleId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeBundle Source # 
Instance details

Defined in Network.AWS.Mobile.DescribeBundle

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 # 
Instance details

Defined in Network.AWS.Mobile.DescribeBundle

Data DescribeBundleResponse Source # 
Instance details

Defined in Network.AWS.Mobile.DescribeBundle

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 # 
Instance details

Defined in Network.AWS.Mobile.DescribeBundle

Show DescribeBundleResponse Source # 
Instance details

Defined in Network.AWS.Mobile.DescribeBundle

Generic DescribeBundleResponse Source # 
Instance details

Defined in Network.AWS.Mobile.DescribeBundle

Associated Types

type Rep DescribeBundleResponse :: Type -> Type #

NFData DescribeBundleResponse Source # 
Instance details

Defined in Network.AWS.Mobile.DescribeBundle

Methods

rnf :: DescribeBundleResponse -> () #

type Rep DescribeBundleResponse Source # 
Instance details

Defined in Network.AWS.Mobile.DescribeBundle

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

Response Lenses

dbrsResponseStatus :: Lens' DescribeBundleResponse Int Source #

  • - | The response status code.