libZSservicesZSamazonka-apigatewayZSamazonka-apigateway
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
    Required
    The identifier of the ApiKey resource to be deleted.

Instances

Instances details
Eq DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Read DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Show DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Generic DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Associated Types

type Rep DeleteApiKey :: Type -> Type #

NFData DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Methods

rnf :: DeleteApiKey -> () #

Hashable DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

AWSRequest DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Associated Types

type AWSResponse DeleteApiKey #

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

type Rep DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

type Rep DeleteApiKey = D1 ('MetaData "DeleteApiKey" "Amazonka.APIGateway.DeleteApiKey" "libZSservicesZSamazonka-apigatewayZSamazonka-apigateway" 'False) (C1 ('MetaCons "DeleteApiKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteApiKey Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

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 - [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

Instances details
Eq DeleteApiKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Read DeleteApiKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Show DeleteApiKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Generic DeleteApiKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Associated Types

type Rep DeleteApiKeyResponse :: Type -> Type #

NFData DeleteApiKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

Methods

rnf :: DeleteApiKeyResponse -> () #

type Rep DeleteApiKeyResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteApiKey

type Rep DeleteApiKeyResponse = D1 ('MetaData "DeleteApiKeyResponse" "Amazonka.APIGateway.DeleteApiKey" "libZSservicesZSamazonka-apigatewayZSamazonka-apigateway" '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.