| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
Synopsis
Creating a Request
data DeleteAlias Source #
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:
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.