Values_2.MovingAddressStatusSourceThis action is deprecated. Describes the status of a moving Elastic IP address.
type nonrec t = {moveStatus : Values_1.MoveStatus.t option;The status of the Elastic IP address that's being moved or restored.
*)publicIp : Values_0.String_.t option;The Elastic IP address.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]