Values.GetIntegrationResponseSourceReturns information about one integration between CloudWatch Logs and OpenSearch Service.
type nonrec t = {integrationName : IntegrationName.t option;The name of the integration.
*)integrationType : IntegrationType.t option;The type of integration. Integrations with OpenSearch Service have the type OPENSEARCH.
*)integrationStatus : IntegrationStatus.t option;The current status of this integration.
*)integrationDetails : IntegrationDetails.t option;A structure that contains information about the integration configuration. For an integration with OpenSearch Service, this includes information about OpenSearch Service resources such as the collection, the workspace, and policies.
*)}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of unit
| `ResourceNotFoundException of unit
| `ServiceUnavailableException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of unit
| `ResourceNotFoundException of unit
| `ServiceUnavailableException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of IntegrationName.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `String of OpenSearchDataSourceName.t
| `Structure of
(string
* [> `Enum of string
| `String of IntegrationStatusMessage.t ])
list ])
list ])
list ])
list ])
list ]