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.APIGateway.DeleteApiKey
Description
Deletes the ApiKey resource.
Synopsis
Creating a Request
data DeleteApiKey Source #
A request to delete the ApiKey resource.
See: newDeleteApiKey
smart constructor.
Constructors
DeleteApiKey' | |
Instances
Arguments
:: Text | |
-> DeleteApiKey |
Create a value of DeleteApiKey
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:apiKey:DeleteApiKey'
, deleteApiKey_apiKey
- [Required] The identifier of the ApiKey resource to be deleted.
Request Lenses
deleteApiKey_apiKey :: Lens' DeleteApiKey Text Source #
- Required
- The identifier of the ApiKey resource to be deleted.
Destructuring the Response
data DeleteApiKeyResponse Source #
See: newDeleteApiKeyResponse
smart constructor.
Constructors
DeleteApiKeyResponse' | |
Instances
newDeleteApiKeyResponse :: DeleteApiKeyResponse Source #
Create a value of DeleteApiKeyResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.