Module Values_4.ModifyInstanceConnectEndpointRequestSource

Modifies the specified EC2 Instance Connect Endpoint. For more information, see Modify an EC2 Instance Connect Endpoint in the Amazon EC2 User Guide.

Sourcetype nonrec t = {
  1. dryRun : Values_0.Boolean.t option;
    (*

    Checks whether you have the required permissions for the operation, 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. instanceConnectEndpointId : Values_1.InstanceConnectEndpointId.t;
    (*

    The ID of the EC2 Instance Connect Endpoint to modify.

    *)
  3. ipAddressType : Values_1.IpAddressType.t option;
    (*

    The new IP address type for the EC2 Instance Connect Endpoint. PreserveClientIp is only supported on IPv4 EC2 Instance Connect Endpoints. To use PreserveClientIp, the value for IpAddressType must be ipv4.

    *)
  4. securityGroupIds : Values_3.SecurityGroupIdStringListRequest.t option;
    (*

    Changes the security groups for the EC2 Instance Connect Endpoint. The new set of groups you specify replaces the current set. You must specify at least one group, even if it's just the default security group in the VPC. You must specify the ID of the security group, not the name.

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

    Indicates whether the client IP address is preserved as the source when you connect to a resource. The following are the possible values. true - Use the IP address of the client. Your instance must have an IPv4 address. false - Use the IP address of the network interface.

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRun:??? -> ?ipAddressType:??? -> ?securityGroupIds:??? -> ?preserveClientIp:??? -> instanceConnectEndpointId:Values_1.InstanceConnectEndpointId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `String of Values_0.SecurityGroupId.t ] list | `String of Values_1.InstanceConnectEndpointId.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