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.DeleteGatewayResponse

Description

Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.

Synopsis

Creating a Request

data DeleteGatewayResponse Source #

Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.

See: newDeleteGatewayResponse smart constructor.

Constructors

DeleteGatewayResponse' 

Fields

Instances

Instances details
ToHeaders DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

ToPath DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

ToQuery DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

AWSRequest DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Associated Types

type AWSResponse DeleteGatewayResponse #

Generic DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Associated Types

type Rep DeleteGatewayResponse :: Type -> Type #

Read DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Show DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

NFData DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Methods

rnf :: DeleteGatewayResponse -> () #

Eq DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Hashable DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

type AWSResponse DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

type Rep DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

type Rep DeleteGatewayResponse = D1 ('MetaData "DeleteGatewayResponse" "Amazonka.APIGateway.DeleteGatewayResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteGatewayResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "responseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GatewayResponseType)))

newDeleteGatewayResponse Source #

Create a value of DeleteGatewayResponse 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:

DeleteGatewayResponse, deleteGatewayResponse_restApiId - The string identifier of the associated RestApi.

DeleteGatewayResponse, deleteGatewayResponse_responseType - The response type of the associated GatewayResponse.

Request Lenses

deleteGatewayResponse_restApiId :: Lens' DeleteGatewayResponse Text Source #

The string identifier of the associated RestApi.

deleteGatewayResponse_responseType :: Lens' DeleteGatewayResponse GatewayResponseType Source #

The response type of the associated GatewayResponse.

Destructuring the Response

data DeleteGatewayResponseResponse Source #

See: newDeleteGatewayResponseResponse smart constructor.

Instances

Instances details
Generic DeleteGatewayResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Associated Types

type Rep DeleteGatewayResponseResponse :: Type -> Type #

Read DeleteGatewayResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Show DeleteGatewayResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

NFData DeleteGatewayResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Eq DeleteGatewayResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

type Rep DeleteGatewayResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

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

newDeleteGatewayResponseResponse :: DeleteGatewayResponseResponse Source #

Create a value of DeleteGatewayResponseResponse with all optional fields omitted.

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