@alicloud/adb20211201 1.5.1 → 1.5.3
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 +2 -0
- package/dist/client.js +1548 -1524
- package/dist/client.js.map +1 -1
- package/package.json +4 -4
- package/src/client.ts +14 -0
package/dist/client.d.ts
CHANGED
|
@@ -1755,6 +1755,8 @@ export declare class DescribeApsActionLogsResponse extends $tea.Model {
|
|
|
1755
1755
|
}
|
|
1756
1756
|
export declare class DescribeApsResourceGroupsRequest extends $tea.Model {
|
|
1757
1757
|
DBClusterId?: string;
|
|
1758
|
+
regionId?: string;
|
|
1759
|
+
workloadId?: string;
|
|
1758
1760
|
static names(): {
|
|
1759
1761
|
[key: string]: string;
|
|
1760
1762
|
};
|