Module Values.UpdateRoleDescriptionResponseSource

Use UpdateRole instead. Modifies only the description of a role. This operation performs the same function as the Description parameter in the UpdateRole operation.

Sourcetype updateRoleDescriptionResult = {
  1. role : Role.t option;
    (*

    A structure that contains details about the modified role.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. updateRoleDescriptionResult : updateRoleDescriptionResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `NoSuchEntityException of NoSuchEntityException.t
  2. | `ServiceFailureException of ServiceFailureException.t
  3. | `UnmodifiableEntityException of UnmodifiableEntityException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?role:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `NoSuchEntityException of NoSuchEntityException.t | `ServiceFailureException of ServiceFailureException.t | `Unknown_operation_error of string * string option | `UnmodifiableEntityException of UnmodifiableEntityException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `NoSuchEntityException of NoSuchEntityException.t | `ServiceFailureException of ServiceFailureException.t | `Unknown_operation_error of string * string option | `UnmodifiableEntityException of UnmodifiableEntityException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Integer of RoleMaxSessionDurationType.t | `List of [> `Structure of (string * [> `String of TagKeyType.t ]) list ] list | `String of PathType.t | `Structure of (string * [> `Enum of string | `String of ArnType.t | `Timestamp of DateType.t ]) list | `Timestamp of DateType.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t