Module Values_5.DisassociateVpcCidrBlockRequestSource

Disassociates a CIDR block from a VPC. To disassociate the CIDR block, you must specify its association ID. You can get the association ID by using DescribeVpcs. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it. You cannot disassociate the CIDR block with which you originally created the VPC (the primary CIDR block).

Sourcetype nonrec t = {
  1. associationId : Values_3.VpcCidrAssociationId.t;
    (*

    The association ID for the CIDR block.

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