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

Description

Deletes a CORS configuration.

Synopsis

Creating a Request

data DeleteCorsConfiguration Source #

See: newDeleteCorsConfiguration smart constructor.

Constructors

DeleteCorsConfiguration' 

Fields

Instances

Instances details
Eq DeleteCorsConfiguration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

Read DeleteCorsConfiguration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

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

NFData DeleteCorsConfiguration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

Methods

rnf :: DeleteCorsConfiguration -> () #

Hashable DeleteCorsConfiguration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

AWSRequest DeleteCorsConfiguration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

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

type Rep DeleteCorsConfiguration Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

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

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

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:

$sel:apiId:DeleteCorsConfiguration', deleteCorsConfiguration_apiId - The API identifier.

Request Lenses

Destructuring the Response

data DeleteCorsConfigurationResponse Source #

See: newDeleteCorsConfigurationResponse smart constructor.

Instances

Instances details
Eq DeleteCorsConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

Read DeleteCorsConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

Show DeleteCorsConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

Generic DeleteCorsConfigurationResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteCorsConfiguration

Associated Types

type Rep DeleteCorsConfigurationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" '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.