Module Values.UpdateRoleDescriptionRequestSource

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 nonrec t = {
  1. roleName : RoleNameType.t;
    (*

    The name of the role that you want to modify.

    *)
  2. description : RoleDescriptionType.t;
    (*

    The new description that you want to apply to the specified role.

    *)
}
Sourceval context_ : string
Sourceval make : roleName:RoleNameType.t -> description:RoleDescriptionType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RoleNameType.t ]) 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