Values.UpdatePartnerStatusInputMessageSourceUpdates the status of a partner integration.
type nonrec t = {accountId : PartnerIntegrationAccountId.t;The Amazon Web Services account ID that owns the cluster.
*)clusterIdentifier : PartnerIntegrationClusterIdentifier.t;The cluster identifier of the cluster whose partner integration status is being updated.
*)databaseName : PartnerIntegrationDatabaseName.t;The name of the database whose partner integration status is being updated.
*)partnerName : PartnerIntegrationPartnerName.t;The name of the partner whose integration status is being updated.
*)status : PartnerIntegrationStatus.t;The value of the updated status.
*)statusMessage : PartnerIntegrationStatusMessage.t option;The status message provided by the partner.
*)}val make :
?statusMessage:??? ->
accountId:PartnerIntegrationAccountId.t ->
clusterIdentifier:PartnerIntegrationClusterIdentifier.t ->
databaseName:PartnerIntegrationDatabaseName.t ->
partnerName:PartnerIntegrationPartnerName.t ->
status:PartnerIntegrationStatus.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of PartnerIntegrationAccountId.t ])
list ]