Values.AddIpRoutesResultSourceIf the DNS server for your self-managed domain uses a publicly addressable IP address, you must add a CIDR address block to correctly route traffic to and from your Microsoft AD on Amazon Web Services. AddIpRoutes adds this address block. You can also use AddIpRoutes to facilitate routing traffic that uses public IP ranges from your Microsoft AD on Amazon Web Services to a peer VPC. Before you call AddIpRoutes, ensure that all of the required permissions have been explicitly granted through a policy. For details about what permissions are required to run the AddIpRoutes operation, see Directory Service API Permissions: Actions, Resources, and Conditions Reference.
type nonrec error = [ | `ClientException of ClientException.t| `EntityAlreadyExistsException of EntityAlreadyExistsException.t| `EntityDoesNotExistException of EntityDoesNotExistException.t| `InvalidParameterException of InvalidParameterException.t| `IpRouteLimitExceededException of IpRouteLimitExceededException.t| `ServiceException of ServiceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClientException of ClientException.t
| `DirectoryUnavailableException of DirectoryUnavailableException.t
| `EntityAlreadyExistsException of EntityAlreadyExistsException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `InvalidParameterException of InvalidParameterException.t
| `IpRouteLimitExceededException of IpRouteLimitExceededException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClientException of ClientException.t
| `DirectoryUnavailableException of DirectoryUnavailableException.t
| `EntityAlreadyExistsException of EntityAlreadyExistsException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `InvalidParameterException of InvalidParameterException.t
| `IpRouteLimitExceededException of IpRouteLimitExceededException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option ]