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 PartnerIntegrationInputMessage = PartnerIntegrationInputMessage' {}
- newPartnerIntegrationInputMessage :: Text -> Text -> Text -> Text -> PartnerIntegrationInputMessage
- partnerIntegrationInputMessage_accountId :: Lens' PartnerIntegrationInputMessage Text
- partnerIntegrationInputMessage_clusterIdentifier :: Lens' PartnerIntegrationInputMessage Text
- partnerIntegrationInputMessage_databaseName :: Lens' PartnerIntegrationInputMessage Text
- partnerIntegrationInputMessage_partnerName :: Lens' PartnerIntegrationInputMessage Text
Documentation
data PartnerIntegrationInputMessage Source #
See: newPartnerIntegrationInputMessage
smart constructor.
PartnerIntegrationInputMessage' | |
|
Instances
newPartnerIntegrationInputMessage Source #
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> PartnerIntegrationInputMessage |
Create a value of PartnerIntegrationInputMessage
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:accountId:PartnerIntegrationInputMessage'
, partnerIntegrationInputMessage_accountId
- The Amazon Web Services account ID that owns the cluster.
$sel:clusterIdentifier:PartnerIntegrationInputMessage'
, partnerIntegrationInputMessage_clusterIdentifier
- The cluster identifier of the cluster that receives data from the
partner.
$sel:databaseName:PartnerIntegrationInputMessage'
, partnerIntegrationInputMessage_databaseName
- The name of the database that receives data from the partner.
$sel:partnerName:PartnerIntegrationInputMessage'
, partnerIntegrationInputMessage_partnerName
- The name of the partner that is authorized to send data.
partnerIntegrationInputMessage_accountId :: Lens' PartnerIntegrationInputMessage Text Source #
The Amazon Web Services account ID that owns the cluster.
partnerIntegrationInputMessage_clusterIdentifier :: Lens' PartnerIntegrationInputMessage Text Source #
The cluster identifier of the cluster that receives data from the partner.
partnerIntegrationInputMessage_databaseName :: Lens' PartnerIntegrationInputMessage Text Source #
The name of the database that receives data from the partner.
partnerIntegrationInputMessage_partnerName :: Lens' PartnerIntegrationInputMessage Text Source #
The name of the partner that is authorized to send data.