Values_6.DeleteSecondarySubnetResultSourceDeletes a secondary subnet. A secondary subnet must not contain any secondary interfaces prior to deletion.
type nonrec t = {secondarySubnet : Values_2.SecondarySubnet.t option;Information about the secondary subnet being deleted.
*)clientToken : Values_0.String_.t option;Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of string ]) list ]
list
| `String of Values_0.SecondarySubnetId.t ])
list ])
list ]