Module Values.UpdateVPCEConfigurationRequestSource

Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.

Sourcetype nonrec t = {
  1. arn : AmazonResourceName.t;
    (*

    The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to update.

    *)
  2. vpceConfigurationName : VPCEConfigurationName.t option;
    (*

    The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.

    *)
  3. vpceServiceName : VPCEServiceName.t option;
    (*

    The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.

    *)
  4. serviceDnsName : ServiceDnsName.t option;
    (*

    The DNS (domain) name used to connect to your private service in your VPC. The DNS name must not already be in use on the internet.

    *)
  5. vpceConfigurationDescription : VPCEConfigurationDescription.t option;
    (*

    An optional description that provides details about your VPC endpoint configuration.

    *)
}
Sourceval context_ : string
Sourceval make : ?vpceConfigurationName:??? -> ?vpceServiceName:??? -> ?serviceDnsName:??? -> ?vpceConfigurationDescription:??? -> arn:AmazonResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AmazonResourceName.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