amazonka-gamelift-1.4.5: Amazon GameLift 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.GameLift.DescribeBuild

Contents

Description

Retrieves properties for a build. To get a build record, specify a build ID. If successful, an object containing the build properties is returned.

Synopsis

Creating a Request

describeBuild Source #

Arguments

:: Text

dBuildId

-> DescribeBuild 

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

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

  • dBuildId - Unique identifier of the build that you want to retrieve properties for.

data DescribeBuild Source #

Represents the input for a request action.

See: describeBuild smart constructor.

Instances

Eq DescribeBuild Source # 
Data DescribeBuild Source # 

Methods

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

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

toConstr :: DescribeBuild -> Constr #

dataTypeOf :: DescribeBuild -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeBuild Source # 
Show DescribeBuild Source # 
Generic DescribeBuild Source # 

Associated Types

type Rep DescribeBuild :: * -> * #

Hashable DescribeBuild Source # 
ToJSON DescribeBuild Source # 
NFData DescribeBuild Source # 

Methods

rnf :: DescribeBuild -> () #

AWSRequest DescribeBuild Source # 
ToPath DescribeBuild Source # 
ToHeaders DescribeBuild Source # 
ToQuery DescribeBuild Source # 
type Rep DescribeBuild Source # 
type Rep DescribeBuild = D1 (MetaData "DescribeBuild" "Network.AWS.GameLift.DescribeBuild" "amazonka-gamelift-1.4.5-2krZbzEaIqtLV8ATX8AZ52" True) (C1 (MetaCons "DescribeBuild'" PrefixI True) (S1 (MetaSel (Just Symbol "_dBuildId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeBuild Source # 

Request Lenses

dBuildId :: Lens' DescribeBuild Text Source #

Unique identifier of the build that you want to retrieve properties for.

Destructuring the Response

describeBuildResponse Source #

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

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

data DescribeBuildResponse Source #

Represents the returned data in response to a request action.

See: describeBuildResponse smart constructor.

Instances

Eq DescribeBuildResponse Source # 
Data DescribeBuildResponse Source # 

Methods

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

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

toConstr :: DescribeBuildResponse -> Constr #

dataTypeOf :: DescribeBuildResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeBuildResponse Source # 
Show DescribeBuildResponse Source # 
Generic DescribeBuildResponse Source # 
NFData DescribeBuildResponse Source # 

Methods

rnf :: DescribeBuildResponse -> () #

type Rep DescribeBuildResponse Source # 
type Rep DescribeBuildResponse = D1 (MetaData "DescribeBuildResponse" "Network.AWS.GameLift.DescribeBuild" "amazonka-gamelift-1.4.5-2krZbzEaIqtLV8ATX8AZ52" False) (C1 (MetaCons "DescribeBuildResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dbrsBuild") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Build))) (S1 (MetaSel (Just Symbol "_dbrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses

dbrsBuild :: Lens' DescribeBuildResponse (Maybe Build) Source #

Set of properties describing the requested build.

dbrsResponseStatus :: Lens' DescribeBuildResponse Int Source #

  • - | The response status code.