libZSservicesZSamazonka-redshiftZSamazonka-redshift
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Redshift.Types.DataShareAssociation

Description

 
Synopsis

Documentation

data DataShareAssociation Source #

The association of a datashare from a producer account with a data consumer.

See: newDataShareAssociation smart constructor.

Constructors

DataShareAssociation' 

Fields

Instances

Instances details
Eq DataShareAssociation Source # 
Instance details

Defined in Amazonka.Redshift.Types.DataShareAssociation

Read DataShareAssociation Source # 
Instance details

Defined in Amazonka.Redshift.Types.DataShareAssociation

Show DataShareAssociation Source # 
Instance details

Defined in Amazonka.Redshift.Types.DataShareAssociation

Generic DataShareAssociation Source # 
Instance details

Defined in Amazonka.Redshift.Types.DataShareAssociation

Associated Types

type Rep DataShareAssociation :: Type -> Type #

NFData DataShareAssociation Source # 
Instance details

Defined in Amazonka.Redshift.Types.DataShareAssociation

Methods

rnf :: DataShareAssociation -> () #

Hashable DataShareAssociation Source # 
Instance details

Defined in Amazonka.Redshift.Types.DataShareAssociation

FromXML DataShareAssociation Source # 
Instance details

Defined in Amazonka.Redshift.Types.DataShareAssociation

type Rep DataShareAssociation Source # 
Instance details

Defined in Amazonka.Redshift.Types.DataShareAssociation

type Rep DataShareAssociation = D1 ('MetaData "DataShareAssociation" "Amazonka.Redshift.Types.DataShareAssociation" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "DataShareAssociation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataShareStatus)) :*: S1 ('MetaSel ('Just "consumerIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "statusChangeDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))))

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.