export interface PutOptions { query?: { [key: string]: any; }; idempotencyKey?: string; }