@alicloud/oos20190601 1.0.9 → 2.0.1
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 +8 -3
- package/dist/client.js +27 -8
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +38 -11
package/dist/client.d.ts
CHANGED
|
@@ -138,6 +138,7 @@ export declare class CreateApplicationRequest extends $tea.Model {
|
|
|
138
138
|
name?: string;
|
|
139
139
|
regionId?: string;
|
|
140
140
|
resourceGroupId?: string;
|
|
141
|
+
serviceId?: string;
|
|
141
142
|
tags?: {
|
|
142
143
|
[key: string]: any;
|
|
143
144
|
};
|
|
@@ -158,6 +159,7 @@ export declare class CreateApplicationShrinkRequest extends $tea.Model {
|
|
|
158
159
|
name?: string;
|
|
159
160
|
regionId?: string;
|
|
160
161
|
resourceGroupId?: string;
|
|
162
|
+
serviceId?: string;
|
|
161
163
|
tagsShrink?: string;
|
|
162
164
|
static names(): {
|
|
163
165
|
[key: string]: string;
|
|
@@ -2530,7 +2532,7 @@ export declare class ListPatchBaselinesRequest extends $tea.Model {
|
|
|
2530
2532
|
nextToken?: string;
|
|
2531
2533
|
operationSystem?: string;
|
|
2532
2534
|
regionId?: string;
|
|
2533
|
-
|
|
2535
|
+
resourceGroupId?: string;
|
|
2534
2536
|
shareType?: string;
|
|
2535
2537
|
sources?: string[];
|
|
2536
2538
|
tags?: ListPatchBaselinesRequestTags[];
|
|
@@ -2552,7 +2554,7 @@ export declare class ListPatchBaselinesShrinkRequest extends $tea.Model {
|
|
|
2552
2554
|
nextToken?: string;
|
|
2553
2555
|
operationSystem?: string;
|
|
2554
2556
|
regionId?: string;
|
|
2555
|
-
|
|
2557
|
+
resourceGroupId?: string;
|
|
2556
2558
|
shareType?: string;
|
|
2557
2559
|
sourcesShrink?: string;
|
|
2558
2560
|
tagsShrink?: string;
|
|
@@ -3747,6 +3749,8 @@ export declare class UpdateExecutionRequest extends $tea.Model {
|
|
|
3747
3749
|
executionId?: string;
|
|
3748
3750
|
parameters?: string;
|
|
3749
3751
|
regionId?: string;
|
|
3752
|
+
resourceGroupId?: string;
|
|
3753
|
+
tags?: string;
|
|
3750
3754
|
static names(): {
|
|
3751
3755
|
[key: string]: string;
|
|
3752
3756
|
};
|
|
@@ -4521,6 +4525,7 @@ export declare class GetApplicationResponseBodyApplication extends $tea.Model {
|
|
|
4521
4525
|
description?: string;
|
|
4522
4526
|
name?: string;
|
|
4523
4527
|
resourceGroupId?: string;
|
|
4528
|
+
serviceId?: string;
|
|
4524
4529
|
tags?: {
|
|
4525
4530
|
[key: string]: any;
|
|
4526
4531
|
};
|
|
@@ -5233,7 +5238,7 @@ export declare class ListPatchBaselinesResponseBodyPatchBaselines extends $tea.M
|
|
|
5233
5238
|
isDefault?: boolean;
|
|
5234
5239
|
name?: string;
|
|
5235
5240
|
operationSystem?: string;
|
|
5236
|
-
|
|
5241
|
+
resourceGroupId?: string;
|
|
5237
5242
|
shareType?: string;
|
|
5238
5243
|
sources?: string[];
|
|
5239
5244
|
tags?: ListPatchBaselinesResponseBodyPatchBaselinesTags[];
|
package/dist/client.js
CHANGED
|
@@ -201,6 +201,7 @@ class CreateApplicationRequest extends $tea.Model {
|
|
|
201
201
|
name: 'Name',
|
|
202
202
|
regionId: 'RegionId',
|
|
203
203
|
resourceGroupId: 'ResourceGroupId',
|
|
204
|
+
serviceId: 'ServiceId',
|
|
204
205
|
tags: 'Tags',
|
|
205
206
|
};
|
|
206
207
|
}
|
|
@@ -212,6 +213,7 @@ class CreateApplicationRequest extends $tea.Model {
|
|
|
212
213
|
name: 'string',
|
|
213
214
|
regionId: 'string',
|
|
214
215
|
resourceGroupId: 'string',
|
|
216
|
+
serviceId: 'string',
|
|
215
217
|
tags: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
216
218
|
};
|
|
217
219
|
}
|
|
@@ -229,6 +231,7 @@ class CreateApplicationShrinkRequest extends $tea.Model {
|
|
|
229
231
|
name: 'Name',
|
|
230
232
|
regionId: 'RegionId',
|
|
231
233
|
resourceGroupId: 'ResourceGroupId',
|
|
234
|
+
serviceId: 'ServiceId',
|
|
232
235
|
tagsShrink: 'Tags',
|
|
233
236
|
};
|
|
234
237
|
}
|
|
@@ -240,6 +243,7 @@ class CreateApplicationShrinkRequest extends $tea.Model {
|
|
|
240
243
|
name: 'string',
|
|
241
244
|
regionId: 'string',
|
|
242
245
|
resourceGroupId: 'string',
|
|
246
|
+
serviceId: 'string',
|
|
243
247
|
tagsShrink: 'string',
|
|
244
248
|
};
|
|
245
249
|
}
|
|
@@ -3560,7 +3564,7 @@ class ListPatchBaselinesRequest extends $tea.Model {
|
|
|
3560
3564
|
nextToken: 'NextToken',
|
|
3561
3565
|
operationSystem: 'OperationSystem',
|
|
3562
3566
|
regionId: 'RegionId',
|
|
3563
|
-
|
|
3567
|
+
resourceGroupId: 'ResourceGroupId',
|
|
3564
3568
|
shareType: 'ShareType',
|
|
3565
3569
|
sources: 'Sources',
|
|
3566
3570
|
tags: 'Tags',
|
|
@@ -3575,7 +3579,7 @@ class ListPatchBaselinesRequest extends $tea.Model {
|
|
|
3575
3579
|
nextToken: 'string',
|
|
3576
3580
|
operationSystem: 'string',
|
|
3577
3581
|
regionId: 'string',
|
|
3578
|
-
|
|
3582
|
+
resourceGroupId: 'string',
|
|
3579
3583
|
shareType: 'string',
|
|
3580
3584
|
sources: { 'type': 'array', 'itemType': 'string' },
|
|
3581
3585
|
tags: { 'type': 'array', 'itemType': ListPatchBaselinesRequestTags },
|
|
@@ -3596,7 +3600,7 @@ class ListPatchBaselinesShrinkRequest extends $tea.Model {
|
|
|
3596
3600
|
nextToken: 'NextToken',
|
|
3597
3601
|
operationSystem: 'OperationSystem',
|
|
3598
3602
|
regionId: 'RegionId',
|
|
3599
|
-
|
|
3603
|
+
resourceGroupId: 'ResourceGroupId',
|
|
3600
3604
|
shareType: 'ShareType',
|
|
3601
3605
|
sourcesShrink: 'Sources',
|
|
3602
3606
|
tagsShrink: 'Tags',
|
|
@@ -3611,7 +3615,7 @@ class ListPatchBaselinesShrinkRequest extends $tea.Model {
|
|
|
3611
3615
|
nextToken: 'string',
|
|
3612
3616
|
operationSystem: 'string',
|
|
3613
3617
|
regionId: 'string',
|
|
3614
|
-
|
|
3618
|
+
resourceGroupId: 'string',
|
|
3615
3619
|
shareType: 'string',
|
|
3616
3620
|
sourcesShrink: 'string',
|
|
3617
3621
|
tagsShrink: 'string',
|
|
@@ -5288,6 +5292,8 @@ class UpdateExecutionRequest extends $tea.Model {
|
|
|
5288
5292
|
executionId: 'ExecutionId',
|
|
5289
5293
|
parameters: 'Parameters',
|
|
5290
5294
|
regionId: 'RegionId',
|
|
5295
|
+
resourceGroupId: 'ResourceGroupId',
|
|
5296
|
+
tags: 'Tags',
|
|
5291
5297
|
};
|
|
5292
5298
|
}
|
|
5293
5299
|
static types() {
|
|
@@ -5297,6 +5303,8 @@ class UpdateExecutionRequest extends $tea.Model {
|
|
|
5297
5303
|
executionId: 'string',
|
|
5298
5304
|
parameters: 'string',
|
|
5299
5305
|
regionId: 'string',
|
|
5306
|
+
resourceGroupId: 'string',
|
|
5307
|
+
tags: 'string',
|
|
5300
5308
|
};
|
|
5301
5309
|
}
|
|
5302
5310
|
}
|
|
@@ -6419,6 +6427,7 @@ class GetApplicationResponseBodyApplication extends $tea.Model {
|
|
|
6419
6427
|
description: 'Description',
|
|
6420
6428
|
name: 'Name',
|
|
6421
6429
|
resourceGroupId: 'ResourceGroupId',
|
|
6430
|
+
serviceId: 'ServiceId',
|
|
6422
6431
|
tags: 'Tags',
|
|
6423
6432
|
updateDate: 'UpdateDate',
|
|
6424
6433
|
};
|
|
@@ -6431,6 +6440,7 @@ class GetApplicationResponseBodyApplication extends $tea.Model {
|
|
|
6431
6440
|
description: 'string',
|
|
6432
6441
|
name: 'string',
|
|
6433
6442
|
resourceGroupId: 'string',
|
|
6443
|
+
serviceId: 'string',
|
|
6434
6444
|
tags: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
6435
6445
|
updateDate: 'string',
|
|
6436
6446
|
};
|
|
@@ -7508,7 +7518,7 @@ class ListPatchBaselinesResponseBodyPatchBaselines extends $tea.Model {
|
|
|
7508
7518
|
isDefault: 'IsDefault',
|
|
7509
7519
|
name: 'Name',
|
|
7510
7520
|
operationSystem: 'OperationSystem',
|
|
7511
|
-
|
|
7521
|
+
resourceGroupId: 'ResourceGroupId',
|
|
7512
7522
|
shareType: 'ShareType',
|
|
7513
7523
|
sources: 'Sources',
|
|
7514
7524
|
tags: 'Tags',
|
|
@@ -7527,7 +7537,7 @@ class ListPatchBaselinesResponseBodyPatchBaselines extends $tea.Model {
|
|
|
7527
7537
|
isDefault: 'boolean',
|
|
7528
7538
|
name: 'string',
|
|
7529
7539
|
operationSystem: 'string',
|
|
7530
|
-
|
|
7540
|
+
resourceGroupId: 'string',
|
|
7531
7541
|
shareType: 'string',
|
|
7532
7542
|
sources: { 'type': 'array', 'itemType': 'string' },
|
|
7533
7543
|
tags: { 'type': 'array', 'itemType': ListPatchBaselinesResponseBodyPatchBaselinesTags },
|
|
@@ -8537,6 +8547,9 @@ class Client extends openapi_client_1.default {
|
|
|
8537
8547
|
if (!tea_util_1.default.isUnset(request.resourceGroupId)) {
|
|
8538
8548
|
query["ResourceGroupId"] = request.resourceGroupId;
|
|
8539
8549
|
}
|
|
8550
|
+
if (!tea_util_1.default.isUnset(request.serviceId)) {
|
|
8551
|
+
query["ServiceId"] = request.serviceId;
|
|
8552
|
+
}
|
|
8540
8553
|
if (!tea_util_1.default.isUnset(request.tagsShrink)) {
|
|
8541
8554
|
query["Tags"] = request.tagsShrink;
|
|
8542
8555
|
}
|
|
@@ -10422,8 +10435,8 @@ class Client extends openapi_client_1.default {
|
|
|
10422
10435
|
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
10423
10436
|
query["RegionId"] = request.regionId;
|
|
10424
10437
|
}
|
|
10425
|
-
if (!tea_util_1.default.isUnset(request.
|
|
10426
|
-
query["
|
|
10438
|
+
if (!tea_util_1.default.isUnset(request.resourceGroupId)) {
|
|
10439
|
+
query["ResourceGroupId"] = request.resourceGroupId;
|
|
10427
10440
|
}
|
|
10428
10441
|
if (!tea_util_1.default.isUnset(request.shareType)) {
|
|
10429
10442
|
query["ShareType"] = request.shareType;
|
|
@@ -11439,6 +11452,12 @@ class Client extends openapi_client_1.default {
|
|
|
11439
11452
|
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
11440
11453
|
query["RegionId"] = request.regionId;
|
|
11441
11454
|
}
|
|
11455
|
+
if (!tea_util_1.default.isUnset(request.resourceGroupId)) {
|
|
11456
|
+
query["ResourceGroupId"] = request.resourceGroupId;
|
|
11457
|
+
}
|
|
11458
|
+
if (!tea_util_1.default.isUnset(request.tags)) {
|
|
11459
|
+
query["Tags"] = request.tags;
|
|
11460
|
+
}
|
|
11442
11461
|
let req = new $OpenApi.OpenApiRequest({
|
|
11443
11462
|
query: openapi_util_1.default.query(query),
|
|
11444
11463
|
});
|