Module Values.GetServiceLinkedRoleDeletionStatusRequestSource

Retrieves the status of your service-linked role deletion. After you use DeleteServiceLinkedRole to submit a service-linked role for deletion, you can use the DeletionTaskId parameter in GetServiceLinkedRoleDeletionStatus to check the status of the deletion. If the deletion fails, this operation returns the reason that it failed, if that information is returned by the service.

Sourcetype nonrec t = {
  1. deletionTaskId : DeletionTaskIdType.t;
    (*

    The deletion task identifier. This identifier is returned by the DeleteServiceLinkedRole operation in the format task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>.

    *)
}
Sourceval context_ : string
Sourceval make : deletionTaskId:DeletionTaskIdType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DeletionTaskIdType.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