@alicloud/cloudapi20160714 4.4.1 → 4.5.0

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 CHANGED
@@ -344,6 +344,88 @@ export declare class AddTrafficSpecialControlResponse extends $tea.Model {
344
344
  [key: string]: any;
345
345
  });
346
346
  }
347
+ export declare class AssociateInstanceWithPrivateDNSRequest extends $tea.Model {
348
+ /**
349
+ * @remarks
350
+ * This parameter is required.
351
+ *
352
+ * @example
353
+ * apigateway-hz-ead4f4b0bac8
354
+ */
355
+ instanceId?: string;
356
+ /**
357
+ * @remarks
358
+ * This parameter is required.
359
+ */
360
+ intranetDomains?: string[];
361
+ securityToken?: string;
362
+ static names(): {
363
+ [key: string]: string;
364
+ };
365
+ static types(): {
366
+ [key: string]: any;
367
+ };
368
+ constructor(map?: {
369
+ [key: string]: any;
370
+ });
371
+ }
372
+ export declare class AssociateInstanceWithPrivateDNSShrinkRequest extends $tea.Model {
373
+ /**
374
+ * @remarks
375
+ * This parameter is required.
376
+ *
377
+ * @example
378
+ * apigateway-hz-ead4f4b0bac8
379
+ */
380
+ instanceId?: string;
381
+ /**
382
+ * @remarks
383
+ * This parameter is required.
384
+ */
385
+ intranetDomainsShrink?: string;
386
+ securityToken?: string;
387
+ static names(): {
388
+ [key: string]: string;
389
+ };
390
+ static types(): {
391
+ [key: string]: any;
392
+ };
393
+ constructor(map?: {
394
+ [key: string]: any;
395
+ });
396
+ }
397
+ export declare class AssociateInstanceWithPrivateDNSResponseBody extends $tea.Model {
398
+ /**
399
+ * @example
400
+ * 03442A3D-3B7D-434C-8A95-A5FEB999B529
401
+ */
402
+ requestId?: string;
403
+ static names(): {
404
+ [key: string]: string;
405
+ };
406
+ static types(): {
407
+ [key: string]: any;
408
+ };
409
+ constructor(map?: {
410
+ [key: string]: any;
411
+ });
412
+ }
413
+ export declare class AssociateInstanceWithPrivateDNSResponse extends $tea.Model {
414
+ headers?: {
415
+ [key: string]: string;
416
+ };
417
+ statusCode?: number;
418
+ body?: AssociateInstanceWithPrivateDNSResponseBody;
419
+ static names(): {
420
+ [key: string]: string;
421
+ };
422
+ static types(): {
423
+ [key: string]: any;
424
+ };
425
+ constructor(map?: {
426
+ [key: string]: any;
427
+ });
428
+ }
347
429
  export declare class AttachApiProductRequest extends $tea.Model {
348
430
  /**
349
431
  * @remarks
@@ -662,10 +744,10 @@ export declare class CreateAccessControlListRequest extends $tea.Model {
662
744
  aclName?: string;
663
745
  /**
664
746
  * @remarks
665
- * The IP version of the Classic Load Balancer (CLB) instance with which the ACL is associated. Valid values:
747
+ * The IP protocol version of the ACL. Valid values:
666
748
  *
667
- * * **ipv4**
668
- * * **ipv6**
749
+ * * **IPv4**
750
+ * * **IPv6**
669
751
  *
670
752
  * @example
671
753
  * ipv4
@@ -685,7 +767,7 @@ export declare class CreateAccessControlListRequest extends $tea.Model {
685
767
  export declare class CreateAccessControlListResponseBody extends $tea.Model {
686
768
  /**
687
769
  * @remarks
688
- * The ID of the access control policy.
770
+ * The ACL ID.
689
771
  *
690
772
  * @example
691
773
  * acl-bp1uqwgwmkbutnzq2r59z
@@ -1100,7 +1182,7 @@ export declare class CreateApiStageVariableRequest extends $tea.Model {
1100
1182
  stageId?: string;
1101
1183
  /**
1102
1184
  * @remarks
1103
- * Environmental routing model.
1185
+ * The routing model of the environment.
1104
1186
  *
1105
1187
  * @example
1106
1188
  * {
@@ -1314,12 +1396,17 @@ export declare class CreateAppResponse extends $tea.Model {
1314
1396
  }
1315
1397
  export declare class CreateAppCodeRequest extends $tea.Model {
1316
1398
  /**
1399
+ * @remarks
1400
+ * The application AppCode.
1401
+ *
1317
1402
  * @example
1318
1403
  * 3aaf905a0a1f4f0eabc6d891dfa08afc
1319
1404
  */
1320
1405
  appCode?: string;
1321
1406
  /**
1322
1407
  * @remarks
1408
+ * The application ID.
1409
+ *
1323
1410
  * This parameter is required.
1324
1411
  *
1325
1412
  * @example
@@ -1338,6 +1425,9 @@ export declare class CreateAppCodeRequest extends $tea.Model {
1338
1425
  }
1339
1426
  export declare class CreateAppCodeResponseBody extends $tea.Model {
1340
1427
  /**
1428
+ * @remarks
1429
+ * The request ID.
1430
+ *
1341
1431
  * @example
1342
1432
  * 418DAAE7-A0C2-5E9C-ADFF-4CD14A474F88
1343
1433
  */
@@ -1371,6 +1461,8 @@ export declare class CreateAppCodeResponse extends $tea.Model {
1371
1461
  export declare class CreateAppKeyRequest extends $tea.Model {
1372
1462
  /**
1373
1463
  * @remarks
1464
+ * The application ID.
1465
+ *
1374
1466
  * This parameter is required.
1375
1467
  *
1376
1468
  * @example
@@ -1378,11 +1470,17 @@ export declare class CreateAppKeyRequest extends $tea.Model {
1378
1470
  */
1379
1471
  appId?: string;
1380
1472
  /**
1473
+ * @remarks
1474
+ * The application AppKey.
1475
+ *
1381
1476
  * @example
1382
1477
  * 204203237
1383
1478
  */
1384
1479
  appKey?: string;
1385
1480
  /**
1481
+ * @remarks
1482
+ * The application AppSecret.
1483
+ *
1386
1484
  * @example
1387
1485
  * 6f0a4ad7918a4b41a57fc087d5b066d0
1388
1486
  */
@@ -1399,6 +1497,9 @@ export declare class CreateAppKeyRequest extends $tea.Model {
1399
1497
  }
1400
1498
  export declare class CreateAppKeyResponseBody extends $tea.Model {
1401
1499
  /**
1500
+ * @remarks
1501
+ * The request ID.
1502
+ *
1402
1503
  * @example
1403
1504
  * 5D524309-6BED-5BB4-A735-F7D9F98B7B88
1404
1505
  */
@@ -1791,10 +1892,10 @@ export declare class CreateInstanceRequest extends $tea.Model {
1791
1892
  * @remarks
1792
1893
  * The subscription duration of the instance.
1793
1894
  *
1794
- * * Valid values if PricingCycle is set to **Month**: **1** to **9**
1795
- * * Valid values if PricingCycle is set to **Year**: **1** to **3**
1895
+ * * If PricingCycle is set to **Month**, set this parameter to an integer ranges from **1** to **9**.
1896
+ * * If PricingCycle is set to **Year**, set this parameter to an integer ranges from **1** to **3**.
1796
1897
  *
1797
- * > This parameter is available and required only if the ChargeType parameter is set to **PrePaid**.
1898
+ * > This parameter is valid and required only if the ChargeType parameter is set to **PrePaid**.
1798
1899
  *
1799
1900
  * @example
1800
1901
  * 1
@@ -1865,7 +1966,7 @@ export declare class CreateInstanceRequest extends $tea.Model {
1865
1966
  * * **year**
1866
1967
  * * **month**
1867
1968
  *
1868
- * > This parameter is available and required only if the ChargeType parameter is set to PrePaid.
1969
+ * > This parameter is required if the ChargeType parameter is set to Prepaid.
1869
1970
  *
1870
1971
  * @example
1871
1972
  * Month
@@ -2555,6 +2656,96 @@ export declare class CreatePluginResponse extends $tea.Model {
2555
2656
  [key: string]: any;
2556
2657
  });
2557
2658
  }
2659
+ export declare class CreatePrivateDNSRequest extends $tea.Model {
2660
+ /**
2661
+ * @remarks
2662
+ * This parameter is required.
2663
+ *
2664
+ * @example
2665
+ * api.demo.com
2666
+ */
2667
+ intranetDomain?: string;
2668
+ records?: CreatePrivateDNSRequestRecords[];
2669
+ securityToken?: string;
2670
+ /**
2671
+ * @remarks
2672
+ * This parameter is required.
2673
+ *
2674
+ * @example
2675
+ * A
2676
+ */
2677
+ type?: string;
2678
+ static names(): {
2679
+ [key: string]: string;
2680
+ };
2681
+ static types(): {
2682
+ [key: string]: any;
2683
+ };
2684
+ constructor(map?: {
2685
+ [key: string]: any;
2686
+ });
2687
+ }
2688
+ export declare class CreatePrivateDNSShrinkRequest extends $tea.Model {
2689
+ /**
2690
+ * @remarks
2691
+ * This parameter is required.
2692
+ *
2693
+ * @example
2694
+ * api.demo.com
2695
+ */
2696
+ intranetDomain?: string;
2697
+ recordsShrink?: string;
2698
+ securityToken?: string;
2699
+ /**
2700
+ * @remarks
2701
+ * This parameter is required.
2702
+ *
2703
+ * @example
2704
+ * A
2705
+ */
2706
+ type?: string;
2707
+ static names(): {
2708
+ [key: string]: string;
2709
+ };
2710
+ static types(): {
2711
+ [key: string]: any;
2712
+ };
2713
+ constructor(map?: {
2714
+ [key: string]: any;
2715
+ });
2716
+ }
2717
+ export declare class CreatePrivateDNSResponseBody extends $tea.Model {
2718
+ /**
2719
+ * @example
2720
+ * CEF72CEB-54B6-4AE8-B225-F876FF7BZ015
2721
+ */
2722
+ requestId?: string;
2723
+ static names(): {
2724
+ [key: string]: string;
2725
+ };
2726
+ static types(): {
2727
+ [key: string]: any;
2728
+ };
2729
+ constructor(map?: {
2730
+ [key: string]: any;
2731
+ });
2732
+ }
2733
+ export declare class CreatePrivateDNSResponse extends $tea.Model {
2734
+ headers?: {
2735
+ [key: string]: string;
2736
+ };
2737
+ statusCode?: number;
2738
+ body?: CreatePrivateDNSResponseBody;
2739
+ static names(): {
2740
+ [key: string]: string;
2741
+ };
2742
+ static types(): {
2743
+ [key: string]: any;
2744
+ };
2745
+ constructor(map?: {
2746
+ [key: string]: any;
2747
+ });
2748
+ }
2558
2749
  export declare class CreateSignatureRequest extends $tea.Model {
2559
2750
  /**
2560
2751
  * @remarks
@@ -3098,7 +3289,7 @@ export declare class DeleteApiStageVariableRequest extends $tea.Model {
3098
3289
  securityToken?: string;
3099
3290
  /**
3100
3291
  * @remarks
3101
- * The ID of the runtime environment.
3292
+ * The ID of the environment.
3102
3293
  *
3103
3294
  * This parameter is required.
3104
3295
  *
@@ -3229,6 +3420,8 @@ export declare class DeleteAppResponse extends $tea.Model {
3229
3420
  export declare class DeleteAppCodeRequest extends $tea.Model {
3230
3421
  /**
3231
3422
  * @remarks
3423
+ * The application AppCode.
3424
+ *
3232
3425
  * This parameter is required.
3233
3426
  *
3234
3427
  * @example
@@ -3237,6 +3430,8 @@ export declare class DeleteAppCodeRequest extends $tea.Model {
3237
3430
  appCode?: string;
3238
3431
  /**
3239
3432
  * @remarks
3433
+ * The application ID.
3434
+ *
3240
3435
  * This parameter is required.
3241
3436
  *
3242
3437
  * @example
@@ -3255,6 +3450,9 @@ export declare class DeleteAppCodeRequest extends $tea.Model {
3255
3450
  }
3256
3451
  export declare class DeleteAppCodeResponseBody extends $tea.Model {
3257
3452
  /**
3453
+ * @remarks
3454
+ * The request ID.
3455
+ *
3258
3456
  * @example
3259
3457
  * E8515BA6-81CD-4191-A7CF-C4FCDD3C0D99
3260
3458
  */
@@ -3288,6 +3486,8 @@ export declare class DeleteAppCodeResponse extends $tea.Model {
3288
3486
  export declare class DeleteAppKeyRequest extends $tea.Model {
3289
3487
  /**
3290
3488
  * @remarks
3489
+ * The application ID.
3490
+ *
3291
3491
  * This parameter is required.
3292
3492
  *
3293
3493
  * @example
@@ -3296,6 +3496,8 @@ export declare class DeleteAppKeyRequest extends $tea.Model {
3296
3496
  appId?: string;
3297
3497
  /**
3298
3498
  * @remarks
3499
+ * The AppKey of the application. The AppKey is used for calling an API.
3500
+ *
3299
3501
  * This parameter is required.
3300
3502
  *
3301
3503
  * @example
@@ -3314,6 +3516,9 @@ export declare class DeleteAppKeyRequest extends $tea.Model {
3314
3516
  }
3315
3517
  export declare class DeleteAppKeyResponseBody extends $tea.Model {
3316
3518
  /**
3519
+ * @remarks
3520
+ * The request ID.
3521
+ *
3317
3522
  * @example
3318
3523
  * 79EF055D-AC00-5161-8F35-6A36AAED7422
3319
3524
  */
@@ -3421,14 +3626,12 @@ export declare class DeleteBackendModelRequest extends $tea.Model {
3421
3626
  securityToken?: string;
3422
3627
  /**
3423
3628
  * @remarks
3424
- * The environment to which the API is published. Valid values:
3629
+ * The name of the runtime environment. Valid values:
3425
3630
  *
3426
3631
  * * **RELEASE**
3427
3632
  * * **PRE**
3428
3633
  * * **TEST**
3429
3634
  *
3430
- * If you do not specify this parameter, APIs in the draft state are returned.
3431
- *
3432
3635
  * @example
3433
3636
  * TEST
3434
3637
  */
@@ -3640,7 +3843,7 @@ export declare class DeleteDomainRequest extends $tea.Model {
3640
3843
  export declare class DeleteDomainResponseBody extends $tea.Model {
3641
3844
  /**
3642
3845
  * @remarks
3643
- * The ID of the request.
3846
+ * The request ID.
3644
3847
  *
3645
3848
  * @example
3646
3849
  * 6EF60BEC-0242-43AF-BB20-270359FB54A7
@@ -3959,7 +4162,7 @@ export declare class DeleteModelRequest extends $tea.Model {
3959
4162
  export declare class DeleteModelResponseBody extends $tea.Model {
3960
4163
  /**
3961
4164
  * @remarks
3962
- * The ID of the request.
4165
+ * The request ID.
3963
4166
  *
3964
4167
  * @example
3965
4168
  * 4173F95B-360C-460C-9F6C-4A960B904411
@@ -4118,6 +4321,71 @@ export declare class DeletePluginResponse extends $tea.Model {
4118
4321
  [key: string]: any;
4119
4322
  });
4120
4323
  }
4324
+ export declare class DeletePrivateDNSRequest extends $tea.Model {
4325
+ /**
4326
+ * @example
4327
+ * false
4328
+ */
4329
+ force?: boolean;
4330
+ /**
4331
+ * @remarks
4332
+ * This parameter is required.
4333
+ *
4334
+ * @example
4335
+ * api.demo.com
4336
+ */
4337
+ intranetDomain?: string;
4338
+ securityToken?: string;
4339
+ /**
4340
+ * @remarks
4341
+ * This parameter is required.
4342
+ *
4343
+ * @example
4344
+ * A
4345
+ */
4346
+ type?: string;
4347
+ static names(): {
4348
+ [key: string]: string;
4349
+ };
4350
+ static types(): {
4351
+ [key: string]: any;
4352
+ };
4353
+ constructor(map?: {
4354
+ [key: string]: any;
4355
+ });
4356
+ }
4357
+ export declare class DeletePrivateDNSResponseBody extends $tea.Model {
4358
+ /**
4359
+ * @example
4360
+ * EF924FE4-2EDD-4CD3-89EC-34E4708574E7
4361
+ */
4362
+ requestId?: string;
4363
+ static names(): {
4364
+ [key: string]: string;
4365
+ };
4366
+ static types(): {
4367
+ [key: string]: any;
4368
+ };
4369
+ constructor(map?: {
4370
+ [key: string]: any;
4371
+ });
4372
+ }
4373
+ export declare class DeletePrivateDNSResponse extends $tea.Model {
4374
+ headers?: {
4375
+ [key: string]: string;
4376
+ };
4377
+ statusCode?: number;
4378
+ body?: DeletePrivateDNSResponseBody;
4379
+ static names(): {
4380
+ [key: string]: string;
4381
+ };
4382
+ static types(): {
4383
+ [key: string]: any;
4384
+ };
4385
+ constructor(map?: {
4386
+ [key: string]: any;
4387
+ });
4388
+ }
4121
4389
  export declare class DeleteSignatureRequest extends $tea.Model {
4122
4390
  /**
4123
4391
  * @remarks
@@ -4521,7 +4789,7 @@ export declare class DescribeAccessControlListAttributeResponseBody extends $tea
4521
4789
  aclName?: string;
4522
4790
  /**
4523
4791
  * @remarks
4524
- * The IP version. Valid values: **ipv4** and **ipv6**.
4792
+ * The IP protocol version. Valid values: **ipv4** and **ipv6**.
4525
4793
  *
4526
4794
  * @example
4527
4795
  * ipv4
@@ -5031,12 +5299,12 @@ export declare class DescribeApiDocRequest extends $tea.Model {
5031
5299
  securityToken?: string;
5032
5300
  /**
5033
5301
  * @remarks
5034
- * The environment to which the API is published. Valid values:
5302
+ * The environment name. Valid values:
5035
5303
  *
5036
5304
  * * **RELEASE**
5037
5305
  * * **TEST**
5038
5306
  *
5039
- * If this parameter is not specified, the default value is used, which is RELEASE.
5307
+ * If this parameter is not specified, the default value RELEASE is used.
5040
5308
  *
5041
5309
  * @example
5042
5310
  * RELEASE
@@ -5150,7 +5418,7 @@ export declare class DescribeApiDocResponseBody extends $tea.Model {
5150
5418
  regionId?: string;
5151
5419
  /**
5152
5420
  * @remarks
5153
- * The returned API frontend definition information. It is an array consisting of RequestConfig data.
5421
+ * The returned API frontend definition. It is an array consisting of RequestConfig data.
5154
5422
  */
5155
5423
  requestConfig?: DescribeApiDocResponseBodyRequestConfig;
5156
5424
  /**
@@ -6119,7 +6387,7 @@ export declare class DescribeApiHistoryResponseBody extends $tea.Model {
6119
6387
  regionId?: string;
6120
6388
  /**
6121
6389
  * @remarks
6122
- * Configuration items of API requests sent by the consumer to API Gateway.
6390
+ * The configuration items of API requests sent by the consumer to API Gateway.
6123
6391
  *
6124
6392
  * For more information, see [RequestConfig](https://help.aliyun.com/document_detail/43985.html).
6125
6393
  */
@@ -7967,17 +8235,26 @@ export declare class DescribeApisByTrafficControlResponse extends $tea.Model {
7967
8235
  }
7968
8236
  export declare class DescribeApisByVpcAccessRequest extends $tea.Model {
7969
8237
  /**
8238
+ * @remarks
8239
+ * The page number. Pages start from page 1. Default value: 1.
8240
+ *
7970
8241
  * @example
7971
8242
  * 2
7972
8243
  */
7973
8244
  pageNumber?: number;
7974
8245
  /**
8246
+ * @remarks
8247
+ * The number of entries per page. Valid values: 1 to 100. Default value: 10.
8248
+ *
7975
8249
  * @example
7976
8250
  * 10
7977
8251
  */
7978
8252
  pageSize?: number;
7979
8253
  securityToken?: string;
7980
8254
  /**
8255
+ * @remarks
8256
+ * The name of the VPC access authorization.
8257
+ *
7981
8258
  * @example
7982
8259
  * lynkco-iov-uat
7983
8260
  */
@@ -7993,23 +8270,39 @@ export declare class DescribeApisByVpcAccessRequest extends $tea.Model {
7993
8270
  });
7994
8271
  }
7995
8272
  export declare class DescribeApisByVpcAccessResponseBody extends $tea.Model {
8273
+ /**
8274
+ * @remarks
8275
+ * The returned API information. It is an array consisting of ApiInfo data.
8276
+ */
7996
8277
  apiVpcAccessInfos?: DescribeApisByVpcAccessResponseBodyApiVpcAccessInfos;
7997
8278
  /**
8279
+ * @remarks
8280
+ * The page number. Pages start from page 1. Default value: 1.
8281
+ *
7998
8282
  * @example
7999
8283
  * 1
8000
8284
  */
8001
8285
  pageNumber?: number;
8002
8286
  /**
8287
+ * @remarks
8288
+ * The number of entries per page. Valid values: 1 to 100. Default value: 10.
8289
+ *
8003
8290
  * @example
8004
8291
  * 10
8005
8292
  */
8006
8293
  pageSize?: number;
8007
8294
  /**
8295
+ * @remarks
8296
+ * The request ID.
8297
+ *
8008
8298
  * @example
8009
8299
  * 4E707B25-5119-5ACF-9D26-7D2A2762F05C
8010
8300
  */
8011
8301
  requestId?: string;
8012
8302
  /**
8303
+ * @remarks
8304
+ * The total number of entries returned.
8305
+ *
8013
8306
  * @example
8014
8307
  * 12
8015
8308
  */
@@ -8237,7 +8530,7 @@ export declare class DescribeAppResponseBody extends $tea.Model {
8237
8530
  description?: string;
8238
8531
  /**
8239
8532
  * @remarks
8240
- * The extended information.
8533
+ * 扩展信息
8241
8534
  *
8242
8535
  * @example
8243
8536
  * 110243810311
@@ -8328,7 +8621,7 @@ export declare class DescribeAppAttributesRequest extends $tea.Model {
8328
8621
  enableTagAuth?: boolean;
8329
8622
  /**
8330
8623
  * @remarks
8331
- * The extended information.
8624
+ * 扩展信息
8332
8625
  *
8333
8626
  * @example
8334
8627
  * 110243810311
@@ -8383,7 +8676,7 @@ export declare class DescribeAppAttributesRequest extends $tea.Model {
8383
8676
  export declare class DescribeAppAttributesResponseBody extends $tea.Model {
8384
8677
  /**
8385
8678
  * @remarks
8386
- * The returned application information. It is an array that consists of AppAttribute data.
8679
+ * The returned app information. It is an array that consists of AppAttribute data.
8387
8680
  */
8388
8681
  apps?: DescribeAppAttributesResponseBodyApps;
8389
8682
  /**
@@ -8447,6 +8740,8 @@ export declare class DescribeAppAttributesResponse extends $tea.Model {
8447
8740
  export declare class DescribeAppSecuritiesRequest extends $tea.Model {
8448
8741
  /**
8449
8742
  * @remarks
8743
+ * The application ID.
8744
+ *
8450
8745
  * This parameter is required.
8451
8746
  *
8452
8747
  * @example
@@ -8465,8 +8760,15 @@ export declare class DescribeAppSecuritiesRequest extends $tea.Model {
8465
8760
  });
8466
8761
  }
8467
8762
  export declare class DescribeAppSecuritiesResponseBody extends $tea.Model {
8763
+ /**
8764
+ * @remarks
8765
+ * The associated security policy information.
8766
+ */
8468
8767
  appSecuritys?: DescribeAppSecuritiesResponseBodyAppSecuritys;
8469
8768
  /**
8769
+ * @remarks
8770
+ * The request ID.
8771
+ *
8470
8772
  * @example
8471
8773
  * EF924FE4-2EDD-4CD3-89EC-34E4708574E7
8472
8774
  */
@@ -9007,7 +9309,7 @@ export declare class DescribeAuthorizedAppsRequest extends $tea.Model {
9007
9309
  export declare class DescribeAuthorizedAppsResponseBody extends $tea.Model {
9008
9310
  /**
9009
9311
  * @remarks
9010
- * The returned group set.
9312
+ * The authorized applications.
9011
9313
  */
9012
9314
  authorizedApps?: DescribeAuthorizedAppsResponseBodyAuthorizedApps;
9013
9315
  /**
@@ -9515,7 +9817,7 @@ export declare class DescribeDatasetListRequest extends $tea.Model {
9515
9817
  securityToken?: string;
9516
9818
  /**
9517
9819
  * @remarks
9518
- * The tag of objects that match the rule. You can specify multiple tags.
9820
+ * 指定规则所适用的对象标签,可设置多个
9519
9821
  */
9520
9822
  tag?: DescribeDatasetListRequestTag[];
9521
9823
  static names(): {
@@ -9966,9 +10268,6 @@ export declare class DescribeDeployedApisRequest extends $tea.Model {
9966
10268
  */
9967
10269
  apiId?: string;
9968
10270
  /**
9969
- * @remarks
9970
- * The HTTP method of the API request.
9971
- *
9972
10271
  * @example
9973
10272
  * POST
9974
10273
  */
@@ -9982,9 +10281,6 @@ export declare class DescribeDeployedApisRequest extends $tea.Model {
9982
10281
  */
9983
10282
  apiName?: string;
9984
10283
  /**
9985
- * @remarks
9986
- * The request path of the API.
9987
- *
9988
10284
  * @example
9989
10285
  * /st4
9990
10286
  */
@@ -10035,7 +10331,7 @@ export declare class DescribeDeployedApisRequest extends $tea.Model {
10035
10331
  stageName?: string;
10036
10332
  /**
10037
10333
  * @remarks
10038
- * The list of tags.
10334
+ * The tags.
10039
10335
  */
10040
10336
  tag?: DescribeDeployedApisRequestTag[];
10041
10337
  static names(): {
@@ -10125,7 +10421,7 @@ export declare class DescribeDomainRequest extends $tea.Model {
10125
10421
  domainName?: string;
10126
10422
  /**
10127
10423
  * @remarks
10128
- * The ID of the API group. An API group ID is generated by the system and is globally unique.
10424
+ * The ID of the API group. This ID is generated by the system and globally unique.
10129
10425
  *
10130
10426
  * This parameter is required.
10131
10427
  *
@@ -10147,7 +10443,7 @@ export declare class DescribeDomainRequest extends $tea.Model {
10147
10443
  export declare class DescribeDomainResponseBody extends $tea.Model {
10148
10444
  /**
10149
10445
  * @remarks
10150
- * The certificate content.
10446
+ * The content of the certificate.
10151
10447
  *
10152
10448
  * @example
10153
10449
  * xxx
@@ -10163,7 +10459,7 @@ export declare class DescribeDomainResponseBody extends $tea.Model {
10163
10459
  certificateId?: string;
10164
10460
  /**
10165
10461
  * @remarks
10166
- * The SSL certificate name.
10462
+ * The name of the SSL certificate.
10167
10463
  *
10168
10464
  * @example
10169
10465
  * myCertificate
@@ -10179,7 +10475,7 @@ export declare class DescribeDomainResponseBody extends $tea.Model {
10179
10475
  certificatePrivateKey?: string;
10180
10476
  /**
10181
10477
  * @remarks
10182
- * The time when the certificate expires. The value is a timestamp. Unit: milliseconds.
10478
+ * 证书失效时间戳(毫秒)
10183
10479
  *
10184
10480
  * @example
10185
10481
  * 1704038400000
@@ -10187,7 +10483,7 @@ export declare class DescribeDomainResponseBody extends $tea.Model {
10187
10483
  certificateValidEnd?: number;
10188
10484
  /**
10189
10485
  * @remarks
10190
- * The time when the certificate takes effect. The value is a timestamp. Unit: milliseconds.
10486
+ * 证书生效时间戳(毫秒)
10191
10487
  *
10192
10488
  * @example
10193
10489
  * 1672502400000
@@ -10197,8 +10493,8 @@ export declare class DescribeDomainResponseBody extends $tea.Model {
10197
10493
  * @remarks
10198
10494
  * The binding status of the custom domain name. Valid values:
10199
10495
  *
10200
- * * BINDING: The domain name is bound to the API group.
10201
- * * BOUND: The domain name is not bound to the API group.
10496
+ * * BINDING: The domain name has been bound.
10497
+ * * BOUND: The domain name has not been bound.
10202
10498
  *
10203
10499
  * @example
10204
10500
  * BINDING
@@ -10220,7 +10516,7 @@ export declare class DescribeDomainResponseBody extends $tea.Model {
10220
10516
  * The validity status of the domain name. Valid values:
10221
10517
  *
10222
10518
  * * NORMAL
10223
- * * ABNORMAL: This status affects API calls and must be rectified as soon as possible.
10519
+ * * ABNORMAL: This status affects API calls and must be resolved as soon as possible.
10224
10520
  *
10225
10521
  * @example
10226
10522
  * NORMAL
@@ -10239,7 +10535,7 @@ export declare class DescribeDomainResponseBody extends $tea.Model {
10239
10535
  * Remarks about the domain name, such as the cause of an exception.
10240
10536
  *
10241
10537
  * @example
10242
- * The status of the domain name that uses WebSocket.
10538
+ * The domain name does not have an ICP filing.
10243
10539
  */
10244
10540
  domainRemark?: string;
10245
10541
  /**
@@ -10260,7 +10556,7 @@ export declare class DescribeDomainResponseBody extends $tea.Model {
10260
10556
  groupId?: string;
10261
10557
  /**
10262
10558
  * @remarks
10263
- * The request ID.
10559
+ * The ID of the request.
10264
10560
  *
10265
10561
  * @example
10266
10562
  * 6EF60BEC-0242-43AF-BB20-270359FB54A7
@@ -10656,7 +10952,7 @@ export declare class DescribeHistoryApisRequest extends $tea.Model {
10656
10952
  export declare class DescribeHistoryApisResponseBody extends $tea.Model {
10657
10953
  /**
10658
10954
  * @remarks
10659
- * The returned API information. It is an array consisting of ApiHisItem data.
10955
+ * The returned API information. It is an array consisting of ApiHisItems.
10660
10956
  */
10661
10957
  apiHisItems?: DescribeHistoryApisResponseBodyApiHisItems;
10662
10958
  /**
@@ -10809,6 +11105,9 @@ export declare class DescribeImportOASTaskResponse extends $tea.Model {
10809
11105
  }
10810
11106
  export declare class DescribeInstanceClusterInfoRequest extends $tea.Model {
10811
11107
  /**
11108
+ * @remarks
11109
+ * The name of the dedicated instance cluster.
11110
+ *
10812
11111
  * @example
10813
11112
  * testvpc
10814
11113
  */
@@ -10826,53 +11125,91 @@ export declare class DescribeInstanceClusterInfoRequest extends $tea.Model {
10826
11125
  }
10827
11126
  export declare class DescribeInstanceClusterInfoResponseBody extends $tea.Model {
10828
11127
  /**
11128
+ * @remarks
11129
+ * The time when the cluster was created.
11130
+ *
10829
11131
  * @example
10830
11132
  * 2022-10-10T18:29:27
10831
11133
  */
10832
11134
  createdTime?: string;
10833
11135
  /**
11136
+ * @remarks
11137
+ * The cluster description, which can be up to 200 characters in length.
11138
+ *
10834
11139
  * @example
10835
11140
  * v0.0.4
10836
11141
  */
10837
11142
  description?: string;
11143
+ /**
11144
+ * @remarks
11145
+ * The cluster details.
11146
+ */
10838
11147
  instanceClusterAttribute?: DescribeInstanceClusterInfoResponseBodyInstanceClusterAttribute;
10839
11148
  /**
11149
+ * @remarks
11150
+ * The cluster ID.
11151
+ *
10840
11152
  * @example
10841
11153
  * apigateway-ht-04e41d95e9c1
10842
11154
  */
10843
11155
  instanceClusterId?: string;
10844
11156
  /**
11157
+ * @remarks
11158
+ * The cluster name.
11159
+ *
10845
11160
  * @example
10846
11161
  * test
10847
11162
  */
10848
11163
  instanceClusterName?: string;
10849
11164
  /**
11165
+ * @remarks
11166
+ * The cluster status.
11167
+ *
10850
11168
  * @example
10851
11169
  * RUNNING
10852
11170
  */
10853
11171
  instanceClusterStatus?: string;
10854
11172
  /**
11173
+ * @remarks
11174
+ * The cluster type.
11175
+ *
10855
11176
  * @example
10856
11177
  * normal
10857
11178
  */
10858
11179
  instanceClusterType?: string;
10859
11180
  /**
11181
+ * @remarks
11182
+ * The cluster version.
11183
+ *
10860
11184
  * @example
10861
11185
  * 3.5.3.856
10862
11186
  */
10863
11187
  instanceClusterVersion?: string;
11188
+ /**
11189
+ * @remarks
11190
+ * The dedicated instances contained in the cluster.
11191
+ */
10864
11192
  instanceList?: DescribeInstanceClusterInfoResponseBodyInstanceList;
10865
11193
  /**
11194
+ * @remarks
11195
+ * The time when the cluster was last modified.
11196
+ *
10866
11197
  * @example
10867
11198
  * 2023-06-19 10:40:29 +0800
10868
11199
  */
10869
11200
  modifiedTime?: string;
10870
11201
  /**
11202
+ * @remarks
11203
+ * The region ID of the cluster.
11204
+ *
10871
11205
  * @example
10872
11206
  * cn-hangzhou
10873
11207
  */
10874
11208
  regionId?: string;
10875
11209
  /**
11210
+ * @remarks
11211
+ * The request ID.
11212
+ *
10876
11213
  * @example
10877
11214
  * CEF72CEB-54B6-4AE8-B225-F876FF7BZ015
10878
11215
  */
@@ -10904,14 +11241,34 @@ export declare class DescribeInstanceClusterInfoResponse extends $tea.Model {
10904
11241
  });
10905
11242
  }
10906
11243
  export declare class DescribeInstanceClusterListRequest extends $tea.Model {
11244
+ /**
11245
+ * @remarks
11246
+ * The cluster ID.
11247
+ *
11248
+ * @example
11249
+ * apigateway-cluster-hz-xxxxxxxxxxxx
11250
+ */
10907
11251
  instanceClusterId?: string;
11252
+ /**
11253
+ * @remarks
11254
+ * The cluster name.
11255
+ *
11256
+ * @example
11257
+ * test-cluster
11258
+ */
10908
11259
  instanceClusterName?: string;
10909
11260
  /**
11261
+ * @remarks
11262
+ * The page number of the page to return.
11263
+ *
10910
11264
  * @example
10911
11265
  * 1
10912
11266
  */
10913
11267
  pageNumber?: number;
10914
11268
  /**
11269
+ * @remarks
11270
+ * The number of entries per page.
11271
+ *
10915
11272
  * @example
10916
11273
  * 10
10917
11274
  */
@@ -10930,21 +11287,33 @@ export declare class DescribeInstanceClusterListRequest extends $tea.Model {
10930
11287
  export declare class DescribeInstanceClusterListResponseBody extends $tea.Model {
10931
11288
  instanceClusters?: DescribeInstanceClusterListResponseBodyInstanceClusters;
10932
11289
  /**
11290
+ * @remarks
11291
+ * The page number of the returned page.
11292
+ *
10933
11293
  * @example
10934
11294
  * 1
10935
11295
  */
10936
11296
  pageNumber?: number;
10937
11297
  /**
11298
+ * @remarks
11299
+ * The number of entries per page.
11300
+ *
10938
11301
  * @example
10939
11302
  * 10
10940
11303
  */
10941
11304
  pageSize?: number;
10942
11305
  /**
11306
+ * @remarks
11307
+ * The request ID.
11308
+ *
10943
11309
  * @example
10944
11310
  * CEF72CEB-54B6-4AE8-B225-F876FF7BZ015
10945
11311
  */
10946
11312
  requestId?: string;
10947
11313
  /**
11314
+ * @remarks
11315
+ * The total number of entries returned.
11316
+ *
10948
11317
  * @example
10949
11318
  * 2
10950
11319
  */
@@ -12333,6 +12702,10 @@ export declare class DescribeModelsRequest extends $tea.Model {
12333
12702
  * 10
12334
12703
  */
12335
12704
  pageSize?: number;
12705
+ /**
12706
+ * @remarks
12707
+ * The tag of objects that match the rule. You can specify multiple tags.
12708
+ */
12336
12709
  tag?: DescribeModelsRequestTag[];
12337
12710
  static names(): {
12338
12711
  [key: string]: string;
@@ -12352,7 +12725,7 @@ export declare class DescribeModelsResponseBody extends $tea.Model {
12352
12725
  modelDetails?: DescribeModelsResponseBodyModelDetails;
12353
12726
  /**
12354
12727
  * @remarks
12355
- * The page number of the returned page.
12728
+ * The page number of the page to return.
12356
12729
  *
12357
12730
  * @example
12358
12731
  * 1
@@ -12360,7 +12733,7 @@ export declare class DescribeModelsResponseBody extends $tea.Model {
12360
12733
  pageNumber?: number;
12361
12734
  /**
12362
12735
  * @remarks
12363
- * The number of entries returned per page.
12736
+ * The number of entries per page.
12364
12737
  *
12365
12738
  * @example
12366
12739
  * 10
@@ -12368,7 +12741,7 @@ export declare class DescribeModelsResponseBody extends $tea.Model {
12368
12741
  pageSize?: number;
12369
12742
  /**
12370
12743
  * @remarks
12371
- * The ID of the request.
12744
+ * The request ID.
12372
12745
  *
12373
12746
  * @example
12374
12747
  * 40306469-2FB5-417A-B723-AF1F4A4FA204
@@ -14435,6 +14808,88 @@ export declare class DisableInstanceAccessControlResponse extends $tea.Model {
14435
14808
  [key: string]: any;
14436
14809
  });
14437
14810
  }
14811
+ export declare class DissociateInstanceWithPrivateDNSRequest extends $tea.Model {
14812
+ /**
14813
+ * @remarks
14814
+ * This parameter is required.
14815
+ *
14816
+ * @example
14817
+ * apigateway-hz-ead4f4b0bac8
14818
+ */
14819
+ instanceId?: string;
14820
+ /**
14821
+ * @remarks
14822
+ * This parameter is required.
14823
+ */
14824
+ intranetDomains?: string[];
14825
+ securityToken?: string;
14826
+ static names(): {
14827
+ [key: string]: string;
14828
+ };
14829
+ static types(): {
14830
+ [key: string]: any;
14831
+ };
14832
+ constructor(map?: {
14833
+ [key: string]: any;
14834
+ });
14835
+ }
14836
+ export declare class DissociateInstanceWithPrivateDNSShrinkRequest extends $tea.Model {
14837
+ /**
14838
+ * @remarks
14839
+ * This parameter is required.
14840
+ *
14841
+ * @example
14842
+ * apigateway-hz-ead4f4b0bac8
14843
+ */
14844
+ instanceId?: string;
14845
+ /**
14846
+ * @remarks
14847
+ * This parameter is required.
14848
+ */
14849
+ intranetDomainsShrink?: string;
14850
+ securityToken?: string;
14851
+ static names(): {
14852
+ [key: string]: string;
14853
+ };
14854
+ static types(): {
14855
+ [key: string]: any;
14856
+ };
14857
+ constructor(map?: {
14858
+ [key: string]: any;
14859
+ });
14860
+ }
14861
+ export declare class DissociateInstanceWithPrivateDNSResponseBody extends $tea.Model {
14862
+ /**
14863
+ * @example
14864
+ * 6C87A26A-6A18-4B8E-8099-705278381A2C
14865
+ */
14866
+ requestId?: string;
14867
+ static names(): {
14868
+ [key: string]: string;
14869
+ };
14870
+ static types(): {
14871
+ [key: string]: any;
14872
+ };
14873
+ constructor(map?: {
14874
+ [key: string]: any;
14875
+ });
14876
+ }
14877
+ export declare class DissociateInstanceWithPrivateDNSResponse extends $tea.Model {
14878
+ headers?: {
14879
+ [key: string]: string;
14880
+ };
14881
+ statusCode?: number;
14882
+ body?: DissociateInstanceWithPrivateDNSResponseBody;
14883
+ static names(): {
14884
+ [key: string]: string;
14885
+ };
14886
+ static types(): {
14887
+ [key: string]: any;
14888
+ };
14889
+ constructor(map?: {
14890
+ [key: string]: any;
14891
+ });
14892
+ }
14438
14893
  export declare class DryRunSwaggerRequest extends $tea.Model {
14439
14894
  /**
14440
14895
  * @remarks
@@ -14700,34 +15155,66 @@ export declare class EnableInstanceAccessControlResponse extends $tea.Model {
14700
15155
  });
14701
15156
  }
14702
15157
  export declare class ExportOASRequest extends $tea.Model {
15158
+ /**
15159
+ * @remarks
15160
+ * The APIs that you want to export.
15161
+ */
14703
15162
  apiIdList?: string[];
14704
15163
  /**
15164
+ * @remarks
15165
+ * The exported format:
15166
+ *
15167
+ * * json
15168
+ * * yaml
15169
+ *
14705
15170
  * @example
14706
15171
  * yaml
14707
15172
  */
14708
15173
  dataFormat?: string;
14709
15174
  /**
15175
+ * @remarks
15176
+ * The API group ID.
15177
+ *
14710
15178
  * @example
14711
15179
  * 42925e7f5209438186d5560239af5xxx
14712
15180
  */
14713
15181
  groupId?: string;
14714
15182
  /**
15183
+ * @remarks
15184
+ * The OAS version. Valid values:
15185
+ *
15186
+ * * **oas2**
15187
+ * * **oas3**
15188
+ *
14715
15189
  * @example
14716
15190
  * oas2
14717
15191
  */
14718
15192
  oasVersion?: string;
14719
15193
  /**
15194
+ * @remarks
15195
+ * The number of pages in which you want to export the APIs.
15196
+ *
14720
15197
  * @example
14721
15198
  * 1
14722
15199
  */
14723
15200
  pageNumber?: number;
14724
15201
  securityToken?: string;
14725
15202
  /**
15203
+ * @remarks
15204
+ * The environment to which the API is published. Valid values:
15205
+ *
15206
+ * * **RELEASE**: the production environment
15207
+ * * **PRE**: the pre-release environment
15208
+ * * **TEST**: the test environment
15209
+ *
14726
15210
  * @example
14727
15211
  * RELEASE
14728
15212
  */
14729
15213
  stageName?: string;
14730
15214
  /**
15215
+ * @remarks
15216
+ * Specifies whether to export API Gateway extensions at the same time.
15217
+ *
14731
15218
  * @example
14732
15219
  * true
14733
15220
  */
@@ -14743,34 +15230,66 @@ export declare class ExportOASRequest extends $tea.Model {
14743
15230
  });
14744
15231
  }
14745
15232
  export declare class ExportOASShrinkRequest extends $tea.Model {
15233
+ /**
15234
+ * @remarks
15235
+ * The APIs that you want to export.
15236
+ */
14746
15237
  apiIdListShrink?: string;
14747
15238
  /**
15239
+ * @remarks
15240
+ * The exported format:
15241
+ *
15242
+ * * json
15243
+ * * yaml
15244
+ *
14748
15245
  * @example
14749
15246
  * yaml
14750
15247
  */
14751
15248
  dataFormat?: string;
14752
15249
  /**
15250
+ * @remarks
15251
+ * The API group ID.
15252
+ *
14753
15253
  * @example
14754
15254
  * 42925e7f5209438186d5560239af5xxx
14755
15255
  */
14756
15256
  groupId?: string;
14757
15257
  /**
15258
+ * @remarks
15259
+ * The OAS version. Valid values:
15260
+ *
15261
+ * * **oas2**
15262
+ * * **oas3**
15263
+ *
14758
15264
  * @example
14759
15265
  * oas2
14760
15266
  */
14761
15267
  oasVersion?: string;
14762
15268
  /**
15269
+ * @remarks
15270
+ * The number of pages in which you want to export the APIs.
15271
+ *
14763
15272
  * @example
14764
15273
  * 1
14765
15274
  */
14766
15275
  pageNumber?: number;
14767
15276
  securityToken?: string;
14768
15277
  /**
15278
+ * @remarks
15279
+ * The environment to which the API is published. Valid values:
15280
+ *
15281
+ * * **RELEASE**: the production environment
15282
+ * * **PRE**: the pre-release environment
15283
+ * * **TEST**: the test environment
15284
+ *
14769
15285
  * @example
14770
15286
  * RELEASE
14771
15287
  */
14772
15288
  stageName?: string;
14773
15289
  /**
15290
+ * @remarks
15291
+ * Specifies whether to export API Gateway extensions at the same time.
15292
+ *
14774
15293
  * @example
14775
15294
  * true
14776
15295
  */
@@ -14787,11 +15306,17 @@ export declare class ExportOASShrinkRequest extends $tea.Model {
14787
15306
  }
14788
15307
  export declare class ExportOASResponseBody extends $tea.Model {
14789
15308
  /**
15309
+ * @remarks
15310
+ * The Base64-encoded data of the exported Swagger file. You can obtain the file by using Base64 decoding.
15311
+ *
14790
15312
  * @example
14791
15313
  * UEsDBBQACAAIAABc8FgAAAAAAAAAAAAAAAA...
14792
15314
  */
14793
15315
  data?: string;
14794
15316
  /**
15317
+ * @remarks
15318
+ * The request ID.
15319
+ *
14795
15320
  * @example
14796
15321
  * CEF72CEB-54B6-4AE8-B225-F876xxxxxxxx
14797
15322
  */
@@ -15281,6 +15806,76 @@ export declare class ImportSwaggerResponse extends $tea.Model {
15281
15806
  [key: string]: any;
15282
15807
  });
15283
15808
  }
15809
+ export declare class ListPrivateDNSRequest extends $tea.Model {
15810
+ /**
15811
+ * @example
15812
+ * api.demo.com
15813
+ */
15814
+ intranetDomain?: string;
15815
+ securityToken?: string;
15816
+ /**
15817
+ * @example
15818
+ * A
15819
+ */
15820
+ type?: string;
15821
+ static names(): {
15822
+ [key: string]: string;
15823
+ };
15824
+ static types(): {
15825
+ [key: string]: any;
15826
+ };
15827
+ constructor(map?: {
15828
+ [key: string]: any;
15829
+ });
15830
+ }
15831
+ export declare class ListPrivateDNSResponseBody extends $tea.Model {
15832
+ /**
15833
+ * @example
15834
+ * 1
15835
+ */
15836
+ pageNumber?: number;
15837
+ /**
15838
+ * @example
15839
+ * 10
15840
+ */
15841
+ pageSize?: number;
15842
+ privateDNSList?: ListPrivateDNSResponseBodyPrivateDNSList[];
15843
+ /**
15844
+ * @example
15845
+ * CEF72CEB-54B6-4AE8-B225-F876FF7BZ016
15846
+ */
15847
+ requestId?: string;
15848
+ /**
15849
+ * @example
15850
+ * 2
15851
+ */
15852
+ totalCount?: number;
15853
+ static names(): {
15854
+ [key: string]: string;
15855
+ };
15856
+ static types(): {
15857
+ [key: string]: any;
15858
+ };
15859
+ constructor(map?: {
15860
+ [key: string]: any;
15861
+ });
15862
+ }
15863
+ export declare class ListPrivateDNSResponse extends $tea.Model {
15864
+ headers?: {
15865
+ [key: string]: string;
15866
+ };
15867
+ statusCode?: number;
15868
+ body?: ListPrivateDNSResponseBody;
15869
+ static names(): {
15870
+ [key: string]: string;
15871
+ };
15872
+ static types(): {
15873
+ [key: string]: any;
15874
+ };
15875
+ constructor(map?: {
15876
+ [key: string]: any;
15877
+ });
15878
+ }
15284
15879
  export declare class ListTagResourcesRequest extends $tea.Model {
15285
15880
  /**
15286
15881
  * @remarks
@@ -16037,6 +16632,7 @@ export declare class ModifyApiGroupRequest extends $tea.Model {
16037
16632
  * New weather informations.
16038
16633
  */
16039
16634
  description?: string;
16635
+ filterAppCodeForBackend?: string;
16040
16636
  /**
16041
16637
  * @remarks
16042
16638
  * The ID of the API group. This ID is generated by the system and globally unique.
@@ -16853,6 +17449,10 @@ export declare class ModifyInstanceAttributeRequest extends $tea.Model {
16853
17449
  * 18:00Z
16854
17450
  */
16855
17451
  maintainStartTime?: string;
17452
+ /**
17453
+ * @remarks
17454
+ * The information about the CIDR block that API Gateway can use to access the virtual private cloud (VPC) of the backend service.
17455
+ */
16856
17456
  toConnectVpcIpBlock?: ModifyInstanceAttributeRequestToConnectVpcIpBlock;
16857
17457
  /**
16858
17458
  * @example
@@ -16923,6 +17523,10 @@ export declare class ModifyInstanceAttributeShrinkRequest extends $tea.Model {
16923
17523
  * 18:00Z
16924
17524
  */
16925
17525
  maintainStartTime?: string;
17526
+ /**
17527
+ * @remarks
17528
+ * The information about the CIDR block that API Gateway can use to access the virtual private cloud (VPC) of the backend service.
17529
+ */
16926
17530
  toConnectVpcIpBlockShrink?: string;
16927
17531
  /**
16928
17532
  * @example
@@ -18036,7 +18640,7 @@ export declare class ReactivateDomainRequest extends $tea.Model {
18036
18640
  domainName?: string;
18037
18641
  /**
18038
18642
  * @remarks
18039
- * The ID of the API group to which the domain name is bound. This ID is generated by the system and globally unique.
18643
+ * The ID of the API group. This ID is generated by the system and globally unique.
18040
18644
  *
18041
18645
  * This parameter is required.
18042
18646
  *
@@ -18243,7 +18847,7 @@ export declare class RemoveApiProductsAuthoritiesResponse extends $tea.Model {
18243
18847
  export declare class RemoveApisAuthoritiesRequest extends $tea.Model {
18244
18848
  /**
18245
18849
  * @remarks
18246
- * The API ID for the specified operation. Separate multiple API IDs with commas (,). A maximum of 100 API IDs can be entered.
18850
+ * The IDs of the APIs. Separate multiple API IDs with commas (,). A maximum of 100 API IDs can be entered.
18247
18851
  *
18248
18852
  * This parameter is required.
18249
18853
  *
@@ -18253,7 +18857,7 @@ export declare class RemoveApisAuthoritiesRequest extends $tea.Model {
18253
18857
  apiIds?: string;
18254
18858
  /**
18255
18859
  * @remarks
18256
- * The ID of the app. The ID is generated by the system and globally unique.
18860
+ * The ID of the appplication. The ID is generated by the system and globally unique.
18257
18861
  *
18258
18862
  * This parameter is required.
18259
18863
  *
@@ -19421,7 +20025,7 @@ export declare class SetApiProductsAuthoritiesResponse extends $tea.Model {
19421
20025
  export declare class SetApisAuthoritiesRequest extends $tea.Model {
19422
20026
  /**
19423
20027
  * @remarks
19424
- * The API ID for the specified operation. Separate multiple API IDs with commas (,). A maximum of 100 API IDs can be entered.
20028
+ * The IDs of the APIs. Separate multiple API IDs with commas (,). A maximum of 100 API IDs can be entered.
19425
20029
  *
19426
20030
  * @example
19427
20031
  * baacc592e63a4cb6a41920d9d3f91f38,jkscc489e63a4cb6a41920d9d3f92d78
@@ -19429,7 +20033,7 @@ export declare class SetApisAuthoritiesRequest extends $tea.Model {
19429
20033
  apiIds?: string;
19430
20034
  /**
19431
20035
  * @remarks
19432
- * The ID of the app. This ID is generated by the system and globally unique.
20036
+ * The ID of the application. This ID is generated by the system and globally unique.
19433
20037
  *
19434
20038
  * This parameter is required.
19435
20039
  *
@@ -19596,7 +20200,7 @@ export declare class SetAppsAuthoritiesRequest extends $tea.Model {
19596
20200
  apiId?: string;
19597
20201
  /**
19598
20202
  * @remarks
19599
- * The API ID for the specified operation. Separate multiple API IDs with commas (,). A maximum of 100 API IDs can be entered.
20203
+ * The IDs of applications. Separate multiple application IDs with commas (,). A maximum of 100 applications IDs can be entered.
19600
20204
  *
19601
20205
  * This parameter is required.
19602
20206
  *
@@ -19869,7 +20473,7 @@ export declare class SetDomainCertificateRequest extends $tea.Model {
19869
20473
  caCertificateBody?: string;
19870
20474
  /**
19871
20475
  * @remarks
19872
- * The certificate content.
20476
+ * The content of the certificate.
19873
20477
  *
19874
20478
  * @example
19875
20479
  * For more information, see the following request examples
@@ -19905,7 +20509,7 @@ export declare class SetDomainCertificateRequest extends $tea.Model {
19905
20509
  domainName?: string;
19906
20510
  /**
19907
20511
  * @remarks
19908
- * The ID of the API group to which the domain name is bound. This ID is generated by the system and globally unique.
20512
+ * The ID of the API group. This ID is generated by the system and globally unique.
19909
20513
  *
19910
20514
  * This parameter is required.
19911
20515
  *
@@ -20189,7 +20793,7 @@ export declare class SetIpControlApisResponse extends $tea.Model {
20189
20793
  export declare class SetSignatureApisRequest extends $tea.Model {
20190
20794
  /**
20191
20795
  * @remarks
20192
- * The API ID for the specified operation. Separate multiple API IDs with commas (,). A maximum of 100 API IDs can be entered.
20796
+ * The API IDs.
20193
20797
  *
20194
20798
  * This parameter is required.
20195
20799
  *
@@ -20199,7 +20803,7 @@ export declare class SetSignatureApisRequest extends $tea.Model {
20199
20803
  apiIds?: string;
20200
20804
  /**
20201
20805
  * @remarks
20202
- * The ID of the API group to which the API that you want to manage belongs.
20806
+ * The API group ID.
20203
20807
  *
20204
20808
  * This parameter is required.
20205
20809
  *
@@ -20210,7 +20814,7 @@ export declare class SetSignatureApisRequest extends $tea.Model {
20210
20814
  securityToken?: string;
20211
20815
  /**
20212
20816
  * @remarks
20213
- * The ID of the signature key.
20817
+ * The signature ID.
20214
20818
  *
20215
20819
  * This parameter is required.
20216
20820
  *
@@ -20220,11 +20824,11 @@ export declare class SetSignatureApisRequest extends $tea.Model {
20220
20824
  signatureId?: string;
20221
20825
  /**
20222
20826
  * @remarks
20223
- * The name of the runtime environment. Valid values:
20827
+ * The environment. Valid values:
20224
20828
  *
20225
- * * **RELEASE**
20226
- * * **PRE**
20227
- * * **TEST**
20829
+ * * **RELEASE**: the production environment
20830
+ * * **PRE**: the staging environment
20831
+ * * **TEST**: the testing environment
20228
20832
  *
20229
20833
  * This parameter is required.
20230
20834
  *
@@ -20245,7 +20849,7 @@ export declare class SetSignatureApisRequest extends $tea.Model {
20245
20849
  export declare class SetSignatureApisResponseBody extends $tea.Model {
20246
20850
  /**
20247
20851
  * @remarks
20248
- * The ID of the request.
20852
+ * The request ID.
20249
20853
  *
20250
20854
  * @example
20251
20855
  * CEF72CEB-54B6-4AE8-B225-F876FF7BZ004
@@ -20568,7 +21172,7 @@ export declare class SetWildcardDomainPatternsResponse extends $tea.Model {
20568
21172
  export declare class SwitchApiRequest extends $tea.Model {
20569
21173
  /**
20570
21174
  * @remarks
20571
- * The ID of the API.
21175
+ * The API ID.
20572
21176
  *
20573
21177
  * This parameter is required.
20574
21178
  *
@@ -20578,7 +21182,7 @@ export declare class SwitchApiRequest extends $tea.Model {
20578
21182
  apiId?: string;
20579
21183
  /**
20580
21184
  * @remarks
20581
- * The description of the switch operation.
21185
+ * The description. The description can be up to 200 characters in length.
20582
21186
  *
20583
21187
  * This parameter is required.
20584
21188
  *
@@ -20588,7 +21192,7 @@ export declare class SwitchApiRequest extends $tea.Model {
20588
21192
  description?: string;
20589
21193
  /**
20590
21194
  * @remarks
20591
- * The ID of the API group.
21195
+ * The API group ID.
20592
21196
  *
20593
21197
  * @example
20594
21198
  * 123
@@ -20596,7 +21200,7 @@ export declare class SwitchApiRequest extends $tea.Model {
20596
21200
  groupId?: string;
20597
21201
  /**
20598
21202
  * @remarks
20599
- * The historical version that you want to switch to.
21203
+ * The historical version number of the API.
20600
21204
  *
20601
21205
  * This parameter is required.
20602
21206
  *
@@ -20607,10 +21211,11 @@ export declare class SwitchApiRequest extends $tea.Model {
20607
21211
  securityToken?: string;
20608
21212
  /**
20609
21213
  * @remarks
20610
- * The name of the runtime environment. Valid values:
21214
+ * The environment. Valid values:
20611
21215
  *
20612
- * * **RELEASE**
20613
- * * **TEST**
21216
+ * * **RELEASE**: the production environment
21217
+ * * **PRE**: the staging environment
21218
+ * * **TEST**: the test environment
20614
21219
  *
20615
21220
  * This parameter is required.
20616
21221
  *
@@ -20631,7 +21236,7 @@ export declare class SwitchApiRequest extends $tea.Model {
20631
21236
  export declare class SwitchApiResponseBody extends $tea.Model {
20632
21237
  /**
20633
21238
  * @remarks
20634
- * The ID of the request.
21239
+ * The request ID.
20635
21240
  *
20636
21241
  * @example
20637
21242
  * CEF72CEB-54B6-4AE8-B225-F876FF7BZ001
@@ -20841,6 +21446,104 @@ export declare class UntagResourcesResponse extends $tea.Model {
20841
21446
  [key: string]: any;
20842
21447
  });
20843
21448
  }
21449
+ export declare class UpdatePrivateDNSRequest extends $tea.Model {
21450
+ /**
21451
+ * @remarks
21452
+ * This parameter is required.
21453
+ *
21454
+ * @example
21455
+ * api.demo.com
21456
+ */
21457
+ intranetDomain?: string;
21458
+ /**
21459
+ * @remarks
21460
+ * This parameter is required.
21461
+ */
21462
+ records?: UpdatePrivateDNSRequestRecords[];
21463
+ securityToken?: string;
21464
+ /**
21465
+ * @remarks
21466
+ * This parameter is required.
21467
+ *
21468
+ * @example
21469
+ * A
21470
+ */
21471
+ type?: string;
21472
+ static names(): {
21473
+ [key: string]: string;
21474
+ };
21475
+ static types(): {
21476
+ [key: string]: any;
21477
+ };
21478
+ constructor(map?: {
21479
+ [key: string]: any;
21480
+ });
21481
+ }
21482
+ export declare class UpdatePrivateDNSShrinkRequest extends $tea.Model {
21483
+ /**
21484
+ * @remarks
21485
+ * This parameter is required.
21486
+ *
21487
+ * @example
21488
+ * api.demo.com
21489
+ */
21490
+ intranetDomain?: string;
21491
+ /**
21492
+ * @remarks
21493
+ * This parameter is required.
21494
+ */
21495
+ recordsShrink?: string;
21496
+ securityToken?: string;
21497
+ /**
21498
+ * @remarks
21499
+ * This parameter is required.
21500
+ *
21501
+ * @example
21502
+ * A
21503
+ */
21504
+ type?: string;
21505
+ static names(): {
21506
+ [key: string]: string;
21507
+ };
21508
+ static types(): {
21509
+ [key: string]: any;
21510
+ };
21511
+ constructor(map?: {
21512
+ [key: string]: any;
21513
+ });
21514
+ }
21515
+ export declare class UpdatePrivateDNSResponseBody extends $tea.Model {
21516
+ /**
21517
+ * @example
21518
+ * EF924FE4-2EDD-4CD3-89EC-34E4708574E7
21519
+ */
21520
+ requestId?: string;
21521
+ static names(): {
21522
+ [key: string]: string;
21523
+ };
21524
+ static types(): {
21525
+ [key: string]: any;
21526
+ };
21527
+ constructor(map?: {
21528
+ [key: string]: any;
21529
+ });
21530
+ }
21531
+ export declare class UpdatePrivateDNSResponse extends $tea.Model {
21532
+ headers?: {
21533
+ [key: string]: string;
21534
+ };
21535
+ statusCode?: number;
21536
+ body?: UpdatePrivateDNSResponseBody;
21537
+ static names(): {
21538
+ [key: string]: string;
21539
+ };
21540
+ static types(): {
21541
+ [key: string]: any;
21542
+ };
21543
+ constructor(map?: {
21544
+ [key: string]: any;
21545
+ });
21546
+ }
20844
21547
  export declare class ValidateVpcConnectivityRequest extends $tea.Model {
20845
21548
  /**
20846
21549
  * @remarks
@@ -21347,6 +22050,27 @@ export declare class CreatePluginRequestTag extends $tea.Model {
21347
22050
  [key: string]: any;
21348
22051
  });
21349
22052
  }
22053
+ export declare class CreatePrivateDNSRequestRecords extends $tea.Model {
22054
+ /**
22055
+ * @example
22056
+ * 192.168.0.1
22057
+ */
22058
+ record?: string;
22059
+ /**
22060
+ * @example
22061
+ * 100
22062
+ */
22063
+ weight?: number;
22064
+ static names(): {
22065
+ [key: string]: string;
22066
+ };
22067
+ static types(): {
22068
+ [key: string]: any;
22069
+ };
22070
+ constructor(map?: {
22071
+ [key: string]: any;
22072
+ });
22073
+ }
21350
22074
  export declare class DeleteApiGroupRequestTag extends $tea.Model {
21351
22075
  /**
21352
22076
  * @remarks
@@ -21566,7 +22290,7 @@ export declare class DescribeAbolishApiTaskResponseBodyApiAbolishResults extends
21566
22290
  export declare class DescribeAccessControlListAttributeResponseBodyAclEntrysAclEntry extends $tea.Model {
21567
22291
  /**
21568
22292
  * @remarks
21569
- * The description of an entry.
22293
+ * The entry description.
21570
22294
  *
21571
22295
  * @example
21572
22296
  * default
@@ -21574,7 +22298,7 @@ export declare class DescribeAccessControlListAttributeResponseBodyAclEntrysAclE
21574
22298
  aclEntryComment?: string;
21575
22299
  /**
21576
22300
  * @remarks
21577
- * The entries of the access control policy.
22301
+ * The ACL entry.
21578
22302
  *
21579
22303
  * @example
21580
22304
  * 192.168.1.0/24
@@ -21971,6 +22695,13 @@ export declare class DescribeApiResponseBodyRequestConfig extends $tea.Model {
21971
22695
  * https://apigateway.aliyun.com/models/3a240a127dcc4afd9ab1bf7e947b4095/9e2df550e85b4121a79ec33e2619eaab
21972
22696
  */
21973
22697
  bodyModel?: string;
22698
+ /**
22699
+ * @remarks
22700
+ * Whether to escape the Path parameter, if true, the [param] on the Path will be treated as a regular character.
22701
+ *
22702
+ * @example
22703
+ * true
22704
+ */
21974
22705
  escapePathParam?: boolean;
21975
22706
  /**
21976
22707
  * @remarks
@@ -22105,7 +22836,7 @@ export declare class DescribeApiResponseBodyRequestParametersRequestParameter ex
22105
22836
  location?: string;
22106
22837
  /**
22107
22838
  * @remarks
22108
- * The maximum parameter length when ParameterType is set to String.
22839
+ * The maximum parameter length when **ParameterType** is set to String.
22109
22840
  *
22110
22841
  * @example
22111
22842
  * 123456
@@ -22113,7 +22844,7 @@ export declare class DescribeApiResponseBodyRequestParametersRequestParameter ex
22113
22844
  maxLength?: number;
22114
22845
  /**
22115
22846
  * @remarks
22116
- * The maximum parameter value when ParameterType is set to Int, Long, Float, or Double.
22847
+ * The maximum parameter value when **ParameterType** is set to Int, Long, Float, or Double.
22117
22848
  *
22118
22849
  * @example
22119
22850
  * 123456
@@ -22121,7 +22852,7 @@ export declare class DescribeApiResponseBodyRequestParametersRequestParameter ex
22121
22852
  maxValue?: number;
22122
22853
  /**
22123
22854
  * @remarks
22124
- * The minimum parameter length when ParameterType is set to String.
22855
+ * The minimum parameter length when **ParameterType** is set to String.
22125
22856
  *
22126
22857
  * @example
22127
22858
  * 123456
@@ -22129,7 +22860,7 @@ export declare class DescribeApiResponseBodyRequestParametersRequestParameter ex
22129
22860
  minLength?: number;
22130
22861
  /**
22131
22862
  * @remarks
22132
- * The minimum parameter value when ParameterType is set to Int, Long, Float, or Double.
22863
+ * The minimum parameter value when **ParameterType** is set to Int, Long, Float, or Double.
22133
22864
  *
22134
22865
  * @example
22135
22866
  * 123456
@@ -22145,7 +22876,7 @@ export declare class DescribeApiResponseBodyRequestParametersRequestParameter ex
22145
22876
  parameterType?: string;
22146
22877
  /**
22147
22878
  * @remarks
22148
- * The regular expression that is used for parameter validation when ParameterType is set to String.
22879
+ * The regular expression that is used for parameter validation when **ParameterType** is set to String.
22149
22880
  *
22150
22881
  * @example
22151
22882
  * xxx
@@ -22814,7 +23545,7 @@ export declare class DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample e
22814
23545
  code?: string;
22815
23546
  /**
22816
23547
  * @remarks
22817
- * The description of the error code.
23548
+ * The error description.
22818
23549
  *
22819
23550
  * @example
22820
23551
  * Unauthorized
@@ -22861,6 +23592,13 @@ export declare class DescribeApiDocResponseBodyRequestConfig extends $tea.Model
22861
23592
  * STREAM
22862
23593
  */
22863
23594
  bodyFormat?: string;
23595
+ /**
23596
+ * @remarks
23597
+ * Whether to escape the Path parameter, if true, the [param] on the Path will be treated as a regular character.
23598
+ *
23599
+ * @example
23600
+ * true
23601
+ */
22864
23602
  escapePathParam?: boolean;
22865
23603
  /**
22866
23604
  * @remarks
@@ -22951,7 +23689,7 @@ export declare class DescribeApiDocResponseBodyRequestParametersRequestParameter
22951
23689
  demoValue?: string;
22952
23690
  /**
22953
23691
  * @remarks
22954
- * The description.
23692
+ * The parameter description.
22955
23693
  *
22956
23694
  * @example
22957
23695
  * Parameters
@@ -22975,7 +23713,7 @@ export declare class DescribeApiDocResponseBodyRequestParametersRequestParameter
22975
23713
  docShow?: string;
22976
23714
  /**
22977
23715
  * @remarks
22978
- * The hash values that can be specified if the **ParameterType** parameter is set to Int, Long, Float, Double, or String. Separate multiple hash values with commas (,). Examples: 1,2,3,4,9 and A,B,C,E,F.
23716
+ * 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
23717
  *
22980
23718
  * @example
22981
23719
  * boy,girl
@@ -23039,7 +23777,7 @@ export declare class DescribeApiDocResponseBodyRequestParametersRequestParameter
23039
23777
  parameterType?: string;
23040
23778
  /**
23041
23779
  * @remarks
23042
- * The regular expression that is used to validate the parameter if the **ParameterType** parameter is set to String.
23780
+ * The regular expression that is used for parameter validation when **ParameterType** is set to String.
23043
23781
  *
23044
23782
  * @example
23045
23783
  * xxx
@@ -23105,7 +23843,7 @@ export declare class DescribeApiGroupRequestTag extends $tea.Model {
23105
23843
  export declare class DescribeApiGroupResponseBodyCustomDomainsDomainItem extends $tea.Model {
23106
23844
  /**
23107
23845
  * @remarks
23108
- * Bind runtime environment alias
23846
+ * The alias of the associated environment.
23109
23847
  *
23110
23848
  * @example
23111
23849
  * TEST1
@@ -23657,7 +24395,7 @@ export declare class DescribeApiHistoryResponseBodyBackendConfig extends $tea.Mo
23657
24395
  export declare class DescribeApiHistoryResponseBodyConstantParametersConstantParameter extends $tea.Model {
23658
24396
  /**
23659
24397
  * @remarks
23660
- * The constant value.
24398
+ * The value of the constant parameter.
23661
24399
  *
23662
24400
  * @example
23663
24401
  * constance
@@ -23665,7 +24403,7 @@ export declare class DescribeApiHistoryResponseBodyConstantParametersConstantPar
23665
24403
  constantValue?: string;
23666
24404
  /**
23667
24405
  * @remarks
23668
- * The description.
24406
+ * The parameter description.
23669
24407
  *
23670
24408
  * @example
23671
24409
  * for_test1
@@ -23681,7 +24419,7 @@ export declare class DescribeApiHistoryResponseBodyConstantParametersConstantPar
23681
24419
  location?: string;
23682
24420
  /**
23683
24421
  * @remarks
23684
- * The name of the backend service parameter.
24422
+ * The mapped parameter name in the backend service.
23685
24423
  *
23686
24424
  * @example
23687
24425
  * constance
@@ -23712,7 +24450,7 @@ export declare class DescribeApiHistoryResponseBodyConstantParameters extends $t
23712
24450
  export declare class DescribeApiHistoryResponseBodyCustomSystemParametersCustomSystemParameter extends $tea.Model {
23713
24451
  /**
23714
24452
  * @remarks
23715
- * Example
24453
+ * The sample value.
23716
24454
  *
23717
24455
  * @example
23718
24456
  * 192.168.1.1
@@ -23720,7 +24458,7 @@ export declare class DescribeApiHistoryResponseBodyCustomSystemParametersCustomS
23720
24458
  demoValue?: string;
23721
24459
  /**
23722
24460
  * @remarks
23723
- * The description of the custom system parameter.
24461
+ * The parameter description.
23724
24462
  *
23725
24463
  * @example
23726
24464
  * balabala
@@ -23736,7 +24474,7 @@ export declare class DescribeApiHistoryResponseBodyCustomSystemParametersCustomS
23736
24474
  location?: string;
23737
24475
  /**
23738
24476
  * @remarks
23739
- * The name of the custom system parameter.
24477
+ * The parameter name.
23740
24478
  *
23741
24479
  * @example
23742
24480
  * CaClientIp
@@ -23744,7 +24482,7 @@ export declare class DescribeApiHistoryResponseBodyCustomSystemParametersCustomS
23744
24482
  parameterName?: string;
23745
24483
  /**
23746
24484
  * @remarks
23747
- * The name of the corresponding backend parameter.
24485
+ * The mapped parameter name in the backend service.
23748
24486
  *
23749
24487
  * @example
23750
24488
  * clientIp
@@ -23775,7 +24513,7 @@ export declare class DescribeApiHistoryResponseBodyCustomSystemParameters extend
23775
24513
  export declare class DescribeApiHistoryResponseBodyErrorCodeSamplesErrorCodeSample extends $tea.Model {
23776
24514
  /**
23777
24515
  * @remarks
23778
- * The error code.
24516
+ * The returned error code.
23779
24517
  *
23780
24518
  * @example
23781
24519
  * 400
@@ -23783,7 +24521,7 @@ export declare class DescribeApiHistoryResponseBodyErrorCodeSamplesErrorCodeSamp
23783
24521
  code?: string;
23784
24522
  /**
23785
24523
  * @remarks
23786
- * The description.
24524
+ * The error description.
23787
24525
  *
23788
24526
  * @example
23789
24527
  * Missing the parameter UserId
@@ -23791,7 +24529,7 @@ export declare class DescribeApiHistoryResponseBodyErrorCodeSamplesErrorCodeSamp
23791
24529
  description?: string;
23792
24530
  /**
23793
24531
  * @remarks
23794
- * The error message.
24532
+ * The returned error message.
23795
24533
  *
23796
24534
  * @example
23797
24535
  * MissingParameter
@@ -23882,6 +24620,13 @@ export declare class DescribeApiHistoryResponseBodyRequestConfig extends $tea.Mo
23882
24620
  * https://apigateway.aliyun.com/models/3a240a1XXXXXXXXd9ab1bf7e947b4095/9e2df550e85b4XXXXXXXX619eaab
23883
24621
  */
23884
24622
  bodyModel?: string;
24623
+ /**
24624
+ * @remarks
24625
+ * Whether to escape the Path parameter, if true, the [param] on the Path will be treated as a regular character.
24626
+ *
24627
+ * @example
24628
+ * true
24629
+ */
23885
24630
  escapePathParam?: boolean;
23886
24631
  /**
23887
24632
  * @remarks
@@ -23940,7 +24685,7 @@ export declare class DescribeApiHistoryResponseBodyRequestConfig extends $tea.Mo
23940
24685
  export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParameter extends $tea.Model {
23941
24686
  /**
23942
24687
  * @remarks
23943
- * The name of the API parameter.
24688
+ * The name of the parameter in the API request.
23944
24689
  *
23945
24690
  * @example
23946
24691
  * age
@@ -23956,7 +24701,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
23956
24701
  arrayItemsType?: string;
23957
24702
  /**
23958
24703
  * @remarks
23959
- * Default value
24704
+ * The default value.
23960
24705
  *
23961
24706
  * @example
23962
24707
  * 20
@@ -23964,7 +24709,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
23964
24709
  defaultValue?: string;
23965
24710
  /**
23966
24711
  * @remarks
23967
- * Examples
24712
+ * The sample value.
23968
24713
  *
23969
24714
  * @example
23970
24715
  * 20
@@ -23972,7 +24717,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
23972
24717
  demoValue?: string;
23973
24718
  /**
23974
24719
  * @remarks
23975
- * The description.
24720
+ * The parameter description.
23976
24721
  *
23977
24722
  * @example
23978
24723
  * modidyTest
@@ -23980,7 +24725,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
23980
24725
  description?: string;
23981
24726
  /**
23982
24727
  * @remarks
23983
- * The order in the document.
24728
+ * The order in which the parameter is sorted in the document.
23984
24729
  *
23985
24730
  * @example
23986
24731
  * 0
@@ -23988,7 +24733,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
23988
24733
  docOrder?: number;
23989
24734
  /**
23990
24735
  * @remarks
23991
- * Specifies whether the document is public. Valid values: PUBLIC and PRIVATE.
24736
+ * Indicates whether the document is public. Valid values: **PUBLIC** and **PRIVATE**.
23992
24737
  *
23993
24738
  * @example
23994
24739
  * PUBLIC
@@ -23996,7 +24741,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
23996
24741
  docShow?: string;
23997
24742
  /**
23998
24743
  * @remarks
23999
- * The hash values that can be entered when ParameterType is set to Int, Long, Float, Double, or String. Separate different values with commas (,), such as 1,2,3,4,9 or A,B,C,E,F.
24744
+ * 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
24745
  *
24001
24746
  * @example
24002
24747
  * boy,girl
@@ -24020,7 +24765,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
24020
24765
  location?: string;
24021
24766
  /**
24022
24767
  * @remarks
24023
- * The maximum parameter length when ParameterType is set to String.
24768
+ * The maximum parameter length when **ParameterType** is set to String.
24024
24769
  *
24025
24770
  * @example
24026
24771
  * 123456
@@ -24028,7 +24773,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
24028
24773
  maxLength?: number;
24029
24774
  /**
24030
24775
  * @remarks
24031
- * The maximum parameter value when ParameterType is set to Int, Long, Float, or Double.
24776
+ * The maximum parameter value when **ParameterType** is set to Int, Long, Float, or Double.
24032
24777
  *
24033
24778
  * @example
24034
24779
  * 123456
@@ -24036,7 +24781,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
24036
24781
  maxValue?: number;
24037
24782
  /**
24038
24783
  * @remarks
24039
- * The minimum parameter length when ParameterType is set to String.
24784
+ * The minimum parameter length when **ParameterType** is set to String.
24040
24785
  *
24041
24786
  * @example
24042
24787
  * 123456
@@ -24044,7 +24789,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
24044
24789
  minLength?: number;
24045
24790
  /**
24046
24791
  * @remarks
24047
- * The minimum parameter value when ParameterType is set to Int, Long, Float, or Double.
24792
+ * The minimum parameter value when **ParameterType** is set to Int, Long, Float, or Double.
24048
24793
  *
24049
24794
  * @example
24050
24795
  * 123456
@@ -24052,7 +24797,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
24052
24797
  minValue?: number;
24053
24798
  /**
24054
24799
  * @remarks
24055
- * The type of a request parameter. Valid values: String, Int, Long, Float, Double, and Boolean.
24800
+ * The data type of the parameter. Valid values: String, Int, Long, Float, Double, and Boolean.
24056
24801
  *
24057
24802
  * @example
24058
24803
  * String
@@ -24060,7 +24805,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
24060
24805
  parameterType?: string;
24061
24806
  /**
24062
24807
  * @remarks
24063
- * The regular expression used for parameter validation when ParameterType is set to String.
24808
+ * The regular expression that is used for parameter validation when **ParameterType** is set to String.
24064
24809
  *
24065
24810
  * @example
24066
24811
  * xxx
@@ -24068,7 +24813,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParametersRequestParam
24068
24813
  regularExpression?: string;
24069
24814
  /**
24070
24815
  * @remarks
24071
- * Indicates whether the parameter is required. Valid values: REQUIRED and OPTIONAL.
24816
+ * Indicates whether the parameter is required. Valid values: **REQUIRED** and **OPTIONAL**.
24072
24817
  *
24073
24818
  * @example
24074
24819
  * OPTIONAL
@@ -24099,7 +24844,7 @@ export declare class DescribeApiHistoryResponseBodyRequestParameters extends $te
24099
24844
  export declare class DescribeApiHistoryResponseBodyResultDescriptionsResultDescription extends $tea.Model {
24100
24845
  /**
24101
24846
  * @remarks
24102
- * The description.
24847
+ * The subnode description.
24103
24848
  *
24104
24849
  * @example
24105
24850
  * for_test1
@@ -24107,7 +24852,7 @@ export declare class DescribeApiHistoryResponseBodyResultDescriptionsResultDescr
24107
24852
  description?: string;
24108
24853
  /**
24109
24854
  * @remarks
24110
- * Specifies whether a subnode exists.
24855
+ * Indicates whether a subnode exists.
24111
24856
  *
24112
24857
  * @example
24113
24858
  * true
@@ -24115,7 +24860,7 @@ export declare class DescribeApiHistoryResponseBodyResultDescriptionsResultDescr
24115
24860
  hasChild?: boolean;
24116
24861
  /**
24117
24862
  * @remarks
24118
- * The ID of the result.
24863
+ * The result ID.
24119
24864
  *
24120
24865
  * @example
24121
24866
  * id
@@ -24131,7 +24876,7 @@ export declare class DescribeApiHistoryResponseBodyResultDescriptionsResultDescr
24131
24876
  key?: string;
24132
24877
  /**
24133
24878
  * @remarks
24134
- * Specifies whether the parameter is required.
24879
+ * Indicates whether the parameter is required.
24135
24880
  *
24136
24881
  * @example
24137
24882
  * true
@@ -24139,7 +24884,7 @@ export declare class DescribeApiHistoryResponseBodyResultDescriptionsResultDescr
24139
24884
  mandatory?: boolean;
24140
24885
  /**
24141
24886
  * @remarks
24142
- * The name of the result.
24887
+ * The result name.
24143
24888
  *
24144
24889
  * @example
24145
24890
  * fwqf
@@ -24155,7 +24900,7 @@ export declare class DescribeApiHistoryResponseBodyResultDescriptionsResultDescr
24155
24900
  pid?: string;
24156
24901
  /**
24157
24902
  * @remarks
24158
- * The type of the result.
24903
+ * The result type.
24159
24904
  *
24160
24905
  * @example
24161
24906
  * String
@@ -24340,7 +25085,7 @@ export declare class DescribeApiHistoryResponseBodyServiceConfigFunctionComputeC
24340
25085
  export declare class DescribeApiHistoryResponseBodyServiceConfigMockHeadersMockHeader extends $tea.Model {
24341
25086
  /**
24342
25087
  * @remarks
24343
- * The name of the HTTP header parameter.
25088
+ * The HTTP headers.
24344
25089
  *
24345
25090
  * @example
24346
25091
  * Content-Type
@@ -24348,7 +25093,7 @@ export declare class DescribeApiHistoryResponseBodyServiceConfigMockHeadersMockH
24348
25093
  headerName?: string;
24349
25094
  /**
24350
25095
  * @remarks
24351
- * The value of the HTTP header parameter.
25096
+ * The values of the HTTP headers.
24352
25097
  *
24353
25098
  * @example
24354
25099
  * 86400
@@ -24633,7 +25378,7 @@ export declare class DescribeApiHistoryResponseBodyServiceParametersServiceParam
24633
25378
  location?: string;
24634
25379
  /**
24635
25380
  * @remarks
24636
- * The data type of the back-end service parameter.
25381
+ * The data type of the parameter. Valid values: STRING, NUMBER, and BOOLEAN.
24637
25382
  *
24638
25383
  * @example
24639
25384
  * String
@@ -24641,7 +25386,7 @@ export declare class DescribeApiHistoryResponseBodyServiceParametersServiceParam
24641
25386
  parameterType?: string;
24642
25387
  /**
24643
25388
  * @remarks
24644
- * The name of the backend service parameter.
25389
+ * The mapped parameter name in the backend service.
24645
25390
  *
24646
25391
  * @example
24647
25392
  * clientIp
@@ -24672,7 +25417,7 @@ export declare class DescribeApiHistoryResponseBodyServiceParameters extends $te
24672
25417
  export declare class DescribeApiHistoryResponseBodyServiceParametersMapServiceParameterMap extends $tea.Model {
24673
25418
  /**
24674
25419
  * @remarks
24675
- * The corresponding frontend parameter. It must be included in RequestParametersObject and matches ApiParameterName in RequestParameter data.
25420
+ * The corresponding frontend parameter name. The value must be contained in RequestParametersObject and match RequestParam.ApiParameterName.
24676
25421
  *
24677
25422
  * @example
24678
25423
  * sex
@@ -24680,7 +25425,7 @@ export declare class DescribeApiHistoryResponseBodyServiceParametersMapServicePa
24680
25425
  requestParameterName?: string;
24681
25426
  /**
24682
25427
  * @remarks
24683
- * The name of the backend service parameter.
25428
+ * The mapped parameter name in the backend service.
24684
25429
  *
24685
25430
  * @example
24686
25431
  * sex
@@ -24711,7 +25456,7 @@ export declare class DescribeApiHistoryResponseBodyServiceParametersMap extends
24711
25456
  export declare class DescribeApiHistoryResponseBodySystemParametersSystemParameter extends $tea.Model {
24712
25457
  /**
24713
25458
  * @remarks
24714
- * The sample value of the parameter.
25459
+ * The sample value.
24715
25460
  *
24716
25461
  * @example
24717
25462
  * 192.168.1.1
@@ -24735,7 +25480,7 @@ export declare class DescribeApiHistoryResponseBodySystemParametersSystemParamet
24735
25480
  location?: string;
24736
25481
  /**
24737
25482
  * @remarks
24738
- * The name of the system parameter. Valid values: CaClientIp, CaDomain, CaRequestHandleTime, CaAppId, CaRequestId, CaHttpSchema, and CaProxy.
25483
+ * The system parameter. Valid values: CaClientIp, CaDomain, CaRequestHandleTime, CaAppId, CaRequestId, CaHttpSchema, and CaProxy.
24739
25484
  *
24740
25485
  * @example
24741
25486
  * CaClientIp
@@ -24743,7 +25488,7 @@ export declare class DescribeApiHistoryResponseBodySystemParametersSystemParamet
24743
25488
  parameterName?: string;
24744
25489
  /**
24745
25490
  * @remarks
24746
- * The name of the corresponding backend parameter.
25491
+ * The mapped parameter name in the backend service.
24747
25492
  *
24748
25493
  * @example
24749
25494
  * clientIp
@@ -25593,7 +26338,7 @@ export declare class DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelat
25593
26338
  groupName?: string;
25594
26339
  /**
25595
26340
  * @remarks
25596
- * The HTTP request method of the API.
26341
+ * The HTTP method of the API.
25597
26342
  *
25598
26343
  * @example
25599
26344
  * GET
@@ -25628,7 +26373,7 @@ export declare class DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelat
25628
26373
  regionId?: string;
25629
26374
  /**
25630
26375
  * @remarks
25631
- * Environmental alias.
26376
+ * The environment alias.
25632
26377
  *
25633
26378
  * @example
25634
26379
  * Online
@@ -25636,7 +26381,7 @@ export declare class DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelat
25636
26381
  stageAlias?: string;
25637
26382
  /**
25638
26383
  * @remarks
25639
- * The environment.
26384
+ * The environment name.
25640
26385
  *
25641
26386
  * @example
25642
26387
  * RELEASE
@@ -25933,8 +26678,109 @@ export declare class DescribeApisBySignatureResponseBodyApiInfosApiInfo extends
25933
26678
  [key: string]: any;
25934
26679
  });
25935
26680
  }
25936
- export declare class DescribeApisBySignatureResponseBodyApiInfos extends $tea.Model {
25937
- apiInfo?: DescribeApisBySignatureResponseBodyApiInfosApiInfo[];
26681
+ export declare class DescribeApisBySignatureResponseBodyApiInfos extends $tea.Model {
26682
+ apiInfo?: DescribeApisBySignatureResponseBodyApiInfosApiInfo[];
26683
+ static names(): {
26684
+ [key: string]: string;
26685
+ };
26686
+ static types(): {
26687
+ [key: string]: any;
26688
+ };
26689
+ constructor(map?: {
26690
+ [key: string]: any;
26691
+ });
26692
+ }
26693
+ export declare class DescribeApisByTrafficControlResponseBodyApiInfosApiInfo extends $tea.Model {
26694
+ /**
26695
+ * @remarks
26696
+ * The ID of the API.
26697
+ *
26698
+ * @example
26699
+ * 3b81fd160f5645e097cc8855d75a1cf6
26700
+ */
26701
+ apiId?: string;
26702
+ /**
26703
+ * @remarks
26704
+ * The name of the API
26705
+ *
26706
+ * @example
26707
+ * testapi
26708
+ */
26709
+ apiName?: string;
26710
+ /**
26711
+ * @remarks
26712
+ * The binding time of the API.
26713
+ *
26714
+ * @example
26715
+ * 2016-07-23T08:28:48Z
26716
+ */
26717
+ boundTime?: string;
26718
+ /**
26719
+ * @remarks
26720
+ * The description of the API.
26721
+ *
26722
+ * @example
26723
+ * Description
26724
+ */
26725
+ description?: string;
26726
+ /**
26727
+ * @remarks
26728
+ * The ID of the API group.
26729
+ *
26730
+ * @example
26731
+ * 0009db9c828549768a200320714b8930
26732
+ */
26733
+ groupId?: string;
26734
+ /**
26735
+ * @remarks
26736
+ * The name of the group to which an API belongs.
26737
+ *
26738
+ * @example
26739
+ * mygroup
26740
+ */
26741
+ groupName?: string;
26742
+ /**
26743
+ * @remarks
26744
+ * The region where the API is located.
26745
+ *
26746
+ * @example
26747
+ * cn-qingdao
26748
+ */
26749
+ regionId?: string;
26750
+ /**
26751
+ * @remarks
26752
+ * The name of the runtime environment. Valid values:
26753
+ *
26754
+ * * **RELEASE**
26755
+ * * **TEST**
26756
+ *
26757
+ * @example
26758
+ * TEST
26759
+ */
26760
+ stageName?: string;
26761
+ /**
26762
+ * @remarks
26763
+ * Indicates whether the API is public. Valid values:
26764
+ *
26765
+ * * **PUBLIC**
26766
+ * * **PRIVATE**
26767
+ *
26768
+ * @example
26769
+ * PUBLIC
26770
+ */
26771
+ visibility?: string;
26772
+ static names(): {
26773
+ [key: string]: string;
26774
+ };
26775
+ static types(): {
26776
+ [key: string]: any;
26777
+ };
26778
+ constructor(map?: {
26779
+ [key: string]: any;
26780
+ });
26781
+ }
26782
+ export declare class DescribeApisByTrafficControlResponseBodyApiInfos extends $tea.Model {
26783
+ apiInfo?: DescribeApisByTrafficControlResponseBodyApiInfosApiInfo[];
25938
26784
  static names(): {
25939
26785
  [key: string]: string;
25940
26786
  };
@@ -25945,164 +26791,103 @@ export declare class DescribeApisBySignatureResponseBodyApiInfos extends $tea.Mo
25945
26791
  [key: string]: any;
25946
26792
  });
25947
26793
  }
25948
- export declare class DescribeApisByTrafficControlResponseBodyApiInfosApiInfo extends $tea.Model {
26794
+ export declare class DescribeApisByVpcAccessResponseBodyApiVpcAccessInfosApiVpcAccessInfo extends $tea.Model {
25949
26795
  /**
25950
26796
  * @remarks
25951
- * The ID of the API.
26797
+ * The API ID.
25952
26798
  *
25953
26799
  * @example
25954
- * 3b81fd160f5645e097cc8855d75a1cf6
26800
+ * 09839002de484e76b5a213b040a6a3ca
25955
26801
  */
25956
26802
  apiId?: string;
25957
26803
  /**
25958
26804
  * @remarks
25959
- * The name of the API
26805
+ * The API name.
25960
26806
  *
25961
26807
  * @example
25962
- * testapi
26808
+ * iwc
25963
26809
  */
25964
26810
  apiName?: string;
25965
26811
  /**
25966
26812
  * @remarks
25967
- * The binding time of the API.
26813
+ * The description, which can be up to 200 characters in length.
25968
26814
  *
25969
26815
  * @example
25970
- * 2016-07-23T08:28:48Z
25971
- */
25972
- boundTime?: string;
25973
- /**
25974
- * @remarks
25975
- * The description of the API.
25976
- *
25977
- * @example
25978
- * Description
26816
+ * 123
25979
26817
  */
25980
26818
  description?: string;
25981
26819
  /**
25982
26820
  * @remarks
25983
- * The ID of the API group.
26821
+ * The ID of the API group to which the API belongs.
25984
26822
  *
25985
26823
  * @example
25986
- * 0009db9c828549768a200320714b8930
26824
+ * 41c33748cbfb41f6b00870156203b72a
25987
26825
  */
25988
26826
  groupId?: string;
25989
26827
  /**
25990
26828
  * @remarks
25991
- * The name of the group to which an API belongs.
26829
+ * The name of the API group to which the API belongs.
25992
26830
  *
25993
26831
  * @example
25994
- * mygroup
26832
+ * RT_PLU_IP_CTRL_group
25995
26833
  */
25996
26834
  groupName?: string;
25997
26835
  /**
25998
26836
  * @remarks
25999
- * The region where the API is located.
26000
- *
26001
- * @example
26002
- * cn-qingdao
26003
- */
26004
- regionId?: string;
26005
- /**
26006
- * @remarks
26007
- * The name of the runtime environment. Valid values:
26008
- *
26009
- * * **RELEASE**
26010
- * * **TEST**
26011
- *
26012
- * @example
26013
- * TEST
26014
- */
26015
- stageName?: string;
26016
- /**
26017
- * @remarks
26018
- * Indicates whether the API is public. Valid values:
26019
- *
26020
- * * **PUBLIC**
26021
- * * **PRIVATE**
26837
+ * The instance ID or IP address in the VPC access authorization.
26022
26838
  *
26023
- * @example
26024
- * PUBLIC
26025
- */
26026
- visibility?: string;
26027
- static names(): {
26028
- [key: string]: string;
26029
- };
26030
- static types(): {
26031
- [key: string]: any;
26032
- };
26033
- constructor(map?: {
26034
- [key: string]: any;
26035
- });
26036
- }
26037
- export declare class DescribeApisByTrafficControlResponseBodyApiInfos extends $tea.Model {
26038
- apiInfo?: DescribeApisByTrafficControlResponseBodyApiInfosApiInfo[];
26039
- static names(): {
26040
- [key: string]: string;
26041
- };
26042
- static types(): {
26043
- [key: string]: any;
26044
- };
26045
- constructor(map?: {
26046
- [key: string]: any;
26047
- });
26048
- }
26049
- export declare class DescribeApisByVpcAccessResponseBodyApiVpcAccessInfosApiVpcAccessInfo extends $tea.Model {
26050
- /**
26051
- * @example
26052
- * 09839002de484e76b5a213b040a6a3ca
26053
- */
26054
- apiId?: string;
26055
- /**
26056
- * @example
26057
- * iwc
26058
- */
26059
- apiName?: string;
26060
- /**
26061
- * @example
26062
- * 123
26063
- */
26064
- description?: string;
26065
- /**
26066
- * @example
26067
- * 41c33748cbfb41f6b00870156203b72a
26068
- */
26069
- groupId?: string;
26070
- /**
26071
- * @example
26072
- * RT_PLU_IP_CTRL_group
26073
- */
26074
- groupName?: string;
26075
- /**
26076
26839
  * @example
26077
26840
  * Ib-04e41XXXXXd95e9c1
26078
26841
  */
26079
26842
  instanceId?: string;
26080
26843
  /**
26844
+ * @remarks
26845
+ * The HTTP request method of the API.
26846
+ *
26081
26847
  * @example
26082
26848
  * POST
26083
26849
  */
26084
26850
  method?: string;
26085
26851
  /**
26852
+ * @remarks
26853
+ * The request path of the API.
26854
+ *
26086
26855
  * @example
26087
26856
  * /api/v1/friends/rc/status
26088
26857
  */
26089
26858
  path?: string;
26090
26859
  /**
26860
+ * @remarks
26861
+ * The port number.
26862
+ *
26091
26863
  * @example
26092
26864
  * 443
26093
26865
  */
26094
26866
  port?: number;
26095
26867
  /**
26868
+ * @remarks
26869
+ * The region ID.
26870
+ *
26096
26871
  * @example
26097
26872
  * cn-shanghai
26098
26873
  */
26099
26874
  regionId?: string;
26100
26875
  /**
26876
+ * @remarks
26877
+ * The environment ID.
26878
+ *
26101
26879
  * @example
26102
26880
  * 57e17906a69b4424914fb1e05f67c78a
26103
26881
  */
26104
26882
  stageId?: string;
26105
26883
  /**
26884
+ * @remarks
26885
+ * The environment to which the API is published. Valid values:
26886
+ *
26887
+ * * **RELEASE**: the production environment
26888
+ * * **PRE**: the staging environment
26889
+ * * **TEST**: the test environment
26890
+ *
26106
26891
  * @example
26107
26892
  * RELEASE
26108
26893
  */
@@ -26116,6 +26901,9 @@ export declare class DescribeApisByVpcAccessResponseBodyApiVpcAccessInfosApiVpcA
26116
26901
  */
26117
26902
  vpcId?: string;
26118
26903
  /**
26904
+ * @remarks
26905
+ * The name of the VPC access authorization.
26906
+ *
26119
26907
  * @example
26120
26908
  * aliYun_service_prod
26121
26909
  */
@@ -26266,9 +27054,9 @@ export declare class DescribeApisWithStageNameIntegratedByAppResponseBodyAppApiR
26266
27054
  export declare class DescribeAppAttributesRequestTag extends $tea.Model {
26267
27055
  /**
26268
27056
  * @remarks
26269
- * The value of tag N.
27057
+ * The key of the tag.
26270
27058
  *
26271
- * Valid values of n: `[1, 20]`.
27059
+ * N can be an integer from 1 to 20.``
26272
27060
  *
26273
27061
  * This parameter is required.
26274
27062
  *
@@ -26278,9 +27066,9 @@ export declare class DescribeAppAttributesRequestTag extends $tea.Model {
26278
27066
  key?: string;
26279
27067
  /**
26280
27068
  * @remarks
26281
- * The key of tag N.
27069
+ * The key of the tag.
26282
27070
  *
26283
- * Valid values of n: `[1, 20]`.
27071
+ * N can be an integer from 1 to 20.``
26284
27072
  *
26285
27073
  * @example
26286
27074
  * \\" \\"
@@ -26299,7 +27087,7 @@ export declare class DescribeAppAttributesRequestTag extends $tea.Model {
26299
27087
  export declare class DescribeAppAttributesResponseBodyAppsAppAttributeTagsTagInfo extends $tea.Model {
26300
27088
  /**
26301
27089
  * @remarks
26302
- * The tag key.
27090
+ * The key of the tag.
26303
27091
  *
26304
27092
  * @example
26305
27093
  * appid
@@ -26307,7 +27095,7 @@ export declare class DescribeAppAttributesResponseBodyAppsAppAttributeTagsTagInf
26307
27095
  key?: string;
26308
27096
  /**
26309
27097
  * @remarks
26310
- * The tag value.
27098
+ * The value of the tag.
26311
27099
  *
26312
27100
  * @example
26313
27101
  * 123
@@ -26338,7 +27126,7 @@ export declare class DescribeAppAttributesResponseBodyAppsAppAttributeTags exten
26338
27126
  export declare class DescribeAppAttributesResponseBodyAppsAppAttribute extends $tea.Model {
26339
27127
  /**
26340
27128
  * @remarks
26341
- * The application ID.
27129
+ * The ID of the app.
26342
27130
  *
26343
27131
  * @example
26344
27132
  * 20112314518278
@@ -26346,7 +27134,7 @@ export declare class DescribeAppAttributesResponseBodyAppsAppAttribute extends $
26346
27134
  appId?: number;
26347
27135
  /**
26348
27136
  * @remarks
26349
- * The application name.
27137
+ * The name of the app.
26350
27138
  *
26351
27139
  * @example
26352
27140
  * CreateApptest
@@ -26354,7 +27142,7 @@ export declare class DescribeAppAttributesResponseBodyAppsAppAttribute extends $
26354
27142
  appName?: string;
26355
27143
  /**
26356
27144
  * @remarks
26357
- * The creation time (UTC) of the application.
27145
+ * The creation time (UTC) of the app.
26358
27146
  *
26359
27147
  * @example
26360
27148
  * 2016-07-31T04:10:19Z
@@ -26362,7 +27150,7 @@ export declare class DescribeAppAttributesResponseBodyAppsAppAttribute extends $
26362
27150
  createdTime?: string;
26363
27151
  /**
26364
27152
  * @remarks
26365
- * The application description.
27153
+ * The description of the app.
26366
27154
  *
26367
27155
  * @example
26368
27156
  * App test
@@ -26370,7 +27158,7 @@ export declare class DescribeAppAttributesResponseBodyAppsAppAttribute extends $
26370
27158
  description?: string;
26371
27159
  /**
26372
27160
  * @remarks
26373
- * The extended information.
27161
+ * 扩展信息
26374
27162
  *
26375
27163
  * @example
26376
27164
  * 110461946884
@@ -26378,7 +27166,7 @@ export declare class DescribeAppAttributesResponseBodyAppsAppAttribute extends $
26378
27166
  extend?: string;
26379
27167
  /**
26380
27168
  * @remarks
26381
- * The modification time (UTC) of the application.
27169
+ * The modification time (UTC) of the app.
26382
27170
  *
26383
27171
  * @example
26384
27172
  * 2016-07-31T04:10:19Z
@@ -26413,26 +27201,41 @@ export declare class DescribeAppAttributesResponseBodyApps extends $tea.Model {
26413
27201
  }
26414
27202
  export declare class DescribeAppSecuritiesResponseBodyAppSecuritysAppSecurity extends $tea.Model {
26415
27203
  /**
27204
+ * @remarks
27205
+ * The application AppCode.
27206
+ *
26416
27207
  * @example
26417
27208
  * d2350ecd62c44cbfbe35a7f182e35105
26418
27209
  */
26419
27210
  appCode?: string;
26420
27211
  /**
27212
+ * @remarks
27213
+ * The application AppKey.
27214
+ *
26421
27215
  * @example
26422
27216
  * 34379343
26423
27217
  */
26424
27218
  appKey?: string;
26425
27219
  /**
27220
+ * @remarks
27221
+ * The application AppSecret.
27222
+ *
26426
27223
  * @example
26427
27224
  * ea5291a7aff343769eb3139a2f6de8c9
26428
27225
  */
26429
27226
  appSecret?: string;
26430
27227
  /**
27228
+ * @remarks
27229
+ * The time when the AppKey was created.
27230
+ *
26431
27231
  * @example
26432
27232
  * 2021-09-14T18:50:59
26433
27233
  */
26434
27234
  createdTime?: string;
26435
27235
  /**
27236
+ * @remarks
27237
+ * The time when the AppSecret was last modified. The time is displayed in UTC.
27238
+ *
26436
27239
  * @example
26437
27240
  * 2023-08-14T18:03:00+08:00
26438
27241
  */
@@ -26724,7 +27527,21 @@ export declare class DescribeAuthorizedApisResponseBodyAuthorizedApis extends $t
26724
27527
  });
26725
27528
  }
26726
27529
  export declare class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedAppTagTagInfo extends $tea.Model {
27530
+ /**
27531
+ * @remarks
27532
+ * The tag key.
27533
+ *
27534
+ * @example
27535
+ * DEV
27536
+ */
26727
27537
  key?: string;
27538
+ /**
27539
+ * @remarks
27540
+ * The tag value.
27541
+ *
27542
+ * @example
27543
+ * 240
27544
+ */
26728
27545
  value?: string;
26729
27546
  static names(): {
26730
27547
  [key: string]: string;
@@ -26751,7 +27568,7 @@ export declare class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedA
26751
27568
  export declare class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedApp extends $tea.Model {
26752
27569
  /**
26753
27570
  * @remarks
26754
- * The description of the application.
27571
+ * The application description.
26755
27572
  *
26756
27573
  * @example
26757
27574
  * Production application
@@ -26759,7 +27576,7 @@ export declare class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedA
26759
27576
  appDescription?: string;
26760
27577
  /**
26761
27578
  * @remarks
26762
- * The ID, which is generated by the system and globally unique.
27579
+ * The application ID, which is generated by the system and globally unique.
26763
27580
  *
26764
27581
  * @example
26765
27582
  * 2386789
@@ -26767,7 +27584,7 @@ export declare class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedA
26767
27584
  appId?: number;
26768
27585
  /**
26769
27586
  * @remarks
26770
- * The application name
27587
+ * The application name.
26771
27588
  *
26772
27589
  * @example
26773
27590
  * Weather
@@ -26802,7 +27619,7 @@ export declare class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedA
26802
27619
  authorizedTime?: string;
26803
27620
  /**
26804
27621
  * @remarks
26805
- * The description of the authorization.
27622
+ * The authorization description.
26806
27623
  *
26807
27624
  * @example
26808
27625
  * Queries weather based on the region name
@@ -26839,6 +27656,10 @@ export declare class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedA
26839
27656
  * RELEASE
26840
27657
  */
26841
27658
  stageName?: string;
27659
+ /**
27660
+ * @remarks
27661
+ * The key of the tag.
27662
+ */
26842
27663
  tag?: DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedAppTag;
26843
27664
  static names(): {
26844
27665
  [key: string]: string;
@@ -26954,8 +27775,20 @@ export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBack
26954
27775
  });
26955
27776
  }
26956
27777
  export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigDiscoveryConfigZookeeperConfig extends $tea.Model {
27778
+ /**
27779
+ * @example
27780
+ * http://192.168.1.xxx:2181
27781
+ */
26957
27782
  connectString?: string;
27783
+ /**
27784
+ * @example
27785
+ * provider
27786
+ */
26958
27787
  namespace?: string;
27788
+ /**
27789
+ * @example
27790
+ * service
27791
+ */
26959
27792
  serviceName?: string;
26960
27793
  static names(): {
26961
27794
  [key: string]: string;
@@ -26993,12 +27826,40 @@ export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBack
26993
27826
  });
26994
27827
  }
26995
27828
  export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigEdasConfig extends $tea.Model {
27829
+ /**
27830
+ * @example
27831
+ * 6cd0c599-dxxx-496d-b3d5-6a71c657xxxxx
27832
+ */
26996
27833
  edasAppId?: string;
27834
+ /**
27835
+ * @example
27836
+ * cn-hangzhou:edasNacos
27837
+ */
26997
27838
  microserviceNamespace?: string;
27839
+ /**
27840
+ * @example
27841
+ * cn-hangzhou:edasNacos
27842
+ */
26998
27843
  microserviceNamespaceId?: string;
27844
+ /**
27845
+ * @example
27846
+ * Edas-Nacos
27847
+ */
26999
27848
  microserviceNamespaceName?: string;
27849
+ /**
27850
+ * @example
27851
+ * mse-cn-jia3n1rxxxx
27852
+ */
27000
27853
  mseInstanceId?: string;
27854
+ /**
27855
+ * @example
27856
+ * EDAS
27857
+ */
27001
27858
  registryType?: string;
27859
+ /**
27860
+ * @example
27861
+ * service
27862
+ */
27002
27863
  serviceName?: string;
27003
27864
  static names(): {
27004
27865
  [key: string]: string;
@@ -27132,11 +27993,17 @@ export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBack
27132
27993
  /**
27133
27994
  * @remarks
27134
27995
  * The name of the header parameter.
27996
+ *
27997
+ * @example
27998
+ * test
27135
27999
  */
27136
28000
  headerName?: string;
27137
28001
  /**
27138
28002
  * @remarks
27139
28003
  * The value of the header parameter.
28004
+ *
28005
+ * @example
28006
+ * 123
27140
28007
  */
27141
28008
  headerValue?: string;
27142
28009
  static names(): {
@@ -27158,11 +28025,17 @@ export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBack
27158
28025
  /**
27159
28026
  * @remarks
27160
28027
  * The result returned for service mocking.
28028
+ *
28029
+ * @example
28030
+ * test
27161
28031
  */
27162
28032
  mockResult?: string;
27163
28033
  /**
27164
28034
  * @remarks
27165
28035
  * The status code that is returned for service mocking.
28036
+ *
28037
+ * @example
28038
+ * 200
27166
28039
  */
27167
28040
  mockStatusCode?: string;
27168
28041
  static names(): {
@@ -27254,6 +28127,9 @@ export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBack
27254
28127
  /**
27255
28128
  * @remarks
27256
28129
  * The host of the backend service.
28130
+ *
28131
+ * @example
28132
+ * openapi.alipan.com
27257
28133
  */
27258
28134
  vpcTargetHostName?: string;
27259
28135
  static names(): {
@@ -27309,6 +28185,10 @@ export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBack
27309
28185
  * 10.0.0.1
27310
28186
  */
27311
28187
  serviceAddress?: string;
28188
+ /**
28189
+ * @example
28190
+ * 10000
28191
+ */
27312
28192
  serviceTimeout?: number;
27313
28193
  /**
27314
28194
  * @remarks
@@ -27771,7 +28651,7 @@ export declare class DescribeDatasetItemListResponseBodyDatasetItemInfoList exte
27771
28651
  export declare class DescribeDatasetListRequestTag extends $tea.Model {
27772
28652
  /**
27773
28653
  * @remarks
27774
- * The tag key.
28654
+ * 标签键
27775
28655
  *
27776
28656
  * @example
27777
28657
  * env
@@ -27779,7 +28659,7 @@ export declare class DescribeDatasetListRequestTag extends $tea.Model {
27779
28659
  key?: string;
27780
28660
  /**
27781
28661
  * @remarks
27782
- * The tag value.
28662
+ * 标签值
27783
28663
  *
27784
28664
  * @example
27785
28665
  * value
@@ -27798,7 +28678,7 @@ export declare class DescribeDatasetListRequestTag extends $tea.Model {
27798
28678
  export declare class DescribeDatasetListResponseBodyDatasetInfoListTags extends $tea.Model {
27799
28679
  /**
27800
28680
  * @remarks
27801
- * The tag key.
28681
+ * 标签的键
27802
28682
  *
27803
28683
  * @example
27804
28684
  * ENV
@@ -27806,7 +28686,7 @@ export declare class DescribeDatasetListResponseBodyDatasetInfoListTags extends
27806
28686
  key?: string;
27807
28687
  /**
27808
28688
  * @remarks
27809
- * The tag value.
28689
+ * 标签值
27810
28690
  *
27811
28691
  * @example
27812
28692
  * 123
@@ -27869,7 +28749,7 @@ export declare class DescribeDatasetListResponseBodyDatasetInfoList extends $tea
27869
28749
  modifiedTime?: string;
27870
28750
  /**
27871
28751
  * @remarks
27872
- * The tags of the dataset.
28752
+ * 标签
27873
28753
  */
27874
28754
  tags?: DescribeDatasetListResponseBodyDatasetInfoListTags[];
27875
28755
  static names(): {
@@ -28959,39 +29839,33 @@ export declare class DescribeDeployedApisRequestTag extends $tea.Model {
28959
29839
  export declare class DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem extends $tea.Model {
28960
29840
  /**
28961
29841
  * @remarks
28962
- * The API ID.
29842
+ * The ID of the API.
28963
29843
  *
28964
29844
  * @example
28965
29845
  * c076144d7878437b8f82fb85890ce6a0
28966
29846
  */
28967
29847
  apiId?: string;
28968
29848
  /**
28969
- * @remarks
28970
- * The HTTP method of the API request.
28971
- *
28972
29849
  * @example
28973
29850
  * POST
28974
29851
  */
28975
29852
  apiMethod?: string;
28976
29853
  /**
28977
29854
  * @remarks
28978
- * The API name.
29855
+ * The name of the API.
28979
29856
  *
28980
29857
  * @example
28981
29858
  * DescribeObjects
28982
29859
  */
28983
29860
  apiName?: string;
28984
29861
  /**
28985
- * @remarks
28986
- * The request path of the API.
28987
- *
28988
29862
  * @example
28989
29863
  * /trademark/search
28990
29864
  */
28991
29865
  apiPath?: string;
28992
29866
  /**
28993
29867
  * @remarks
28994
- * The time when the API was published. The time is displayed in UTC.
29868
+ * The publising time (UTC) of the API.
28995
29869
  *
28996
29870
  * @example
28997
29871
  * 2016-07-23T08:28:48Z
@@ -28999,15 +29873,15 @@ export declare class DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem
28999
29873
  deployedTime?: string;
29000
29874
  /**
29001
29875
  * @remarks
29002
- * The API description.
29876
+ * The description of the API.
29003
29877
  *
29004
29878
  * @example
29005
- * Queries objects by page
29879
+ * Queries objects by pages
29006
29880
  */
29007
29881
  description?: string;
29008
29882
  /**
29009
29883
  * @remarks
29010
- * The API group ID.
29884
+ * The ID of the API group.
29011
29885
  *
29012
29886
  * @example
29013
29887
  * 63be9002440b4778a61122f14c2b2bbb
@@ -29015,7 +29889,7 @@ export declare class DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem
29015
29889
  groupId?: string;
29016
29890
  /**
29017
29891
  * @remarks
29018
- * The name of the API group to which the API belongs.
29892
+ * The name of the group to which the API belongs.
29019
29893
  *
29020
29894
  * @example
29021
29895
  * myGroup3
@@ -29023,7 +29897,7 @@ export declare class DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem
29023
29897
  groupName?: string;
29024
29898
  /**
29025
29899
  * @remarks
29026
- * The region ID of the API.
29900
+ * The region where the API is located.
29027
29901
  *
29028
29902
  * @example
29029
29903
  * cn-qingdao
@@ -29031,7 +29905,7 @@ export declare class DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem
29031
29905
  regionId?: string;
29032
29906
  /**
29033
29907
  * @remarks
29034
- * The environment name. Valid values:
29908
+ * The name of the runtime environment. Valid values:
29035
29909
  *
29036
29910
  * * **RELEASE**
29037
29911
  * * **TEST**
@@ -29215,7 +30089,7 @@ export declare class DescribeGroupTrafficResponseBodyTrafficPerSecond extends $t
29215
30089
  export declare class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extends $tea.Model {
29216
30090
  /**
29217
30091
  * @remarks
29218
- * The ID of the API.
30092
+ * The API ID.
29219
30093
  *
29220
30094
  * @example
29221
30095
  * 5af418828f0344a3b588c0cc1331a3bc
@@ -29223,7 +30097,7 @@ export declare class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extend
29223
30097
  apiId?: string;
29224
30098
  /**
29225
30099
  * @remarks
29226
- * The name of the API.
30100
+ * The API name.
29227
30101
  *
29228
30102
  * @example
29229
30103
  * v2_role_assign
@@ -29231,7 +30105,7 @@ export declare class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extend
29231
30105
  apiName?: string;
29232
30106
  /**
29233
30107
  * @remarks
29234
- * The publising time (UTC) of the API.
30108
+ * The time when the API was published. The time is displayed in UTC.
29235
30109
  *
29236
30110
  * @example
29237
30111
  * 2016-07-20T08:28:48Z
@@ -29239,7 +30113,7 @@ export declare class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extend
29239
30113
  deployedTime?: string;
29240
30114
  /**
29241
30115
  * @remarks
29242
- * The description of the API.
30116
+ * The API description.
29243
30117
  *
29244
30118
  * @example
29245
30119
  * Creates an object
@@ -29247,7 +30121,7 @@ export declare class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extend
29247
30121
  description?: string;
29248
30122
  /**
29249
30123
  * @remarks
29250
- * The ID of the API group.
30124
+ * The API group ID.
29251
30125
  *
29252
30126
  * @example
29253
30127
  * 1084f9034c744137901057206b39d2b6
@@ -29255,7 +30129,7 @@ export declare class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extend
29255
30129
  groupId?: string;
29256
30130
  /**
29257
30131
  * @remarks
29258
- * The name of the group to which the API belongs.
30132
+ * The name of the API group to which the API belongs.
29259
30133
  *
29260
30134
  * @example
29261
30135
  * myGroup2
@@ -29271,7 +30145,7 @@ export declare class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extend
29271
30145
  historyVersion?: string;
29272
30146
  /**
29273
30147
  * @remarks
29274
- * The ID of the region.
30148
+ * The region ID.
29275
30149
  *
29276
30150
  * @example
29277
30151
  * cn-qingdao
@@ -29279,7 +30153,7 @@ export declare class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extend
29279
30153
  regionId?: string;
29280
30154
  /**
29281
30155
  * @remarks
29282
- * Environmental alias
30156
+ * The environment alias.
29283
30157
  *
29284
30158
  * @example
29285
30159
  * Online
@@ -29287,10 +30161,10 @@ export declare class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extend
29287
30161
  stageAlias?: string;
29288
30162
  /**
29289
30163
  * @remarks
29290
- * The name of the runtime environment. Valid values:
30164
+ * The environment name. Valid values:
29291
30165
  *
29292
30166
  * * **RELEASE**
29293
- * * **TEST.
30167
+ * * **TEST**
29294
30168
  *
29295
30169
  * @example
29296
30170
  * RELEASE
@@ -29490,107 +30364,186 @@ export declare class DescribeImportOASTaskResponseBodyModelResults extends $tea.
29490
30364
  }
29491
30365
  export declare class DescribeInstanceClusterInfoResponseBodyInstanceClusterAttribute extends $tea.Model {
29492
30366
  /**
30367
+ * @remarks
30368
+ * The internal CIDR block of the user VPC that can be accessed by the cluster if the cluster consists of VPC integration instances.
30369
+ *
29493
30370
  * @example
29494
30371
  * ["192.168.1.0/24","192.168.0.0/24"]
29495
30372
  */
29496
30373
  connectCidrBlocks?: string;
29497
30374
  /**
30375
+ * @remarks
30376
+ * The ID of the user VPC that is connected to the cluster if the cluster consists of VPC integration instances.
30377
+ *
29498
30378
  * @example
29499
30379
  * vpc-p0w3kxxxxxxxxxxxxxxxx
29500
30380
  */
29501
30381
  connectVpcId?: string;
29502
30382
  /**
30383
+ * @remarks
30384
+ * Indicates whether outbound IPv6 traffic is supported.
30385
+ *
29503
30386
  * @example
29504
30387
  * true
29505
30388
  */
29506
30389
  egressIpv6Enable?: boolean;
29507
30390
  /**
30391
+ * @remarks
30392
+ * The HTTPS security policy.
30393
+ *
29508
30394
  * @example
29509
30395
  * HTTPS2_TLS1_0
29510
30396
  */
29511
30397
  httpsPolicies?: string;
29512
30398
  /**
30399
+ * @remarks
30400
+ * The ID of the IPv4 access control list (ACL).
30401
+ *
29513
30402
  * @example
29514
30403
  * acl-t4n8i4rvvp70kcyuoXXXX
29515
30404
  */
29516
30405
  IPV4AclId?: string;
29517
30406
  /**
30407
+ * @remarks
30408
+ * The name of the IPv4 ACL.
30409
+ *
29518
30410
  * @example
29519
30411
  * test-black
29520
30412
  */
29521
30413
  IPV4AclName?: string;
29522
30414
  /**
30415
+ * @remarks
30416
+ * Indicates whether IPv4 access control is enabled. Valid values:
30417
+ *
30418
+ * * on
30419
+ * * off
30420
+ *
29523
30421
  * @example
29524
30422
  * on
29525
30423
  */
29526
30424
  IPV4AclStatus?: string;
29527
30425
  /**
30426
+ * @remarks
30427
+ * The type of the IPv4 ACL.
30428
+ *
30429
+ * * black: blacklist
30430
+ * * white: whitelist
30431
+ *
29528
30432
  * @example
29529
30433
  * black
29530
30434
  */
29531
30435
  IPV4AclType?: string;
29532
30436
  /**
30437
+ * @remarks
30438
+ * The ID of the IPv6 ACL.
30439
+ *
29533
30440
  * @example
29534
30441
  * acl-t4nevzhwbpe7cup18XXXX
29535
30442
  */
29536
30443
  IPV6AclId?: string;
29537
30444
  /**
30445
+ * @remarks
30446
+ * The name of the IPv6 ACL.
30447
+ *
29538
30448
  * @example
29539
30449
  * test
29540
30450
  */
29541
30451
  IPV6AclName?: string;
29542
30452
  /**
30453
+ * @remarks
30454
+ * Indicates whether IPv6 access control is enabled. Valid values:
30455
+ *
30456
+ * * **on**
30457
+ * * **off**
30458
+ *
29543
30459
  * @example
29544
30460
  * on
29545
30461
  */
29546
30462
  IPV6AclStatus?: string;
29547
30463
  /**
30464
+ * @remarks
30465
+ * The type of the IPv6 ACL. Valid values:
30466
+ *
30467
+ * * black: blacklist
30468
+ * * white: whitelist
30469
+ *
29548
30470
  * @example
29549
30471
  * white
29550
30472
  */
29551
30473
  IPV6AclType?: string;
29552
30474
  /**
30475
+ * @remarks
30476
+ * The outbound public IP address.
30477
+ *
29553
30478
  * @example
29554
30479
  * 39.106.XX.XX
29555
30480
  */
29556
30481
  internetEgressAddress?: string;
29557
30482
  /**
30483
+ * @remarks
30484
+ * The outbound private IP address.
30485
+ *
29558
30486
  * @example
29559
30487
  * 100.104.XX.XX/26
29560
30488
  */
29561
30489
  intranetEgressAddress?: string;
29562
30490
  /**
30491
+ * @remarks
30492
+ * The custom CIDR block. The configured CIDR block is considered as a private block.
30493
+ *
29563
30494
  * @example
29564
30495
  * 123.0.0.1
29565
30496
  */
29566
30497
  intranetSegments?: string;
29567
30498
  /**
30499
+ * @remarks
30500
+ * Indicates whether IPv6 traffic is supported.
30501
+ *
29568
30502
  * @example
29569
30503
  * true
29570
30504
  */
29571
30505
  supportIpv6?: boolean;
29572
30506
  /**
30507
+ * @remarks
30508
+ * The ID of the client VPC.
30509
+ *
29573
30510
  * @example
29574
30511
  * vpc-2zew2v4vcg78mXXXX
29575
30512
  */
29576
30513
  userVpcId?: string;
29577
30514
  /**
30515
+ * @remarks
30516
+ * The vSwitch of the client VPC.
30517
+ *
29578
30518
  * @example
29579
30519
  * vsw-2zecr5r7ao44tslsXXXX
29580
30520
  */
29581
30521
  userVswitchId?: string;
29582
30522
  /**
30523
+ * @remarks
30524
+ * The VIPs of the cluster.
30525
+ *
29583
30526
  * @example
29584
30527
  * VPC_INTERNET_IPV6
29585
30528
  */
29586
30529
  vipTypeList?: string;
30530
+ /**
30531
+ * @remarks
30532
+ * Indicates whether a virtual private cloud (VPC) domain name is enabled.
30533
+ */
29587
30534
  vpcIntranetEnable?: boolean;
29588
30535
  /**
30536
+ * @remarks
30537
+ * The ID of the account to which the VPC belongs.
30538
+ *
29589
30539
  * @example
29590
30540
  * 165438596694XXXX
29591
30541
  */
29592
30542
  vpcOwnerId?: number;
29593
30543
  /**
30544
+ * @remarks
30545
+ * Indicates whether self-calling is enabled.
30546
+ *
29594
30547
  * @example
29595
30548
  * false
29596
30549
  */
@@ -29607,21 +30560,33 @@ export declare class DescribeInstanceClusterInfoResponseBodyInstanceClusterAttri
29607
30560
  }
29608
30561
  export declare class DescribeInstanceClusterInfoResponseBodyInstanceListInstance extends $tea.Model {
29609
30562
  /**
30563
+ * @remarks
30564
+ * The error message returned if the call fails.
30565
+ *
29610
30566
  * @example
29611
30567
  * Instance not found.
29612
30568
  */
29613
30569
  errorMessage?: string;
29614
30570
  /**
30571
+ * @remarks
30572
+ * The instance ID.
30573
+ *
29615
30574
  * @example
29616
30575
  * apigateway-ht-04e41d95e9c1
29617
30576
  */
29618
30577
  instanceId?: string;
29619
30578
  /**
30579
+ * @remarks
30580
+ * The instance name.
30581
+ *
29620
30582
  * @example
29621
30583
  * tf-testacceu-central-1apigatewayinstance8752
29622
30584
  */
29623
30585
  instanceName?: string;
29624
30586
  /**
30587
+ * @remarks
30588
+ * The instance status.
30589
+ *
29625
30590
  * @example
29626
30591
  * RUNNING
29627
30592
  */
@@ -29650,25 +30615,65 @@ export declare class DescribeInstanceClusterInfoResponseBodyInstanceList extends
29650
30615
  }
29651
30616
  export declare class DescribeInstanceClusterListResponseBodyInstanceClustersInstanceCluster extends $tea.Model {
29652
30617
  /**
30618
+ * @remarks
30619
+ * The time when the cluster was created. The time is displayed in UTC.
30620
+ *
29653
30621
  * @example
29654
30622
  * 2023-08-14T17:46:59+08:00
29655
30623
  */
29656
30624
  createdTime?: string;
29657
30625
  /**
30626
+ * @remarks
30627
+ * The cluster description.
30628
+ *
29658
30629
  * @example
29659
30630
  * Test TrafficControl
29660
30631
  */
29661
30632
  description?: string;
30633
+ /**
30634
+ * @remarks
30635
+ * The cluster ID.
30636
+ *
30637
+ * @example
30638
+ * apigateway-cluster-hz-xxxxxxxxxxxx
30639
+ */
29662
30640
  instanceClusterId?: string;
30641
+ /**
30642
+ * @remarks
30643
+ * The cluster name.
30644
+ *
30645
+ * @example
30646
+ * test-cluster
30647
+ */
29663
30648
  instanceClusterName?: string;
30649
+ /**
30650
+ * @remarks
30651
+ * The cluster status.
30652
+ *
30653
+ * @example
30654
+ * RUNNING
30655
+ */
29664
30656
  instanceClusterStatus?: string;
30657
+ /**
30658
+ * @remarks
30659
+ * The cluster type.
30660
+ *
30661
+ * @example
30662
+ * normal
30663
+ */
29665
30664
  instanceClusterType?: string;
29666
30665
  /**
30666
+ * @remarks
30667
+ * The time when the cluster was last modified. The time is displayed in UTC.
30668
+ *
29667
30669
  * @example
29668
30670
  * 2024-01-12T10:11:08+08:00
29669
30671
  */
29670
30672
  modifiedTime?: string;
29671
30673
  /**
30674
+ * @remarks
30675
+ * The region ID of the cluster.
30676
+ *
29672
30677
  * @example
29673
30678
  * cn-shenzhen
29674
30679
  */
@@ -30811,7 +31816,21 @@ export declare class DescribeLogConfigResponseBodyLogInfos extends $tea.Model {
30811
31816
  });
30812
31817
  }
30813
31818
  export declare class DescribeModelsRequestTag extends $tea.Model {
31819
+ /**
31820
+ * @remarks
31821
+ * The tag key.
31822
+ *
31823
+ * @example
31824
+ * key
31825
+ */
30814
31826
  key?: string;
31827
+ /**
31828
+ * @remarks
31829
+ * The tag value.
31830
+ *
31831
+ * @example
31832
+ * value
31833
+ */
30815
31834
  value?: string;
30816
31835
  static names(): {
30817
31836
  [key: string]: string;
@@ -30824,7 +31843,21 @@ export declare class DescribeModelsRequestTag extends $tea.Model {
30824
31843
  });
30825
31844
  }
30826
31845
  export declare class DescribeModelsResponseBodyModelDetailsModelDetailTagsTagInfo extends $tea.Model {
31846
+ /**
31847
+ * @remarks
31848
+ * The tag key.
31849
+ *
31850
+ * @example
31851
+ * ENV
31852
+ */
30827
31853
  key?: string;
31854
+ /**
31855
+ * @remarks
31856
+ * The tag value.
31857
+ *
31858
+ * @example
31859
+ * ST4
31860
+ */
30828
31861
  value?: string;
30829
31862
  static names(): {
30830
31863
  [key: string]: string;
@@ -30859,7 +31892,7 @@ export declare class DescribeModelsResponseBodyModelDetailsModelDetail extends $
30859
31892
  createdTime?: string;
30860
31893
  /**
30861
31894
  * @remarks
30862
- * The definition of the model description.
31895
+ * The description of the model definition.
30863
31896
  *
30864
31897
  * @example
30865
31898
  * Model Description
@@ -30899,7 +31932,7 @@ export declare class DescribeModelsResponseBodyModelDetailsModelDetail extends $
30899
31932
  modelRef?: string;
30900
31933
  /**
30901
31934
  * @remarks
30902
- * The last modification time of the model.
31935
+ * The time when the model was last modified.
30903
31936
  *
30904
31937
  * @example
30905
31938
  * 2019-01-29T11:07:48Z
@@ -30913,6 +31946,10 @@ export declare class DescribeModelsResponseBodyModelDetailsModelDetail extends $
30913
31946
  * {\\"type\\":\\"object\\",\\"properties\\":{\\"id\\":{\\"format\\":\\"int64\\",\\"maximum\\":100,\\"exclusiveMaximum\\":true,\\"type\\":\\"integer\\"},\\"name\\":{\\"maxLength\\":10,\\"type\\":\\"string\\"}}}
30914
31947
  */
30915
31948
  schema?: string;
31949
+ /**
31950
+ * @remarks
31951
+ * The tags of the model.
31952
+ */
30916
31953
  tags?: DescribeModelsResponseBodyModelDetailsModelDetailTags;
30917
31954
  static names(): {
30918
31955
  [key: string]: string;
@@ -33127,6 +34164,55 @@ export declare class ImportSwaggerResponseBodySuccess extends $tea.Model {
33127
34164
  [key: string]: any;
33128
34165
  });
33129
34166
  }
34167
+ export declare class ListPrivateDNSResponseBodyPrivateDNSListRecords extends $tea.Model {
34168
+ /**
34169
+ * @example
34170
+ * 192.168.0.1
34171
+ */
34172
+ record?: string;
34173
+ /**
34174
+ * @example
34175
+ * 100
34176
+ */
34177
+ weight?: number;
34178
+ static names(): {
34179
+ [key: string]: string;
34180
+ };
34181
+ static types(): {
34182
+ [key: string]: any;
34183
+ };
34184
+ constructor(map?: {
34185
+ [key: string]: any;
34186
+ });
34187
+ }
34188
+ export declare class ListPrivateDNSResponseBodyPrivateDNSList extends $tea.Model {
34189
+ bindInstances?: string[];
34190
+ /**
34191
+ * @example
34192
+ * 2023-05-10T08:17:00Z
34193
+ */
34194
+ createdTime?: string;
34195
+ /**
34196
+ * @example
34197
+ * api.demo.com
34198
+ */
34199
+ intranetDomain?: string;
34200
+ records?: ListPrivateDNSResponseBodyPrivateDNSListRecords[];
34201
+ /**
34202
+ * @example
34203
+ * A
34204
+ */
34205
+ type?: string;
34206
+ static names(): {
34207
+ [key: string]: string;
34208
+ };
34209
+ static types(): {
34210
+ [key: string]: any;
34211
+ };
34212
+ constructor(map?: {
34213
+ [key: string]: any;
34214
+ });
34215
+ }
33130
34216
  export declare class ListTagResourcesRequestTag extends $tea.Model {
33131
34217
  /**
33132
34218
  * @remarks
@@ -33306,21 +34392,33 @@ export declare class ModifyAppRequestTag extends $tea.Model {
33306
34392
  }
33307
34393
  export declare class ModifyInstanceAttributeRequestToConnectVpcIpBlock extends $tea.Model {
33308
34394
  /**
34395
+ * @remarks
34396
+ * The CIDR block of the VSwitch.
34397
+ *
33309
34398
  * @example
33310
34399
  * 172.16.0.0/16
33311
34400
  */
33312
34401
  cidrBlock?: string;
33313
34402
  /**
34403
+ * @remarks
34404
+ * Specifies whether the CIDR block is a custom CIDR block.
34405
+ *
33314
34406
  * @example
33315
34407
  * false
33316
34408
  */
33317
34409
  customized?: boolean;
33318
34410
  /**
34411
+ * @remarks
34412
+ * The vSwitch ID.
34413
+ *
33319
34414
  * @example
33320
34415
  * vsw-wz94cqvaoe1ipxxxxxx
33321
34416
  */
33322
34417
  vswitchId?: string;
33323
34418
  /**
34419
+ * @remarks
34420
+ * The zone ID.
34421
+ *
33324
34422
  * @example
33325
34423
  * cn-hangzhou-a
33326
34424
  */
@@ -33826,6 +34924,27 @@ export declare class TagResourcesRequestTag extends $tea.Model {
33826
34924
  [key: string]: any;
33827
34925
  });
33828
34926
  }
34927
+ export declare class UpdatePrivateDNSRequestRecords extends $tea.Model {
34928
+ /**
34929
+ * @example
34930
+ * 192.168.0.2
34931
+ */
34932
+ record?: string;
34933
+ /**
34934
+ * @example
34935
+ * 100
34936
+ */
34937
+ weight?: number;
34938
+ static names(): {
34939
+ [key: string]: string;
34940
+ };
34941
+ static types(): {
34942
+ [key: string]: any;
34943
+ };
34944
+ constructor(map?: {
34945
+ [key: string]: any;
34946
+ });
34947
+ }
33829
34948
  export default class Client extends OpenApi {
33830
34949
  constructor(config: $OpenApi.Config);
33831
34950
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
@@ -33923,6 +35042,21 @@ export default class Client extends OpenApi {
33923
35042
  * @returns AddTrafficSpecialControlResponse
33924
35043
  */
33925
35044
  addTrafficSpecialControl(request: AddTrafficSpecialControlRequest): Promise<AddTrafficSpecialControlResponse>;
35045
+ /**
35046
+ * 专享实例关联内网域名解析记录
35047
+ *
35048
+ * @param tmpReq - AssociateInstanceWithPrivateDNSRequest
35049
+ * @param runtime - runtime options for this request RuntimeOptions
35050
+ * @returns AssociateInstanceWithPrivateDNSResponse
35051
+ */
35052
+ associateInstanceWithPrivateDNSWithOptions(tmpReq: AssociateInstanceWithPrivateDNSRequest, runtime: $Util.RuntimeOptions): Promise<AssociateInstanceWithPrivateDNSResponse>;
35053
+ /**
35054
+ * 专享实例关联内网域名解析记录
35055
+ *
35056
+ * @param request - AssociateInstanceWithPrivateDNSRequest
35057
+ * @returns AssociateInstanceWithPrivateDNSResponse
35058
+ */
35059
+ associateInstanceWithPrivateDNS(request: AssociateInstanceWithPrivateDNSRequest): Promise<AssociateInstanceWithPrivateDNSResponse>;
33926
35060
  /**
33927
35061
  * Attaches APIs to an API product. If the API product does not exist, the system automatically creates the API product.
33928
35062
  *
@@ -34101,7 +35235,7 @@ export default class Client extends OpenApi {
34101
35235
  */
34102
35236
  createApp(request: CreateAppRequest): Promise<CreateAppResponse>;
34103
35237
  /**
34104
- * 创建新的AppCode
35238
+ * Adds an AppCode to an application.
34105
35239
  *
34106
35240
  * @param request - CreateAppCodeRequest
34107
35241
  * @param runtime - runtime options for this request RuntimeOptions
@@ -34109,14 +35243,14 @@ export default class Client extends OpenApi {
34109
35243
  */
34110
35244
  createAppCodeWithOptions(request: CreateAppCodeRequest, runtime: $Util.RuntimeOptions): Promise<CreateAppCodeResponse>;
34111
35245
  /**
34112
- * 创建新的AppCode
35246
+ * Adds an AppCode to an application.
34113
35247
  *
34114
35248
  * @param request - CreateAppCodeRequest
34115
35249
  * @returns CreateAppCodeResponse
34116
35250
  */
34117
35251
  createAppCode(request: CreateAppCodeRequest): Promise<CreateAppCodeResponse>;
34118
35252
  /**
34119
- * 创建新的AK、SK
35253
+ * Adds an AppKey and AppSecret pair to an application.
34120
35254
  *
34121
35255
  * @param request - CreateAppKeyRequest
34122
35256
  * @param runtime - runtime options for this request RuntimeOptions
@@ -34124,7 +35258,7 @@ export default class Client extends OpenApi {
34124
35258
  */
34125
35259
  createAppKeyWithOptions(request: CreateAppKeyRequest, runtime: $Util.RuntimeOptions): Promise<CreateAppKeyResponse>;
34126
35260
  /**
34127
- * 创建新的AK、SK
35261
+ * Adds an AppKey and AppSecret pair to an application.
34128
35262
  *
34129
35263
  * @param request - CreateAppKeyRequest
34130
35264
  * @returns CreateAppKeyResponse
@@ -34319,6 +35453,21 @@ export default class Client extends OpenApi {
34319
35453
  * @returns CreatePluginResponse
34320
35454
  */
34321
35455
  createPlugin(request: CreatePluginRequest): Promise<CreatePluginResponse>;
35456
+ /**
35457
+ * 创建内网域名解析
35458
+ *
35459
+ * @param tmpReq - CreatePrivateDNSRequest
35460
+ * @param runtime - runtime options for this request RuntimeOptions
35461
+ * @returns CreatePrivateDNSResponse
35462
+ */
35463
+ createPrivateDNSWithOptions(tmpReq: CreatePrivateDNSRequest, runtime: $Util.RuntimeOptions): Promise<CreatePrivateDNSResponse>;
35464
+ /**
35465
+ * 创建内网域名解析
35466
+ *
35467
+ * @param request - CreatePrivateDNSRequest
35468
+ * @returns CreatePrivateDNSResponse
35469
+ */
35470
+ createPrivateDNS(request: CreatePrivateDNSRequest): Promise<CreatePrivateDNSResponse>;
34322
35471
  /**
34323
35472
  * Creates a backend signature key.
34324
35473
  *
@@ -34408,7 +35557,7 @@ export default class Client extends OpenApi {
34408
35557
  */
34409
35558
  deleteAllTrafficSpecialControl(request: DeleteAllTrafficSpecialControlRequest): Promise<DeleteAllTrafficSpecialControlResponse>;
34410
35559
  /**
34411
- * Deletes an API.
35560
+ * Deletes the definition of a specified API.
34412
35561
  *
34413
35562
  * @remarks
34414
35563
  * This operation is intended for API providers and cannot be undone after it is complete.
@@ -34421,7 +35570,7 @@ export default class Client extends OpenApi {
34421
35570
  */
34422
35571
  deleteApiWithOptions(request: DeleteApiRequest, runtime: $Util.RuntimeOptions): Promise<DeleteApiResponse>;
34423
35572
  /**
34424
- * Deletes an API.
35573
+ * Deletes the definition of a specified API.
34425
35574
  *
34426
35575
  * @remarks
34427
35576
  * This operation is intended for API providers and cannot be undone after it is complete.
@@ -34523,7 +35672,7 @@ export default class Client extends OpenApi {
34523
35672
  */
34524
35673
  deleteApp(request: DeleteAppRequest): Promise<DeleteAppResponse>;
34525
35674
  /**
34526
- * 删除新的AppCode
35675
+ * Deletes the AppCode of an application.
34527
35676
  *
34528
35677
  * @param request - DeleteAppCodeRequest
34529
35678
  * @param runtime - runtime options for this request RuntimeOptions
@@ -34531,14 +35680,14 @@ export default class Client extends OpenApi {
34531
35680
  */
34532
35681
  deleteAppCodeWithOptions(request: DeleteAppCodeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAppCodeResponse>;
34533
35682
  /**
34534
- * 删除新的AppCode
35683
+ * Deletes the AppCode of an application.
34535
35684
  *
34536
35685
  * @param request - DeleteAppCodeRequest
34537
35686
  * @returns DeleteAppCodeResponse
34538
35687
  */
34539
35688
  deleteAppCode(request: DeleteAppCodeRequest): Promise<DeleteAppCodeResponse>;
34540
35689
  /**
34541
- * 删除新的AppKey
35690
+ * Deletes the AppKey and AppSecret of an application.
34542
35691
  *
34543
35692
  * @param request - DeleteAppKeyRequest
34544
35693
  * @param runtime - runtime options for this request RuntimeOptions
@@ -34546,7 +35695,7 @@ export default class Client extends OpenApi {
34546
35695
  */
34547
35696
  deleteAppKeyWithOptions(request: DeleteAppKeyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAppKeyResponse>;
34548
35697
  /**
34549
- * 删除新的AppKey
35698
+ * Deletes the AppKey and AppSecret of an application.
34550
35699
  *
34551
35700
  * @param request - DeleteAppKeyRequest
34552
35701
  * @returns DeleteAppKeyResponse
@@ -34613,7 +35762,7 @@ export default class Client extends OpenApi {
34613
35762
  */
34614
35763
  deleteDatasetItem(request: DeleteDatasetItemRequest): Promise<DeleteDatasetItemResponse>;
34615
35764
  /**
34616
- * Unbinds a custom domain name from a specified API group.
35765
+ * Unbinds a custom domain name from an API group.
34617
35766
  *
34618
35767
  * @remarks
34619
35768
  * This operation is intended for API providers.
@@ -34626,7 +35775,7 @@ export default class Client extends OpenApi {
34626
35775
  */
34627
35776
  deleteDomainWithOptions(request: DeleteDomainRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainResponse>;
34628
35777
  /**
34629
- * Unbinds a custom domain name from a specified API group.
35778
+ * Unbinds a custom domain name from an API group.
34630
35779
  *
34631
35780
  * @remarks
34632
35781
  * This operation is intended for API providers.
@@ -34708,7 +35857,7 @@ export default class Client extends OpenApi {
34708
35857
  */
34709
35858
  deleteLogConfig(request: DeleteLogConfigRequest): Promise<DeleteLogConfigResponse>;
34710
35859
  /**
34711
- * Deletes a model from Model Management for an API group.
35860
+ * Deletes a model.
34712
35861
  *
34713
35862
  * @param request - DeleteModelRequest
34714
35863
  * @param runtime - runtime options for this request RuntimeOptions
@@ -34716,7 +35865,7 @@ export default class Client extends OpenApi {
34716
35865
  */
34717
35866
  deleteModelWithOptions(request: DeleteModelRequest, runtime: $Util.RuntimeOptions): Promise<DeleteModelResponse>;
34718
35867
  /**
34719
- * Deletes a model from Model Management for an API group.
35868
+ * Deletes a model.
34720
35869
  *
34721
35870
  * @param request - DeleteModelRequest
34722
35871
  * @returns DeleteModelResponse
@@ -34760,6 +35909,21 @@ export default class Client extends OpenApi {
34760
35909
  * @returns DeletePluginResponse
34761
35910
  */
34762
35911
  deletePlugin(request: DeletePluginRequest): Promise<DeletePluginResponse>;
35912
+ /**
35913
+ * 删除内网域名解析
35914
+ *
35915
+ * @param request - DeletePrivateDNSRequest
35916
+ * @param runtime - runtime options for this request RuntimeOptions
35917
+ * @returns DeletePrivateDNSResponse
35918
+ */
35919
+ deletePrivateDNSWithOptions(request: DeletePrivateDNSRequest, runtime: $Util.RuntimeOptions): Promise<DeletePrivateDNSResponse>;
35920
+ /**
35921
+ * 删除内网域名解析
35922
+ *
35923
+ * @param request - DeletePrivateDNSRequest
35924
+ * @returns DeletePrivateDNSResponse
35925
+ */
35926
+ deletePrivateDNS(request: DeletePrivateDNSRequest): Promise<DeletePrivateDNSResponse>;
34763
35927
  /**
34764
35928
  * Deletes a backend signature key.
34765
35929
  *
@@ -35366,12 +36530,16 @@ export default class Client extends OpenApi {
35366
36530
  */
35367
36531
  describeApisByTrafficControl(request: DescribeApisByTrafficControlRequest): Promise<DescribeApisByTrafficControlResponse>;
35368
36532
  /**
36533
+ * Queries the APIs that are associated with a virtual private cloud (VPC) access authorization in a region.
36534
+ *
35369
36535
  * @param request - DescribeApisByVpcAccessRequest
35370
36536
  * @param runtime - runtime options for this request RuntimeOptions
35371
36537
  * @returns DescribeApisByVpcAccessResponse
35372
36538
  */
35373
36539
  describeApisByVpcAccessWithOptions(request: DescribeApisByVpcAccessRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApisByVpcAccessResponse>;
35374
36540
  /**
36541
+ * Queries the APIs that are associated with a virtual private cloud (VPC) access authorization in a region.
36542
+ *
35375
36543
  * @param request - DescribeApisByVpcAccessRequest
35376
36544
  * @returns DescribeApisByVpcAccessResponse
35377
36545
  */
@@ -35430,7 +36598,7 @@ export default class Client extends OpenApi {
35430
36598
  */
35431
36599
  describeAppAttributes(request: DescribeAppAttributesRequest): Promise<DescribeAppAttributesResponse>;
35432
36600
  /**
35433
- * 查询APP的密钥信息
36601
+ * Queries the key-related information of an application.
35434
36602
  *
35435
36603
  * @param request - DescribeAppSecuritiesRequest
35436
36604
  * @param runtime - runtime options for this request RuntimeOptions
@@ -35438,7 +36606,7 @@ export default class Client extends OpenApi {
35438
36606
  */
35439
36607
  describeAppSecuritiesWithOptions(request: DescribeAppSecuritiesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAppSecuritiesResponse>;
35440
36608
  /**
35441
- * 查询APP的密钥信息
36609
+ * Queries the key-related information of an application.
35442
36610
  *
35443
36611
  * @param request - DescribeAppSecuritiesRequest
35444
36612
  * @returns DescribeAppSecuritiesResponse
@@ -35466,11 +36634,11 @@ export default class Client extends OpenApi {
35466
36634
  */
35467
36635
  describeAppSecurity(request: DescribeAppSecurityRequest): Promise<DescribeAppSecurityResponse>;
35468
36636
  /**
35469
- * Queries the apps. App information is returned only to the app owner.
36637
+ * Queries the apps of a user. App information is returned only to the app owner.
35470
36638
  *
35471
36639
  * @remarks
35472
36640
  * This API is intended for API providers.
35473
- * * API providers can use the app IDs or their Apsara Stack tenant accounts to query app information.
36641
+ * * API providers can use the app IDs or their Alibaba Cloud accounts to query app information.
35474
36642
  * * Each provider can call this operation for a maximum of 200 times every day in a region.
35475
36643
  *
35476
36644
  * @param request - DescribeAppsRequest
@@ -35479,11 +36647,11 @@ export default class Client extends OpenApi {
35479
36647
  */
35480
36648
  describeAppsWithOptions(request: DescribeAppsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAppsResponse>;
35481
36649
  /**
35482
- * Queries the apps. App information is returned only to the app owner.
36650
+ * Queries the apps of a user. App information is returned only to the app owner.
35483
36651
  *
35484
36652
  * @remarks
35485
36653
  * This API is intended for API providers.
35486
- * * API providers can use the app IDs or their Apsara Stack tenant accounts to query app information.
36654
+ * * API providers can use the app IDs or their Alibaba Cloud accounts to query app information.
35487
36655
  * * Each provider can call this operation for a maximum of 200 times every day in a region.
35488
36656
  *
35489
36657
  * @param request - DescribeAppsRequest
@@ -35672,10 +36840,10 @@ export default class Client extends OpenApi {
35672
36840
  */
35673
36841
  describeDeployedApi(request: DescribeDeployedApiRequest): Promise<DescribeDeployedApiResponse>;
35674
36842
  /**
35675
- * Queries the APIs that are published to and running in an environment.
36843
+ * Queries the APIs that have been published to a specified environment.
35676
36844
  *
35677
36845
  * @remarks
35678
- * This operation is intended for API callers.
36846
+ * This API is intended for API providers.
35679
36847
  *
35680
36848
  * @param request - DescribeDeployedApisRequest
35681
36849
  * @param runtime - runtime options for this request RuntimeOptions
@@ -35683,17 +36851,17 @@ export default class Client extends OpenApi {
35683
36851
  */
35684
36852
  describeDeployedApisWithOptions(request: DescribeDeployedApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDeployedApisResponse>;
35685
36853
  /**
35686
- * Queries the APIs that are published to and running in an environment.
36854
+ * Queries the APIs that have been published to a specified environment.
35687
36855
  *
35688
36856
  * @remarks
35689
- * This operation is intended for API callers.
36857
+ * This API is intended for API providers.
35690
36858
  *
35691
36859
  * @param request - DescribeDeployedApisRequest
35692
36860
  * @returns DescribeDeployedApisResponse
35693
36861
  */
35694
36862
  describeDeployedApis(request: DescribeDeployedApisRequest): Promise<DescribeDeployedApisResponse>;
35695
36863
  /**
35696
- * Queries the details about a bound custom domain name, including the system assigned second-level domain name, custom domain name, and SSL certificate.
36864
+ * Queries details about a bound custom domain name, including the automatically assigned second-level domain name, custom domain name, and SSL certificate.
35697
36865
  *
35698
36866
  * @param request - DescribeDomainRequest
35699
36867
  * @param runtime - runtime options for this request RuntimeOptions
@@ -35701,7 +36869,7 @@ export default class Client extends OpenApi {
35701
36869
  */
35702
36870
  describeDomainWithOptions(request: DescribeDomainRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainResponse>;
35703
36871
  /**
35704
- * Queries the details about a bound custom domain name, including the system assigned second-level domain name, custom domain name, and SSL certificate.
36872
+ * Queries details about a bound custom domain name, including the automatically assigned second-level domain name, custom domain name, and SSL certificate.
35705
36873
  *
35706
36874
  * @param request - DescribeDomainRequest
35707
36875
  * @returns DescribeDomainResponse
@@ -35783,7 +36951,7 @@ export default class Client extends OpenApi {
35783
36951
  */
35784
36952
  describeImportOASTask(request: DescribeImportOASTaskRequest): Promise<DescribeImportOASTaskResponse>;
35785
36953
  /**
35786
- * 查询专享实例集群的详情
36954
+ * Queries the information about a dedicated instance cluster.
35787
36955
  *
35788
36956
  * @param request - DescribeInstanceClusterInfoRequest
35789
36957
  * @param runtime - runtime options for this request RuntimeOptions
@@ -35791,14 +36959,14 @@ export default class Client extends OpenApi {
35791
36959
  */
35792
36960
  describeInstanceClusterInfoWithOptions(request: DescribeInstanceClusterInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceClusterInfoResponse>;
35793
36961
  /**
35794
- * 查询专享实例集群的详情
36962
+ * Queries the information about a dedicated instance cluster.
35795
36963
  *
35796
36964
  * @param request - DescribeInstanceClusterInfoRequest
35797
36965
  * @returns DescribeInstanceClusterInfoResponse
35798
36966
  */
35799
36967
  describeInstanceClusterInfo(request: DescribeInstanceClusterInfoRequest): Promise<DescribeInstanceClusterInfoResponse>;
35800
36968
  /**
35801
- * 查询专享实例集群列表
36969
+ * Queries dedicated instance clusters.
35802
36970
  *
35803
36971
  * @param request - DescribeInstanceClusterListRequest
35804
36972
  * @param runtime - runtime options for this request RuntimeOptions
@@ -35806,7 +36974,7 @@ export default class Client extends OpenApi {
35806
36974
  */
35807
36975
  describeInstanceClusterListWithOptions(request: DescribeInstanceClusterListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceClusterListResponse>;
35808
36976
  /**
35809
- * 查询专享实例集群列表
36977
+ * Queries dedicated instance clusters.
35810
36978
  *
35811
36979
  * @param request - DescribeInstanceClusterListRequest
35812
36980
  * @returns DescribeInstanceClusterListResponse
@@ -36039,7 +37207,7 @@ export default class Client extends OpenApi {
36039
37207
  */
36040
37208
  describeMarketRemainsQuota(request: DescribeMarketRemainsQuotaRequest): Promise<DescribeMarketRemainsQuotaResponse>;
36041
37209
  /**
36042
- * Obtains the created models of an API group.
37210
+ * Queries the created models of an API group.
36043
37211
  *
36044
37212
  * @remarks
36045
37213
  * Fuzzy queries are supported.
@@ -36050,7 +37218,7 @@ export default class Client extends OpenApi {
36050
37218
  */
36051
37219
  describeModelsWithOptions(request: DescribeModelsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeModelsResponse>;
36052
37220
  /**
36053
- * Obtains the created models of an API group.
37221
+ * Queries the created models of an API group.
36054
37222
  *
36055
37223
  * @remarks
36056
37224
  * Fuzzy queries are supported.
@@ -36162,7 +37330,7 @@ export default class Client extends OpenApi {
36162
37330
  */
36163
37331
  describePurchasedApiGroup(request: DescribePurchasedApiGroupRequest): Promise<DescribePurchasedApiGroupResponse>;
36164
37332
  /**
36165
- * Queries API groups that are purchased from Alibaba Cloud Marketplace.
37333
+ * Queries the API groups purchased from Alibaba Cloud Marketplace.
36166
37334
  *
36167
37335
  * @param request - DescribePurchasedApiGroupsRequest
36168
37336
  * @param runtime - runtime options for this request RuntimeOptions
@@ -36170,7 +37338,7 @@ export default class Client extends OpenApi {
36170
37338
  */
36171
37339
  describePurchasedApiGroupsWithOptions(request: DescribePurchasedApiGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePurchasedApiGroupsResponse>;
36172
37340
  /**
36173
- * Queries API groups that are purchased from Alibaba Cloud Marketplace.
37341
+ * Queries the API groups purchased from Alibaba Cloud Marketplace.
36174
37342
  *
36175
37343
  * @param request - DescribePurchasedApiGroupsRequest
36176
37344
  * @returns DescribePurchasedApiGroupsResponse
@@ -36443,6 +37611,21 @@ export default class Client extends OpenApi {
36443
37611
  * @returns DisableInstanceAccessControlResponse
36444
37612
  */
36445
37613
  disableInstanceAccessControl(request: DisableInstanceAccessControlRequest): Promise<DisableInstanceAccessControlResponse>;
37614
+ /**
37615
+ * 专享实例解除的关联内网域名解析记录
37616
+ *
37617
+ * @param tmpReq - DissociateInstanceWithPrivateDNSRequest
37618
+ * @param runtime - runtime options for this request RuntimeOptions
37619
+ * @returns DissociateInstanceWithPrivateDNSResponse
37620
+ */
37621
+ dissociateInstanceWithPrivateDNSWithOptions(tmpReq: DissociateInstanceWithPrivateDNSRequest, runtime: $Util.RuntimeOptions): Promise<DissociateInstanceWithPrivateDNSResponse>;
37622
+ /**
37623
+ * 专享实例解除的关联内网域名解析记录
37624
+ *
37625
+ * @param request - DissociateInstanceWithPrivateDNSRequest
37626
+ * @returns DissociateInstanceWithPrivateDNSResponse
37627
+ */
37628
+ dissociateInstanceWithPrivateDNS(request: DissociateInstanceWithPrivateDNSRequest): Promise<DissociateInstanceWithPrivateDNSResponse>;
36446
37629
  /**
36447
37630
  * Checks the syntax before Swagger-compliant data is imported.
36448
37631
  *
@@ -36526,6 +37709,21 @@ export default class Client extends OpenApi {
36526
37709
  * @returns ImportSwaggerResponse
36527
37710
  */
36528
37711
  importSwagger(request: ImportSwaggerRequest): Promise<ImportSwaggerResponse>;
37712
+ /**
37713
+ * 查询内网域名解析
37714
+ *
37715
+ * @param request - ListPrivateDNSRequest
37716
+ * @param runtime - runtime options for this request RuntimeOptions
37717
+ * @returns ListPrivateDNSResponse
37718
+ */
37719
+ listPrivateDNSWithOptions(request: ListPrivateDNSRequest, runtime: $Util.RuntimeOptions): Promise<ListPrivateDNSResponse>;
37720
+ /**
37721
+ * 查询内网域名解析
37722
+ *
37723
+ * @param request - ListPrivateDNSRequest
37724
+ * @returns ListPrivateDNSResponse
37725
+ */
37726
+ listPrivateDNS(request: ListPrivateDNSRequest): Promise<ListPrivateDNSResponse>;
36529
37727
  /**
36530
37728
  * Queries the visible resource tags.
36531
37729
  *
@@ -36996,7 +38194,7 @@ export default class Client extends OpenApi {
36996
38194
  * @remarks
36997
38195
  * This operation is intended for API providers.
36998
38196
  * * 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 access APIs.
38197
+ * * 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
38198
  * * You can call this operation to reactivate the domain name to resume normal access.
37001
38199
  *
37002
38200
  * @param request - ReactivateDomainRequest
@@ -37010,7 +38208,7 @@ export default class Client extends OpenApi {
37010
38208
  * @remarks
37011
38209
  * This operation is intended for API providers.
37012
38210
  * * 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 access APIs.
38211
+ * * 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
38212
  * * You can call this operation to reactivate the domain name to resume normal access.
37015
38213
  *
37016
38214
  * @param request - ReactivateDomainRequest
@@ -37220,7 +38418,7 @@ export default class Client extends OpenApi {
37220
38418
  */
37221
38419
  removeVpcAccessAndAbolishApis(request: RemoveVpcAccessAndAbolishApisRequest): Promise<RemoveVpcAccessAndAbolishApisResponse>;
37222
38420
  /**
37223
- * Resets the AppCode of an app.
38421
+ * Resets the AppCode of an application. You can call this operation only once per minute.
37224
38422
  *
37225
38423
  * @param request - ResetAppCodeRequest
37226
38424
  * @param runtime - runtime options for this request RuntimeOptions
@@ -37228,7 +38426,7 @@ export default class Client extends OpenApi {
37228
38426
  */
37229
38427
  resetAppCodeWithOptions(request: ResetAppCodeRequest, runtime: $Util.RuntimeOptions): Promise<ResetAppCodeResponse>;
37230
38428
  /**
37231
- * Resets the AppCode of an app.
38429
+ * Resets the AppCode of an application. You can call this operation only once per minute.
37232
38430
  *
37233
38431
  * @param request - ResetAppCodeRequest
37234
38432
  * @returns ResetAppCodeResponse
@@ -37331,8 +38529,8 @@ export default class Client extends OpenApi {
37331
38529
  *
37332
38530
  * @remarks
37333
38531
  * This operation is intended for API providers and callers.
37334
- * * API providers can authorize any apps to call their APIs.
37335
- * * API callers can authorize their own apps to call the APIs that they have purchased.
38532
+ * * API providers can authorize all applications to call their APIs.
38533
+ * * API callers can authorize their own applications to call the APIs that they have purchased.
37336
38534
  *
37337
38535
  * @param request - SetApisAuthoritiesRequest
37338
38536
  * @param runtime - runtime options for this request RuntimeOptions
@@ -37344,8 +38542,8 @@ export default class Client extends OpenApi {
37344
38542
  *
37345
38543
  * @remarks
37346
38544
  * This operation is intended for API providers and callers.
37347
- * * API providers can authorize any apps to call their APIs.
37348
- * * API callers can authorize their own apps to call the APIs that they have purchased.
38545
+ * * API providers can authorize all applications to call their APIs.
38546
+ * * API callers can authorize their own applications to call the APIs that they have purchased.
37349
38547
  *
37350
38548
  * @param request - SetApisAuthoritiesRequest
37351
38549
  * @returns SetApisAuthoritiesResponse
@@ -37371,8 +38569,8 @@ export default class Client extends OpenApi {
37371
38569
  *
37372
38570
  * @remarks
37373
38571
  * This operation is intended for API providers and callers.
37374
- * * API providers can authorize any apps to call their APIs.
37375
- * * API callers can authorize their own apps to call the APIs that they have purchased.
38572
+ * * API providers can authorize all applications to call their APIs.
38573
+ * * API callers can authorize their own applications to call the APIs that they have purchased.
37376
38574
  *
37377
38575
  * @param request - SetAppsAuthoritiesRequest
37378
38576
  * @param runtime - runtime options for this request RuntimeOptions
@@ -37384,8 +38582,8 @@ export default class Client extends OpenApi {
37384
38582
  *
37385
38583
  * @remarks
37386
38584
  * This operation is intended for API providers and callers.
37387
- * * API providers can authorize any apps to call their APIs.
37388
- * * API callers can authorize their own apps to call the APIs that they have purchased.
38585
+ * * API providers can authorize all applications to call their APIs.
38586
+ * * API callers can authorize their own applications to call the APIs that they have purchased.
37389
38587
  *
37390
38588
  * @param request - SetAppsAuthoritiesRequest
37391
38589
  * @returns SetAppsAuthoritiesResponse
@@ -37407,7 +38605,7 @@ export default class Client extends OpenApi {
37407
38605
  */
37408
38606
  setDomain(request: SetDomainRequest): Promise<SetDomainResponse>;
37409
38607
  /**
37410
- * Uploads an SSL certificate for a custom domain name.
38608
+ * Uploads an SSL certificate for a specified custom domain name.
37411
38609
  *
37412
38610
  * @remarks
37413
38611
  * This operation is intended for API providers.
@@ -37420,7 +38618,7 @@ export default class Client extends OpenApi {
37420
38618
  */
37421
38619
  setDomainCertificateWithOptions(request: SetDomainCertificateRequest, runtime: $Util.RuntimeOptions): Promise<SetDomainCertificateResponse>;
37422
38620
  /**
37423
- * Uploads an SSL certificate for a custom domain name.
38621
+ * Uploads an SSL certificate for a specified custom domain name.
37424
38622
  *
37425
38623
  * @remarks
37426
38624
  * This operation is intended for API providers.
@@ -37559,13 +38757,6 @@ export default class Client extends OpenApi {
37559
38757
  /**
37560
38758
  * Switches the definition of an API in a specified runtime environment to a historical version.
37561
38759
  *
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
38760
  * @param request - SwitchApiRequest
37570
38761
  * @param runtime - runtime options for this request RuntimeOptions
37571
38762
  * @returns SwitchApiResponse
@@ -37574,13 +38765,6 @@ export default class Client extends OpenApi {
37574
38765
  /**
37575
38766
  * Switches the definition of an API in a specified runtime environment to a historical version.
37576
38767
  *
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
38768
  * @param request - SwitchApiRequest
37585
38769
  * @returns SwitchApiResponse
37586
38770
  */
@@ -37643,6 +38827,21 @@ export default class Client extends OpenApi {
37643
38827
  * @returns UntagResourcesResponse
37644
38828
  */
37645
38829
  untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
38830
+ /**
38831
+ * 更新内网域名解析
38832
+ *
38833
+ * @param tmpReq - UpdatePrivateDNSRequest
38834
+ * @param runtime - runtime options for this request RuntimeOptions
38835
+ * @returns UpdatePrivateDNSResponse
38836
+ */
38837
+ updatePrivateDNSWithOptions(tmpReq: UpdatePrivateDNSRequest, runtime: $Util.RuntimeOptions): Promise<UpdatePrivateDNSResponse>;
38838
+ /**
38839
+ * 更新内网域名解析
38840
+ *
38841
+ * @param request - UpdatePrivateDNSRequest
38842
+ * @returns UpdatePrivateDNSResponse
38843
+ */
38844
+ updatePrivateDNS(request: UpdatePrivateDNSRequest): Promise<UpdatePrivateDNSResponse>;
37646
38845
  /**
37647
38846
  * Tests the network connectivity between an API Gateway instance and a port on an Elastic Compute Service (ECS) or Server Load Balance (SLB) instance in a virtual private cloud (VPC) access authorization.
37648
38847
  *