Module Values.UpdatePartnerStatusInputMessageSource

Updates the status of a partner integration.

Sourcetype nonrec t = {
  1. accountId : PartnerIntegrationAccountId.t;
    (*

    The Amazon Web Services account ID that owns the cluster.

    *)
  2. clusterIdentifier : PartnerIntegrationClusterIdentifier.t;
    (*

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

    *)
  3. databaseName : PartnerIntegrationDatabaseName.t;
    (*

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

    *)
  4. partnerName : PartnerIntegrationPartnerName.t;
    (*

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

    *)
  5. status : PartnerIntegrationStatus.t;
    (*

    The value of the updated status.

    *)
  6. statusMessage : PartnerIntegrationStatusMessage.t option;
    (*

    The status message provided by the partner.

    *)
}
Sourceval context_ : string
Sourceval make : ?statusMessage:??? -> accountId:PartnerIntegrationAccountId.t -> clusterIdentifier:PartnerIntegrationClusterIdentifier.t -> databaseName:PartnerIntegrationDatabaseName.t -> partnerName:PartnerIntegrationPartnerName.t -> status:PartnerIntegrationStatus.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of PartnerIntegrationAccountId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t