amazonka-gamelift-1.4.0: 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.DescribeAlias

Contents

Description

Retrieves properties for a specified alias. To get the alias, specify an alias ID. If successful, an Alias object is returned.

Synopsis

Creating a Request

describeAlias Source

Arguments

:: Text

dAliasId

-> DescribeAlias 

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

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

Request Lenses

dAliasId :: Lens' DescribeAlias Text Source

Unique identifier for a fleet alias. Specify the alias you want to retrieve.

Destructuring the Response

describeAliasResponse Source

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

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

Response Lenses

darsAlias :: Lens' DescribeAliasResponse (Maybe Alias) Source

Object containing the requested alias.