Module Values_1.IntegrationAssociationSummarySource

Contains summary information about the associated AppIntegrations.

Sourcetype nonrec t = {
  1. integrationAssociationId : Values_0.IntegrationAssociationId.t option;
    (*

    The identifier for the AppIntegration association.

    *)
  2. integrationAssociationArn : Values_0.ARN.t option;
    (*

    The Amazon Resource Name (ARN) for the AppIntegration association.

    *)
  3. instanceId : Values_0.InstanceId.t option;
    (*

    The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

    *)
  4. integrationType : Values_0.IntegrationType.t option;
    (*

    The integration type.

    *)
  5. integrationArn : Values_0.ARN.t option;
    (*

    The Amazon Resource Name (ARN) for the AppIntegration.

    *)
  6. sourceApplicationUrl : Values_0.URI.t option;
    (*

    The URL for the external application.

    *)
  7. sourceApplicationName : Values_0.SourceApplicationName.t option;
    (*

    The user-provided, friendly name for the external application.

    *)
  8. sourceType : Values_0.SourceType.t option;
    (*

    The name of the source.

    *)
}
Sourceval make : ?integrationAssociationId:??? -> ?integrationAssociationArn:??? -> ?instanceId:??? -> ?integrationType:??? -> ?integrationArn:??? -> ?sourceApplicationUrl:??? -> ?sourceApplicationName:??? -> ?sourceType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.IntegrationAssociationId.t ]) 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