@stacksjs/ts-cloud 0.5.11 → 0.5.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/aws/rds.d.ts CHANGED
@@ -210,6 +210,8 @@ export declare class RDSClient {
210
210
  DBInstanceIdentifier: string;
211
211
  DBInstanceClass: string;
212
212
  Engine: string;
213
+ /** Attach this instance to an existing cluster (Aurora writer/reader). */
214
+ DBClusterIdentifier?: string;
213
215
  MasterUsername?: string;
214
216
  MasterUserPassword?: string;
215
217
  DBName?: string;