Module Values.DeletePublicAccessBlockRequestSource

This operation is not supported by directory buckets. Removes the PublicAccessBlock configuration for an Amazon Web Services account. This operation might be restricted when the account is managed by organization-level Block Public Access policies. You’ll get an Access Denied (403) error when the account is managed by organization-level Block Public Access policies. Organization-level policies override account-level settings, preventing direct account-level modifications. For more information, see Using Amazon S3 block public access. Related actions include: GetPublicAccessBlock PutPublicAccessBlock

Sourcetype nonrec t = {
  1. accountId : AccountId.t;
    (*

    The account ID for the Amazon Web Services account whose PublicAccessBlock configuration you want to remove.

    *)
}
Sourceval context_ : string
Sourceval make : accountId:AccountId.t -> unit -> t
Sourceval of_header_and_body : ((string, AccountId.t) Awso.Import.List.Assoc.t * 'a) -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AccountId.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