Module Values.UpdateTargetAccountConfigurationRequestSource

Updates the target account configuration for the specified experiment template.

Sourcetype nonrec t = {
  1. experimentTemplateId : ExperimentTemplateId.t;
    (*

    The ID of the experiment template.

    *)
  2. accountId : TargetAccountId.t;
    (*

    The Amazon Web Services account ID of the target account.

    *)
  3. roleArn : RoleArn.t option;
    (*

    The Amazon Resource Name (ARN) of an IAM role for the target account.

    *)
  4. description : TargetAccountConfigurationDescription.t option;
    (*

    The description of the target account.

    *)
}
Sourceval context_ : string
Sourceval make : ?roleArn:??? -> ?description:??? -> experimentTemplateId:ExperimentTemplateId.t -> accountId:TargetAccountId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ExperimentTemplateId.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