libZSservicesZSamazonka-gameliftZSamazonka-gamelift
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.GameLift.Types.Alias

Description

 
Synopsis

Documentation

data Alias Source #

Properties that describe an alias resource.

Related actions

CreateAlias | ListAliases | DescribeAlias | UpdateAlias | DeleteAlias | ResolveAlias | All APIs by task

See: newAlias smart constructor.

Constructors

Alias' 

Fields

  • creationTime :: Maybe POSIX

    A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").

  • lastUpdatedTime :: Maybe POSIX

    The time that this data object was last modified. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").

  • aliasId :: Maybe Text

    A unique identifier for the alias. Alias IDs are unique within a Region.

  • routingStrategy :: Maybe RoutingStrategy

    The routing configuration, including routing type and fleet target, for the alias.

  • name :: Maybe Text

    A descriptive label that is associated with an alias. Alias names do not need to be unique.

  • aliasArn :: Maybe Text

    The Amazon Resource Name (ARN) that is assigned to a GameLift alias resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:<region>::alias/alias-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912. In a GameLift alias ARN, the resource ID matches the alias ID value.

  • description :: Maybe Text

    A human-readable description of an alias.

Instances

Instances details
Eq Alias Source # 
Instance details

Defined in Amazonka.GameLift.Types.Alias

Methods

(==) :: Alias -> Alias -> Bool #

(/=) :: Alias -> Alias -> Bool #

Read Alias Source # 
Instance details

Defined in Amazonka.GameLift.Types.Alias

Show Alias Source # 
Instance details

Defined in Amazonka.GameLift.Types.Alias

Methods

showsPrec :: Int -> Alias -> ShowS #

show :: Alias -> String #

showList :: [Alias] -> ShowS #

Generic Alias Source # 
Instance details

Defined in Amazonka.GameLift.Types.Alias

Associated Types

type Rep Alias :: Type -> Type #

Methods

from :: Alias -> Rep Alias x #

to :: Rep Alias x -> Alias #

NFData Alias Source # 
Instance details

Defined in Amazonka.GameLift.Types.Alias

Methods

rnf :: Alias -> () #

Hashable Alias Source # 
Instance details

Defined in Amazonka.GameLift.Types.Alias

Methods

hashWithSalt :: Int -> Alias -> Int #

hash :: Alias -> Int #

FromJSON Alias Source # 
Instance details

Defined in Amazonka.GameLift.Types.Alias

type Rep Alias Source # 
Instance details

Defined in Amazonka.GameLift.Types.Alias

newAlias :: Alias Source #

Create a value of Alias with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:Alias', alias_creationTime - A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").

$sel:lastUpdatedTime:Alias', alias_lastUpdatedTime - The time that this data object was last modified. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").

$sel:aliasId:Alias', alias_aliasId - A unique identifier for the alias. Alias IDs are unique within a Region.

$sel:routingStrategy:Alias', alias_routingStrategy - The routing configuration, including routing type and fleet target, for the alias.

$sel:name:Alias', alias_name - A descriptive label that is associated with an alias. Alias names do not need to be unique.

$sel:aliasArn:Alias', alias_aliasArn - The Amazon Resource Name (ARN) that is assigned to a GameLift alias resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:<region>::alias/alias-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912. In a GameLift alias ARN, the resource ID matches the alias ID value.

$sel:description:Alias', alias_description - A human-readable description of an alias.

alias_creationTime :: Lens' Alias (Maybe UTCTime) Source #

A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").

alias_lastUpdatedTime :: Lens' Alias (Maybe UTCTime) Source #

The time that this data object was last modified. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").

alias_aliasId :: Lens' Alias (Maybe Text) Source #

A unique identifier for the alias. Alias IDs are unique within a Region.

alias_routingStrategy :: Lens' Alias (Maybe RoutingStrategy) Source #

The routing configuration, including routing type and fleet target, for the alias.

alias_name :: Lens' Alias (Maybe Text) Source #

A descriptive label that is associated with an alias. Alias names do not need to be unique.

alias_aliasArn :: Lens' Alias (Maybe Text) Source #

The Amazon Resource Name (ARN) that is assigned to a GameLift alias resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:<region>::alias/alias-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912. In a GameLift alias ARN, the resource ID matches the alias ID value.

alias_description :: Lens' Alias (Maybe Text) Source #

A human-readable description of an alias.