Values_5.GetInstanceMetadataDefaultsResultSourceGets the default instance metadata service (IMDS) settings that are set at the account level in the specified Amazon Web Services
 Region. For more information, see Order of precedence for instance metadata options in the Amazon EC2 User Guide.
type nonrec t = {accountLevel : Values_3.InstanceMetadataDefaultsResponse.t option;The account-level default IMDS settings.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of Values_1.BoxedInteger.t
| `String of Values_0.String_.t ])
list ])
list ]