method ISnsTransport.publish ISnsTransport.publish(topicArn: string,body: string): Promise<string | undefined> Publish a message to a topic. Returns the message ID or undefined. Parameters topicArn: string body: string Return Type Promise<string | undefined>