Module Values.UpdateVirtualNodeInputSource

Sourcetype nonrec t = {
  1. clientToken : String_.t option;
    (*

    Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.

    *)
  2. meshName : ResourceName.t;
    (*

    The name of the service mesh that the virtual node resides in.

    *)
  3. meshOwner : AccountId.t option;
    (*

    The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.

    *)
  4. spec : VirtualNodeSpec.t;
    (*

    The new virtual node specification to apply. This overwrites the existing data.

    *)
  5. virtualNodeName : ResourceName.t;
    (*

    The name of the virtual node to update.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> ?meshOwner:??? -> meshName:ResourceName.t -> spec:VirtualNodeSpec.t -> virtualNodeName:ResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of HealthCheckThreshold.t | `Long of HealthCheckIntervalMillis.t | `String of ServiceName.t | `Structure of (string * [> `Enum of string | `Integer of MaxRequests.t | `Long of DurationValue.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Integer of PortNumber.t ] list | `Long of DurationValue.t | `String of Arn.t | `Structure of (string * [> `List of [> `String of SubjectAlternativeName.t ] list | `String of FilePath.t | `Structure of (string * [> `String of FilePath.t | `Structure of (string * [> `List of [> `String of SubjectAlternativeName.t ] list | `String of FilePath.t ]) list ]) list ]) list ]) list ]) list ]) list ]) list ] list | `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of AwsCloudMapInstanceAttributeKey.t ]) list ] list | `String of AwsCloudMapName.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Integer of PortNumber.t ] list | `String of FilePath.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of JsonKey.t ]) list ] list | `String of TextFormat.t | `Structure of (string * [> `String of FilePath.t | `Structure of (string * [> `List of [> `String of SubjectAlternativeName.t ] list | `String of FilePath.t ]) list ]) list ]) list ]) list ]) list ]) list ]) list ]) 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