Module Values_4.ModifyVerifiedAccessEndpointRequestSource

Modifies the configuration of the specified Amazon Web Services Verified Access endpoint.

Sourcetype nonrec t = {
  1. verifiedAccessEndpointId : Values_1.VerifiedAccessEndpointId.t;
    (*

    The ID of the Verified Access endpoint.

    *)
  2. verifiedAccessGroupId : Values_2.VerifiedAccessGroupId.t option;
    (*

    The ID of the Verified Access group.

    *)
  3. loadBalancerOptions : Values_3.ModifyVerifiedAccessEndpointLoadBalancerOptions.t option;
    (*

    The load balancer details if creating the Verified Access endpoint as load-balancertype.

    *)
  4. networkInterfaceOptions : Values_3.ModifyVerifiedAccessEndpointEniOptions.t option;
    (*

    The network interface options.

    *)
  5. description : Values_0.String_.t option;
    (*

    A description for the Verified Access endpoint.

    *)
  6. 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.

    *)
  7. 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.

    *)
  8. rdsOptions : Values_3.ModifyVerifiedAccessEndpointRdsOptions.t option;
    (*

    The RDS options.

    *)
  9. cidrOptions : Values_3.ModifyVerifiedAccessEndpointCidrOptions.t option;
    (*

    The CIDR options.

    *)
}
Sourceval context_ : string
Sourceval make : ?verifiedAccessGroupId:??? -> ?loadBalancerOptions:??? -> ?networkInterfaceOptions:??? -> ?description:??? -> ?clientToken:??? -> ?dryRun:??? -> ?rdsOptions:??? -> ?cidrOptions:??? -> verifiedAccessEndpointId:Values_1.VerifiedAccessEndpointId.t -> unit -> t
Sourceval 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 ]
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