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

Description

Creates a documentation part.

Synopsis

Creating a Request

data CreateDocumentationPart Source #

Creates a new documentation part of a given API.

See: newCreateDocumentationPart smart constructor.

Constructors

CreateDocumentationPart' 

Fields

  • restApiId :: Text

    The string identifier of the associated RestApi.

  • location :: DocumentationPartLocation

    The location of the targeted API entity of the to-be-created documentation part.

  • properties :: Text

    The new documentation content map of the targeted API entity. Enclosed key-value pairs are API-specific, but only OpenAPI-compliant key-value pairs can be exported and, hence, published.

Instances

Instances details
ToJSON CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

ToHeaders CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

ToPath CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

ToQuery CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

AWSRequest CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

Generic CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

Associated Types

type Rep CreateDocumentationPart :: Type -> Type #

Read CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

Show CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

NFData CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

Methods

rnf :: CreateDocumentationPart -> () #

Eq CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

Hashable CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

type AWSResponse CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

type Rep CreateDocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.CreateDocumentationPart

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

newCreateDocumentationPart Source #

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

CreateDocumentationPart, createDocumentationPart_restApiId - The string identifier of the associated RestApi.

CreateDocumentationPart, createDocumentationPart_location - The location of the targeted API entity of the to-be-created documentation part.

CreateDocumentationPart, createDocumentationPart_properties - The new documentation content map of the targeted API entity. Enclosed key-value pairs are API-specific, but only OpenAPI-compliant key-value pairs can be exported and, hence, published.

Request Lenses

createDocumentationPart_restApiId :: Lens' CreateDocumentationPart Text Source #

The string identifier of the associated RestApi.

createDocumentationPart_location :: Lens' CreateDocumentationPart DocumentationPartLocation Source #

The location of the targeted API entity of the to-be-created documentation part.

createDocumentationPart_properties :: Lens' CreateDocumentationPart Text Source #

The new documentation content map of the targeted API entity. Enclosed key-value pairs are API-specific, but only OpenAPI-compliant key-value pairs can be exported and, hence, published.

Destructuring the Response

data DocumentationPart Source #

A documentation part for a targeted API entity.

See: newDocumentationPart smart constructor.

Constructors

DocumentationPart' 

Fields

  • id :: Maybe Text

    The DocumentationPart identifier, generated by API Gateway when the DocumentationPart is created.

  • location :: Maybe DocumentationPartLocation

    The location of the API entity to which the documentation applies. Valid fields depend on the targeted API entity type. All the valid location fields are not required. If not explicitly specified, a valid location field is treated as a wildcard and associated documentation content may be inherited by matching entities, unless overridden.

  • properties :: Maybe Text

    A content map of API-specific key-value pairs describing the targeted API entity. The map must be encoded as a JSON string, e.g., "{ \"description\": \"The API does ...\" }". Only OpenAPI-compliant documentation-related fields from the properties map are exported and, hence, published as part of the API entity definitions, while the original documentation parts are exported in a OpenAPI extension of x-amazon-apigateway-documentation.

Instances

Instances details
FromJSON DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Generic DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Associated Types

type Rep DocumentationPart :: Type -> Type #

Read DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Show DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

NFData DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Methods

rnf :: DocumentationPart -> () #

Eq DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

Hashable DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

type Rep DocumentationPart Source # 
Instance details

Defined in Amazonka.APIGateway.Types.DocumentationPart

type Rep DocumentationPart = D1 ('MetaData "DocumentationPart" "Amazonka.APIGateway.Types.DocumentationPart" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "DocumentationPart'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DocumentationPartLocation)) :*: S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDocumentationPart :: DocumentationPart Source #

Create a value of DocumentationPart 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:id:DocumentationPart', documentationPart_id - The DocumentationPart identifier, generated by API Gateway when the DocumentationPart is created.

$sel:location:DocumentationPart', documentationPart_location - The location of the API entity to which the documentation applies. Valid fields depend on the targeted API entity type. All the valid location fields are not required. If not explicitly specified, a valid location field is treated as a wildcard and associated documentation content may be inherited by matching entities, unless overridden.

$sel:properties:DocumentationPart', documentationPart_properties - A content map of API-specific key-value pairs describing the targeted API entity. The map must be encoded as a JSON string, e.g., "{ \"description\": \"The API does ...\" }". Only OpenAPI-compliant documentation-related fields from the properties map are exported and, hence, published as part of the API entity definitions, while the original documentation parts are exported in a OpenAPI extension of x-amazon-apigateway-documentation.

Response Lenses

documentationPart_id :: Lens' DocumentationPart (Maybe Text) Source #

The DocumentationPart identifier, generated by API Gateway when the DocumentationPart is created.

documentationPart_location :: Lens' DocumentationPart (Maybe DocumentationPartLocation) Source #

The location of the API entity to which the documentation applies. Valid fields depend on the targeted API entity type. All the valid location fields are not required. If not explicitly specified, a valid location field is treated as a wildcard and associated documentation content may be inherited by matching entities, unless overridden.

documentationPart_properties :: Lens' DocumentationPart (Maybe Text) Source #

A content map of API-specific key-value pairs describing the targeted API entity. The map must be encoded as a JSON string, e.g., "{ \"description\": \"The API does ...\" }". Only OpenAPI-compliant documentation-related fields from the properties map are exported and, hence, published as part of the API entity definitions, while the original documentation parts are exported in a OpenAPI extension of x-amazon-apigateway-documentation.