@alicloud/oos20190601 1.0.8 → 2.0.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/oos20190601",
3
- "version": "1.0.8",
3
+ "version": "2.0.0",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -4518,6 +4518,7 @@ export class ListPatchBaselinesRequest extends $tea.Model {
4518
4518
  nextToken?: string;
4519
4519
  operationSystem?: string;
4520
4520
  regionId?: string;
4521
+ resourceGroupId?: string;
4521
4522
  shareType?: string;
4522
4523
  sources?: string[];
4523
4524
  tags?: ListPatchBaselinesRequestTags[];
@@ -4530,6 +4531,7 @@ export class ListPatchBaselinesRequest extends $tea.Model {
4530
4531
  nextToken: 'NextToken',
4531
4532
  operationSystem: 'OperationSystem',
4532
4533
  regionId: 'RegionId',
4534
+ resourceGroupId: 'ResourceGroupId',
4533
4535
  shareType: 'ShareType',
4534
4536
  sources: 'Sources',
4535
4537
  tags: 'Tags',
@@ -4545,6 +4547,7 @@ export class ListPatchBaselinesRequest extends $tea.Model {
4545
4547
  nextToken: 'string',
4546
4548
  operationSystem: 'string',
4547
4549
  regionId: 'string',
4550
+ resourceGroupId: 'string',
4548
4551
  shareType: 'string',
4549
4552
  sources: { 'type': 'array', 'itemType': 'string' },
4550
4553
  tags: { 'type': 'array', 'itemType': ListPatchBaselinesRequestTags },
@@ -4564,6 +4567,7 @@ export class ListPatchBaselinesShrinkRequest extends $tea.Model {
4564
4567
  nextToken?: string;
4565
4568
  operationSystem?: string;
4566
4569
  regionId?: string;
4570
+ resourceGroupId?: string;
4567
4571
  shareType?: string;
4568
4572
  sourcesShrink?: string;
4569
4573
  tagsShrink?: string;
@@ -4576,6 +4580,7 @@ export class ListPatchBaselinesShrinkRequest extends $tea.Model {
4576
4580
  nextToken: 'NextToken',
4577
4581
  operationSystem: 'OperationSystem',
4578
4582
  regionId: 'RegionId',
4583
+ resourceGroupId: 'ResourceGroupId',
4579
4584
  shareType: 'ShareType',
4580
4585
  sourcesShrink: 'Sources',
4581
4586
  tagsShrink: 'Tags',
@@ -4591,6 +4596,7 @@ export class ListPatchBaselinesShrinkRequest extends $tea.Model {
4591
4596
  nextToken: 'string',
4592
4597
  operationSystem: 'string',
4593
4598
  regionId: 'string',
4599
+ resourceGroupId: 'string',
4594
4600
  shareType: 'string',
4595
4601
  sourcesShrink: 'string',
4596
4602
  tagsShrink: 'string',
@@ -6745,6 +6751,8 @@ export class UpdateExecutionRequest extends $tea.Model {
6745
6751
  executionId?: string;
6746
6752
  parameters?: string;
6747
6753
  regionId?: string;
6754
+ resourceGroupId?: string;
6755
+ tags?: string;
6748
6756
  static names(): { [key: string]: string } {
6749
6757
  return {
6750
6758
  clientToken: 'ClientToken',
@@ -6752,6 +6760,8 @@ export class UpdateExecutionRequest extends $tea.Model {
6752
6760
  executionId: 'ExecutionId',
6753
6761
  parameters: 'Parameters',
6754
6762
  regionId: 'RegionId',
6763
+ resourceGroupId: 'ResourceGroupId',
6764
+ tags: 'Tags',
6755
6765
  };
6756
6766
  }
6757
6767
 
@@ -6762,6 +6772,8 @@ export class UpdateExecutionRequest extends $tea.Model {
6762
6772
  executionId: 'string',
6763
6773
  parameters: 'string',
6764
6774
  regionId: 'string',
6775
+ resourceGroupId: 'string',
6776
+ tags: 'string',
6765
6777
  };
6766
6778
  }
6767
6779
 
@@ -9698,6 +9710,7 @@ export class ListPatchBaselinesResponseBodyPatchBaselines extends $tea.Model {
9698
9710
  isDefault?: boolean;
9699
9711
  name?: string;
9700
9712
  operationSystem?: string;
9713
+ resourceGroupId?: string;
9701
9714
  shareType?: string;
9702
9715
  sources?: string[];
9703
9716
  tags?: ListPatchBaselinesResponseBodyPatchBaselinesTags[];
@@ -9714,6 +9727,7 @@ export class ListPatchBaselinesResponseBodyPatchBaselines extends $tea.Model {
9714
9727
  isDefault: 'IsDefault',
9715
9728
  name: 'Name',
9716
9729
  operationSystem: 'OperationSystem',
9730
+ resourceGroupId: 'ResourceGroupId',
9717
9731
  shareType: 'ShareType',
9718
9732
  sources: 'Sources',
9719
9733
  tags: 'Tags',
@@ -9733,6 +9747,7 @@ export class ListPatchBaselinesResponseBodyPatchBaselines extends $tea.Model {
9733
9747
  isDefault: 'boolean',
9734
9748
  name: 'string',
9735
9749
  operationSystem: 'string',
9750
+ resourceGroupId: 'string',
9736
9751
  shareType: 'string',
9737
9752
  sources: { 'type': 'array', 'itemType': 'string' },
9738
9753
  tags: { 'type': 'array', 'itemType': ListPatchBaselinesResponseBodyPatchBaselinesTags },
@@ -13316,6 +13331,10 @@ export default class Client extends OpenApi {
13316
13331
  query["RegionId"] = request.regionId;
13317
13332
  }
13318
13333
 
13334
+ if (!Util.isUnset(request.resourceGroupId)) {
13335
+ query["ResourceGroupId"] = request.resourceGroupId;
13336
+ }
13337
+
13319
13338
  if (!Util.isUnset(request.shareType)) {
13320
13339
  query["ShareType"] = request.shareType;
13321
13340
  }
@@ -14533,6 +14552,14 @@ export default class Client extends OpenApi {
14533
14552
  query["RegionId"] = request.regionId;
14534
14553
  }
14535
14554
 
14555
+ if (!Util.isUnset(request.resourceGroupId)) {
14556
+ query["ResourceGroupId"] = request.resourceGroupId;
14557
+ }
14558
+
14559
+ if (!Util.isUnset(request.tags)) {
14560
+ query["Tags"] = request.tags;
14561
+ }
14562
+
14536
14563
  let req = new $OpenApi.OpenApiRequest({
14537
14564
  query: OpenApiUtil.query(query),
14538
14565
  });