Values_5.GetEbsEncryptionByDefaultResultSourceDescribes whether EBS encryption by default is enabled for your account in the current Region. For more information, see Amazon EBS encryption in the Amazon EBS User Guide.
type nonrec t = {ebsEncryptionByDefault : Values_0.Boolean.t option;Indicates whether encryption by default is enabled.
*)sseType : Values_1.SSEType.t option;Reserved for future use.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Values_0.Boolean.t | `Enum of string ]) list ]