@alicloud/oos20190601 1.0.6 → 1.0.8

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
@@ -408,6 +408,7 @@ export declare class CreatePatchBaselineRequest extends $tea.Model {
408
408
  regionId?: string;
409
409
  rejectedPatches?: string[];
410
410
  rejectedPatchesAction?: string;
411
+ resourceGroupId?: string;
411
412
  sources?: string[];
412
413
  tags?: CreatePatchBaselineRequestTags[];
413
414
  static names(): {
@@ -431,6 +432,7 @@ export declare class CreatePatchBaselineShrinkRequest extends $tea.Model {
431
432
  regionId?: string;
432
433
  rejectedPatchesShrink?: string;
433
434
  rejectedPatchesAction?: string;
435
+ resourceGroupId?: string;
434
436
  sourcesShrink?: string;
435
437
  tagsShrink?: string;
436
438
  static names(): {
@@ -3920,6 +3922,7 @@ export declare class UpdatePatchBaselineRequest extends $tea.Model {
3920
3922
  regionId?: string;
3921
3923
  rejectedPatches?: string[];
3922
3924
  rejectedPatchesAction?: string;
3925
+ resourceGroupId?: string;
3923
3926
  sources?: string[];
3924
3927
  tags?: UpdatePatchBaselineRequestTags[];
3925
3928
  static names(): {
@@ -3942,6 +3945,7 @@ export declare class UpdatePatchBaselineShrinkRequest extends $tea.Model {
3942
3945
  regionId?: string;
3943
3946
  rejectedPatchesShrink?: string;
3944
3947
  rejectedPatchesAction?: string;
3948
+ resourceGroupId?: string;
3945
3949
  sourcesShrink?: string;
3946
3950
  tagsShrink?: string;
3947
3951
  static names(): {
@@ -4382,6 +4386,7 @@ export declare class CreatePatchBaselineResponseBodyPatchBaseline extends $tea.M
4382
4386
  operationSystem?: string;
4383
4387
  rejectedPatches?: string[];
4384
4388
  rejectedPatchesAction?: string;
4389
+ resourceGroupId?: string;
4385
4390
  shareType?: string;
4386
4391
  sources?: string[];
4387
4392
  tags?: CreatePatchBaselineResponseBodyPatchBaselineTags[];
@@ -4746,6 +4751,7 @@ export declare class GetPatchBaselineResponseBodyPatchBaseline extends $tea.Mode
4746
4751
  operationSystem?: string;
4747
4752
  rejectedPatches?: string[];
4748
4753
  rejectedPatchesAction?: string;
4754
+ resourceGroupId?: string;
4749
4755
  shareType?: string;
4750
4756
  sources?: string[];
4751
4757
  tags?: GetPatchBaselineResponseBodyPatchBaselineTags[];
@@ -5441,6 +5447,7 @@ export declare class RegisterDefaultPatchBaselineResponseBodyPatchBaseline exten
5441
5447
  id?: string;
5442
5448
  name?: string;
5443
5449
  operationSystem?: string;
5450
+ resourceGroupId?: string;
5444
5451
  shareType?: string;
5445
5452
  updatedBy?: string;
5446
5453
  updatedDate?: string;
@@ -5682,6 +5689,7 @@ export declare class UpdatePatchBaselineResponseBodyPatchBaseline extends $tea.M
5682
5689
  operationSystem?: string;
5683
5690
  rejectedPatches?: string[];
5684
5691
  rejectedPatchesAction?: string;
5692
+ resourceGroupId?: string;
5685
5693
  shareType?: string;
5686
5694
  sources?: string[];
5687
5695
  tags?: UpdatePatchBaselineResponseBodyPatchBaselineTags[];
package/dist/client.js CHANGED
@@ -589,6 +589,7 @@ class CreatePatchBaselineRequest extends $tea.Model {
589
589
  regionId: 'RegionId',
590
590
  rejectedPatches: 'RejectedPatches',
591
591
  rejectedPatchesAction: 'RejectedPatchesAction',
592
+ resourceGroupId: 'ResourceGroupId',
592
593
  sources: 'Sources',
593
594
  tags: 'Tags',
594
595
  };
@@ -605,6 +606,7 @@ class CreatePatchBaselineRequest extends $tea.Model {
605
606
  regionId: 'string',
606
607
  rejectedPatches: { 'type': 'array', 'itemType': 'string' },
607
608
  rejectedPatchesAction: 'string',
609
+ resourceGroupId: 'string',
608
610
  sources: { 'type': 'array', 'itemType': 'string' },
609
611
  tags: { 'type': 'array', 'itemType': CreatePatchBaselineRequestTags },
610
612
  };
@@ -627,6 +629,7 @@ class CreatePatchBaselineShrinkRequest extends $tea.Model {
627
629
  regionId: 'RegionId',
628
630
  rejectedPatchesShrink: 'RejectedPatches',
629
631
  rejectedPatchesAction: 'RejectedPatchesAction',
632
+ resourceGroupId: 'ResourceGroupId',
630
633
  sourcesShrink: 'Sources',
631
634
  tagsShrink: 'Tags',
632
635
  };
@@ -643,6 +646,7 @@ class CreatePatchBaselineShrinkRequest extends $tea.Model {
643
646
  regionId: 'string',
644
647
  rejectedPatchesShrink: 'string',
645
648
  rejectedPatchesAction: 'string',
649
+ resourceGroupId: 'string',
646
650
  sourcesShrink: 'string',
647
651
  tagsShrink: 'string',
648
652
  };
@@ -5534,6 +5538,7 @@ class UpdatePatchBaselineRequest extends $tea.Model {
5534
5538
  regionId: 'RegionId',
5535
5539
  rejectedPatches: 'RejectedPatches',
5536
5540
  rejectedPatchesAction: 'RejectedPatchesAction',
5541
+ resourceGroupId: 'ResourceGroupId',
5537
5542
  sources: 'Sources',
5538
5543
  tags: 'Tags',
5539
5544
  };
@@ -5549,6 +5554,7 @@ class UpdatePatchBaselineRequest extends $tea.Model {
5549
5554
  regionId: 'string',
5550
5555
  rejectedPatches: { 'type': 'array', 'itemType': 'string' },
5551
5556
  rejectedPatchesAction: 'string',
5557
+ resourceGroupId: 'string',
5552
5558
  sources: { 'type': 'array', 'itemType': 'string' },
5553
5559
  tags: { 'type': 'array', 'itemType': UpdatePatchBaselineRequestTags },
5554
5560
  };
@@ -5570,6 +5576,7 @@ class UpdatePatchBaselineShrinkRequest extends $tea.Model {
5570
5576
  regionId: 'RegionId',
5571
5577
  rejectedPatchesShrink: 'RejectedPatches',
5572
5578
  rejectedPatchesAction: 'RejectedPatchesAction',
5579
+ resourceGroupId: 'ResourceGroupId',
5573
5580
  sourcesShrink: 'Sources',
5574
5581
  tagsShrink: 'Tags',
5575
5582
  };
@@ -5585,6 +5592,7 @@ class UpdatePatchBaselineShrinkRequest extends $tea.Model {
5585
5592
  regionId: 'string',
5586
5593
  rejectedPatchesShrink: 'string',
5587
5594
  rejectedPatchesAction: 'string',
5595
+ resourceGroupId: 'string',
5588
5596
  sourcesShrink: 'string',
5589
5597
  tagsShrink: 'string',
5590
5598
  };
@@ -6200,6 +6208,7 @@ class CreatePatchBaselineResponseBodyPatchBaseline extends $tea.Model {
6200
6208
  operationSystem: 'OperationSystem',
6201
6209
  rejectedPatches: 'RejectedPatches',
6202
6210
  rejectedPatchesAction: 'RejectedPatchesAction',
6211
+ resourceGroupId: 'ResourceGroupId',
6203
6212
  shareType: 'ShareType',
6204
6213
  sources: 'Sources',
6205
6214
  tags: 'Tags',
@@ -6220,6 +6229,7 @@ class CreatePatchBaselineResponseBodyPatchBaseline extends $tea.Model {
6220
6229
  operationSystem: 'string',
6221
6230
  rejectedPatches: { 'type': 'array', 'itemType': 'string' },
6222
6231
  rejectedPatchesAction: 'string',
6232
+ resourceGroupId: 'string',
6223
6233
  shareType: 'string',
6224
6234
  sources: { 'type': 'array', 'itemType': 'string' },
6225
6235
  tags: { 'type': 'array', 'itemType': CreatePatchBaselineResponseBodyPatchBaselineTags },
@@ -6751,6 +6761,7 @@ class GetPatchBaselineResponseBodyPatchBaseline extends $tea.Model {
6751
6761
  operationSystem: 'OperationSystem',
6752
6762
  rejectedPatches: 'RejectedPatches',
6753
6763
  rejectedPatchesAction: 'RejectedPatchesAction',
6764
+ resourceGroupId: 'ResourceGroupId',
6754
6765
  shareType: 'ShareType',
6755
6766
  sources: 'Sources',
6756
6767
  tags: 'Tags',
@@ -6772,6 +6783,7 @@ class GetPatchBaselineResponseBodyPatchBaseline extends $tea.Model {
6772
6783
  operationSystem: 'string',
6773
6784
  rejectedPatches: { 'type': 'array', 'itemType': 'string' },
6774
6785
  rejectedPatchesAction: 'string',
6786
+ resourceGroupId: 'string',
6775
6787
  shareType: 'string',
6776
6788
  sources: { 'type': 'array', 'itemType': 'string' },
6777
6789
  tags: { 'type': 'array', 'itemType': GetPatchBaselineResponseBodyPatchBaselineTags },
@@ -7826,6 +7838,7 @@ class RegisterDefaultPatchBaselineResponseBodyPatchBaseline extends $tea.Model {
7826
7838
  id: 'Id',
7827
7839
  name: 'Name',
7828
7840
  operationSystem: 'OperationSystem',
7841
+ resourceGroupId: 'ResourceGroupId',
7829
7842
  shareType: 'ShareType',
7830
7843
  updatedBy: 'UpdatedBy',
7831
7844
  updatedDate: 'UpdatedDate',
@@ -7840,6 +7853,7 @@ class RegisterDefaultPatchBaselineResponseBodyPatchBaseline extends $tea.Model {
7840
7853
  id: 'string',
7841
7854
  name: 'string',
7842
7855
  operationSystem: 'string',
7856
+ resourceGroupId: 'string',
7843
7857
  shareType: 'string',
7844
7858
  updatedBy: 'string',
7845
7859
  updatedDate: 'string',
@@ -8192,6 +8206,7 @@ class UpdatePatchBaselineResponseBodyPatchBaseline extends $tea.Model {
8192
8206
  operationSystem: 'OperationSystem',
8193
8207
  rejectedPatches: 'RejectedPatches',
8194
8208
  rejectedPatchesAction: 'RejectedPatchesAction',
8209
+ resourceGroupId: 'ResourceGroupId',
8195
8210
  shareType: 'ShareType',
8196
8211
  sources: 'Sources',
8197
8212
  tags: 'Tags',
@@ -8212,6 +8227,7 @@ class UpdatePatchBaselineResponseBodyPatchBaseline extends $tea.Model {
8212
8227
  operationSystem: 'string',
8213
8228
  rejectedPatches: { 'type': 'array', 'itemType': 'string' },
8214
8229
  rejectedPatchesAction: 'string',
8230
+ resourceGroupId: 'string',
8215
8231
  shareType: 'string',
8216
8232
  sources: { 'type': 'array', 'itemType': 'string' },
8217
8233
  tags: { 'type': 'array', 'itemType': UpdatePatchBaselineResponseBodyPatchBaselineTags },
@@ -8757,6 +8773,9 @@ class Client extends openapi_client_1.default {
8757
8773
  if (!tea_util_1.default.isUnset(request.rejectedPatchesAction)) {
8758
8774
  query["RejectedPatchesAction"] = request.rejectedPatchesAction;
8759
8775
  }
8776
+ if (!tea_util_1.default.isUnset(request.resourceGroupId)) {
8777
+ query["ResourceGroupId"] = request.resourceGroupId;
8778
+ }
8760
8779
  if (!tea_util_1.default.isUnset(request.sourcesShrink)) {
8761
8780
  query["Sources"] = request.sourcesShrink;
8762
8781
  }
@@ -11589,6 +11608,9 @@ class Client extends openapi_client_1.default {
11589
11608
  if (!tea_util_1.default.isUnset(request.rejectedPatchesAction)) {
11590
11609
  query["RejectedPatchesAction"] = request.rejectedPatchesAction;
11591
11610
  }
11611
+ if (!tea_util_1.default.isUnset(request.resourceGroupId)) {
11612
+ query["ResourceGroupId"] = request.resourceGroupId;
11613
+ }
11592
11614
  if (!tea_util_1.default.isUnset(request.sourcesShrink)) {
11593
11615
  query["Sources"] = request.sourcesShrink;
11594
11616
  }