Values_4.ModifyVerifiedAccessEndpointRequestSourceModifies the configuration of the specified Amazon Web Services Verified Access endpoint.
type nonrec t = {verifiedAccessEndpointId : Values_1.VerifiedAccessEndpointId.t;The ID of the Verified Access endpoint.
*)verifiedAccessGroupId : Values_2.VerifiedAccessGroupId.t option;The ID of the Verified Access group.
*)loadBalancerOptions : Values_3.ModifyVerifiedAccessEndpointLoadBalancerOptions.t
option;The load balancer details if creating the Verified Access endpoint as load-balancertype.
*)networkInterfaceOptions : Values_3.ModifyVerifiedAccessEndpointEniOptions.t
option;The network interface options.
*)description : Values_0.String_.t option;A description for the Verified Access endpoint.
*)clientToken : Values_0.String_.t option;A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring idempotency.
*)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.
*)rdsOptions : Values_3.ModifyVerifiedAccessEndpointRdsOptions.t option;The RDS options.
*)cidrOptions : Values_3.ModifyVerifiedAccessEndpointCidrOptions.t option;The CIDR options.
*)}val make :
?verifiedAccessGroupId:??? ->
?loadBalancerOptions:??? ->
?networkInterfaceOptions:??? ->
?description:??? ->
?clientToken:??? ->
?dryRun:??? ->
?rdsOptions:??? ->
?cidrOptions:??? ->
verifiedAccessEndpointId:Values_1.VerifiedAccessEndpointId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_1.VerifiedAccessEndpointId.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.VerifiedAccessEndpointPortNumber.t
| `List of
[> `String of Values_0.SubnetId.t
| `Structure of
(string
* [> `Integer of
Values_0.VerifiedAccessEndpointPortNumber.t ])
list ]
list
| `String of Values_0.String_.t ])
list ])
list ]