amazonka-sagemaker-2.0: Amazon SageMaker 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.SageMaker.Types.HubContentInfo

Description

 
Synopsis

Documentation

data HubContentInfo Source #

Information about hub content.

See: newHubContentInfo smart constructor.

Constructors

HubContentInfo' 

Fields

Instances

Instances details
FromJSON HubContentInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubContentInfo

Generic HubContentInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubContentInfo

Associated Types

type Rep HubContentInfo :: Type -> Type #

Read HubContentInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubContentInfo

Show HubContentInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubContentInfo

NFData HubContentInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubContentInfo

Methods

rnf :: HubContentInfo -> () #

Eq HubContentInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubContentInfo

Hashable HubContentInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubContentInfo

type Rep HubContentInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubContentInfo

type Rep HubContentInfo = D1 ('MetaData "HubContentInfo" "Amazonka.SageMaker.Types.HubContentInfo" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "HubContentInfo'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "hubContentDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hubContentDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "hubContentSearchKeywords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "hubContentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "hubContentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "hubContentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "hubContentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HubContentType)) :*: (S1 ('MetaSel ('Just "documentSchemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "hubContentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HubContentStatus) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))))

newHubContentInfo Source #

Create a value of HubContentInfo 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:hubContentDescription:HubContentInfo', hubContentInfo_hubContentDescription - A description of the hub content.

$sel:hubContentDisplayName:HubContentInfo', hubContentInfo_hubContentDisplayName - The display name of the hub content.

$sel:hubContentSearchKeywords:HubContentInfo', hubContentInfo_hubContentSearchKeywords - The searchable keywords for the hub content.

$sel:hubContentName:HubContentInfo', hubContentInfo_hubContentName - The name of the hub content.

$sel:hubContentArn:HubContentInfo', hubContentInfo_hubContentArn - The Amazon Resource Name (ARN) of the hub content.

$sel:hubContentVersion:HubContentInfo', hubContentInfo_hubContentVersion - The version of the hub content.

$sel:hubContentType:HubContentInfo', hubContentInfo_hubContentType - The type of hub content.

$sel:documentSchemaVersion:HubContentInfo', hubContentInfo_documentSchemaVersion - The version of the hub content document schema.

$sel:hubContentStatus:HubContentInfo', hubContentInfo_hubContentStatus - The status of the hub content.

$sel:creationTime:HubContentInfo', hubContentInfo_creationTime - The date and time that the hub content was created.

hubContentInfo_hubContentSearchKeywords :: Lens' HubContentInfo (Maybe [Text]) Source #

The searchable keywords for the hub content.

hubContentInfo_hubContentArn :: Lens' HubContentInfo Text Source #

The Amazon Resource Name (ARN) of the hub content.

hubContentInfo_documentSchemaVersion :: Lens' HubContentInfo Text Source #

The version of the hub content document schema.

hubContentInfo_creationTime :: Lens' HubContentInfo UTCTime Source #

The date and time that the hub content was created.