/** * @public */ export interface PutSubscriptionRequest { /** * The topics to subscribe to */ topics: Array; }