Module Values.DisassociateEipFromVlanRequestSource

Disassociates an Elastic IP address from a public HCX VLAN. This operation is only allowed for public HCX VLANs at this time.

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

    This parameter is not used in Amazon EVS currently. If you supply input for this parameter, it will have no effect. A unique, case-sensitive identifier that you provide to ensure the idempotency of the environment creation request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.

    *)
  2. environmentId : EnvironmentId.t;
    (*

    A unique ID for the environment containing the VLAN that the Elastic IP address disassociates from.

    *)
  3. vlanName : DisassociateEipFromVlanRequestVlanNameString.t;
    (*

    The name of the VLAN. hcx is the only accepted VLAN name at this time.

    *)
  4. associationId : AssociationId.t;
    (*

    A unique ID for the Elastic IP address association.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> environmentId:EnvironmentId.t -> vlanName:DisassociateEipFromVlanRequestVlanNameString.t -> associationId:AssociationId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ClientToken.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