Values_1.CreateGlueIdentityCenterConfigurationResponseSourceResponse from creating a new Glue Identity Center configuration.
type nonrec t = {applicationArn : Values_0.ApplicationArn.t option;The Amazon Resource Name (ARN) of the Identity Center application that was created for the Glue configuration.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `AlreadyExistsException of Values_0.AlreadyExistsException.t| `ConcurrentModificationException of ConcurrentModificationException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidInputException of Values_0.InvalidInputException.t| `OperationTimeoutException of Values_0.OperationTimeoutException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `AlreadyExistsException of Values_0.AlreadyExistsException.t
| `ConcurrentModificationException of ConcurrentModificationException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `AlreadyExistsException of Values_0.AlreadyExistsException.t
| `ConcurrentModificationException of ConcurrentModificationException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of (string * [> `String of Values_0.ApplicationArn.t ]) list ]