Values.AssociateEipToVlanRequestSourceAssociates an Elastic IP address with a public HCX VLAN. This operation is only allowed for public HCX VLANs at this time.
type nonrec t = {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.
*)environmentId : EnvironmentId.t;A unique ID for the environment containing the VLAN that the Elastic IP address associates with.
*)vlanName : AssociateEipToVlanRequestVlanNameString.t;The name of the VLAN. hcx is the only accepted VLAN name at this time.
*)allocationId : AllocationId.t;The Elastic IP address allocation ID.
*)}val make :
?clientToken:??? ->
environmentId:EnvironmentId.t ->
vlanName:AssociateEipToVlanRequestVlanNameString.t ->
allocationId:AllocationId.t ->
unit ->
t