Values_4.ModifyVpcEndpointServiceConfigurationRequestSourceModifies the attributes of the specified VPC endpoint service configuration. If you set or modify the private DNS name, you must prove that you own the private DNS domain name.
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.
*)privateDnsName : Values_0.String_.t option;(Interface endpoint configuration) The private DNS name to assign to the endpoint service.
*)removePrivateDnsName : Values_0.Boolean.t option;(Interface endpoint configuration) Removes the private DNS name of the endpoint service.
*)acceptanceRequired : Values_0.Boolean.t option;Indicates whether requests to create an endpoint to the service must be accepted.
*)addNetworkLoadBalancerArns : Values_0.ValueStringList.t option;The Amazon Resource Names (ARNs) of Network Load Balancers to add to the service configuration.
*)removeNetworkLoadBalancerArns : Values_0.ValueStringList.t option;The Amazon Resource Names (ARNs) of Network Load Balancers to remove from the service configuration.
*)addGatewayLoadBalancerArns : Values_0.ValueStringList.t option;The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to the service configuration.
*)removeGatewayLoadBalancerArns : Values_0.ValueStringList.t option;The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from the service configuration.
*)addSupportedIpAddressTypes : Values_0.ValueStringList.t option;The IP address types to add to the service configuration.
*)removeSupportedIpAddressTypes : Values_0.ValueStringList.t option;The IP address types to remove from the service configuration.
*)addSupportedRegions : Values_0.ValueStringList.t option;The supported Regions to add to the service configuration.
*)removeSupportedRegions : Values_0.ValueStringList.t option;The supported Regions to remove from the service configuration.
*)}val make :
?dryRun:??? ->
?privateDnsName:??? ->
?removePrivateDnsName:??? ->
?acceptanceRequired:??? ->
?addNetworkLoadBalancerArns:??? ->
?removeNetworkLoadBalancerArns:??? ->
?addGatewayLoadBalancerArns:??? ->
?removeGatewayLoadBalancerArns:??? ->
?addSupportedIpAddressTypes:??? ->
?removeSupportedIpAddressTypes:??? ->
?addSupportedRegions:??? ->
?removeSupportedRegions:??? ->
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 ]