Values_5.DisableImageBlockPublicAccessResultSourceDisables block public access for AMIs at the account level in the specified Amazon Web Services Region. This removes the block public access restriction from your account. With the restriction removed, you can publicly share your AMIs in the specified Amazon Web Services Region. For more information, see Block public access to your AMIs in the Amazon EC2 User Guide.
type nonrec t = {imageBlockPublicAccessState : Values_3.ImageBlockPublicAccessDisabledState.t
option;Returns unblocked if the request succeeds; otherwise, it returns an error.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]