Values.RevokeVpcEndpointAccessRequestSourceRevokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.
type nonrec t = {domainName : DomainName.t;The name of the OpenSearch Service domain.
*)account : AWSAccount.t option;The account ID to revoke access from.
*)service : AWSServicePrincipal.t option;The service SP to revoke access from.
*)serviceOptions : ServiceOptions.t option;The options for the service, including the supported Regions for the endpoint access.
*)}val make :
?account:??? ->
?service:??? ->
?serviceOptions:??? ->
domainName:DomainName.t ->
unit ->
tval 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 ]