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.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
    Required
    The string identifier of the associated RestApi.
  • resourceId :: Text
    Required
    Specifies a delete integration response request's resource identifier.
  • httpMethod :: Text
    Required
    Specifies a delete integration response request's HTTP method.
  • statusCode :: Text
    Required
    Specifies a delete integration response request's status code.

Instances

Instances details
Eq DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Read DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Show 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 #

NFData DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Hashable DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

AWSRequest DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

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

type Rep DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

type Rep DeleteIntegrationResponse = D1 ('MetaData "DeleteIntegrationResponse" "Amazonka.APIGateway.DeleteIntegrationResponse" "libZSservicesZSamazonka-apigatewayZSamazonka-apigateway" '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))))
type AWSResponse DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

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:

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

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

$sel:httpMethod:DeleteIntegrationResponse', deleteIntegrationResponse_httpMethod - [Required] Specifies a delete integration response request's HTTP method.

$sel:statusCode:DeleteIntegrationResponse', deleteIntegrationResponse_statusCode - [Required] Specifies a delete integration response request's status code.

Request Lenses

deleteIntegrationResponse_restApiId :: Lens' DeleteIntegrationResponse Text Source #

Required
The string identifier of the associated RestApi.

deleteIntegrationResponse_resourceId :: Lens' DeleteIntegrationResponse Text Source #

Required
Specifies a delete integration response request's resource identifier.

deleteIntegrationResponse_httpMethod :: Lens' DeleteIntegrationResponse Text Source #

Required
Specifies a delete integration response request's HTTP method.

deleteIntegrationResponse_statusCode :: Lens' DeleteIntegrationResponse Text Source #

Required
Specifies a delete integration response request's status code.

Destructuring the Response

data DeleteIntegrationResponseResponse Source #

See: newDeleteIntegrationResponseResponse smart constructor.

Instances

Instances details
Eq DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Read DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Show DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Generic DeleteIntegrationResponseResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteIntegrationResponse

Associated Types

type Rep DeleteIntegrationResponseResponse :: Type -> Type #

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