| 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.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 - The identifier of the ApiKey resource to be deleted.
Request Lenses
deleteApiKey_apiKey :: Lens' DeleteApiKey Text Source #
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.