Values_4.ModifyVpcEndpointServicePermissionsRequestSourceModifies 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 = {dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)serviceId : Values_2.VpcEndpointServiceId.t;The ID of the service.
*)addAllowedPrincipals : Values_0.ValueStringList.t option;The Amazon Resource Names (ARN) of the principals. Permissions are granted to the principals in this list. To grant permissions to all principals, specify an asterisk (*).
*)removeAllowedPrincipals : Values_0.ValueStringList.t option;The Amazon Resource Names (ARN) of the principals. Permissions are revoked for principals in this list.
*)}val make :
?dryRun:??? ->
?addAllowedPrincipals:??? ->
?removeAllowedPrincipals:??? ->
serviceId:Values_2.VpcEndpointServiceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of [> `String of string ] list
| `String of Values_2.VpcEndpointServiceId.t ])
list ]