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 |
Deletes a partner integration from a cluster. Data can still flow to the cluster until the integration is deleted at the partner's website.
Synopsis
- data DeletePartner = DeletePartner' {}
- newDeletePartner :: Text -> Text -> Text -> Text -> DeletePartner
- deletePartner_accountId :: Lens' DeletePartner Text
- deletePartner_clusterIdentifier :: Lens' DeletePartner Text
- deletePartner_databaseName :: Lens' DeletePartner Text
- deletePartner_partnerName :: Lens' DeletePartner Text
- data PartnerIntegrationOutputMessage = PartnerIntegrationOutputMessage' {}
- newPartnerIntegrationOutputMessage :: PartnerIntegrationOutputMessage
- partnerIntegrationOutputMessage_partnerName :: Lens' PartnerIntegrationOutputMessage (Maybe Text)
- partnerIntegrationOutputMessage_databaseName :: Lens' PartnerIntegrationOutputMessage (Maybe Text)
Creating a Request
data DeletePartner Source #
See: newDeletePartner
smart constructor.
DeletePartner' | |
|
Instances
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> DeletePartner |
Create a value of DeletePartner
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:DeletePartner'
, deletePartner_accountId
- The Amazon Web Services account ID that owns the cluster.
$sel:clusterIdentifier:DeletePartner'
, deletePartner_clusterIdentifier
- The cluster identifier of the cluster that receives data from the
partner.
$sel:databaseName:DeletePartner'
, deletePartner_databaseName
- The name of the database that receives data from the partner.
$sel:partnerName:DeletePartner'
, deletePartner_partnerName
- The name of the partner that is authorized to send data.
Request Lenses
deletePartner_accountId :: Lens' DeletePartner Text Source #
The Amazon Web Services account ID that owns the cluster.
deletePartner_clusterIdentifier :: Lens' DeletePartner Text Source #
The cluster identifier of the cluster that receives data from the partner.
deletePartner_databaseName :: Lens' DeletePartner Text Source #
The name of the database that receives data from the partner.
deletePartner_partnerName :: Lens' DeletePartner Text Source #
The name of the partner that is authorized to send data.
Destructuring the Response
data PartnerIntegrationOutputMessage Source #
See: newPartnerIntegrationOutputMessage
smart constructor.
PartnerIntegrationOutputMessage' | |
|
Instances
newPartnerIntegrationOutputMessage :: PartnerIntegrationOutputMessage Source #
Create a value of PartnerIntegrationOutputMessage
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:partnerName:PartnerIntegrationOutputMessage'
, partnerIntegrationOutputMessage_partnerName
- The name of the partner that is authorized to send data.
$sel:databaseName:PartnerIntegrationOutputMessage'
, partnerIntegrationOutputMessage_databaseName
- The name of the database that receives data from the partner.
Response Lenses
partnerIntegrationOutputMessage_partnerName :: Lens' PartnerIntegrationOutputMessage (Maybe Text) Source #
The name of the partner that is authorized to send data.
partnerIntegrationOutputMessage_databaseName :: Lens' PartnerIntegrationOutputMessage (Maybe Text) Source #
The name of the database that receives data from the partner.