Values_4.ModifyPrivateDnsNameOptionsRequestSourceModifies the options for instance hostnames for the specified instance.
type nonrec t = {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.
*)instanceId : Values_0.InstanceId.t;The ID of the instance.
*)privateDnsHostnameType : Values_0.HostnameType.t option;The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.
*)enableResourceNameDnsARecord : Values_0.Boolean.t option;Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
*)enableResourceNameDnsAAAARecord : Values_0.Boolean.t option;Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
*)}val make :
?dryRun:??? ->
?privateDnsHostnameType:??? ->
?enableResourceNameDnsARecord:??? ->
?enableResourceNameDnsAAAARecord:??? ->
instanceId:Values_0.InstanceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `String of Values_0.InstanceId.t ])
list ]