Module Values.RegisterOnPremisesInstanceInputSource

Represents the input of the register on-premises instance operation.

Sourcetype nonrec t = {
  1. instanceName : InstanceName.t;
    (*

    The name of the on-premises instance to register.

    *)
  2. iamSessionArn : IamSessionArn.t option;
    (*

    The ARN of the IAM session to associate with the on-premises instance.

    *)
  3. iamUserArn : IamUserArn.t option;
    (*

    The ARN of the user to associate with the on-premises instance.

    *)
}
Sourceval context_ : string
Sourceval make : ?iamSessionArn:??? -> ?iamUserArn:??? -> instanceName:InstanceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of InstanceName.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