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

Description

Deletes the BasePathMapping resource.

Synopsis

Creating a Request

data DeleteBasePathMapping Source #

A request to delete the BasePathMapping resource.

See: newDeleteBasePathMapping smart constructor.

Constructors

DeleteBasePathMapping' 

Fields

  • domainName :: Text
    Required
    The domain name of the BasePathMapping resource to delete.
  • basePath :: Text
    Required
    The base path name of the BasePathMapping resource to delete.

    To specify an empty base path, set this parameter to '(none)'.

Instances

Instances details
Eq DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Read DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Show DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Generic DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Associated Types

type Rep DeleteBasePathMapping :: Type -> Type #

NFData DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Methods

rnf :: DeleteBasePathMapping -> () #

Hashable DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

AWSRequest DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Associated Types

type AWSResponse DeleteBasePathMapping #

ToHeaders DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

ToPath DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

ToQuery DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

type Rep DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

type Rep DeleteBasePathMapping = D1 ('MetaData "DeleteBasePathMapping" "Amazonka.APIGateway.DeleteBasePathMapping" "libZSservicesZSamazonka-apigatewayZSamazonka-apigateway" 'False) (C1 ('MetaCons "DeleteBasePathMapping'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "basePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteBasePathMapping Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

newDeleteBasePathMapping Source #

Create a value of DeleteBasePathMapping 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:domainName:DeleteBasePathMapping', deleteBasePathMapping_domainName - [Required] The domain name of the BasePathMapping resource to delete.

$sel:basePath:DeleteBasePathMapping', deleteBasePathMapping_basePath - [Required] The base path name of the BasePathMapping resource to delete.

To specify an empty base path, set this parameter to '(none)'.

Request Lenses

deleteBasePathMapping_domainName :: Lens' DeleteBasePathMapping Text Source #

Required
The domain name of the BasePathMapping resource to delete.

deleteBasePathMapping_basePath :: Lens' DeleteBasePathMapping Text Source #

Required
The base path name of the BasePathMapping resource to delete.

To specify an empty base path, set this parameter to '(none)'.

Destructuring the Response

data DeleteBasePathMappingResponse Source #

See: newDeleteBasePathMappingResponse smart constructor.

Instances

Instances details
Eq DeleteBasePathMappingResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Read DeleteBasePathMappingResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Show DeleteBasePathMappingResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Generic DeleteBasePathMappingResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

Associated Types

type Rep DeleteBasePathMappingResponse :: Type -> Type #

NFData DeleteBasePathMappingResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

type Rep DeleteBasePathMappingResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteBasePathMapping

type Rep DeleteBasePathMappingResponse = D1 ('MetaData "DeleteBasePathMappingResponse" "Amazonka.APIGateway.DeleteBasePathMapping" "libZSservicesZSamazonka-apigatewayZSamazonka-apigateway" 'False) (C1 ('MetaCons "DeleteBasePathMappingResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteBasePathMappingResponse :: DeleteBasePathMappingResponse Source #

Create a value of DeleteBasePathMappingResponse with all optional fields omitted.

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