amazonka-apigatewayv2-2.0: Amazon ApiGatewayV2 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.ApiGatewayV2.DeleteIntegrationResponse

Description

Deletes an IntegrationResponses.

Synopsis

Creating a Request

data DeleteIntegrationResponse Source #

See: newDeleteIntegrationResponse smart constructor.

Constructors

DeleteIntegrationResponse' 

Fields

Instances

Instances details
ToHeaders DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse

ToPath DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse

ToQuery DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse

AWSRequest DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse

Generic DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse

Associated Types

type Rep DeleteIntegrationResponse :: Type -> Type #

Read DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse

Show DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse

NFData DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse

Eq DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse

Hashable DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse

type AWSResponse DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse

type Rep DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse

type Rep DeleteIntegrationResponse = D1 ('MetaData "DeleteIntegrationResponse" "Amazonka.ApiGatewayV2.DeleteIntegrationResponse" "amazonka-apigatewayv2-2.0-4MZ8oueToeLOWomgegceF" 'False) (C1 ('MetaCons "DeleteIntegrationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "integrationResponseId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "integrationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteIntegrationResponse Source #

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

DeleteIntegrationResponse, deleteIntegrationResponse_apiId - The API identifier.

DeleteIntegrationResponse, deleteIntegrationResponse_integrationResponseId - The integration response ID.

DeleteIntegrationResponse, deleteIntegrationResponse_integrationId - The integration ID.

Request Lenses

Destructuring the Response

data DeleteIntegrationResponseResponse Source #

See: newDeleteIntegrationResponseResponse smart constructor.

Instances

Instances details
Generic DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse

Associated Types

type Rep DeleteIntegrationResponseResponse :: Type -> Type #

Read DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse

Show DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse

NFData DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse

Eq DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse

type Rep DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegrationResponse

type Rep DeleteIntegrationResponseResponse = D1 ('MetaData "DeleteIntegrationResponseResponse" "Amazonka.ApiGatewayV2.DeleteIntegrationResponse" "amazonka-apigatewayv2-2.0-4MZ8oueToeLOWomgegceF" 'False) (C1 ('MetaCons "DeleteIntegrationResponseResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteIntegrationResponseResponse :: DeleteIntegrationResponseResponse Source #

Create a value of DeleteIntegrationResponseResponse with all optional fields omitted.

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