amazonka-wisdom-2.0: Amazon Connect Wisdom Service 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.Wisdom.GetContentSummary

Description

Retrieves summary information about the content.

Synopsis

Creating a Request

data GetContentSummary Source #

See: newGetContentSummary smart constructor.

Constructors

GetContentSummary' 

Fields

  • contentId :: Text

    The identifier of the content. Can be either the ID or the ARN. URLs cannot contain the ARN.

  • knowledgeBaseId :: Text

    The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.

Instances

Instances details
ToHeaders GetContentSummary Source # 
Instance details

Defined in Amazonka.Wisdom.GetContentSummary

ToPath GetContentSummary Source # 
Instance details

Defined in Amazonka.Wisdom.GetContentSummary

ToQuery GetContentSummary Source # 
Instance details

Defined in Amazonka.Wisdom.GetContentSummary

AWSRequest GetContentSummary Source # 
Instance details

Defined in Amazonka.Wisdom.GetContentSummary

Associated Types

type AWSResponse GetContentSummary #

Generic GetContentSummary Source # 
Instance details

Defined in Amazonka.Wisdom.GetContentSummary

Associated Types

type Rep GetContentSummary :: Type -> Type #

Read GetContentSummary Source # 
Instance details

Defined in Amazonka.Wisdom.GetContentSummary

Show GetContentSummary Source # 
Instance details

Defined in Amazonka.Wisdom.GetContentSummary

NFData GetContentSummary Source # 
Instance details

Defined in Amazonka.Wisdom.GetContentSummary

Methods

rnf :: GetContentSummary -> () #

Eq GetContentSummary Source # 
Instance details

Defined in Amazonka.Wisdom.GetContentSummary

Hashable GetContentSummary Source # 
Instance details

Defined in Amazonka.Wisdom.GetContentSummary

type AWSResponse GetContentSummary Source # 
Instance details

Defined in Amazonka.Wisdom.GetContentSummary

type Rep GetContentSummary Source # 
Instance details

Defined in Amazonka.Wisdom.GetContentSummary

type Rep GetContentSummary = D1 ('MetaData "GetContentSummary" "Amazonka.Wisdom.GetContentSummary" "amazonka-wisdom-2.0-D8ZGZ1sJNnDDHDNbH2yubp" 'False) (C1 ('MetaCons "GetContentSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "knowledgeBaseId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetContentSummary Source #

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

GetContentSummary, getContentSummary_contentId - The identifier of the content. Can be either the ID or the ARN. URLs cannot contain the ARN.

GetContentSummary, getContentSummary_knowledgeBaseId - The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.

Request Lenses

getContentSummary_contentId :: Lens' GetContentSummary Text Source #

The identifier of the content. Can be either the ID or the ARN. URLs cannot contain the ARN.

getContentSummary_knowledgeBaseId :: Lens' GetContentSummary Text Source #

The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.

Destructuring the Response

data GetContentSummaryResponse Source #

See: newGetContentSummaryResponse smart constructor.

Constructors

GetContentSummaryResponse' 

Fields

Instances

Instances details
Generic GetContentSummaryResponse Source # 
Instance details

Defined in Amazonka.Wisdom.GetContentSummary

Associated Types

type Rep GetContentSummaryResponse :: Type -> Type #

Read GetContentSummaryResponse Source # 
Instance details

Defined in Amazonka.Wisdom.GetContentSummary

Show GetContentSummaryResponse Source # 
Instance details

Defined in Amazonka.Wisdom.GetContentSummary

NFData GetContentSummaryResponse Source # 
Instance details

Defined in Amazonka.Wisdom.GetContentSummary

Eq GetContentSummaryResponse Source # 
Instance details

Defined in Amazonka.Wisdom.GetContentSummary

type Rep GetContentSummaryResponse Source # 
Instance details

Defined in Amazonka.Wisdom.GetContentSummary

type Rep GetContentSummaryResponse = D1 ('MetaData "GetContentSummaryResponse" "Amazonka.Wisdom.GetContentSummary" "amazonka-wisdom-2.0-D8ZGZ1sJNnDDHDNbH2yubp" 'False) (C1 ('MetaCons "GetContentSummaryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contentSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContentSummary)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetContentSummaryResponse Source #

Create a value of GetContentSummaryResponse 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:contentSummary:GetContentSummaryResponse', getContentSummaryResponse_contentSummary - The content summary.

$sel:httpStatus:GetContentSummaryResponse', getContentSummaryResponse_httpStatus - The response's http status code.

Response Lenses