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 |
Deletes the ApiKey resource.
Synopsis
Creating a Request
data DeleteApiKey Source #
A request to delete the ApiKey resource.
See: newDeleteApiKey
smart constructor.
Instances
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.
Instances
Eq DeleteApiKeyResponse Source # | |
Defined in Amazonka.APIGateway.DeleteApiKey (==) :: DeleteApiKeyResponse -> DeleteApiKeyResponse -> Bool # (/=) :: DeleteApiKeyResponse -> DeleteApiKeyResponse -> Bool # | |
Read DeleteApiKeyResponse Source # | |
Show DeleteApiKeyResponse Source # | |
Defined in Amazonka.APIGateway.DeleteApiKey showsPrec :: Int -> DeleteApiKeyResponse -> ShowS # show :: DeleteApiKeyResponse -> String # showList :: [DeleteApiKeyResponse] -> ShowS # | |
Generic DeleteApiKeyResponse Source # | |
Defined in Amazonka.APIGateway.DeleteApiKey type Rep DeleteApiKeyResponse :: Type -> Type # from :: DeleteApiKeyResponse -> Rep DeleteApiKeyResponse x # to :: Rep DeleteApiKeyResponse x -> DeleteApiKeyResponse # | |
NFData DeleteApiKeyResponse Source # | |
Defined in Amazonka.APIGateway.DeleteApiKey rnf :: DeleteApiKeyResponse -> () # | |
type Rep DeleteApiKeyResponse Source # | |
newDeleteApiKeyResponse :: DeleteApiKeyResponse Source #
Create a value of DeleteApiKeyResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.