Values.GetIntegrationOutputSourceRetrieves information about an integration.
type nonrec t = {integrationId : IntegrationId.t option;The unique identifier of the integration.
*)installationId : String_.t option;The installation identifier from the integration provider.
*)provider : Provider.t option;The integration provider.
*)providerType : ProviderType.t option;The type of the integration provider.
*)displayName : String_.t option;The display name of the integration.
*)kmsKeyId : KmsKeyId.t option;The identifier of the AWS KMS key used to encrypt data associated with the integration.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of IntegrationId.t ]) list ]