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.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
Eq DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Read DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Show DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Generic DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Associated Types

type Rep DeleteGatewayResponse :: Type -> Type #

NFData DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Methods

rnf :: DeleteGatewayResponse -> () #

Hashable DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

AWSRequest DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Associated Types

type AWSResponse DeleteGatewayResponse #

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

type Rep DeleteGatewayResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

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

Defined in Amazonka.APIGateway.DeleteGatewayResponse

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:

$sel:restApiId:DeleteGatewayResponse', deleteGatewayResponse_restApiId - [Required] The string identifier of the associated RestApi.

$sel:responseType:DeleteGatewayResponse', deleteGatewayResponse_responseType - [Required]

The response type of the associated GatewayResponse.

Request Lenses

deleteGatewayResponse_restApiId :: Lens' DeleteGatewayResponse Text Source #

Required
The string identifier of the associated RestApi.

deleteGatewayResponse_responseType :: Lens' DeleteGatewayResponse GatewayResponseType Source #

Required

The response type of the associated GatewayResponse.

Destructuring the Response

data DeleteGatewayResponseResponse Source #

See: newDeleteGatewayResponseResponse smart constructor.

Instances

Instances details
Eq DeleteGatewayResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Read DeleteGatewayResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Show DeleteGatewayResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Generic DeleteGatewayResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteGatewayResponse

Associated Types

type Rep DeleteGatewayResponseResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-apigatewayZSamazonka-apigateway" '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.