| 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.DeletePartner
Description
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_databaseName :: Lens' PartnerIntegrationOutputMessage (Maybe Text)
- partnerIntegrationOutputMessage_partnerName :: Lens' PartnerIntegrationOutputMessage (Maybe Text)
Creating a Request
data DeletePartner Source #
See: newDeletePartner smart constructor.
Constructors
| DeletePartner' | |
Fields
| |
Instances
Arguments
| :: 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:
DeletePartner, deletePartner_accountId - The Amazon Web Services account ID that owns the cluster.
DeletePartner, deletePartner_clusterIdentifier - The cluster identifier of the cluster that receives data from the
partner.
DeletePartner, deletePartner_databaseName - The name of the database that receives data from the partner.
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.
Constructors
| PartnerIntegrationOutputMessage' | |
Fields
| |
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:databaseName:PartnerIntegrationOutputMessage', partnerIntegrationOutputMessage_databaseName - The name of the database that receives data from the partner.
$sel:partnerName:PartnerIntegrationOutputMessage', partnerIntegrationOutputMessage_partnerName - The name of the partner that is authorized to send data.
Response Lenses
partnerIntegrationOutputMessage_databaseName :: Lens' PartnerIntegrationOutputMessage (Maybe Text) Source #
The name of the database that receives data from the partner.
partnerIntegrationOutputMessage_partnerName :: Lens' PartnerIntegrationOutputMessage (Maybe Text) Source #
The name of the partner that is authorized to send data.