Module Values.RevokeVpcEndpointAccessRequestSource

Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.

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

    The name of the OpenSearch Service domain.

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

    The account ID to revoke access from.

    *)
  3. service : AWSServicePrincipal.t option;
    (*

    The service SP to revoke access from.

    *)
  4. serviceOptions : ServiceOptions.t option;
    (*

    The options for the service, including the supported Regions for the endpoint access.

    *)
}
Sourceval context_ : string
Sourceval make : ?account:??? -> ?service:??? -> ?serviceOptions:??? -> domainName:DomainName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of DomainName.t | `Structure of (string * [> `List of [> `String of Region.t ] list ]) list ]) 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