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.ResolveAlias

Contents

Description

Retrieves the fleet ID that a specified alias is currently pointing to.

Synopsis

Creating a Request

resolveAlias Source

Arguments

:: Text

raAliasId

-> ResolveAlias 

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

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

Request Lenses

raAliasId :: Lens' ResolveAlias Text Source

Unique identifier for the alias you want to resolve.

Destructuring the Response

resolveAliasResponse Source

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

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

Response Lenses

rarsFleetId :: Lens' ResolveAliasResponse (Maybe Text) Source

Fleet ID associated with the requested alias.