@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/dist/client.d.ts +5 -3
- package/dist/client.js +18 -8
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +25 -11
package/dist/client.d.ts
CHANGED
|
@@ -2530,7 +2530,7 @@ export declare class ListPatchBaselinesRequest extends $tea.Model {
|
|
|
2530
2530
|
nextToken?: string;
|
|
2531
2531
|
operationSystem?: string;
|
|
2532
2532
|
regionId?: string;
|
|
2533
|
-
|
|
2533
|
+
resourceGroupId?: string;
|
|
2534
2534
|
shareType?: string;
|
|
2535
2535
|
sources?: string[];
|
|
2536
2536
|
tags?: ListPatchBaselinesRequestTags[];
|
|
@@ -2552,7 +2552,7 @@ export declare class ListPatchBaselinesShrinkRequest extends $tea.Model {
|
|
|
2552
2552
|
nextToken?: string;
|
|
2553
2553
|
operationSystem?: string;
|
|
2554
2554
|
regionId?: string;
|
|
2555
|
-
|
|
2555
|
+
resourceGroupId?: string;
|
|
2556
2556
|
shareType?: string;
|
|
2557
2557
|
sourcesShrink?: string;
|
|
2558
2558
|
tagsShrink?: string;
|
|
@@ -3747,6 +3747,8 @@ export declare class UpdateExecutionRequest extends $tea.Model {
|
|
|
3747
3747
|
executionId?: string;
|
|
3748
3748
|
parameters?: string;
|
|
3749
3749
|
regionId?: string;
|
|
3750
|
+
resourceGroupId?: string;
|
|
3751
|
+
tags?: string;
|
|
3750
3752
|
static names(): {
|
|
3751
3753
|
[key: string]: string;
|
|
3752
3754
|
};
|
|
@@ -5233,7 +5235,7 @@ export declare class ListPatchBaselinesResponseBodyPatchBaselines extends $tea.M
|
|
|
5233
5235
|
isDefault?: boolean;
|
|
5234
5236
|
name?: string;
|
|
5235
5237
|
operationSystem?: string;
|
|
5236
|
-
|
|
5238
|
+
resourceGroupId?: string;
|
|
5237
5239
|
shareType?: string;
|
|
5238
5240
|
sources?: string[];
|
|
5239
5241
|
tags?: ListPatchBaselinesResponseBodyPatchBaselinesTags[];
|
package/dist/client.js
CHANGED
|
@@ -3560,7 +3560,7 @@ class ListPatchBaselinesRequest extends $tea.Model {
|
|
|
3560
3560
|
nextToken: 'NextToken',
|
|
3561
3561
|
operationSystem: 'OperationSystem',
|
|
3562
3562
|
regionId: 'RegionId',
|
|
3563
|
-
|
|
3563
|
+
resourceGroupId: 'ResourceGroupId',
|
|
3564
3564
|
shareType: 'ShareType',
|
|
3565
3565
|
sources: 'Sources',
|
|
3566
3566
|
tags: 'Tags',
|
|
@@ -3575,7 +3575,7 @@ class ListPatchBaselinesRequest extends $tea.Model {
|
|
|
3575
3575
|
nextToken: 'string',
|
|
3576
3576
|
operationSystem: 'string',
|
|
3577
3577
|
regionId: 'string',
|
|
3578
|
-
|
|
3578
|
+
resourceGroupId: 'string',
|
|
3579
3579
|
shareType: 'string',
|
|
3580
3580
|
sources: { 'type': 'array', 'itemType': 'string' },
|
|
3581
3581
|
tags: { 'type': 'array', 'itemType': ListPatchBaselinesRequestTags },
|
|
@@ -3596,7 +3596,7 @@ class ListPatchBaselinesShrinkRequest extends $tea.Model {
|
|
|
3596
3596
|
nextToken: 'NextToken',
|
|
3597
3597
|
operationSystem: 'OperationSystem',
|
|
3598
3598
|
regionId: 'RegionId',
|
|
3599
|
-
|
|
3599
|
+
resourceGroupId: 'ResourceGroupId',
|
|
3600
3600
|
shareType: 'ShareType',
|
|
3601
3601
|
sourcesShrink: 'Sources',
|
|
3602
3602
|
tagsShrink: 'Tags',
|
|
@@ -3611,7 +3611,7 @@ class ListPatchBaselinesShrinkRequest extends $tea.Model {
|
|
|
3611
3611
|
nextToken: 'string',
|
|
3612
3612
|
operationSystem: 'string',
|
|
3613
3613
|
regionId: 'string',
|
|
3614
|
-
|
|
3614
|
+
resourceGroupId: 'string',
|
|
3615
3615
|
shareType: 'string',
|
|
3616
3616
|
sourcesShrink: 'string',
|
|
3617
3617
|
tagsShrink: 'string',
|
|
@@ -5288,6 +5288,8 @@ class UpdateExecutionRequest extends $tea.Model {
|
|
|
5288
5288
|
executionId: 'ExecutionId',
|
|
5289
5289
|
parameters: 'Parameters',
|
|
5290
5290
|
regionId: 'RegionId',
|
|
5291
|
+
resourceGroupId: 'ResourceGroupId',
|
|
5292
|
+
tags: 'Tags',
|
|
5291
5293
|
};
|
|
5292
5294
|
}
|
|
5293
5295
|
static types() {
|
|
@@ -5297,6 +5299,8 @@ class UpdateExecutionRequest extends $tea.Model {
|
|
|
5297
5299
|
executionId: 'string',
|
|
5298
5300
|
parameters: 'string',
|
|
5299
5301
|
regionId: 'string',
|
|
5302
|
+
resourceGroupId: 'string',
|
|
5303
|
+
tags: 'string',
|
|
5300
5304
|
};
|
|
5301
5305
|
}
|
|
5302
5306
|
}
|
|
@@ -7508,7 +7512,7 @@ class ListPatchBaselinesResponseBodyPatchBaselines extends $tea.Model {
|
|
|
7508
7512
|
isDefault: 'IsDefault',
|
|
7509
7513
|
name: 'Name',
|
|
7510
7514
|
operationSystem: 'OperationSystem',
|
|
7511
|
-
|
|
7515
|
+
resourceGroupId: 'ResourceGroupId',
|
|
7512
7516
|
shareType: 'ShareType',
|
|
7513
7517
|
sources: 'Sources',
|
|
7514
7518
|
tags: 'Tags',
|
|
@@ -7527,7 +7531,7 @@ class ListPatchBaselinesResponseBodyPatchBaselines extends $tea.Model {
|
|
|
7527
7531
|
isDefault: 'boolean',
|
|
7528
7532
|
name: 'string',
|
|
7529
7533
|
operationSystem: 'string',
|
|
7530
|
-
|
|
7534
|
+
resourceGroupId: 'string',
|
|
7531
7535
|
shareType: 'string',
|
|
7532
7536
|
sources: { 'type': 'array', 'itemType': 'string' },
|
|
7533
7537
|
tags: { 'type': 'array', 'itemType': ListPatchBaselinesResponseBodyPatchBaselinesTags },
|
|
@@ -10422,8 +10426,8 @@ class Client extends openapi_client_1.default {
|
|
|
10422
10426
|
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
10423
10427
|
query["RegionId"] = request.regionId;
|
|
10424
10428
|
}
|
|
10425
|
-
if (!tea_util_1.default.isUnset(request.
|
|
10426
|
-
query["
|
|
10429
|
+
if (!tea_util_1.default.isUnset(request.resourceGroupId)) {
|
|
10430
|
+
query["ResourceGroupId"] = request.resourceGroupId;
|
|
10427
10431
|
}
|
|
10428
10432
|
if (!tea_util_1.default.isUnset(request.shareType)) {
|
|
10429
10433
|
query["ShareType"] = request.shareType;
|
|
@@ -11439,6 +11443,12 @@ class Client extends openapi_client_1.default {
|
|
|
11439
11443
|
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
11440
11444
|
query["RegionId"] = request.regionId;
|
|
11441
11445
|
}
|
|
11446
|
+
if (!tea_util_1.default.isUnset(request.resourceGroupId)) {
|
|
11447
|
+
query["ResourceGroupId"] = request.resourceGroupId;
|
|
11448
|
+
}
|
|
11449
|
+
if (!tea_util_1.default.isUnset(request.tags)) {
|
|
11450
|
+
query["Tags"] = request.tags;
|
|
11451
|
+
}
|
|
11442
11452
|
let req = new $OpenApi.OpenApiRequest({
|
|
11443
11453
|
query: openapi_util_1.default.query(query),
|
|
11444
11454
|
});
|