| 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.DataExchange.Types.DataSetEntry
Description
Synopsis
- data DataSetEntry = DataSetEntry' {}
 - newDataSetEntry :: Text -> AssetType -> UTCTime -> Text -> Text -> Text -> Origin -> UTCTime -> DataSetEntry
 - dataSetEntry_originDetails :: Lens' DataSetEntry (Maybe OriginDetails)
 - dataSetEntry_sourceId :: Lens' DataSetEntry (Maybe Text)
 - dataSetEntry_arn :: Lens' DataSetEntry Text
 - dataSetEntry_assetType :: Lens' DataSetEntry AssetType
 - dataSetEntry_createdAt :: Lens' DataSetEntry UTCTime
 - dataSetEntry_description :: Lens' DataSetEntry Text
 - dataSetEntry_id :: Lens' DataSetEntry Text
 - dataSetEntry_name :: Lens' DataSetEntry Text
 - dataSetEntry_origin :: Lens' DataSetEntry Origin
 - dataSetEntry_updatedAt :: Lens' DataSetEntry UTCTime
 
Documentation
data DataSetEntry Source #
A data set is an AWS resource with one or more revisions.
See: newDataSetEntry smart constructor.
Constructors
| DataSetEntry' | |
Fields 
  | |
Instances
Create a value of DataSetEntry 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:originDetails:DataSetEntry', dataSetEntry_originDetails - If the origin of this data set is ENTITLED, includes the details for the
 product on AWS Marketplace.
$sel:sourceId:DataSetEntry', dataSetEntry_sourceId - The data set ID of the owned data set corresponding to the entitled data
 set being viewed. This parameter is returned when a data set owner is
 viewing the entitled copy of its owned data set.
$sel:arn:DataSetEntry', dataSetEntry_arn - The ARN for the data set.
$sel:assetType:DataSetEntry', dataSetEntry_assetType - The type of asset that is added to a data set.
$sel:createdAt:DataSetEntry', dataSetEntry_createdAt - The date and time that the data set was created, in ISO 8601 format.
$sel:description:DataSetEntry', dataSetEntry_description - The description for the data set.
$sel:id:DataSetEntry', dataSetEntry_id - The unique identifier for the data set.
$sel:name:DataSetEntry', dataSetEntry_name - The name of the data set.
$sel:origin:DataSetEntry', dataSetEntry_origin - A property that defines the data set as OWNED by the account (for
 providers) or ENTITLED to the account (for subscribers).
$sel:updatedAt:DataSetEntry', dataSetEntry_updatedAt - The date and time that the data set was last updated, in ISO 8601
 format.
dataSetEntry_originDetails :: Lens' DataSetEntry (Maybe OriginDetails) Source #
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
dataSetEntry_sourceId :: Lens' DataSetEntry (Maybe Text) Source #
The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.
dataSetEntry_arn :: Lens' DataSetEntry Text Source #
The ARN for the data set.
dataSetEntry_assetType :: Lens' DataSetEntry AssetType Source #
The type of asset that is added to a data set.
dataSetEntry_createdAt :: Lens' DataSetEntry UTCTime Source #
The date and time that the data set was created, in ISO 8601 format.
dataSetEntry_description :: Lens' DataSetEntry Text Source #
The description for the data set.
dataSetEntry_id :: Lens' DataSetEntry Text Source #
The unique identifier for the data set.
dataSetEntry_name :: Lens' DataSetEntry Text Source #
The name of the data set.
dataSetEntry_origin :: Lens' DataSetEntry Origin Source #
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
dataSetEntry_updatedAt :: Lens' DataSetEntry UTCTime Source #
The date and time that the data set was last updated, in ISO 8601 format.