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

Description

Represents a delete integration.

Synopsis

Creating a Request

data DeleteIntegration Source #

Represents a delete integration request.

See: newDeleteIntegration smart constructor.

Constructors

DeleteIntegration' 

Fields

  • restApiId :: Text

    The string identifier of the associated RestApi.

  • resourceId :: Text

    Specifies a delete integration request's resource identifier.

  • httpMethod :: Text

    Specifies a delete integration request's HTTP method.

Instances

Instances details
ToHeaders DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

ToPath DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

ToQuery DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

AWSRequest DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

Associated Types

type AWSResponse DeleteIntegration #

Generic DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

Associated Types

type Rep DeleteIntegration :: Type -> Type #

Read DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

Show DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

NFData DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

Methods

rnf :: DeleteIntegration -> () #

Eq DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

Hashable DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

type AWSResponse DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

type Rep DeleteIntegration Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

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

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:

DeleteIntegration, deleteIntegration_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:DeleteIntegration', deleteIntegration_resourceId - Specifies a delete integration request's resource identifier.

DeleteIntegration, deleteIntegration_httpMethod - Specifies a delete integration request's HTTP method.

Request Lenses

deleteIntegration_restApiId :: Lens' DeleteIntegration Text Source #

The string identifier of the associated RestApi.

deleteIntegration_resourceId :: Lens' DeleteIntegration Text Source #

Specifies a delete integration request's resource identifier.

deleteIntegration_httpMethod :: Lens' DeleteIntegration Text Source #

Specifies a delete integration request's HTTP method.

Destructuring the Response

data DeleteIntegrationResponse' Source #

See: newDeleteIntegrationResponse' smart constructor.

Instances

Instances details
Generic DeleteIntegrationResponse' Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

Associated Types

type Rep DeleteIntegrationResponse' :: Type -> Type #

Read DeleteIntegrationResponse' Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

Show DeleteIntegrationResponse' Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

NFData DeleteIntegrationResponse' Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

Eq DeleteIntegrationResponse' Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

type Rep DeleteIntegrationResponse' Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegration

type Rep DeleteIntegrationResponse' = D1 ('MetaData "DeleteIntegrationResponse'" "Amazonka.APIGateway.DeleteIntegration" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" '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.