amazonka-apigateway-2.0: Amazon API Gateway 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.APIGateway.DeleteDocumentationVersion

Description

Deletes a documentation version.

Synopsis

Creating a Request

data DeleteDocumentationVersion Source #

Deletes an existing documentation version of an API.

See: newDeleteDocumentationVersion smart constructor.

Constructors

DeleteDocumentationVersion' 

Fields

Instances

Instances details
ToHeaders DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

ToPath DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

ToQuery DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

AWSRequest DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Generic DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Associated Types

type Rep DeleteDocumentationVersion :: Type -> Type #

Read DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Show DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

NFData DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Eq DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Hashable DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

type AWSResponse DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

type Rep DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

type Rep DeleteDocumentationVersion = D1 ('MetaData "DeleteDocumentationVersion" "Amazonka.APIGateway.DeleteDocumentationVersion" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteDocumentationVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "documentationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDocumentationVersion Source #

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

DeleteDocumentationVersion, deleteDocumentationVersion_restApiId - The string identifier of the associated RestApi.

DeleteDocumentationVersion, deleteDocumentationVersion_documentationVersion - The version identifier of a to-be-deleted documentation snapshot.

Request Lenses

deleteDocumentationVersion_restApiId :: Lens' DeleteDocumentationVersion Text Source #

The string identifier of the associated RestApi.

deleteDocumentationVersion_documentationVersion :: Lens' DeleteDocumentationVersion Text Source #

The version identifier of a to-be-deleted documentation snapshot.

Destructuring the Response

data DeleteDocumentationVersionResponse Source #

Instances

Instances details
Generic DeleteDocumentationVersionResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Associated Types

type Rep DeleteDocumentationVersionResponse :: Type -> Type #

Read DeleteDocumentationVersionResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Show DeleteDocumentationVersionResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

NFData DeleteDocumentationVersionResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Eq DeleteDocumentationVersionResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

type Rep DeleteDocumentationVersionResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

type Rep DeleteDocumentationVersionResponse = D1 ('MetaData "DeleteDocumentationVersionResponse" "Amazonka.APIGateway.DeleteDocumentationVersion" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DeleteDocumentationVersionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDocumentationVersionResponse :: DeleteDocumentationVersionResponse Source #

Create a value of DeleteDocumentationVersionResponse with all optional fields omitted.

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