libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2
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.ApiGatewayV2.DeleteIntegration

Description

Deletes an Integration.

Synopsis

Creating a Request

data DeleteIntegration Source #

See: newDeleteIntegration smart constructor.

Constructors

DeleteIntegration' 

Fields

Instances

Instances details
Eq DeleteIntegration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegration

Read DeleteIntegration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegration

Show DeleteIntegration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegration

Generic DeleteIntegration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegration

Associated Types

type Rep DeleteIntegration :: Type -> Type #

NFData DeleteIntegration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegration

Methods

rnf :: DeleteIntegration -> () #

Hashable DeleteIntegration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegration

AWSRequest DeleteIntegration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegration

Associated Types

type AWSResponse DeleteIntegration #

ToHeaders DeleteIntegration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegration

ToPath DeleteIntegration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegration

ToQuery DeleteIntegration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegration

type Rep DeleteIntegration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegration

type Rep DeleteIntegration = D1 ('MetaData "DeleteIntegration" "Amazonka.ApiGatewayV2.DeleteIntegration" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" 'False) (C1 ('MetaCons "DeleteIntegration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "integrationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteIntegration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegration

newDeleteIntegration Source #

Create a value of DeleteIntegration 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:apiId:DeleteIntegration', deleteIntegration_apiId - The API identifier.

$sel:integrationId:DeleteIntegration', deleteIntegration_integrationId - The integration ID.

Request Lenses

Destructuring the Response

data DeleteIntegrationResponse' Source #

See: newDeleteIntegrationResponse' smart constructor.

Instances

Instances details
Eq DeleteIntegrationResponse' Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegration

Read DeleteIntegrationResponse' Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegration

Show DeleteIntegrationResponse' Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegration

Generic DeleteIntegrationResponse' Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegration

Associated Types

type Rep DeleteIntegrationResponse' :: Type -> Type #

NFData DeleteIntegrationResponse' Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegration

type Rep DeleteIntegrationResponse' Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteIntegration

type Rep DeleteIntegrationResponse' = D1 ('MetaData "DeleteIntegrationResponse'" "Amazonka.ApiGatewayV2.DeleteIntegration" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" 'False) (C1 ('MetaCons "DeleteIntegrationResponse''" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteIntegrationResponse' :: DeleteIntegrationResponse' Source #

Create a value of DeleteIntegrationResponse' with all optional fields omitted.

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