@alicloud/das20200116 2.7.2 → 2.7.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 CHANGED
@@ -4560,11 +4560,16 @@ class Client extends openapi_core_1.default {
4560
4560
  */
4561
4561
  async getInstanceGroupInspectReportDetailWithOptions(request, runtime) {
4562
4562
  request.validate();
4563
+ let query = {};
4564
+ if (!$dara.isNull(request.agentId)) {
4565
+ query["AgentId"] = request.agentId;
4566
+ }
4563
4567
  let body = {};
4564
4568
  if (!$dara.isNull(request.reportId)) {
4565
4569
  body["ReportId"] = request.reportId;
4566
4570
  }
4567
4571
  let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
4572
+ query: openapi_core_2.OpenApiUtil.query(query),
4568
4573
  body: openapi_core_2.OpenApiUtil.parseToMap(body),
4569
4574
  });
4570
4575
  let params = new openapi_core_2.$OpenApiUtil.Params({