Values_4.ModifyVpcEndpointServicePayerResponsibilityRequestSourceModifies the payer responsibility for 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.
*)payerResponsibility : Values_1.PayerResponsibility.t;The entity that is responsible for the endpoint costs. The default is the endpoint owner. If you set the payer responsibility to the service owner, you cannot set it back to the endpoint owner.
*)}val make :
?dryRun:??? ->
serviceId:Values_2.VpcEndpointServiceId.t ->
payerResponsibility:Values_1.PayerResponsibility.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `String of Values_2.VpcEndpointServiceId.t ])
list ]