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

Description

Deletes the RouteSettings for a stage.

Synopsis

Creating a Request

data DeleteRouteSettings Source #

See: newDeleteRouteSettings smart constructor.

Constructors

DeleteRouteSettings' 

Fields

  • stageName :: Text

    The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.

  • routeKey :: Text

    The route key.

  • apiId :: Text

    The API identifier.

Instances

Instances details
Eq DeleteRouteSettings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

Read DeleteRouteSettings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

Show DeleteRouteSettings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

Generic DeleteRouteSettings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

Associated Types

type Rep DeleteRouteSettings :: Type -> Type #

NFData DeleteRouteSettings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

Methods

rnf :: DeleteRouteSettings -> () #

Hashable DeleteRouteSettings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

AWSRequest DeleteRouteSettings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

Associated Types

type AWSResponse DeleteRouteSettings #

ToHeaders DeleteRouteSettings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

ToPath DeleteRouteSettings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

ToQuery DeleteRouteSettings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

type Rep DeleteRouteSettings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

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

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

newDeleteRouteSettings Source #

Create a value of DeleteRouteSettings 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:stageName:DeleteRouteSettings', deleteRouteSettings_stageName - The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.

$sel:routeKey:DeleteRouteSettings', deleteRouteSettings_routeKey - The route key.

$sel:apiId:DeleteRouteSettings', deleteRouteSettings_apiId - The API identifier.

Request Lenses

deleteRouteSettings_stageName :: Lens' DeleteRouteSettings Text Source #

The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.

Destructuring the Response

data DeleteRouteSettingsResponse Source #

See: newDeleteRouteSettingsResponse smart constructor.

Instances

Instances details
Eq DeleteRouteSettingsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

Read DeleteRouteSettingsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

Show DeleteRouteSettingsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

Generic DeleteRouteSettingsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

Associated Types

type Rep DeleteRouteSettingsResponse :: Type -> Type #

NFData DeleteRouteSettingsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

type Rep DeleteRouteSettingsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

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

newDeleteRouteSettingsResponse :: DeleteRouteSettingsResponse Source #

Create a value of DeleteRouteSettingsResponse with all optional fields omitted.

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