amazonka-apigateway-2.0: Amazon API Gateway SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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' 

Fields

  • apiKey :: Text

    The identifier of the ApiKey resource to be deleted.

Instances

Instances details
ToHeaders DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

ToPath DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

ToQuery DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

AWSRequest DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Associated Types

type AWSResponse DeleteApiKey #

Generic DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Associated Types

type Rep DeleteApiKey :: Type -> Type #

Read DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Show DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

NFData DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Methods

rnf :: DeleteApiKey -> () #

Eq DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Hashable DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

type AWSResponse DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

type Rep DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

type Rep DeleteApiKey = D1 ('MetaData "DeleteApiKey" "Amazonka.APIGateway.DeleteApiKey" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteApiKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteApiKey Source #

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

Instances details
Generic DeleteApiKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Associated Types

type Rep DeleteApiKeyResponse :: Type -> Type #

Read DeleteApiKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Show DeleteApiKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

NFData DeleteApiKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Methods

rnf :: DeleteApiKeyResponse -> () #

Eq DeleteApiKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

type Rep DeleteApiKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

type Rep DeleteApiKeyResponse = D1 ('MetaData "DeleteApiKeyResponse" "Amazonka.APIGateway.DeleteApiKey" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteApiKeyResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteApiKeyResponse :: DeleteApiKeyResponse Source #

Create a value of DeleteApiKeyResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.