@alicloud/adb20211201 4.2.2 → 4.2.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.js +3 -0
- package/dist/client.js.map +1 -1
- package/dist/models/DescribeSqlwebSocketDomainRequest.d.ts +1 -2
- package/dist/models/DescribeSqlwebSocketDomainRequest.js +2 -0
- package/dist/models/DescribeSqlwebSocketDomainRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +4 -0
- package/src/models/DescribeSqlwebSocketDomainRequest.ts +3 -2
package/dist/client.js
CHANGED
|
@@ -6671,6 +6671,9 @@ class Client extends openapi_core_1.default {
|
|
|
6671
6671
|
if (!$dara.isNull(request.DBClusterId)) {
|
|
6672
6672
|
query["DBClusterId"] = request.DBClusterId;
|
|
6673
6673
|
}
|
|
6674
|
+
if (!$dara.isNull(request.module)) {
|
|
6675
|
+
query["Module"] = request.module;
|
|
6676
|
+
}
|
|
6674
6677
|
if (!$dara.isNull(request.regionId)) {
|
|
6675
6678
|
query["RegionId"] = request.regionId;
|
|
6676
6679
|
}
|