Values_4.ModifyVpcEndpointServicePermissionsResultSourceModifies the permissions for your VPC endpoint service. You can add or remove permissions for service consumers (Amazon Web Services accounts, users, and IAM roles) to connect to your endpoint service. Principal ARNs with path components aren't supported. If you grant permissions to all principals, the service is public. Any users who know the name of a public service can send a request to attach an endpoint. If the service does not require manual approval, attachments are automatically approved.
type nonrec t = {addedPrincipals : Values_3.AddedPrincipalSet.t option;Information about the added principals.
*)returnValue : Values_0.Boolean.t option;Returns true if the request succeeds; otherwise, it returns an error.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ])
list ]
list ])
list ]