Module Values_4.ModifyVpcAttributeRequestSource

Modifies the specified attribute of the specified VPC.

Sourcetype nonrec t = {
  1. enableDnsHostnames : Values_3.AttributeBooleanValue.t option;
    (*

    Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not. You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute. You can only enable DNS hostnames if you've enabled DNS support.

    *)
  2. enableDnsSupport : Values_3.AttributeBooleanValue.t option;
    (*

    Indicates whether the DNS resolution is supported for the VPC. If enabled, queries to the Amazon provided DNS server at the 169.254.169.253 IP address, or the reserved IP address at the base of the VPC network range "plus two" succeed. If disabled, the Amazon provided DNS service in the VPC that resolves public DNS hostnames to IP addresses is not enabled. You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute.

    *)
  3. vpcId : Values_0.VpcId.t;
    (*

    The ID of the VPC.

    *)
  4. enableNetworkAddressUsageMetrics : Values_3.AttributeBooleanValue.t option;
    (*

    Indicates whether Network Address Usage metrics are enabled for your VPC.

    *)
}
Sourceval context_ : string
Sourceval make : ?enableDnsHostnames:??? -> ?enableDnsSupport:??? -> ?enableNetworkAddressUsageMetrics:??? -> vpcId:Values_0.VpcId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.VpcId.t | `Structure of (string * [> `Boolean of Values_0.Boolean.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