Values.GetDedicatedIpsResponseSourceInformation about the dedicated IP addresses that are associated with your Amazon Web Services account.
type nonrec t = {dedicatedIps : DedicatedIpList.t option;A list of dedicated IP addresses that are associated with your Amazon Web Services account.
*)nextToken : NextToken.t option;A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to GetDedicatedIps, passing this token in the NextToken parameter.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of unit
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of unit
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of Percentage100Wrapper.t
| `String of Ip.t ])
list ]
list
| `String of NextToken.t ])
list ]