Module Values.CreateDelegationRequestResponseSource

Creates 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.

Sourcetype createDelegationRequestResult = {
  1. delegationRequestId : DelegationRequestIdType.t option;
    (*

    The unique identifier for the created delegation request.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createDelegationRequestResult : createDelegationRequestResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `ConcurrentModificationException of ConcurrentModificationException.t
  2. | `EntityAlreadyExistsException of EntityAlreadyExistsException.t
  3. | `InvalidInputException of InvalidInputException.t
  4. | `LimitExceededException of LimitExceededException.t
  5. | `ServiceFailureException of ServiceFailureException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?consoleDeepLink:??? -> ?delegationRequestId:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of ConsoleDeepLinkType.t ]) 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