Module Values_4.ModifyVpcEndpointServiceConfigurationRequestSource

Modifies 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.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. serviceId : Values_2.VpcEndpointServiceId.t;
    (*

    The ID of the service.

    *)
  3. privateDnsName : Values_0.String_.t option;
    (*

    (Interface endpoint configuration) The private DNS name to assign to the endpoint service.

    *)
  4. removePrivateDnsName : Values_0.Boolean.t option;
    (*

    (Interface endpoint configuration) Removes the private DNS name of the endpoint service.

    *)
  5. acceptanceRequired : Values_0.Boolean.t option;
    (*

    Indicates whether requests to create an endpoint to the service must be accepted.

    *)
  6. addNetworkLoadBalancerArns : Values_0.ValueStringList.t option;
    (*

    The Amazon Resource Names (ARNs) of Network Load Balancers to add to the service configuration.

    *)
  7. removeNetworkLoadBalancerArns : Values_0.ValueStringList.t option;
    (*

    The Amazon Resource Names (ARNs) of Network Load Balancers to remove from the service configuration.

    *)
  8. addGatewayLoadBalancerArns : Values_0.ValueStringList.t option;
    (*

    The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to the service configuration.

    *)
  9. removeGatewayLoadBalancerArns : Values_0.ValueStringList.t option;
    (*

    The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from the service configuration.

    *)
  10. addSupportedIpAddressTypes : Values_0.ValueStringList.t option;
    (*

    The IP address types to add to the service configuration.

    *)
  11. removeSupportedIpAddressTypes : Values_0.ValueStringList.t option;
    (*

    The IP address types to remove from the service configuration.

    *)
  12. addSupportedRegions : Values_0.ValueStringList.t option;
    (*

    The supported Regions to add to the service configuration.

    *)
  13. removeSupportedRegions : Values_0.ValueStringList.t option;
    (*

    The supported Regions to remove from the service configuration.

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRun:??? -> ?privateDnsName:??? -> ?removePrivateDnsName:??? -> ?acceptanceRequired:??? -> ?addNetworkLoadBalancerArns:??? -> ?removeNetworkLoadBalancerArns:??? -> ?addGatewayLoadBalancerArns:??? -> ?removeGatewayLoadBalancerArns:??? -> ?addSupportedIpAddressTypes:??? -> ?removeSupportedIpAddressTypes:??? -> ?addSupportedRegions:??? -> ?removeSupportedRegions:??? -> serviceId:Values_2.VpcEndpointServiceId.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t