Module Values.NotificationChannelSource

The Amazon Simple Notification Service (Amazon SNS) topic to which Amazon Textract publishes the completion status of an asynchronous document operation.

Sourcetype nonrec t = {
  1. sNSTopicArn : SNSTopicArn.t;
    (*

    The Amazon SNS topic that Amazon Textract posts the completion status to.

    *)
  2. roleArn : RoleArn.t;
    (*

    The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.

    *)
}
Sourceval context_ : string
Sourceval make : sNSTopicArn:SNSTopicArn.t -> roleArn:RoleArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SNSTopicArn.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