Smaws_Client_IAM.UpdateRoleUpdates the description or maximum session duration setting of a role.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `NoSuchEntityException of Types.no_such_entity_exception
| `ServiceFailureException of Types.service_failure_exception
| `UnmodifiableEntityException of Types.unmodifiable_entity_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.update_role_request ->
(Types.update_role_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `NoSuchEntityException of Types.no_such_entity_exception
| `ServiceFailureException of Types.service_failure_exception
| `UnmodifiableEntityException of Types.unmodifiable_entity_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.update_role_request ->
(Types.update_role_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `NoSuchEntityException of Types.no_such_entity_exception
| `ServiceFailureException of Types.service_failure_exception
| `UnmodifiableEntityException of Types.unmodifiable_entity_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result