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

Description

Represents a delete integration response.

Synopsis

Creating a Request

data DeleteIntegrationResponse Source #

Represents a delete integration response request.

See: newDeleteIntegrationResponse smart constructor.

Constructors

DeleteIntegrationResponse' 

Fields

  • restApiId :: Text

    The string identifier of the associated RestApi.

  • resourceId :: Text

    Specifies a delete integration response request's resource identifier.

  • httpMethod :: Text

    Specifies a delete integration response request's HTTP method.

  • statusCode :: Text

    Specifies a delete integration response request's status code.

Instances

Instances details
ToHeaders DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

ToPath DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

ToQuery DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

AWSRequest DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Generic DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Associated Types

type Rep DeleteIntegrationResponse :: Type -> Type #

Read DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Show DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

NFData DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Eq DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Hashable DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

type AWSResponse DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

type Rep DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

type Rep DeleteIntegrationResponse = D1 ('MetaData "DeleteIntegrationResponse" "Amazonka.APIGateway.DeleteIntegrationResponse" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteIntegrationResponse'" '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) :*: S1 ('MetaSel ('Just "statusCode") '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_restApiId - The string identifier of the associated RestApi.

$sel:resourceId:DeleteIntegrationResponse', deleteIntegrationResponse_resourceId - Specifies a delete integration response request's resource identifier.

DeleteIntegrationResponse, deleteIntegrationResponse_httpMethod - Specifies a delete integration response request's HTTP method.

DeleteIntegrationResponse, deleteIntegrationResponse_statusCode - Specifies a delete integration response request's status code.

Request Lenses

deleteIntegrationResponse_restApiId :: Lens' DeleteIntegrationResponse Text Source #

The string identifier of the associated RestApi.

deleteIntegrationResponse_resourceId :: Lens' DeleteIntegrationResponse Text Source #

Specifies a delete integration response request's resource identifier.

deleteIntegrationResponse_httpMethod :: Lens' DeleteIntegrationResponse Text Source #

Specifies a delete integration response request's HTTP method.

deleteIntegrationResponse_statusCode :: Lens' DeleteIntegrationResponse Text Source #

Specifies a delete integration response request's status code.

Destructuring the Response

data DeleteIntegrationResponseResponse Source #

See: newDeleteIntegrationResponseResponse smart constructor.

Instances

Instances details
Generic DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Associated Types

type Rep DeleteIntegrationResponseResponse :: Type -> Type #

Read DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Show DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

NFData DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Eq DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

type Rep DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

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