Module Values.AuthorizeVpcEndpointAccessRequestSource

Container for request parameters to the AuthorizeVpcEndpointAccess operation. Specifies the account to be permitted to manage VPC endpoints against the domain.

Sourcetype nonrec t = {
  1. domainName : DomainName.t;
    (*

    The name of the OpenSearch Service domain to provide access to.

    *)
  2. account : AWSAccount.t;
    (*

    The account ID to grant access to.

    *)
}
Sourceval context_ : string
Sourceval make : domainName:DomainName.t -> account:AWSAccount.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DomainName.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