@alicloud/ga20191120 1.0.13 → 1.0.14
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 +247 -0
- package/dist/client.js +438 -3
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +557 -3
package/dist/client.d.ts
CHANGED
|
@@ -321,6 +321,50 @@ export declare class BandwidthPackageRemoveAcceleratorResponse extends $tea.Mode
|
|
|
321
321
|
[key: string]: any;
|
|
322
322
|
});
|
|
323
323
|
}
|
|
324
|
+
export declare class ChangeResourceGroupRequest extends $tea.Model {
|
|
325
|
+
clientToken?: string;
|
|
326
|
+
newResourceGroupId?: string;
|
|
327
|
+
regionId?: string;
|
|
328
|
+
resourceId?: string;
|
|
329
|
+
resourceType?: string;
|
|
330
|
+
static names(): {
|
|
331
|
+
[key: string]: string;
|
|
332
|
+
};
|
|
333
|
+
static types(): {
|
|
334
|
+
[key: string]: any;
|
|
335
|
+
};
|
|
336
|
+
constructor(map?: {
|
|
337
|
+
[key: string]: any;
|
|
338
|
+
});
|
|
339
|
+
}
|
|
340
|
+
export declare class ChangeResourceGroupResponseBody extends $tea.Model {
|
|
341
|
+
requestId?: string;
|
|
342
|
+
static names(): {
|
|
343
|
+
[key: string]: string;
|
|
344
|
+
};
|
|
345
|
+
static types(): {
|
|
346
|
+
[key: string]: any;
|
|
347
|
+
};
|
|
348
|
+
constructor(map?: {
|
|
349
|
+
[key: string]: any;
|
|
350
|
+
});
|
|
351
|
+
}
|
|
352
|
+
export declare class ChangeResourceGroupResponse extends $tea.Model {
|
|
353
|
+
headers: {
|
|
354
|
+
[key: string]: string;
|
|
355
|
+
};
|
|
356
|
+
statusCode: number;
|
|
357
|
+
body: ChangeResourceGroupResponseBody;
|
|
358
|
+
static names(): {
|
|
359
|
+
[key: string]: string;
|
|
360
|
+
};
|
|
361
|
+
static types(): {
|
|
362
|
+
[key: string]: any;
|
|
363
|
+
};
|
|
364
|
+
constructor(map?: {
|
|
365
|
+
[key: string]: any;
|
|
366
|
+
});
|
|
367
|
+
}
|
|
324
368
|
export declare class ConfigEndpointProbeRequest extends $tea.Model {
|
|
325
369
|
clientToken?: string;
|
|
326
370
|
enable?: string;
|
|
@@ -380,6 +424,7 @@ export declare class CreateAcceleratorRequest extends $tea.Model {
|
|
|
380
424
|
name?: string;
|
|
381
425
|
pricingCycle?: string;
|
|
382
426
|
regionId?: string;
|
|
427
|
+
resourceGroupId?: string;
|
|
383
428
|
spec?: string;
|
|
384
429
|
static names(): {
|
|
385
430
|
[key: string]: string;
|
|
@@ -428,6 +473,7 @@ export declare class CreateAclRequest extends $tea.Model {
|
|
|
428
473
|
clientToken?: string;
|
|
429
474
|
dryRun?: boolean;
|
|
430
475
|
regionId?: string;
|
|
476
|
+
resourceGroupId?: string;
|
|
431
477
|
static names(): {
|
|
432
478
|
[key: string]: string;
|
|
433
479
|
};
|
|
@@ -534,6 +580,7 @@ export declare class CreateBandwidthPackageRequest extends $tea.Model {
|
|
|
534
580
|
pricingCycle?: string;
|
|
535
581
|
ratio?: number;
|
|
536
582
|
regionId?: string;
|
|
583
|
+
resourceGroupId?: string;
|
|
537
584
|
type?: string;
|
|
538
585
|
static names(): {
|
|
539
586
|
[key: string]: string;
|
|
@@ -585,6 +632,7 @@ export declare class CreateBasicAcceleratorRequest extends $tea.Model {
|
|
|
585
632
|
duration?: number;
|
|
586
633
|
pricingCycle?: string;
|
|
587
634
|
regionId?: string;
|
|
635
|
+
resourceGroupId?: string;
|
|
588
636
|
static names(): {
|
|
589
637
|
[key: string]: string;
|
|
590
638
|
};
|
|
@@ -1992,9 +2040,11 @@ export declare class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
1992
2040
|
name?: string;
|
|
1993
2041
|
regionId?: string;
|
|
1994
2042
|
requestId?: string;
|
|
2043
|
+
resourceGroupId?: string;
|
|
1995
2044
|
secondDnsName?: string;
|
|
1996
2045
|
spec?: string;
|
|
1997
2046
|
state?: string;
|
|
2047
|
+
tags?: DescribeAcceleratorResponseBodyTags[];
|
|
1998
2048
|
static names(): {
|
|
1999
2049
|
[key: string]: string;
|
|
2000
2050
|
};
|
|
@@ -2149,7 +2199,9 @@ export declare class DescribeBandwidthPackageResponseBody extends $tea.Model {
|
|
|
2149
2199
|
ratio?: number;
|
|
2150
2200
|
regionId?: string;
|
|
2151
2201
|
requestId?: string;
|
|
2202
|
+
resourceGroupId?: string;
|
|
2152
2203
|
state?: string;
|
|
2204
|
+
tags?: DescribeBandwidthPackageResponseBodyTags[];
|
|
2153
2205
|
type?: string;
|
|
2154
2206
|
static names(): {
|
|
2155
2207
|
[key: string]: string;
|
|
@@ -2961,6 +3013,8 @@ export declare class GetAclResponseBody extends $tea.Model {
|
|
|
2961
3013
|
addressIPVersion?: string;
|
|
2962
3014
|
relatedListeners?: GetAclResponseBodyRelatedListeners[];
|
|
2963
3015
|
requestId?: string;
|
|
3016
|
+
resourceGroupId?: string;
|
|
3017
|
+
tags?: GetAclResponseBodyTags[];
|
|
2964
3018
|
static names(): {
|
|
2965
3019
|
[key: string]: string;
|
|
2966
3020
|
};
|
|
@@ -3016,7 +3070,9 @@ export declare class GetBasicAcceleratorResponseBody extends $tea.Model {
|
|
|
3016
3070
|
name?: string;
|
|
3017
3071
|
regionId?: string;
|
|
3018
3072
|
requestId?: string;
|
|
3073
|
+
resourceGroupId?: string;
|
|
3019
3074
|
state?: string;
|
|
3075
|
+
tags?: GetBasicAcceleratorResponseBodyTags[];
|
|
3020
3076
|
static names(): {
|
|
3021
3077
|
[key: string]: string;
|
|
3022
3078
|
};
|
|
@@ -3282,7 +3338,9 @@ export declare class ListAcceleratorsRequest extends $tea.Model {
|
|
|
3282
3338
|
pageNumber?: number;
|
|
3283
3339
|
pageSize?: number;
|
|
3284
3340
|
regionId?: string;
|
|
3341
|
+
resourceGroupId?: string;
|
|
3285
3342
|
state?: string;
|
|
3343
|
+
tag?: ListAcceleratorsRequestTag[];
|
|
3286
3344
|
static names(): {
|
|
3287
3345
|
[key: string]: string;
|
|
3288
3346
|
};
|
|
@@ -3332,6 +3390,8 @@ export declare class ListAclsRequest extends $tea.Model {
|
|
|
3332
3390
|
maxResults?: number;
|
|
3333
3391
|
nextToken?: string;
|
|
3334
3392
|
regionId?: string;
|
|
3393
|
+
resourceGroupId?: string;
|
|
3394
|
+
tag?: ListAclsRequestTag[];
|
|
3335
3395
|
static names(): {
|
|
3336
3396
|
[key: string]: string;
|
|
3337
3397
|
};
|
|
@@ -3559,7 +3619,9 @@ export declare class ListBandwidthPackagesRequest extends $tea.Model {
|
|
|
3559
3619
|
pageNumber?: number;
|
|
3560
3620
|
pageSize?: number;
|
|
3561
3621
|
regionId?: string;
|
|
3622
|
+
resourceGroupId?: string;
|
|
3562
3623
|
state?: string;
|
|
3624
|
+
tag?: ListBandwidthPackagesRequestTag[];
|
|
3563
3625
|
type?: string;
|
|
3564
3626
|
static names(): {
|
|
3565
3627
|
[key: string]: string;
|
|
@@ -3654,7 +3716,9 @@ export declare class ListBasicAcceleratorsRequest extends $tea.Model {
|
|
|
3654
3716
|
pageNumber?: number;
|
|
3655
3717
|
pageSize?: number;
|
|
3656
3718
|
regionId?: string;
|
|
3719
|
+
resourceGroupId?: string;
|
|
3657
3720
|
state?: string;
|
|
3721
|
+
tag?: ListBasicAcceleratorsRequestTag[];
|
|
3658
3722
|
static names(): {
|
|
3659
3723
|
[key: string]: string;
|
|
3660
3724
|
};
|
|
@@ -4416,6 +4480,7 @@ export declare class RemoveEntriesFromAclResponse extends $tea.Model {
|
|
|
4416
4480
|
});
|
|
4417
4481
|
}
|
|
4418
4482
|
export declare class ReplaceBandwidthPackageRequest extends $tea.Model {
|
|
4483
|
+
acceleratorId?: string;
|
|
4419
4484
|
bandwidthPackageId?: string;
|
|
4420
4485
|
regionId?: string;
|
|
4421
4486
|
targetBandwidthPackageId?: string;
|
|
@@ -6057,6 +6122,19 @@ export declare class DescribeAcceleratorResponseBodyIpSetConfig extends $tea.Mod
|
|
|
6057
6122
|
[key: string]: any;
|
|
6058
6123
|
});
|
|
6059
6124
|
}
|
|
6125
|
+
export declare class DescribeAcceleratorResponseBodyTags extends $tea.Model {
|
|
6126
|
+
key?: string;
|
|
6127
|
+
value?: string;
|
|
6128
|
+
static names(): {
|
|
6129
|
+
[key: string]: string;
|
|
6130
|
+
};
|
|
6131
|
+
static types(): {
|
|
6132
|
+
[key: string]: any;
|
|
6133
|
+
};
|
|
6134
|
+
constructor(map?: {
|
|
6135
|
+
[key: string]: any;
|
|
6136
|
+
});
|
|
6137
|
+
}
|
|
6060
6138
|
export declare class DescribeApplicationMonitorResponseBodyIspCityList extends $tea.Model {
|
|
6061
6139
|
city?: string;
|
|
6062
6140
|
cityName?: string;
|
|
@@ -6072,6 +6150,19 @@ export declare class DescribeApplicationMonitorResponseBodyIspCityList extends $
|
|
|
6072
6150
|
[key: string]: any;
|
|
6073
6151
|
});
|
|
6074
6152
|
}
|
|
6153
|
+
export declare class DescribeBandwidthPackageResponseBodyTags extends $tea.Model {
|
|
6154
|
+
key?: string;
|
|
6155
|
+
value?: string;
|
|
6156
|
+
static names(): {
|
|
6157
|
+
[key: string]: string;
|
|
6158
|
+
};
|
|
6159
|
+
static types(): {
|
|
6160
|
+
[key: string]: any;
|
|
6161
|
+
};
|
|
6162
|
+
constructor(map?: {
|
|
6163
|
+
[key: string]: any;
|
|
6164
|
+
});
|
|
6165
|
+
}
|
|
6075
6166
|
export declare class DescribeCustomRoutingEndPointTrafficPolicyResponseBodyPortRanges extends $tea.Model {
|
|
6076
6167
|
fromPort?: number;
|
|
6077
6168
|
toPort?: number;
|
|
@@ -6223,6 +6314,19 @@ export declare class GetAclResponseBodyRelatedListeners extends $tea.Model {
|
|
|
6223
6314
|
[key: string]: any;
|
|
6224
6315
|
});
|
|
6225
6316
|
}
|
|
6317
|
+
export declare class GetAclResponseBodyTags extends $tea.Model {
|
|
6318
|
+
key?: string;
|
|
6319
|
+
value?: string;
|
|
6320
|
+
static names(): {
|
|
6321
|
+
[key: string]: string;
|
|
6322
|
+
};
|
|
6323
|
+
static types(): {
|
|
6324
|
+
[key: string]: any;
|
|
6325
|
+
};
|
|
6326
|
+
constructor(map?: {
|
|
6327
|
+
[key: string]: any;
|
|
6328
|
+
});
|
|
6329
|
+
}
|
|
6226
6330
|
export declare class GetBasicAcceleratorResponseBodyBasicBandwidthPackage extends $tea.Model {
|
|
6227
6331
|
bandwidth?: number;
|
|
6228
6332
|
bandwidthType?: string;
|
|
@@ -6250,6 +6354,19 @@ export declare class GetBasicAcceleratorResponseBodyCrossDomainBandwidthPackage
|
|
|
6250
6354
|
[key: string]: any;
|
|
6251
6355
|
});
|
|
6252
6356
|
}
|
|
6357
|
+
export declare class GetBasicAcceleratorResponseBodyTags extends $tea.Model {
|
|
6358
|
+
key?: string;
|
|
6359
|
+
value?: string;
|
|
6360
|
+
static names(): {
|
|
6361
|
+
[key: string]: string;
|
|
6362
|
+
};
|
|
6363
|
+
static types(): {
|
|
6364
|
+
[key: string]: any;
|
|
6365
|
+
};
|
|
6366
|
+
constructor(map?: {
|
|
6367
|
+
[key: string]: any;
|
|
6368
|
+
});
|
|
6369
|
+
}
|
|
6253
6370
|
export declare class GetHealthStatusResponseBodyEndpointGroupsEndpoints extends $tea.Model {
|
|
6254
6371
|
address?: string;
|
|
6255
6372
|
endpointId?: string;
|
|
@@ -6310,6 +6427,19 @@ export declare class ListAccelerateAreasResponseBodyAreas extends $tea.Model {
|
|
|
6310
6427
|
[key: string]: any;
|
|
6311
6428
|
});
|
|
6312
6429
|
}
|
|
6430
|
+
export declare class ListAcceleratorsRequestTag extends $tea.Model {
|
|
6431
|
+
key?: string;
|
|
6432
|
+
value?: string;
|
|
6433
|
+
static names(): {
|
|
6434
|
+
[key: string]: string;
|
|
6435
|
+
};
|
|
6436
|
+
static types(): {
|
|
6437
|
+
[key: string]: any;
|
|
6438
|
+
};
|
|
6439
|
+
constructor(map?: {
|
|
6440
|
+
[key: string]: any;
|
|
6441
|
+
});
|
|
6442
|
+
}
|
|
6313
6443
|
export declare class ListAcceleratorsResponseBodyAcceleratorsBasicBandwidthPackage extends $tea.Model {
|
|
6314
6444
|
bandwidth?: number;
|
|
6315
6445
|
bandwidthType?: string;
|
|
@@ -6349,6 +6479,19 @@ export declare class ListAcceleratorsResponseBodyAcceleratorsIpSetConfig extends
|
|
|
6349
6479
|
[key: string]: any;
|
|
6350
6480
|
});
|
|
6351
6481
|
}
|
|
6482
|
+
export declare class ListAcceleratorsResponseBodyAcceleratorsTags extends $tea.Model {
|
|
6483
|
+
key?: string;
|
|
6484
|
+
value?: string;
|
|
6485
|
+
static names(): {
|
|
6486
|
+
[key: string]: string;
|
|
6487
|
+
};
|
|
6488
|
+
static types(): {
|
|
6489
|
+
[key: string]: any;
|
|
6490
|
+
};
|
|
6491
|
+
constructor(map?: {
|
|
6492
|
+
[key: string]: any;
|
|
6493
|
+
});
|
|
6494
|
+
}
|
|
6352
6495
|
export declare class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
6353
6496
|
acceleratorId?: string;
|
|
6354
6497
|
bandwidth?: number;
|
|
@@ -6365,9 +6508,11 @@ export declare class ListAcceleratorsResponseBodyAccelerators extends $tea.Model
|
|
|
6365
6508
|
ipSetConfig?: ListAcceleratorsResponseBodyAcceleratorsIpSetConfig;
|
|
6366
6509
|
name?: string;
|
|
6367
6510
|
regionId?: string;
|
|
6511
|
+
resourceGroupId?: string;
|
|
6368
6512
|
secondDnsName?: string;
|
|
6369
6513
|
spec?: string;
|
|
6370
6514
|
state?: string;
|
|
6515
|
+
tags?: ListAcceleratorsResponseBodyAcceleratorsTags[];
|
|
6371
6516
|
type?: string;
|
|
6372
6517
|
static names(): {
|
|
6373
6518
|
[key: string]: string;
|
|
@@ -6379,11 +6524,39 @@ export declare class ListAcceleratorsResponseBodyAccelerators extends $tea.Model
|
|
|
6379
6524
|
[key: string]: any;
|
|
6380
6525
|
});
|
|
6381
6526
|
}
|
|
6527
|
+
export declare class ListAclsRequestTag extends $tea.Model {
|
|
6528
|
+
key?: string;
|
|
6529
|
+
value?: string;
|
|
6530
|
+
static names(): {
|
|
6531
|
+
[key: string]: string;
|
|
6532
|
+
};
|
|
6533
|
+
static types(): {
|
|
6534
|
+
[key: string]: any;
|
|
6535
|
+
};
|
|
6536
|
+
constructor(map?: {
|
|
6537
|
+
[key: string]: any;
|
|
6538
|
+
});
|
|
6539
|
+
}
|
|
6540
|
+
export declare class ListAclsResponseBodyAclsTags extends $tea.Model {
|
|
6541
|
+
key?: string;
|
|
6542
|
+
value?: string;
|
|
6543
|
+
static names(): {
|
|
6544
|
+
[key: string]: string;
|
|
6545
|
+
};
|
|
6546
|
+
static types(): {
|
|
6547
|
+
[key: string]: any;
|
|
6548
|
+
};
|
|
6549
|
+
constructor(map?: {
|
|
6550
|
+
[key: string]: any;
|
|
6551
|
+
});
|
|
6552
|
+
}
|
|
6382
6553
|
export declare class ListAclsResponseBodyAcls extends $tea.Model {
|
|
6383
6554
|
aclId?: string;
|
|
6384
6555
|
aclName?: string;
|
|
6385
6556
|
aclStatus?: string;
|
|
6386
6557
|
addressIPVersion?: string;
|
|
6558
|
+
resourceGroupId?: string;
|
|
6559
|
+
tags?: ListAclsResponseBodyAclsTags[];
|
|
6387
6560
|
static names(): {
|
|
6388
6561
|
[key: string]: string;
|
|
6389
6562
|
};
|
|
@@ -6478,6 +6651,32 @@ export declare class ListAvailableBusiRegionsResponseBodyRegions extends $tea.Mo
|
|
|
6478
6651
|
[key: string]: any;
|
|
6479
6652
|
});
|
|
6480
6653
|
}
|
|
6654
|
+
export declare class ListBandwidthPackagesRequestTag extends $tea.Model {
|
|
6655
|
+
key?: string;
|
|
6656
|
+
value?: string;
|
|
6657
|
+
static names(): {
|
|
6658
|
+
[key: string]: string;
|
|
6659
|
+
};
|
|
6660
|
+
static types(): {
|
|
6661
|
+
[key: string]: any;
|
|
6662
|
+
};
|
|
6663
|
+
constructor(map?: {
|
|
6664
|
+
[key: string]: any;
|
|
6665
|
+
});
|
|
6666
|
+
}
|
|
6667
|
+
export declare class ListBandwidthPackagesResponseBodyBandwidthPackagesTags extends $tea.Model {
|
|
6668
|
+
key?: string;
|
|
6669
|
+
value?: string;
|
|
6670
|
+
static names(): {
|
|
6671
|
+
[key: string]: string;
|
|
6672
|
+
};
|
|
6673
|
+
static types(): {
|
|
6674
|
+
[key: string]: any;
|
|
6675
|
+
};
|
|
6676
|
+
constructor(map?: {
|
|
6677
|
+
[key: string]: any;
|
|
6678
|
+
});
|
|
6679
|
+
}
|
|
6481
6680
|
export declare class ListBandwidthPackagesResponseBodyBandwidthPackages extends $tea.Model {
|
|
6482
6681
|
accelerators?: string[];
|
|
6483
6682
|
bandwidth?: number;
|
|
@@ -6493,7 +6692,9 @@ export declare class ListBandwidthPackagesResponseBodyBandwidthPackages extends
|
|
|
6493
6692
|
name?: string;
|
|
6494
6693
|
ratio?: number;
|
|
6495
6694
|
regionId?: string;
|
|
6695
|
+
resourceGroupId?: string;
|
|
6496
6696
|
state?: string;
|
|
6697
|
+
tags?: ListBandwidthPackagesResponseBodyBandwidthPackagesTags[];
|
|
6497
6698
|
type?: string;
|
|
6498
6699
|
static names(): {
|
|
6499
6700
|
[key: string]: string;
|
|
@@ -6505,6 +6706,19 @@ export declare class ListBandwidthPackagesResponseBodyBandwidthPackages extends
|
|
|
6505
6706
|
[key: string]: any;
|
|
6506
6707
|
});
|
|
6507
6708
|
}
|
|
6709
|
+
export declare class ListBandwidthackagesResponseBodyBandwidthPackagesTags extends $tea.Model {
|
|
6710
|
+
key?: string;
|
|
6711
|
+
value?: string;
|
|
6712
|
+
static names(): {
|
|
6713
|
+
[key: string]: string;
|
|
6714
|
+
};
|
|
6715
|
+
static types(): {
|
|
6716
|
+
[key: string]: any;
|
|
6717
|
+
};
|
|
6718
|
+
constructor(map?: {
|
|
6719
|
+
[key: string]: any;
|
|
6720
|
+
});
|
|
6721
|
+
}
|
|
6508
6722
|
export declare class ListBandwidthackagesResponseBodyBandwidthPackages extends $tea.Model {
|
|
6509
6723
|
accelerators?: string[];
|
|
6510
6724
|
bandwidth?: number;
|
|
@@ -6515,7 +6729,22 @@ export declare class ListBandwidthackagesResponseBodyBandwidthPackages extends $
|
|
|
6515
6729
|
expiredTime?: string;
|
|
6516
6730
|
name?: string;
|
|
6517
6731
|
regionId?: string;
|
|
6732
|
+
resourceGroupId?: string;
|
|
6518
6733
|
state?: string;
|
|
6734
|
+
tags?: ListBandwidthackagesResponseBodyBandwidthPackagesTags[];
|
|
6735
|
+
static names(): {
|
|
6736
|
+
[key: string]: string;
|
|
6737
|
+
};
|
|
6738
|
+
static types(): {
|
|
6739
|
+
[key: string]: any;
|
|
6740
|
+
};
|
|
6741
|
+
constructor(map?: {
|
|
6742
|
+
[key: string]: any;
|
|
6743
|
+
});
|
|
6744
|
+
}
|
|
6745
|
+
export declare class ListBasicAcceleratorsRequestTag extends $tea.Model {
|
|
6746
|
+
key?: string;
|
|
6747
|
+
value?: string;
|
|
6519
6748
|
static names(): {
|
|
6520
6749
|
[key: string]: string;
|
|
6521
6750
|
};
|
|
@@ -6553,6 +6782,19 @@ export declare class ListBasicAcceleratorsResponseBodyAcceleratorsCrossDomainBan
|
|
|
6553
6782
|
[key: string]: any;
|
|
6554
6783
|
});
|
|
6555
6784
|
}
|
|
6785
|
+
export declare class ListBasicAcceleratorsResponseBodyAcceleratorsTags extends $tea.Model {
|
|
6786
|
+
key?: string;
|
|
6787
|
+
value?: string;
|
|
6788
|
+
static names(): {
|
|
6789
|
+
[key: string]: string;
|
|
6790
|
+
};
|
|
6791
|
+
static types(): {
|
|
6792
|
+
[key: string]: any;
|
|
6793
|
+
};
|
|
6794
|
+
constructor(map?: {
|
|
6795
|
+
[key: string]: any;
|
|
6796
|
+
});
|
|
6797
|
+
}
|
|
6556
6798
|
export declare class ListBasicAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
6557
6799
|
acceleratorId?: string;
|
|
6558
6800
|
bandwidthBillingType?: string;
|
|
@@ -6566,7 +6808,9 @@ export declare class ListBasicAcceleratorsResponseBodyAccelerators extends $tea.
|
|
|
6566
6808
|
instanceChargeType?: string;
|
|
6567
6809
|
name?: string;
|
|
6568
6810
|
regionId?: string;
|
|
6811
|
+
resourceGroupId?: string;
|
|
6569
6812
|
state?: string;
|
|
6813
|
+
tags?: ListBasicAcceleratorsResponseBodyAcceleratorsTags[];
|
|
6570
6814
|
type?: string;
|
|
6571
6815
|
static names(): {
|
|
6572
6816
|
[key: string]: string;
|
|
@@ -6928,6 +7172,7 @@ export declare class ListListenerCertificatesResponseBodyCertificates extends $t
|
|
|
6928
7172
|
certificateId?: string;
|
|
6929
7173
|
domain?: string;
|
|
6930
7174
|
isDefault?: boolean;
|
|
7175
|
+
state?: string;
|
|
6931
7176
|
static names(): {
|
|
6932
7177
|
[key: string]: string;
|
|
6933
7178
|
};
|
|
@@ -7414,6 +7659,8 @@ export default class Client extends OpenApi {
|
|
|
7414
7659
|
bandwidthPackageAddAccelerator(request: BandwidthPackageAddAcceleratorRequest): Promise<BandwidthPackageAddAcceleratorResponse>;
|
|
7415
7660
|
bandwidthPackageRemoveAcceleratorWithOptions(request: BandwidthPackageRemoveAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<BandwidthPackageRemoveAcceleratorResponse>;
|
|
7416
7661
|
bandwidthPackageRemoveAccelerator(request: BandwidthPackageRemoveAcceleratorRequest): Promise<BandwidthPackageRemoveAcceleratorResponse>;
|
|
7662
|
+
changeResourceGroupWithOptions(request: ChangeResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ChangeResourceGroupResponse>;
|
|
7663
|
+
changeResourceGroup(request: ChangeResourceGroupRequest): Promise<ChangeResourceGroupResponse>;
|
|
7417
7664
|
configEndpointProbeWithOptions(request: ConfigEndpointProbeRequest, runtime: $Util.RuntimeOptions): Promise<ConfigEndpointProbeResponse>;
|
|
7418
7665
|
configEndpointProbe(request: ConfigEndpointProbeRequest): Promise<ConfigEndpointProbeResponse>;
|
|
7419
7666
|
createAcceleratorWithOptions(request: CreateAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<CreateAcceleratorResponse>;
|