Values.GetServiceRoleForAccountResponseSourceGets the service role associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region. IoT Greengrass uses this role to verify the identity of client devices and manage core device connectivity information. For more information, see Greengrass service role in the IoT Greengrass Version 2 Developer Guide.
type nonrec t = {associatedAt : String_.t option;The time when the service role was associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
*)roleArn : String_.t option;The ARN of the service role that is associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `Unknown_operation_error of string * string option ]