| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.GameLift.ResolveAlias
Description
Retrieves the fleet ID that a specified alias is currently pointing to.
Alias-related operations include:
CreateAliasListAliasesDescribeAliasUpdateAliasDeleteAliasResolveAlias
Creating a Request
Arguments
| :: Text | |
| -> 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:
raAliasId- Unique identifier for the alias you want to resolve.
data ResolveAlias Source #
Represents the input for a request action.
See: resolveAlias smart constructor.
Instances
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> ResolveAliasResponse |
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:
rarsFleetId- Fleet identifier that is associated with the requested alias.rarsResponseStatus- -- | The response status code.
data ResolveAliasResponse Source #
Represents the returned data in response to a request action.
See: resolveAliasResponse smart constructor.
Response Lenses
rarsFleetId :: Lens' ResolveAliasResponse (Maybe Text) Source #
Fleet identifier that is associated with the requested alias.
rarsResponseStatus :: Lens' ResolveAliasResponse Int Source #
- - | The response status code.