Module Values.GetAccessSourceOutputSource

Retrieves information about an access source. Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify --region us-east-2 on Amazon Web Services CLI commands.

Sourcetype nonrec t = {
  1. arn : ResourceArn.t option;
    (*

    The Amazon Resource Name (ARN) of the access source.

    *)
  2. cidr : Cidr.t option;
    (*

    The IP range for the rule's parameters in CIDR notation.

    *)
  3. createdAt : ISO8601TimeString.t option;
    (*

    The time and date the rule was created.

    *)
  4. id : ResourceId.t option;
    (*

    ID for the rule.

    *)
  5. ipAddressType : IpAddressType.t option;
    (*

    The IP address type.

    *)
  6. name : ResourceNameShort.t option;
    (*

    Name for the access source.

    *)
  7. dnsViewId : ResourceId.t option;
    (*

    ID for the DNS view that the rule is associated to.

    *)
  8. protocol : DnsProtocol.t option;
    (*

    The protocol determines how data is transmitted to a Global Resolver instance.

    *)
  9. status : CRResourceStatus.t option;
    (*

    Information about the status of the rule.

    *)
  10. updatedAt : ISO8601TimeString.t option;
    (*

    The time and date the access source was updated.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ThrottlingException of ThrottlingException.t
  5. | `ValidationException of ValidationException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?arn:??? -> ?cidr:??? -> ?createdAt:??? -> ?id:??? -> ?ipAddressType:??? -> ?name:??? -> ?dnsViewId:??? -> ?protocol:??? -> ?status:??? -> ?updatedAt:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ResourceArn.t | `Timestamp of ISO8601TimeString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t