| Copyright | (c) 2013-2021 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 |
Amazonka.GameLift.DeleteAlias
Description
Deletes an alias. This operation removes all record of the alias. Game clients attempting to access a server process using the deleted alias receive an error. To delete an alias, specify the alias ID to be deleted.
Related actions
CreateAlias | ListAliases | DescribeAlias | UpdateAlias | DeleteAlias | ResolveAlias | All APIs by task
Synopsis
Creating a Request
data DeleteAlias Source #
Represents the input for a request operation.
See: newDeleteAlias smart constructor.
Constructors
| DeleteAlias' | |
Instances
Arguments
| :: Text | |
| -> DeleteAlias |
Create a value of DeleteAlias 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:aliasId:DeleteAlias', deleteAlias_aliasId - A unique identifier of the alias that you want to delete. You can use
either the alias ID or ARN value.
Request Lenses
deleteAlias_aliasId :: Lens' DeleteAlias Text Source #
A unique identifier of the alias that you want to delete. You can use either the alias ID or ARN value.
Destructuring the Response
data DeleteAliasResponse Source #
See: newDeleteAliasResponse smart constructor.
Constructors
| DeleteAliasResponse' | |
Instances
newDeleteAliasResponse :: DeleteAliasResponse Source #
Create a value of DeleteAliasResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.