Values_2.DescribeIpRestrictionResponseSourceProvides a summary and status of IP rules.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t option;The ID of the Amazon Web Services account that contains the IP rules.
*)ipRestrictionRuleMap : IpRestrictionRuleMap.t option;A map that describes the IP rules with CIDR range and description.
*)vpcIdRestrictionRuleMap : VpcIdRestrictionRuleMap.t option;A map of allowed VPC IDs and their rule descriptions.
*)vpcEndpointIdRestrictionRuleMap : VpcEndpointIdRestrictionRuleMap.t option;A map of allowed VPC endpoint IDs and their rule descriptions.
*)enabled : Values_1.NullableBoolean.t option;A value that specifies whether IP rules are turned on.
*)requestId : Values_0.String_.t option;The Amazon Web Services request ID for this operation.
*)status : Values_1.StatusCode.t option;The HTTP status of the request.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `InternalFailureException of Values_1.InternalFailureException.t| `InvalidParameterValueException of Values_1.InvalidParameterValueException.t| `ResourceNotFoundException of Values_1.ResourceNotFoundException.t| `ThrottlingException of Values_1.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalFailureException of Values_1.InternalFailureException.t
| `InvalidParameterValueException of
Values_1.InvalidParameterValueException.t
| `ResourceNotFoundException of Values_1.ResourceNotFoundException.t
| `ThrottlingException of Values_1.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalFailureException of Values_1.InternalFailureException.t
| `InvalidParameterValueException of
Values_1.InvalidParameterValueException.t
| `ResourceNotFoundException of Values_1.ResourceNotFoundException.t
| `ThrottlingException of Values_1.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_1.NullableBoolean.t
| `Integer of Values_1.StatusCode.t
| `Map of
([> `String of Values_1.CIDR.t ]
* [> `String of IpRestrictionRuleDescription.t ])
list
| `String of Values_1.AwsAccountId.t ])
list ]