Module Values.AddIpRoutesResultSource

If 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.

Sourcetype nonrec t = unit
Sourcetype nonrec error = [
  1. | `ClientException of ClientException.t
  2. | `DirectoryUnavailableException of DirectoryUnavailableException.t
  3. | `EntityAlreadyExistsException of EntityAlreadyExistsException.t
  4. | `EntityDoesNotExistException of EntityDoesNotExistException.t
  5. | `InvalidParameterException of InvalidParameterException.t
  6. | `IpRouteLimitExceededException of IpRouteLimitExceededException.t
  7. | `ServiceException of ServiceException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : unit -> unit
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * 'b) -> unit
Sourceval to_value : 'a -> [> `Structure of 'b list ]
Sourceval to_query : 'a -> Awso.Client.Query.t
Sourceval of_xml : 'a -> unit
Sourceval of_string : string -> unit
Sourceval of_json : 'a -> unit
Sourceval to_json : 'a -> Yojson.Safe.t