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.UpdatePartnerStatus

Description

Updates the status of a partner integration.

Synopsis

Creating a Request

data UpdatePartnerStatus Source #

See: newUpdatePartnerStatus smart constructor.

Constructors

UpdatePartnerStatus' 

Fields

Instances

Instances details
Eq UpdatePartnerStatus Source # 
Instance details

Defined in Amazonka.Redshift.UpdatePartnerStatus

Read UpdatePartnerStatus Source # 
Instance details

Defined in Amazonka.Redshift.UpdatePartnerStatus

Show UpdatePartnerStatus Source # 
Instance details

Defined in Amazonka.Redshift.UpdatePartnerStatus

Generic UpdatePartnerStatus Source # 
Instance details

Defined in Amazonka.Redshift.UpdatePartnerStatus

Associated Types

type Rep UpdatePartnerStatus :: Type -> Type #

NFData UpdatePartnerStatus Source # 
Instance details

Defined in Amazonka.Redshift.UpdatePartnerStatus

Methods

rnf :: UpdatePartnerStatus -> () #

Hashable UpdatePartnerStatus Source # 
Instance details

Defined in Amazonka.Redshift.UpdatePartnerStatus

AWSRequest UpdatePartnerStatus Source # 
Instance details

Defined in Amazonka.Redshift.UpdatePartnerStatus

Associated Types

type AWSResponse UpdatePartnerStatus #

ToHeaders UpdatePartnerStatus Source # 
Instance details

Defined in Amazonka.Redshift.UpdatePartnerStatus

ToPath UpdatePartnerStatus Source # 
Instance details

Defined in Amazonka.Redshift.UpdatePartnerStatus

ToQuery UpdatePartnerStatus Source # 
Instance details

Defined in Amazonka.Redshift.UpdatePartnerStatus

type Rep UpdatePartnerStatus Source # 
Instance details

Defined in Amazonka.Redshift.UpdatePartnerStatus

type Rep UpdatePartnerStatus = D1 ('MetaData "UpdatePartnerStatus" "Amazonka.Redshift.UpdatePartnerStatus" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "UpdatePartnerStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (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) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PartnerIntegrationStatus)))))
type AWSResponse UpdatePartnerStatus Source # 
Instance details

Defined in Amazonka.Redshift.UpdatePartnerStatus

newUpdatePartnerStatus Source #

Create a value of UpdatePartnerStatus 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:statusMessage:UpdatePartnerStatus', updatePartnerStatus_statusMessage - The status message provided by the partner.

$sel:accountId:UpdatePartnerStatus', updatePartnerStatus_accountId - The Amazon Web Services account ID that owns the cluster.

$sel:clusterIdentifier:UpdatePartnerStatus', updatePartnerStatus_clusterIdentifier - The cluster identifier of the cluster whose partner integration status is being updated.

$sel:databaseName:UpdatePartnerStatus', updatePartnerStatus_databaseName - The name of the database whose partner integration status is being updated.

$sel:partnerName:UpdatePartnerStatus', updatePartnerStatus_partnerName - The name of the partner whose integration status is being updated.

$sel:status:UpdatePartnerStatus', updatePartnerStatus_status - The value of the updated status.

Request Lenses

updatePartnerStatus_statusMessage :: Lens' UpdatePartnerStatus (Maybe Text) Source #

The status message provided by the partner.

updatePartnerStatus_accountId :: Lens' UpdatePartnerStatus Text Source #

The Amazon Web Services account ID that owns the cluster.

updatePartnerStatus_clusterIdentifier :: Lens' UpdatePartnerStatus Text Source #

The cluster identifier of the cluster whose partner integration status is being updated.

updatePartnerStatus_databaseName :: Lens' UpdatePartnerStatus Text Source #

The name of the database whose partner integration status is being updated.

updatePartnerStatus_partnerName :: Lens' UpdatePartnerStatus Text Source #

The name of the partner whose integration status is being updated.

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.