@alicloud/oos20190601 1.0.7 → 1.0.9

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 CHANGED
@@ -2530,6 +2530,7 @@ export declare class ListPatchBaselinesRequest extends $tea.Model {
2530
2530
  nextToken?: string;
2531
2531
  operationSystem?: string;
2532
2532
  regionId?: string;
2533
+ resourceGroupld?: string;
2533
2534
  shareType?: string;
2534
2535
  sources?: string[];
2535
2536
  tags?: ListPatchBaselinesRequestTags[];
@@ -2551,6 +2552,7 @@ export declare class ListPatchBaselinesShrinkRequest extends $tea.Model {
2551
2552
  nextToken?: string;
2552
2553
  operationSystem?: string;
2553
2554
  regionId?: string;
2555
+ resourceGroupld?: string;
2554
2556
  shareType?: string;
2555
2557
  sourcesShrink?: string;
2556
2558
  tagsShrink?: string;
@@ -5231,6 +5233,7 @@ export declare class ListPatchBaselinesResponseBodyPatchBaselines extends $tea.M
5231
5233
  isDefault?: boolean;
5232
5234
  name?: string;
5233
5235
  operationSystem?: string;
5236
+ resourceGroupld?: string;
5234
5237
  shareType?: string;
5235
5238
  sources?: string[];
5236
5239
  tags?: ListPatchBaselinesResponseBodyPatchBaselinesTags[];
package/dist/client.js CHANGED
@@ -3560,6 +3560,7 @@ class ListPatchBaselinesRequest extends $tea.Model {
3560
3560
  nextToken: 'NextToken',
3561
3561
  operationSystem: 'OperationSystem',
3562
3562
  regionId: 'RegionId',
3563
+ resourceGroupld: 'ResourceGroupld',
3563
3564
  shareType: 'ShareType',
3564
3565
  sources: 'Sources',
3565
3566
  tags: 'Tags',
@@ -3574,6 +3575,7 @@ class ListPatchBaselinesRequest extends $tea.Model {
3574
3575
  nextToken: 'string',
3575
3576
  operationSystem: 'string',
3576
3577
  regionId: 'string',
3578
+ resourceGroupld: 'string',
3577
3579
  shareType: 'string',
3578
3580
  sources: { 'type': 'array', 'itemType': 'string' },
3579
3581
  tags: { 'type': 'array', 'itemType': ListPatchBaselinesRequestTags },
@@ -3594,6 +3596,7 @@ class ListPatchBaselinesShrinkRequest extends $tea.Model {
3594
3596
  nextToken: 'NextToken',
3595
3597
  operationSystem: 'OperationSystem',
3596
3598
  regionId: 'RegionId',
3599
+ resourceGroupld: 'ResourceGroupld',
3597
3600
  shareType: 'ShareType',
3598
3601
  sourcesShrink: 'Sources',
3599
3602
  tagsShrink: 'Tags',
@@ -3608,6 +3611,7 @@ class ListPatchBaselinesShrinkRequest extends $tea.Model {
3608
3611
  nextToken: 'string',
3609
3612
  operationSystem: 'string',
3610
3613
  regionId: 'string',
3614
+ resourceGroupld: 'string',
3611
3615
  shareType: 'string',
3612
3616
  sourcesShrink: 'string',
3613
3617
  tagsShrink: 'string',
@@ -7504,6 +7508,7 @@ class ListPatchBaselinesResponseBodyPatchBaselines extends $tea.Model {
7504
7508
  isDefault: 'IsDefault',
7505
7509
  name: 'Name',
7506
7510
  operationSystem: 'OperationSystem',
7511
+ resourceGroupld: 'ResourceGroupld',
7507
7512
  shareType: 'ShareType',
7508
7513
  sources: 'Sources',
7509
7514
  tags: 'Tags',
@@ -7522,6 +7527,7 @@ class ListPatchBaselinesResponseBodyPatchBaselines extends $tea.Model {
7522
7527
  isDefault: 'boolean',
7523
7528
  name: 'string',
7524
7529
  operationSystem: 'string',
7530
+ resourceGroupld: 'string',
7525
7531
  shareType: 'string',
7526
7532
  sources: { 'type': 'array', 'itemType': 'string' },
7527
7533
  tags: { 'type': 'array', 'itemType': ListPatchBaselinesResponseBodyPatchBaselinesTags },
@@ -10416,6 +10422,9 @@ class Client extends openapi_client_1.default {
10416
10422
  if (!tea_util_1.default.isUnset(request.regionId)) {
10417
10423
  query["RegionId"] = request.regionId;
10418
10424
  }
10425
+ if (!tea_util_1.default.isUnset(request.resourceGroupld)) {
10426
+ query["ResourceGroupld"] = request.resourceGroupld;
10427
+ }
10419
10428
  if (!tea_util_1.default.isUnset(request.shareType)) {
10420
10429
  query["ShareType"] = request.shareType;
10421
10430
  }