Values_6.DeleteVpcBlockPublicAccessExclusionResultSourceDelete a VPC Block Public Access (BPA) exclusion. A VPC BPA exclusion is a mode that can be applied to a single VPC or subnet that exempts it from the account’s BPA mode and will allow bidirectional or egress-only access. You can create BPA exclusions for VPCs and subnets even when BPA is not enabled on the account to ensure that there is no traffic disruption to the exclusions when VPC BPA is turned on. To learn more about VPC BPA, see Block public access to VPCs and subnets in the Amazon VPC User Guide.
type nonrec t = {vpcBlockPublicAccessExclusion : Values_2.VpcBlockPublicAccessExclusion.t option;Details about an exclusion.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ]
list
| `String of Values_1.VpcBlockPublicAccessExclusionId.t
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ])
list ]