@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/dist/client.d.ts
CHANGED
|
@@ -662,10 +662,10 @@ export declare class CreateAccessControlListRequest extends $tea.Model {
|
|
|
662
662
|
aclName?: string;
|
|
663
663
|
/**
|
|
664
664
|
* @remarks
|
|
665
|
-
* The IP version of the
|
|
665
|
+
* The IP protocol version of the ACL. Valid values:
|
|
666
666
|
*
|
|
667
|
-
* * **
|
|
668
|
-
* * **
|
|
667
|
+
* * **IPv4**
|
|
668
|
+
* * **IPv6**
|
|
669
669
|
*
|
|
670
670
|
* @example
|
|
671
671
|
* ipv4
|
|
@@ -685,7 +685,7 @@ export declare class CreateAccessControlListRequest extends $tea.Model {
|
|
|
685
685
|
export declare class CreateAccessControlListResponseBody extends $tea.Model {
|
|
686
686
|
/**
|
|
687
687
|
* @remarks
|
|
688
|
-
* The ID
|
|
688
|
+
* The ACL ID.
|
|
689
689
|
*
|
|
690
690
|
* @example
|
|
691
691
|
* acl-bp1uqwgwmkbutnzq2r59z
|
|
@@ -1100,7 +1100,7 @@ export declare class CreateApiStageVariableRequest extends $tea.Model {
|
|
|
1100
1100
|
stageId?: string;
|
|
1101
1101
|
/**
|
|
1102
1102
|
* @remarks
|
|
1103
|
-
*
|
|
1103
|
+
* The routing model of the environment.
|
|
1104
1104
|
*
|
|
1105
1105
|
* @example
|
|
1106
1106
|
* {
|
|
@@ -1314,12 +1314,17 @@ export declare class CreateAppResponse extends $tea.Model {
|
|
|
1314
1314
|
}
|
|
1315
1315
|
export declare class CreateAppCodeRequest extends $tea.Model {
|
|
1316
1316
|
/**
|
|
1317
|
+
* @remarks
|
|
1318
|
+
* The application AppCode.
|
|
1319
|
+
*
|
|
1317
1320
|
* @example
|
|
1318
1321
|
* 3aaf905a0a1f4f0eabc6d891dfa08afc
|
|
1319
1322
|
*/
|
|
1320
1323
|
appCode?: string;
|
|
1321
1324
|
/**
|
|
1322
1325
|
* @remarks
|
|
1326
|
+
* The application ID.
|
|
1327
|
+
*
|
|
1323
1328
|
* This parameter is required.
|
|
1324
1329
|
*
|
|
1325
1330
|
* @example
|
|
@@ -1338,6 +1343,9 @@ export declare class CreateAppCodeRequest extends $tea.Model {
|
|
|
1338
1343
|
}
|
|
1339
1344
|
export declare class CreateAppCodeResponseBody extends $tea.Model {
|
|
1340
1345
|
/**
|
|
1346
|
+
* @remarks
|
|
1347
|
+
* The request ID.
|
|
1348
|
+
*
|
|
1341
1349
|
* @example
|
|
1342
1350
|
* 418DAAE7-A0C2-5E9C-ADFF-4CD14A474F88
|
|
1343
1351
|
*/
|
|
@@ -1371,6 +1379,8 @@ export declare class CreateAppCodeResponse extends $tea.Model {
|
|
|
1371
1379
|
export declare class CreateAppKeyRequest extends $tea.Model {
|
|
1372
1380
|
/**
|
|
1373
1381
|
* @remarks
|
|
1382
|
+
* The application ID.
|
|
1383
|
+
*
|
|
1374
1384
|
* This parameter is required.
|
|
1375
1385
|
*
|
|
1376
1386
|
* @example
|
|
@@ -1378,11 +1388,17 @@ export declare class CreateAppKeyRequest extends $tea.Model {
|
|
|
1378
1388
|
*/
|
|
1379
1389
|
appId?: string;
|
|
1380
1390
|
/**
|
|
1391
|
+
* @remarks
|
|
1392
|
+
* The application AppKey.
|
|
1393
|
+
*
|
|
1381
1394
|
* @example
|
|
1382
1395
|
* 204203237
|
|
1383
1396
|
*/
|
|
1384
1397
|
appKey?: string;
|
|
1385
1398
|
/**
|
|
1399
|
+
* @remarks
|
|
1400
|
+
* The application AppSecret.
|
|
1401
|
+
*
|
|
1386
1402
|
* @example
|
|
1387
1403
|
* 6f0a4ad7918a4b41a57fc087d5b066d0
|
|
1388
1404
|
*/
|
|
@@ -1399,6 +1415,9 @@ export declare class CreateAppKeyRequest extends $tea.Model {
|
|
|
1399
1415
|
}
|
|
1400
1416
|
export declare class CreateAppKeyResponseBody extends $tea.Model {
|
|
1401
1417
|
/**
|
|
1418
|
+
* @remarks
|
|
1419
|
+
* The request ID.
|
|
1420
|
+
*
|
|
1402
1421
|
* @example
|
|
1403
1422
|
* 5D524309-6BED-5BB4-A735-F7D9F98B7B88
|
|
1404
1423
|
*/
|
|
@@ -1791,10 +1810,10 @@ export declare class CreateInstanceRequest extends $tea.Model {
|
|
|
1791
1810
|
* @remarks
|
|
1792
1811
|
* The subscription duration of the instance.
|
|
1793
1812
|
*
|
|
1794
|
-
* *
|
|
1795
|
-
* *
|
|
1813
|
+
* * If PricingCycle is set to **Month**, set this parameter to an integer ranges from **1** to **9**.
|
|
1814
|
+
* * If PricingCycle is set to **Year**, set this parameter to an integer ranges from **1** to **3**.
|
|
1796
1815
|
*
|
|
1797
|
-
* > This parameter is
|
|
1816
|
+
* > This parameter is valid and required only if the ChargeType parameter is set to **PrePaid**.
|
|
1798
1817
|
*
|
|
1799
1818
|
* @example
|
|
1800
1819
|
* 1
|
|
@@ -1865,7 +1884,7 @@ export declare class CreateInstanceRequest extends $tea.Model {
|
|
|
1865
1884
|
* * **year**
|
|
1866
1885
|
* * **month**
|
|
1867
1886
|
*
|
|
1868
|
-
* > This parameter is
|
|
1887
|
+
* > This parameter is required if the ChargeType parameter is set to Prepaid.
|
|
1869
1888
|
*
|
|
1870
1889
|
* @example
|
|
1871
1890
|
* Month
|
|
@@ -3098,7 +3117,7 @@ export declare class DeleteApiStageVariableRequest extends $tea.Model {
|
|
|
3098
3117
|
securityToken?: string;
|
|
3099
3118
|
/**
|
|
3100
3119
|
* @remarks
|
|
3101
|
-
* The ID of the
|
|
3120
|
+
* The ID of the environment.
|
|
3102
3121
|
*
|
|
3103
3122
|
* This parameter is required.
|
|
3104
3123
|
*
|
|
@@ -3229,6 +3248,8 @@ export declare class DeleteAppResponse extends $tea.Model {
|
|
|
3229
3248
|
export declare class DeleteAppCodeRequest extends $tea.Model {
|
|
3230
3249
|
/**
|
|
3231
3250
|
* @remarks
|
|
3251
|
+
* The application AppCode.
|
|
3252
|
+
*
|
|
3232
3253
|
* This parameter is required.
|
|
3233
3254
|
*
|
|
3234
3255
|
* @example
|
|
@@ -3237,6 +3258,8 @@ export declare class DeleteAppCodeRequest extends $tea.Model {
|
|
|
3237
3258
|
appCode?: string;
|
|
3238
3259
|
/**
|
|
3239
3260
|
* @remarks
|
|
3261
|
+
* The application ID.
|
|
3262
|
+
*
|
|
3240
3263
|
* This parameter is required.
|
|
3241
3264
|
*
|
|
3242
3265
|
* @example
|
|
@@ -3255,6 +3278,9 @@ export declare class DeleteAppCodeRequest extends $tea.Model {
|
|
|
3255
3278
|
}
|
|
3256
3279
|
export declare class DeleteAppCodeResponseBody extends $tea.Model {
|
|
3257
3280
|
/**
|
|
3281
|
+
* @remarks
|
|
3282
|
+
* The request ID.
|
|
3283
|
+
*
|
|
3258
3284
|
* @example
|
|
3259
3285
|
* E8515BA6-81CD-4191-A7CF-C4FCDD3C0D99
|
|
3260
3286
|
*/
|
|
@@ -3288,6 +3314,8 @@ export declare class DeleteAppCodeResponse extends $tea.Model {
|
|
|
3288
3314
|
export declare class DeleteAppKeyRequest extends $tea.Model {
|
|
3289
3315
|
/**
|
|
3290
3316
|
* @remarks
|
|
3317
|
+
* The application ID.
|
|
3318
|
+
*
|
|
3291
3319
|
* This parameter is required.
|
|
3292
3320
|
*
|
|
3293
3321
|
* @example
|
|
@@ -3296,6 +3324,8 @@ export declare class DeleteAppKeyRequest extends $tea.Model {
|
|
|
3296
3324
|
appId?: string;
|
|
3297
3325
|
/**
|
|
3298
3326
|
* @remarks
|
|
3327
|
+
* The AppKey of the application. The AppKey is used for calling an API.
|
|
3328
|
+
*
|
|
3299
3329
|
* This parameter is required.
|
|
3300
3330
|
*
|
|
3301
3331
|
* @example
|
|
@@ -3314,6 +3344,9 @@ export declare class DeleteAppKeyRequest extends $tea.Model {
|
|
|
3314
3344
|
}
|
|
3315
3345
|
export declare class DeleteAppKeyResponseBody extends $tea.Model {
|
|
3316
3346
|
/**
|
|
3347
|
+
* @remarks
|
|
3348
|
+
* The request ID.
|
|
3349
|
+
*
|
|
3317
3350
|
* @example
|
|
3318
3351
|
* 79EF055D-AC00-5161-8F35-6A36AAED7422
|
|
3319
3352
|
*/
|
|
@@ -3421,14 +3454,12 @@ export declare class DeleteBackendModelRequest extends $tea.Model {
|
|
|
3421
3454
|
securityToken?: string;
|
|
3422
3455
|
/**
|
|
3423
3456
|
* @remarks
|
|
3424
|
-
* The
|
|
3457
|
+
* The name of the runtime environment. Valid values:
|
|
3425
3458
|
*
|
|
3426
3459
|
* * **RELEASE**
|
|
3427
3460
|
* * **PRE**
|
|
3428
3461
|
* * **TEST**
|
|
3429
3462
|
*
|
|
3430
|
-
* If you do not specify this parameter, APIs in the draft state are returned.
|
|
3431
|
-
*
|
|
3432
3463
|
* @example
|
|
3433
3464
|
* TEST
|
|
3434
3465
|
*/
|
|
@@ -3640,7 +3671,7 @@ export declare class DeleteDomainRequest extends $tea.Model {
|
|
|
3640
3671
|
export declare class DeleteDomainResponseBody extends $tea.Model {
|
|
3641
3672
|
/**
|
|
3642
3673
|
* @remarks
|
|
3643
|
-
* The ID
|
|
3674
|
+
* The request ID.
|
|
3644
3675
|
*
|
|
3645
3676
|
* @example
|
|
3646
3677
|
* 6EF60BEC-0242-43AF-BB20-270359FB54A7
|
|
@@ -3959,7 +3990,7 @@ export declare class DeleteModelRequest extends $tea.Model {
|
|
|
3959
3990
|
export declare class DeleteModelResponseBody extends $tea.Model {
|
|
3960
3991
|
/**
|
|
3961
3992
|
* @remarks
|
|
3962
|
-
* The ID
|
|
3993
|
+
* The request ID.
|
|
3963
3994
|
*
|
|
3964
3995
|
* @example
|
|
3965
3996
|
* 4173F95B-360C-460C-9F6C-4A960B904411
|
|
@@ -4521,7 +4552,7 @@ export declare class DescribeAccessControlListAttributeResponseBody extends $tea
|
|
|
4521
4552
|
aclName?: string;
|
|
4522
4553
|
/**
|
|
4523
4554
|
* @remarks
|
|
4524
|
-
* The IP version. Valid values: **ipv4** and **ipv6**.
|
|
4555
|
+
* The IP protocol version. Valid values: **ipv4** and **ipv6**.
|
|
4525
4556
|
*
|
|
4526
4557
|
* @example
|
|
4527
4558
|
* ipv4
|
|
@@ -5031,12 +5062,12 @@ export declare class DescribeApiDocRequest extends $tea.Model {
|
|
|
5031
5062
|
securityToken?: string;
|
|
5032
5063
|
/**
|
|
5033
5064
|
* @remarks
|
|
5034
|
-
* The environment
|
|
5065
|
+
* The environment name. Valid values:
|
|
5035
5066
|
*
|
|
5036
5067
|
* * **RELEASE**
|
|
5037
5068
|
* * **TEST**
|
|
5038
5069
|
*
|
|
5039
|
-
* If this parameter is not specified, the default value is used
|
|
5070
|
+
* If this parameter is not specified, the default value RELEASE is used.
|
|
5040
5071
|
*
|
|
5041
5072
|
* @example
|
|
5042
5073
|
* RELEASE
|
|
@@ -5150,7 +5181,7 @@ export declare class DescribeApiDocResponseBody extends $tea.Model {
|
|
|
5150
5181
|
regionId?: string;
|
|
5151
5182
|
/**
|
|
5152
5183
|
* @remarks
|
|
5153
|
-
* The returned API frontend definition
|
|
5184
|
+
* The returned API frontend definition. It is an array consisting of RequestConfig data.
|
|
5154
5185
|
*/
|
|
5155
5186
|
requestConfig?: DescribeApiDocResponseBodyRequestConfig;
|
|
5156
5187
|
/**
|
|
@@ -6119,7 +6150,7 @@ export declare class DescribeApiHistoryResponseBody extends $tea.Model {
|
|
|
6119
6150
|
regionId?: string;
|
|
6120
6151
|
/**
|
|
6121
6152
|
* @remarks
|
|
6122
|
-
*
|
|
6153
|
+
* The configuration items of API requests sent by the consumer to API Gateway.
|
|
6123
6154
|
*
|
|
6124
6155
|
* For more information, see [RequestConfig](https://help.aliyun.com/document_detail/43985.html).
|
|
6125
6156
|
*/
|
|
@@ -7967,17 +7998,26 @@ export declare class DescribeApisByTrafficControlResponse extends $tea.Model {
|
|
|
7967
7998
|
}
|
|
7968
7999
|
export declare class DescribeApisByVpcAccessRequest extends $tea.Model {
|
|
7969
8000
|
/**
|
|
8001
|
+
* @remarks
|
|
8002
|
+
* The page number. Pages start from page 1. Default value: 1.
|
|
8003
|
+
*
|
|
7970
8004
|
* @example
|
|
7971
8005
|
* 2
|
|
7972
8006
|
*/
|
|
7973
8007
|
pageNumber?: number;
|
|
7974
8008
|
/**
|
|
8009
|
+
* @remarks
|
|
8010
|
+
* The number of entries per page. Valid values: 1 to 100. Default value: 10.
|
|
8011
|
+
*
|
|
7975
8012
|
* @example
|
|
7976
8013
|
* 10
|
|
7977
8014
|
*/
|
|
7978
8015
|
pageSize?: number;
|
|
7979
8016
|
securityToken?: string;
|
|
7980
8017
|
/**
|
|
8018
|
+
* @remarks
|
|
8019
|
+
* The name of the VPC access authorization.
|
|
8020
|
+
*
|
|
7981
8021
|
* @example
|
|
7982
8022
|
* lynkco-iov-uat
|
|
7983
8023
|
*/
|
|
@@ -7993,23 +8033,39 @@ export declare class DescribeApisByVpcAccessRequest extends $tea.Model {
|
|
|
7993
8033
|
});
|
|
7994
8034
|
}
|
|
7995
8035
|
export declare class DescribeApisByVpcAccessResponseBody extends $tea.Model {
|
|
8036
|
+
/**
|
|
8037
|
+
* @remarks
|
|
8038
|
+
* The returned API information. It is an array consisting of ApiInfo data.
|
|
8039
|
+
*/
|
|
7996
8040
|
apiVpcAccessInfos?: DescribeApisByVpcAccessResponseBodyApiVpcAccessInfos;
|
|
7997
8041
|
/**
|
|
8042
|
+
* @remarks
|
|
8043
|
+
* The page number. Pages start from page 1. Default value: 1.
|
|
8044
|
+
*
|
|
7998
8045
|
* @example
|
|
7999
8046
|
* 1
|
|
8000
8047
|
*/
|
|
8001
8048
|
pageNumber?: number;
|
|
8002
8049
|
/**
|
|
8050
|
+
* @remarks
|
|
8051
|
+
* The number of entries per page. Valid values: 1 to 100. Default value: 10.
|
|
8052
|
+
*
|
|
8003
8053
|
* @example
|
|
8004
8054
|
* 10
|
|
8005
8055
|
*/
|
|
8006
8056
|
pageSize?: number;
|
|
8007
8057
|
/**
|
|
8058
|
+
* @remarks
|
|
8059
|
+
* The request ID.
|
|
8060
|
+
*
|
|
8008
8061
|
* @example
|
|
8009
8062
|
* 4E707B25-5119-5ACF-9D26-7D2A2762F05C
|
|
8010
8063
|
*/
|
|
8011
8064
|
requestId?: string;
|
|
8012
8065
|
/**
|
|
8066
|
+
* @remarks
|
|
8067
|
+
* The total number of entries returned.
|
|
8068
|
+
*
|
|
8013
8069
|
* @example
|
|
8014
8070
|
* 12
|
|
8015
8071
|
*/
|
|
@@ -8237,7 +8293,7 @@ export declare class DescribeAppResponseBody extends $tea.Model {
|
|
|
8237
8293
|
description?: string;
|
|
8238
8294
|
/**
|
|
8239
8295
|
* @remarks
|
|
8240
|
-
*
|
|
8296
|
+
* 扩展信息
|
|
8241
8297
|
*
|
|
8242
8298
|
* @example
|
|
8243
8299
|
* 110243810311
|
|
@@ -8328,7 +8384,7 @@ export declare class DescribeAppAttributesRequest extends $tea.Model {
|
|
|
8328
8384
|
enableTagAuth?: boolean;
|
|
8329
8385
|
/**
|
|
8330
8386
|
* @remarks
|
|
8331
|
-
*
|
|
8387
|
+
* 扩展信息
|
|
8332
8388
|
*
|
|
8333
8389
|
* @example
|
|
8334
8390
|
* 110243810311
|
|
@@ -8383,7 +8439,7 @@ export declare class DescribeAppAttributesRequest extends $tea.Model {
|
|
|
8383
8439
|
export declare class DescribeAppAttributesResponseBody extends $tea.Model {
|
|
8384
8440
|
/**
|
|
8385
8441
|
* @remarks
|
|
8386
|
-
* The returned
|
|
8442
|
+
* The returned app information. It is an array that consists of AppAttribute data.
|
|
8387
8443
|
*/
|
|
8388
8444
|
apps?: DescribeAppAttributesResponseBodyApps;
|
|
8389
8445
|
/**
|
|
@@ -8447,6 +8503,8 @@ export declare class DescribeAppAttributesResponse extends $tea.Model {
|
|
|
8447
8503
|
export declare class DescribeAppSecuritiesRequest extends $tea.Model {
|
|
8448
8504
|
/**
|
|
8449
8505
|
* @remarks
|
|
8506
|
+
* The application ID.
|
|
8507
|
+
*
|
|
8450
8508
|
* This parameter is required.
|
|
8451
8509
|
*
|
|
8452
8510
|
* @example
|
|
@@ -8465,8 +8523,15 @@ export declare class DescribeAppSecuritiesRequest extends $tea.Model {
|
|
|
8465
8523
|
});
|
|
8466
8524
|
}
|
|
8467
8525
|
export declare class DescribeAppSecuritiesResponseBody extends $tea.Model {
|
|
8526
|
+
/**
|
|
8527
|
+
* @remarks
|
|
8528
|
+
* The associated security policy information.
|
|
8529
|
+
*/
|
|
8468
8530
|
appSecuritys?: DescribeAppSecuritiesResponseBodyAppSecuritys;
|
|
8469
8531
|
/**
|
|
8532
|
+
* @remarks
|
|
8533
|
+
* The request ID.
|
|
8534
|
+
*
|
|
8470
8535
|
* @example
|
|
8471
8536
|
* EF924FE4-2EDD-4CD3-89EC-34E4708574E7
|
|
8472
8537
|
*/
|
|
@@ -9007,7 +9072,7 @@ export declare class DescribeAuthorizedAppsRequest extends $tea.Model {
|
|
|
9007
9072
|
export declare class DescribeAuthorizedAppsResponseBody extends $tea.Model {
|
|
9008
9073
|
/**
|
|
9009
9074
|
* @remarks
|
|
9010
|
-
* The
|
|
9075
|
+
* The authorized applications.
|
|
9011
9076
|
*/
|
|
9012
9077
|
authorizedApps?: DescribeAuthorizedAppsResponseBodyAuthorizedApps;
|
|
9013
9078
|
/**
|
|
@@ -9515,7 +9580,7 @@ export declare class DescribeDatasetListRequest extends $tea.Model {
|
|
|
9515
9580
|
securityToken?: string;
|
|
9516
9581
|
/**
|
|
9517
9582
|
* @remarks
|
|
9518
|
-
*
|
|
9583
|
+
* 指定规则所适用的对象标签,可设置多个
|
|
9519
9584
|
*/
|
|
9520
9585
|
tag?: DescribeDatasetListRequestTag[];
|
|
9521
9586
|
static names(): {
|
|
@@ -9966,9 +10031,6 @@ export declare class DescribeDeployedApisRequest extends $tea.Model {
|
|
|
9966
10031
|
*/
|
|
9967
10032
|
apiId?: string;
|
|
9968
10033
|
/**
|
|
9969
|
-
* @remarks
|
|
9970
|
-
* The HTTP method of the API request.
|
|
9971
|
-
*
|
|
9972
10034
|
* @example
|
|
9973
10035
|
* POST
|
|
9974
10036
|
*/
|
|
@@ -9982,9 +10044,6 @@ export declare class DescribeDeployedApisRequest extends $tea.Model {
|
|
|
9982
10044
|
*/
|
|
9983
10045
|
apiName?: string;
|
|
9984
10046
|
/**
|
|
9985
|
-
* @remarks
|
|
9986
|
-
* The request path of the API.
|
|
9987
|
-
*
|
|
9988
10047
|
* @example
|
|
9989
10048
|
* /st4
|
|
9990
10049
|
*/
|
|
@@ -10035,7 +10094,7 @@ export declare class DescribeDeployedApisRequest extends $tea.Model {
|
|
|
10035
10094
|
stageName?: string;
|
|
10036
10095
|
/**
|
|
10037
10096
|
* @remarks
|
|
10038
|
-
* The
|
|
10097
|
+
* The tags.
|
|
10039
10098
|
*/
|
|
10040
10099
|
tag?: DescribeDeployedApisRequestTag[];
|
|
10041
10100
|
static names(): {
|
|
@@ -10125,7 +10184,7 @@ export declare class DescribeDomainRequest extends $tea.Model {
|
|
|
10125
10184
|
domainName?: string;
|
|
10126
10185
|
/**
|
|
10127
10186
|
* @remarks
|
|
10128
|
-
* The ID of the API group.
|
|
10187
|
+
* The ID of the API group. This ID is generated by the system and globally unique.
|
|
10129
10188
|
*
|
|
10130
10189
|
* This parameter is required.
|
|
10131
10190
|
*
|
|
@@ -10147,7 +10206,7 @@ export declare class DescribeDomainRequest extends $tea.Model {
|
|
|
10147
10206
|
export declare class DescribeDomainResponseBody extends $tea.Model {
|
|
10148
10207
|
/**
|
|
10149
10208
|
* @remarks
|
|
10150
|
-
* The certificate
|
|
10209
|
+
* The content of the certificate.
|
|
10151
10210
|
*
|
|
10152
10211
|
* @example
|
|
10153
10212
|
* xxx
|
|
@@ -10163,7 +10222,7 @@ export declare class DescribeDomainResponseBody extends $tea.Model {
|
|
|
10163
10222
|
certificateId?: string;
|
|
10164
10223
|
/**
|
|
10165
10224
|
* @remarks
|
|
10166
|
-
* The SSL certificate
|
|
10225
|
+
* The name of the SSL certificate.
|
|
10167
10226
|
*
|
|
10168
10227
|
* @example
|
|
10169
10228
|
* myCertificate
|
|
@@ -10179,7 +10238,7 @@ export declare class DescribeDomainResponseBody extends $tea.Model {
|
|
|
10179
10238
|
certificatePrivateKey?: string;
|
|
10180
10239
|
/**
|
|
10181
10240
|
* @remarks
|
|
10182
|
-
*
|
|
10241
|
+
* 证书失效时间戳(毫秒)
|
|
10183
10242
|
*
|
|
10184
10243
|
* @example
|
|
10185
10244
|
* 1704038400000
|
|
@@ -10187,7 +10246,7 @@ export declare class DescribeDomainResponseBody extends $tea.Model {
|
|
|
10187
10246
|
certificateValidEnd?: number;
|
|
10188
10247
|
/**
|
|
10189
10248
|
* @remarks
|
|
10190
|
-
*
|
|
10249
|
+
* 证书生效时间戳(毫秒)
|
|
10191
10250
|
*
|
|
10192
10251
|
* @example
|
|
10193
10252
|
* 1672502400000
|
|
@@ -10197,8 +10256,8 @@ export declare class DescribeDomainResponseBody extends $tea.Model {
|
|
|
10197
10256
|
* @remarks
|
|
10198
10257
|
* The binding status of the custom domain name. Valid values:
|
|
10199
10258
|
*
|
|
10200
|
-
* * BINDING: The domain name
|
|
10201
|
-
* * BOUND: The domain name
|
|
10259
|
+
* * BINDING: The domain name has been bound.
|
|
10260
|
+
* * BOUND: The domain name has not been bound.
|
|
10202
10261
|
*
|
|
10203
10262
|
* @example
|
|
10204
10263
|
* BINDING
|
|
@@ -10220,7 +10279,7 @@ export declare class DescribeDomainResponseBody extends $tea.Model {
|
|
|
10220
10279
|
* The validity status of the domain name. Valid values:
|
|
10221
10280
|
*
|
|
10222
10281
|
* * NORMAL
|
|
10223
|
-
* * ABNORMAL: This status affects API calls and must be
|
|
10282
|
+
* * ABNORMAL: This status affects API calls and must be resolved as soon as possible.
|
|
10224
10283
|
*
|
|
10225
10284
|
* @example
|
|
10226
10285
|
* NORMAL
|
|
@@ -10239,7 +10298,7 @@ export declare class DescribeDomainResponseBody extends $tea.Model {
|
|
|
10239
10298
|
* Remarks about the domain name, such as the cause of an exception.
|
|
10240
10299
|
*
|
|
10241
10300
|
* @example
|
|
10242
|
-
* The
|
|
10301
|
+
* The domain name does not have an ICP filing.
|
|
10243
10302
|
*/
|
|
10244
10303
|
domainRemark?: string;
|
|
10245
10304
|
/**
|
|
@@ -10260,7 +10319,7 @@ export declare class DescribeDomainResponseBody extends $tea.Model {
|
|
|
10260
10319
|
groupId?: string;
|
|
10261
10320
|
/**
|
|
10262
10321
|
* @remarks
|
|
10263
|
-
* The request
|
|
10322
|
+
* The ID of the request.
|
|
10264
10323
|
*
|
|
10265
10324
|
* @example
|
|
10266
10325
|
* 6EF60BEC-0242-43AF-BB20-270359FB54A7
|
|
@@ -10656,7 +10715,7 @@ export declare class DescribeHistoryApisRequest extends $tea.Model {
|
|
|
10656
10715
|
export declare class DescribeHistoryApisResponseBody extends $tea.Model {
|
|
10657
10716
|
/**
|
|
10658
10717
|
* @remarks
|
|
10659
|
-
* The returned API information. It is an array consisting of
|
|
10718
|
+
* The returned API information. It is an array consisting of ApiHisItems.
|
|
10660
10719
|
*/
|
|
10661
10720
|
apiHisItems?: DescribeHistoryApisResponseBodyApiHisItems;
|
|
10662
10721
|
/**
|
|
@@ -10809,6 +10868,9 @@ export declare class DescribeImportOASTaskResponse extends $tea.Model {
|
|
|
10809
10868
|
}
|
|
10810
10869
|
export declare class DescribeInstanceClusterInfoRequest extends $tea.Model {
|
|
10811
10870
|
/**
|
|
10871
|
+
* @remarks
|
|
10872
|
+
* The name of the dedicated instance cluster.
|
|
10873
|
+
*
|
|
10812
10874
|
* @example
|
|
10813
10875
|
* testvpc
|
|
10814
10876
|
*/
|
|
@@ -10826,53 +10888,91 @@ export declare class DescribeInstanceClusterInfoRequest extends $tea.Model {
|
|
|
10826
10888
|
}
|
|
10827
10889
|
export declare class DescribeInstanceClusterInfoResponseBody extends $tea.Model {
|
|
10828
10890
|
/**
|
|
10891
|
+
* @remarks
|
|
10892
|
+
* The time when the cluster was created.
|
|
10893
|
+
*
|
|
10829
10894
|
* @example
|
|
10830
10895
|
* 2022-10-10T18:29:27
|
|
10831
10896
|
*/
|
|
10832
10897
|
createdTime?: string;
|
|
10833
10898
|
/**
|
|
10899
|
+
* @remarks
|
|
10900
|
+
* The cluster description, which can be up to 200 characters in length.
|
|
10901
|
+
*
|
|
10834
10902
|
* @example
|
|
10835
10903
|
* v0.0.4
|
|
10836
10904
|
*/
|
|
10837
10905
|
description?: string;
|
|
10906
|
+
/**
|
|
10907
|
+
* @remarks
|
|
10908
|
+
* The cluster details.
|
|
10909
|
+
*/
|
|
10838
10910
|
instanceClusterAttribute?: DescribeInstanceClusterInfoResponseBodyInstanceClusterAttribute;
|
|
10839
10911
|
/**
|
|
10912
|
+
* @remarks
|
|
10913
|
+
* The cluster ID.
|
|
10914
|
+
*
|
|
10840
10915
|
* @example
|
|
10841
10916
|
* apigateway-ht-04e41d95e9c1
|
|
10842
10917
|
*/
|
|
10843
10918
|
instanceClusterId?: string;
|
|
10844
10919
|
/**
|
|
10920
|
+
* @remarks
|
|
10921
|
+
* The cluster name.
|
|
10922
|
+
*
|
|
10845
10923
|
* @example
|
|
10846
10924
|
* test
|
|
10847
10925
|
*/
|
|
10848
10926
|
instanceClusterName?: string;
|
|
10849
10927
|
/**
|
|
10928
|
+
* @remarks
|
|
10929
|
+
* The cluster status.
|
|
10930
|
+
*
|
|
10850
10931
|
* @example
|
|
10851
10932
|
* RUNNING
|
|
10852
10933
|
*/
|
|
10853
10934
|
instanceClusterStatus?: string;
|
|
10854
10935
|
/**
|
|
10936
|
+
* @remarks
|
|
10937
|
+
* The cluster type.
|
|
10938
|
+
*
|
|
10855
10939
|
* @example
|
|
10856
10940
|
* normal
|
|
10857
10941
|
*/
|
|
10858
10942
|
instanceClusterType?: string;
|
|
10859
10943
|
/**
|
|
10944
|
+
* @remarks
|
|
10945
|
+
* The cluster version.
|
|
10946
|
+
*
|
|
10860
10947
|
* @example
|
|
10861
10948
|
* 3.5.3.856
|
|
10862
10949
|
*/
|
|
10863
10950
|
instanceClusterVersion?: string;
|
|
10951
|
+
/**
|
|
10952
|
+
* @remarks
|
|
10953
|
+
* The dedicated instances contained in the cluster.
|
|
10954
|
+
*/
|
|
10864
10955
|
instanceList?: DescribeInstanceClusterInfoResponseBodyInstanceList;
|
|
10865
10956
|
/**
|
|
10957
|
+
* @remarks
|
|
10958
|
+
* The time when the cluster was last modified.
|
|
10959
|
+
*
|
|
10866
10960
|
* @example
|
|
10867
10961
|
* 2023-06-19 10:40:29 +0800
|
|
10868
10962
|
*/
|
|
10869
10963
|
modifiedTime?: string;
|
|
10870
10964
|
/**
|
|
10965
|
+
* @remarks
|
|
10966
|
+
* The region ID of the cluster.
|
|
10967
|
+
*
|
|
10871
10968
|
* @example
|
|
10872
10969
|
* cn-hangzhou
|
|
10873
10970
|
*/
|
|
10874
10971
|
regionId?: string;
|
|
10875
10972
|
/**
|
|
10973
|
+
* @remarks
|
|
10974
|
+
* The request ID.
|
|
10975
|
+
*
|
|
10876
10976
|
* @example
|
|
10877
10977
|
* CEF72CEB-54B6-4AE8-B225-F876FF7BZ015
|
|
10878
10978
|
*/
|
|
@@ -10904,14 +11004,34 @@ export declare class DescribeInstanceClusterInfoResponse extends $tea.Model {
|
|
|
10904
11004
|
});
|
|
10905
11005
|
}
|
|
10906
11006
|
export declare class DescribeInstanceClusterListRequest extends $tea.Model {
|
|
11007
|
+
/**
|
|
11008
|
+
* @remarks
|
|
11009
|
+
* The cluster ID.
|
|
11010
|
+
*
|
|
11011
|
+
* @example
|
|
11012
|
+
* apigateway-cluster-hz-xxxxxxxxxxxx
|
|
11013
|
+
*/
|
|
10907
11014
|
instanceClusterId?: string;
|
|
11015
|
+
/**
|
|
11016
|
+
* @remarks
|
|
11017
|
+
* The cluster name.
|
|
11018
|
+
*
|
|
11019
|
+
* @example
|
|
11020
|
+
* test-cluster
|
|
11021
|
+
*/
|
|
10908
11022
|
instanceClusterName?: string;
|
|
10909
11023
|
/**
|
|
11024
|
+
* @remarks
|
|
11025
|
+
* The page number of the page to return.
|
|
11026
|
+
*
|
|
10910
11027
|
* @example
|
|
10911
11028
|
* 1
|
|
10912
11029
|
*/
|
|
10913
11030
|
pageNumber?: number;
|
|
10914
11031
|
/**
|
|
11032
|
+
* @remarks
|
|
11033
|
+
* The number of entries per page.
|
|
11034
|
+
*
|
|
10915
11035
|
* @example
|
|
10916
11036
|
* 10
|
|
10917
11037
|
*/
|
|
@@ -10930,21 +11050,33 @@ export declare class DescribeInstanceClusterListRequest extends $tea.Model {
|
|
|
10930
11050
|
export declare class DescribeInstanceClusterListResponseBody extends $tea.Model {
|
|
10931
11051
|
instanceClusters?: DescribeInstanceClusterListResponseBodyInstanceClusters;
|
|
10932
11052
|
/**
|
|
11053
|
+
* @remarks
|
|
11054
|
+
* The page number of the returned page.
|
|
11055
|
+
*
|
|
10933
11056
|
* @example
|
|
10934
11057
|
* 1
|
|
10935
11058
|
*/
|
|
10936
11059
|
pageNumber?: number;
|
|
10937
11060
|
/**
|
|
11061
|
+
* @remarks
|
|
11062
|
+
* The number of entries per page.
|
|
11063
|
+
*
|
|
10938
11064
|
* @example
|
|
10939
11065
|
* 10
|
|
10940
11066
|
*/
|
|
10941
11067
|
pageSize?: number;
|
|
10942
11068
|
/**
|
|
11069
|
+
* @remarks
|
|
11070
|
+
* The request ID.
|
|
11071
|
+
*
|
|
10943
11072
|
* @example
|
|
10944
11073
|
* CEF72CEB-54B6-4AE8-B225-F876FF7BZ015
|
|
10945
11074
|
*/
|
|
10946
11075
|
requestId?: string;
|
|
10947
11076
|
/**
|
|
11077
|
+
* @remarks
|
|
11078
|
+
* The total number of entries returned.
|
|
11079
|
+
*
|
|
10948
11080
|
* @example
|
|
10949
11081
|
* 2
|
|
10950
11082
|
*/
|
|
@@ -12333,6 +12465,10 @@ export declare class DescribeModelsRequest extends $tea.Model {
|
|
|
12333
12465
|
* 10
|
|
12334
12466
|
*/
|
|
12335
12467
|
pageSize?: number;
|
|
12468
|
+
/**
|
|
12469
|
+
* @remarks
|
|
12470
|
+
* The tag of objects that match the rule. You can specify multiple tags.
|
|
12471
|
+
*/
|
|
12336
12472
|
tag?: DescribeModelsRequestTag[];
|
|
12337
12473
|
static names(): {
|
|
12338
12474
|
[key: string]: string;
|
|
@@ -12352,7 +12488,7 @@ export declare class DescribeModelsResponseBody extends $tea.Model {
|
|
|
12352
12488
|
modelDetails?: DescribeModelsResponseBodyModelDetails;
|
|
12353
12489
|
/**
|
|
12354
12490
|
* @remarks
|
|
12355
|
-
* The page number of the
|
|
12491
|
+
* The page number of the page to return.
|
|
12356
12492
|
*
|
|
12357
12493
|
* @example
|
|
12358
12494
|
* 1
|
|
@@ -12360,7 +12496,7 @@ export declare class DescribeModelsResponseBody extends $tea.Model {
|
|
|
12360
12496
|
pageNumber?: number;
|
|
12361
12497
|
/**
|
|
12362
12498
|
* @remarks
|
|
12363
|
-
* The number of entries
|
|
12499
|
+
* The number of entries per page.
|
|
12364
12500
|
*
|
|
12365
12501
|
* @example
|
|
12366
12502
|
* 10
|
|
@@ -12368,7 +12504,7 @@ export declare class DescribeModelsResponseBody extends $tea.Model {
|
|
|
12368
12504
|
pageSize?: number;
|
|
12369
12505
|
/**
|
|
12370
12506
|
* @remarks
|
|
12371
|
-
* The ID
|
|
12507
|
+
* The request ID.
|
|
12372
12508
|
*
|
|
12373
12509
|
* @example
|
|
12374
12510
|
* 40306469-2FB5-417A-B723-AF1F4A4FA204
|
|
@@ -16037,6 +16173,7 @@ export declare class ModifyApiGroupRequest extends $tea.Model {
|
|
|
16037
16173
|
* New weather informations.
|
|
16038
16174
|
*/
|
|
16039
16175
|
description?: string;
|
|
16176
|
+
filterAppCodeForBackend?: string;
|
|
16040
16177
|
/**
|
|
16041
16178
|
* @remarks
|
|
16042
16179
|
* The ID of the API group. This ID is generated by the system and globally unique.
|
|
@@ -16853,6 +16990,10 @@ export declare class ModifyInstanceAttributeRequest extends $tea.Model {
|
|
|
16853
16990
|
* 18:00Z
|
|
16854
16991
|
*/
|
|
16855
16992
|
maintainStartTime?: string;
|
|
16993
|
+
/**
|
|
16994
|
+
* @remarks
|
|
16995
|
+
* The information about the CIDR block that API Gateway can use to access the virtual private cloud (VPC) of the backend service.
|
|
16996
|
+
*/
|
|
16856
16997
|
toConnectVpcIpBlock?: ModifyInstanceAttributeRequestToConnectVpcIpBlock;
|
|
16857
16998
|
/**
|
|
16858
16999
|
* @example
|
|
@@ -16923,6 +17064,10 @@ export declare class ModifyInstanceAttributeShrinkRequest extends $tea.Model {
|
|
|
16923
17064
|
* 18:00Z
|
|
16924
17065
|
*/
|
|
16925
17066
|
maintainStartTime?: string;
|
|
17067
|
+
/**
|
|
17068
|
+
* @remarks
|
|
17069
|
+
* The information about the CIDR block that API Gateway can use to access the virtual private cloud (VPC) of the backend service.
|
|
17070
|
+
*/
|
|
16926
17071
|
toConnectVpcIpBlockShrink?: string;
|
|
16927
17072
|
/**
|
|
16928
17073
|
* @example
|
|
@@ -18036,7 +18181,7 @@ export declare class ReactivateDomainRequest extends $tea.Model {
|
|
|
18036
18181
|
domainName?: string;
|
|
18037
18182
|
/**
|
|
18038
18183
|
* @remarks
|
|
18039
|
-
* The ID of the API group
|
|
18184
|
+
* The ID of the API group. This ID is generated by the system and globally unique.
|
|
18040
18185
|
*
|
|
18041
18186
|
* This parameter is required.
|
|
18042
18187
|
*
|
|
@@ -18243,7 +18388,7 @@ export declare class RemoveApiProductsAuthoritiesResponse extends $tea.Model {
|
|
|
18243
18388
|
export declare class RemoveApisAuthoritiesRequest extends $tea.Model {
|
|
18244
18389
|
/**
|
|
18245
18390
|
* @remarks
|
|
18246
|
-
* The
|
|
18391
|
+
* The IDs of the APIs. Separate multiple API IDs with commas (,). A maximum of 100 API IDs can be entered.
|
|
18247
18392
|
*
|
|
18248
18393
|
* This parameter is required.
|
|
18249
18394
|
*
|
|
@@ -18253,7 +18398,7 @@ export declare class RemoveApisAuthoritiesRequest extends $tea.Model {
|
|
|
18253
18398
|
apiIds?: string;
|
|
18254
18399
|
/**
|
|
18255
18400
|
* @remarks
|
|
18256
|
-
* The ID of the
|
|
18401
|
+
* The ID of the appplication. The ID is generated by the system and globally unique.
|
|
18257
18402
|
*
|
|
18258
18403
|
* This parameter is required.
|
|
18259
18404
|
*
|
|
@@ -19421,7 +19566,7 @@ export declare class SetApiProductsAuthoritiesResponse extends $tea.Model {
|
|
|
19421
19566
|
export declare class SetApisAuthoritiesRequest extends $tea.Model {
|
|
19422
19567
|
/**
|
|
19423
19568
|
* @remarks
|
|
19424
|
-
* The
|
|
19569
|
+
* The IDs of the APIs. Separate multiple API IDs with commas (,). A maximum of 100 API IDs can be entered.
|
|
19425
19570
|
*
|
|
19426
19571
|
* @example
|
|
19427
19572
|
* baacc592e63a4cb6a41920d9d3f91f38,jkscc489e63a4cb6a41920d9d3f92d78
|
|
@@ -19429,7 +19574,7 @@ export declare class SetApisAuthoritiesRequest extends $tea.Model {
|
|
|
19429
19574
|
apiIds?: string;
|
|
19430
19575
|
/**
|
|
19431
19576
|
* @remarks
|
|
19432
|
-
* The ID of the
|
|
19577
|
+
* The ID of the application. This ID is generated by the system and globally unique.
|
|
19433
19578
|
*
|
|
19434
19579
|
* This parameter is required.
|
|
19435
19580
|
*
|
|
@@ -19596,7 +19741,7 @@ export declare class SetAppsAuthoritiesRequest extends $tea.Model {
|
|
|
19596
19741
|
apiId?: string;
|
|
19597
19742
|
/**
|
|
19598
19743
|
* @remarks
|
|
19599
|
-
* The
|
|
19744
|
+
* The IDs of applications. Separate multiple application IDs with commas (,). A maximum of 100 applications IDs can be entered.
|
|
19600
19745
|
*
|
|
19601
19746
|
* This parameter is required.
|
|
19602
19747
|
*
|
|
@@ -19869,7 +20014,7 @@ export declare class SetDomainCertificateRequest extends $tea.Model {
|
|
|
19869
20014
|
caCertificateBody?: string;
|
|
19870
20015
|
/**
|
|
19871
20016
|
* @remarks
|
|
19872
|
-
* The certificate
|
|
20017
|
+
* The content of the certificate.
|
|
19873
20018
|
*
|
|
19874
20019
|
* @example
|
|
19875
20020
|
* For more information, see the following request examples
|
|
@@ -19905,7 +20050,7 @@ export declare class SetDomainCertificateRequest extends $tea.Model {
|
|
|
19905
20050
|
domainName?: string;
|
|
19906
20051
|
/**
|
|
19907
20052
|
* @remarks
|
|
19908
|
-
* The ID of the API group
|
|
20053
|
+
* The ID of the API group. This ID is generated by the system and globally unique.
|
|
19909
20054
|
*
|
|
19910
20055
|
* This parameter is required.
|
|
19911
20056
|
*
|
|
@@ -20189,7 +20334,7 @@ export declare class SetIpControlApisResponse extends $tea.Model {
|
|
|
20189
20334
|
export declare class SetSignatureApisRequest extends $tea.Model {
|
|
20190
20335
|
/**
|
|
20191
20336
|
* @remarks
|
|
20192
|
-
* The API
|
|
20337
|
+
* The API IDs.
|
|
20193
20338
|
*
|
|
20194
20339
|
* This parameter is required.
|
|
20195
20340
|
*
|
|
@@ -20199,7 +20344,7 @@ export declare class SetSignatureApisRequest extends $tea.Model {
|
|
|
20199
20344
|
apiIds?: string;
|
|
20200
20345
|
/**
|
|
20201
20346
|
* @remarks
|
|
20202
|
-
* The
|
|
20347
|
+
* The API group ID.
|
|
20203
20348
|
*
|
|
20204
20349
|
* This parameter is required.
|
|
20205
20350
|
*
|
|
@@ -20210,7 +20355,7 @@ export declare class SetSignatureApisRequest extends $tea.Model {
|
|
|
20210
20355
|
securityToken?: string;
|
|
20211
20356
|
/**
|
|
20212
20357
|
* @remarks
|
|
20213
|
-
* The
|
|
20358
|
+
* The signature ID.
|
|
20214
20359
|
*
|
|
20215
20360
|
* This parameter is required.
|
|
20216
20361
|
*
|
|
@@ -20220,11 +20365,11 @@ export declare class SetSignatureApisRequest extends $tea.Model {
|
|
|
20220
20365
|
signatureId?: string;
|
|
20221
20366
|
/**
|
|
20222
20367
|
* @remarks
|
|
20223
|
-
* The
|
|
20368
|
+
* The environment. Valid values:
|
|
20224
20369
|
*
|
|
20225
|
-
* * **RELEASE
|
|
20226
|
-
* * **PRE
|
|
20227
|
-
* * **TEST
|
|
20370
|
+
* * **RELEASE**: the production environment
|
|
20371
|
+
* * **PRE**: the staging environment
|
|
20372
|
+
* * **TEST**: the testing environment
|
|
20228
20373
|
*
|
|
20229
20374
|
* This parameter is required.
|
|
20230
20375
|
*
|
|
@@ -20245,7 +20390,7 @@ export declare class SetSignatureApisRequest extends $tea.Model {
|
|
|
20245
20390
|
export declare class SetSignatureApisResponseBody extends $tea.Model {
|
|
20246
20391
|
/**
|
|
20247
20392
|
* @remarks
|
|
20248
|
-
* The ID
|
|
20393
|
+
* The request ID.
|
|
20249
20394
|
*
|
|
20250
20395
|
* @example
|
|
20251
20396
|
* CEF72CEB-54B6-4AE8-B225-F876FF7BZ004
|
|
@@ -20568,7 +20713,7 @@ export declare class SetWildcardDomainPatternsResponse extends $tea.Model {
|
|
|
20568
20713
|
export declare class SwitchApiRequest extends $tea.Model {
|
|
20569
20714
|
/**
|
|
20570
20715
|
* @remarks
|
|
20571
|
-
* The ID
|
|
20716
|
+
* The API ID.
|
|
20572
20717
|
*
|
|
20573
20718
|
* This parameter is required.
|
|
20574
20719
|
*
|
|
@@ -20578,7 +20723,7 @@ export declare class SwitchApiRequest extends $tea.Model {
|
|
|
20578
20723
|
apiId?: string;
|
|
20579
20724
|
/**
|
|
20580
20725
|
* @remarks
|
|
20581
|
-
* The description
|
|
20726
|
+
* The description. The description can be up to 200 characters in length.
|
|
20582
20727
|
*
|
|
20583
20728
|
* This parameter is required.
|
|
20584
20729
|
*
|
|
@@ -20588,7 +20733,7 @@ export declare class SwitchApiRequest extends $tea.Model {
|
|
|
20588
20733
|
description?: string;
|
|
20589
20734
|
/**
|
|
20590
20735
|
* @remarks
|
|
20591
|
-
* The
|
|
20736
|
+
* The API group ID.
|
|
20592
20737
|
*
|
|
20593
20738
|
* @example
|
|
20594
20739
|
* 123
|
|
@@ -20596,7 +20741,7 @@ export declare class SwitchApiRequest extends $tea.Model {
|
|
|
20596
20741
|
groupId?: string;
|
|
20597
20742
|
/**
|
|
20598
20743
|
* @remarks
|
|
20599
|
-
* The historical version
|
|
20744
|
+
* The historical version number of the API.
|
|
20600
20745
|
*
|
|
20601
20746
|
* This parameter is required.
|
|
20602
20747
|
*
|
|
@@ -20607,10 +20752,11 @@ export declare class SwitchApiRequest extends $tea.Model {
|
|
|
20607
20752
|
securityToken?: string;
|
|
20608
20753
|
/**
|
|
20609
20754
|
* @remarks
|
|
20610
|
-
* The
|
|
20755
|
+
* The environment. Valid values:
|
|
20611
20756
|
*
|
|
20612
|
-
* * **RELEASE
|
|
20613
|
-
* * **
|
|
20757
|
+
* * **RELEASE**: the production environment
|
|
20758
|
+
* * **PRE**: the staging environment
|
|
20759
|
+
* * **TEST**: the test environment
|
|
20614
20760
|
*
|
|
20615
20761
|
* This parameter is required.
|
|
20616
20762
|
*
|
|
@@ -20631,7 +20777,7 @@ export declare class SwitchApiRequest extends $tea.Model {
|
|
|
20631
20777
|
export declare class SwitchApiResponseBody extends $tea.Model {
|
|
20632
20778
|
/**
|
|
20633
20779
|
* @remarks
|
|
20634
|
-
* The ID
|
|
20780
|
+
* The request ID.
|
|
20635
20781
|
*
|
|
20636
20782
|
* @example
|
|
20637
20783
|
* CEF72CEB-54B6-4AE8-B225-F876FF7BZ001
|
|
@@ -21566,7 +21712,7 @@ export declare class DescribeAbolishApiTaskResponseBodyApiAbolishResults extends
|
|
|
21566
21712
|
export declare class DescribeAccessControlListAttributeResponseBodyAclEntrysAclEntry extends $tea.Model {
|
|
21567
21713
|
/**
|
|
21568
21714
|
* @remarks
|
|
21569
|
-
* The description
|
|
21715
|
+
* The entry description.
|
|
21570
21716
|
*
|
|
21571
21717
|
* @example
|
|
21572
21718
|
* default
|
|
@@ -21574,7 +21720,7 @@ export declare class DescribeAccessControlListAttributeResponseBodyAclEntrysAclE
|
|
|
21574
21720
|
aclEntryComment?: string;
|
|
21575
21721
|
/**
|
|
21576
21722
|
* @remarks
|
|
21577
|
-
* The
|
|
21723
|
+
* The ACL entry.
|
|
21578
21724
|
*
|
|
21579
21725
|
* @example
|
|
21580
21726
|
* 192.168.1.0/24
|
|
@@ -22105,7 +22251,7 @@ export declare class DescribeApiResponseBodyRequestParametersRequestParameter ex
|
|
|
22105
22251
|
location?: string;
|
|
22106
22252
|
/**
|
|
22107
22253
|
* @remarks
|
|
22108
|
-
* The maximum parameter length when ParameterType is set to String.
|
|
22254
|
+
* The maximum parameter length when **ParameterType** is set to String.
|
|
22109
22255
|
*
|
|
22110
22256
|
* @example
|
|
22111
22257
|
* 123456
|
|
@@ -22113,7 +22259,7 @@ export declare class DescribeApiResponseBodyRequestParametersRequestParameter ex
|
|
|
22113
22259
|
maxLength?: number;
|
|
22114
22260
|
/**
|
|
22115
22261
|
* @remarks
|
|
22116
|
-
* The maximum parameter value when ParameterType is set to Int, Long, Float, or Double.
|
|
22262
|
+
* The maximum parameter value when **ParameterType** is set to Int, Long, Float, or Double.
|
|
22117
22263
|
*
|
|
22118
22264
|
* @example
|
|
22119
22265
|
* 123456
|
|
@@ -22121,7 +22267,7 @@ export declare class DescribeApiResponseBodyRequestParametersRequestParameter ex
|
|
|
22121
22267
|
maxValue?: number;
|
|
22122
22268
|
/**
|
|
22123
22269
|
* @remarks
|
|
22124
|
-
* The minimum parameter length when ParameterType is set to String.
|
|
22270
|
+
* The minimum parameter length when **ParameterType** is set to String.
|
|
22125
22271
|
*
|
|
22126
22272
|
* @example
|
|
22127
22273
|
* 123456
|
|
@@ -22129,7 +22275,7 @@ export declare class DescribeApiResponseBodyRequestParametersRequestParameter ex
|
|
|
22129
22275
|
minLength?: number;
|
|
22130
22276
|
/**
|
|
22131
22277
|
* @remarks
|
|
22132
|
-
* The minimum parameter value when ParameterType is set to Int, Long, Float, or Double.
|
|
22278
|
+
* The minimum parameter value when **ParameterType** is set to Int, Long, Float, or Double.
|
|
22133
22279
|
*
|
|
22134
22280
|
* @example
|
|
22135
22281
|
* 123456
|
|
@@ -22145,7 +22291,7 @@ export declare class DescribeApiResponseBodyRequestParametersRequestParameter ex
|
|
|
22145
22291
|
parameterType?: string;
|
|
22146
22292
|
/**
|
|
22147
22293
|
* @remarks
|
|
22148
|
-
* The regular expression that is used for parameter validation when ParameterType is set to String.
|
|
22294
|
+
* The regular expression that is used for parameter validation when **ParameterType** is set to String.
|
|
22149
22295
|
*
|
|
22150
22296
|
* @example
|
|
22151
22297
|
* xxx
|
|
@@ -22814,7 +22960,7 @@ export declare class DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample e
|
|
|
22814
22960
|
code?: string;
|
|
22815
22961
|
/**
|
|
22816
22962
|
* @remarks
|
|
22817
|
-
* The
|
|
22963
|
+
* The error description.
|
|
22818
22964
|
*
|
|
22819
22965
|
* @example
|
|
22820
22966
|
* Unauthorized
|
|
@@ -22951,7 +23097,7 @@ export declare class DescribeApiDocResponseBodyRequestParametersRequestParameter
|
|
|
22951
23097
|
demoValue?: string;
|
|
22952
23098
|
/**
|
|
22953
23099
|
* @remarks
|
|
22954
|
-
* The description.
|
|
23100
|
+
* The parameter description.
|
|
22955
23101
|
*
|
|
22956
23102
|
* @example
|
|
22957
23103
|
* Parameters
|
|
@@ -22975,7 +23121,7 @@ export declare class DescribeApiDocResponseBodyRequestParametersRequestParameter
|
|
|
22975
23121
|
docShow?: string;
|
|
22976
23122
|
/**
|
|
22977
23123
|
* @remarks
|
|
22978
|
-
* The hash values that
|
|
23124
|
+
* 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.
|
|
22979
23125
|
*
|
|
22980
23126
|
* @example
|
|
22981
23127
|
* boy,girl
|
|
@@ -23039,7 +23185,7 @@ export declare class DescribeApiDocResponseBodyRequestParametersRequestParameter
|
|
|
23039
23185
|
parameterType?: string;
|
|
23040
23186
|
/**
|
|
23041
23187
|
* @remarks
|
|
23042
|
-
* The regular expression that is used
|
|
23188
|
+
* The regular expression that is used for parameter validation when **ParameterType** is set to String.
|
|
23043
23189
|
*
|
|
23044
23190
|
* @example
|
|
23045
23191
|
* xxx
|
|
@@ -23105,7 +23251,7 @@ export declare class DescribeApiGroupRequestTag extends $tea.Model {
|
|
|
23105
23251
|
export declare class DescribeApiGroupResponseBodyCustomDomainsDomainItem extends $tea.Model {
|
|
23106
23252
|
/**
|
|
23107
23253
|
* @remarks
|
|
23108
|
-
*
|
|
23254
|
+
* The alias of the associated environment.
|
|
23109
23255
|
*
|
|
23110
23256
|
* @example
|
|
23111
23257
|
* TEST1
|
|
@@ -23657,7 +23803,7 @@ export declare class DescribeApiHistoryResponseBodyBackendConfig extends $tea.Mo
|
|
|
23657
23803
|
export declare class DescribeApiHistoryResponseBodyConstantParametersConstantParameter extends $tea.Model {
|
|
23658
23804
|
/**
|
|
23659
23805
|
* @remarks
|
|
23660
|
-
* The constant
|
|
23806
|
+
* The value of the constant parameter.
|
|
23661
23807
|
*
|
|
23662
23808
|
* @example
|
|
23663
23809
|
* constance
|
|
@@ -23665,7 +23811,7 @@ export declare class DescribeApiHistoryResponseBodyConstantParametersConstantPar
|
|
|
23665
23811
|
constantValue?: string;
|
|
23666
23812
|
/**
|
|
23667
23813
|
* @remarks
|
|
23668
|
-
* The description.
|
|
23814
|
+
* The parameter description.
|
|
23669
23815
|
*
|
|
23670
23816
|
* @example
|
|
23671
23817
|
* for_test1
|
|
@@ -23681,7 +23827,7 @@ export declare class DescribeApiHistoryResponseBodyConstantParametersConstantPar
|
|
|
23681
23827
|
location?: string;
|
|
23682
23828
|
/**
|
|
23683
23829
|
* @remarks
|
|
23684
|
-
* The name
|
|
23830
|
+
* The mapped parameter name in the backend service.
|
|
23685
23831
|
*
|
|
23686
23832
|
* @example
|
|
23687
23833
|
* constance
|
|
@@ -23712,7 +23858,7 @@ export declare class DescribeApiHistoryResponseBodyConstantParameters extends $t
|
|
|
23712
23858
|
export declare class DescribeApiHistoryResponseBodyCustomSystemParametersCustomSystemParameter extends $tea.Model {
|
|
23713
23859
|
/**
|
|
23714
23860
|
* @remarks
|
|
23715
|
-
*
|
|
23861
|
+
* The sample value.
|
|
23716
23862
|
*
|
|
23717
23863
|
* @example
|
|
23718
23864
|
* 192.168.1.1
|
|
@@ -23720,7 +23866,7 @@ export declare class DescribeApiHistoryResponseBodyCustomSystemParametersCustomS
|
|
|
23720
23866
|
demoValue?: string;
|
|
23721
23867
|
/**
|
|
23722
23868
|
* @remarks
|
|
23723
|
-
* The description
|
|
23869
|
+
* The parameter description.
|
|
23724
23870
|
*
|
|
23725
23871
|
* @example
|
|
23726
23872
|
* balabala
|
|
@@ -23736,7 +23882,7 @@ export declare class DescribeApiHistoryResponseBodyCustomSystemParametersCustomS
|
|
|
23736
23882
|
location?: string;
|
|
23737
23883
|
/**
|
|
23738
23884
|
* @remarks
|
|
23739
|
-
* The name
|
|
23885
|
+
* The parameter name.
|
|
23740
23886
|
*
|
|
23741
23887
|
* @example
|
|
23742
23888
|
* CaClientIp
|
|
@@ -23744,7 +23890,7 @@ export declare class DescribeApiHistoryResponseBodyCustomSystemParametersCustomS
|
|
|
23744
23890
|
parameterName?: string;
|
|
23745
23891
|
/**
|
|
23746
23892
|
* @remarks
|
|
23747
|
-
* The name
|
|
23893
|
+
* The mapped parameter name in the backend service.
|
|
23748
23894
|
*
|
|
23749
23895
|
* @example
|
|
23750
23896
|
* clientIp
|
|
@@ -23775,7 +23921,7 @@ export declare class DescribeApiHistoryResponseBodyCustomSystemParameters extend
|
|
|
23775
23921
|
export declare class DescribeApiHistoryResponseBodyErrorCodeSamplesErrorCodeSample extends $tea.Model {
|
|
23776
23922
|
/**
|
|
23777
23923
|
* @remarks
|
|
23778
|
-
* The error code.
|
|
23924
|
+
* The returned error code.
|
|
23779
23925
|
*
|
|
23780
23926
|
* @example
|
|
23781
23927
|
* 400
|
|
@@ -23783,7 +23929,7 @@ export declare class DescribeApiHistoryResponseBodyErrorCodeSamplesErrorCodeSamp
|
|
|
23783
23929
|
code?: string;
|
|
23784
23930
|
/**
|
|
23785
23931
|
* @remarks
|
|
23786
|
-
* The description.
|
|
23932
|
+
* The error description.
|
|
23787
23933
|
*
|
|
23788
23934
|
* @example
|
|
23789
23935
|
* Missing the parameter UserId
|
|
@@ -23791,7 +23937,7 @@ export declare class DescribeApiHistoryResponseBodyErrorCodeSamplesErrorCodeSamp
|
|
|
23791
23937
|
description?: string;
|
|
23792
23938
|
/**
|
|
23793
23939
|
* @remarks
|
|
23794
|
-
* The error message.
|
|
23940
|
+
* The returned error message.
|
|
23795
23941
|
*
|
|
23796
23942
|
* @example
|
|
23797
23943
|
* MissingParameter
|
|
@@ -23940,7 +24086,7 @@ export declare class DescribeApiHistoryResponseBodyRequestConfig extends $tea.Mo
|
|
|
23940
24086
|
export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParameter extends $tea.Model {
|
|
23941
24087
|
/**
|
|
23942
24088
|
* @remarks
|
|
23943
|
-
* The name of the API
|
|
24089
|
+
* The name of the parameter in the API request.
|
|
23944
24090
|
*
|
|
23945
24091
|
* @example
|
|
23946
24092
|
* age
|
|
@@ -23956,7 +24102,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
|
|
|
23956
24102
|
arrayItemsType?: string;
|
|
23957
24103
|
/**
|
|
23958
24104
|
* @remarks
|
|
23959
|
-
*
|
|
24105
|
+
* The default value.
|
|
23960
24106
|
*
|
|
23961
24107
|
* @example
|
|
23962
24108
|
* 20
|
|
@@ -23964,7 +24110,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
|
|
|
23964
24110
|
defaultValue?: string;
|
|
23965
24111
|
/**
|
|
23966
24112
|
* @remarks
|
|
23967
|
-
*
|
|
24113
|
+
* The sample value.
|
|
23968
24114
|
*
|
|
23969
24115
|
* @example
|
|
23970
24116
|
* 20
|
|
@@ -23972,7 +24118,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
|
|
|
23972
24118
|
demoValue?: string;
|
|
23973
24119
|
/**
|
|
23974
24120
|
* @remarks
|
|
23975
|
-
* The description.
|
|
24121
|
+
* The parameter description.
|
|
23976
24122
|
*
|
|
23977
24123
|
* @example
|
|
23978
24124
|
* modidyTest
|
|
@@ -23980,7 +24126,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
|
|
|
23980
24126
|
description?: string;
|
|
23981
24127
|
/**
|
|
23982
24128
|
* @remarks
|
|
23983
|
-
* The order in the document.
|
|
24129
|
+
* The order in which the parameter is sorted in the document.
|
|
23984
24130
|
*
|
|
23985
24131
|
* @example
|
|
23986
24132
|
* 0
|
|
@@ -23988,7 +24134,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
|
|
|
23988
24134
|
docOrder?: number;
|
|
23989
24135
|
/**
|
|
23990
24136
|
* @remarks
|
|
23991
|
-
*
|
|
24137
|
+
* Indicates whether the document is public. Valid values: **PUBLIC** and **PRIVATE**.
|
|
23992
24138
|
*
|
|
23993
24139
|
* @example
|
|
23994
24140
|
* PUBLIC
|
|
@@ -23996,7 +24142,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
|
|
|
23996
24142
|
docShow?: string;
|
|
23997
24143
|
/**
|
|
23998
24144
|
* @remarks
|
|
23999
|
-
* The hash values that
|
|
24145
|
+
* 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.
|
|
24000
24146
|
*
|
|
24001
24147
|
* @example
|
|
24002
24148
|
* boy,girl
|
|
@@ -24020,7 +24166,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
|
|
|
24020
24166
|
location?: string;
|
|
24021
24167
|
/**
|
|
24022
24168
|
* @remarks
|
|
24023
|
-
* The maximum parameter length when ParameterType is set to String.
|
|
24169
|
+
* The maximum parameter length when **ParameterType** is set to String.
|
|
24024
24170
|
*
|
|
24025
24171
|
* @example
|
|
24026
24172
|
* 123456
|
|
@@ -24028,7 +24174,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
|
|
|
24028
24174
|
maxLength?: number;
|
|
24029
24175
|
/**
|
|
24030
24176
|
* @remarks
|
|
24031
|
-
* The maximum parameter value when ParameterType is set to Int, Long, Float, or Double.
|
|
24177
|
+
* The maximum parameter value when **ParameterType** is set to Int, Long, Float, or Double.
|
|
24032
24178
|
*
|
|
24033
24179
|
* @example
|
|
24034
24180
|
* 123456
|
|
@@ -24036,7 +24182,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
|
|
|
24036
24182
|
maxValue?: number;
|
|
24037
24183
|
/**
|
|
24038
24184
|
* @remarks
|
|
24039
|
-
* The minimum parameter length when ParameterType is set to String.
|
|
24185
|
+
* The minimum parameter length when **ParameterType** is set to String.
|
|
24040
24186
|
*
|
|
24041
24187
|
* @example
|
|
24042
24188
|
* 123456
|
|
@@ -24044,7 +24190,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
|
|
|
24044
24190
|
minLength?: number;
|
|
24045
24191
|
/**
|
|
24046
24192
|
* @remarks
|
|
24047
|
-
* The minimum parameter value when ParameterType is set to Int, Long, Float, or Double.
|
|
24193
|
+
* The minimum parameter value when **ParameterType** is set to Int, Long, Float, or Double.
|
|
24048
24194
|
*
|
|
24049
24195
|
* @example
|
|
24050
24196
|
* 123456
|
|
@@ -24052,7 +24198,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
|
|
|
24052
24198
|
minValue?: number;
|
|
24053
24199
|
/**
|
|
24054
24200
|
* @remarks
|
|
24055
|
-
* The type of
|
|
24201
|
+
* The data type of the parameter. Valid values: String, Int, Long, Float, Double, and Boolean.
|
|
24056
24202
|
*
|
|
24057
24203
|
* @example
|
|
24058
24204
|
* String
|
|
@@ -24060,7 +24206,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
|
|
|
24060
24206
|
parameterType?: string;
|
|
24061
24207
|
/**
|
|
24062
24208
|
* @remarks
|
|
24063
|
-
* The regular expression used for parameter validation when ParameterType is set to String.
|
|
24209
|
+
* The regular expression that is used for parameter validation when **ParameterType** is set to String.
|
|
24064
24210
|
*
|
|
24065
24211
|
* @example
|
|
24066
24212
|
* xxx
|
|
@@ -24068,7 +24214,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
|
|
|
24068
24214
|
regularExpression?: string;
|
|
24069
24215
|
/**
|
|
24070
24216
|
* @remarks
|
|
24071
|
-
* Indicates whether the parameter is required. Valid values: REQUIRED and OPTIONAL
|
|
24217
|
+
* Indicates whether the parameter is required. Valid values: **REQUIRED** and **OPTIONAL**.
|
|
24072
24218
|
*
|
|
24073
24219
|
* @example
|
|
24074
24220
|
* OPTIONAL
|
|
@@ -24099,7 +24245,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParameters extends $te
|
|
|
24099
24245
|
export declare class DescribeApiHistoryResponseBodyResultDescriptionsResultDescription extends $tea.Model {
|
|
24100
24246
|
/**
|
|
24101
24247
|
* @remarks
|
|
24102
|
-
* The description.
|
|
24248
|
+
* The subnode description.
|
|
24103
24249
|
*
|
|
24104
24250
|
* @example
|
|
24105
24251
|
* for_test1
|
|
@@ -24107,7 +24253,7 @@ export declare class DescribeApiHistoryResponseBodyResultDescriptionsResultDescr
|
|
|
24107
24253
|
description?: string;
|
|
24108
24254
|
/**
|
|
24109
24255
|
* @remarks
|
|
24110
|
-
*
|
|
24256
|
+
* Indicates whether a subnode exists.
|
|
24111
24257
|
*
|
|
24112
24258
|
* @example
|
|
24113
24259
|
* true
|
|
@@ -24115,7 +24261,7 @@ export declare class DescribeApiHistoryResponseBodyResultDescriptionsResultDescr
|
|
|
24115
24261
|
hasChild?: boolean;
|
|
24116
24262
|
/**
|
|
24117
24263
|
* @remarks
|
|
24118
|
-
* The ID
|
|
24264
|
+
* The result ID.
|
|
24119
24265
|
*
|
|
24120
24266
|
* @example
|
|
24121
24267
|
* id
|
|
@@ -24131,7 +24277,7 @@ export declare class DescribeApiHistoryResponseBodyResultDescriptionsResultDescr
|
|
|
24131
24277
|
key?: string;
|
|
24132
24278
|
/**
|
|
24133
24279
|
* @remarks
|
|
24134
|
-
*
|
|
24280
|
+
* Indicates whether the parameter is required.
|
|
24135
24281
|
*
|
|
24136
24282
|
* @example
|
|
24137
24283
|
* true
|
|
@@ -24139,7 +24285,7 @@ export declare class DescribeApiHistoryResponseBodyResultDescriptionsResultDescr
|
|
|
24139
24285
|
mandatory?: boolean;
|
|
24140
24286
|
/**
|
|
24141
24287
|
* @remarks
|
|
24142
|
-
* The name
|
|
24288
|
+
* The result name.
|
|
24143
24289
|
*
|
|
24144
24290
|
* @example
|
|
24145
24291
|
* fwqf
|
|
@@ -24155,7 +24301,7 @@ export declare class DescribeApiHistoryResponseBodyResultDescriptionsResultDescr
|
|
|
24155
24301
|
pid?: string;
|
|
24156
24302
|
/**
|
|
24157
24303
|
* @remarks
|
|
24158
|
-
* The type
|
|
24304
|
+
* The result type.
|
|
24159
24305
|
*
|
|
24160
24306
|
* @example
|
|
24161
24307
|
* String
|
|
@@ -24340,7 +24486,7 @@ export declare class DescribeApiHistoryResponseBodyServiceConfigFunctionComputeC
|
|
|
24340
24486
|
export declare class DescribeApiHistoryResponseBodyServiceConfigMockHeadersMockHeader extends $tea.Model {
|
|
24341
24487
|
/**
|
|
24342
24488
|
* @remarks
|
|
24343
|
-
* The
|
|
24489
|
+
* The HTTP headers.
|
|
24344
24490
|
*
|
|
24345
24491
|
* @example
|
|
24346
24492
|
* Content-Type
|
|
@@ -24348,7 +24494,7 @@ export declare class DescribeApiHistoryResponseBodyServiceConfigMockHeadersMockH
|
|
|
24348
24494
|
headerName?: string;
|
|
24349
24495
|
/**
|
|
24350
24496
|
* @remarks
|
|
24351
|
-
* The
|
|
24497
|
+
* The values of the HTTP headers.
|
|
24352
24498
|
*
|
|
24353
24499
|
* @example
|
|
24354
24500
|
* 86400
|
|
@@ -24633,7 +24779,7 @@ export declare class DescribeApiHistoryResponseBodyServiceParametersServiceParam
|
|
|
24633
24779
|
location?: string;
|
|
24634
24780
|
/**
|
|
24635
24781
|
* @remarks
|
|
24636
|
-
* The data type of the
|
|
24782
|
+
* The data type of the parameter. Valid values: STRING, NUMBER, and BOOLEAN.
|
|
24637
24783
|
*
|
|
24638
24784
|
* @example
|
|
24639
24785
|
* String
|
|
@@ -24641,7 +24787,7 @@ export declare class DescribeApiHistoryResponseBodyServiceParametersServiceParam
|
|
|
24641
24787
|
parameterType?: string;
|
|
24642
24788
|
/**
|
|
24643
24789
|
* @remarks
|
|
24644
|
-
* The name
|
|
24790
|
+
* The mapped parameter name in the backend service.
|
|
24645
24791
|
*
|
|
24646
24792
|
* @example
|
|
24647
24793
|
* clientIp
|
|
@@ -24672,7 +24818,7 @@ export declare class DescribeApiHistoryResponseBodyServiceParameters extends $te
|
|
|
24672
24818
|
export declare class DescribeApiHistoryResponseBodyServiceParametersMapServiceParameterMap extends $tea.Model {
|
|
24673
24819
|
/**
|
|
24674
24820
|
* @remarks
|
|
24675
|
-
* The corresponding frontend parameter.
|
|
24821
|
+
* The corresponding frontend parameter name. The value must be contained in RequestParametersObject and match RequestParam.ApiParameterName.
|
|
24676
24822
|
*
|
|
24677
24823
|
* @example
|
|
24678
24824
|
* sex
|
|
@@ -24680,7 +24826,7 @@ export declare class DescribeApiHistoryResponseBodyServiceParametersMapServicePa
|
|
|
24680
24826
|
requestParameterName?: string;
|
|
24681
24827
|
/**
|
|
24682
24828
|
* @remarks
|
|
24683
|
-
* The name
|
|
24829
|
+
* The mapped parameter name in the backend service.
|
|
24684
24830
|
*
|
|
24685
24831
|
* @example
|
|
24686
24832
|
* sex
|
|
@@ -24711,7 +24857,7 @@ export declare class DescribeApiHistoryResponseBodyServiceParametersMap extends
|
|
|
24711
24857
|
export declare class DescribeApiHistoryResponseBodySystemParametersSystemParameter extends $tea.Model {
|
|
24712
24858
|
/**
|
|
24713
24859
|
* @remarks
|
|
24714
|
-
* The sample value
|
|
24860
|
+
* The sample value.
|
|
24715
24861
|
*
|
|
24716
24862
|
* @example
|
|
24717
24863
|
* 192.168.1.1
|
|
@@ -24735,7 +24881,7 @@ export declare class DescribeApiHistoryResponseBodySystemParametersSystemParamet
|
|
|
24735
24881
|
location?: string;
|
|
24736
24882
|
/**
|
|
24737
24883
|
* @remarks
|
|
24738
|
-
* The
|
|
24884
|
+
* The system parameter. Valid values: CaClientIp, CaDomain, CaRequestHandleTime, CaAppId, CaRequestId, CaHttpSchema, and CaProxy.
|
|
24739
24885
|
*
|
|
24740
24886
|
* @example
|
|
24741
24887
|
* CaClientIp
|
|
@@ -24743,7 +24889,7 @@ export declare class DescribeApiHistoryResponseBodySystemParametersSystemParamet
|
|
|
24743
24889
|
parameterName?: string;
|
|
24744
24890
|
/**
|
|
24745
24891
|
* @remarks
|
|
24746
|
-
* The name
|
|
24892
|
+
* The mapped parameter name in the backend service.
|
|
24747
24893
|
*
|
|
24748
24894
|
* @example
|
|
24749
24895
|
* clientIp
|
|
@@ -25593,7 +25739,7 @@ export declare class DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelat
|
|
|
25593
25739
|
groupName?: string;
|
|
25594
25740
|
/**
|
|
25595
25741
|
* @remarks
|
|
25596
|
-
* The HTTP
|
|
25742
|
+
* The HTTP method of the API.
|
|
25597
25743
|
*
|
|
25598
25744
|
* @example
|
|
25599
25745
|
* GET
|
|
@@ -25628,7 +25774,7 @@ export declare class DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelat
|
|
|
25628
25774
|
regionId?: string;
|
|
25629
25775
|
/**
|
|
25630
25776
|
* @remarks
|
|
25631
|
-
*
|
|
25777
|
+
* The environment alias.
|
|
25632
25778
|
*
|
|
25633
25779
|
* @example
|
|
25634
25780
|
* Online
|
|
@@ -25636,7 +25782,7 @@ export declare class DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelat
|
|
|
25636
25782
|
stageAlias?: string;
|
|
25637
25783
|
/**
|
|
25638
25784
|
* @remarks
|
|
25639
|
-
* The environment.
|
|
25785
|
+
* The environment name.
|
|
25640
25786
|
*
|
|
25641
25787
|
* @example
|
|
25642
25788
|
* RELEASE
|
|
@@ -26048,61 +26194,101 @@ export declare class DescribeApisByTrafficControlResponseBodyApiInfos extends $t
|
|
|
26048
26194
|
}
|
|
26049
26195
|
export declare class DescribeApisByVpcAccessResponseBodyApiVpcAccessInfosApiVpcAccessInfo extends $tea.Model {
|
|
26050
26196
|
/**
|
|
26197
|
+
* @remarks
|
|
26198
|
+
* The API ID.
|
|
26199
|
+
*
|
|
26051
26200
|
* @example
|
|
26052
26201
|
* 09839002de484e76b5a213b040a6a3ca
|
|
26053
26202
|
*/
|
|
26054
26203
|
apiId?: string;
|
|
26055
26204
|
/**
|
|
26205
|
+
* @remarks
|
|
26206
|
+
* The API name.
|
|
26207
|
+
*
|
|
26056
26208
|
* @example
|
|
26057
26209
|
* iwc
|
|
26058
26210
|
*/
|
|
26059
26211
|
apiName?: string;
|
|
26060
26212
|
/**
|
|
26213
|
+
* @remarks
|
|
26214
|
+
* The description, which can be up to 200 characters in length.
|
|
26215
|
+
*
|
|
26061
26216
|
* @example
|
|
26062
26217
|
* 123
|
|
26063
26218
|
*/
|
|
26064
26219
|
description?: string;
|
|
26065
26220
|
/**
|
|
26221
|
+
* @remarks
|
|
26222
|
+
* The ID of the API group to which the API belongs.
|
|
26223
|
+
*
|
|
26066
26224
|
* @example
|
|
26067
26225
|
* 41c33748cbfb41f6b00870156203b72a
|
|
26068
26226
|
*/
|
|
26069
26227
|
groupId?: string;
|
|
26070
26228
|
/**
|
|
26229
|
+
* @remarks
|
|
26230
|
+
* The name of the API group to which the API belongs.
|
|
26231
|
+
*
|
|
26071
26232
|
* @example
|
|
26072
26233
|
* RT_PLU_IP_CTRL_group
|
|
26073
26234
|
*/
|
|
26074
26235
|
groupName?: string;
|
|
26075
26236
|
/**
|
|
26237
|
+
* @remarks
|
|
26238
|
+
* The instance ID or IP address in the VPC access authorization.
|
|
26239
|
+
*
|
|
26076
26240
|
* @example
|
|
26077
26241
|
* Ib-04e41XXXXXd95e9c1
|
|
26078
26242
|
*/
|
|
26079
26243
|
instanceId?: string;
|
|
26080
26244
|
/**
|
|
26245
|
+
* @remarks
|
|
26246
|
+
* The HTTP request method of the API.
|
|
26247
|
+
*
|
|
26081
26248
|
* @example
|
|
26082
26249
|
* POST
|
|
26083
26250
|
*/
|
|
26084
26251
|
method?: string;
|
|
26085
26252
|
/**
|
|
26253
|
+
* @remarks
|
|
26254
|
+
* The request path of the API.
|
|
26255
|
+
*
|
|
26086
26256
|
* @example
|
|
26087
26257
|
* /api/v1/friends/rc/status
|
|
26088
26258
|
*/
|
|
26089
26259
|
path?: string;
|
|
26090
26260
|
/**
|
|
26261
|
+
* @remarks
|
|
26262
|
+
* The port number.
|
|
26263
|
+
*
|
|
26091
26264
|
* @example
|
|
26092
26265
|
* 443
|
|
26093
26266
|
*/
|
|
26094
26267
|
port?: number;
|
|
26095
26268
|
/**
|
|
26269
|
+
* @remarks
|
|
26270
|
+
* The region ID.
|
|
26271
|
+
*
|
|
26096
26272
|
* @example
|
|
26097
26273
|
* cn-shanghai
|
|
26098
26274
|
*/
|
|
26099
26275
|
regionId?: string;
|
|
26100
26276
|
/**
|
|
26277
|
+
* @remarks
|
|
26278
|
+
* The environment ID.
|
|
26279
|
+
*
|
|
26101
26280
|
* @example
|
|
26102
26281
|
* 57e17906a69b4424914fb1e05f67c78a
|
|
26103
26282
|
*/
|
|
26104
26283
|
stageId?: string;
|
|
26105
26284
|
/**
|
|
26285
|
+
* @remarks
|
|
26286
|
+
* The environment to which the API is published. Valid values:
|
|
26287
|
+
*
|
|
26288
|
+
* * **RELEASE**: the production environment
|
|
26289
|
+
* * **PRE**: the staging environment
|
|
26290
|
+
* * **TEST**: the test environment
|
|
26291
|
+
*
|
|
26106
26292
|
* @example
|
|
26107
26293
|
* RELEASE
|
|
26108
26294
|
*/
|
|
@@ -26116,6 +26302,9 @@ export declare class DescribeApisByVpcAccessResponseBodyApiVpcAccessInfosApiVpcA
|
|
|
26116
26302
|
*/
|
|
26117
26303
|
vpcId?: string;
|
|
26118
26304
|
/**
|
|
26305
|
+
* @remarks
|
|
26306
|
+
* The name of the VPC access authorization.
|
|
26307
|
+
*
|
|
26119
26308
|
* @example
|
|
26120
26309
|
* aliYun_service_prod
|
|
26121
26310
|
*/
|
|
@@ -26266,9 +26455,9 @@ export declare class DescribeApisWithStageNameIntegratedByAppResponseBodyAppApiR
|
|
|
26266
26455
|
export declare class DescribeAppAttributesRequestTag extends $tea.Model {
|
|
26267
26456
|
/**
|
|
26268
26457
|
* @remarks
|
|
26269
|
-
* The
|
|
26458
|
+
* The key of the tag.
|
|
26270
26459
|
*
|
|
26271
|
-
*
|
|
26460
|
+
* N can be an integer from 1 to 20.``
|
|
26272
26461
|
*
|
|
26273
26462
|
* This parameter is required.
|
|
26274
26463
|
*
|
|
@@ -26278,9 +26467,9 @@ export declare class DescribeAppAttributesRequestTag extends $tea.Model {
|
|
|
26278
26467
|
key?: string;
|
|
26279
26468
|
/**
|
|
26280
26469
|
* @remarks
|
|
26281
|
-
* The key of tag
|
|
26470
|
+
* The key of the tag.
|
|
26282
26471
|
*
|
|
26283
|
-
*
|
|
26472
|
+
* N can be an integer from 1 to 20.``
|
|
26284
26473
|
*
|
|
26285
26474
|
* @example
|
|
26286
26475
|
* \\" \\"
|
|
@@ -26299,7 +26488,7 @@ export declare class DescribeAppAttributesRequestTag extends $tea.Model {
|
|
|
26299
26488
|
export declare class DescribeAppAttributesResponseBodyAppsAppAttributeTagsTagInfo extends $tea.Model {
|
|
26300
26489
|
/**
|
|
26301
26490
|
* @remarks
|
|
26302
|
-
* The tag
|
|
26491
|
+
* The key of the tag.
|
|
26303
26492
|
*
|
|
26304
26493
|
* @example
|
|
26305
26494
|
* appid
|
|
@@ -26307,7 +26496,7 @@ export declare class DescribeAppAttributesResponseBodyAppsAppAttributeTagsTagInf
|
|
|
26307
26496
|
key?: string;
|
|
26308
26497
|
/**
|
|
26309
26498
|
* @remarks
|
|
26310
|
-
* The tag
|
|
26499
|
+
* The value of the tag.
|
|
26311
26500
|
*
|
|
26312
26501
|
* @example
|
|
26313
26502
|
* 123
|
|
@@ -26338,7 +26527,7 @@ export declare class DescribeAppAttributesResponseBodyAppsAppAttributeTags exten
|
|
|
26338
26527
|
export declare class DescribeAppAttributesResponseBodyAppsAppAttribute extends $tea.Model {
|
|
26339
26528
|
/**
|
|
26340
26529
|
* @remarks
|
|
26341
|
-
* The
|
|
26530
|
+
* The ID of the app.
|
|
26342
26531
|
*
|
|
26343
26532
|
* @example
|
|
26344
26533
|
* 20112314518278
|
|
@@ -26346,7 +26535,7 @@ export declare class DescribeAppAttributesResponseBodyAppsAppAttribute extends $
|
|
|
26346
26535
|
appId?: number;
|
|
26347
26536
|
/**
|
|
26348
26537
|
* @remarks
|
|
26349
|
-
* The
|
|
26538
|
+
* The name of the app.
|
|
26350
26539
|
*
|
|
26351
26540
|
* @example
|
|
26352
26541
|
* CreateApptest
|
|
@@ -26354,7 +26543,7 @@ export declare class DescribeAppAttributesResponseBodyAppsAppAttribute extends $
|
|
|
26354
26543
|
appName?: string;
|
|
26355
26544
|
/**
|
|
26356
26545
|
* @remarks
|
|
26357
|
-
* The creation time (UTC) of the
|
|
26546
|
+
* The creation time (UTC) of the app.
|
|
26358
26547
|
*
|
|
26359
26548
|
* @example
|
|
26360
26549
|
* 2016-07-31T04:10:19Z
|
|
@@ -26362,7 +26551,7 @@ export declare class DescribeAppAttributesResponseBodyAppsAppAttribute extends $
|
|
|
26362
26551
|
createdTime?: string;
|
|
26363
26552
|
/**
|
|
26364
26553
|
* @remarks
|
|
26365
|
-
* The
|
|
26554
|
+
* The description of the app.
|
|
26366
26555
|
*
|
|
26367
26556
|
* @example
|
|
26368
26557
|
* App test
|
|
@@ -26370,7 +26559,7 @@ export declare class DescribeAppAttributesResponseBodyAppsAppAttribute extends $
|
|
|
26370
26559
|
description?: string;
|
|
26371
26560
|
/**
|
|
26372
26561
|
* @remarks
|
|
26373
|
-
*
|
|
26562
|
+
* 扩展信息
|
|
26374
26563
|
*
|
|
26375
26564
|
* @example
|
|
26376
26565
|
* 110461946884
|
|
@@ -26378,7 +26567,7 @@ export declare class DescribeAppAttributesResponseBodyAppsAppAttribute extends $
|
|
|
26378
26567
|
extend?: string;
|
|
26379
26568
|
/**
|
|
26380
26569
|
* @remarks
|
|
26381
|
-
* The modification time (UTC) of the
|
|
26570
|
+
* The modification time (UTC) of the app.
|
|
26382
26571
|
*
|
|
26383
26572
|
* @example
|
|
26384
26573
|
* 2016-07-31T04:10:19Z
|
|
@@ -26413,26 +26602,41 @@ export declare class DescribeAppAttributesResponseBodyApps extends $tea.Model {
|
|
|
26413
26602
|
}
|
|
26414
26603
|
export declare class DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity extends $tea.Model {
|
|
26415
26604
|
/**
|
|
26605
|
+
* @remarks
|
|
26606
|
+
* The application AppCode.
|
|
26607
|
+
*
|
|
26416
26608
|
* @example
|
|
26417
26609
|
* d2350ecd62c44cbfbe35a7f182e35105
|
|
26418
26610
|
*/
|
|
26419
26611
|
appCode?: string;
|
|
26420
26612
|
/**
|
|
26613
|
+
* @remarks
|
|
26614
|
+
* The application AppKey.
|
|
26615
|
+
*
|
|
26421
26616
|
* @example
|
|
26422
26617
|
* 34379343
|
|
26423
26618
|
*/
|
|
26424
26619
|
appKey?: string;
|
|
26425
26620
|
/**
|
|
26621
|
+
* @remarks
|
|
26622
|
+
* The application AppSecret.
|
|
26623
|
+
*
|
|
26426
26624
|
* @example
|
|
26427
26625
|
* ea5291a7aff343769eb3139a2f6de8c9
|
|
26428
26626
|
*/
|
|
26429
26627
|
appSecret?: string;
|
|
26430
26628
|
/**
|
|
26629
|
+
* @remarks
|
|
26630
|
+
* The time when the AppKey was created.
|
|
26631
|
+
*
|
|
26431
26632
|
* @example
|
|
26432
26633
|
* 2021-09-14T18:50:59
|
|
26433
26634
|
*/
|
|
26434
26635
|
createdTime?: string;
|
|
26435
26636
|
/**
|
|
26637
|
+
* @remarks
|
|
26638
|
+
* The time when the AppSecret was last modified. The time is displayed in UTC.
|
|
26639
|
+
*
|
|
26436
26640
|
* @example
|
|
26437
26641
|
* 2023-08-14T18:03:00+08:00
|
|
26438
26642
|
*/
|
|
@@ -26751,7 +26955,7 @@ export declare class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedA
|
|
|
26751
26955
|
export declare class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedApp extends $tea.Model {
|
|
26752
26956
|
/**
|
|
26753
26957
|
* @remarks
|
|
26754
|
-
* The description
|
|
26958
|
+
* The application description.
|
|
26755
26959
|
*
|
|
26756
26960
|
* @example
|
|
26757
26961
|
* Production application
|
|
@@ -26759,7 +26963,7 @@ export declare class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedA
|
|
|
26759
26963
|
appDescription?: string;
|
|
26760
26964
|
/**
|
|
26761
26965
|
* @remarks
|
|
26762
|
-
* The ID, which is generated by the system and globally unique.
|
|
26966
|
+
* The application ID, which is generated by the system and globally unique.
|
|
26763
26967
|
*
|
|
26764
26968
|
* @example
|
|
26765
26969
|
* 2386789
|
|
@@ -26767,7 +26971,7 @@ export declare class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedA
|
|
|
26767
26971
|
appId?: number;
|
|
26768
26972
|
/**
|
|
26769
26973
|
* @remarks
|
|
26770
|
-
* The application name
|
|
26974
|
+
* The application name.
|
|
26771
26975
|
*
|
|
26772
26976
|
* @example
|
|
26773
26977
|
* Weather
|
|
@@ -26802,7 +27006,7 @@ export declare class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedA
|
|
|
26802
27006
|
authorizedTime?: string;
|
|
26803
27007
|
/**
|
|
26804
27008
|
* @remarks
|
|
26805
|
-
* The description
|
|
27009
|
+
* The authorization description.
|
|
26806
27010
|
*
|
|
26807
27011
|
* @example
|
|
26808
27012
|
* Queries weather based on the region name
|
|
@@ -26954,8 +27158,20 @@ export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBack
|
|
|
26954
27158
|
});
|
|
26955
27159
|
}
|
|
26956
27160
|
export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigDiscoveryConfigZookeeperConfig extends $tea.Model {
|
|
27161
|
+
/**
|
|
27162
|
+
* @example
|
|
27163
|
+
* http://192.168.1.xxx:2181
|
|
27164
|
+
*/
|
|
26957
27165
|
connectString?: string;
|
|
27166
|
+
/**
|
|
27167
|
+
* @example
|
|
27168
|
+
* provider
|
|
27169
|
+
*/
|
|
26958
27170
|
namespace?: string;
|
|
27171
|
+
/**
|
|
27172
|
+
* @example
|
|
27173
|
+
* service
|
|
27174
|
+
*/
|
|
26959
27175
|
serviceName?: string;
|
|
26960
27176
|
static names(): {
|
|
26961
27177
|
[key: string]: string;
|
|
@@ -26993,12 +27209,40 @@ export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBack
|
|
|
26993
27209
|
});
|
|
26994
27210
|
}
|
|
26995
27211
|
export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigEdasConfig extends $tea.Model {
|
|
27212
|
+
/**
|
|
27213
|
+
* @example
|
|
27214
|
+
* 6cd0c599-dxxx-496d-b3d5-6a71c657xxxxx
|
|
27215
|
+
*/
|
|
26996
27216
|
edasAppId?: string;
|
|
27217
|
+
/**
|
|
27218
|
+
* @example
|
|
27219
|
+
* cn-hangzhou:edasNacos
|
|
27220
|
+
*/
|
|
26997
27221
|
microserviceNamespace?: string;
|
|
27222
|
+
/**
|
|
27223
|
+
* @example
|
|
27224
|
+
* cn-hangzhou:edasNacos
|
|
27225
|
+
*/
|
|
26998
27226
|
microserviceNamespaceId?: string;
|
|
27227
|
+
/**
|
|
27228
|
+
* @example
|
|
27229
|
+
* Edas-Nacos
|
|
27230
|
+
*/
|
|
26999
27231
|
microserviceNamespaceName?: string;
|
|
27232
|
+
/**
|
|
27233
|
+
* @example
|
|
27234
|
+
* mse-cn-jia3n1rxxxx
|
|
27235
|
+
*/
|
|
27000
27236
|
mseInstanceId?: string;
|
|
27237
|
+
/**
|
|
27238
|
+
* @example
|
|
27239
|
+
* EDAS
|
|
27240
|
+
*/
|
|
27001
27241
|
registryType?: string;
|
|
27242
|
+
/**
|
|
27243
|
+
* @example
|
|
27244
|
+
* service
|
|
27245
|
+
*/
|
|
27002
27246
|
serviceName?: string;
|
|
27003
27247
|
static names(): {
|
|
27004
27248
|
[key: string]: string;
|
|
@@ -27132,11 +27376,17 @@ export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBack
|
|
|
27132
27376
|
/**
|
|
27133
27377
|
* @remarks
|
|
27134
27378
|
* The name of the header parameter.
|
|
27379
|
+
*
|
|
27380
|
+
* @example
|
|
27381
|
+
* test
|
|
27135
27382
|
*/
|
|
27136
27383
|
headerName?: string;
|
|
27137
27384
|
/**
|
|
27138
27385
|
* @remarks
|
|
27139
27386
|
* The value of the header parameter.
|
|
27387
|
+
*
|
|
27388
|
+
* @example
|
|
27389
|
+
* 123
|
|
27140
27390
|
*/
|
|
27141
27391
|
headerValue?: string;
|
|
27142
27392
|
static names(): {
|
|
@@ -27158,11 +27408,17 @@ export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBack
|
|
|
27158
27408
|
/**
|
|
27159
27409
|
* @remarks
|
|
27160
27410
|
* The result returned for service mocking.
|
|
27411
|
+
*
|
|
27412
|
+
* @example
|
|
27413
|
+
* test
|
|
27161
27414
|
*/
|
|
27162
27415
|
mockResult?: string;
|
|
27163
27416
|
/**
|
|
27164
27417
|
* @remarks
|
|
27165
27418
|
* The status code that is returned for service mocking.
|
|
27419
|
+
*
|
|
27420
|
+
* @example
|
|
27421
|
+
* 200
|
|
27166
27422
|
*/
|
|
27167
27423
|
mockStatusCode?: string;
|
|
27168
27424
|
static names(): {
|
|
@@ -27254,6 +27510,9 @@ export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBack
|
|
|
27254
27510
|
/**
|
|
27255
27511
|
* @remarks
|
|
27256
27512
|
* The host of the backend service.
|
|
27513
|
+
*
|
|
27514
|
+
* @example
|
|
27515
|
+
* openapi.alipan.com
|
|
27257
27516
|
*/
|
|
27258
27517
|
vpcTargetHostName?: string;
|
|
27259
27518
|
static names(): {
|
|
@@ -27309,6 +27568,10 @@ export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBack
|
|
|
27309
27568
|
* 10.0.0.1
|
|
27310
27569
|
*/
|
|
27311
27570
|
serviceAddress?: string;
|
|
27571
|
+
/**
|
|
27572
|
+
* @example
|
|
27573
|
+
* 10000
|
|
27574
|
+
*/
|
|
27312
27575
|
serviceTimeout?: number;
|
|
27313
27576
|
/**
|
|
27314
27577
|
* @remarks
|
|
@@ -27771,7 +28034,7 @@ export declare class DescribeDatasetItemListResponseBodyDatasetItemInfoList exte
|
|
|
27771
28034
|
export declare class DescribeDatasetListRequestTag extends $tea.Model {
|
|
27772
28035
|
/**
|
|
27773
28036
|
* @remarks
|
|
27774
|
-
*
|
|
28037
|
+
* 标签键
|
|
27775
28038
|
*
|
|
27776
28039
|
* @example
|
|
27777
28040
|
* env
|
|
@@ -27779,7 +28042,7 @@ export declare class DescribeDatasetListRequestTag extends $tea.Model {
|
|
|
27779
28042
|
key?: string;
|
|
27780
28043
|
/**
|
|
27781
28044
|
* @remarks
|
|
27782
|
-
*
|
|
28045
|
+
* 标签值
|
|
27783
28046
|
*
|
|
27784
28047
|
* @example
|
|
27785
28048
|
* value
|
|
@@ -27798,7 +28061,7 @@ export declare class DescribeDatasetListRequestTag extends $tea.Model {
|
|
|
27798
28061
|
export declare class DescribeDatasetListResponseBodyDatasetInfoListTags extends $tea.Model {
|
|
27799
28062
|
/**
|
|
27800
28063
|
* @remarks
|
|
27801
|
-
*
|
|
28064
|
+
* 标签的键
|
|
27802
28065
|
*
|
|
27803
28066
|
* @example
|
|
27804
28067
|
* ENV
|
|
@@ -27806,7 +28069,7 @@ export declare class DescribeDatasetListResponseBodyDatasetInfoListTags extends
|
|
|
27806
28069
|
key?: string;
|
|
27807
28070
|
/**
|
|
27808
28071
|
* @remarks
|
|
27809
|
-
*
|
|
28072
|
+
* 标签值
|
|
27810
28073
|
*
|
|
27811
28074
|
* @example
|
|
27812
28075
|
* 123
|
|
@@ -27869,7 +28132,7 @@ export declare class DescribeDatasetListResponseBodyDatasetInfoList extends $tea
|
|
|
27869
28132
|
modifiedTime?: string;
|
|
27870
28133
|
/**
|
|
27871
28134
|
* @remarks
|
|
27872
|
-
*
|
|
28135
|
+
* 标签
|
|
27873
28136
|
*/
|
|
27874
28137
|
tags?: DescribeDatasetListResponseBodyDatasetInfoListTags[];
|
|
27875
28138
|
static names(): {
|
|
@@ -28959,39 +29222,33 @@ export declare class DescribeDeployedApisRequestTag extends $tea.Model {
|
|
|
28959
29222
|
export declare class DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem extends $tea.Model {
|
|
28960
29223
|
/**
|
|
28961
29224
|
* @remarks
|
|
28962
|
-
* The API
|
|
29225
|
+
* The ID of the API.
|
|
28963
29226
|
*
|
|
28964
29227
|
* @example
|
|
28965
29228
|
* c076144d7878437b8f82fb85890ce6a0
|
|
28966
29229
|
*/
|
|
28967
29230
|
apiId?: string;
|
|
28968
29231
|
/**
|
|
28969
|
-
* @remarks
|
|
28970
|
-
* The HTTP method of the API request.
|
|
28971
|
-
*
|
|
28972
29232
|
* @example
|
|
28973
29233
|
* POST
|
|
28974
29234
|
*/
|
|
28975
29235
|
apiMethod?: string;
|
|
28976
29236
|
/**
|
|
28977
29237
|
* @remarks
|
|
28978
|
-
* The API
|
|
29238
|
+
* The name of the API.
|
|
28979
29239
|
*
|
|
28980
29240
|
* @example
|
|
28981
29241
|
* DescribeObjects
|
|
28982
29242
|
*/
|
|
28983
29243
|
apiName?: string;
|
|
28984
29244
|
/**
|
|
28985
|
-
* @remarks
|
|
28986
|
-
* The request path of the API.
|
|
28987
|
-
*
|
|
28988
29245
|
* @example
|
|
28989
29246
|
* /trademark/search
|
|
28990
29247
|
*/
|
|
28991
29248
|
apiPath?: string;
|
|
28992
29249
|
/**
|
|
28993
29250
|
* @remarks
|
|
28994
|
-
* The time
|
|
29251
|
+
* The publising time (UTC) of the API.
|
|
28995
29252
|
*
|
|
28996
29253
|
* @example
|
|
28997
29254
|
* 2016-07-23T08:28:48Z
|
|
@@ -28999,15 +29256,15 @@ export declare class DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem
|
|
|
28999
29256
|
deployedTime?: string;
|
|
29000
29257
|
/**
|
|
29001
29258
|
* @remarks
|
|
29002
|
-
* The API
|
|
29259
|
+
* The description of the API.
|
|
29003
29260
|
*
|
|
29004
29261
|
* @example
|
|
29005
|
-
* Queries objects by
|
|
29262
|
+
* Queries objects by pages
|
|
29006
29263
|
*/
|
|
29007
29264
|
description?: string;
|
|
29008
29265
|
/**
|
|
29009
29266
|
* @remarks
|
|
29010
|
-
* The API group
|
|
29267
|
+
* The ID of the API group.
|
|
29011
29268
|
*
|
|
29012
29269
|
* @example
|
|
29013
29270
|
* 63be9002440b4778a61122f14c2b2bbb
|
|
@@ -29015,7 +29272,7 @@ export declare class DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem
|
|
|
29015
29272
|
groupId?: string;
|
|
29016
29273
|
/**
|
|
29017
29274
|
* @remarks
|
|
29018
|
-
* The name of the
|
|
29275
|
+
* The name of the group to which the API belongs.
|
|
29019
29276
|
*
|
|
29020
29277
|
* @example
|
|
29021
29278
|
* myGroup3
|
|
@@ -29023,7 +29280,7 @@ export declare class DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem
|
|
|
29023
29280
|
groupName?: string;
|
|
29024
29281
|
/**
|
|
29025
29282
|
* @remarks
|
|
29026
|
-
* The region
|
|
29283
|
+
* The region where the API is located.
|
|
29027
29284
|
*
|
|
29028
29285
|
* @example
|
|
29029
29286
|
* cn-qingdao
|
|
@@ -29031,7 +29288,7 @@ export declare class DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem
|
|
|
29031
29288
|
regionId?: string;
|
|
29032
29289
|
/**
|
|
29033
29290
|
* @remarks
|
|
29034
|
-
* The environment
|
|
29291
|
+
* The name of the runtime environment. Valid values:
|
|
29035
29292
|
*
|
|
29036
29293
|
* * **RELEASE**
|
|
29037
29294
|
* * **TEST**
|
|
@@ -29215,7 +29472,7 @@ export declare class DescribeGroupTrafficResponseBodyTrafficPerSecond extends $t
|
|
|
29215
29472
|
export declare class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extends $tea.Model {
|
|
29216
29473
|
/**
|
|
29217
29474
|
* @remarks
|
|
29218
|
-
* The ID
|
|
29475
|
+
* The API ID.
|
|
29219
29476
|
*
|
|
29220
29477
|
* @example
|
|
29221
29478
|
* 5af418828f0344a3b588c0cc1331a3bc
|
|
@@ -29223,7 +29480,7 @@ export declare class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extend
|
|
|
29223
29480
|
apiId?: string;
|
|
29224
29481
|
/**
|
|
29225
29482
|
* @remarks
|
|
29226
|
-
* The name
|
|
29483
|
+
* The API name.
|
|
29227
29484
|
*
|
|
29228
29485
|
* @example
|
|
29229
29486
|
* v2_role_assign
|
|
@@ -29231,7 +29488,7 @@ export declare class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extend
|
|
|
29231
29488
|
apiName?: string;
|
|
29232
29489
|
/**
|
|
29233
29490
|
* @remarks
|
|
29234
|
-
* The
|
|
29491
|
+
* The time when the API was published. The time is displayed in UTC.
|
|
29235
29492
|
*
|
|
29236
29493
|
* @example
|
|
29237
29494
|
* 2016-07-20T08:28:48Z
|
|
@@ -29239,7 +29496,7 @@ export declare class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extend
|
|
|
29239
29496
|
deployedTime?: string;
|
|
29240
29497
|
/**
|
|
29241
29498
|
* @remarks
|
|
29242
|
-
* The description
|
|
29499
|
+
* The API description.
|
|
29243
29500
|
*
|
|
29244
29501
|
* @example
|
|
29245
29502
|
* Creates an object
|
|
@@ -29247,7 +29504,7 @@ export declare class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extend
|
|
|
29247
29504
|
description?: string;
|
|
29248
29505
|
/**
|
|
29249
29506
|
* @remarks
|
|
29250
|
-
* The
|
|
29507
|
+
* The API group ID.
|
|
29251
29508
|
*
|
|
29252
29509
|
* @example
|
|
29253
29510
|
* 1084f9034c744137901057206b39d2b6
|
|
@@ -29255,7 +29512,7 @@ export declare class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extend
|
|
|
29255
29512
|
groupId?: string;
|
|
29256
29513
|
/**
|
|
29257
29514
|
* @remarks
|
|
29258
|
-
* The name of the group to which the API belongs.
|
|
29515
|
+
* The name of the API group to which the API belongs.
|
|
29259
29516
|
*
|
|
29260
29517
|
* @example
|
|
29261
29518
|
* myGroup2
|
|
@@ -29271,7 +29528,7 @@ export declare class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extend
|
|
|
29271
29528
|
historyVersion?: string;
|
|
29272
29529
|
/**
|
|
29273
29530
|
* @remarks
|
|
29274
|
-
* The ID
|
|
29531
|
+
* The region ID.
|
|
29275
29532
|
*
|
|
29276
29533
|
* @example
|
|
29277
29534
|
* cn-qingdao
|
|
@@ -29279,7 +29536,7 @@ export declare class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extend
|
|
|
29279
29536
|
regionId?: string;
|
|
29280
29537
|
/**
|
|
29281
29538
|
* @remarks
|
|
29282
|
-
*
|
|
29539
|
+
* The environment alias.
|
|
29283
29540
|
*
|
|
29284
29541
|
* @example
|
|
29285
29542
|
* Online
|
|
@@ -29287,10 +29544,10 @@ export declare class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extend
|
|
|
29287
29544
|
stageAlias?: string;
|
|
29288
29545
|
/**
|
|
29289
29546
|
* @remarks
|
|
29290
|
-
* The name
|
|
29547
|
+
* The environment name. Valid values:
|
|
29291
29548
|
*
|
|
29292
29549
|
* * **RELEASE**
|
|
29293
|
-
* * **TEST
|
|
29550
|
+
* * **TEST**
|
|
29294
29551
|
*
|
|
29295
29552
|
* @example
|
|
29296
29553
|
* RELEASE
|
|
@@ -29490,107 +29747,186 @@ export declare class DescribeImportOASTaskResponseBodyModelResults extends $tea.
|
|
|
29490
29747
|
}
|
|
29491
29748
|
export declare class DescribeInstanceClusterInfoResponseBodyInstanceClusterAttribute extends $tea.Model {
|
|
29492
29749
|
/**
|
|
29750
|
+
* @remarks
|
|
29751
|
+
* The internal CIDR block of the user VPC that can be accessed by the cluster if the cluster consists of VPC integration instances.
|
|
29752
|
+
*
|
|
29493
29753
|
* @example
|
|
29494
29754
|
* ["192.168.1.0/24","192.168.0.0/24"]
|
|
29495
29755
|
*/
|
|
29496
29756
|
connectCidrBlocks?: string;
|
|
29497
29757
|
/**
|
|
29758
|
+
* @remarks
|
|
29759
|
+
* The ID of the user VPC that is connected to the cluster if the cluster consists of VPC integration instances.
|
|
29760
|
+
*
|
|
29498
29761
|
* @example
|
|
29499
29762
|
* vpc-p0w3kxxxxxxxxxxxxxxxx
|
|
29500
29763
|
*/
|
|
29501
29764
|
connectVpcId?: string;
|
|
29502
29765
|
/**
|
|
29766
|
+
* @remarks
|
|
29767
|
+
* Indicates whether outbound IPv6 traffic is supported.
|
|
29768
|
+
*
|
|
29503
29769
|
* @example
|
|
29504
29770
|
* true
|
|
29505
29771
|
*/
|
|
29506
29772
|
egressIpv6Enable?: boolean;
|
|
29507
29773
|
/**
|
|
29774
|
+
* @remarks
|
|
29775
|
+
* The HTTPS security policy.
|
|
29776
|
+
*
|
|
29508
29777
|
* @example
|
|
29509
29778
|
* HTTPS2_TLS1_0
|
|
29510
29779
|
*/
|
|
29511
29780
|
httpsPolicies?: string;
|
|
29512
29781
|
/**
|
|
29782
|
+
* @remarks
|
|
29783
|
+
* The ID of the IPv4 access control list (ACL).
|
|
29784
|
+
*
|
|
29513
29785
|
* @example
|
|
29514
29786
|
* acl-t4n8i4rvvp70kcyuoXXXX
|
|
29515
29787
|
*/
|
|
29516
29788
|
IPV4AclId?: string;
|
|
29517
29789
|
/**
|
|
29790
|
+
* @remarks
|
|
29791
|
+
* The name of the IPv4 ACL.
|
|
29792
|
+
*
|
|
29518
29793
|
* @example
|
|
29519
29794
|
* test-black
|
|
29520
29795
|
*/
|
|
29521
29796
|
IPV4AclName?: string;
|
|
29522
29797
|
/**
|
|
29798
|
+
* @remarks
|
|
29799
|
+
* Indicates whether IPv4 access control is enabled. Valid values:
|
|
29800
|
+
*
|
|
29801
|
+
* * on
|
|
29802
|
+
* * off
|
|
29803
|
+
*
|
|
29523
29804
|
* @example
|
|
29524
29805
|
* on
|
|
29525
29806
|
*/
|
|
29526
29807
|
IPV4AclStatus?: string;
|
|
29527
29808
|
/**
|
|
29809
|
+
* @remarks
|
|
29810
|
+
* The type of the IPv4 ACL.
|
|
29811
|
+
*
|
|
29812
|
+
* * black: blacklist
|
|
29813
|
+
* * white: whitelist
|
|
29814
|
+
*
|
|
29528
29815
|
* @example
|
|
29529
29816
|
* black
|
|
29530
29817
|
*/
|
|
29531
29818
|
IPV4AclType?: string;
|
|
29532
29819
|
/**
|
|
29820
|
+
* @remarks
|
|
29821
|
+
* The ID of the IPv6 ACL.
|
|
29822
|
+
*
|
|
29533
29823
|
* @example
|
|
29534
29824
|
* acl-t4nevzhwbpe7cup18XXXX
|
|
29535
29825
|
*/
|
|
29536
29826
|
IPV6AclId?: string;
|
|
29537
29827
|
/**
|
|
29828
|
+
* @remarks
|
|
29829
|
+
* The name of the IPv6 ACL.
|
|
29830
|
+
*
|
|
29538
29831
|
* @example
|
|
29539
29832
|
* test
|
|
29540
29833
|
*/
|
|
29541
29834
|
IPV6AclName?: string;
|
|
29542
29835
|
/**
|
|
29836
|
+
* @remarks
|
|
29837
|
+
* Indicates whether IPv6 access control is enabled. Valid values:
|
|
29838
|
+
*
|
|
29839
|
+
* * **on**
|
|
29840
|
+
* * **off**
|
|
29841
|
+
*
|
|
29543
29842
|
* @example
|
|
29544
29843
|
* on
|
|
29545
29844
|
*/
|
|
29546
29845
|
IPV6AclStatus?: string;
|
|
29547
29846
|
/**
|
|
29847
|
+
* @remarks
|
|
29848
|
+
* The type of the IPv6 ACL. Valid values:
|
|
29849
|
+
*
|
|
29850
|
+
* * black: blacklist
|
|
29851
|
+
* * white: whitelist
|
|
29852
|
+
*
|
|
29548
29853
|
* @example
|
|
29549
29854
|
* white
|
|
29550
29855
|
*/
|
|
29551
29856
|
IPV6AclType?: string;
|
|
29552
29857
|
/**
|
|
29858
|
+
* @remarks
|
|
29859
|
+
* The outbound public IP address.
|
|
29860
|
+
*
|
|
29553
29861
|
* @example
|
|
29554
29862
|
* 39.106.XX.XX
|
|
29555
29863
|
*/
|
|
29556
29864
|
internetEgressAddress?: string;
|
|
29557
29865
|
/**
|
|
29866
|
+
* @remarks
|
|
29867
|
+
* The outbound private IP address.
|
|
29868
|
+
*
|
|
29558
29869
|
* @example
|
|
29559
29870
|
* 100.104.XX.XX/26
|
|
29560
29871
|
*/
|
|
29561
29872
|
intranetEgressAddress?: string;
|
|
29562
29873
|
/**
|
|
29874
|
+
* @remarks
|
|
29875
|
+
* The custom CIDR block. The configured CIDR block is considered as a private block.
|
|
29876
|
+
*
|
|
29563
29877
|
* @example
|
|
29564
29878
|
* 123.0.0.1
|
|
29565
29879
|
*/
|
|
29566
29880
|
intranetSegments?: string;
|
|
29567
29881
|
/**
|
|
29882
|
+
* @remarks
|
|
29883
|
+
* Indicates whether IPv6 traffic is supported.
|
|
29884
|
+
*
|
|
29568
29885
|
* @example
|
|
29569
29886
|
* true
|
|
29570
29887
|
*/
|
|
29571
29888
|
supportIpv6?: boolean;
|
|
29572
29889
|
/**
|
|
29890
|
+
* @remarks
|
|
29891
|
+
* The ID of the client VPC.
|
|
29892
|
+
*
|
|
29573
29893
|
* @example
|
|
29574
29894
|
* vpc-2zew2v4vcg78mXXXX
|
|
29575
29895
|
*/
|
|
29576
29896
|
userVpcId?: string;
|
|
29577
29897
|
/**
|
|
29898
|
+
* @remarks
|
|
29899
|
+
* The vSwitch of the client VPC.
|
|
29900
|
+
*
|
|
29578
29901
|
* @example
|
|
29579
29902
|
* vsw-2zecr5r7ao44tslsXXXX
|
|
29580
29903
|
*/
|
|
29581
29904
|
userVswitchId?: string;
|
|
29582
29905
|
/**
|
|
29906
|
+
* @remarks
|
|
29907
|
+
* The VIPs of the cluster.
|
|
29908
|
+
*
|
|
29583
29909
|
* @example
|
|
29584
29910
|
* VPC_INTERNET_IPV6
|
|
29585
29911
|
*/
|
|
29586
29912
|
vipTypeList?: string;
|
|
29913
|
+
/**
|
|
29914
|
+
* @remarks
|
|
29915
|
+
* Indicates whether a virtual private cloud (VPC) domain name is enabled.
|
|
29916
|
+
*/
|
|
29587
29917
|
vpcIntranetEnable?: boolean;
|
|
29588
29918
|
/**
|
|
29919
|
+
* @remarks
|
|
29920
|
+
* The ID of the account to which the VPC belongs.
|
|
29921
|
+
*
|
|
29589
29922
|
* @example
|
|
29590
29923
|
* 165438596694XXXX
|
|
29591
29924
|
*/
|
|
29592
29925
|
vpcOwnerId?: number;
|
|
29593
29926
|
/**
|
|
29927
|
+
* @remarks
|
|
29928
|
+
* Indicates whether self-calling is enabled.
|
|
29929
|
+
*
|
|
29594
29930
|
* @example
|
|
29595
29931
|
* false
|
|
29596
29932
|
*/
|
|
@@ -29607,21 +29943,33 @@ export declare class DescribeInstanceClusterInfoResponseBodyInstanceClusterAttri
|
|
|
29607
29943
|
}
|
|
29608
29944
|
export declare class DescribeInstanceClusterInfoResponseBodyInstanceListInstance extends $tea.Model {
|
|
29609
29945
|
/**
|
|
29946
|
+
* @remarks
|
|
29947
|
+
* The error message returned if the call fails.
|
|
29948
|
+
*
|
|
29610
29949
|
* @example
|
|
29611
29950
|
* Instance not found.
|
|
29612
29951
|
*/
|
|
29613
29952
|
errorMessage?: string;
|
|
29614
29953
|
/**
|
|
29954
|
+
* @remarks
|
|
29955
|
+
* The instance ID.
|
|
29956
|
+
*
|
|
29615
29957
|
* @example
|
|
29616
29958
|
* apigateway-ht-04e41d95e9c1
|
|
29617
29959
|
*/
|
|
29618
29960
|
instanceId?: string;
|
|
29619
29961
|
/**
|
|
29962
|
+
* @remarks
|
|
29963
|
+
* The instance name.
|
|
29964
|
+
*
|
|
29620
29965
|
* @example
|
|
29621
29966
|
* tf-testacceu-central-1apigatewayinstance8752
|
|
29622
29967
|
*/
|
|
29623
29968
|
instanceName?: string;
|
|
29624
29969
|
/**
|
|
29970
|
+
* @remarks
|
|
29971
|
+
* The instance status.
|
|
29972
|
+
*
|
|
29625
29973
|
* @example
|
|
29626
29974
|
* RUNNING
|
|
29627
29975
|
*/
|
|
@@ -29650,25 +29998,65 @@ export declare class DescribeInstanceClusterInfoResponseBodyInstanceList extends
|
|
|
29650
29998
|
}
|
|
29651
29999
|
export declare class DescribeInstanceClusterListResponseBodyInstanceClustersInstanceCluster extends $tea.Model {
|
|
29652
30000
|
/**
|
|
30001
|
+
* @remarks
|
|
30002
|
+
* The time when the cluster was created. The time is displayed in UTC.
|
|
30003
|
+
*
|
|
29653
30004
|
* @example
|
|
29654
30005
|
* 2023-08-14T17:46:59+08:00
|
|
29655
30006
|
*/
|
|
29656
30007
|
createdTime?: string;
|
|
29657
30008
|
/**
|
|
30009
|
+
* @remarks
|
|
30010
|
+
* The cluster description.
|
|
30011
|
+
*
|
|
29658
30012
|
* @example
|
|
29659
30013
|
* Test TrafficControl
|
|
29660
30014
|
*/
|
|
29661
30015
|
description?: string;
|
|
30016
|
+
/**
|
|
30017
|
+
* @remarks
|
|
30018
|
+
* The cluster ID.
|
|
30019
|
+
*
|
|
30020
|
+
* @example
|
|
30021
|
+
* apigateway-cluster-hz-xxxxxxxxxxxx
|
|
30022
|
+
*/
|
|
29662
30023
|
instanceClusterId?: string;
|
|
30024
|
+
/**
|
|
30025
|
+
* @remarks
|
|
30026
|
+
* The cluster name.
|
|
30027
|
+
*
|
|
30028
|
+
* @example
|
|
30029
|
+
* test-cluster
|
|
30030
|
+
*/
|
|
29663
30031
|
instanceClusterName?: string;
|
|
30032
|
+
/**
|
|
30033
|
+
* @remarks
|
|
30034
|
+
* The cluster status.
|
|
30035
|
+
*
|
|
30036
|
+
* @example
|
|
30037
|
+
* RUNNING
|
|
30038
|
+
*/
|
|
29664
30039
|
instanceClusterStatus?: string;
|
|
30040
|
+
/**
|
|
30041
|
+
* @remarks
|
|
30042
|
+
* The cluster type.
|
|
30043
|
+
*
|
|
30044
|
+
* @example
|
|
30045
|
+
* normal
|
|
30046
|
+
*/
|
|
29665
30047
|
instanceClusterType?: string;
|
|
29666
30048
|
/**
|
|
30049
|
+
* @remarks
|
|
30050
|
+
* The time when the cluster was last modified. The time is displayed in UTC.
|
|
30051
|
+
*
|
|
29667
30052
|
* @example
|
|
29668
30053
|
* 2024-01-12T10:11:08+08:00
|
|
29669
30054
|
*/
|
|
29670
30055
|
modifiedTime?: string;
|
|
29671
30056
|
/**
|
|
30057
|
+
* @remarks
|
|
30058
|
+
* The region ID of the cluster.
|
|
30059
|
+
*
|
|
29672
30060
|
* @example
|
|
29673
30061
|
* cn-shenzhen
|
|
29674
30062
|
*/
|
|
@@ -30811,7 +31199,21 @@ export declare class DescribeLogConfigResponseBodyLogInfos extends $tea.Model {
|
|
|
30811
31199
|
});
|
|
30812
31200
|
}
|
|
30813
31201
|
export declare class DescribeModelsRequestTag extends $tea.Model {
|
|
31202
|
+
/**
|
|
31203
|
+
* @remarks
|
|
31204
|
+
* The tag key.
|
|
31205
|
+
*
|
|
31206
|
+
* @example
|
|
31207
|
+
* key
|
|
31208
|
+
*/
|
|
30814
31209
|
key?: string;
|
|
31210
|
+
/**
|
|
31211
|
+
* @remarks
|
|
31212
|
+
* The tag value.
|
|
31213
|
+
*
|
|
31214
|
+
* @example
|
|
31215
|
+
* value
|
|
31216
|
+
*/
|
|
30815
31217
|
value?: string;
|
|
30816
31218
|
static names(): {
|
|
30817
31219
|
[key: string]: string;
|
|
@@ -30824,7 +31226,21 @@ export declare class DescribeModelsRequestTag extends $tea.Model {
|
|
|
30824
31226
|
});
|
|
30825
31227
|
}
|
|
30826
31228
|
export declare class DescribeModelsResponseBodyModelDetailsModelDetailTagsTagInfo extends $tea.Model {
|
|
31229
|
+
/**
|
|
31230
|
+
* @remarks
|
|
31231
|
+
* The tag key.
|
|
31232
|
+
*
|
|
31233
|
+
* @example
|
|
31234
|
+
* ENV
|
|
31235
|
+
*/
|
|
30827
31236
|
key?: string;
|
|
31237
|
+
/**
|
|
31238
|
+
* @remarks
|
|
31239
|
+
* The tag value.
|
|
31240
|
+
*
|
|
31241
|
+
* @example
|
|
31242
|
+
* ST4
|
|
31243
|
+
*/
|
|
30828
31244
|
value?: string;
|
|
30829
31245
|
static names(): {
|
|
30830
31246
|
[key: string]: string;
|
|
@@ -30859,7 +31275,7 @@ export declare class DescribeModelsResponseBodyModelDetailsModelDetail extends $
|
|
|
30859
31275
|
createdTime?: string;
|
|
30860
31276
|
/**
|
|
30861
31277
|
* @remarks
|
|
30862
|
-
* The
|
|
31278
|
+
* The description of the model definition.
|
|
30863
31279
|
*
|
|
30864
31280
|
* @example
|
|
30865
31281
|
* Model Description
|
|
@@ -30899,7 +31315,7 @@ export declare class DescribeModelsResponseBodyModelDetailsModelDetail extends $
|
|
|
30899
31315
|
modelRef?: string;
|
|
30900
31316
|
/**
|
|
30901
31317
|
* @remarks
|
|
30902
|
-
* The
|
|
31318
|
+
* The time when the model was last modified.
|
|
30903
31319
|
*
|
|
30904
31320
|
* @example
|
|
30905
31321
|
* 2019-01-29T11:07:48Z
|
|
@@ -30913,6 +31329,10 @@ export declare class DescribeModelsResponseBodyModelDetailsModelDetail extends $
|
|
|
30913
31329
|
* {\\"type\\":\\"object\\",\\"properties\\":{\\"id\\":{\\"format\\":\\"int64\\",\\"maximum\\":100,\\"exclusiveMaximum\\":true,\\"type\\":\\"integer\\"},\\"name\\":{\\"maxLength\\":10,\\"type\\":\\"string\\"}}}
|
|
30914
31330
|
*/
|
|
30915
31331
|
schema?: string;
|
|
31332
|
+
/**
|
|
31333
|
+
* @remarks
|
|
31334
|
+
* The tags of the model.
|
|
31335
|
+
*/
|
|
30916
31336
|
tags?: DescribeModelsResponseBodyModelDetailsModelDetailTags;
|
|
30917
31337
|
static names(): {
|
|
30918
31338
|
[key: string]: string;
|
|
@@ -33306,21 +33726,33 @@ export declare class ModifyAppRequestTag extends $tea.Model {
|
|
|
33306
33726
|
}
|
|
33307
33727
|
export declare class ModifyInstanceAttributeRequestToConnectVpcIpBlock extends $tea.Model {
|
|
33308
33728
|
/**
|
|
33729
|
+
* @remarks
|
|
33730
|
+
* The CIDR block of the VSwitch.
|
|
33731
|
+
*
|
|
33309
33732
|
* @example
|
|
33310
33733
|
* 172.16.0.0/16
|
|
33311
33734
|
*/
|
|
33312
33735
|
cidrBlock?: string;
|
|
33313
33736
|
/**
|
|
33737
|
+
* @remarks
|
|
33738
|
+
* Specifies whether the CIDR block is a custom CIDR block.
|
|
33739
|
+
*
|
|
33314
33740
|
* @example
|
|
33315
33741
|
* false
|
|
33316
33742
|
*/
|
|
33317
33743
|
customized?: boolean;
|
|
33318
33744
|
/**
|
|
33745
|
+
* @remarks
|
|
33746
|
+
* The vSwitch ID.
|
|
33747
|
+
*
|
|
33319
33748
|
* @example
|
|
33320
33749
|
* vsw-wz94cqvaoe1ipxxxxxx
|
|
33321
33750
|
*/
|
|
33322
33751
|
vswitchId?: string;
|
|
33323
33752
|
/**
|
|
33753
|
+
* @remarks
|
|
33754
|
+
* The zone ID.
|
|
33755
|
+
*
|
|
33324
33756
|
* @example
|
|
33325
33757
|
* cn-hangzhou-a
|
|
33326
33758
|
*/
|
|
@@ -34101,7 +34533,7 @@ export default class Client extends OpenApi {
|
|
|
34101
34533
|
*/
|
|
34102
34534
|
createApp(request: CreateAppRequest): Promise<CreateAppResponse>;
|
|
34103
34535
|
/**
|
|
34104
|
-
*
|
|
34536
|
+
* Adds an AppCode to an application.
|
|
34105
34537
|
*
|
|
34106
34538
|
* @param request - CreateAppCodeRequest
|
|
34107
34539
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -34109,14 +34541,14 @@ export default class Client extends OpenApi {
|
|
|
34109
34541
|
*/
|
|
34110
34542
|
createAppCodeWithOptions(request: CreateAppCodeRequest, runtime: $Util.RuntimeOptions): Promise<CreateAppCodeResponse>;
|
|
34111
34543
|
/**
|
|
34112
|
-
*
|
|
34544
|
+
* Adds an AppCode to an application.
|
|
34113
34545
|
*
|
|
34114
34546
|
* @param request - CreateAppCodeRequest
|
|
34115
34547
|
* @returns CreateAppCodeResponse
|
|
34116
34548
|
*/
|
|
34117
34549
|
createAppCode(request: CreateAppCodeRequest): Promise<CreateAppCodeResponse>;
|
|
34118
34550
|
/**
|
|
34119
|
-
*
|
|
34551
|
+
* Adds an AppKey and AppSecret pair to an application.
|
|
34120
34552
|
*
|
|
34121
34553
|
* @param request - CreateAppKeyRequest
|
|
34122
34554
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -34124,7 +34556,7 @@ export default class Client extends OpenApi {
|
|
|
34124
34556
|
*/
|
|
34125
34557
|
createAppKeyWithOptions(request: CreateAppKeyRequest, runtime: $Util.RuntimeOptions): Promise<CreateAppKeyResponse>;
|
|
34126
34558
|
/**
|
|
34127
|
-
*
|
|
34559
|
+
* Adds an AppKey and AppSecret pair to an application.
|
|
34128
34560
|
*
|
|
34129
34561
|
* @param request - CreateAppKeyRequest
|
|
34130
34562
|
* @returns CreateAppKeyResponse
|
|
@@ -34408,7 +34840,7 @@ export default class Client extends OpenApi {
|
|
|
34408
34840
|
*/
|
|
34409
34841
|
deleteAllTrafficSpecialControl(request: DeleteAllTrafficSpecialControlRequest): Promise<DeleteAllTrafficSpecialControlResponse>;
|
|
34410
34842
|
/**
|
|
34411
|
-
* Deletes
|
|
34843
|
+
* Deletes the definition of a specified API.
|
|
34412
34844
|
*
|
|
34413
34845
|
* @remarks
|
|
34414
34846
|
* This operation is intended for API providers and cannot be undone after it is complete.
|
|
@@ -34421,7 +34853,7 @@ export default class Client extends OpenApi {
|
|
|
34421
34853
|
*/
|
|
34422
34854
|
deleteApiWithOptions(request: DeleteApiRequest, runtime: $Util.RuntimeOptions): Promise<DeleteApiResponse>;
|
|
34423
34855
|
/**
|
|
34424
|
-
* Deletes
|
|
34856
|
+
* Deletes the definition of a specified API.
|
|
34425
34857
|
*
|
|
34426
34858
|
* @remarks
|
|
34427
34859
|
* This operation is intended for API providers and cannot be undone after it is complete.
|
|
@@ -34523,7 +34955,7 @@ export default class Client extends OpenApi {
|
|
|
34523
34955
|
*/
|
|
34524
34956
|
deleteApp(request: DeleteAppRequest): Promise<DeleteAppResponse>;
|
|
34525
34957
|
/**
|
|
34526
|
-
*
|
|
34958
|
+
* Deletes the AppCode of an application.
|
|
34527
34959
|
*
|
|
34528
34960
|
* @param request - DeleteAppCodeRequest
|
|
34529
34961
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -34531,14 +34963,14 @@ export default class Client extends OpenApi {
|
|
|
34531
34963
|
*/
|
|
34532
34964
|
deleteAppCodeWithOptions(request: DeleteAppCodeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAppCodeResponse>;
|
|
34533
34965
|
/**
|
|
34534
|
-
*
|
|
34966
|
+
* Deletes the AppCode of an application.
|
|
34535
34967
|
*
|
|
34536
34968
|
* @param request - DeleteAppCodeRequest
|
|
34537
34969
|
* @returns DeleteAppCodeResponse
|
|
34538
34970
|
*/
|
|
34539
34971
|
deleteAppCode(request: DeleteAppCodeRequest): Promise<DeleteAppCodeResponse>;
|
|
34540
34972
|
/**
|
|
34541
|
-
*
|
|
34973
|
+
* Deletes the AppKey and AppSecret of an application.
|
|
34542
34974
|
*
|
|
34543
34975
|
* @param request - DeleteAppKeyRequest
|
|
34544
34976
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -34546,7 +34978,7 @@ export default class Client extends OpenApi {
|
|
|
34546
34978
|
*/
|
|
34547
34979
|
deleteAppKeyWithOptions(request: DeleteAppKeyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAppKeyResponse>;
|
|
34548
34980
|
/**
|
|
34549
|
-
*
|
|
34981
|
+
* Deletes the AppKey and AppSecret of an application.
|
|
34550
34982
|
*
|
|
34551
34983
|
* @param request - DeleteAppKeyRequest
|
|
34552
34984
|
* @returns DeleteAppKeyResponse
|
|
@@ -34613,7 +35045,7 @@ export default class Client extends OpenApi {
|
|
|
34613
35045
|
*/
|
|
34614
35046
|
deleteDatasetItem(request: DeleteDatasetItemRequest): Promise<DeleteDatasetItemResponse>;
|
|
34615
35047
|
/**
|
|
34616
|
-
* Unbinds a custom domain name from
|
|
35048
|
+
* Unbinds a custom domain name from an API group.
|
|
34617
35049
|
*
|
|
34618
35050
|
* @remarks
|
|
34619
35051
|
* This operation is intended for API providers.
|
|
@@ -34626,7 +35058,7 @@ export default class Client extends OpenApi {
|
|
|
34626
35058
|
*/
|
|
34627
35059
|
deleteDomainWithOptions(request: DeleteDomainRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainResponse>;
|
|
34628
35060
|
/**
|
|
34629
|
-
* Unbinds a custom domain name from
|
|
35061
|
+
* Unbinds a custom domain name from an API group.
|
|
34630
35062
|
*
|
|
34631
35063
|
* @remarks
|
|
34632
35064
|
* This operation is intended for API providers.
|
|
@@ -34708,7 +35140,7 @@ export default class Client extends OpenApi {
|
|
|
34708
35140
|
*/
|
|
34709
35141
|
deleteLogConfig(request: DeleteLogConfigRequest): Promise<DeleteLogConfigResponse>;
|
|
34710
35142
|
/**
|
|
34711
|
-
* Deletes a model
|
|
35143
|
+
* Deletes a model.
|
|
34712
35144
|
*
|
|
34713
35145
|
* @param request - DeleteModelRequest
|
|
34714
35146
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -34716,7 +35148,7 @@ export default class Client extends OpenApi {
|
|
|
34716
35148
|
*/
|
|
34717
35149
|
deleteModelWithOptions(request: DeleteModelRequest, runtime: $Util.RuntimeOptions): Promise<DeleteModelResponse>;
|
|
34718
35150
|
/**
|
|
34719
|
-
* Deletes a model
|
|
35151
|
+
* Deletes a model.
|
|
34720
35152
|
*
|
|
34721
35153
|
* @param request - DeleteModelRequest
|
|
34722
35154
|
* @returns DeleteModelResponse
|
|
@@ -35366,12 +35798,16 @@ export default class Client extends OpenApi {
|
|
|
35366
35798
|
*/
|
|
35367
35799
|
describeApisByTrafficControl(request: DescribeApisByTrafficControlRequest): Promise<DescribeApisByTrafficControlResponse>;
|
|
35368
35800
|
/**
|
|
35801
|
+
* Queries the APIs that are associated with a virtual private cloud (VPC) access authorization in a region.
|
|
35802
|
+
*
|
|
35369
35803
|
* @param request - DescribeApisByVpcAccessRequest
|
|
35370
35804
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
35371
35805
|
* @returns DescribeApisByVpcAccessResponse
|
|
35372
35806
|
*/
|
|
35373
35807
|
describeApisByVpcAccessWithOptions(request: DescribeApisByVpcAccessRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApisByVpcAccessResponse>;
|
|
35374
35808
|
/**
|
|
35809
|
+
* Queries the APIs that are associated with a virtual private cloud (VPC) access authorization in a region.
|
|
35810
|
+
*
|
|
35375
35811
|
* @param request - DescribeApisByVpcAccessRequest
|
|
35376
35812
|
* @returns DescribeApisByVpcAccessResponse
|
|
35377
35813
|
*/
|
|
@@ -35430,7 +35866,7 @@ export default class Client extends OpenApi {
|
|
|
35430
35866
|
*/
|
|
35431
35867
|
describeAppAttributes(request: DescribeAppAttributesRequest): Promise<DescribeAppAttributesResponse>;
|
|
35432
35868
|
/**
|
|
35433
|
-
*
|
|
35869
|
+
* Queries the key-related information of an application.
|
|
35434
35870
|
*
|
|
35435
35871
|
* @param request - DescribeAppSecuritiesRequest
|
|
35436
35872
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -35438,7 +35874,7 @@ export default class Client extends OpenApi {
|
|
|
35438
35874
|
*/
|
|
35439
35875
|
describeAppSecuritiesWithOptions(request: DescribeAppSecuritiesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAppSecuritiesResponse>;
|
|
35440
35876
|
/**
|
|
35441
|
-
*
|
|
35877
|
+
* Queries the key-related information of an application.
|
|
35442
35878
|
*
|
|
35443
35879
|
* @param request - DescribeAppSecuritiesRequest
|
|
35444
35880
|
* @returns DescribeAppSecuritiesResponse
|
|
@@ -35466,11 +35902,11 @@ export default class Client extends OpenApi {
|
|
|
35466
35902
|
*/
|
|
35467
35903
|
describeAppSecurity(request: DescribeAppSecurityRequest): Promise<DescribeAppSecurityResponse>;
|
|
35468
35904
|
/**
|
|
35469
|
-
* Queries the apps. App information is returned only to the app owner.
|
|
35905
|
+
* Queries the apps of a user. App information is returned only to the app owner.
|
|
35470
35906
|
*
|
|
35471
35907
|
* @remarks
|
|
35472
35908
|
* This API is intended for API providers.
|
|
35473
|
-
* * API providers can use the app IDs or their
|
|
35909
|
+
* * API providers can use the app IDs or their Alibaba Cloud accounts to query app information.
|
|
35474
35910
|
* * Each provider can call this operation for a maximum of 200 times every day in a region.
|
|
35475
35911
|
*
|
|
35476
35912
|
* @param request - DescribeAppsRequest
|
|
@@ -35479,11 +35915,11 @@ export default class Client extends OpenApi {
|
|
|
35479
35915
|
*/
|
|
35480
35916
|
describeAppsWithOptions(request: DescribeAppsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAppsResponse>;
|
|
35481
35917
|
/**
|
|
35482
|
-
* Queries the apps. App information is returned only to the app owner.
|
|
35918
|
+
* Queries the apps of a user. App information is returned only to the app owner.
|
|
35483
35919
|
*
|
|
35484
35920
|
* @remarks
|
|
35485
35921
|
* This API is intended for API providers.
|
|
35486
|
-
* * API providers can use the app IDs or their
|
|
35922
|
+
* * API providers can use the app IDs or their Alibaba Cloud accounts to query app information.
|
|
35487
35923
|
* * Each provider can call this operation for a maximum of 200 times every day in a region.
|
|
35488
35924
|
*
|
|
35489
35925
|
* @param request - DescribeAppsRequest
|
|
@@ -35672,10 +36108,10 @@ export default class Client extends OpenApi {
|
|
|
35672
36108
|
*/
|
|
35673
36109
|
describeDeployedApi(request: DescribeDeployedApiRequest): Promise<DescribeDeployedApiResponse>;
|
|
35674
36110
|
/**
|
|
35675
|
-
* Queries the APIs that
|
|
36111
|
+
* Queries the APIs that have been published to a specified environment.
|
|
35676
36112
|
*
|
|
35677
36113
|
* @remarks
|
|
35678
|
-
* This
|
|
36114
|
+
* This API is intended for API providers.
|
|
35679
36115
|
*
|
|
35680
36116
|
* @param request - DescribeDeployedApisRequest
|
|
35681
36117
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -35683,17 +36119,17 @@ export default class Client extends OpenApi {
|
|
|
35683
36119
|
*/
|
|
35684
36120
|
describeDeployedApisWithOptions(request: DescribeDeployedApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDeployedApisResponse>;
|
|
35685
36121
|
/**
|
|
35686
|
-
* Queries the APIs that
|
|
36122
|
+
* Queries the APIs that have been published to a specified environment.
|
|
35687
36123
|
*
|
|
35688
36124
|
* @remarks
|
|
35689
|
-
* This
|
|
36125
|
+
* This API is intended for API providers.
|
|
35690
36126
|
*
|
|
35691
36127
|
* @param request - DescribeDeployedApisRequest
|
|
35692
36128
|
* @returns DescribeDeployedApisResponse
|
|
35693
36129
|
*/
|
|
35694
36130
|
describeDeployedApis(request: DescribeDeployedApisRequest): Promise<DescribeDeployedApisResponse>;
|
|
35695
36131
|
/**
|
|
35696
|
-
* Queries
|
|
36132
|
+
* Queries details about a bound custom domain name, including the automatically assigned second-level domain name, custom domain name, and SSL certificate.
|
|
35697
36133
|
*
|
|
35698
36134
|
* @param request - DescribeDomainRequest
|
|
35699
36135
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -35701,7 +36137,7 @@ export default class Client extends OpenApi {
|
|
|
35701
36137
|
*/
|
|
35702
36138
|
describeDomainWithOptions(request: DescribeDomainRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainResponse>;
|
|
35703
36139
|
/**
|
|
35704
|
-
* Queries
|
|
36140
|
+
* Queries details about a bound custom domain name, including the automatically assigned second-level domain name, custom domain name, and SSL certificate.
|
|
35705
36141
|
*
|
|
35706
36142
|
* @param request - DescribeDomainRequest
|
|
35707
36143
|
* @returns DescribeDomainResponse
|
|
@@ -35783,7 +36219,7 @@ export default class Client extends OpenApi {
|
|
|
35783
36219
|
*/
|
|
35784
36220
|
describeImportOASTask(request: DescribeImportOASTaskRequest): Promise<DescribeImportOASTaskResponse>;
|
|
35785
36221
|
/**
|
|
35786
|
-
*
|
|
36222
|
+
* Queries the information about a dedicated instance cluster.
|
|
35787
36223
|
*
|
|
35788
36224
|
* @param request - DescribeInstanceClusterInfoRequest
|
|
35789
36225
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -35791,14 +36227,14 @@ export default class Client extends OpenApi {
|
|
|
35791
36227
|
*/
|
|
35792
36228
|
describeInstanceClusterInfoWithOptions(request: DescribeInstanceClusterInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceClusterInfoResponse>;
|
|
35793
36229
|
/**
|
|
35794
|
-
*
|
|
36230
|
+
* Queries the information about a dedicated instance cluster.
|
|
35795
36231
|
*
|
|
35796
36232
|
* @param request - DescribeInstanceClusterInfoRequest
|
|
35797
36233
|
* @returns DescribeInstanceClusterInfoResponse
|
|
35798
36234
|
*/
|
|
35799
36235
|
describeInstanceClusterInfo(request: DescribeInstanceClusterInfoRequest): Promise<DescribeInstanceClusterInfoResponse>;
|
|
35800
36236
|
/**
|
|
35801
|
-
*
|
|
36237
|
+
* Queries dedicated instance clusters.
|
|
35802
36238
|
*
|
|
35803
36239
|
* @param request - DescribeInstanceClusterListRequest
|
|
35804
36240
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -35806,7 +36242,7 @@ export default class Client extends OpenApi {
|
|
|
35806
36242
|
*/
|
|
35807
36243
|
describeInstanceClusterListWithOptions(request: DescribeInstanceClusterListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceClusterListResponse>;
|
|
35808
36244
|
/**
|
|
35809
|
-
*
|
|
36245
|
+
* Queries dedicated instance clusters.
|
|
35810
36246
|
*
|
|
35811
36247
|
* @param request - DescribeInstanceClusterListRequest
|
|
35812
36248
|
* @returns DescribeInstanceClusterListResponse
|
|
@@ -36039,7 +36475,7 @@ export default class Client extends OpenApi {
|
|
|
36039
36475
|
*/
|
|
36040
36476
|
describeMarketRemainsQuota(request: DescribeMarketRemainsQuotaRequest): Promise<DescribeMarketRemainsQuotaResponse>;
|
|
36041
36477
|
/**
|
|
36042
|
-
*
|
|
36478
|
+
* Queries the created models of an API group.
|
|
36043
36479
|
*
|
|
36044
36480
|
* @remarks
|
|
36045
36481
|
* Fuzzy queries are supported.
|
|
@@ -36050,7 +36486,7 @@ export default class Client extends OpenApi {
|
|
|
36050
36486
|
*/
|
|
36051
36487
|
describeModelsWithOptions(request: DescribeModelsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeModelsResponse>;
|
|
36052
36488
|
/**
|
|
36053
|
-
*
|
|
36489
|
+
* Queries the created models of an API group.
|
|
36054
36490
|
*
|
|
36055
36491
|
* @remarks
|
|
36056
36492
|
* Fuzzy queries are supported.
|
|
@@ -36162,7 +36598,7 @@ export default class Client extends OpenApi {
|
|
|
36162
36598
|
*/
|
|
36163
36599
|
describePurchasedApiGroup(request: DescribePurchasedApiGroupRequest): Promise<DescribePurchasedApiGroupResponse>;
|
|
36164
36600
|
/**
|
|
36165
|
-
* Queries API groups
|
|
36601
|
+
* Queries the API groups purchased from Alibaba Cloud Marketplace.
|
|
36166
36602
|
*
|
|
36167
36603
|
* @param request - DescribePurchasedApiGroupsRequest
|
|
36168
36604
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -36170,7 +36606,7 @@ export default class Client extends OpenApi {
|
|
|
36170
36606
|
*/
|
|
36171
36607
|
describePurchasedApiGroupsWithOptions(request: DescribePurchasedApiGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePurchasedApiGroupsResponse>;
|
|
36172
36608
|
/**
|
|
36173
|
-
* Queries API groups
|
|
36609
|
+
* Queries the API groups purchased from Alibaba Cloud Marketplace.
|
|
36174
36610
|
*
|
|
36175
36611
|
* @param request - DescribePurchasedApiGroupsRequest
|
|
36176
36612
|
* @returns DescribePurchasedApiGroupsResponse
|
|
@@ -36996,7 +37432,7 @@ export default class Client extends OpenApi {
|
|
|
36996
37432
|
* @remarks
|
|
36997
37433
|
* This operation is intended for API providers.
|
|
36998
37434
|
* * You must solve the problem that is mentioned in the domain name exception prompt before you can reactivate the domain name.
|
|
36999
|
-
* * 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
|
|
37435
|
+
* * 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.
|
|
37000
37436
|
* * You can call this operation to reactivate the domain name to resume normal access.
|
|
37001
37437
|
*
|
|
37002
37438
|
* @param request - ReactivateDomainRequest
|
|
@@ -37010,7 +37446,7 @@ export default class Client extends OpenApi {
|
|
|
37010
37446
|
* @remarks
|
|
37011
37447
|
* This operation is intended for API providers.
|
|
37012
37448
|
* * You must solve the problem that is mentioned in the domain name exception prompt before you can reactivate the domain name.
|
|
37013
|
-
* * 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
|
|
37449
|
+
* * 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.
|
|
37014
37450
|
* * You can call this operation to reactivate the domain name to resume normal access.
|
|
37015
37451
|
*
|
|
37016
37452
|
* @param request - ReactivateDomainRequest
|
|
@@ -37220,7 +37656,7 @@ export default class Client extends OpenApi {
|
|
|
37220
37656
|
*/
|
|
37221
37657
|
removeVpcAccessAndAbolishApis(request: RemoveVpcAccessAndAbolishApisRequest): Promise<RemoveVpcAccessAndAbolishApisResponse>;
|
|
37222
37658
|
/**
|
|
37223
|
-
* Resets the AppCode of an
|
|
37659
|
+
* Resets the AppCode of an application. You can call this operation only once per minute.
|
|
37224
37660
|
*
|
|
37225
37661
|
* @param request - ResetAppCodeRequest
|
|
37226
37662
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -37228,7 +37664,7 @@ export default class Client extends OpenApi {
|
|
|
37228
37664
|
*/
|
|
37229
37665
|
resetAppCodeWithOptions(request: ResetAppCodeRequest, runtime: $Util.RuntimeOptions): Promise<ResetAppCodeResponse>;
|
|
37230
37666
|
/**
|
|
37231
|
-
* Resets the AppCode of an
|
|
37667
|
+
* Resets the AppCode of an application. You can call this operation only once per minute.
|
|
37232
37668
|
*
|
|
37233
37669
|
* @param request - ResetAppCodeRequest
|
|
37234
37670
|
* @returns ResetAppCodeResponse
|
|
@@ -37331,8 +37767,8 @@ export default class Client extends OpenApi {
|
|
|
37331
37767
|
*
|
|
37332
37768
|
* @remarks
|
|
37333
37769
|
* This operation is intended for API providers and callers.
|
|
37334
|
-
* * API providers can authorize
|
|
37335
|
-
* * API callers can authorize their own
|
|
37770
|
+
* * API providers can authorize all applications to call their APIs.
|
|
37771
|
+
* * API callers can authorize their own applications to call the APIs that they have purchased.
|
|
37336
37772
|
*
|
|
37337
37773
|
* @param request - SetApisAuthoritiesRequest
|
|
37338
37774
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -37344,8 +37780,8 @@ export default class Client extends OpenApi {
|
|
|
37344
37780
|
*
|
|
37345
37781
|
* @remarks
|
|
37346
37782
|
* This operation is intended for API providers and callers.
|
|
37347
|
-
* * API providers can authorize
|
|
37348
|
-
* * API callers can authorize their own
|
|
37783
|
+
* * API providers can authorize all applications to call their APIs.
|
|
37784
|
+
* * API callers can authorize their own applications to call the APIs that they have purchased.
|
|
37349
37785
|
*
|
|
37350
37786
|
* @param request - SetApisAuthoritiesRequest
|
|
37351
37787
|
* @returns SetApisAuthoritiesResponse
|
|
@@ -37371,8 +37807,8 @@ export default class Client extends OpenApi {
|
|
|
37371
37807
|
*
|
|
37372
37808
|
* @remarks
|
|
37373
37809
|
* This operation is intended for API providers and callers.
|
|
37374
|
-
* * API providers can authorize
|
|
37375
|
-
* * API callers can authorize their own
|
|
37810
|
+
* * API providers can authorize all applications to call their APIs.
|
|
37811
|
+
* * API callers can authorize their own applications to call the APIs that they have purchased.
|
|
37376
37812
|
*
|
|
37377
37813
|
* @param request - SetAppsAuthoritiesRequest
|
|
37378
37814
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -37384,8 +37820,8 @@ export default class Client extends OpenApi {
|
|
|
37384
37820
|
*
|
|
37385
37821
|
* @remarks
|
|
37386
37822
|
* This operation is intended for API providers and callers.
|
|
37387
|
-
* * API providers can authorize
|
|
37388
|
-
* * API callers can authorize their own
|
|
37823
|
+
* * API providers can authorize all applications to call their APIs.
|
|
37824
|
+
* * API callers can authorize their own applications to call the APIs that they have purchased.
|
|
37389
37825
|
*
|
|
37390
37826
|
* @param request - SetAppsAuthoritiesRequest
|
|
37391
37827
|
* @returns SetAppsAuthoritiesResponse
|
|
@@ -37407,7 +37843,7 @@ export default class Client extends OpenApi {
|
|
|
37407
37843
|
*/
|
|
37408
37844
|
setDomain(request: SetDomainRequest): Promise<SetDomainResponse>;
|
|
37409
37845
|
/**
|
|
37410
|
-
* Uploads an SSL certificate for a custom domain name.
|
|
37846
|
+
* Uploads an SSL certificate for a specified custom domain name.
|
|
37411
37847
|
*
|
|
37412
37848
|
* @remarks
|
|
37413
37849
|
* This operation is intended for API providers.
|
|
@@ -37420,7 +37856,7 @@ export default class Client extends OpenApi {
|
|
|
37420
37856
|
*/
|
|
37421
37857
|
setDomainCertificateWithOptions(request: SetDomainCertificateRequest, runtime: $Util.RuntimeOptions): Promise<SetDomainCertificateResponse>;
|
|
37422
37858
|
/**
|
|
37423
|
-
* Uploads an SSL certificate for a custom domain name.
|
|
37859
|
+
* Uploads an SSL certificate for a specified custom domain name.
|
|
37424
37860
|
*
|
|
37425
37861
|
* @remarks
|
|
37426
37862
|
* This operation is intended for API providers.
|
|
@@ -37559,13 +37995,6 @@ export default class Client extends OpenApi {
|
|
|
37559
37995
|
/**
|
|
37560
37996
|
* Switches the definition of an API in a specified runtime environment to a historical version.
|
|
37561
37997
|
*
|
|
37562
|
-
* @remarks
|
|
37563
|
-
* This API is intended for API providers.
|
|
37564
|
-
* * The historical version can be obtained by calling the **DescribeHistoryApis** operation.
|
|
37565
|
-
* * Only APIs that have been published more than once have historical versions.
|
|
37566
|
-
* * 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.
|
|
37567
|
-
* * The switch operation is essentially a publish operation. A reason for this operation must be provided.
|
|
37568
|
-
*
|
|
37569
37998
|
* @param request - SwitchApiRequest
|
|
37570
37999
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
37571
38000
|
* @returns SwitchApiResponse
|
|
@@ -37574,13 +38003,6 @@ export default class Client extends OpenApi {
|
|
|
37574
38003
|
/**
|
|
37575
38004
|
* Switches the definition of an API in a specified runtime environment to a historical version.
|
|
37576
38005
|
*
|
|
37577
|
-
* @remarks
|
|
37578
|
-
* This API is intended for API providers.
|
|
37579
|
-
* * The historical version can be obtained by calling the **DescribeHistoryApis** operation.
|
|
37580
|
-
* * Only APIs that have been published more than once have historical versions.
|
|
37581
|
-
* * 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.
|
|
37582
|
-
* * The switch operation is essentially a publish operation. A reason for this operation must be provided.
|
|
37583
|
-
*
|
|
37584
38006
|
* @param request - SwitchApiRequest
|
|
37585
38007
|
* @returns SwitchApiResponse
|
|
37586
38008
|
*/
|