| 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.Redshift.Types.PartnerIntegrationInfo
Description
Synopsis
- data PartnerIntegrationInfo = PartnerIntegrationInfo' {}
- newPartnerIntegrationInfo :: PartnerIntegrationInfo
- partnerIntegrationInfo_createdAt :: Lens' PartnerIntegrationInfo (Maybe UTCTime)
- partnerIntegrationInfo_databaseName :: Lens' PartnerIntegrationInfo (Maybe Text)
- partnerIntegrationInfo_partnerName :: Lens' PartnerIntegrationInfo (Maybe Text)
- partnerIntegrationInfo_status :: Lens' PartnerIntegrationInfo (Maybe PartnerIntegrationStatus)
- partnerIntegrationInfo_statusMessage :: Lens' PartnerIntegrationInfo (Maybe Text)
- partnerIntegrationInfo_updatedAt :: Lens' PartnerIntegrationInfo (Maybe UTCTime)
Documentation
data PartnerIntegrationInfo Source #
Describes a partner integration.
See: newPartnerIntegrationInfo smart constructor.
Constructors
| PartnerIntegrationInfo' | |
Fields
| |
Instances
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:createdAt:PartnerIntegrationInfo', partnerIntegrationInfo_createdAt - The date (UTC) that the partner integration was created.
$sel:databaseName:PartnerIntegrationInfo', partnerIntegrationInfo_databaseName - The name of the database that receives data from a partner.
$sel:partnerName:PartnerIntegrationInfo', partnerIntegrationInfo_partnerName - The name of the partner.
$sel:status:PartnerIntegrationInfo', partnerIntegrationInfo_status - The partner integration status.
$sel:statusMessage:PartnerIntegrationInfo', partnerIntegrationInfo_statusMessage - The status message provided by the 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_databaseName :: Lens' PartnerIntegrationInfo (Maybe Text) Source #
The name of the database that receives data from a partner.
partnerIntegrationInfo_partnerName :: Lens' PartnerIntegrationInfo (Maybe Text) Source #
The name of the partner.
partnerIntegrationInfo_status :: Lens' PartnerIntegrationInfo (Maybe PartnerIntegrationStatus) Source #
The partner integration status.
partnerIntegrationInfo_statusMessage :: Lens' PartnerIntegrationInfo (Maybe Text) Source #
The status message provided by the partner.
partnerIntegrationInfo_updatedAt :: Lens' PartnerIntegrationInfo (Maybe UTCTime) Source #
The date (UTC) that the partner integration status was last updated by the partner.