libZSservicesZSamazonka-apigatewayZSamazonka-apigateway
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.APIGateway.DeleteDocumentationVersion

Description

  • - | Undocumented operation.
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
Eq DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Read DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

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

NFData DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Hashable DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

AWSRequest DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

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

type Rep DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

type Rep DeleteDocumentationVersion = D1 ('MetaData "DeleteDocumentationVersion" "Amazonka.APIGateway.DeleteDocumentationVersion" "libZSservicesZSamazonka-apigatewayZSamazonka-apigateway" 'False) (C1 ('MetaCons "DeleteDocumentationVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "documentationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDocumentationVersion Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

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:

$sel:restApiId:DeleteDocumentationVersion', deleteDocumentationVersion_restApiId - [Required] The string identifier of the associated RestApi.

$sel:documentationVersion:DeleteDocumentationVersion', deleteDocumentationVersion_documentationVersion - [Required] The version identifier of a to-be-deleted documentation snapshot.

Request Lenses

deleteDocumentationVersion_restApiId :: Lens' DeleteDocumentationVersion Text Source #

Required
The string identifier of the associated RestApi.

deleteDocumentationVersion_documentationVersion :: Lens' DeleteDocumentationVersion Text Source #

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

Destructuring the Response

data DeleteDocumentationVersionResponse Source #

Instances

Instances details
Eq DeleteDocumentationVersionResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Read DeleteDocumentationVersionResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Show DeleteDocumentationVersionResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Generic DeleteDocumentationVersionResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteDocumentationVersion

Associated Types

type Rep DeleteDocumentationVersionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-apigatewayZSamazonka-apigateway" '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.