@alicloud/ecs20140526 3.0.12 → 3.0.13
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 +6 -0
- package/dist/client.js +24 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +34 -0
package/dist/client.d.ts
CHANGED
|
@@ -1436,6 +1436,7 @@ export declare class CreateActivationRequest extends $tea.Model {
|
|
|
1436
1436
|
ownerAccount?: string;
|
|
1437
1437
|
ownerId?: number;
|
|
1438
1438
|
regionId?: string;
|
|
1439
|
+
resourceGroupId?: string;
|
|
1439
1440
|
resourceOwnerAccount?: string;
|
|
1440
1441
|
resourceOwnerId?: number;
|
|
1441
1442
|
tag?: CreateActivationRequestTag[];
|
|
@@ -1673,6 +1674,7 @@ export declare class CreateCommandRequest extends $tea.Model {
|
|
|
1673
1674
|
ownerAccount?: string;
|
|
1674
1675
|
ownerId?: number;
|
|
1675
1676
|
regionId?: string;
|
|
1677
|
+
resourceGroupId?: string;
|
|
1676
1678
|
resourceOwnerAccount?: string;
|
|
1677
1679
|
resourceOwnerId?: number;
|
|
1678
1680
|
tag?: CreateCommandRequestTag[];
|
|
@@ -5410,6 +5412,7 @@ export declare class DescribeActivationsRequest extends $tea.Model {
|
|
|
5410
5412
|
pageNumber?: number;
|
|
5411
5413
|
pageSize?: number;
|
|
5412
5414
|
regionId?: string;
|
|
5415
|
+
resourceGroupId?: string;
|
|
5413
5416
|
resourceOwnerAccount?: string;
|
|
5414
5417
|
resourceOwnerId?: number;
|
|
5415
5418
|
tag?: DescribeActivationsRequestTag[];
|
|
@@ -6097,6 +6100,7 @@ export declare class DescribeCommandsRequest extends $tea.Model {
|
|
|
6097
6100
|
pageSize?: number;
|
|
6098
6101
|
provider?: string;
|
|
6099
6102
|
regionId?: string;
|
|
6103
|
+
resourceGroupId?: string;
|
|
6100
6104
|
resourceOwnerAccount?: string;
|
|
6101
6105
|
resourceOwnerId?: number;
|
|
6102
6106
|
tag?: DescribeCommandsRequestTag[];
|
|
@@ -19477,6 +19481,7 @@ export declare class DescribeActivationsResponseBodyActivationList extends $tea.
|
|
|
19477
19481
|
instanceName?: string;
|
|
19478
19482
|
ipAddressRange?: string;
|
|
19479
19483
|
registeredCount?: number;
|
|
19484
|
+
resourceGroupId?: string;
|
|
19480
19485
|
tags?: DescribeActivationsResponseBodyActivationListTags[];
|
|
19481
19486
|
timeToLiveInHours?: number;
|
|
19482
19487
|
static names(): {
|
|
@@ -20274,6 +20279,7 @@ export declare class DescribeCommandsResponseBodyCommandsCommand extends $tea.Mo
|
|
|
20274
20279
|
parameterDefinitions?: DescribeCommandsResponseBodyCommandsCommandParameterDefinitions;
|
|
20275
20280
|
parameterNames?: DescribeCommandsResponseBodyCommandsCommandParameterNames;
|
|
20276
20281
|
provider?: string;
|
|
20282
|
+
resourceGroupId?: string;
|
|
20277
20283
|
tags?: DescribeCommandsResponseBodyCommandsCommandTags;
|
|
20278
20284
|
timeout?: number;
|
|
20279
20285
|
type?: string;
|
package/dist/client.js
CHANGED
|
@@ -2068,6 +2068,7 @@ class CreateActivationRequest extends $tea.Model {
|
|
|
2068
2068
|
ownerAccount: 'OwnerAccount',
|
|
2069
2069
|
ownerId: 'OwnerId',
|
|
2070
2070
|
regionId: 'RegionId',
|
|
2071
|
+
resourceGroupId: 'ResourceGroupId',
|
|
2071
2072
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
2072
2073
|
resourceOwnerId: 'ResourceOwnerId',
|
|
2073
2074
|
tag: 'Tag',
|
|
@@ -2083,6 +2084,7 @@ class CreateActivationRequest extends $tea.Model {
|
|
|
2083
2084
|
ownerAccount: 'string',
|
|
2084
2085
|
ownerId: 'number',
|
|
2085
2086
|
regionId: 'string',
|
|
2087
|
+
resourceGroupId: 'string',
|
|
2086
2088
|
resourceOwnerAccount: 'string',
|
|
2087
2089
|
resourceOwnerId: 'number',
|
|
2088
2090
|
tag: { 'type': 'array', 'itemType': CreateActivationRequestTag },
|
|
@@ -2429,6 +2431,7 @@ class CreateCommandRequest extends $tea.Model {
|
|
|
2429
2431
|
ownerAccount: 'OwnerAccount',
|
|
2430
2432
|
ownerId: 'OwnerId',
|
|
2431
2433
|
regionId: 'RegionId',
|
|
2434
|
+
resourceGroupId: 'ResourceGroupId',
|
|
2432
2435
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
2433
2436
|
resourceOwnerId: 'ResourceOwnerId',
|
|
2434
2437
|
tag: 'Tag',
|
|
@@ -2447,6 +2450,7 @@ class CreateCommandRequest extends $tea.Model {
|
|
|
2447
2450
|
ownerAccount: 'string',
|
|
2448
2451
|
ownerId: 'number',
|
|
2449
2452
|
regionId: 'string',
|
|
2453
|
+
resourceGroupId: 'string',
|
|
2450
2454
|
resourceOwnerAccount: 'string',
|
|
2451
2455
|
resourceOwnerId: 'number',
|
|
2452
2456
|
tag: { 'type': 'array', 'itemType': CreateCommandRequestTag },
|
|
@@ -7860,6 +7864,7 @@ class DescribeActivationsRequest extends $tea.Model {
|
|
|
7860
7864
|
pageNumber: 'PageNumber',
|
|
7861
7865
|
pageSize: 'PageSize',
|
|
7862
7866
|
regionId: 'RegionId',
|
|
7867
|
+
resourceGroupId: 'ResourceGroupId',
|
|
7863
7868
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
7864
7869
|
resourceOwnerId: 'ResourceOwnerId',
|
|
7865
7870
|
tag: 'Tag',
|
|
@@ -7874,6 +7879,7 @@ class DescribeActivationsRequest extends $tea.Model {
|
|
|
7874
7879
|
pageNumber: 'number',
|
|
7875
7880
|
pageSize: 'number',
|
|
7876
7881
|
regionId: 'string',
|
|
7882
|
+
resourceGroupId: 'string',
|
|
7877
7883
|
resourceOwnerAccount: 'string',
|
|
7878
7884
|
resourceOwnerId: 'number',
|
|
7879
7885
|
tag: { 'type': 'array', 'itemType': DescribeActivationsRequestTag },
|
|
@@ -8866,6 +8872,7 @@ class DescribeCommandsRequest extends $tea.Model {
|
|
|
8866
8872
|
pageSize: 'PageSize',
|
|
8867
8873
|
provider: 'Provider',
|
|
8868
8874
|
regionId: 'RegionId',
|
|
8875
|
+
resourceGroupId: 'ResourceGroupId',
|
|
8869
8876
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
8870
8877
|
resourceOwnerId: 'ResourceOwnerId',
|
|
8871
8878
|
tag: 'Tag',
|
|
@@ -8885,6 +8892,7 @@ class DescribeCommandsRequest extends $tea.Model {
|
|
|
8885
8892
|
pageSize: 'number',
|
|
8886
8893
|
provider: 'string',
|
|
8887
8894
|
regionId: 'string',
|
|
8895
|
+
resourceGroupId: 'string',
|
|
8888
8896
|
resourceOwnerAccount: 'string',
|
|
8889
8897
|
resourceOwnerId: 'number',
|
|
8890
8898
|
tag: { 'type': 'array', 'itemType': DescribeCommandsRequestTag },
|
|
@@ -28420,6 +28428,7 @@ class DescribeActivationsResponseBodyActivationList extends $tea.Model {
|
|
|
28420
28428
|
instanceName: 'InstanceName',
|
|
28421
28429
|
ipAddressRange: 'IpAddressRange',
|
|
28422
28430
|
registeredCount: 'RegisteredCount',
|
|
28431
|
+
resourceGroupId: 'ResourceGroupId',
|
|
28423
28432
|
tags: 'Tags',
|
|
28424
28433
|
timeToLiveInHours: 'TimeToLiveInHours',
|
|
28425
28434
|
};
|
|
@@ -28435,6 +28444,7 @@ class DescribeActivationsResponseBodyActivationList extends $tea.Model {
|
|
|
28435
28444
|
instanceName: 'string',
|
|
28436
28445
|
ipAddressRange: 'string',
|
|
28437
28446
|
registeredCount: 'number',
|
|
28447
|
+
resourceGroupId: 'string',
|
|
28438
28448
|
tags: { 'type': 'array', 'itemType': DescribeActivationsResponseBodyActivationListTags },
|
|
28439
28449
|
timeToLiveInHours: 'number',
|
|
28440
28450
|
};
|
|
@@ -29571,6 +29581,7 @@ class DescribeCommandsResponseBodyCommandsCommand extends $tea.Model {
|
|
|
29571
29581
|
parameterDefinitions: 'ParameterDefinitions',
|
|
29572
29582
|
parameterNames: 'ParameterNames',
|
|
29573
29583
|
provider: 'Provider',
|
|
29584
|
+
resourceGroupId: 'ResourceGroupId',
|
|
29574
29585
|
tags: 'Tags',
|
|
29575
29586
|
timeout: 'Timeout',
|
|
29576
29587
|
type: 'Type',
|
|
@@ -29592,6 +29603,7 @@ class DescribeCommandsResponseBodyCommandsCommand extends $tea.Model {
|
|
|
29592
29603
|
parameterDefinitions: DescribeCommandsResponseBodyCommandsCommandParameterDefinitions,
|
|
29593
29604
|
parameterNames: DescribeCommandsResponseBodyCommandsCommandParameterNames,
|
|
29594
29605
|
provider: 'string',
|
|
29606
|
+
resourceGroupId: 'string',
|
|
29595
29607
|
tags: DescribeCommandsResponseBodyCommandsCommandTags,
|
|
29596
29608
|
timeout: 'number',
|
|
29597
29609
|
type: 'string',
|
|
@@ -43920,6 +43932,9 @@ class Client extends openapi_client_1.default {
|
|
|
43920
43932
|
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
43921
43933
|
query["RegionId"] = request.regionId;
|
|
43922
43934
|
}
|
|
43935
|
+
if (!tea_util_1.default.isUnset(request.resourceGroupId)) {
|
|
43936
|
+
query["ResourceGroupId"] = request.resourceGroupId;
|
|
43937
|
+
}
|
|
43923
43938
|
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
43924
43939
|
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
43925
43940
|
}
|
|
@@ -44328,6 +44343,9 @@ class Client extends openapi_client_1.default {
|
|
|
44328
44343
|
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
44329
44344
|
query["RegionId"] = request.regionId;
|
|
44330
44345
|
}
|
|
44346
|
+
if (!tea_util_1.default.isUnset(request.resourceGroupId)) {
|
|
44347
|
+
query["ResourceGroupId"] = request.resourceGroupId;
|
|
44348
|
+
}
|
|
44331
44349
|
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
44332
44350
|
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
44333
44351
|
}
|
|
@@ -49552,6 +49570,9 @@ class Client extends openapi_client_1.default {
|
|
|
49552
49570
|
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
49553
49571
|
query["RegionId"] = request.regionId;
|
|
49554
49572
|
}
|
|
49573
|
+
if (!tea_util_1.default.isUnset(request.resourceGroupId)) {
|
|
49574
|
+
query["ResourceGroupId"] = request.resourceGroupId;
|
|
49575
|
+
}
|
|
49555
49576
|
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
49556
49577
|
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
49557
49578
|
}
|
|
@@ -50351,6 +50372,9 @@ class Client extends openapi_client_1.default {
|
|
|
50351
50372
|
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
50352
50373
|
query["RegionId"] = request.regionId;
|
|
50353
50374
|
}
|
|
50375
|
+
if (!tea_util_1.default.isUnset(request.resourceGroupId)) {
|
|
50376
|
+
query["ResourceGroupId"] = request.resourceGroupId;
|
|
50377
|
+
}
|
|
50354
50378
|
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
50355
50379
|
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
50356
50380
|
}
|