amazonka-apigatewayv2-2.0: Amazon ApiGatewayV2 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.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
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

AWSRequest DeleteRouteSettings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

Associated Types

type AWSResponse DeleteRouteSettings #

Generic DeleteRouteSettings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

Associated Types

type Rep DeleteRouteSettings :: Type -> Type #

Read DeleteRouteSettings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

Show DeleteRouteSettings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

NFData DeleteRouteSettings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

Methods

rnf :: DeleteRouteSettings -> () #

Eq DeleteRouteSettings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

Hashable DeleteRouteSettings Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

type AWSResponse 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" "amazonka-apigatewayv2-2.0-4MZ8oueToeLOWomgegceF" '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))))

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:

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

DeleteRouteSettings, deleteRouteSettings_routeKey - The route key.

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
Generic DeleteRouteSettingsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

Associated Types

type Rep DeleteRouteSettingsResponse :: Type -> Type #

Read DeleteRouteSettingsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

Show DeleteRouteSettingsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

NFData DeleteRouteSettingsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteRouteSettings

Eq 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" "amazonka-apigatewayv2-2.0-4MZ8oueToeLOWomgegceF" '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.