Values.CreateDelegationRequestResponseSourceCreates an IAM delegation request for temporary access delegation. This API is not available for general use. In order to use this API, a caller first need to go through an onboarding process described in the partner onboarding documentation.
type createDelegationRequestResult = {consoleDeepLink : ConsoleDeepLinkType.t option;A deep link URL to the Amazon Web Services Management Console for managing the delegation request. For a console based workflow, partners should redirect the customer to this URL. If the customer is not logged in to any Amazon Web Services account, the Amazon Web Services workflow will automatically direct the customer to log in and then display the delegation request approval page.
*)delegationRequestId : DelegationRequestIdType.t option;The unique identifier for the created delegation request.
*)}and t = {createDelegationRequestResult : createDelegationRequestResult;responseMetaData : responseMetaData;}type error = [ | `ConcurrentModificationException of ConcurrentModificationException.t| `EntityAlreadyExistsException of EntityAlreadyExistsException.t| `InvalidInputException of InvalidInputException.t| `LimitExceededException of LimitExceededException.t| `ServiceFailureException of ServiceFailureException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentModificationException of ConcurrentModificationException.t
| `EntityAlreadyExistsException of EntityAlreadyExistsException.t
| `InvalidInputException of InvalidInputException.t
| `LimitExceededException of LimitExceededException.t
| `ServiceFailureException of ServiceFailureException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentModificationException of ConcurrentModificationException.t
| `EntityAlreadyExistsException of EntityAlreadyExistsException.t
| `InvalidInputException of InvalidInputException.t
| `LimitExceededException of LimitExceededException.t
| `ServiceFailureException of ServiceFailureException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `String of ConsoleDeepLinkType.t ]) list ])
list ]