Values_5.DetachClassicLinkVpcRequestSourceThis action is deprecated. Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it's stopped.
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 to unlink from the VPC.
*)vpcId : Values_0.VpcId.t;The ID of the VPC to which the instance is linked.
*)}val make :
?dryRun:??? ->
instanceId:Values_0.InstanceId.t ->
vpcId:Values_0.VpcId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_0.InstanceId.t ])
list ]