Values.GetPublicAccessBlockOutputSourceThis operation is not supported by directory buckets. Retrieves the PublicAccessBlock configuration for an Amazon Web Services account. This operation returns the effective account-level configuration, which may inherit from organization-level policies. For more information, see Using Amazon S3 block public access. Related actions include: DeletePublicAccessBlock PutPublicAccessBlock
type nonrec t = {publicAccessBlockConfiguration : PublicAccessBlockConfiguration.t option;The PublicAccessBlock configuration currently in effect for this Amazon Web Services account.
*)}type nonrec error = [ | `NoSuchPublicAccessBlockConfiguration of NoSuchPublicAccessBlockConfiguration.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `NoSuchPublicAccessBlockConfiguration of
NoSuchPublicAccessBlockConfiguration.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `NoSuchPublicAccessBlockConfiguration of
NoSuchPublicAccessBlockConfiguration.t
| `Unknown_operation_error of string * string option ]