Values.GetApplicationResponseSourceRetrieves the configuration and status of an existing OpenSearch application.
type nonrec t = {id : Id.t option;The unique identifier of the OpenSearch application.
*)arn : ARN.t option;name : ApplicationName.t option;The name of the OpenSearch application.
*)endpoint : String_.t option;The endpoint URL of the OpenSearch application.
*)status : ApplicationStatus.t option;The current status of the OpenSearch application. Possible values: CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.
*)iamIdentityCenterOptions : IamIdentityCenterOptions.t option;The IAM Identity Center settings configured for the OpenSearch application.
*)dataSources : DataSources.t option;The data sources associated with the OpenSearch application.
*)appConfigs : AppConfigs.t option;The configuration settings of the OpenSearch application.
*)createdAt : Timestamp.t option;The timestamp when the OpenSearch application was created.
*)lastUpdatedAt : Timestamp.t option;The timestamp of the last update to the OpenSearch application.
*)kmsKeyArn : KmsKeyArn.t option;The Amazon Resource Name (ARN) of the KMS key used to encrypt the application's data at rest.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `BaseException of BaseException.t| `DisabledOperationException of DisabledOperationException.t| `InternalException of InternalException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of unit
| `BaseException of BaseException.t
| `DisabledOperationException of unit
| `InternalException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of unit
| `BaseException of BaseException.t
| `DisabledOperationException of unit
| `InternalException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]