Values.ConfirmSubscriptionInputSourceInput for ConfirmSubscription action.
type nonrec t = {topicArn : TopicARN.t;The ARN of the topic for which you wish to confirm a subscription.
*)token : Token.t;Short-lived token sent to an endpoint during the Subscribe action.
*)authenticateOnUnsubscribe : AuthenticateOnUnsubscribe.t option;Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an Amazon Web Services signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires Amazon Web Services authentication.
*)}val make :
?authenticateOnUnsubscribe:??? ->
topicArn:TopicARN.t ->
token:Token.t ->
unit ->
t