| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.HubContentInfo
Description
Synopsis
- data HubContentInfo = HubContentInfo' {}
 - newHubContentInfo :: Text -> Text -> Text -> HubContentType -> Text -> HubContentStatus -> UTCTime -> HubContentInfo
 - hubContentInfo_hubContentDescription :: Lens' HubContentInfo (Maybe Text)
 - hubContentInfo_hubContentDisplayName :: Lens' HubContentInfo (Maybe Text)
 - hubContentInfo_hubContentSearchKeywords :: Lens' HubContentInfo (Maybe [Text])
 - hubContentInfo_hubContentName :: Lens' HubContentInfo Text
 - hubContentInfo_hubContentArn :: Lens' HubContentInfo Text
 - hubContentInfo_hubContentVersion :: Lens' HubContentInfo Text
 - hubContentInfo_hubContentType :: Lens' HubContentInfo HubContentType
 - hubContentInfo_documentSchemaVersion :: Lens' HubContentInfo Text
 - hubContentInfo_hubContentStatus :: Lens' HubContentInfo HubContentStatus
 - hubContentInfo_creationTime :: Lens' HubContentInfo UTCTime
 
Documentation
data HubContentInfo Source #
Information about hub content.
See: newHubContentInfo smart constructor.
Constructors
| HubContentInfo' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> HubContentType | |
| -> Text | |
| -> HubContentStatus | |
| -> UTCTime | |
| -> HubContentInfo | 
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_hubContentDescription :: Lens' HubContentInfo (Maybe Text) Source #
A description of the hub content.
hubContentInfo_hubContentDisplayName :: Lens' HubContentInfo (Maybe Text) Source #
The display name of the hub content.
hubContentInfo_hubContentSearchKeywords :: Lens' HubContentInfo (Maybe [Text]) Source #
The searchable keywords for the hub content.
hubContentInfo_hubContentName :: Lens' HubContentInfo Text Source #
The name of the hub content.
hubContentInfo_hubContentArn :: Lens' HubContentInfo Text Source #
The Amazon Resource Name (ARN) of the hub content.
hubContentInfo_hubContentVersion :: Lens' HubContentInfo Text Source #
The version of the hub content.
hubContentInfo_hubContentType :: Lens' HubContentInfo HubContentType Source #
The type of hub content.
hubContentInfo_documentSchemaVersion :: Lens' HubContentInfo Text Source #
The version of the hub content document schema.
hubContentInfo_hubContentStatus :: Lens' HubContentInfo HubContentStatus Source #
The status of the hub content.
hubContentInfo_creationTime :: Lens' HubContentInfo UTCTime Source #
The date and time that the hub content was created.