Module Values_0.AnalyticsDataAssociationResultSource

This API is in preview release for Amazon Connect and is subject to change. Information about associations that are successfully created: DataSetId, TargetAccountId, ResourceShareId, ResourceShareArn.

Sourcetype nonrec t = {
  1. dataSetId : DataSetId.t option;
    (*

    The identifier of the dataset.

    *)
  2. targetAccountId : AWSAccountId.t option;
    (*

    The identifier of the target account.

    *)
  3. resourceShareId : String_.t option;
    (*

    The Resource Access Manager share ID.

    *)
  4. resourceShareArn : ARN.t option;
    (*

    The Amazon Resource Name (ARN) of the Resource Access Manager share.

    *)
  5. resourceShareStatus : String_.t option;
    (*

    The Amazon Web Services Resource Access Manager status of association.

    *)
}
Sourceval make : ?dataSetId:??? -> ?targetAccountId:??? -> ?resourceShareId:??? -> ?resourceShareArn:??? -> ?resourceShareStatus:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DataSetId.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