Module Values.UpdateAccessSourceOutputSource

Updates the configuration of 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 updated access source.

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

    The CIDR block of the updated access source.

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

    The date and time when the access source was originally created.

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

    The unique identifier of the updated access source.

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

    The IP address type of the updated access source.

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

    The name of the updated access source.

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

    The ID of the DNS view associated with the updated access source.

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

    The protocol of the updated access source.

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

    The current status of the updated access source.

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

    The date and time when the access source was last updated.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  6. | `ThrottlingException of ThrottlingException.t
  7. | `ValidationException of ValidationException.t
  8. | `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 | `ConflictException of ConflictException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.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 | `ConflictException of ConflictException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.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