Values_4.ModifyManagedResourceVisibilityRequestSourceModifies the managed resource visibility configuration for the account. Use this operation to control whether managed resources are hidden or visible by default. Visibility settings are account-wide and affect all IAM principals uniformly. Hidden resources remain fully operational and billable.
type nonrec t = {dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)defaultVisibility : Values_2.ManagedResourceDefaultVisibility.t;The default visibility setting for managed resources. Valid values: hidden | visible.
*)}val make :
?dryRun:??? ->
defaultVisibility:Values_2.ManagedResourceDefaultVisibility.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Boolean of Values_0.Boolean.t | `Enum of string ]) list ]