Module Values_5.DisassociateSubnetCidrBlockRequestSource

Disassociates a CIDR block from a subnet. Currently, you can disassociate an IPv6 CIDR block only. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it.

Sourcetype nonrec t = {
  1. associationId : Values_0.SubnetCidrAssociationId.t;
    (*

    The association ID for the CIDR block.

    *)
}
Sourceval context_ : string
Sourceval make : associationId:Values_0.SubnetCidrAssociationId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.SubnetCidrAssociationId.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