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.PartnerIntegrationInfo

Description

 
Synopsis

Documentation

data PartnerIntegrationInfo Source #

Describes a partner integration.

See: newPartnerIntegrationInfo smart constructor.

Constructors

PartnerIntegrationInfo' 

Fields

Instances

Instances details
Eq PartnerIntegrationInfo Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationInfo

Read PartnerIntegrationInfo Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationInfo

Show PartnerIntegrationInfo Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationInfo

Generic PartnerIntegrationInfo Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationInfo

Associated Types

type Rep PartnerIntegrationInfo :: Type -> Type #

NFData PartnerIntegrationInfo Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationInfo

Methods

rnf :: PartnerIntegrationInfo -> () #

Hashable PartnerIntegrationInfo Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationInfo

FromXML PartnerIntegrationInfo Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationInfo

type Rep PartnerIntegrationInfo Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationInfo

type Rep PartnerIntegrationInfo = D1 ('MetaData "PartnerIntegrationInfo" "Amazonka.Redshift.Types.PartnerIntegrationInfo" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "PartnerIntegrationInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PartnerIntegrationStatus)) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "partnerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))))

newPartnerIntegrationInfo :: PartnerIntegrationInfo Source #

Create a value of PartnerIntegrationInfo 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:PartnerIntegrationInfo', partnerIntegrationInfo_status - The partner integration status.

$sel:createdAt:PartnerIntegrationInfo', partnerIntegrationInfo_createdAt - The date (UTC) that the partner integration was created.

$sel:partnerName:PartnerIntegrationInfo', partnerIntegrationInfo_partnerName - The name of the partner.

$sel:statusMessage:PartnerIntegrationInfo', partnerIntegrationInfo_statusMessage - The status message provided by the partner.

$sel:databaseName:PartnerIntegrationInfo', partnerIntegrationInfo_databaseName - The name of the database that receives data from a partner.

$sel:updatedAt:PartnerIntegrationInfo', partnerIntegrationInfo_updatedAt - The date (UTC) that the partner integration status was last updated by the partner.

partnerIntegrationInfo_createdAt :: Lens' PartnerIntegrationInfo (Maybe UTCTime) Source #

The date (UTC) that the partner integration was created.

partnerIntegrationInfo_statusMessage :: Lens' PartnerIntegrationInfo (Maybe Text) Source #

The status message provided by the partner.

partnerIntegrationInfo_databaseName :: Lens' PartnerIntegrationInfo (Maybe Text) Source #

The name of the database that receives data from a partner.

partnerIntegrationInfo_updatedAt :: Lens' PartnerIntegrationInfo (Maybe UTCTime) Source #

The date (UTC) that the partner integration status was last updated by the partner.