Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DataShareAssociation = DataShareAssociation' {}
- newDataShareAssociation :: DataShareAssociation
- dataShareAssociation_status :: Lens' DataShareAssociation (Maybe DataShareStatus)
- dataShareAssociation_consumerIdentifier :: Lens' DataShareAssociation (Maybe Text)
- dataShareAssociation_createdDate :: Lens' DataShareAssociation (Maybe UTCTime)
- dataShareAssociation_statusChangeDate :: Lens' DataShareAssociation (Maybe UTCTime)
Documentation
data DataShareAssociation Source #
The association of a datashare from a producer account with a data consumer.
See: newDataShareAssociation
smart constructor.
DataShareAssociation' | |
|
Instances
newDataShareAssociation :: DataShareAssociation Source #
Create a value of DataShareAssociation
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:status:DataShareAssociation'
, dataShareAssociation_status
- The status of the datashare that is associated.
$sel:consumerIdentifier:DataShareAssociation'
, dataShareAssociation_consumerIdentifier
- The name of the consumer accounts that have an association with a
producer datashare.
$sel:createdDate:DataShareAssociation'
, dataShareAssociation_createdDate
- The creation date of the datashare that is associated.
$sel:statusChangeDate:DataShareAssociation'
, dataShareAssociation_statusChangeDate
- The status change data of the datashare that is associated.
dataShareAssociation_status :: Lens' DataShareAssociation (Maybe DataShareStatus) Source #
The status of the datashare that is associated.
dataShareAssociation_consumerIdentifier :: Lens' DataShareAssociation (Maybe Text) Source #
The name of the consumer accounts that have an association with a producer datashare.
dataShareAssociation_createdDate :: Lens' DataShareAssociation (Maybe UTCTime) Source #
The creation date of the datashare that is associated.
dataShareAssociation_statusChangeDate :: Lens' DataShareAssociation (Maybe UTCTime) Source #
The status change data of the datashare that is associated.