Values.DescribePartnersInputMessageSourceReturns information about the partner integrations defined for a cluster.
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 is being described.
*)databaseName : PartnerIntegrationDatabaseName.t option;The name of the database whose partner integration is being described. If database name is not specified, then all databases in the cluster are described.
*)partnerName : PartnerIntegrationPartnerName.t option;The name of the partner that is being described. If partner name is not specified, then all partner integrations are described.
*)}val make :
?databaseName:??? ->
?partnerName:??? ->
accountId:PartnerIntegrationAccountId.t ->
clusterIdentifier:PartnerIntegrationClusterIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of PartnerIntegrationAccountId.t ]) list ]