amazonka-kms-1.0.1: Amazon Key Management Service SDK.

Copyright(c) 2013-2015 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.KMS.DeleteAlias

Contents

Description

Deletes the specified alias. To associate an alias with a different key, call UpdateAlias.

See: AWS API Reference for DeleteAlias.

Synopsis

Creating a Request

deleteAlias Source

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

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

Request Lenses

daAliasName :: Lens' DeleteAlias Text Source

The alias to be deleted. The name must start with the word "alias" followed by a forward slash (alias/). Aliases that begin with "alias/AWS" are reserved.

Destructuring the Response

deleteAliasResponse :: DeleteAliasResponse Source

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