Values_4.RejectVpcEndpointConnectionsRequestSourceRejects VPC endpoint connection requests to your VPC endpoint service.
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.
*)vpcEndpointIds : Values_3.VpcEndpointIdList.t;The IDs of the VPC endpoints.
*)}val make :
?dryRun:??? ->
serviceId:Values_2.VpcEndpointServiceId.t ->
vpcEndpointIds:Values_3.VpcEndpointIdList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of [> `String of Values_1.VpcEndpointId.t ] list
| `String of Values_2.VpcEndpointServiceId.t ])
list ]