Module Values.AssociationSource

The Amazon Braket resource and the association type.

Sourcetype nonrec t = {
  1. arn : BraketResourceArn.t;
    (*

    The Amazon Braket resource arn.

    *)
  2. type_ : AssociationType.t;
    (*

    The association type for the specified Amazon Braket resource arn.

    *)
}
Sourceval context_ : string
Sourceval make : arn:BraketResourceArn.t -> type_:AssociationType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of BraketResourceArn.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