@alicloud/cloudapi20160714 4.4.1 → 4.4.2
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 +656 -234
- package/dist/client.js +57 -62
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +759 -331
package/src/client.ts
CHANGED
|
@@ -902,10 +902,10 @@ export class CreateAccessControlListRequest extends $tea.Model {
|
|
|
902
902
|
aclName?: string;
|
|
903
903
|
/**
|
|
904
904
|
* @remarks
|
|
905
|
-
* The IP version of the
|
|
905
|
+
* The IP protocol version of the ACL. Valid values:
|
|
906
906
|
*
|
|
907
|
-
* * **
|
|
908
|
-
* * **
|
|
907
|
+
* * **IPv4**
|
|
908
|
+
* * **IPv6**
|
|
909
909
|
*
|
|
910
910
|
* @example
|
|
911
911
|
* ipv4
|
|
@@ -936,7 +936,7 @@ export class CreateAccessControlListRequest extends $tea.Model {
|
|
|
936
936
|
export class CreateAccessControlListResponseBody extends $tea.Model {
|
|
937
937
|
/**
|
|
938
938
|
* @remarks
|
|
939
|
-
* The ID
|
|
939
|
+
* The ACL ID.
|
|
940
940
|
*
|
|
941
941
|
* @example
|
|
942
942
|
* acl-bp1uqwgwmkbutnzq2r59z
|
|
@@ -1497,7 +1497,7 @@ export class CreateApiStageVariableRequest extends $tea.Model {
|
|
|
1497
1497
|
stageId?: string;
|
|
1498
1498
|
/**
|
|
1499
1499
|
* @remarks
|
|
1500
|
-
*
|
|
1500
|
+
* The routing model of the environment.
|
|
1501
1501
|
*
|
|
1502
1502
|
* @example
|
|
1503
1503
|
* {
|
|
@@ -1787,12 +1787,17 @@ export class CreateAppResponse extends $tea.Model {
|
|
|
1787
1787
|
|
|
1788
1788
|
export class CreateAppCodeRequest extends $tea.Model {
|
|
1789
1789
|
/**
|
|
1790
|
+
* @remarks
|
|
1791
|
+
* The application AppCode.
|
|
1792
|
+
*
|
|
1790
1793
|
* @example
|
|
1791
1794
|
* 3aaf905a0a1f4f0eabc6d891dfa08afc
|
|
1792
1795
|
*/
|
|
1793
1796
|
appCode?: string;
|
|
1794
1797
|
/**
|
|
1795
1798
|
* @remarks
|
|
1799
|
+
* The application ID.
|
|
1800
|
+
*
|
|
1796
1801
|
* This parameter is required.
|
|
1797
1802
|
*
|
|
1798
1803
|
* @example
|
|
@@ -1820,6 +1825,9 @@ export class CreateAppCodeRequest extends $tea.Model {
|
|
|
1820
1825
|
|
|
1821
1826
|
export class CreateAppCodeResponseBody extends $tea.Model {
|
|
1822
1827
|
/**
|
|
1828
|
+
* @remarks
|
|
1829
|
+
* The request ID.
|
|
1830
|
+
*
|
|
1823
1831
|
* @example
|
|
1824
1832
|
* 418DAAE7-A0C2-5E9C-ADFF-4CD14A474F88
|
|
1825
1833
|
*/
|
|
@@ -1869,6 +1877,8 @@ export class CreateAppCodeResponse extends $tea.Model {
|
|
|
1869
1877
|
export class CreateAppKeyRequest extends $tea.Model {
|
|
1870
1878
|
/**
|
|
1871
1879
|
* @remarks
|
|
1880
|
+
* The application ID.
|
|
1881
|
+
*
|
|
1872
1882
|
* This parameter is required.
|
|
1873
1883
|
*
|
|
1874
1884
|
* @example
|
|
@@ -1876,11 +1886,17 @@ export class CreateAppKeyRequest extends $tea.Model {
|
|
|
1876
1886
|
*/
|
|
1877
1887
|
appId?: string;
|
|
1878
1888
|
/**
|
|
1889
|
+
* @remarks
|
|
1890
|
+
* The application AppKey.
|
|
1891
|
+
*
|
|
1879
1892
|
* @example
|
|
1880
1893
|
* 204203237
|
|
1881
1894
|
*/
|
|
1882
1895
|
appKey?: string;
|
|
1883
1896
|
/**
|
|
1897
|
+
* @remarks
|
|
1898
|
+
* The application AppSecret.
|
|
1899
|
+
*
|
|
1884
1900
|
* @example
|
|
1885
1901
|
* 6f0a4ad7918a4b41a57fc087d5b066d0
|
|
1886
1902
|
*/
|
|
@@ -1908,6 +1924,9 @@ export class CreateAppKeyRequest extends $tea.Model {
|
|
|
1908
1924
|
|
|
1909
1925
|
export class CreateAppKeyResponseBody extends $tea.Model {
|
|
1910
1926
|
/**
|
|
1927
|
+
* @remarks
|
|
1928
|
+
* The request ID.
|
|
1929
|
+
*
|
|
1911
1930
|
* @example
|
|
1912
1931
|
* 5D524309-6BED-5BB4-A735-F7D9F98B7B88
|
|
1913
1932
|
*/
|
|
@@ -2452,10 +2471,10 @@ export class CreateInstanceRequest extends $tea.Model {
|
|
|
2452
2471
|
* @remarks
|
|
2453
2472
|
* The subscription duration of the instance.
|
|
2454
2473
|
*
|
|
2455
|
-
* *
|
|
2456
|
-
* *
|
|
2474
|
+
* * If PricingCycle is set to **Month**, set this parameter to an integer ranges from **1** to **9**.
|
|
2475
|
+
* * If PricingCycle is set to **Year**, set this parameter to an integer ranges from **1** to **3**.
|
|
2457
2476
|
*
|
|
2458
|
-
* > This parameter is
|
|
2477
|
+
* > This parameter is valid and required only if the ChargeType parameter is set to **PrePaid**.
|
|
2459
2478
|
*
|
|
2460
2479
|
* @example
|
|
2461
2480
|
* 1
|
|
@@ -2526,7 +2545,7 @@ export class CreateInstanceRequest extends $tea.Model {
|
|
|
2526
2545
|
* * **year**
|
|
2527
2546
|
* * **month**
|
|
2528
2547
|
*
|
|
2529
|
-
* > This parameter is
|
|
2548
|
+
* > This parameter is required if the ChargeType parameter is set to Prepaid.
|
|
2530
2549
|
*
|
|
2531
2550
|
* @example
|
|
2532
2551
|
* Month
|
|
@@ -4217,7 +4236,7 @@ export class DeleteApiStageVariableRequest extends $tea.Model {
|
|
|
4217
4236
|
securityToken?: string;
|
|
4218
4237
|
/**
|
|
4219
4238
|
* @remarks
|
|
4220
|
-
* The ID of the
|
|
4239
|
+
* The ID of the environment.
|
|
4221
4240
|
*
|
|
4222
4241
|
* This parameter is required.
|
|
4223
4242
|
*
|
|
@@ -4404,6 +4423,8 @@ export class DeleteAppResponse extends $tea.Model {
|
|
|
4404
4423
|
export class DeleteAppCodeRequest extends $tea.Model {
|
|
4405
4424
|
/**
|
|
4406
4425
|
* @remarks
|
|
4426
|
+
* The application AppCode.
|
|
4427
|
+
*
|
|
4407
4428
|
* This parameter is required.
|
|
4408
4429
|
*
|
|
4409
4430
|
* @example
|
|
@@ -4412,6 +4433,8 @@ export class DeleteAppCodeRequest extends $tea.Model {
|
|
|
4412
4433
|
appCode?: string;
|
|
4413
4434
|
/**
|
|
4414
4435
|
* @remarks
|
|
4436
|
+
* The application ID.
|
|
4437
|
+
*
|
|
4415
4438
|
* This parameter is required.
|
|
4416
4439
|
*
|
|
4417
4440
|
* @example
|
|
@@ -4439,6 +4462,9 @@ export class DeleteAppCodeRequest extends $tea.Model {
|
|
|
4439
4462
|
|
|
4440
4463
|
export class DeleteAppCodeResponseBody extends $tea.Model {
|
|
4441
4464
|
/**
|
|
4465
|
+
* @remarks
|
|
4466
|
+
* The request ID.
|
|
4467
|
+
*
|
|
4442
4468
|
* @example
|
|
4443
4469
|
* E8515BA6-81CD-4191-A7CF-C4FCDD3C0D99
|
|
4444
4470
|
*/
|
|
@@ -4488,6 +4514,8 @@ export class DeleteAppCodeResponse extends $tea.Model {
|
|
|
4488
4514
|
export class DeleteAppKeyRequest extends $tea.Model {
|
|
4489
4515
|
/**
|
|
4490
4516
|
* @remarks
|
|
4517
|
+
* The application ID.
|
|
4518
|
+
*
|
|
4491
4519
|
* This parameter is required.
|
|
4492
4520
|
*
|
|
4493
4521
|
* @example
|
|
@@ -4496,6 +4524,8 @@ export class DeleteAppKeyRequest extends $tea.Model {
|
|
|
4496
4524
|
appId?: string;
|
|
4497
4525
|
/**
|
|
4498
4526
|
* @remarks
|
|
4527
|
+
* The AppKey of the application. The AppKey is used for calling an API.
|
|
4528
|
+
*
|
|
4499
4529
|
* This parameter is required.
|
|
4500
4530
|
*
|
|
4501
4531
|
* @example
|
|
@@ -4523,6 +4553,9 @@ export class DeleteAppKeyRequest extends $tea.Model {
|
|
|
4523
4553
|
|
|
4524
4554
|
export class DeleteAppKeyResponseBody extends $tea.Model {
|
|
4525
4555
|
/**
|
|
4556
|
+
* @remarks
|
|
4557
|
+
* The request ID.
|
|
4558
|
+
*
|
|
4526
4559
|
* @example
|
|
4527
4560
|
* 79EF055D-AC00-5161-8F35-6A36AAED7422
|
|
4528
4561
|
*/
|
|
@@ -4671,14 +4704,12 @@ export class DeleteBackendModelRequest extends $tea.Model {
|
|
|
4671
4704
|
securityToken?: string;
|
|
4672
4705
|
/**
|
|
4673
4706
|
* @remarks
|
|
4674
|
-
* The
|
|
4707
|
+
* The name of the runtime environment. Valid values:
|
|
4675
4708
|
*
|
|
4676
4709
|
* * **RELEASE**
|
|
4677
4710
|
* * **PRE**
|
|
4678
4711
|
* * **TEST**
|
|
4679
4712
|
*
|
|
4680
|
-
* If you do not specify this parameter, APIs in the draft state are returned.
|
|
4681
|
-
*
|
|
4682
4713
|
* @example
|
|
4683
4714
|
* TEST
|
|
4684
4715
|
*/
|
|
@@ -4984,7 +5015,7 @@ export class DeleteDomainRequest extends $tea.Model {
|
|
|
4984
5015
|
export class DeleteDomainResponseBody extends $tea.Model {
|
|
4985
5016
|
/**
|
|
4986
5017
|
* @remarks
|
|
4987
|
-
* The ID
|
|
5018
|
+
* The request ID.
|
|
4988
5019
|
*
|
|
4989
5020
|
* @example
|
|
4990
5021
|
* 6EF60BEC-0242-43AF-BB20-270359FB54A7
|
|
@@ -5432,7 +5463,7 @@ export class DeleteModelRequest extends $tea.Model {
|
|
|
5432
5463
|
export class DeleteModelResponseBody extends $tea.Model {
|
|
5433
5464
|
/**
|
|
5434
5465
|
* @remarks
|
|
5435
|
-
* The ID
|
|
5466
|
+
* The request ID.
|
|
5436
5467
|
*
|
|
5437
5468
|
* @example
|
|
5438
5469
|
* 4173F95B-360C-460C-9F6C-4A960B904411
|
|
@@ -6210,7 +6241,7 @@ export class DescribeAccessControlListAttributeResponseBody extends $tea.Model {
|
|
|
6210
6241
|
aclName?: string;
|
|
6211
6242
|
/**
|
|
6212
6243
|
* @remarks
|
|
6213
|
-
* The IP version. Valid values: **ipv4** and **ipv6**.
|
|
6244
|
+
* The IP protocol version. Valid values: **ipv4** and **ipv6**.
|
|
6214
6245
|
*
|
|
6215
6246
|
* @example
|
|
6216
6247
|
* ipv4
|
|
@@ -6880,12 +6911,12 @@ export class DescribeApiDocRequest extends $tea.Model {
|
|
|
6880
6911
|
securityToken?: string;
|
|
6881
6912
|
/**
|
|
6882
6913
|
* @remarks
|
|
6883
|
-
* The environment
|
|
6914
|
+
* The environment name. Valid values:
|
|
6884
6915
|
*
|
|
6885
6916
|
* * **RELEASE**
|
|
6886
6917
|
* * **TEST**
|
|
6887
6918
|
*
|
|
6888
|
-
* If this parameter is not specified, the default value is used
|
|
6919
|
+
* If this parameter is not specified, the default value RELEASE is used.
|
|
6889
6920
|
*
|
|
6890
6921
|
* @example
|
|
6891
6922
|
* RELEASE
|
|
@@ -7012,7 +7043,7 @@ export class DescribeApiDocResponseBody extends $tea.Model {
|
|
|
7012
7043
|
regionId?: string;
|
|
7013
7044
|
/**
|
|
7014
7045
|
* @remarks
|
|
7015
|
-
* The returned API frontend definition
|
|
7046
|
+
* The returned API frontend definition. It is an array consisting of RequestConfig data.
|
|
7016
7047
|
*/
|
|
7017
7048
|
requestConfig?: DescribeApiDocResponseBodyRequestConfig;
|
|
7018
7049
|
/**
|
|
@@ -8256,7 +8287,7 @@ export class DescribeApiHistoryResponseBody extends $tea.Model {
|
|
|
8256
8287
|
regionId?: string;
|
|
8257
8288
|
/**
|
|
8258
8289
|
* @remarks
|
|
8259
|
-
*
|
|
8290
|
+
* The configuration items of API requests sent by the consumer to API Gateway.
|
|
8260
8291
|
*
|
|
8261
8292
|
* For more information, see [RequestConfig](https://help.aliyun.com/document_detail/43985.html).
|
|
8262
8293
|
*/
|
|
@@ -10781,17 +10812,26 @@ export class DescribeApisByTrafficControlResponse extends $tea.Model {
|
|
|
10781
10812
|
|
|
10782
10813
|
export class DescribeApisByVpcAccessRequest extends $tea.Model {
|
|
10783
10814
|
/**
|
|
10815
|
+
* @remarks
|
|
10816
|
+
* The page number. Pages start from page 1. Default value: 1.
|
|
10817
|
+
*
|
|
10784
10818
|
* @example
|
|
10785
10819
|
* 2
|
|
10786
10820
|
*/
|
|
10787
10821
|
pageNumber?: number;
|
|
10788
10822
|
/**
|
|
10823
|
+
* @remarks
|
|
10824
|
+
* The number of entries per page. Valid values: 1 to 100. Default value: 10.
|
|
10825
|
+
*
|
|
10789
10826
|
* @example
|
|
10790
10827
|
* 10
|
|
10791
10828
|
*/
|
|
10792
10829
|
pageSize?: number;
|
|
10793
10830
|
securityToken?: string;
|
|
10794
10831
|
/**
|
|
10832
|
+
* @remarks
|
|
10833
|
+
* The name of the VPC access authorization.
|
|
10834
|
+
*
|
|
10795
10835
|
* @example
|
|
10796
10836
|
* lynkco-iov-uat
|
|
10797
10837
|
*/
|
|
@@ -10820,23 +10860,39 @@ export class DescribeApisByVpcAccessRequest extends $tea.Model {
|
|
|
10820
10860
|
}
|
|
10821
10861
|
|
|
10822
10862
|
export class DescribeApisByVpcAccessResponseBody extends $tea.Model {
|
|
10863
|
+
/**
|
|
10864
|
+
* @remarks
|
|
10865
|
+
* The returned API information. It is an array consisting of ApiInfo data.
|
|
10866
|
+
*/
|
|
10823
10867
|
apiVpcAccessInfos?: DescribeApisByVpcAccessResponseBodyApiVpcAccessInfos;
|
|
10824
10868
|
/**
|
|
10869
|
+
* @remarks
|
|
10870
|
+
* The page number. Pages start from page 1. Default value: 1.
|
|
10871
|
+
*
|
|
10825
10872
|
* @example
|
|
10826
10873
|
* 1
|
|
10827
10874
|
*/
|
|
10828
10875
|
pageNumber?: number;
|
|
10829
10876
|
/**
|
|
10877
|
+
* @remarks
|
|
10878
|
+
* The number of entries per page. Valid values: 1 to 100. Default value: 10.
|
|
10879
|
+
*
|
|
10830
10880
|
* @example
|
|
10831
10881
|
* 10
|
|
10832
10882
|
*/
|
|
10833
10883
|
pageSize?: number;
|
|
10834
10884
|
/**
|
|
10885
|
+
* @remarks
|
|
10886
|
+
* The request ID.
|
|
10887
|
+
*
|
|
10835
10888
|
* @example
|
|
10836
10889
|
* 4E707B25-5119-5ACF-9D26-7D2A2762F05C
|
|
10837
10890
|
*/
|
|
10838
10891
|
requestId?: string;
|
|
10839
10892
|
/**
|
|
10893
|
+
* @remarks
|
|
10894
|
+
* The total number of entries returned.
|
|
10895
|
+
*
|
|
10840
10896
|
* @example
|
|
10841
10897
|
* 12
|
|
10842
10898
|
*/
|
|
@@ -11144,7 +11200,7 @@ export class DescribeAppResponseBody extends $tea.Model {
|
|
|
11144
11200
|
description?: string;
|
|
11145
11201
|
/**
|
|
11146
11202
|
* @remarks
|
|
11147
|
-
*
|
|
11203
|
+
* 扩展信息
|
|
11148
11204
|
*
|
|
11149
11205
|
* @example
|
|
11150
11206
|
* 110243810311
|
|
@@ -11263,7 +11319,7 @@ export class DescribeAppAttributesRequest extends $tea.Model {
|
|
|
11263
11319
|
enableTagAuth?: boolean;
|
|
11264
11320
|
/**
|
|
11265
11321
|
* @remarks
|
|
11266
|
-
*
|
|
11322
|
+
* 扩展信息
|
|
11267
11323
|
*
|
|
11268
11324
|
* @example
|
|
11269
11325
|
* 110243810311
|
|
@@ -11345,7 +11401,7 @@ export class DescribeAppAttributesRequest extends $tea.Model {
|
|
|
11345
11401
|
export class DescribeAppAttributesResponseBody extends $tea.Model {
|
|
11346
11402
|
/**
|
|
11347
11403
|
* @remarks
|
|
11348
|
-
* The returned
|
|
11404
|
+
* The returned app information. It is an array that consists of AppAttribute data.
|
|
11349
11405
|
*/
|
|
11350
11406
|
apps?: DescribeAppAttributesResponseBodyApps;
|
|
11351
11407
|
/**
|
|
@@ -11433,6 +11489,8 @@ export class DescribeAppAttributesResponse extends $tea.Model {
|
|
|
11433
11489
|
export class DescribeAppSecuritiesRequest extends $tea.Model {
|
|
11434
11490
|
/**
|
|
11435
11491
|
* @remarks
|
|
11492
|
+
* The application ID.
|
|
11493
|
+
*
|
|
11436
11494
|
* This parameter is required.
|
|
11437
11495
|
*
|
|
11438
11496
|
* @example
|
|
@@ -11460,8 +11518,15 @@ export class DescribeAppSecuritiesRequest extends $tea.Model {
|
|
|
11460
11518
|
}
|
|
11461
11519
|
|
|
11462
11520
|
export class DescribeAppSecuritiesResponseBody extends $tea.Model {
|
|
11521
|
+
/**
|
|
11522
|
+
* @remarks
|
|
11523
|
+
* The associated security policy information.
|
|
11524
|
+
*/
|
|
11463
11525
|
appSecuritys?: DescribeAppSecuritiesResponseBodyAppSecuritys;
|
|
11464
11526
|
/**
|
|
11527
|
+
* @remarks
|
|
11528
|
+
* The request ID.
|
|
11529
|
+
*
|
|
11465
11530
|
* @example
|
|
11466
11531
|
* EF924FE4-2EDD-4CD3-89EC-34E4708574E7
|
|
11467
11532
|
*/
|
|
@@ -12195,7 +12260,7 @@ export class DescribeAuthorizedAppsRequest extends $tea.Model {
|
|
|
12195
12260
|
export class DescribeAuthorizedAppsResponseBody extends $tea.Model {
|
|
12196
12261
|
/**
|
|
12197
12262
|
* @remarks
|
|
12198
|
-
* The
|
|
12263
|
+
* The authorized applications.
|
|
12199
12264
|
*/
|
|
12200
12265
|
authorizedApps?: DescribeAuthorizedAppsResponseBodyAuthorizedApps;
|
|
12201
12266
|
/**
|
|
@@ -12892,7 +12957,7 @@ export class DescribeDatasetListRequest extends $tea.Model {
|
|
|
12892
12957
|
securityToken?: string;
|
|
12893
12958
|
/**
|
|
12894
12959
|
* @remarks
|
|
12895
|
-
*
|
|
12960
|
+
* 指定规则所适用的对象标签,可设置多个
|
|
12896
12961
|
*/
|
|
12897
12962
|
tag?: DescribeDatasetListRequestTag[];
|
|
12898
12963
|
static names(): { [key: string]: string } {
|
|
@@ -13494,9 +13559,6 @@ export class DescribeDeployedApisRequest extends $tea.Model {
|
|
|
13494
13559
|
*/
|
|
13495
13560
|
apiId?: string;
|
|
13496
13561
|
/**
|
|
13497
|
-
* @remarks
|
|
13498
|
-
* The HTTP method of the API request.
|
|
13499
|
-
*
|
|
13500
13562
|
* @example
|
|
13501
13563
|
* POST
|
|
13502
13564
|
*/
|
|
@@ -13510,9 +13572,6 @@ export class DescribeDeployedApisRequest extends $tea.Model {
|
|
|
13510
13572
|
*/
|
|
13511
13573
|
apiName?: string;
|
|
13512
13574
|
/**
|
|
13513
|
-
* @remarks
|
|
13514
|
-
* The request path of the API.
|
|
13515
|
-
*
|
|
13516
13575
|
* @example
|
|
13517
13576
|
* /st4
|
|
13518
13577
|
*/
|
|
@@ -13563,7 +13622,7 @@ export class DescribeDeployedApisRequest extends $tea.Model {
|
|
|
13563
13622
|
stageName?: string;
|
|
13564
13623
|
/**
|
|
13565
13624
|
* @remarks
|
|
13566
|
-
* The
|
|
13625
|
+
* The tags.
|
|
13567
13626
|
*/
|
|
13568
13627
|
tag?: DescribeDeployedApisRequestTag[];
|
|
13569
13628
|
static names(): { [key: string]: string } {
|
|
@@ -13704,7 +13763,7 @@ export class DescribeDomainRequest extends $tea.Model {
|
|
|
13704
13763
|
domainName?: string;
|
|
13705
13764
|
/**
|
|
13706
13765
|
* @remarks
|
|
13707
|
-
* The ID of the API group.
|
|
13766
|
+
* The ID of the API group. This ID is generated by the system and globally unique.
|
|
13708
13767
|
*
|
|
13709
13768
|
* This parameter is required.
|
|
13710
13769
|
*
|
|
@@ -13737,7 +13796,7 @@ export class DescribeDomainRequest extends $tea.Model {
|
|
|
13737
13796
|
export class DescribeDomainResponseBody extends $tea.Model {
|
|
13738
13797
|
/**
|
|
13739
13798
|
* @remarks
|
|
13740
|
-
* The certificate
|
|
13799
|
+
* The content of the certificate.
|
|
13741
13800
|
*
|
|
13742
13801
|
* @example
|
|
13743
13802
|
* xxx
|
|
@@ -13753,7 +13812,7 @@ export class DescribeDomainResponseBody extends $tea.Model {
|
|
|
13753
13812
|
certificateId?: string;
|
|
13754
13813
|
/**
|
|
13755
13814
|
* @remarks
|
|
13756
|
-
* The SSL certificate
|
|
13815
|
+
* The name of the SSL certificate.
|
|
13757
13816
|
*
|
|
13758
13817
|
* @example
|
|
13759
13818
|
* myCertificate
|
|
@@ -13769,7 +13828,7 @@ export class DescribeDomainResponseBody extends $tea.Model {
|
|
|
13769
13828
|
certificatePrivateKey?: string;
|
|
13770
13829
|
/**
|
|
13771
13830
|
* @remarks
|
|
13772
|
-
*
|
|
13831
|
+
* 证书失效时间戳(毫秒)
|
|
13773
13832
|
*
|
|
13774
13833
|
* @example
|
|
13775
13834
|
* 1704038400000
|
|
@@ -13777,7 +13836,7 @@ export class DescribeDomainResponseBody extends $tea.Model {
|
|
|
13777
13836
|
certificateValidEnd?: number;
|
|
13778
13837
|
/**
|
|
13779
13838
|
* @remarks
|
|
13780
|
-
*
|
|
13839
|
+
* 证书生效时间戳(毫秒)
|
|
13781
13840
|
*
|
|
13782
13841
|
* @example
|
|
13783
13842
|
* 1672502400000
|
|
@@ -13787,8 +13846,8 @@ export class DescribeDomainResponseBody extends $tea.Model {
|
|
|
13787
13846
|
* @remarks
|
|
13788
13847
|
* The binding status of the custom domain name. Valid values:
|
|
13789
13848
|
*
|
|
13790
|
-
* * BINDING: The domain name
|
|
13791
|
-
* * BOUND: The domain name
|
|
13849
|
+
* * BINDING: The domain name has been bound.
|
|
13850
|
+
* * BOUND: The domain name has not been bound.
|
|
13792
13851
|
*
|
|
13793
13852
|
* @example
|
|
13794
13853
|
* BINDING
|
|
@@ -13810,7 +13869,7 @@ export class DescribeDomainResponseBody extends $tea.Model {
|
|
|
13810
13869
|
* The validity status of the domain name. Valid values:
|
|
13811
13870
|
*
|
|
13812
13871
|
* * NORMAL
|
|
13813
|
-
* * ABNORMAL: This status affects API calls and must be
|
|
13872
|
+
* * ABNORMAL: This status affects API calls and must be resolved as soon as possible.
|
|
13814
13873
|
*
|
|
13815
13874
|
* @example
|
|
13816
13875
|
* NORMAL
|
|
@@ -13829,7 +13888,7 @@ export class DescribeDomainResponseBody extends $tea.Model {
|
|
|
13829
13888
|
* Remarks about the domain name, such as the cause of an exception.
|
|
13830
13889
|
*
|
|
13831
13890
|
* @example
|
|
13832
|
-
* The
|
|
13891
|
+
* The domain name does not have an ICP filing.
|
|
13833
13892
|
*/
|
|
13834
13893
|
domainRemark?: string;
|
|
13835
13894
|
/**
|
|
@@ -13850,7 +13909,7 @@ export class DescribeDomainResponseBody extends $tea.Model {
|
|
|
13850
13909
|
groupId?: string;
|
|
13851
13910
|
/**
|
|
13852
13911
|
* @remarks
|
|
13853
|
-
* The request
|
|
13912
|
+
* The ID of the request.
|
|
13854
13913
|
*
|
|
13855
13914
|
* @example
|
|
13856
13915
|
* 6EF60BEC-0242-43AF-BB20-270359FB54A7
|
|
@@ -14408,7 +14467,7 @@ export class DescribeHistoryApisRequest extends $tea.Model {
|
|
|
14408
14467
|
export class DescribeHistoryApisResponseBody extends $tea.Model {
|
|
14409
14468
|
/**
|
|
14410
14469
|
* @remarks
|
|
14411
|
-
* The returned API information. It is an array consisting of
|
|
14470
|
+
* The returned API information. It is an array consisting of ApiHisItems.
|
|
14412
14471
|
*/
|
|
14413
14472
|
apiHisItems?: DescribeHistoryApisResponseBodyApiHisItems;
|
|
14414
14473
|
/**
|
|
@@ -14616,6 +14675,9 @@ export class DescribeImportOASTaskResponse extends $tea.Model {
|
|
|
14616
14675
|
|
|
14617
14676
|
export class DescribeInstanceClusterInfoRequest extends $tea.Model {
|
|
14618
14677
|
/**
|
|
14678
|
+
* @remarks
|
|
14679
|
+
* The name of the dedicated instance cluster.
|
|
14680
|
+
*
|
|
14619
14681
|
* @example
|
|
14620
14682
|
* testvpc
|
|
14621
14683
|
*/
|
|
@@ -14642,53 +14704,91 @@ export class DescribeInstanceClusterInfoRequest extends $tea.Model {
|
|
|
14642
14704
|
|
|
14643
14705
|
export class DescribeInstanceClusterInfoResponseBody extends $tea.Model {
|
|
14644
14706
|
/**
|
|
14707
|
+
* @remarks
|
|
14708
|
+
* The time when the cluster was created.
|
|
14709
|
+
*
|
|
14645
14710
|
* @example
|
|
14646
14711
|
* 2022-10-10T18:29:27
|
|
14647
14712
|
*/
|
|
14648
14713
|
createdTime?: string;
|
|
14649
14714
|
/**
|
|
14715
|
+
* @remarks
|
|
14716
|
+
* The cluster description, which can be up to 200 characters in length.
|
|
14717
|
+
*
|
|
14650
14718
|
* @example
|
|
14651
14719
|
* v0.0.4
|
|
14652
14720
|
*/
|
|
14653
14721
|
description?: string;
|
|
14722
|
+
/**
|
|
14723
|
+
* @remarks
|
|
14724
|
+
* The cluster details.
|
|
14725
|
+
*/
|
|
14654
14726
|
instanceClusterAttribute?: DescribeInstanceClusterInfoResponseBodyInstanceClusterAttribute;
|
|
14655
14727
|
/**
|
|
14728
|
+
* @remarks
|
|
14729
|
+
* The cluster ID.
|
|
14730
|
+
*
|
|
14656
14731
|
* @example
|
|
14657
14732
|
* apigateway-ht-04e41d95e9c1
|
|
14658
14733
|
*/
|
|
14659
14734
|
instanceClusterId?: string;
|
|
14660
14735
|
/**
|
|
14736
|
+
* @remarks
|
|
14737
|
+
* The cluster name.
|
|
14738
|
+
*
|
|
14661
14739
|
* @example
|
|
14662
14740
|
* test
|
|
14663
14741
|
*/
|
|
14664
14742
|
instanceClusterName?: string;
|
|
14665
14743
|
/**
|
|
14744
|
+
* @remarks
|
|
14745
|
+
* The cluster status.
|
|
14746
|
+
*
|
|
14666
14747
|
* @example
|
|
14667
14748
|
* RUNNING
|
|
14668
14749
|
*/
|
|
14669
14750
|
instanceClusterStatus?: string;
|
|
14670
14751
|
/**
|
|
14752
|
+
* @remarks
|
|
14753
|
+
* The cluster type.
|
|
14754
|
+
*
|
|
14671
14755
|
* @example
|
|
14672
14756
|
* normal
|
|
14673
14757
|
*/
|
|
14674
14758
|
instanceClusterType?: string;
|
|
14675
14759
|
/**
|
|
14760
|
+
* @remarks
|
|
14761
|
+
* The cluster version.
|
|
14762
|
+
*
|
|
14676
14763
|
* @example
|
|
14677
14764
|
* 3.5.3.856
|
|
14678
14765
|
*/
|
|
14679
14766
|
instanceClusterVersion?: string;
|
|
14767
|
+
/**
|
|
14768
|
+
* @remarks
|
|
14769
|
+
* The dedicated instances contained in the cluster.
|
|
14770
|
+
*/
|
|
14680
14771
|
instanceList?: DescribeInstanceClusterInfoResponseBodyInstanceList;
|
|
14681
14772
|
/**
|
|
14773
|
+
* @remarks
|
|
14774
|
+
* The time when the cluster was last modified.
|
|
14775
|
+
*
|
|
14682
14776
|
* @example
|
|
14683
14777
|
* 2023-06-19 10:40:29 +0800
|
|
14684
14778
|
*/
|
|
14685
14779
|
modifiedTime?: string;
|
|
14686
14780
|
/**
|
|
14781
|
+
* @remarks
|
|
14782
|
+
* The region ID of the cluster.
|
|
14783
|
+
*
|
|
14687
14784
|
* @example
|
|
14688
14785
|
* cn-hangzhou
|
|
14689
14786
|
*/
|
|
14690
14787
|
regionId?: string;
|
|
14691
14788
|
/**
|
|
14789
|
+
* @remarks
|
|
14790
|
+
* The request ID.
|
|
14791
|
+
*
|
|
14692
14792
|
* @example
|
|
14693
14793
|
* CEF72CEB-54B6-4AE8-B225-F876FF7BZ015
|
|
14694
14794
|
*/
|
|
@@ -14758,14 +14858,34 @@ export class DescribeInstanceClusterInfoResponse extends $tea.Model {
|
|
|
14758
14858
|
}
|
|
14759
14859
|
|
|
14760
14860
|
export class DescribeInstanceClusterListRequest extends $tea.Model {
|
|
14861
|
+
/**
|
|
14862
|
+
* @remarks
|
|
14863
|
+
* The cluster ID.
|
|
14864
|
+
*
|
|
14865
|
+
* @example
|
|
14866
|
+
* apigateway-cluster-hz-xxxxxxxxxxxx
|
|
14867
|
+
*/
|
|
14761
14868
|
instanceClusterId?: string;
|
|
14869
|
+
/**
|
|
14870
|
+
* @remarks
|
|
14871
|
+
* The cluster name.
|
|
14872
|
+
*
|
|
14873
|
+
* @example
|
|
14874
|
+
* test-cluster
|
|
14875
|
+
*/
|
|
14762
14876
|
instanceClusterName?: string;
|
|
14763
14877
|
/**
|
|
14878
|
+
* @remarks
|
|
14879
|
+
* The page number of the page to return.
|
|
14880
|
+
*
|
|
14764
14881
|
* @example
|
|
14765
14882
|
* 1
|
|
14766
14883
|
*/
|
|
14767
14884
|
pageNumber?: number;
|
|
14768
14885
|
/**
|
|
14886
|
+
* @remarks
|
|
14887
|
+
* The number of entries per page.
|
|
14888
|
+
*
|
|
14769
14889
|
* @example
|
|
14770
14890
|
* 10
|
|
14771
14891
|
*/
|
|
@@ -14799,21 +14919,33 @@ export class DescribeInstanceClusterListRequest extends $tea.Model {
|
|
|
14799
14919
|
export class DescribeInstanceClusterListResponseBody extends $tea.Model {
|
|
14800
14920
|
instanceClusters?: DescribeInstanceClusterListResponseBodyInstanceClusters;
|
|
14801
14921
|
/**
|
|
14922
|
+
* @remarks
|
|
14923
|
+
* The page number of the returned page.
|
|
14924
|
+
*
|
|
14802
14925
|
* @example
|
|
14803
14926
|
* 1
|
|
14804
14927
|
*/
|
|
14805
14928
|
pageNumber?: number;
|
|
14806
14929
|
/**
|
|
14930
|
+
* @remarks
|
|
14931
|
+
* The number of entries per page.
|
|
14932
|
+
*
|
|
14807
14933
|
* @example
|
|
14808
14934
|
* 10
|
|
14809
14935
|
*/
|
|
14810
14936
|
pageSize?: number;
|
|
14811
14937
|
/**
|
|
14938
|
+
* @remarks
|
|
14939
|
+
* The request ID.
|
|
14940
|
+
*
|
|
14812
14941
|
* @example
|
|
14813
14942
|
* CEF72CEB-54B6-4AE8-B225-F876FF7BZ015
|
|
14814
14943
|
*/
|
|
14815
14944
|
requestId?: string;
|
|
14816
14945
|
/**
|
|
14946
|
+
* @remarks
|
|
14947
|
+
* The total number of entries returned.
|
|
14948
|
+
*
|
|
14817
14949
|
* @example
|
|
14818
14950
|
* 2
|
|
14819
14951
|
*/
|
|
@@ -16696,6 +16828,10 @@ export class DescribeModelsRequest extends $tea.Model {
|
|
|
16696
16828
|
* 10
|
|
16697
16829
|
*/
|
|
16698
16830
|
pageSize?: number;
|
|
16831
|
+
/**
|
|
16832
|
+
* @remarks
|
|
16833
|
+
* The tag of objects that match the rule. You can specify multiple tags.
|
|
16834
|
+
*/
|
|
16699
16835
|
tag?: DescribeModelsRequestTag[];
|
|
16700
16836
|
static names(): { [key: string]: string } {
|
|
16701
16837
|
return {
|
|
@@ -16732,7 +16868,7 @@ export class DescribeModelsResponseBody extends $tea.Model {
|
|
|
16732
16868
|
modelDetails?: DescribeModelsResponseBodyModelDetails;
|
|
16733
16869
|
/**
|
|
16734
16870
|
* @remarks
|
|
16735
|
-
* The page number of the
|
|
16871
|
+
* The page number of the page to return.
|
|
16736
16872
|
*
|
|
16737
16873
|
* @example
|
|
16738
16874
|
* 1
|
|
@@ -16740,7 +16876,7 @@ export class DescribeModelsResponseBody extends $tea.Model {
|
|
|
16740
16876
|
pageNumber?: number;
|
|
16741
16877
|
/**
|
|
16742
16878
|
* @remarks
|
|
16743
|
-
* The number of entries
|
|
16879
|
+
* The number of entries per page.
|
|
16744
16880
|
*
|
|
16745
16881
|
* @example
|
|
16746
16882
|
* 10
|
|
@@ -16748,7 +16884,7 @@ export class DescribeModelsResponseBody extends $tea.Model {
|
|
|
16748
16884
|
pageSize?: number;
|
|
16749
16885
|
/**
|
|
16750
16886
|
* @remarks
|
|
16751
|
-
* The ID
|
|
16887
|
+
* The request ID.
|
|
16752
16888
|
*
|
|
16753
16889
|
* @example
|
|
16754
16890
|
* 40306469-2FB5-417A-B723-AF1F4A4FA204
|
|
@@ -21664,6 +21800,7 @@ export class ModifyApiGroupRequest extends $tea.Model {
|
|
|
21664
21800
|
* New weather informations.
|
|
21665
21801
|
*/
|
|
21666
21802
|
description?: string;
|
|
21803
|
+
filterAppCodeForBackend?: string;
|
|
21667
21804
|
/**
|
|
21668
21805
|
* @remarks
|
|
21669
21806
|
* The ID of the API group. This ID is generated by the system and globally unique.
|
|
@@ -21725,6 +21862,7 @@ export class ModifyApiGroupRequest extends $tea.Model {
|
|
|
21725
21862
|
customerConfigs: 'CustomerConfigs',
|
|
21726
21863
|
defaultDomain: 'DefaultDomain',
|
|
21727
21864
|
description: 'Description',
|
|
21865
|
+
filterAppCodeForBackend: 'FilterAppCodeForBackend',
|
|
21728
21866
|
groupId: 'GroupId',
|
|
21729
21867
|
groupName: 'GroupName',
|
|
21730
21868
|
passthroughHeaders: 'PassthroughHeaders',
|
|
@@ -21744,6 +21882,7 @@ export class ModifyApiGroupRequest extends $tea.Model {
|
|
|
21744
21882
|
customerConfigs: 'string',
|
|
21745
21883
|
defaultDomain: 'string',
|
|
21746
21884
|
description: 'string',
|
|
21885
|
+
filterAppCodeForBackend: 'string',
|
|
21747
21886
|
groupId: 'string',
|
|
21748
21887
|
groupName: 'string',
|
|
21749
21888
|
passthroughHeaders: 'string',
|
|
@@ -22793,106 +22932,114 @@ export class ModifyInstanceAttributeRequest extends $tea.Model {
|
|
|
22793
22932
|
* 18:00Z
|
|
22794
22933
|
*/
|
|
22795
22934
|
maintainStartTime?: string;
|
|
22796
|
-
toConnectVpcIpBlock?: ModifyInstanceAttributeRequestToConnectVpcIpBlock;
|
|
22797
|
-
/**
|
|
22798
|
-
* @example
|
|
22799
|
-
* c20d86c4-1eb3-4d0b-afe9-c586df1e2136
|
|
22800
|
-
*/
|
|
22801
|
-
token?: string;
|
|
22802
|
-
/**
|
|
22803
|
-
* @example
|
|
22804
|
-
* false
|
|
22805
|
-
*/
|
|
22806
|
-
vpcSlbIntranetEnable?: string;
|
|
22807
|
-
static names(): { [key: string]: string } {
|
|
22808
|
-
return {
|
|
22809
|
-
deleteVpcIpBlock: 'DeleteVpcIpBlock',
|
|
22810
|
-
egressIpv6Enable: 'EgressIpv6Enable',
|
|
22811
|
-
httpsPolicy: 'HttpsPolicy',
|
|
22812
|
-
IPV6Enabled: 'IPV6Enabled',
|
|
22813
|
-
instanceId: 'InstanceId',
|
|
22814
|
-
instanceName: 'InstanceName',
|
|
22815
|
-
intranetSegments: 'IntranetSegments',
|
|
22816
|
-
maintainEndTime: 'MaintainEndTime',
|
|
22817
|
-
maintainStartTime: 'MaintainStartTime',
|
|
22818
|
-
toConnectVpcIpBlock: 'ToConnectVpcIpBlock',
|
|
22819
|
-
token: 'Token',
|
|
22820
|
-
vpcSlbIntranetEnable: 'VpcSlbIntranetEnable',
|
|
22821
|
-
};
|
|
22822
|
-
}
|
|
22823
|
-
|
|
22824
|
-
static types(): { [key: string]: any } {
|
|
22825
|
-
return {
|
|
22826
|
-
deleteVpcIpBlock: 'string',
|
|
22827
|
-
egressIpv6Enable: 'string',
|
|
22828
|
-
httpsPolicy: 'string',
|
|
22829
|
-
IPV6Enabled: 'string',
|
|
22830
|
-
instanceId: 'string',
|
|
22831
|
-
instanceName: 'string',
|
|
22832
|
-
intranetSegments: 'string',
|
|
22833
|
-
maintainEndTime: 'string',
|
|
22834
|
-
maintainStartTime: 'string',
|
|
22835
|
-
toConnectVpcIpBlock: ModifyInstanceAttributeRequestToConnectVpcIpBlock,
|
|
22836
|
-
token: 'string',
|
|
22837
|
-
vpcSlbIntranetEnable: 'string',
|
|
22838
|
-
};
|
|
22839
|
-
}
|
|
22840
|
-
|
|
22841
|
-
constructor(map?: { [key: string]: any }) {
|
|
22842
|
-
super(map);
|
|
22843
|
-
}
|
|
22844
|
-
}
|
|
22845
|
-
|
|
22846
|
-
export class ModifyInstanceAttributeShrinkRequest extends $tea.Model {
|
|
22847
|
-
/**
|
|
22848
|
-
* @example
|
|
22849
|
-
* true
|
|
22850
|
-
*/
|
|
22851
|
-
deleteVpcIpBlock?: string;
|
|
22852
|
-
/**
|
|
22853
|
-
* @example
|
|
22854
|
-
* true
|
|
22855
|
-
*/
|
|
22856
|
-
egressIpv6Enable?: string;
|
|
22857
|
-
/**
|
|
22858
|
-
* @example
|
|
22859
|
-
* HTTPS2_TLS1_0
|
|
22860
|
-
*/
|
|
22861
|
-
httpsPolicy?: string;
|
|
22862
|
-
/**
|
|
22863
|
-
* @example
|
|
22864
|
-
* true
|
|
22865
|
-
*/
|
|
22866
|
-
IPV6Enabled?: string;
|
|
22867
22935
|
/**
|
|
22868
22936
|
* @remarks
|
|
22869
|
-
*
|
|
22870
|
-
*
|
|
22871
|
-
* @example
|
|
22872
|
-
* apigateway-ht-8xxxxxxxxx
|
|
22873
|
-
*/
|
|
22874
|
-
instanceId?: string;
|
|
22875
|
-
/**
|
|
22876
|
-
* @example
|
|
22877
|
-
* apigatewayInstance
|
|
22878
|
-
*/
|
|
22879
|
-
instanceName?: string;
|
|
22880
|
-
/**
|
|
22881
|
-
* @example
|
|
22882
|
-
* 172.0.0.1/24
|
|
22883
|
-
*/
|
|
22884
|
-
intranetSegments?: string;
|
|
22885
|
-
/**
|
|
22886
|
-
* @example
|
|
22887
|
-
* 23:00Z
|
|
22937
|
+
* The information about the CIDR block that API Gateway can use to access the virtual private cloud (VPC) of the backend service.
|
|
22888
22938
|
*/
|
|
22889
|
-
|
|
22890
|
-
/**
|
|
22891
|
-
* @example
|
|
22892
|
-
*
|
|
22893
|
-
*/
|
|
22894
|
-
|
|
22895
|
-
|
|
22939
|
+
toConnectVpcIpBlock?: ModifyInstanceAttributeRequestToConnectVpcIpBlock;
|
|
22940
|
+
/**
|
|
22941
|
+
* @example
|
|
22942
|
+
* c20d86c4-1eb3-4d0b-afe9-c586df1e2136
|
|
22943
|
+
*/
|
|
22944
|
+
token?: string;
|
|
22945
|
+
/**
|
|
22946
|
+
* @example
|
|
22947
|
+
* false
|
|
22948
|
+
*/
|
|
22949
|
+
vpcSlbIntranetEnable?: string;
|
|
22950
|
+
static names(): { [key: string]: string } {
|
|
22951
|
+
return {
|
|
22952
|
+
deleteVpcIpBlock: 'DeleteVpcIpBlock',
|
|
22953
|
+
egressIpv6Enable: 'EgressIpv6Enable',
|
|
22954
|
+
httpsPolicy: 'HttpsPolicy',
|
|
22955
|
+
IPV6Enabled: 'IPV6Enabled',
|
|
22956
|
+
instanceId: 'InstanceId',
|
|
22957
|
+
instanceName: 'InstanceName',
|
|
22958
|
+
intranetSegments: 'IntranetSegments',
|
|
22959
|
+
maintainEndTime: 'MaintainEndTime',
|
|
22960
|
+
maintainStartTime: 'MaintainStartTime',
|
|
22961
|
+
toConnectVpcIpBlock: 'ToConnectVpcIpBlock',
|
|
22962
|
+
token: 'Token',
|
|
22963
|
+
vpcSlbIntranetEnable: 'VpcSlbIntranetEnable',
|
|
22964
|
+
};
|
|
22965
|
+
}
|
|
22966
|
+
|
|
22967
|
+
static types(): { [key: string]: any } {
|
|
22968
|
+
return {
|
|
22969
|
+
deleteVpcIpBlock: 'string',
|
|
22970
|
+
egressIpv6Enable: 'string',
|
|
22971
|
+
httpsPolicy: 'string',
|
|
22972
|
+
IPV6Enabled: 'string',
|
|
22973
|
+
instanceId: 'string',
|
|
22974
|
+
instanceName: 'string',
|
|
22975
|
+
intranetSegments: 'string',
|
|
22976
|
+
maintainEndTime: 'string',
|
|
22977
|
+
maintainStartTime: 'string',
|
|
22978
|
+
toConnectVpcIpBlock: ModifyInstanceAttributeRequestToConnectVpcIpBlock,
|
|
22979
|
+
token: 'string',
|
|
22980
|
+
vpcSlbIntranetEnable: 'string',
|
|
22981
|
+
};
|
|
22982
|
+
}
|
|
22983
|
+
|
|
22984
|
+
constructor(map?: { [key: string]: any }) {
|
|
22985
|
+
super(map);
|
|
22986
|
+
}
|
|
22987
|
+
}
|
|
22988
|
+
|
|
22989
|
+
export class ModifyInstanceAttributeShrinkRequest extends $tea.Model {
|
|
22990
|
+
/**
|
|
22991
|
+
* @example
|
|
22992
|
+
* true
|
|
22993
|
+
*/
|
|
22994
|
+
deleteVpcIpBlock?: string;
|
|
22995
|
+
/**
|
|
22996
|
+
* @example
|
|
22997
|
+
* true
|
|
22998
|
+
*/
|
|
22999
|
+
egressIpv6Enable?: string;
|
|
23000
|
+
/**
|
|
23001
|
+
* @example
|
|
23002
|
+
* HTTPS2_TLS1_0
|
|
23003
|
+
*/
|
|
23004
|
+
httpsPolicy?: string;
|
|
23005
|
+
/**
|
|
23006
|
+
* @example
|
|
23007
|
+
* true
|
|
23008
|
+
*/
|
|
23009
|
+
IPV6Enabled?: string;
|
|
23010
|
+
/**
|
|
23011
|
+
* @remarks
|
|
23012
|
+
* This parameter is required.
|
|
23013
|
+
*
|
|
23014
|
+
* @example
|
|
23015
|
+
* apigateway-ht-8xxxxxxxxx
|
|
23016
|
+
*/
|
|
23017
|
+
instanceId?: string;
|
|
23018
|
+
/**
|
|
23019
|
+
* @example
|
|
23020
|
+
* apigatewayInstance
|
|
23021
|
+
*/
|
|
23022
|
+
instanceName?: string;
|
|
23023
|
+
/**
|
|
23024
|
+
* @example
|
|
23025
|
+
* 172.0.0.1/24
|
|
23026
|
+
*/
|
|
23027
|
+
intranetSegments?: string;
|
|
23028
|
+
/**
|
|
23029
|
+
* @example
|
|
23030
|
+
* 23:00Z
|
|
23031
|
+
*/
|
|
23032
|
+
maintainEndTime?: string;
|
|
23033
|
+
/**
|
|
23034
|
+
* @example
|
|
23035
|
+
* 18:00Z
|
|
23036
|
+
*/
|
|
23037
|
+
maintainStartTime?: string;
|
|
23038
|
+
/**
|
|
23039
|
+
* @remarks
|
|
23040
|
+
* The information about the CIDR block that API Gateway can use to access the virtual private cloud (VPC) of the backend service.
|
|
23041
|
+
*/
|
|
23042
|
+
toConnectVpcIpBlockShrink?: string;
|
|
22896
23043
|
/**
|
|
22897
23044
|
* @example
|
|
22898
23045
|
* c20d86c4-1eb3-4d0b-afe9-c586df1e2136
|
|
@@ -24421,7 +24568,7 @@ export class ReactivateDomainRequest extends $tea.Model {
|
|
|
24421
24568
|
domainName?: string;
|
|
24422
24569
|
/**
|
|
24423
24570
|
* @remarks
|
|
24424
|
-
* The ID of the API group
|
|
24571
|
+
* The ID of the API group. This ID is generated by the system and globally unique.
|
|
24425
24572
|
*
|
|
24426
24573
|
* This parameter is required.
|
|
24427
24574
|
*
|
|
@@ -24720,7 +24867,7 @@ export class RemoveApiProductsAuthoritiesResponse extends $tea.Model {
|
|
|
24720
24867
|
export class RemoveApisAuthoritiesRequest extends $tea.Model {
|
|
24721
24868
|
/**
|
|
24722
24869
|
* @remarks
|
|
24723
|
-
* The
|
|
24870
|
+
* The IDs of the APIs. Separate multiple API IDs with commas (,). A maximum of 100 API IDs can be entered.
|
|
24724
24871
|
*
|
|
24725
24872
|
* This parameter is required.
|
|
24726
24873
|
*
|
|
@@ -24730,7 +24877,7 @@ export class RemoveApisAuthoritiesRequest extends $tea.Model {
|
|
|
24730
24877
|
apiIds?: string;
|
|
24731
24878
|
/**
|
|
24732
24879
|
* @remarks
|
|
24733
|
-
* The ID of the
|
|
24880
|
+
* The ID of the appplication. The ID is generated by the system and globally unique.
|
|
24734
24881
|
*
|
|
24735
24882
|
* This parameter is required.
|
|
24736
24883
|
*
|
|
@@ -26364,7 +26511,7 @@ export class SetApiProductsAuthoritiesResponse extends $tea.Model {
|
|
|
26364
26511
|
export class SetApisAuthoritiesRequest extends $tea.Model {
|
|
26365
26512
|
/**
|
|
26366
26513
|
* @remarks
|
|
26367
|
-
* The
|
|
26514
|
+
* The IDs of the APIs. Separate multiple API IDs with commas (,). A maximum of 100 API IDs can be entered.
|
|
26368
26515
|
*
|
|
26369
26516
|
* @example
|
|
26370
26517
|
* baacc592e63a4cb6a41920d9d3f91f38,jkscc489e63a4cb6a41920d9d3f92d78
|
|
@@ -26372,7 +26519,7 @@ export class SetApisAuthoritiesRequest extends $tea.Model {
|
|
|
26372
26519
|
apiIds?: string;
|
|
26373
26520
|
/**
|
|
26374
26521
|
* @remarks
|
|
26375
|
-
* The ID of the
|
|
26522
|
+
* The ID of the application. This ID is generated by the system and globally unique.
|
|
26376
26523
|
*
|
|
26377
26524
|
* This parameter is required.
|
|
26378
26525
|
*
|
|
@@ -26605,7 +26752,7 @@ export class SetAppsAuthoritiesRequest extends $tea.Model {
|
|
|
26605
26752
|
apiId?: string;
|
|
26606
26753
|
/**
|
|
26607
26754
|
* @remarks
|
|
26608
|
-
* The
|
|
26755
|
+
* The IDs of applications. Separate multiple application IDs with commas (,). A maximum of 100 applications IDs can be entered.
|
|
26609
26756
|
*
|
|
26610
26757
|
* This parameter is required.
|
|
26611
26758
|
*
|
|
@@ -26960,7 +27107,7 @@ export class SetDomainCertificateRequest extends $tea.Model {
|
|
|
26960
27107
|
caCertificateBody?: string;
|
|
26961
27108
|
/**
|
|
26962
27109
|
* @remarks
|
|
26963
|
-
* The certificate
|
|
27110
|
+
* The content of the certificate.
|
|
26964
27111
|
*
|
|
26965
27112
|
* @example
|
|
26966
27113
|
* For more information, see the following request examples
|
|
@@ -26996,7 +27143,7 @@ export class SetDomainCertificateRequest extends $tea.Model {
|
|
|
26996
27143
|
domainName?: string;
|
|
26997
27144
|
/**
|
|
26998
27145
|
* @remarks
|
|
26999
|
-
* The ID of the API group
|
|
27146
|
+
* The ID of the API group. This ID is generated by the system and globally unique.
|
|
27000
27147
|
*
|
|
27001
27148
|
* This parameter is required.
|
|
27002
27149
|
*
|
|
@@ -27406,7 +27553,7 @@ export class SetIpControlApisResponse extends $tea.Model {
|
|
|
27406
27553
|
export class SetSignatureApisRequest extends $tea.Model {
|
|
27407
27554
|
/**
|
|
27408
27555
|
* @remarks
|
|
27409
|
-
* The API
|
|
27556
|
+
* The API IDs.
|
|
27410
27557
|
*
|
|
27411
27558
|
* This parameter is required.
|
|
27412
27559
|
*
|
|
@@ -27416,7 +27563,7 @@ export class SetSignatureApisRequest extends $tea.Model {
|
|
|
27416
27563
|
apiIds?: string;
|
|
27417
27564
|
/**
|
|
27418
27565
|
* @remarks
|
|
27419
|
-
* The
|
|
27566
|
+
* The API group ID.
|
|
27420
27567
|
*
|
|
27421
27568
|
* This parameter is required.
|
|
27422
27569
|
*
|
|
@@ -27427,7 +27574,7 @@ export class SetSignatureApisRequest extends $tea.Model {
|
|
|
27427
27574
|
securityToken?: string;
|
|
27428
27575
|
/**
|
|
27429
27576
|
* @remarks
|
|
27430
|
-
* The
|
|
27577
|
+
* The signature ID.
|
|
27431
27578
|
*
|
|
27432
27579
|
* This parameter is required.
|
|
27433
27580
|
*
|
|
@@ -27437,11 +27584,11 @@ export class SetSignatureApisRequest extends $tea.Model {
|
|
|
27437
27584
|
signatureId?: string;
|
|
27438
27585
|
/**
|
|
27439
27586
|
* @remarks
|
|
27440
|
-
* The
|
|
27587
|
+
* The environment. Valid values:
|
|
27441
27588
|
*
|
|
27442
|
-
* * **RELEASE
|
|
27443
|
-
* * **PRE
|
|
27444
|
-
* * **TEST
|
|
27589
|
+
* * **RELEASE**: the production environment
|
|
27590
|
+
* * **PRE**: the staging environment
|
|
27591
|
+
* * **TEST**: the testing environment
|
|
27445
27592
|
*
|
|
27446
27593
|
* This parameter is required.
|
|
27447
27594
|
*
|
|
@@ -27477,7 +27624,7 @@ export class SetSignatureApisRequest extends $tea.Model {
|
|
|
27477
27624
|
export class SetSignatureApisResponseBody extends $tea.Model {
|
|
27478
27625
|
/**
|
|
27479
27626
|
* @remarks
|
|
27480
|
-
* The ID
|
|
27627
|
+
* The request ID.
|
|
27481
27628
|
*
|
|
27482
27629
|
* @example
|
|
27483
27630
|
* CEF72CEB-54B6-4AE8-B225-F876FF7BZ004
|
|
@@ -27915,7 +28062,7 @@ export class SetWildcardDomainPatternsResponse extends $tea.Model {
|
|
|
27915
28062
|
export class SwitchApiRequest extends $tea.Model {
|
|
27916
28063
|
/**
|
|
27917
28064
|
* @remarks
|
|
27918
|
-
* The ID
|
|
28065
|
+
* The API ID.
|
|
27919
28066
|
*
|
|
27920
28067
|
* This parameter is required.
|
|
27921
28068
|
*
|
|
@@ -27925,7 +28072,7 @@ export class SwitchApiRequest extends $tea.Model {
|
|
|
27925
28072
|
apiId?: string;
|
|
27926
28073
|
/**
|
|
27927
28074
|
* @remarks
|
|
27928
|
-
* The description
|
|
28075
|
+
* The description. The description can be up to 200 characters in length.
|
|
27929
28076
|
*
|
|
27930
28077
|
* This parameter is required.
|
|
27931
28078
|
*
|
|
@@ -27935,7 +28082,7 @@ export class SwitchApiRequest extends $tea.Model {
|
|
|
27935
28082
|
description?: string;
|
|
27936
28083
|
/**
|
|
27937
28084
|
* @remarks
|
|
27938
|
-
* The
|
|
28085
|
+
* The API group ID.
|
|
27939
28086
|
*
|
|
27940
28087
|
* @example
|
|
27941
28088
|
* 123
|
|
@@ -27943,7 +28090,7 @@ export class SwitchApiRequest extends $tea.Model {
|
|
|
27943
28090
|
groupId?: string;
|
|
27944
28091
|
/**
|
|
27945
28092
|
* @remarks
|
|
27946
|
-
* The historical version
|
|
28093
|
+
* The historical version number of the API.
|
|
27947
28094
|
*
|
|
27948
28095
|
* This parameter is required.
|
|
27949
28096
|
*
|
|
@@ -27954,10 +28101,11 @@ export class SwitchApiRequest extends $tea.Model {
|
|
|
27954
28101
|
securityToken?: string;
|
|
27955
28102
|
/**
|
|
27956
28103
|
* @remarks
|
|
27957
|
-
* The
|
|
28104
|
+
* The environment. Valid values:
|
|
27958
28105
|
*
|
|
27959
|
-
* * **RELEASE
|
|
27960
|
-
* * **
|
|
28106
|
+
* * **RELEASE**: the production environment
|
|
28107
|
+
* * **PRE**: the staging environment
|
|
28108
|
+
* * **TEST**: the test environment
|
|
27961
28109
|
*
|
|
27962
28110
|
* This parameter is required.
|
|
27963
28111
|
*
|
|
@@ -27995,7 +28143,7 @@ export class SwitchApiRequest extends $tea.Model {
|
|
|
27995
28143
|
export class SwitchApiResponseBody extends $tea.Model {
|
|
27996
28144
|
/**
|
|
27997
28145
|
* @remarks
|
|
27998
|
-
* The ID
|
|
28146
|
+
* The request ID.
|
|
27999
28147
|
*
|
|
28000
28148
|
* @example
|
|
28001
28149
|
* CEF72CEB-54B6-4AE8-B225-F876FF7BZ001
|
|
@@ -29226,7 +29374,7 @@ export class DescribeAbolishApiTaskResponseBodyApiAbolishResults extends $tea.Mo
|
|
|
29226
29374
|
export class DescribeAccessControlListAttributeResponseBodyAclEntrysAclEntry extends $tea.Model {
|
|
29227
29375
|
/**
|
|
29228
29376
|
* @remarks
|
|
29229
|
-
* The description
|
|
29377
|
+
* The entry description.
|
|
29230
29378
|
*
|
|
29231
29379
|
* @example
|
|
29232
29380
|
* default
|
|
@@ -29234,7 +29382,7 @@ export class DescribeAccessControlListAttributeResponseBodyAclEntrysAclEntry ext
|
|
|
29234
29382
|
aclEntryComment?: string;
|
|
29235
29383
|
/**
|
|
29236
29384
|
* @remarks
|
|
29237
|
-
* The
|
|
29385
|
+
* The ACL entry.
|
|
29238
29386
|
*
|
|
29239
29387
|
* @example
|
|
29240
29388
|
* 192.168.1.0/24
|
|
@@ -29924,7 +30072,7 @@ export class DescribeApiResponseBodyRequestParametersRequestParameter extends $t
|
|
|
29924
30072
|
location?: string;
|
|
29925
30073
|
/**
|
|
29926
30074
|
* @remarks
|
|
29927
|
-
* The maximum parameter length when ParameterType is set to String.
|
|
30075
|
+
* The maximum parameter length when **ParameterType** is set to String.
|
|
29928
30076
|
*
|
|
29929
30077
|
* @example
|
|
29930
30078
|
* 123456
|
|
@@ -29932,7 +30080,7 @@ export class DescribeApiResponseBodyRequestParametersRequestParameter extends $t
|
|
|
29932
30080
|
maxLength?: number;
|
|
29933
30081
|
/**
|
|
29934
30082
|
* @remarks
|
|
29935
|
-
* The maximum parameter value when ParameterType is set to Int, Long, Float, or Double.
|
|
30083
|
+
* The maximum parameter value when **ParameterType** is set to Int, Long, Float, or Double.
|
|
29936
30084
|
*
|
|
29937
30085
|
* @example
|
|
29938
30086
|
* 123456
|
|
@@ -29940,7 +30088,7 @@ export class DescribeApiResponseBodyRequestParametersRequestParameter extends $t
|
|
|
29940
30088
|
maxValue?: number;
|
|
29941
30089
|
/**
|
|
29942
30090
|
* @remarks
|
|
29943
|
-
* The minimum parameter length when ParameterType is set to String.
|
|
30091
|
+
* The minimum parameter length when **ParameterType** is set to String.
|
|
29944
30092
|
*
|
|
29945
30093
|
* @example
|
|
29946
30094
|
* 123456
|
|
@@ -29948,7 +30096,7 @@ export class DescribeApiResponseBodyRequestParametersRequestParameter extends $t
|
|
|
29948
30096
|
minLength?: number;
|
|
29949
30097
|
/**
|
|
29950
30098
|
* @remarks
|
|
29951
|
-
* The minimum parameter value when ParameterType is set to Int, Long, Float, or Double.
|
|
30099
|
+
* The minimum parameter value when **ParameterType** is set to Int, Long, Float, or Double.
|
|
29952
30100
|
*
|
|
29953
30101
|
* @example
|
|
29954
30102
|
* 123456
|
|
@@ -29964,7 +30112,7 @@ export class DescribeApiResponseBodyRequestParametersRequestParameter extends $t
|
|
|
29964
30112
|
parameterType?: string;
|
|
29965
30113
|
/**
|
|
29966
30114
|
* @remarks
|
|
29967
|
-
* The regular expression that is used for parameter validation when ParameterType is set to String.
|
|
30115
|
+
* The regular expression that is used for parameter validation when **ParameterType** is set to String.
|
|
29968
30116
|
*
|
|
29969
30117
|
* @example
|
|
29970
30118
|
* xxx
|
|
@@ -30876,7 +31024,7 @@ export class DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample extends $
|
|
|
30876
31024
|
code?: string;
|
|
30877
31025
|
/**
|
|
30878
31026
|
* @remarks
|
|
30879
|
-
* The
|
|
31027
|
+
* The error description.
|
|
30880
31028
|
*
|
|
30881
31029
|
* @example
|
|
30882
31030
|
* Unauthorized
|
|
@@ -31050,7 +31198,7 @@ export class DescribeApiDocResponseBodyRequestParametersRequestParameter extends
|
|
|
31050
31198
|
demoValue?: string;
|
|
31051
31199
|
/**
|
|
31052
31200
|
* @remarks
|
|
31053
|
-
* The description.
|
|
31201
|
+
* The parameter description.
|
|
31054
31202
|
*
|
|
31055
31203
|
* @example
|
|
31056
31204
|
* Parameters
|
|
@@ -31074,7 +31222,7 @@ export class DescribeApiDocResponseBodyRequestParametersRequestParameter extends
|
|
|
31074
31222
|
docShow?: string;
|
|
31075
31223
|
/**
|
|
31076
31224
|
* @remarks
|
|
31077
|
-
* The hash values that
|
|
31225
|
+
* The hash values that are supported when **ParameterType** is set to Int, Long, Float, Double, or String. Separate values with commas (,). Examples: 1,2,3,4,9 and A,B,C,E,F.
|
|
31078
31226
|
*
|
|
31079
31227
|
* @example
|
|
31080
31228
|
* boy,girl
|
|
@@ -31138,7 +31286,7 @@ export class DescribeApiDocResponseBodyRequestParametersRequestParameter extends
|
|
|
31138
31286
|
parameterType?: string;
|
|
31139
31287
|
/**
|
|
31140
31288
|
* @remarks
|
|
31141
|
-
* The regular expression that is used
|
|
31289
|
+
* The regular expression that is used for parameter validation when **ParameterType** is set to String.
|
|
31142
31290
|
*
|
|
31143
31291
|
* @example
|
|
31144
31292
|
* xxx
|
|
@@ -31259,7 +31407,7 @@ export class DescribeApiGroupRequestTag extends $tea.Model {
|
|
|
31259
31407
|
export class DescribeApiGroupResponseBodyCustomDomainsDomainItem extends $tea.Model {
|
|
31260
31408
|
/**
|
|
31261
31409
|
* @remarks
|
|
31262
|
-
*
|
|
31410
|
+
* The alias of the associated environment.
|
|
31263
31411
|
*
|
|
31264
31412
|
* @example
|
|
31265
31413
|
* TEST1
|
|
@@ -31981,7 +32129,7 @@ export class DescribeApiHistoryResponseBodyBackendConfig extends $tea.Model {
|
|
|
31981
32129
|
export class DescribeApiHistoryResponseBodyConstantParametersConstantParameter extends $tea.Model {
|
|
31982
32130
|
/**
|
|
31983
32131
|
* @remarks
|
|
31984
|
-
* The constant
|
|
32132
|
+
* The value of the constant parameter.
|
|
31985
32133
|
*
|
|
31986
32134
|
* @example
|
|
31987
32135
|
* constance
|
|
@@ -31989,7 +32137,7 @@ export class DescribeApiHistoryResponseBodyConstantParametersConstantParameter e
|
|
|
31989
32137
|
constantValue?: string;
|
|
31990
32138
|
/**
|
|
31991
32139
|
* @remarks
|
|
31992
|
-
* The description.
|
|
32140
|
+
* The parameter description.
|
|
31993
32141
|
*
|
|
31994
32142
|
* @example
|
|
31995
32143
|
* for_test1
|
|
@@ -32005,7 +32153,7 @@ export class DescribeApiHistoryResponseBodyConstantParametersConstantParameter e
|
|
|
32005
32153
|
location?: string;
|
|
32006
32154
|
/**
|
|
32007
32155
|
* @remarks
|
|
32008
|
-
* The name
|
|
32156
|
+
* The mapped parameter name in the backend service.
|
|
32009
32157
|
*
|
|
32010
32158
|
* @example
|
|
32011
32159
|
* constance
|
|
@@ -32056,7 +32204,7 @@ export class DescribeApiHistoryResponseBodyConstantParameters extends $tea.Model
|
|
|
32056
32204
|
export class DescribeApiHistoryResponseBodyCustomSystemParametersCustomSystemParameter extends $tea.Model {
|
|
32057
32205
|
/**
|
|
32058
32206
|
* @remarks
|
|
32059
|
-
*
|
|
32207
|
+
* The sample value.
|
|
32060
32208
|
*
|
|
32061
32209
|
* @example
|
|
32062
32210
|
* 192.168.1.1
|
|
@@ -32064,7 +32212,7 @@ export class DescribeApiHistoryResponseBodyCustomSystemParametersCustomSystemPar
|
|
|
32064
32212
|
demoValue?: string;
|
|
32065
32213
|
/**
|
|
32066
32214
|
* @remarks
|
|
32067
|
-
* The description
|
|
32215
|
+
* The parameter description.
|
|
32068
32216
|
*
|
|
32069
32217
|
* @example
|
|
32070
32218
|
* balabala
|
|
@@ -32080,7 +32228,7 @@ export class DescribeApiHistoryResponseBodyCustomSystemParametersCustomSystemPar
|
|
|
32080
32228
|
location?: string;
|
|
32081
32229
|
/**
|
|
32082
32230
|
* @remarks
|
|
32083
|
-
* The name
|
|
32231
|
+
* The parameter name.
|
|
32084
32232
|
*
|
|
32085
32233
|
* @example
|
|
32086
32234
|
* CaClientIp
|
|
@@ -32088,7 +32236,7 @@ export class DescribeApiHistoryResponseBodyCustomSystemParametersCustomSystemPar
|
|
|
32088
32236
|
parameterName?: string;
|
|
32089
32237
|
/**
|
|
32090
32238
|
* @remarks
|
|
32091
|
-
* The name
|
|
32239
|
+
* The mapped parameter name in the backend service.
|
|
32092
32240
|
*
|
|
32093
32241
|
* @example
|
|
32094
32242
|
* clientIp
|
|
@@ -32141,7 +32289,7 @@ export class DescribeApiHistoryResponseBodyCustomSystemParameters extends $tea.M
|
|
|
32141
32289
|
export class DescribeApiHistoryResponseBodyErrorCodeSamplesErrorCodeSample extends $tea.Model {
|
|
32142
32290
|
/**
|
|
32143
32291
|
* @remarks
|
|
32144
|
-
* The error code.
|
|
32292
|
+
* The returned error code.
|
|
32145
32293
|
*
|
|
32146
32294
|
* @example
|
|
32147
32295
|
* 400
|
|
@@ -32149,7 +32297,7 @@ export class DescribeApiHistoryResponseBodyErrorCodeSamplesErrorCodeSample exten
|
|
|
32149
32297
|
code?: string;
|
|
32150
32298
|
/**
|
|
32151
32299
|
* @remarks
|
|
32152
|
-
* The description.
|
|
32300
|
+
* The error description.
|
|
32153
32301
|
*
|
|
32154
32302
|
* @example
|
|
32155
32303
|
* Missing the parameter UserId
|
|
@@ -32157,7 +32305,7 @@ export class DescribeApiHistoryResponseBodyErrorCodeSamplesErrorCodeSample exten
|
|
|
32157
32305
|
description?: string;
|
|
32158
32306
|
/**
|
|
32159
32307
|
* @remarks
|
|
32160
|
-
* The error message.
|
|
32308
|
+
* The returned error message.
|
|
32161
32309
|
*
|
|
32162
32310
|
* @example
|
|
32163
32311
|
* MissingParameter
|
|
@@ -32358,7 +32506,7 @@ export class DescribeApiHistoryResponseBodyRequestConfig extends $tea.Model {
|
|
|
32358
32506
|
export class DescribeApiHistoryResponseBodyRequestParametersRequestParameter extends $tea.Model {
|
|
32359
32507
|
/**
|
|
32360
32508
|
* @remarks
|
|
32361
|
-
* The name of the API
|
|
32509
|
+
* The name of the parameter in the API request.
|
|
32362
32510
|
*
|
|
32363
32511
|
* @example
|
|
32364
32512
|
* age
|
|
@@ -32374,7 +32522,7 @@ export class DescribeApiHistoryResponseBodyRequestParametersRequestParameter ext
|
|
|
32374
32522
|
arrayItemsType?: string;
|
|
32375
32523
|
/**
|
|
32376
32524
|
* @remarks
|
|
32377
|
-
*
|
|
32525
|
+
* The default value.
|
|
32378
32526
|
*
|
|
32379
32527
|
* @example
|
|
32380
32528
|
* 20
|
|
@@ -32382,7 +32530,7 @@ export class DescribeApiHistoryResponseBodyRequestParametersRequestParameter ext
|
|
|
32382
32530
|
defaultValue?: string;
|
|
32383
32531
|
/**
|
|
32384
32532
|
* @remarks
|
|
32385
|
-
*
|
|
32533
|
+
* The sample value.
|
|
32386
32534
|
*
|
|
32387
32535
|
* @example
|
|
32388
32536
|
* 20
|
|
@@ -32390,7 +32538,7 @@ export class DescribeApiHistoryResponseBodyRequestParametersRequestParameter ext
|
|
|
32390
32538
|
demoValue?: string;
|
|
32391
32539
|
/**
|
|
32392
32540
|
* @remarks
|
|
32393
|
-
* The description.
|
|
32541
|
+
* The parameter description.
|
|
32394
32542
|
*
|
|
32395
32543
|
* @example
|
|
32396
32544
|
* modidyTest
|
|
@@ -32398,7 +32546,7 @@ export class DescribeApiHistoryResponseBodyRequestParametersRequestParameter ext
|
|
|
32398
32546
|
description?: string;
|
|
32399
32547
|
/**
|
|
32400
32548
|
* @remarks
|
|
32401
|
-
* The order in the document.
|
|
32549
|
+
* The order in which the parameter is sorted in the document.
|
|
32402
32550
|
*
|
|
32403
32551
|
* @example
|
|
32404
32552
|
* 0
|
|
@@ -32406,7 +32554,7 @@ export class DescribeApiHistoryResponseBodyRequestParametersRequestParameter ext
|
|
|
32406
32554
|
docOrder?: number;
|
|
32407
32555
|
/**
|
|
32408
32556
|
* @remarks
|
|
32409
|
-
*
|
|
32557
|
+
* Indicates whether the document is public. Valid values: **PUBLIC** and **PRIVATE**.
|
|
32410
32558
|
*
|
|
32411
32559
|
* @example
|
|
32412
32560
|
* PUBLIC
|
|
@@ -32414,7 +32562,7 @@ export class DescribeApiHistoryResponseBodyRequestParametersRequestParameter ext
|
|
|
32414
32562
|
docShow?: string;
|
|
32415
32563
|
/**
|
|
32416
32564
|
* @remarks
|
|
32417
|
-
* The hash values that
|
|
32565
|
+
* The hash values that are supported when **ParameterType** is set to Int, Long, Float, Double, or String. Separate values with commas (,). Examples: 1,2,3,4,9 and A,B,C,E,F.
|
|
32418
32566
|
*
|
|
32419
32567
|
* @example
|
|
32420
32568
|
* boy,girl
|
|
@@ -32438,7 +32586,7 @@ export class DescribeApiHistoryResponseBodyRequestParametersRequestParameter ext
|
|
|
32438
32586
|
location?: string;
|
|
32439
32587
|
/**
|
|
32440
32588
|
* @remarks
|
|
32441
|
-
* The maximum parameter length when ParameterType is set to String.
|
|
32589
|
+
* The maximum parameter length when **ParameterType** is set to String.
|
|
32442
32590
|
*
|
|
32443
32591
|
* @example
|
|
32444
32592
|
* 123456
|
|
@@ -32446,7 +32594,7 @@ export class DescribeApiHistoryResponseBodyRequestParametersRequestParameter ext
|
|
|
32446
32594
|
maxLength?: number;
|
|
32447
32595
|
/**
|
|
32448
32596
|
* @remarks
|
|
32449
|
-
* The maximum parameter value when ParameterType is set to Int, Long, Float, or Double.
|
|
32597
|
+
* The maximum parameter value when **ParameterType** is set to Int, Long, Float, or Double.
|
|
32450
32598
|
*
|
|
32451
32599
|
* @example
|
|
32452
32600
|
* 123456
|
|
@@ -32454,7 +32602,7 @@ export class DescribeApiHistoryResponseBodyRequestParametersRequestParameter ext
|
|
|
32454
32602
|
maxValue?: number;
|
|
32455
32603
|
/**
|
|
32456
32604
|
* @remarks
|
|
32457
|
-
* The minimum parameter length when ParameterType is set to String.
|
|
32605
|
+
* The minimum parameter length when **ParameterType** is set to String.
|
|
32458
32606
|
*
|
|
32459
32607
|
* @example
|
|
32460
32608
|
* 123456
|
|
@@ -32462,7 +32610,7 @@ export class DescribeApiHistoryResponseBodyRequestParametersRequestParameter ext
|
|
|
32462
32610
|
minLength?: number;
|
|
32463
32611
|
/**
|
|
32464
32612
|
* @remarks
|
|
32465
|
-
* The minimum parameter value when ParameterType is set to Int, Long, Float, or Double.
|
|
32613
|
+
* The minimum parameter value when **ParameterType** is set to Int, Long, Float, or Double.
|
|
32466
32614
|
*
|
|
32467
32615
|
* @example
|
|
32468
32616
|
* 123456
|
|
@@ -32470,7 +32618,7 @@ export class DescribeApiHistoryResponseBodyRequestParametersRequestParameter ext
|
|
|
32470
32618
|
minValue?: number;
|
|
32471
32619
|
/**
|
|
32472
32620
|
* @remarks
|
|
32473
|
-
* The type of
|
|
32621
|
+
* The data type of the parameter. Valid values: String, Int, Long, Float, Double, and Boolean.
|
|
32474
32622
|
*
|
|
32475
32623
|
* @example
|
|
32476
32624
|
* String
|
|
@@ -32478,7 +32626,7 @@ export class DescribeApiHistoryResponseBodyRequestParametersRequestParameter ext
|
|
|
32478
32626
|
parameterType?: string;
|
|
32479
32627
|
/**
|
|
32480
32628
|
* @remarks
|
|
32481
|
-
* The regular expression used for parameter validation when ParameterType is set to String.
|
|
32629
|
+
* The regular expression that is used for parameter validation when **ParameterType** is set to String.
|
|
32482
32630
|
*
|
|
32483
32631
|
* @example
|
|
32484
32632
|
* xxx
|
|
@@ -32486,7 +32634,7 @@ export class DescribeApiHistoryResponseBodyRequestParametersRequestParameter ext
|
|
|
32486
32634
|
regularExpression?: string;
|
|
32487
32635
|
/**
|
|
32488
32636
|
* @remarks
|
|
32489
|
-
* Indicates whether the parameter is required. Valid values: REQUIRED and OPTIONAL
|
|
32637
|
+
* Indicates whether the parameter is required. Valid values: **REQUIRED** and **OPTIONAL**.
|
|
32490
32638
|
*
|
|
32491
32639
|
* @example
|
|
32492
32640
|
* OPTIONAL
|
|
@@ -32563,7 +32711,7 @@ export class DescribeApiHistoryResponseBodyRequestParameters extends $tea.Model
|
|
|
32563
32711
|
export class DescribeApiHistoryResponseBodyResultDescriptionsResultDescription extends $tea.Model {
|
|
32564
32712
|
/**
|
|
32565
32713
|
* @remarks
|
|
32566
|
-
* The description.
|
|
32714
|
+
* The subnode description.
|
|
32567
32715
|
*
|
|
32568
32716
|
* @example
|
|
32569
32717
|
* for_test1
|
|
@@ -32571,7 +32719,7 @@ export class DescribeApiHistoryResponseBodyResultDescriptionsResultDescription e
|
|
|
32571
32719
|
description?: string;
|
|
32572
32720
|
/**
|
|
32573
32721
|
* @remarks
|
|
32574
|
-
*
|
|
32722
|
+
* Indicates whether a subnode exists.
|
|
32575
32723
|
*
|
|
32576
32724
|
* @example
|
|
32577
32725
|
* true
|
|
@@ -32579,7 +32727,7 @@ export class DescribeApiHistoryResponseBodyResultDescriptionsResultDescription e
|
|
|
32579
32727
|
hasChild?: boolean;
|
|
32580
32728
|
/**
|
|
32581
32729
|
* @remarks
|
|
32582
|
-
* The ID
|
|
32730
|
+
* The result ID.
|
|
32583
32731
|
*
|
|
32584
32732
|
* @example
|
|
32585
32733
|
* id
|
|
@@ -32595,7 +32743,7 @@ export class DescribeApiHistoryResponseBodyResultDescriptionsResultDescription e
|
|
|
32595
32743
|
key?: string;
|
|
32596
32744
|
/**
|
|
32597
32745
|
* @remarks
|
|
32598
|
-
*
|
|
32746
|
+
* Indicates whether the parameter is required.
|
|
32599
32747
|
*
|
|
32600
32748
|
* @example
|
|
32601
32749
|
* true
|
|
@@ -32603,7 +32751,7 @@ export class DescribeApiHistoryResponseBodyResultDescriptionsResultDescription e
|
|
|
32603
32751
|
mandatory?: boolean;
|
|
32604
32752
|
/**
|
|
32605
32753
|
* @remarks
|
|
32606
|
-
* The name
|
|
32754
|
+
* The result name.
|
|
32607
32755
|
*
|
|
32608
32756
|
* @example
|
|
32609
32757
|
* fwqf
|
|
@@ -32619,7 +32767,7 @@ export class DescribeApiHistoryResponseBodyResultDescriptionsResultDescription e
|
|
|
32619
32767
|
pid?: string;
|
|
32620
32768
|
/**
|
|
32621
32769
|
* @remarks
|
|
32622
|
-
* The type
|
|
32770
|
+
* The result type.
|
|
32623
32771
|
*
|
|
32624
32772
|
* @example
|
|
32625
32773
|
* String
|
|
@@ -32874,7 +33022,7 @@ export class DescribeApiHistoryResponseBodyServiceConfigFunctionComputeConfig ex
|
|
|
32874
33022
|
export class DescribeApiHistoryResponseBodyServiceConfigMockHeadersMockHeader extends $tea.Model {
|
|
32875
33023
|
/**
|
|
32876
33024
|
* @remarks
|
|
32877
|
-
* The
|
|
33025
|
+
* The HTTP headers.
|
|
32878
33026
|
*
|
|
32879
33027
|
* @example
|
|
32880
33028
|
* Content-Type
|
|
@@ -32882,7 +33030,7 @@ export class DescribeApiHistoryResponseBodyServiceConfigMockHeadersMockHeader ex
|
|
|
32882
33030
|
headerName?: string;
|
|
32883
33031
|
/**
|
|
32884
33032
|
* @remarks
|
|
32885
|
-
* The
|
|
33033
|
+
* The values of the HTTP headers.
|
|
32886
33034
|
*
|
|
32887
33035
|
* @example
|
|
32888
33036
|
* 86400
|
|
@@ -33250,7 +33398,7 @@ export class DescribeApiHistoryResponseBodyServiceParametersServiceParameter ext
|
|
|
33250
33398
|
location?: string;
|
|
33251
33399
|
/**
|
|
33252
33400
|
* @remarks
|
|
33253
|
-
* The data type of the
|
|
33401
|
+
* The data type of the parameter. Valid values: STRING, NUMBER, and BOOLEAN.
|
|
33254
33402
|
*
|
|
33255
33403
|
* @example
|
|
33256
33404
|
* String
|
|
@@ -33258,7 +33406,7 @@ export class DescribeApiHistoryResponseBodyServiceParametersServiceParameter ext
|
|
|
33258
33406
|
parameterType?: string;
|
|
33259
33407
|
/**
|
|
33260
33408
|
* @remarks
|
|
33261
|
-
* The name
|
|
33409
|
+
* The mapped parameter name in the backend service.
|
|
33262
33410
|
*
|
|
33263
33411
|
* @example
|
|
33264
33412
|
* clientIp
|
|
@@ -33307,7 +33455,7 @@ export class DescribeApiHistoryResponseBodyServiceParameters extends $tea.Model
|
|
|
33307
33455
|
export class DescribeApiHistoryResponseBodyServiceParametersMapServiceParameterMap extends $tea.Model {
|
|
33308
33456
|
/**
|
|
33309
33457
|
* @remarks
|
|
33310
|
-
* The corresponding frontend parameter.
|
|
33458
|
+
* The corresponding frontend parameter name. The value must be contained in RequestParametersObject and match RequestParam.ApiParameterName.
|
|
33311
33459
|
*
|
|
33312
33460
|
* @example
|
|
33313
33461
|
* sex
|
|
@@ -33315,7 +33463,7 @@ export class DescribeApiHistoryResponseBodyServiceParametersMapServiceParameterM
|
|
|
33315
33463
|
requestParameterName?: string;
|
|
33316
33464
|
/**
|
|
33317
33465
|
* @remarks
|
|
33318
|
-
* The name
|
|
33466
|
+
* The mapped parameter name in the backend service.
|
|
33319
33467
|
*
|
|
33320
33468
|
* @example
|
|
33321
33469
|
* sex
|
|
@@ -33362,7 +33510,7 @@ export class DescribeApiHistoryResponseBodyServiceParametersMap extends $tea.Mod
|
|
|
33362
33510
|
export class DescribeApiHistoryResponseBodySystemParametersSystemParameter extends $tea.Model {
|
|
33363
33511
|
/**
|
|
33364
33512
|
* @remarks
|
|
33365
|
-
* The sample value
|
|
33513
|
+
* The sample value.
|
|
33366
33514
|
*
|
|
33367
33515
|
* @example
|
|
33368
33516
|
* 192.168.1.1
|
|
@@ -33386,7 +33534,7 @@ export class DescribeApiHistoryResponseBodySystemParametersSystemParameter exten
|
|
|
33386
33534
|
location?: string;
|
|
33387
33535
|
/**
|
|
33388
33536
|
* @remarks
|
|
33389
|
-
* The
|
|
33537
|
+
* The system parameter. Valid values: CaClientIp, CaDomain, CaRequestHandleTime, CaAppId, CaRequestId, CaHttpSchema, and CaProxy.
|
|
33390
33538
|
*
|
|
33391
33539
|
* @example
|
|
33392
33540
|
* CaClientIp
|
|
@@ -33394,7 +33542,7 @@ export class DescribeApiHistoryResponseBodySystemParametersSystemParameter exten
|
|
|
33394
33542
|
parameterName?: string;
|
|
33395
33543
|
/**
|
|
33396
33544
|
* @remarks
|
|
33397
|
-
* The name
|
|
33545
|
+
* The mapped parameter name in the backend service.
|
|
33398
33546
|
*
|
|
33399
33547
|
* @example
|
|
33400
33548
|
* clientIp
|
|
@@ -34537,7 +34685,7 @@ export class DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo
|
|
|
34537
34685
|
groupName?: string;
|
|
34538
34686
|
/**
|
|
34539
34687
|
* @remarks
|
|
34540
|
-
* The HTTP
|
|
34688
|
+
* The HTTP method of the API.
|
|
34541
34689
|
*
|
|
34542
34690
|
* @example
|
|
34543
34691
|
* GET
|
|
@@ -34572,7 +34720,7 @@ export class DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo
|
|
|
34572
34720
|
regionId?: string;
|
|
34573
34721
|
/**
|
|
34574
34722
|
* @remarks
|
|
34575
|
-
*
|
|
34723
|
+
* The environment alias.
|
|
34576
34724
|
*
|
|
34577
34725
|
* @example
|
|
34578
34726
|
* Online
|
|
@@ -34580,7 +34728,7 @@ export class DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelationInfo
|
|
|
34580
34728
|
stageAlias?: string;
|
|
34581
34729
|
/**
|
|
34582
34730
|
* @remarks
|
|
34583
|
-
* The environment.
|
|
34731
|
+
* The environment name.
|
|
34584
34732
|
*
|
|
34585
34733
|
* @example
|
|
34586
34734
|
* RELEASE
|
|
@@ -35148,61 +35296,101 @@ export class DescribeApisByTrafficControlResponseBodyApiInfos extends $tea.Model
|
|
|
35148
35296
|
|
|
35149
35297
|
export class DescribeApisByVpcAccessResponseBodyApiVpcAccessInfosApiVpcAccessInfo extends $tea.Model {
|
|
35150
35298
|
/**
|
|
35299
|
+
* @remarks
|
|
35300
|
+
* The API ID.
|
|
35301
|
+
*
|
|
35151
35302
|
* @example
|
|
35152
35303
|
* 09839002de484e76b5a213b040a6a3ca
|
|
35153
35304
|
*/
|
|
35154
35305
|
apiId?: string;
|
|
35155
35306
|
/**
|
|
35307
|
+
* @remarks
|
|
35308
|
+
* The API name.
|
|
35309
|
+
*
|
|
35156
35310
|
* @example
|
|
35157
35311
|
* iwc
|
|
35158
35312
|
*/
|
|
35159
35313
|
apiName?: string;
|
|
35160
35314
|
/**
|
|
35315
|
+
* @remarks
|
|
35316
|
+
* The description, which can be up to 200 characters in length.
|
|
35317
|
+
*
|
|
35161
35318
|
* @example
|
|
35162
35319
|
* 123
|
|
35163
35320
|
*/
|
|
35164
35321
|
description?: string;
|
|
35165
35322
|
/**
|
|
35323
|
+
* @remarks
|
|
35324
|
+
* The ID of the API group to which the API belongs.
|
|
35325
|
+
*
|
|
35166
35326
|
* @example
|
|
35167
35327
|
* 41c33748cbfb41f6b00870156203b72a
|
|
35168
35328
|
*/
|
|
35169
35329
|
groupId?: string;
|
|
35170
35330
|
/**
|
|
35331
|
+
* @remarks
|
|
35332
|
+
* The name of the API group to which the API belongs.
|
|
35333
|
+
*
|
|
35171
35334
|
* @example
|
|
35172
35335
|
* RT_PLU_IP_CTRL_group
|
|
35173
35336
|
*/
|
|
35174
35337
|
groupName?: string;
|
|
35175
35338
|
/**
|
|
35339
|
+
* @remarks
|
|
35340
|
+
* The instance ID or IP address in the VPC access authorization.
|
|
35341
|
+
*
|
|
35176
35342
|
* @example
|
|
35177
35343
|
* Ib-04e41XXXXXd95e9c1
|
|
35178
35344
|
*/
|
|
35179
35345
|
instanceId?: string;
|
|
35180
35346
|
/**
|
|
35347
|
+
* @remarks
|
|
35348
|
+
* The HTTP request method of the API.
|
|
35349
|
+
*
|
|
35181
35350
|
* @example
|
|
35182
35351
|
* POST
|
|
35183
35352
|
*/
|
|
35184
35353
|
method?: string;
|
|
35185
35354
|
/**
|
|
35355
|
+
* @remarks
|
|
35356
|
+
* The request path of the API.
|
|
35357
|
+
*
|
|
35186
35358
|
* @example
|
|
35187
35359
|
* /api/v1/friends/rc/status
|
|
35188
35360
|
*/
|
|
35189
35361
|
path?: string;
|
|
35190
35362
|
/**
|
|
35363
|
+
* @remarks
|
|
35364
|
+
* The port number.
|
|
35365
|
+
*
|
|
35191
35366
|
* @example
|
|
35192
35367
|
* 443
|
|
35193
35368
|
*/
|
|
35194
35369
|
port?: number;
|
|
35195
35370
|
/**
|
|
35371
|
+
* @remarks
|
|
35372
|
+
* The region ID.
|
|
35373
|
+
*
|
|
35196
35374
|
* @example
|
|
35197
35375
|
* cn-shanghai
|
|
35198
35376
|
*/
|
|
35199
35377
|
regionId?: string;
|
|
35200
35378
|
/**
|
|
35379
|
+
* @remarks
|
|
35380
|
+
* The environment ID.
|
|
35381
|
+
*
|
|
35201
35382
|
* @example
|
|
35202
35383
|
* 57e17906a69b4424914fb1e05f67c78a
|
|
35203
35384
|
*/
|
|
35204
35385
|
stageId?: string;
|
|
35205
35386
|
/**
|
|
35387
|
+
* @remarks
|
|
35388
|
+
* The environment to which the API is published. Valid values:
|
|
35389
|
+
*
|
|
35390
|
+
* * **RELEASE**: the production environment
|
|
35391
|
+
* * **PRE**: the staging environment
|
|
35392
|
+
* * **TEST**: the test environment
|
|
35393
|
+
*
|
|
35206
35394
|
* @example
|
|
35207
35395
|
* RELEASE
|
|
35208
35396
|
*/
|
|
@@ -35216,6 +35404,9 @@ export class DescribeApisByVpcAccessResponseBodyApiVpcAccessInfosApiVpcAccessInf
|
|
|
35216
35404
|
*/
|
|
35217
35405
|
vpcId?: string;
|
|
35218
35406
|
/**
|
|
35407
|
+
* @remarks
|
|
35408
|
+
* The name of the VPC access authorization.
|
|
35409
|
+
*
|
|
35219
35410
|
* @example
|
|
35220
35411
|
* aliYun_service_prod
|
|
35221
35412
|
*/
|
|
@@ -35440,9 +35631,9 @@ export class DescribeApisWithStageNameIntegratedByAppResponseBodyAppApiRelationI
|
|
|
35440
35631
|
export class DescribeAppAttributesRequestTag extends $tea.Model {
|
|
35441
35632
|
/**
|
|
35442
35633
|
* @remarks
|
|
35443
|
-
* The
|
|
35634
|
+
* The key of the tag.
|
|
35444
35635
|
*
|
|
35445
|
-
*
|
|
35636
|
+
* N can be an integer from 1 to 20.``
|
|
35446
35637
|
*
|
|
35447
35638
|
* This parameter is required.
|
|
35448
35639
|
*
|
|
@@ -35452,9 +35643,9 @@ export class DescribeAppAttributesRequestTag extends $tea.Model {
|
|
|
35452
35643
|
key?: string;
|
|
35453
35644
|
/**
|
|
35454
35645
|
* @remarks
|
|
35455
|
-
* The key of tag
|
|
35646
|
+
* The key of the tag.
|
|
35456
35647
|
*
|
|
35457
|
-
*
|
|
35648
|
+
* N can be an integer from 1 to 20.``
|
|
35458
35649
|
*
|
|
35459
35650
|
* @example
|
|
35460
35651
|
* \\" \\"
|
|
@@ -35482,7 +35673,7 @@ export class DescribeAppAttributesRequestTag extends $tea.Model {
|
|
|
35482
35673
|
export class DescribeAppAttributesResponseBodyAppsAppAttributeTagsTagInfo extends $tea.Model {
|
|
35483
35674
|
/**
|
|
35484
35675
|
* @remarks
|
|
35485
|
-
* The tag
|
|
35676
|
+
* The key of the tag.
|
|
35486
35677
|
*
|
|
35487
35678
|
* @example
|
|
35488
35679
|
* appid
|
|
@@ -35490,7 +35681,7 @@ export class DescribeAppAttributesResponseBodyAppsAppAttributeTagsTagInfo extend
|
|
|
35490
35681
|
key?: string;
|
|
35491
35682
|
/**
|
|
35492
35683
|
* @remarks
|
|
35493
|
-
* The tag
|
|
35684
|
+
* The value of the tag.
|
|
35494
35685
|
*
|
|
35495
35686
|
* @example
|
|
35496
35687
|
* 123
|
|
@@ -35537,7 +35728,7 @@ export class DescribeAppAttributesResponseBodyAppsAppAttributeTags extends $tea.
|
|
|
35537
35728
|
export class DescribeAppAttributesResponseBodyAppsAppAttribute extends $tea.Model {
|
|
35538
35729
|
/**
|
|
35539
35730
|
* @remarks
|
|
35540
|
-
* The
|
|
35731
|
+
* The ID of the app.
|
|
35541
35732
|
*
|
|
35542
35733
|
* @example
|
|
35543
35734
|
* 20112314518278
|
|
@@ -35545,7 +35736,7 @@ export class DescribeAppAttributesResponseBodyAppsAppAttribute extends $tea.Mode
|
|
|
35545
35736
|
appId?: number;
|
|
35546
35737
|
/**
|
|
35547
35738
|
* @remarks
|
|
35548
|
-
* The
|
|
35739
|
+
* The name of the app.
|
|
35549
35740
|
*
|
|
35550
35741
|
* @example
|
|
35551
35742
|
* CreateApptest
|
|
@@ -35553,7 +35744,7 @@ export class DescribeAppAttributesResponseBodyAppsAppAttribute extends $tea.Mode
|
|
|
35553
35744
|
appName?: string;
|
|
35554
35745
|
/**
|
|
35555
35746
|
* @remarks
|
|
35556
|
-
* The creation time (UTC) of the
|
|
35747
|
+
* The creation time (UTC) of the app.
|
|
35557
35748
|
*
|
|
35558
35749
|
* @example
|
|
35559
35750
|
* 2016-07-31T04:10:19Z
|
|
@@ -35561,7 +35752,7 @@ export class DescribeAppAttributesResponseBodyAppsAppAttribute extends $tea.Mode
|
|
|
35561
35752
|
createdTime?: string;
|
|
35562
35753
|
/**
|
|
35563
35754
|
* @remarks
|
|
35564
|
-
* The
|
|
35755
|
+
* The description of the app.
|
|
35565
35756
|
*
|
|
35566
35757
|
* @example
|
|
35567
35758
|
* App test
|
|
@@ -35569,7 +35760,7 @@ export class DescribeAppAttributesResponseBodyAppsAppAttribute extends $tea.Mode
|
|
|
35569
35760
|
description?: string;
|
|
35570
35761
|
/**
|
|
35571
35762
|
* @remarks
|
|
35572
|
-
*
|
|
35763
|
+
* 扩展信息
|
|
35573
35764
|
*
|
|
35574
35765
|
* @example
|
|
35575
35766
|
* 110461946884
|
|
@@ -35577,7 +35768,7 @@ export class DescribeAppAttributesResponseBodyAppsAppAttribute extends $tea.Mode
|
|
|
35577
35768
|
extend?: string;
|
|
35578
35769
|
/**
|
|
35579
35770
|
* @remarks
|
|
35580
|
-
* The modification time (UTC) of the
|
|
35771
|
+
* The modification time (UTC) of the app.
|
|
35581
35772
|
*
|
|
35582
35773
|
* @example
|
|
35583
35774
|
* 2016-07-31T04:10:19Z
|
|
@@ -35638,26 +35829,41 @@ export class DescribeAppAttributesResponseBodyApps extends $tea.Model {
|
|
|
35638
35829
|
|
|
35639
35830
|
export class DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity extends $tea.Model {
|
|
35640
35831
|
/**
|
|
35832
|
+
* @remarks
|
|
35833
|
+
* The application AppCode.
|
|
35834
|
+
*
|
|
35641
35835
|
* @example
|
|
35642
35836
|
* d2350ecd62c44cbfbe35a7f182e35105
|
|
35643
35837
|
*/
|
|
35644
35838
|
appCode?: string;
|
|
35645
35839
|
/**
|
|
35840
|
+
* @remarks
|
|
35841
|
+
* The application AppKey.
|
|
35842
|
+
*
|
|
35646
35843
|
* @example
|
|
35647
35844
|
* 34379343
|
|
35648
35845
|
*/
|
|
35649
35846
|
appKey?: string;
|
|
35650
35847
|
/**
|
|
35848
|
+
* @remarks
|
|
35849
|
+
* The application AppSecret.
|
|
35850
|
+
*
|
|
35651
35851
|
* @example
|
|
35652
35852
|
* ea5291a7aff343769eb3139a2f6de8c9
|
|
35653
35853
|
*/
|
|
35654
35854
|
appSecret?: string;
|
|
35655
35855
|
/**
|
|
35856
|
+
* @remarks
|
|
35857
|
+
* The time when the AppKey was created.
|
|
35858
|
+
*
|
|
35656
35859
|
* @example
|
|
35657
35860
|
* 2021-09-14T18:50:59
|
|
35658
35861
|
*/
|
|
35659
35862
|
createdTime?: string;
|
|
35660
35863
|
/**
|
|
35864
|
+
* @remarks
|
|
35865
|
+
* The time when the AppSecret was last modified. The time is displayed in UTC.
|
|
35866
|
+
*
|
|
35661
35867
|
* @example
|
|
35662
35868
|
* 2023-08-14T18:03:00+08:00
|
|
35663
35869
|
*/
|
|
@@ -36099,7 +36305,7 @@ export class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedAppTag ex
|
|
|
36099
36305
|
export class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedApp extends $tea.Model {
|
|
36100
36306
|
/**
|
|
36101
36307
|
* @remarks
|
|
36102
|
-
* The description
|
|
36308
|
+
* The application description.
|
|
36103
36309
|
*
|
|
36104
36310
|
* @example
|
|
36105
36311
|
* Production application
|
|
@@ -36107,7 +36313,7 @@ export class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedApp exten
|
|
|
36107
36313
|
appDescription?: string;
|
|
36108
36314
|
/**
|
|
36109
36315
|
* @remarks
|
|
36110
|
-
* The ID, which is generated by the system and globally unique.
|
|
36316
|
+
* The application ID, which is generated by the system and globally unique.
|
|
36111
36317
|
*
|
|
36112
36318
|
* @example
|
|
36113
36319
|
* 2386789
|
|
@@ -36115,7 +36321,7 @@ export class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedApp exten
|
|
|
36115
36321
|
appId?: number;
|
|
36116
36322
|
/**
|
|
36117
36323
|
* @remarks
|
|
36118
|
-
* The application name
|
|
36324
|
+
* The application name.
|
|
36119
36325
|
*
|
|
36120
36326
|
* @example
|
|
36121
36327
|
* Weather
|
|
@@ -36150,7 +36356,7 @@ export class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedApp exten
|
|
|
36150
36356
|
authorizedTime?: string;
|
|
36151
36357
|
/**
|
|
36152
36358
|
* @remarks
|
|
36153
|
-
* The description
|
|
36359
|
+
* The authorization description.
|
|
36154
36360
|
*
|
|
36155
36361
|
* @example
|
|
36156
36362
|
* Queries weather based on the region name
|
|
@@ -36361,8 +36567,20 @@ export class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfi
|
|
|
36361
36567
|
}
|
|
36362
36568
|
|
|
36363
36569
|
export class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigDiscoveryConfigZookeeperConfig extends $tea.Model {
|
|
36570
|
+
/**
|
|
36571
|
+
* @example
|
|
36572
|
+
* http://192.168.1.xxx:2181
|
|
36573
|
+
*/
|
|
36364
36574
|
connectString?: string;
|
|
36575
|
+
/**
|
|
36576
|
+
* @example
|
|
36577
|
+
* provider
|
|
36578
|
+
*/
|
|
36365
36579
|
namespace?: string;
|
|
36580
|
+
/**
|
|
36581
|
+
* @example
|
|
36582
|
+
* service
|
|
36583
|
+
*/
|
|
36366
36584
|
serviceName?: string;
|
|
36367
36585
|
static names(): { [key: string]: string } {
|
|
36368
36586
|
return {
|
|
@@ -36422,12 +36640,40 @@ export class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfi
|
|
|
36422
36640
|
}
|
|
36423
36641
|
|
|
36424
36642
|
export class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigEdasConfig extends $tea.Model {
|
|
36643
|
+
/**
|
|
36644
|
+
* @example
|
|
36645
|
+
* 6cd0c599-dxxx-496d-b3d5-6a71c657xxxxx
|
|
36646
|
+
*/
|
|
36425
36647
|
edasAppId?: string;
|
|
36648
|
+
/**
|
|
36649
|
+
* @example
|
|
36650
|
+
* cn-hangzhou:edasNacos
|
|
36651
|
+
*/
|
|
36426
36652
|
microserviceNamespace?: string;
|
|
36653
|
+
/**
|
|
36654
|
+
* @example
|
|
36655
|
+
* cn-hangzhou:edasNacos
|
|
36656
|
+
*/
|
|
36427
36657
|
microserviceNamespaceId?: string;
|
|
36658
|
+
/**
|
|
36659
|
+
* @example
|
|
36660
|
+
* Edas-Nacos
|
|
36661
|
+
*/
|
|
36428
36662
|
microserviceNamespaceName?: string;
|
|
36663
|
+
/**
|
|
36664
|
+
* @example
|
|
36665
|
+
* mse-cn-jia3n1rxxxx
|
|
36666
|
+
*/
|
|
36429
36667
|
mseInstanceId?: string;
|
|
36668
|
+
/**
|
|
36669
|
+
* @example
|
|
36670
|
+
* EDAS
|
|
36671
|
+
*/
|
|
36430
36672
|
registryType?: string;
|
|
36673
|
+
/**
|
|
36674
|
+
* @example
|
|
36675
|
+
* service
|
|
36676
|
+
*/
|
|
36431
36677
|
serviceName?: string;
|
|
36432
36678
|
static names(): { [key: string]: string } {
|
|
36433
36679
|
return {
|
|
@@ -36614,11 +36860,17 @@ export class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfi
|
|
|
36614
36860
|
/**
|
|
36615
36861
|
* @remarks
|
|
36616
36862
|
* The name of the header parameter.
|
|
36863
|
+
*
|
|
36864
|
+
* @example
|
|
36865
|
+
* test
|
|
36617
36866
|
*/
|
|
36618
36867
|
headerName?: string;
|
|
36619
36868
|
/**
|
|
36620
36869
|
* @remarks
|
|
36621
36870
|
* The value of the header parameter.
|
|
36871
|
+
*
|
|
36872
|
+
* @example
|
|
36873
|
+
* 123
|
|
36622
36874
|
*/
|
|
36623
36875
|
headerValue?: string;
|
|
36624
36876
|
static names(): { [key: string]: string } {
|
|
@@ -36649,11 +36901,17 @@ export class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfi
|
|
|
36649
36901
|
/**
|
|
36650
36902
|
* @remarks
|
|
36651
36903
|
* The result returned for service mocking.
|
|
36904
|
+
*
|
|
36905
|
+
* @example
|
|
36906
|
+
* test
|
|
36652
36907
|
*/
|
|
36653
36908
|
mockResult?: string;
|
|
36654
36909
|
/**
|
|
36655
36910
|
* @remarks
|
|
36656
36911
|
* The status code that is returned for service mocking.
|
|
36912
|
+
*
|
|
36913
|
+
* @example
|
|
36914
|
+
* 200
|
|
36657
36915
|
*/
|
|
36658
36916
|
mockStatusCode?: string;
|
|
36659
36917
|
static names(): { [key: string]: string } {
|
|
@@ -36765,6 +37023,9 @@ export class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfi
|
|
|
36765
37023
|
/**
|
|
36766
37024
|
* @remarks
|
|
36767
37025
|
* The host of the backend service.
|
|
37026
|
+
*
|
|
37027
|
+
* @example
|
|
37028
|
+
* openapi.alipan.com
|
|
36768
37029
|
*/
|
|
36769
37030
|
vpcTargetHostName?: string;
|
|
36770
37031
|
static names(): { [key: string]: string } {
|
|
@@ -36839,6 +37100,10 @@ export class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfi
|
|
|
36839
37100
|
* 10.0.0.1
|
|
36840
37101
|
*/
|
|
36841
37102
|
serviceAddress?: string;
|
|
37103
|
+
/**
|
|
37104
|
+
* @example
|
|
37105
|
+
* 10000
|
|
37106
|
+
*/
|
|
36842
37107
|
serviceTimeout?: number;
|
|
36843
37108
|
/**
|
|
36844
37109
|
* @remarks
|
|
@@ -37456,7 +37721,7 @@ export class DescribeDatasetItemListResponseBodyDatasetItemInfoList extends $tea
|
|
|
37456
37721
|
export class DescribeDatasetListRequestTag extends $tea.Model {
|
|
37457
37722
|
/**
|
|
37458
37723
|
* @remarks
|
|
37459
|
-
*
|
|
37724
|
+
* 标签键
|
|
37460
37725
|
*
|
|
37461
37726
|
* @example
|
|
37462
37727
|
* env
|
|
@@ -37464,7 +37729,7 @@ export class DescribeDatasetListRequestTag extends $tea.Model {
|
|
|
37464
37729
|
key?: string;
|
|
37465
37730
|
/**
|
|
37466
37731
|
* @remarks
|
|
37467
|
-
*
|
|
37732
|
+
* 标签值
|
|
37468
37733
|
*
|
|
37469
37734
|
* @example
|
|
37470
37735
|
* value
|
|
@@ -37492,7 +37757,7 @@ export class DescribeDatasetListRequestTag extends $tea.Model {
|
|
|
37492
37757
|
export class DescribeDatasetListResponseBodyDatasetInfoListTags extends $tea.Model {
|
|
37493
37758
|
/**
|
|
37494
37759
|
* @remarks
|
|
37495
|
-
*
|
|
37760
|
+
* 标签的键
|
|
37496
37761
|
*
|
|
37497
37762
|
* @example
|
|
37498
37763
|
* ENV
|
|
@@ -37500,7 +37765,7 @@ export class DescribeDatasetListResponseBodyDatasetInfoListTags extends $tea.Mod
|
|
|
37500
37765
|
key?: string;
|
|
37501
37766
|
/**
|
|
37502
37767
|
* @remarks
|
|
37503
|
-
*
|
|
37768
|
+
* 标签值
|
|
37504
37769
|
*
|
|
37505
37770
|
* @example
|
|
37506
37771
|
* 123
|
|
@@ -37572,7 +37837,7 @@ export class DescribeDatasetListResponseBodyDatasetInfoList extends $tea.Model {
|
|
|
37572
37837
|
modifiedTime?: string;
|
|
37573
37838
|
/**
|
|
37574
37839
|
* @remarks
|
|
37575
|
-
*
|
|
37840
|
+
* 标签
|
|
37576
37841
|
*/
|
|
37577
37842
|
tags?: DescribeDatasetListResponseBodyDatasetInfoListTags[];
|
|
37578
37843
|
static names(): { [key: string]: string } {
|
|
@@ -39021,39 +39286,33 @@ export class DescribeDeployedApisRequestTag extends $tea.Model {
|
|
|
39021
39286
|
export class DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem extends $tea.Model {
|
|
39022
39287
|
/**
|
|
39023
39288
|
* @remarks
|
|
39024
|
-
* The API
|
|
39289
|
+
* The ID of the API.
|
|
39025
39290
|
*
|
|
39026
39291
|
* @example
|
|
39027
39292
|
* c076144d7878437b8f82fb85890ce6a0
|
|
39028
39293
|
*/
|
|
39029
39294
|
apiId?: string;
|
|
39030
39295
|
/**
|
|
39031
|
-
* @remarks
|
|
39032
|
-
* The HTTP method of the API request.
|
|
39033
|
-
*
|
|
39034
39296
|
* @example
|
|
39035
39297
|
* POST
|
|
39036
39298
|
*/
|
|
39037
39299
|
apiMethod?: string;
|
|
39038
39300
|
/**
|
|
39039
39301
|
* @remarks
|
|
39040
|
-
* The API
|
|
39302
|
+
* The name of the API.
|
|
39041
39303
|
*
|
|
39042
39304
|
* @example
|
|
39043
39305
|
* DescribeObjects
|
|
39044
39306
|
*/
|
|
39045
39307
|
apiName?: string;
|
|
39046
39308
|
/**
|
|
39047
|
-
* @remarks
|
|
39048
|
-
* The request path of the API.
|
|
39049
|
-
*
|
|
39050
39309
|
* @example
|
|
39051
39310
|
* /trademark/search
|
|
39052
39311
|
*/
|
|
39053
39312
|
apiPath?: string;
|
|
39054
39313
|
/**
|
|
39055
39314
|
* @remarks
|
|
39056
|
-
* The time
|
|
39315
|
+
* The publising time (UTC) of the API.
|
|
39057
39316
|
*
|
|
39058
39317
|
* @example
|
|
39059
39318
|
* 2016-07-23T08:28:48Z
|
|
@@ -39061,15 +39320,15 @@ export class DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem extends
|
|
|
39061
39320
|
deployedTime?: string;
|
|
39062
39321
|
/**
|
|
39063
39322
|
* @remarks
|
|
39064
|
-
* The API
|
|
39323
|
+
* The description of the API.
|
|
39065
39324
|
*
|
|
39066
39325
|
* @example
|
|
39067
|
-
* Queries objects by
|
|
39326
|
+
* Queries objects by pages
|
|
39068
39327
|
*/
|
|
39069
39328
|
description?: string;
|
|
39070
39329
|
/**
|
|
39071
39330
|
* @remarks
|
|
39072
|
-
* The API group
|
|
39331
|
+
* The ID of the API group.
|
|
39073
39332
|
*
|
|
39074
39333
|
* @example
|
|
39075
39334
|
* 63be9002440b4778a61122f14c2b2bbb
|
|
@@ -39077,7 +39336,7 @@ export class DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem extends
|
|
|
39077
39336
|
groupId?: string;
|
|
39078
39337
|
/**
|
|
39079
39338
|
* @remarks
|
|
39080
|
-
* The name of the
|
|
39339
|
+
* The name of the group to which the API belongs.
|
|
39081
39340
|
*
|
|
39082
39341
|
* @example
|
|
39083
39342
|
* myGroup3
|
|
@@ -39085,7 +39344,7 @@ export class DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem extends
|
|
|
39085
39344
|
groupName?: string;
|
|
39086
39345
|
/**
|
|
39087
39346
|
* @remarks
|
|
39088
|
-
* The region
|
|
39347
|
+
* The region where the API is located.
|
|
39089
39348
|
*
|
|
39090
39349
|
* @example
|
|
39091
39350
|
* cn-qingdao
|
|
@@ -39093,7 +39352,7 @@ export class DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem extends
|
|
|
39093
39352
|
regionId?: string;
|
|
39094
39353
|
/**
|
|
39095
39354
|
* @remarks
|
|
39096
|
-
* The environment
|
|
39355
|
+
* The name of the runtime environment. Valid values:
|
|
39097
39356
|
*
|
|
39098
39357
|
* * **RELEASE**
|
|
39099
39358
|
* * **TEST**
|
|
@@ -39363,7 +39622,7 @@ export class DescribeGroupTrafficResponseBodyTrafficPerSecond extends $tea.Model
|
|
|
39363
39622
|
export class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extends $tea.Model {
|
|
39364
39623
|
/**
|
|
39365
39624
|
* @remarks
|
|
39366
|
-
* The ID
|
|
39625
|
+
* The API ID.
|
|
39367
39626
|
*
|
|
39368
39627
|
* @example
|
|
39369
39628
|
* 5af418828f0344a3b588c0cc1331a3bc
|
|
@@ -39371,7 +39630,7 @@ export class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extends $tea.M
|
|
|
39371
39630
|
apiId?: string;
|
|
39372
39631
|
/**
|
|
39373
39632
|
* @remarks
|
|
39374
|
-
* The name
|
|
39633
|
+
* The API name.
|
|
39375
39634
|
*
|
|
39376
39635
|
* @example
|
|
39377
39636
|
* v2_role_assign
|
|
@@ -39379,7 +39638,7 @@ export class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extends $tea.M
|
|
|
39379
39638
|
apiName?: string;
|
|
39380
39639
|
/**
|
|
39381
39640
|
* @remarks
|
|
39382
|
-
* The
|
|
39641
|
+
* The time when the API was published. The time is displayed in UTC.
|
|
39383
39642
|
*
|
|
39384
39643
|
* @example
|
|
39385
39644
|
* 2016-07-20T08:28:48Z
|
|
@@ -39387,7 +39646,7 @@ export class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extends $tea.M
|
|
|
39387
39646
|
deployedTime?: string;
|
|
39388
39647
|
/**
|
|
39389
39648
|
* @remarks
|
|
39390
|
-
* The description
|
|
39649
|
+
* The API description.
|
|
39391
39650
|
*
|
|
39392
39651
|
* @example
|
|
39393
39652
|
* Creates an object
|
|
@@ -39395,7 +39654,7 @@ export class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extends $tea.M
|
|
|
39395
39654
|
description?: string;
|
|
39396
39655
|
/**
|
|
39397
39656
|
* @remarks
|
|
39398
|
-
* The
|
|
39657
|
+
* The API group ID.
|
|
39399
39658
|
*
|
|
39400
39659
|
* @example
|
|
39401
39660
|
* 1084f9034c744137901057206b39d2b6
|
|
@@ -39403,7 +39662,7 @@ export class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extends $tea.M
|
|
|
39403
39662
|
groupId?: string;
|
|
39404
39663
|
/**
|
|
39405
39664
|
* @remarks
|
|
39406
|
-
* The name of the group to which the API belongs.
|
|
39665
|
+
* The name of the API group to which the API belongs.
|
|
39407
39666
|
*
|
|
39408
39667
|
* @example
|
|
39409
39668
|
* myGroup2
|
|
@@ -39419,7 +39678,7 @@ export class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extends $tea.M
|
|
|
39419
39678
|
historyVersion?: string;
|
|
39420
39679
|
/**
|
|
39421
39680
|
* @remarks
|
|
39422
|
-
* The ID
|
|
39681
|
+
* The region ID.
|
|
39423
39682
|
*
|
|
39424
39683
|
* @example
|
|
39425
39684
|
* cn-qingdao
|
|
@@ -39427,7 +39686,7 @@ export class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extends $tea.M
|
|
|
39427
39686
|
regionId?: string;
|
|
39428
39687
|
/**
|
|
39429
39688
|
* @remarks
|
|
39430
|
-
*
|
|
39689
|
+
* The environment alias.
|
|
39431
39690
|
*
|
|
39432
39691
|
* @example
|
|
39433
39692
|
* Online
|
|
@@ -39435,10 +39694,10 @@ export class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extends $tea.M
|
|
|
39435
39694
|
stageAlias?: string;
|
|
39436
39695
|
/**
|
|
39437
39696
|
* @remarks
|
|
39438
|
-
* The name
|
|
39697
|
+
* The environment name. Valid values:
|
|
39439
39698
|
*
|
|
39440
39699
|
* * **RELEASE**
|
|
39441
|
-
* * **TEST
|
|
39700
|
+
* * **TEST**
|
|
39442
39701
|
*
|
|
39443
39702
|
* @example
|
|
39444
39703
|
* RELEASE
|
|
@@ -39722,107 +39981,186 @@ export class DescribeImportOASTaskResponseBodyModelResults extends $tea.Model {
|
|
|
39722
39981
|
|
|
39723
39982
|
export class DescribeInstanceClusterInfoResponseBodyInstanceClusterAttribute extends $tea.Model {
|
|
39724
39983
|
/**
|
|
39984
|
+
* @remarks
|
|
39985
|
+
* The internal CIDR block of the user VPC that can be accessed by the cluster if the cluster consists of VPC integration instances.
|
|
39986
|
+
*
|
|
39725
39987
|
* @example
|
|
39726
39988
|
* ["192.168.1.0/24","192.168.0.0/24"]
|
|
39727
39989
|
*/
|
|
39728
39990
|
connectCidrBlocks?: string;
|
|
39729
39991
|
/**
|
|
39992
|
+
* @remarks
|
|
39993
|
+
* The ID of the user VPC that is connected to the cluster if the cluster consists of VPC integration instances.
|
|
39994
|
+
*
|
|
39730
39995
|
* @example
|
|
39731
39996
|
* vpc-p0w3kxxxxxxxxxxxxxxxx
|
|
39732
39997
|
*/
|
|
39733
39998
|
connectVpcId?: string;
|
|
39734
39999
|
/**
|
|
40000
|
+
* @remarks
|
|
40001
|
+
* Indicates whether outbound IPv6 traffic is supported.
|
|
40002
|
+
*
|
|
39735
40003
|
* @example
|
|
39736
40004
|
* true
|
|
39737
40005
|
*/
|
|
39738
40006
|
egressIpv6Enable?: boolean;
|
|
39739
40007
|
/**
|
|
40008
|
+
* @remarks
|
|
40009
|
+
* The HTTPS security policy.
|
|
40010
|
+
*
|
|
39740
40011
|
* @example
|
|
39741
40012
|
* HTTPS2_TLS1_0
|
|
39742
40013
|
*/
|
|
39743
40014
|
httpsPolicies?: string;
|
|
39744
40015
|
/**
|
|
40016
|
+
* @remarks
|
|
40017
|
+
* The ID of the IPv4 access control list (ACL).
|
|
40018
|
+
*
|
|
39745
40019
|
* @example
|
|
39746
40020
|
* acl-t4n8i4rvvp70kcyuoXXXX
|
|
39747
40021
|
*/
|
|
39748
40022
|
IPV4AclId?: string;
|
|
39749
40023
|
/**
|
|
40024
|
+
* @remarks
|
|
40025
|
+
* The name of the IPv4 ACL.
|
|
40026
|
+
*
|
|
39750
40027
|
* @example
|
|
39751
40028
|
* test-black
|
|
39752
40029
|
*/
|
|
39753
40030
|
IPV4AclName?: string;
|
|
39754
40031
|
/**
|
|
40032
|
+
* @remarks
|
|
40033
|
+
* Indicates whether IPv4 access control is enabled. Valid values:
|
|
40034
|
+
*
|
|
40035
|
+
* * on
|
|
40036
|
+
* * off
|
|
40037
|
+
*
|
|
39755
40038
|
* @example
|
|
39756
40039
|
* on
|
|
39757
40040
|
*/
|
|
39758
40041
|
IPV4AclStatus?: string;
|
|
39759
40042
|
/**
|
|
40043
|
+
* @remarks
|
|
40044
|
+
* The type of the IPv4 ACL.
|
|
40045
|
+
*
|
|
40046
|
+
* * black: blacklist
|
|
40047
|
+
* * white: whitelist
|
|
40048
|
+
*
|
|
39760
40049
|
* @example
|
|
39761
40050
|
* black
|
|
39762
40051
|
*/
|
|
39763
40052
|
IPV4AclType?: string;
|
|
39764
40053
|
/**
|
|
40054
|
+
* @remarks
|
|
40055
|
+
* The ID of the IPv6 ACL.
|
|
40056
|
+
*
|
|
39765
40057
|
* @example
|
|
39766
40058
|
* acl-t4nevzhwbpe7cup18XXXX
|
|
39767
40059
|
*/
|
|
39768
40060
|
IPV6AclId?: string;
|
|
39769
40061
|
/**
|
|
40062
|
+
* @remarks
|
|
40063
|
+
* The name of the IPv6 ACL.
|
|
40064
|
+
*
|
|
39770
40065
|
* @example
|
|
39771
40066
|
* test
|
|
39772
40067
|
*/
|
|
39773
40068
|
IPV6AclName?: string;
|
|
39774
40069
|
/**
|
|
40070
|
+
* @remarks
|
|
40071
|
+
* Indicates whether IPv6 access control is enabled. Valid values:
|
|
40072
|
+
*
|
|
40073
|
+
* * **on**
|
|
40074
|
+
* * **off**
|
|
40075
|
+
*
|
|
39775
40076
|
* @example
|
|
39776
40077
|
* on
|
|
39777
40078
|
*/
|
|
39778
40079
|
IPV6AclStatus?: string;
|
|
39779
40080
|
/**
|
|
40081
|
+
* @remarks
|
|
40082
|
+
* The type of the IPv6 ACL. Valid values:
|
|
40083
|
+
*
|
|
40084
|
+
* * black: blacklist
|
|
40085
|
+
* * white: whitelist
|
|
40086
|
+
*
|
|
39780
40087
|
* @example
|
|
39781
40088
|
* white
|
|
39782
40089
|
*/
|
|
39783
40090
|
IPV6AclType?: string;
|
|
39784
40091
|
/**
|
|
40092
|
+
* @remarks
|
|
40093
|
+
* The outbound public IP address.
|
|
40094
|
+
*
|
|
39785
40095
|
* @example
|
|
39786
40096
|
* 39.106.XX.XX
|
|
39787
40097
|
*/
|
|
39788
40098
|
internetEgressAddress?: string;
|
|
39789
40099
|
/**
|
|
40100
|
+
* @remarks
|
|
40101
|
+
* The outbound private IP address.
|
|
40102
|
+
*
|
|
39790
40103
|
* @example
|
|
39791
40104
|
* 100.104.XX.XX/26
|
|
39792
40105
|
*/
|
|
39793
40106
|
intranetEgressAddress?: string;
|
|
39794
40107
|
/**
|
|
40108
|
+
* @remarks
|
|
40109
|
+
* The custom CIDR block. The configured CIDR block is considered as a private block.
|
|
40110
|
+
*
|
|
39795
40111
|
* @example
|
|
39796
40112
|
* 123.0.0.1
|
|
39797
40113
|
*/
|
|
39798
40114
|
intranetSegments?: string;
|
|
39799
40115
|
/**
|
|
40116
|
+
* @remarks
|
|
40117
|
+
* Indicates whether IPv6 traffic is supported.
|
|
40118
|
+
*
|
|
39800
40119
|
* @example
|
|
39801
40120
|
* true
|
|
39802
40121
|
*/
|
|
39803
40122
|
supportIpv6?: boolean;
|
|
39804
40123
|
/**
|
|
40124
|
+
* @remarks
|
|
40125
|
+
* The ID of the client VPC.
|
|
40126
|
+
*
|
|
39805
40127
|
* @example
|
|
39806
40128
|
* vpc-2zew2v4vcg78mXXXX
|
|
39807
40129
|
*/
|
|
39808
40130
|
userVpcId?: string;
|
|
39809
40131
|
/**
|
|
40132
|
+
* @remarks
|
|
40133
|
+
* The vSwitch of the client VPC.
|
|
40134
|
+
*
|
|
39810
40135
|
* @example
|
|
39811
40136
|
* vsw-2zecr5r7ao44tslsXXXX
|
|
39812
40137
|
*/
|
|
39813
40138
|
userVswitchId?: string;
|
|
39814
40139
|
/**
|
|
40140
|
+
* @remarks
|
|
40141
|
+
* The VIPs of the cluster.
|
|
40142
|
+
*
|
|
39815
40143
|
* @example
|
|
39816
40144
|
* VPC_INTERNET_IPV6
|
|
39817
40145
|
*/
|
|
39818
40146
|
vipTypeList?: string;
|
|
40147
|
+
/**
|
|
40148
|
+
* @remarks
|
|
40149
|
+
* Indicates whether a virtual private cloud (VPC) domain name is enabled.
|
|
40150
|
+
*/
|
|
39819
40151
|
vpcIntranetEnable?: boolean;
|
|
39820
40152
|
/**
|
|
40153
|
+
* @remarks
|
|
40154
|
+
* The ID of the account to which the VPC belongs.
|
|
40155
|
+
*
|
|
39821
40156
|
* @example
|
|
39822
40157
|
* 165438596694XXXX
|
|
39823
40158
|
*/
|
|
39824
40159
|
vpcOwnerId?: number;
|
|
39825
40160
|
/**
|
|
40161
|
+
* @remarks
|
|
40162
|
+
* Indicates whether self-calling is enabled.
|
|
40163
|
+
*
|
|
39826
40164
|
* @example
|
|
39827
40165
|
* false
|
|
39828
40166
|
*/
|
|
@@ -39888,21 +40226,33 @@ export class DescribeInstanceClusterInfoResponseBodyInstanceClusterAttribute ext
|
|
|
39888
40226
|
|
|
39889
40227
|
export class DescribeInstanceClusterInfoResponseBodyInstanceListInstance extends $tea.Model {
|
|
39890
40228
|
/**
|
|
40229
|
+
* @remarks
|
|
40230
|
+
* The error message returned if the call fails.
|
|
40231
|
+
*
|
|
39891
40232
|
* @example
|
|
39892
40233
|
* Instance not found.
|
|
39893
40234
|
*/
|
|
39894
40235
|
errorMessage?: string;
|
|
39895
40236
|
/**
|
|
40237
|
+
* @remarks
|
|
40238
|
+
* The instance ID.
|
|
40239
|
+
*
|
|
39896
40240
|
* @example
|
|
39897
40241
|
* apigateway-ht-04e41d95e9c1
|
|
39898
40242
|
*/
|
|
39899
40243
|
instanceId?: string;
|
|
39900
40244
|
/**
|
|
40245
|
+
* @remarks
|
|
40246
|
+
* The instance name.
|
|
40247
|
+
*
|
|
39901
40248
|
* @example
|
|
39902
40249
|
* tf-testacceu-central-1apigatewayinstance8752
|
|
39903
40250
|
*/
|
|
39904
40251
|
instanceName?: string;
|
|
39905
40252
|
/**
|
|
40253
|
+
* @remarks
|
|
40254
|
+
* The instance status.
|
|
40255
|
+
*
|
|
39906
40256
|
* @example
|
|
39907
40257
|
* RUNNING
|
|
39908
40258
|
*/
|
|
@@ -39951,25 +40301,65 @@ export class DescribeInstanceClusterInfoResponseBodyInstanceList extends $tea.Mo
|
|
|
39951
40301
|
|
|
39952
40302
|
export class DescribeInstanceClusterListResponseBodyInstanceClustersInstanceCluster extends $tea.Model {
|
|
39953
40303
|
/**
|
|
40304
|
+
* @remarks
|
|
40305
|
+
* The time when the cluster was created. The time is displayed in UTC.
|
|
40306
|
+
*
|
|
39954
40307
|
* @example
|
|
39955
40308
|
* 2023-08-14T17:46:59+08:00
|
|
39956
40309
|
*/
|
|
39957
40310
|
createdTime?: string;
|
|
39958
40311
|
/**
|
|
40312
|
+
* @remarks
|
|
40313
|
+
* The cluster description.
|
|
40314
|
+
*
|
|
39959
40315
|
* @example
|
|
39960
40316
|
* Test TrafficControl
|
|
39961
40317
|
*/
|
|
39962
40318
|
description?: string;
|
|
40319
|
+
/**
|
|
40320
|
+
* @remarks
|
|
40321
|
+
* The cluster ID.
|
|
40322
|
+
*
|
|
40323
|
+
* @example
|
|
40324
|
+
* apigateway-cluster-hz-xxxxxxxxxxxx
|
|
40325
|
+
*/
|
|
39963
40326
|
instanceClusterId?: string;
|
|
40327
|
+
/**
|
|
40328
|
+
* @remarks
|
|
40329
|
+
* The cluster name.
|
|
40330
|
+
*
|
|
40331
|
+
* @example
|
|
40332
|
+
* test-cluster
|
|
40333
|
+
*/
|
|
39964
40334
|
instanceClusterName?: string;
|
|
40335
|
+
/**
|
|
40336
|
+
* @remarks
|
|
40337
|
+
* The cluster status.
|
|
40338
|
+
*
|
|
40339
|
+
* @example
|
|
40340
|
+
* RUNNING
|
|
40341
|
+
*/
|
|
39965
40342
|
instanceClusterStatus?: string;
|
|
40343
|
+
/**
|
|
40344
|
+
* @remarks
|
|
40345
|
+
* The cluster type.
|
|
40346
|
+
*
|
|
40347
|
+
* @example
|
|
40348
|
+
* normal
|
|
40349
|
+
*/
|
|
39966
40350
|
instanceClusterType?: string;
|
|
39967
40351
|
/**
|
|
40352
|
+
* @remarks
|
|
40353
|
+
* The time when the cluster was last modified. The time is displayed in UTC.
|
|
40354
|
+
*
|
|
39968
40355
|
* @example
|
|
39969
40356
|
* 2024-01-12T10:11:08+08:00
|
|
39970
40357
|
*/
|
|
39971
40358
|
modifiedTime?: string;
|
|
39972
40359
|
/**
|
|
40360
|
+
* @remarks
|
|
40361
|
+
* The region ID of the cluster.
|
|
40362
|
+
*
|
|
39973
40363
|
* @example
|
|
39974
40364
|
* cn-shenzhen
|
|
39975
40365
|
*/
|
|
@@ -41528,7 +41918,21 @@ export class DescribeLogConfigResponseBodyLogInfos extends $tea.Model {
|
|
|
41528
41918
|
}
|
|
41529
41919
|
|
|
41530
41920
|
export class DescribeModelsRequestTag extends $tea.Model {
|
|
41921
|
+
/**
|
|
41922
|
+
* @remarks
|
|
41923
|
+
* The tag key.
|
|
41924
|
+
*
|
|
41925
|
+
* @example
|
|
41926
|
+
* key
|
|
41927
|
+
*/
|
|
41531
41928
|
key?: string;
|
|
41929
|
+
/**
|
|
41930
|
+
* @remarks
|
|
41931
|
+
* The tag value.
|
|
41932
|
+
*
|
|
41933
|
+
* @example
|
|
41934
|
+
* value
|
|
41935
|
+
*/
|
|
41532
41936
|
value?: string;
|
|
41533
41937
|
static names(): { [key: string]: string } {
|
|
41534
41938
|
return {
|
|
@@ -41550,7 +41954,21 @@ export class DescribeModelsRequestTag extends $tea.Model {
|
|
|
41550
41954
|
}
|
|
41551
41955
|
|
|
41552
41956
|
export class DescribeModelsResponseBodyModelDetailsModelDetailTagsTagInfo extends $tea.Model {
|
|
41957
|
+
/**
|
|
41958
|
+
* @remarks
|
|
41959
|
+
* The tag key.
|
|
41960
|
+
*
|
|
41961
|
+
* @example
|
|
41962
|
+
* ENV
|
|
41963
|
+
*/
|
|
41553
41964
|
key?: string;
|
|
41965
|
+
/**
|
|
41966
|
+
* @remarks
|
|
41967
|
+
* The tag value.
|
|
41968
|
+
*
|
|
41969
|
+
* @example
|
|
41970
|
+
* ST4
|
|
41971
|
+
*/
|
|
41554
41972
|
value?: string;
|
|
41555
41973
|
static names(): { [key: string]: string } {
|
|
41556
41974
|
return {
|
|
@@ -41601,7 +42019,7 @@ export class DescribeModelsResponseBodyModelDetailsModelDetail extends $tea.Mode
|
|
|
41601
42019
|
createdTime?: string;
|
|
41602
42020
|
/**
|
|
41603
42021
|
* @remarks
|
|
41604
|
-
* The
|
|
42022
|
+
* The description of the model definition.
|
|
41605
42023
|
*
|
|
41606
42024
|
* @example
|
|
41607
42025
|
* Model Description
|
|
@@ -41641,7 +42059,7 @@ export class DescribeModelsResponseBodyModelDetailsModelDetail extends $tea.Mode
|
|
|
41641
42059
|
modelRef?: string;
|
|
41642
42060
|
/**
|
|
41643
42061
|
* @remarks
|
|
41644
|
-
* The
|
|
42062
|
+
* The time when the model was last modified.
|
|
41645
42063
|
*
|
|
41646
42064
|
* @example
|
|
41647
42065
|
* 2019-01-29T11:07:48Z
|
|
@@ -41655,6 +42073,10 @@ export class DescribeModelsResponseBodyModelDetailsModelDetail extends $tea.Mode
|
|
|
41655
42073
|
* {\\"type\\":\\"object\\",\\"properties\\":{\\"id\\":{\\"format\\":\\"int64\\",\\"maximum\\":100,\\"exclusiveMaximum\\":true,\\"type\\":\\"integer\\"},\\"name\\":{\\"maxLength\\":10,\\"type\\":\\"string\\"}}}
|
|
41656
42074
|
*/
|
|
41657
42075
|
schema?: string;
|
|
42076
|
+
/**
|
|
42077
|
+
* @remarks
|
|
42078
|
+
* The tags of the model.
|
|
42079
|
+
*/
|
|
41658
42080
|
tags?: DescribeModelsResponseBodyModelDetailsModelDetailTags;
|
|
41659
42081
|
static names(): { [key: string]: string } {
|
|
41660
42082
|
return {
|
|
@@ -44921,21 +45343,33 @@ export class ModifyAppRequestTag extends $tea.Model {
|
|
|
44921
45343
|
|
|
44922
45344
|
export class ModifyInstanceAttributeRequestToConnectVpcIpBlock extends $tea.Model {
|
|
44923
45345
|
/**
|
|
45346
|
+
* @remarks
|
|
45347
|
+
* The CIDR block of the VSwitch.
|
|
45348
|
+
*
|
|
44924
45349
|
* @example
|
|
44925
45350
|
* 172.16.0.0/16
|
|
44926
45351
|
*/
|
|
44927
45352
|
cidrBlock?: string;
|
|
44928
45353
|
/**
|
|
45354
|
+
* @remarks
|
|
45355
|
+
* Specifies whether the CIDR block is a custom CIDR block.
|
|
45356
|
+
*
|
|
44929
45357
|
* @example
|
|
44930
45358
|
* false
|
|
44931
45359
|
*/
|
|
44932
45360
|
customized?: boolean;
|
|
44933
45361
|
/**
|
|
45362
|
+
* @remarks
|
|
45363
|
+
* The vSwitch ID.
|
|
45364
|
+
*
|
|
44934
45365
|
* @example
|
|
44935
45366
|
* vsw-wz94cqvaoe1ipxxxxxx
|
|
44936
45367
|
*/
|
|
44937
45368
|
vswitchId?: string;
|
|
44938
45369
|
/**
|
|
45370
|
+
* @remarks
|
|
45371
|
+
* The zone ID.
|
|
45372
|
+
*
|
|
44939
45373
|
* @example
|
|
44940
45374
|
* cn-hangzhou-a
|
|
44941
45375
|
*/
|
|
@@ -46589,7 +47023,7 @@ export default class Client extends OpenApi {
|
|
|
46589
47023
|
}
|
|
46590
47024
|
|
|
46591
47025
|
/**
|
|
46592
|
-
*
|
|
47026
|
+
* Adds an AppCode to an application.
|
|
46593
47027
|
*
|
|
46594
47028
|
* @param request - CreateAppCodeRequest
|
|
46595
47029
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -46624,7 +47058,7 @@ export default class Client extends OpenApi {
|
|
|
46624
47058
|
}
|
|
46625
47059
|
|
|
46626
47060
|
/**
|
|
46627
|
-
*
|
|
47061
|
+
* Adds an AppCode to an application.
|
|
46628
47062
|
*
|
|
46629
47063
|
* @param request - CreateAppCodeRequest
|
|
46630
47064
|
* @returns CreateAppCodeResponse
|
|
@@ -46635,7 +47069,7 @@ export default class Client extends OpenApi {
|
|
|
46635
47069
|
}
|
|
46636
47070
|
|
|
46637
47071
|
/**
|
|
46638
|
-
*
|
|
47072
|
+
* Adds an AppKey and AppSecret pair to an application.
|
|
46639
47073
|
*
|
|
46640
47074
|
* @param request - CreateAppKeyRequest
|
|
46641
47075
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -46674,7 +47108,7 @@ export default class Client extends OpenApi {
|
|
|
46674
47108
|
}
|
|
46675
47109
|
|
|
46676
47110
|
/**
|
|
46677
|
-
*
|
|
47111
|
+
* Adds an AppKey and AppSecret pair to an application.
|
|
46678
47112
|
*
|
|
46679
47113
|
* @param request - CreateAppKeyRequest
|
|
46680
47114
|
* @returns CreateAppKeyResponse
|
|
@@ -47615,7 +48049,7 @@ export default class Client extends OpenApi {
|
|
|
47615
48049
|
}
|
|
47616
48050
|
|
|
47617
48051
|
/**
|
|
47618
|
-
* Deletes
|
|
48052
|
+
* Deletes the definition of a specified API.
|
|
47619
48053
|
*
|
|
47620
48054
|
* @remarks
|
|
47621
48055
|
* This operation is intended for API providers and cannot be undone after it is complete.
|
|
@@ -47659,7 +48093,7 @@ export default class Client extends OpenApi {
|
|
|
47659
48093
|
}
|
|
47660
48094
|
|
|
47661
48095
|
/**
|
|
47662
|
-
* Deletes
|
|
48096
|
+
* Deletes the definition of a specified API.
|
|
47663
48097
|
*
|
|
47664
48098
|
* @remarks
|
|
47665
48099
|
* This operation is intended for API providers and cannot be undone after it is complete.
|
|
@@ -47905,7 +48339,7 @@ export default class Client extends OpenApi {
|
|
|
47905
48339
|
}
|
|
47906
48340
|
|
|
47907
48341
|
/**
|
|
47908
|
-
*
|
|
48342
|
+
* Deletes the AppCode of an application.
|
|
47909
48343
|
*
|
|
47910
48344
|
* @param request - DeleteAppCodeRequest
|
|
47911
48345
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -47940,7 +48374,7 @@ export default class Client extends OpenApi {
|
|
|
47940
48374
|
}
|
|
47941
48375
|
|
|
47942
48376
|
/**
|
|
47943
|
-
*
|
|
48377
|
+
* Deletes the AppCode of an application.
|
|
47944
48378
|
*
|
|
47945
48379
|
* @param request - DeleteAppCodeRequest
|
|
47946
48380
|
* @returns DeleteAppCodeResponse
|
|
@@ -47951,7 +48385,7 @@ export default class Client extends OpenApi {
|
|
|
47951
48385
|
}
|
|
47952
48386
|
|
|
47953
48387
|
/**
|
|
47954
|
-
*
|
|
48388
|
+
* Deletes the AppKey and AppSecret of an application.
|
|
47955
48389
|
*
|
|
47956
48390
|
* @param request - DeleteAppKeyRequest
|
|
47957
48391
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -47986,7 +48420,7 @@ export default class Client extends OpenApi {
|
|
|
47986
48420
|
}
|
|
47987
48421
|
|
|
47988
48422
|
/**
|
|
47989
|
-
*
|
|
48423
|
+
* Deletes the AppKey and AppSecret of an application.
|
|
47990
48424
|
*
|
|
47991
48425
|
* @param request - DeleteAppKeyRequest
|
|
47992
48426
|
* @returns DeleteAppKeyResponse
|
|
@@ -48193,7 +48627,7 @@ export default class Client extends OpenApi {
|
|
|
48193
48627
|
}
|
|
48194
48628
|
|
|
48195
48629
|
/**
|
|
48196
|
-
* Unbinds a custom domain name from
|
|
48630
|
+
* Unbinds a custom domain name from an API group.
|
|
48197
48631
|
*
|
|
48198
48632
|
* @remarks
|
|
48199
48633
|
* This operation is intended for API providers.
|
|
@@ -48237,7 +48671,7 @@ export default class Client extends OpenApi {
|
|
|
48237
48671
|
}
|
|
48238
48672
|
|
|
48239
48673
|
/**
|
|
48240
|
-
* Unbinds a custom domain name from
|
|
48674
|
+
* Unbinds a custom domain name from an API group.
|
|
48241
48675
|
*
|
|
48242
48676
|
* @remarks
|
|
48243
48677
|
* This operation is intended for API providers.
|
|
@@ -48455,7 +48889,7 @@ export default class Client extends OpenApi {
|
|
|
48455
48889
|
}
|
|
48456
48890
|
|
|
48457
48891
|
/**
|
|
48458
|
-
* Deletes a model
|
|
48892
|
+
* Deletes a model.
|
|
48459
48893
|
*
|
|
48460
48894
|
* @param request - DeleteModelRequest
|
|
48461
48895
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -48490,7 +48924,7 @@ export default class Client extends OpenApi {
|
|
|
48490
48924
|
}
|
|
48491
48925
|
|
|
48492
48926
|
/**
|
|
48493
|
-
* Deletes a model
|
|
48927
|
+
* Deletes a model.
|
|
48494
48928
|
*
|
|
48495
48929
|
* @param request - DeleteModelRequest
|
|
48496
48930
|
* @returns DeleteModelResponse
|
|
@@ -50449,6 +50883,8 @@ export default class Client extends OpenApi {
|
|
|
50449
50883
|
}
|
|
50450
50884
|
|
|
50451
50885
|
/**
|
|
50886
|
+
* Queries the APIs that are associated with a virtual private cloud (VPC) access authorization in a region.
|
|
50887
|
+
*
|
|
50452
50888
|
* @param request - DescribeApisByVpcAccessRequest
|
|
50453
50889
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
50454
50890
|
* @returns DescribeApisByVpcAccessResponse
|
|
@@ -50490,6 +50926,8 @@ export default class Client extends OpenApi {
|
|
|
50490
50926
|
}
|
|
50491
50927
|
|
|
50492
50928
|
/**
|
|
50929
|
+
* Queries the APIs that are associated with a virtual private cloud (VPC) access authorization in a region.
|
|
50930
|
+
*
|
|
50493
50931
|
* @param request - DescribeApisByVpcAccessRequest
|
|
50494
50932
|
* @returns DescribeApisByVpcAccessResponse
|
|
50495
50933
|
*/
|
|
@@ -50709,7 +51147,7 @@ export default class Client extends OpenApi {
|
|
|
50709
51147
|
}
|
|
50710
51148
|
|
|
50711
51149
|
/**
|
|
50712
|
-
*
|
|
51150
|
+
* Queries the key-related information of an application.
|
|
50713
51151
|
*
|
|
50714
51152
|
* @param request - DescribeAppSecuritiesRequest
|
|
50715
51153
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -50744,7 +51182,7 @@ export default class Client extends OpenApi {
|
|
|
50744
51182
|
}
|
|
50745
51183
|
|
|
50746
51184
|
/**
|
|
50747
|
-
*
|
|
51185
|
+
* Queries the key-related information of an application.
|
|
50748
51186
|
*
|
|
50749
51187
|
* @param request - DescribeAppSecuritiesRequest
|
|
50750
51188
|
* @returns DescribeAppSecuritiesResponse
|
|
@@ -50811,11 +51249,11 @@ export default class Client extends OpenApi {
|
|
|
50811
51249
|
}
|
|
50812
51250
|
|
|
50813
51251
|
/**
|
|
50814
|
-
* Queries the apps. App information is returned only to the app owner.
|
|
51252
|
+
* Queries the apps of a user. App information is returned only to the app owner.
|
|
50815
51253
|
*
|
|
50816
51254
|
* @remarks
|
|
50817
51255
|
* This API is intended for API providers.
|
|
50818
|
-
* * API providers can use the app IDs or their
|
|
51256
|
+
* * API providers can use the app IDs or their Alibaba Cloud accounts to query app information.
|
|
50819
51257
|
* * Each provider can call this operation for a maximum of 200 times every day in a region.
|
|
50820
51258
|
*
|
|
50821
51259
|
* @param request - DescribeAppsRequest
|
|
@@ -50863,11 +51301,11 @@ export default class Client extends OpenApi {
|
|
|
50863
51301
|
}
|
|
50864
51302
|
|
|
50865
51303
|
/**
|
|
50866
|
-
* Queries the apps. App information is returned only to the app owner.
|
|
51304
|
+
* Queries the apps of a user. App information is returned only to the app owner.
|
|
50867
51305
|
*
|
|
50868
51306
|
* @remarks
|
|
50869
51307
|
* This API is intended for API providers.
|
|
50870
|
-
* * API providers can use the app IDs or their
|
|
51308
|
+
* * API providers can use the app IDs or their Alibaba Cloud accounts to query app information.
|
|
50871
51309
|
* * Each provider can call this operation for a maximum of 200 times every day in a region.
|
|
50872
51310
|
*
|
|
50873
51311
|
* @param request - DescribeAppsRequest
|
|
@@ -51505,10 +51943,10 @@ export default class Client extends OpenApi {
|
|
|
51505
51943
|
}
|
|
51506
51944
|
|
|
51507
51945
|
/**
|
|
51508
|
-
* Queries the APIs that
|
|
51946
|
+
* Queries the APIs that have been published to a specified environment.
|
|
51509
51947
|
*
|
|
51510
51948
|
* @remarks
|
|
51511
|
-
* This
|
|
51949
|
+
* This API is intended for API providers.
|
|
51512
51950
|
*
|
|
51513
51951
|
* @param request - DescribeDeployedApisRequest
|
|
51514
51952
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -51579,10 +52017,10 @@ export default class Client extends OpenApi {
|
|
|
51579
52017
|
}
|
|
51580
52018
|
|
|
51581
52019
|
/**
|
|
51582
|
-
* Queries the APIs that
|
|
52020
|
+
* Queries the APIs that have been published to a specified environment.
|
|
51583
52021
|
*
|
|
51584
52022
|
* @remarks
|
|
51585
|
-
* This
|
|
52023
|
+
* This API is intended for API providers.
|
|
51586
52024
|
*
|
|
51587
52025
|
* @param request - DescribeDeployedApisRequest
|
|
51588
52026
|
* @returns DescribeDeployedApisResponse
|
|
@@ -51593,7 +52031,7 @@ export default class Client extends OpenApi {
|
|
|
51593
52031
|
}
|
|
51594
52032
|
|
|
51595
52033
|
/**
|
|
51596
|
-
* Queries
|
|
52034
|
+
* Queries details about a bound custom domain name, including the automatically assigned second-level domain name, custom domain name, and SSL certificate.
|
|
51597
52035
|
*
|
|
51598
52036
|
* @param request - DescribeDomainRequest
|
|
51599
52037
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -51632,7 +52070,7 @@ export default class Client extends OpenApi {
|
|
|
51632
52070
|
}
|
|
51633
52071
|
|
|
51634
52072
|
/**
|
|
51635
|
-
* Queries
|
|
52073
|
+
* Queries details about a bound custom domain name, including the automatically assigned second-level domain name, custom domain name, and SSL certificate.
|
|
51636
52074
|
*
|
|
51637
52075
|
* @param request - DescribeDomainRequest
|
|
51638
52076
|
* @returns DescribeDomainResponse
|
|
@@ -51929,7 +52367,7 @@ export default class Client extends OpenApi {
|
|
|
51929
52367
|
}
|
|
51930
52368
|
|
|
51931
52369
|
/**
|
|
51932
|
-
*
|
|
52370
|
+
* Queries the information about a dedicated instance cluster.
|
|
51933
52371
|
*
|
|
51934
52372
|
* @param request - DescribeInstanceClusterInfoRequest
|
|
51935
52373
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -51964,7 +52402,7 @@ export default class Client extends OpenApi {
|
|
|
51964
52402
|
}
|
|
51965
52403
|
|
|
51966
52404
|
/**
|
|
51967
|
-
*
|
|
52405
|
+
* Queries the information about a dedicated instance cluster.
|
|
51968
52406
|
*
|
|
51969
52407
|
* @param request - DescribeInstanceClusterInfoRequest
|
|
51970
52408
|
* @returns DescribeInstanceClusterInfoResponse
|
|
@@ -51975,7 +52413,7 @@ export default class Client extends OpenApi {
|
|
|
51975
52413
|
}
|
|
51976
52414
|
|
|
51977
52415
|
/**
|
|
51978
|
-
*
|
|
52416
|
+
* Queries dedicated instance clusters.
|
|
51979
52417
|
*
|
|
51980
52418
|
* @param request - DescribeInstanceClusterListRequest
|
|
51981
52419
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -52022,7 +52460,7 @@ export default class Client extends OpenApi {
|
|
|
52022
52460
|
}
|
|
52023
52461
|
|
|
52024
52462
|
/**
|
|
52025
|
-
*
|
|
52463
|
+
* Queries dedicated instance clusters.
|
|
52026
52464
|
*
|
|
52027
52465
|
* @param request - DescribeInstanceClusterListRequest
|
|
52028
52466
|
* @returns DescribeInstanceClusterListResponse
|
|
@@ -52841,7 +53279,7 @@ export default class Client extends OpenApi {
|
|
|
52841
53279
|
}
|
|
52842
53280
|
|
|
52843
53281
|
/**
|
|
52844
|
-
*
|
|
53282
|
+
* Queries the created models of an API group.
|
|
52845
53283
|
*
|
|
52846
53284
|
* @remarks
|
|
52847
53285
|
* Fuzzy queries are supported.
|
|
@@ -52895,7 +53333,7 @@ export default class Client extends OpenApi {
|
|
|
52895
53333
|
}
|
|
52896
53334
|
|
|
52897
53335
|
/**
|
|
52898
|
-
*
|
|
53336
|
+
* Queries the created models of an API group.
|
|
52899
53337
|
*
|
|
52900
53338
|
* @remarks
|
|
52901
53339
|
* Fuzzy queries are supported.
|
|
@@ -53269,7 +53707,7 @@ export default class Client extends OpenApi {
|
|
|
53269
53707
|
}
|
|
53270
53708
|
|
|
53271
53709
|
/**
|
|
53272
|
-
* Queries API groups
|
|
53710
|
+
* Queries the API groups purchased from Alibaba Cloud Marketplace.
|
|
53273
53711
|
*
|
|
53274
53712
|
* @param request - DescribePurchasedApiGroupsRequest
|
|
53275
53713
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -53308,7 +53746,7 @@ export default class Client extends OpenApi {
|
|
|
53308
53746
|
}
|
|
53309
53747
|
|
|
53310
53748
|
/**
|
|
53311
|
-
* Queries API groups
|
|
53749
|
+
* Queries the API groups purchased from Alibaba Cloud Marketplace.
|
|
53312
53750
|
*
|
|
53313
53751
|
* @param request - DescribePurchasedApiGroupsRequest
|
|
53314
53752
|
* @returns DescribePurchasedApiGroupsResponse
|
|
@@ -55002,6 +55440,10 @@ export default class Client extends OpenApi {
|
|
|
55002
55440
|
query["Description"] = request.description;
|
|
55003
55441
|
}
|
|
55004
55442
|
|
|
55443
|
+
if (!Util.isUnset(request.filterAppCodeForBackend)) {
|
|
55444
|
+
query["FilterAppCodeForBackend"] = request.filterAppCodeForBackend;
|
|
55445
|
+
}
|
|
55446
|
+
|
|
55005
55447
|
if (!Util.isUnset(request.groupId)) {
|
|
55006
55448
|
query["GroupId"] = request.groupId;
|
|
55007
55449
|
}
|
|
@@ -56361,7 +56803,7 @@ export default class Client extends OpenApi {
|
|
|
56361
56803
|
* @remarks
|
|
56362
56804
|
* This operation is intended for API providers.
|
|
56363
56805
|
* * You must solve the problem that is mentioned in the domain name exception prompt before you can reactivate the domain name.
|
|
56364
|
-
* * A typical reason why a custom domain name becomes abnormal is that the domain name does not have an ICP filing or the domain name is included in a blacklist by the administration. When a custom domain name is abnormal, users cannot use it to
|
|
56806
|
+
* * A typical reason why a custom domain name becomes abnormal is that the domain name does not have an ICP filing or the domain name is included in a blacklist by the administration. When a custom domain name is abnormal, users cannot use it to call APIs.
|
|
56365
56807
|
* * You can call this operation to reactivate the domain name to resume normal access.
|
|
56366
56808
|
*
|
|
56367
56809
|
* @param request - ReactivateDomainRequest
|
|
@@ -56406,7 +56848,7 @@ export default class Client extends OpenApi {
|
|
|
56406
56848
|
* @remarks
|
|
56407
56849
|
* This operation is intended for API providers.
|
|
56408
56850
|
* * You must solve the problem that is mentioned in the domain name exception prompt before you can reactivate the domain name.
|
|
56409
|
-
* * A typical reason why a custom domain name becomes abnormal is that the domain name does not have an ICP filing or the domain name is included in a blacklist by the administration. When a custom domain name is abnormal, users cannot use it to
|
|
56851
|
+
* * A typical reason why a custom domain name becomes abnormal is that the domain name does not have an ICP filing or the domain name is included in a blacklist by the administration. When a custom domain name is abnormal, users cannot use it to call APIs.
|
|
56410
56852
|
* * You can call this operation to reactivate the domain name to resume normal access.
|
|
56411
56853
|
*
|
|
56412
56854
|
* @param request - ReactivateDomainRequest
|
|
@@ -57036,7 +57478,7 @@ export default class Client extends OpenApi {
|
|
|
57036
57478
|
}
|
|
57037
57479
|
|
|
57038
57480
|
/**
|
|
57039
|
-
* Resets the AppCode of an
|
|
57481
|
+
* Resets the AppCode of an application. You can call this operation only once per minute.
|
|
57040
57482
|
*
|
|
57041
57483
|
* @param request - ResetAppCodeRequest
|
|
57042
57484
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -57075,7 +57517,7 @@ export default class Client extends OpenApi {
|
|
|
57075
57517
|
}
|
|
57076
57518
|
|
|
57077
57519
|
/**
|
|
57078
|
-
* Resets the AppCode of an
|
|
57520
|
+
* Resets the AppCode of an application. You can call this operation only once per minute.
|
|
57079
57521
|
*
|
|
57080
57522
|
* @param request - ResetAppCodeRequest
|
|
57081
57523
|
* @returns ResetAppCodeResponse
|
|
@@ -57410,8 +57852,8 @@ export default class Client extends OpenApi {
|
|
|
57410
57852
|
*
|
|
57411
57853
|
* @remarks
|
|
57412
57854
|
* This operation is intended for API providers and callers.
|
|
57413
|
-
* * API providers can authorize
|
|
57414
|
-
* * API callers can authorize their own
|
|
57855
|
+
* * API providers can authorize all applications to call their APIs.
|
|
57856
|
+
* * API callers can authorize their own applications to call the APIs that they have purchased.
|
|
57415
57857
|
*
|
|
57416
57858
|
* @param request - SetApisAuthoritiesRequest
|
|
57417
57859
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -57470,8 +57912,8 @@ export default class Client extends OpenApi {
|
|
|
57470
57912
|
*
|
|
57471
57913
|
* @remarks
|
|
57472
57914
|
* This operation is intended for API providers and callers.
|
|
57473
|
-
* * API providers can authorize
|
|
57474
|
-
* * API callers can authorize their own
|
|
57915
|
+
* * API providers can authorize all applications to call their APIs.
|
|
57916
|
+
* * API callers can authorize their own applications to call the APIs that they have purchased.
|
|
57475
57917
|
*
|
|
57476
57918
|
* @param request - SetApisAuthoritiesRequest
|
|
57477
57919
|
* @returns SetApisAuthoritiesResponse
|
|
@@ -57544,8 +57986,8 @@ export default class Client extends OpenApi {
|
|
|
57544
57986
|
*
|
|
57545
57987
|
* @remarks
|
|
57546
57988
|
* This operation is intended for API providers and callers.
|
|
57547
|
-
* * API providers can authorize
|
|
57548
|
-
* * API callers can authorize their own
|
|
57989
|
+
* * API providers can authorize all applications to call their APIs.
|
|
57990
|
+
* * API callers can authorize their own applications to call the APIs that they have purchased.
|
|
57549
57991
|
*
|
|
57550
57992
|
* @param request - SetAppsAuthoritiesRequest
|
|
57551
57993
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -57604,8 +58046,8 @@ export default class Client extends OpenApi {
|
|
|
57604
58046
|
*
|
|
57605
58047
|
* @remarks
|
|
57606
58048
|
* This operation is intended for API providers and callers.
|
|
57607
|
-
* * API providers can authorize
|
|
57608
|
-
* * API callers can authorize their own
|
|
58049
|
+
* * API providers can authorize all applications to call their APIs.
|
|
58050
|
+
* * API callers can authorize their own applications to call the APIs that they have purchased.
|
|
57609
58051
|
*
|
|
57610
58052
|
* @param request - SetAppsAuthoritiesRequest
|
|
57611
58053
|
* @returns SetAppsAuthoritiesResponse
|
|
@@ -57678,7 +58120,7 @@ export default class Client extends OpenApi {
|
|
|
57678
58120
|
}
|
|
57679
58121
|
|
|
57680
58122
|
/**
|
|
57681
|
-
* Uploads an SSL certificate for a custom domain name.
|
|
58123
|
+
* Uploads an SSL certificate for a specified custom domain name.
|
|
57682
58124
|
*
|
|
57683
58125
|
* @remarks
|
|
57684
58126
|
* This operation is intended for API providers.
|
|
@@ -57742,7 +58184,7 @@ export default class Client extends OpenApi {
|
|
|
57742
58184
|
}
|
|
57743
58185
|
|
|
57744
58186
|
/**
|
|
57745
|
-
* Uploads an SSL certificate for a custom domain name.
|
|
58187
|
+
* Uploads an SSL certificate for a specified custom domain name.
|
|
57746
58188
|
*
|
|
57747
58189
|
* @remarks
|
|
57748
58190
|
* This operation is intended for API providers.
|
|
@@ -58186,13 +58628,6 @@ export default class Client extends OpenApi {
|
|
|
58186
58628
|
/**
|
|
58187
58629
|
* Switches the definition of an API in a specified runtime environment to a historical version.
|
|
58188
58630
|
*
|
|
58189
|
-
* @remarks
|
|
58190
|
-
* This API is intended for API providers.
|
|
58191
|
-
* * The historical version can be obtained by calling the **DescribeHistoryApis** operation.
|
|
58192
|
-
* * Only APIs that have been published more than once have historical versions.
|
|
58193
|
-
* * This operation can only be performed on running APIs. Exercise caution when you perform this operation because the operation cannot be undone. The operation takes up to 5 seconds.
|
|
58194
|
-
* * The switch operation is essentially a publish operation. A reason for this operation must be provided.
|
|
58195
|
-
*
|
|
58196
58631
|
* @param request - SwitchApiRequest
|
|
58197
58632
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
58198
58633
|
* @returns SwitchApiResponse
|
|
@@ -58244,13 +58679,6 @@ export default class Client extends OpenApi {
|
|
|
58244
58679
|
/**
|
|
58245
58680
|
* Switches the definition of an API in a specified runtime environment to a historical version.
|
|
58246
58681
|
*
|
|
58247
|
-
* @remarks
|
|
58248
|
-
* This API is intended for API providers.
|
|
58249
|
-
* * The historical version can be obtained by calling the **DescribeHistoryApis** operation.
|
|
58250
|
-
* * Only APIs that have been published more than once have historical versions.
|
|
58251
|
-
* * This operation can only be performed on running APIs. Exercise caution when you perform this operation because the operation cannot be undone. The operation takes up to 5 seconds.
|
|
58252
|
-
* * The switch operation is essentially a publish operation. A reason for this operation must be provided.
|
|
58253
|
-
*
|
|
58254
58682
|
* @param request - SwitchApiRequest
|
|
58255
58683
|
* @returns SwitchApiResponse
|
|
58256
58684
|
*/
|