@alicloud/oos20190601 1.0.9 → 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.9",
3
+ "version": "2.0.0",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -4518,7 +4518,7 @@ export class ListPatchBaselinesRequest extends $tea.Model {
4518
4518
  nextToken?: string;
4519
4519
  operationSystem?: string;
4520
4520
  regionId?: string;
4521
- resourceGroupld?: string;
4521
+ resourceGroupId?: string;
4522
4522
  shareType?: string;
4523
4523
  sources?: string[];
4524
4524
  tags?: ListPatchBaselinesRequestTags[];
@@ -4531,7 +4531,7 @@ export class ListPatchBaselinesRequest extends $tea.Model {
4531
4531
  nextToken: 'NextToken',
4532
4532
  operationSystem: 'OperationSystem',
4533
4533
  regionId: 'RegionId',
4534
- resourceGroupld: 'ResourceGroupld',
4534
+ resourceGroupId: 'ResourceGroupId',
4535
4535
  shareType: 'ShareType',
4536
4536
  sources: 'Sources',
4537
4537
  tags: 'Tags',
@@ -4547,7 +4547,7 @@ export class ListPatchBaselinesRequest extends $tea.Model {
4547
4547
  nextToken: 'string',
4548
4548
  operationSystem: 'string',
4549
4549
  regionId: 'string',
4550
- resourceGroupld: 'string',
4550
+ resourceGroupId: 'string',
4551
4551
  shareType: 'string',
4552
4552
  sources: { 'type': 'array', 'itemType': 'string' },
4553
4553
  tags: { 'type': 'array', 'itemType': ListPatchBaselinesRequestTags },
@@ -4567,7 +4567,7 @@ export class ListPatchBaselinesShrinkRequest extends $tea.Model {
4567
4567
  nextToken?: string;
4568
4568
  operationSystem?: string;
4569
4569
  regionId?: string;
4570
- resourceGroupld?: string;
4570
+ resourceGroupId?: string;
4571
4571
  shareType?: string;
4572
4572
  sourcesShrink?: string;
4573
4573
  tagsShrink?: string;
@@ -4580,7 +4580,7 @@ export class ListPatchBaselinesShrinkRequest extends $tea.Model {
4580
4580
  nextToken: 'NextToken',
4581
4581
  operationSystem: 'OperationSystem',
4582
4582
  regionId: 'RegionId',
4583
- resourceGroupld: 'ResourceGroupld',
4583
+ resourceGroupId: 'ResourceGroupId',
4584
4584
  shareType: 'ShareType',
4585
4585
  sourcesShrink: 'Sources',
4586
4586
  tagsShrink: 'Tags',
@@ -4596,7 +4596,7 @@ export class ListPatchBaselinesShrinkRequest extends $tea.Model {
4596
4596
  nextToken: 'string',
4597
4597
  operationSystem: 'string',
4598
4598
  regionId: 'string',
4599
- resourceGroupld: 'string',
4599
+ resourceGroupId: 'string',
4600
4600
  shareType: 'string',
4601
4601
  sourcesShrink: 'string',
4602
4602
  tagsShrink: 'string',
@@ -6751,6 +6751,8 @@ export class UpdateExecutionRequest extends $tea.Model {
6751
6751
  executionId?: string;
6752
6752
  parameters?: string;
6753
6753
  regionId?: string;
6754
+ resourceGroupId?: string;
6755
+ tags?: string;
6754
6756
  static names(): { [key: string]: string } {
6755
6757
  return {
6756
6758
  clientToken: 'ClientToken',
@@ -6758,6 +6760,8 @@ export class UpdateExecutionRequest extends $tea.Model {
6758
6760
  executionId: 'ExecutionId',
6759
6761
  parameters: 'Parameters',
6760
6762
  regionId: 'RegionId',
6763
+ resourceGroupId: 'ResourceGroupId',
6764
+ tags: 'Tags',
6761
6765
  };
6762
6766
  }
6763
6767
 
@@ -6768,6 +6772,8 @@ export class UpdateExecutionRequest extends $tea.Model {
6768
6772
  executionId: 'string',
6769
6773
  parameters: 'string',
6770
6774
  regionId: 'string',
6775
+ resourceGroupId: 'string',
6776
+ tags: 'string',
6771
6777
  };
6772
6778
  }
6773
6779
 
@@ -9704,7 +9710,7 @@ export class ListPatchBaselinesResponseBodyPatchBaselines extends $tea.Model {
9704
9710
  isDefault?: boolean;
9705
9711
  name?: string;
9706
9712
  operationSystem?: string;
9707
- resourceGroupld?: string;
9713
+ resourceGroupId?: string;
9708
9714
  shareType?: string;
9709
9715
  sources?: string[];
9710
9716
  tags?: ListPatchBaselinesResponseBodyPatchBaselinesTags[];
@@ -9721,7 +9727,7 @@ export class ListPatchBaselinesResponseBodyPatchBaselines extends $tea.Model {
9721
9727
  isDefault: 'IsDefault',
9722
9728
  name: 'Name',
9723
9729
  operationSystem: 'OperationSystem',
9724
- resourceGroupld: 'ResourceGroupld',
9730
+ resourceGroupId: 'ResourceGroupId',
9725
9731
  shareType: 'ShareType',
9726
9732
  sources: 'Sources',
9727
9733
  tags: 'Tags',
@@ -9741,7 +9747,7 @@ export class ListPatchBaselinesResponseBodyPatchBaselines extends $tea.Model {
9741
9747
  isDefault: 'boolean',
9742
9748
  name: 'string',
9743
9749
  operationSystem: 'string',
9744
- resourceGroupld: 'string',
9750
+ resourceGroupId: 'string',
9745
9751
  shareType: 'string',
9746
9752
  sources: { 'type': 'array', 'itemType': 'string' },
9747
9753
  tags: { 'type': 'array', 'itemType': ListPatchBaselinesResponseBodyPatchBaselinesTags },
@@ -13325,8 +13331,8 @@ export default class Client extends OpenApi {
13325
13331
  query["RegionId"] = request.regionId;
13326
13332
  }
13327
13333
 
13328
- if (!Util.isUnset(request.resourceGroupld)) {
13329
- query["ResourceGroupld"] = request.resourceGroupld;
13334
+ if (!Util.isUnset(request.resourceGroupId)) {
13335
+ query["ResourceGroupId"] = request.resourceGroupId;
13330
13336
  }
13331
13337
 
13332
13338
  if (!Util.isUnset(request.shareType)) {
@@ -14546,6 +14552,14 @@ export default class Client extends OpenApi {
14546
14552
  query["RegionId"] = request.regionId;
14547
14553
  }
14548
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
+
14549
14563
  let req = new $OpenApi.OpenApiRequest({
14550
14564
  query: OpenApiUtil.query(query),
14551
14565
  });