@alicloud/adb20211201 1.3.3 → 1.3.4
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/client.d.ts +1 -0
- package/dist/client.js +2 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +3 -0
package/dist/client.d.ts
CHANGED
|
@@ -3099,6 +3099,7 @@ export declare class DescribeTablesResponse extends $tea.Model {
|
|
|
3099
3099
|
}
|
|
3100
3100
|
export declare class DescribeUserQuotaRequest extends $tea.Model {
|
|
3101
3101
|
DBClusterId?: string;
|
|
3102
|
+
regionId?: string;
|
|
3102
3103
|
static names(): {
|
|
3103
3104
|
[key: string]: string;
|
|
3104
3105
|
};
|
package/dist/client.js
CHANGED
|
@@ -4420,11 +4420,13 @@ class DescribeUserQuotaRequest extends $tea.Model {
|
|
|
4420
4420
|
static names() {
|
|
4421
4421
|
return {
|
|
4422
4422
|
DBClusterId: 'DBClusterId',
|
|
4423
|
+
regionId: 'RegionId',
|
|
4423
4424
|
};
|
|
4424
4425
|
}
|
|
4425
4426
|
static types() {
|
|
4426
4427
|
return {
|
|
4427
4428
|
DBClusterId: 'string',
|
|
4429
|
+
regionId: 'string',
|
|
4428
4430
|
};
|
|
4429
4431
|
}
|
|
4430
4432
|
}
|