libZSservicesZSamazonka-redshiftZSamazonka-redshift
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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

Creating a Request

data DeletePartner Source #

See: newDeletePartner smart constructor.

Constructors

DeletePartner' 

Fields

  • accountId :: Text

    The Amazon Web Services account ID that owns the cluster.

  • clusterIdentifier :: Text

    The cluster identifier of the cluster that receives data from the partner.

  • databaseName :: Text

    The name of the database that receives data from the partner.

  • partnerName :: Text

    The name of the partner that is authorized to send data.

Instances

Instances details
Eq DeletePartner Source # 
Instance details

Defined in Amazonka.Redshift.DeletePartner

Read DeletePartner Source # 
Instance details

Defined in Amazonka.Redshift.DeletePartner

Show DeletePartner Source # 
Instance details

Defined in Amazonka.Redshift.DeletePartner

Generic DeletePartner Source # 
Instance details

Defined in Amazonka.Redshift.DeletePartner

Associated Types

type Rep DeletePartner :: Type -> Type #

NFData DeletePartner Source # 
Instance details

Defined in Amazonka.Redshift.DeletePartner

Methods

rnf :: DeletePartner -> () #

Hashable DeletePartner Source # 
Instance details

Defined in Amazonka.Redshift.DeletePartner

AWSRequest DeletePartner Source # 
Instance details

Defined in Amazonka.Redshift.DeletePartner

Associated Types

type AWSResponse DeletePartner #

ToHeaders DeletePartner Source # 
Instance details

Defined in Amazonka.Redshift.DeletePartner

ToPath DeletePartner Source # 
Instance details

Defined in Amazonka.Redshift.DeletePartner

ToQuery DeletePartner Source # 
Instance details

Defined in Amazonka.Redshift.DeletePartner

type Rep DeletePartner Source # 
Instance details

Defined in Amazonka.Redshift.DeletePartner

type Rep DeletePartner = D1 ('MetaData "DeletePartner" "Amazonka.Redshift.DeletePartner" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "DeletePartner'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "partnerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DeletePartner Source # 
Instance details

Defined in Amazonka.Redshift.DeletePartner

newDeletePartner Source #

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.

Constructors

PartnerIntegrationOutputMessage' 

Fields

Instances

Instances details
Eq PartnerIntegrationOutputMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationOutputMessage

Read PartnerIntegrationOutputMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationOutputMessage

Show PartnerIntegrationOutputMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationOutputMessage

Generic PartnerIntegrationOutputMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationOutputMessage

Associated Types

type Rep PartnerIntegrationOutputMessage :: Type -> Type #

NFData PartnerIntegrationOutputMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationOutputMessage

Hashable PartnerIntegrationOutputMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationOutputMessage

FromXML PartnerIntegrationOutputMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationOutputMessage

type Rep PartnerIntegrationOutputMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.PartnerIntegrationOutputMessage

type Rep PartnerIntegrationOutputMessage = D1 ('MetaData "PartnerIntegrationOutputMessage" "Amazonka.Redshift.Types.PartnerIntegrationOutputMessage" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "PartnerIntegrationOutputMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "partnerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.