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

Description

Deletes a CORS configuration.

Synopsis

Creating a Request

data DeleteCorsConfiguration Source #

See: newDeleteCorsConfiguration smart constructor.

Constructors

DeleteCorsConfiguration' 

Fields

Instances

Instances details
ToHeaders DeleteCorsConfiguration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

ToPath DeleteCorsConfiguration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

ToQuery DeleteCorsConfiguration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

AWSRequest DeleteCorsConfiguration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

Generic DeleteCorsConfiguration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

Associated Types

type Rep DeleteCorsConfiguration :: Type -> Type #

Read DeleteCorsConfiguration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

Show DeleteCorsConfiguration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

NFData DeleteCorsConfiguration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

Methods

rnf :: DeleteCorsConfiguration -> () #

Eq DeleteCorsConfiguration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

Hashable DeleteCorsConfiguration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

type AWSResponse DeleteCorsConfiguration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

type Rep DeleteCorsConfiguration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

type Rep DeleteCorsConfiguration = D1 ('MetaData "DeleteCorsConfiguration" "Amazonka.ApiGatewayV2.DeleteCorsConfiguration" "amazonka-apigatewayv2-2.0-4MZ8oueToeLOWomgegceF" 'False) (C1 ('MetaCons "DeleteCorsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteCorsConfiguration Source #

Create a value of DeleteCorsConfiguration 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:

DeleteCorsConfiguration, deleteCorsConfiguration_apiId - The API identifier.

Request Lenses

Destructuring the Response

data DeleteCorsConfigurationResponse Source #

See: newDeleteCorsConfigurationResponse smart constructor.

Instances

Instances details
Generic DeleteCorsConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

Associated Types

type Rep DeleteCorsConfigurationResponse :: Type -> Type #

Read DeleteCorsConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

Show DeleteCorsConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

NFData DeleteCorsConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

Eq DeleteCorsConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

type Rep DeleteCorsConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

type Rep DeleteCorsConfigurationResponse = D1 ('MetaData "DeleteCorsConfigurationResponse" "Amazonka.ApiGatewayV2.DeleteCorsConfiguration" "amazonka-apigatewayv2-2.0-4MZ8oueToeLOWomgegceF" 'False) (C1 ('MetaCons "DeleteCorsConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteCorsConfigurationResponse :: DeleteCorsConfigurationResponse Source #

Create a value of DeleteCorsConfigurationResponse with all optional fields omitted.

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