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 PartnerIntegrationInfo = PartnerIntegrationInfo' {}
- newPartnerIntegrationInfo :: PartnerIntegrationInfo
- partnerIntegrationInfo_status :: Lens' PartnerIntegrationInfo (Maybe PartnerIntegrationStatus)
- partnerIntegrationInfo_createdAt :: Lens' PartnerIntegrationInfo (Maybe UTCTime)
- partnerIntegrationInfo_partnerName :: Lens' PartnerIntegrationInfo (Maybe Text)
- partnerIntegrationInfo_statusMessage :: Lens' PartnerIntegrationInfo (Maybe Text)
- partnerIntegrationInfo_databaseName :: Lens' PartnerIntegrationInfo (Maybe Text)
- partnerIntegrationInfo_updatedAt :: Lens' PartnerIntegrationInfo (Maybe UTCTime)
Documentation
data PartnerIntegrationInfo Source #
Describes a partner integration.
See: newPartnerIntegrationInfo
smart constructor.
PartnerIntegrationInfo' | |
|
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: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_status :: Lens' PartnerIntegrationInfo (Maybe PartnerIntegrationStatus) Source #
The partner integration status.
partnerIntegrationInfo_createdAt :: Lens' PartnerIntegrationInfo (Maybe UTCTime) Source #
The date (UTC) that the partner integration was created.
partnerIntegrationInfo_partnerName :: Lens' PartnerIntegrationInfo (Maybe Text) Source #
The name of the partner.
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.