Module Values.UpdateMountTargetRequestSource

Updates the mount target resource, specifically security group configurations.

Sourcetype nonrec t = {
  1. mountTargetId : MountTargetId.t;
    (*

    The ID of the mount target to update.

    *)
  2. securityGroups : SecurityGroups.t;
    (*

    An array of VPC security group IDs to associate with the mount target's network interface. This replaces the existing security groups. All security groups must belong to the same VPC as the mount target's subnet.

    *)
}
Sourceval context_ : string
Sourceval make : mountTargetId:MountTargetId.t -> securityGroups:SecurityGroups.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of SecurityGroup.t ] list | `String of MountTargetId.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