@alicloud/cloudapi20160714 4.0.0 → 4.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -365,6 +365,7 @@ export declare class CreateAccessControlListRequest extends $tea.Model {
365
365
  });
366
366
  }
367
367
  export declare class CreateAccessControlListResponseBody extends $tea.Model {
368
+ aclId?: string;
368
369
  requestId?: string;
369
370
  static names(): {
370
371
  [key: string]: string;
@@ -2232,6 +2233,7 @@ export declare class DescribeAccessControlListAttributeResponseBody extends $tea
2232
2233
  aclEntrys?: DescribeAccessControlListAttributeResponseBodyAclEntrys;
2233
2234
  aclId?: string;
2234
2235
  aclName?: string;
2236
+ addressIPVersion?: string;
2235
2237
  requestId?: string;
2236
2238
  static names(): {
2237
2239
  [key: string]: string;
@@ -6097,6 +6099,7 @@ export declare class DescribeUpdateVpcInfoTaskResponse extends $tea.Model {
6097
6099
  });
6098
6100
  }
6099
6101
  export declare class DescribeVpcAccessesRequest extends $tea.Model {
6102
+ accurateQuery?: boolean;
6100
6103
  instanceId?: string;
6101
6104
  name?: string;
6102
6105
  pageNumber?: number;
@@ -14233,1811 +14236,3538 @@ export default class Client extends OpenApi {
14233
14236
  [key: string]: string;
14234
14237
  }, endpoint: string): string;
14235
14238
  /**
14236
- * * This operation is intended for API providers and is the opposite of DeployApi.
14237
- * * An API can be unpublished from a specified runtime environment in under 5 seconds.
14238
- * * An unpublished API cannot be called in the specified runtime environment.
14239
- *
14240
- * @param request AbolishApiRequest
14241
- * @param runtime runtime options for this request RuntimeOptions
14242
- * @return AbolishApiResponse
14239
+ * @summary Unpublishes a specified API from a specified runtime environment.
14240
+ *
14241
+ * @description * This operation is intended for API providers and is the opposite of DeployApi.
14242
+ * * An API can be unpublished from a specified runtime environment in under 5 seconds.
14243
+ * * An unpublished API cannot be called in the specified runtime environment.
14244
+ *
14245
+ * @param request AbolishApiRequest
14246
+ * @param runtime runtime options for this request RuntimeOptions
14247
+ * @return AbolishApiResponse
14243
14248
  */
14244
14249
  abolishApiWithOptions(request: AbolishApiRequest, runtime: $Util.RuntimeOptions): Promise<AbolishApiResponse>;
14245
14250
  /**
14246
- * * This operation is intended for API providers and is the opposite of DeployApi.
14247
- * * An API can be unpublished from a specified runtime environment in under 5 seconds.
14248
- * * An unpublished API cannot be called in the specified runtime environment.
14249
- *
14250
- * @param request AbolishApiRequest
14251
- * @return AbolishApiResponse
14251
+ * @summary Unpublishes a specified API from a specified runtime environment.
14252
+ *
14253
+ * @description * This operation is intended for API providers and is the opposite of DeployApi.
14254
+ * * An API can be unpublished from a specified runtime environment in under 5 seconds.
14255
+ * * An unpublished API cannot be called in the specified runtime environment.
14256
+ *
14257
+ * @param request AbolishApiRequest
14258
+ * @return AbolishApiResponse
14252
14259
  */
14253
14260
  abolishApi(request: AbolishApiRequest): Promise<AbolishApiResponse>;
14261
+ /**
14262
+ * @summary This feature provides instance-level access control capabilities for dedicated instances. Adds an IP address entry to the access control polocy of an instance.
14263
+ *
14264
+ * @param request AddAccessControlListEntryRequest
14265
+ * @param runtime runtime options for this request RuntimeOptions
14266
+ * @return AddAccessControlListEntryResponse
14267
+ */
14254
14268
  addAccessControlListEntryWithOptions(request: AddAccessControlListEntryRequest, runtime: $Util.RuntimeOptions): Promise<AddAccessControlListEntryResponse>;
14269
+ /**
14270
+ * @summary This feature provides instance-level access control capabilities for dedicated instances. Adds an IP address entry to the access control polocy of an instance.
14271
+ *
14272
+ * @param request AddAccessControlListEntryRequest
14273
+ * @return AddAccessControlListEntryResponse
14274
+ */
14255
14275
  addAccessControlListEntry(request: AddAccessControlListEntryRequest): Promise<AddAccessControlListEntryResponse>;
14256
14276
  /**
14257
- * When you call this operation, note that:
14258
- * * This operation is intended for API providers.
14259
- * * An added policy immediately takes effect on all APIs that are bound to the access control list (ACL).
14260
- * * A maximum of 100 policies can be added to an ACL.
14261
- *
14262
- * @param request AddIpControlPolicyItemRequest
14263
- * @param runtime runtime options for this request RuntimeOptions
14264
- * @return AddIpControlPolicyItemResponse
14277
+ * @summary Adds a policy to an existing ACL.
14278
+ *
14279
+ * @description When you call this operation, note that:
14280
+ * * This operation is intended for API providers.
14281
+ * * An added policy immediately takes effect on all APIs that are bound to the access control list (ACL).
14282
+ * * A maximum of 100 policies can be added to an ACL.
14283
+ *
14284
+ * @param request AddIpControlPolicyItemRequest
14285
+ * @param runtime runtime options for this request RuntimeOptions
14286
+ * @return AddIpControlPolicyItemResponse
14265
14287
  */
14266
14288
  addIpControlPolicyItemWithOptions(request: AddIpControlPolicyItemRequest, runtime: $Util.RuntimeOptions): Promise<AddIpControlPolicyItemResponse>;
14267
14289
  /**
14268
- * When you call this operation, note that:
14269
- * * This operation is intended for API providers.
14270
- * * An added policy immediately takes effect on all APIs that are bound to the access control list (ACL).
14271
- * * A maximum of 100 policies can be added to an ACL.
14272
- *
14273
- * @param request AddIpControlPolicyItemRequest
14274
- * @return AddIpControlPolicyItemResponse
14290
+ * @summary Adds a policy to an existing ACL.
14291
+ *
14292
+ * @description When you call this operation, note that:
14293
+ * * This operation is intended for API providers.
14294
+ * * An added policy immediately takes effect on all APIs that are bound to the access control list (ACL).
14295
+ * * A maximum of 100 policies can be added to an ACL.
14296
+ *
14297
+ * @param request AddIpControlPolicyItemRequest
14298
+ * @return AddIpControlPolicyItemResponse
14275
14299
  */
14276
14300
  addIpControlPolicyItem(request: AddIpControlPolicyItemRequest): Promise<AddIpControlPolicyItemResponse>;
14277
14301
  /**
14278
- * * This API is intended for API providers.
14279
- * * If the input SpecialKey already exists, the previous configuration is overwritten. Use caution when calling this operation.
14280
- * * Special throttling policies must be added to an existing throttling policy, and can take effect on all the APIs to which the throttling policy is bound.
14281
- *
14282
- * @param request AddTrafficSpecialControlRequest
14283
- * @param runtime runtime options for this request RuntimeOptions
14284
- * @return AddTrafficSpecialControlResponse
14302
+ * @summary Adds a custom special policy to a specified throttling policy.
14303
+ *
14304
+ * @description * This API is intended for API providers.
14305
+ * * If the input SpecialKey already exists, the previous configuration is overwritten. Use caution when calling this operation.
14306
+ * * Special throttling policies must be added to an existing throttling policy, and can take effect on all the APIs to which the throttling policy is bound.
14307
+ *
14308
+ * @param request AddTrafficSpecialControlRequest
14309
+ * @param runtime runtime options for this request RuntimeOptions
14310
+ * @return AddTrafficSpecialControlResponse
14285
14311
  */
14286
14312
  addTrafficSpecialControlWithOptions(request: AddTrafficSpecialControlRequest, runtime: $Util.RuntimeOptions): Promise<AddTrafficSpecialControlResponse>;
14287
14313
  /**
14288
- * * This API is intended for API providers.
14289
- * * If the input SpecialKey already exists, the previous configuration is overwritten. Use caution when calling this operation.
14290
- * * Special throttling policies must be added to an existing throttling policy, and can take effect on all the APIs to which the throttling policy is bound.
14291
- *
14292
- * @param request AddTrafficSpecialControlRequest
14293
- * @return AddTrafficSpecialControlResponse
14314
+ * @summary Adds a custom special policy to a specified throttling policy.
14315
+ *
14316
+ * @description * This API is intended for API providers.
14317
+ * * If the input SpecialKey already exists, the previous configuration is overwritten. Use caution when calling this operation.
14318
+ * * Special throttling policies must be added to an existing throttling policy, and can take effect on all the APIs to which the throttling policy is bound.
14319
+ *
14320
+ * @param request AddTrafficSpecialControlRequest
14321
+ * @return AddTrafficSpecialControlResponse
14294
14322
  */
14295
14323
  addTrafficSpecialControl(request: AddTrafficSpecialControlRequest): Promise<AddTrafficSpecialControlResponse>;
14324
+ /**
14325
+ * @summary Attaches APIs to an API product. If the API product does not exist, the system automatically creates the API product.
14326
+ *
14327
+ * @param request AttachApiProductRequest
14328
+ * @param runtime runtime options for this request RuntimeOptions
14329
+ * @return AttachApiProductResponse
14330
+ */
14296
14331
  attachApiProductWithOptions(request: AttachApiProductRequest, runtime: $Util.RuntimeOptions): Promise<AttachApiProductResponse>;
14332
+ /**
14333
+ * @summary Attaches APIs to an API product. If the API product does not exist, the system automatically creates the API product.
14334
+ *
14335
+ * @param request AttachApiProductRequest
14336
+ * @return AttachApiProductResponse
14337
+ */
14297
14338
  attachApiProduct(request: AttachApiProductRequest): Promise<AttachApiProductResponse>;
14298
14339
  /**
14299
- * * This operation is intended for API providers.
14300
- * * You can only bind plug-ins to published APIs.
14301
- * * The plug-in takes effect immediately after it is bound to an API.
14302
- * * If you bind a different plug-in to an API, this plug-in takes effect immediately.
14303
- *
14304
- * @param request AttachPluginRequest
14305
- * @param runtime runtime options for this request RuntimeOptions
14306
- * @return AttachPluginResponse
14340
+ * @summary Binds a plug-in to an API.
14341
+ *
14342
+ * @description * This operation is intended for API providers.
14343
+ * * You can only bind plug-ins to published APIs.
14344
+ * * The plug-in takes effect immediately after it is bound to an API.
14345
+ * * If you bind a different plug-in to an API, this plug-in takes effect immediately.
14346
+ *
14347
+ * @param request AttachPluginRequest
14348
+ * @param runtime runtime options for this request RuntimeOptions
14349
+ * @return AttachPluginResponse
14307
14350
  */
14308
14351
  attachPluginWithOptions(request: AttachPluginRequest, runtime: $Util.RuntimeOptions): Promise<AttachPluginResponse>;
14309
14352
  /**
14310
- * * This operation is intended for API providers.
14311
- * * You can only bind plug-ins to published APIs.
14312
- * * The plug-in takes effect immediately after it is bound to an API.
14313
- * * If you bind a different plug-in to an API, this plug-in takes effect immediately.
14314
- *
14315
- * @param request AttachPluginRequest
14316
- * @return AttachPluginResponse
14353
+ * @summary Binds a plug-in to an API.
14354
+ *
14355
+ * @description * This operation is intended for API providers.
14356
+ * * You can only bind plug-ins to published APIs.
14357
+ * * The plug-in takes effect immediately after it is bound to an API.
14358
+ * * If you bind a different plug-in to an API, this plug-in takes effect immediately.
14359
+ *
14360
+ * @param request AttachPluginRequest
14361
+ * @return AttachPluginResponse
14317
14362
  */
14318
14363
  attachPlugin(request: AttachPluginRequest): Promise<AttachPluginResponse>;
14364
+ /**
14365
+ * @summary Unpublishes multiple published APIs at a time.
14366
+ *
14367
+ * @param request BatchAbolishApisRequest
14368
+ * @param runtime runtime options for this request RuntimeOptions
14369
+ * @return BatchAbolishApisResponse
14370
+ */
14319
14371
  batchAbolishApisWithOptions(request: BatchAbolishApisRequest, runtime: $Util.RuntimeOptions): Promise<BatchAbolishApisResponse>;
14372
+ /**
14373
+ * @summary Unpublishes multiple published APIs at a time.
14374
+ *
14375
+ * @param request BatchAbolishApisRequest
14376
+ * @return BatchAbolishApisResponse
14377
+ */
14320
14378
  batchAbolishApis(request: BatchAbolishApisRequest): Promise<BatchAbolishApisResponse>;
14379
+ /**
14380
+ * @summary Publishes multiple APIs at a time.
14381
+ *
14382
+ * @param request BatchDeployApisRequest
14383
+ * @param runtime runtime options for this request RuntimeOptions
14384
+ * @return BatchDeployApisResponse
14385
+ */
14321
14386
  batchDeployApisWithOptions(request: BatchDeployApisRequest, runtime: $Util.RuntimeOptions): Promise<BatchDeployApisResponse>;
14387
+ /**
14388
+ * @summary Publishes multiple APIs at a time.
14389
+ *
14390
+ * @param request BatchDeployApisRequest
14391
+ * @return BatchDeployApisResponse
14392
+ */
14322
14393
  batchDeployApis(request: BatchDeployApisRequest): Promise<BatchDeployApisResponse>;
14394
+ /**
14395
+ * @summary This feature provides instance-level access control capabilities for dedicated instances. Creates an Access Control List (ACL). Each user is allowed to create five ACLs in each region.
14396
+ *
14397
+ * @param request CreateAccessControlListRequest
14398
+ * @param runtime runtime options for this request RuntimeOptions
14399
+ * @return CreateAccessControlListResponse
14400
+ */
14323
14401
  createAccessControlListWithOptions(request: CreateAccessControlListRequest, runtime: $Util.RuntimeOptions): Promise<CreateAccessControlListResponse>;
14402
+ /**
14403
+ * @summary This feature provides instance-level access control capabilities for dedicated instances. Creates an Access Control List (ACL). Each user is allowed to create five ACLs in each region.
14404
+ *
14405
+ * @param request CreateAccessControlListRequest
14406
+ * @return CreateAccessControlListResponse
14407
+ */
14324
14408
  createAccessControlList(request: CreateAccessControlListRequest): Promise<CreateAccessControlListResponse>;
14325
14409
  /**
14326
- * * This operation is intended for API providers.
14327
- * * The name of an API must be unique within an API group.
14328
- * * A request path must be unique within an API group.
14329
- * * The QPS limit on this operation is 50 per user.
14330
- *
14331
- * @param request CreateApiRequest
14332
- * @param runtime runtime options for this request RuntimeOptions
14333
- * @return CreateApiResponse
14410
+ * @summary Creates an API.
14411
+ *
14412
+ * @description * This operation is intended for API providers.
14413
+ * * The name of an API must be unique within an API group.
14414
+ * * A request path must be unique within an API group.
14415
+ * * The QPS limit on this operation is 50 per user.
14416
+ *
14417
+ * @param request CreateApiRequest
14418
+ * @param runtime runtime options for this request RuntimeOptions
14419
+ * @return CreateApiResponse
14334
14420
  */
14335
14421
  createApiWithOptions(request: CreateApiRequest, runtime: $Util.RuntimeOptions): Promise<CreateApiResponse>;
14336
14422
  /**
14337
- * * This operation is intended for API providers.
14338
- * * The name of an API must be unique within an API group.
14339
- * * A request path must be unique within an API group.
14340
- * * The QPS limit on this operation is 50 per user.
14341
- *
14342
- * @param request CreateApiRequest
14343
- * @return CreateApiResponse
14423
+ * @summary Creates an API.
14424
+ *
14425
+ * @description * This operation is intended for API providers.
14426
+ * * The name of an API must be unique within an API group.
14427
+ * * A request path must be unique within an API group.
14428
+ * * The QPS limit on this operation is 50 per user.
14429
+ *
14430
+ * @param request CreateApiRequest
14431
+ * @return CreateApiResponse
14344
14432
  */
14345
14433
  createApi(request: CreateApiRequest): Promise<CreateApiResponse>;
14434
+ /**
14435
+ * @param request CreateApiGroupRequest
14436
+ * @param runtime runtime options for this request RuntimeOptions
14437
+ * @return CreateApiGroupResponse
14438
+ */
14346
14439
  createApiGroupWithOptions(request: CreateApiGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateApiGroupResponse>;
14440
+ /**
14441
+ * @param request CreateApiGroupRequest
14442
+ * @return CreateApiGroupResponse
14443
+ */
14347
14444
  createApiGroup(request: CreateApiGroupRequest): Promise<CreateApiGroupResponse>;
14348
14445
  /**
14349
- * * This operation is intended for API providers.
14350
- *
14351
- * @param request CreateApiStageVariableRequest
14352
- * @param runtime runtime options for this request RuntimeOptions
14353
- * @return CreateApiStageVariableResponse
14446
+ * @summary Adds a variable to an environment.
14447
+ *
14448
+ * @description * This operation is intended for API providers.
14449
+ *
14450
+ * @param request CreateApiStageVariableRequest
14451
+ * @param runtime runtime options for this request RuntimeOptions
14452
+ * @return CreateApiStageVariableResponse
14354
14453
  */
14355
14454
  createApiStageVariableWithOptions(request: CreateApiStageVariableRequest, runtime: $Util.RuntimeOptions): Promise<CreateApiStageVariableResponse>;
14356
14455
  /**
14357
- * * This operation is intended for API providers.
14358
- *
14359
- * @param request CreateApiStageVariableRequest
14360
- * @return CreateApiStageVariableResponse
14456
+ * @summary Adds a variable to an environment.
14457
+ *
14458
+ * @description * This operation is intended for API providers.
14459
+ *
14460
+ * @param request CreateApiStageVariableRequest
14461
+ * @return CreateApiStageVariableResponse
14361
14462
  */
14362
14463
  createApiStageVariable(request: CreateApiStageVariableRequest): Promise<CreateApiStageVariableResponse>;
14363
14464
  /**
14364
- * * This operation is intended for API callers.
14365
- * * Each application has a key-value pair which is used for identity verification when you call an API.
14366
- * * An application must be authorized to call an API.
14367
- * * Each application has only one key-value pair, which can be reset if the pair is leaked.
14368
- * * A maximum of 1,000 applications can be created for each Alibaba Cloud account.
14369
- * * You can call this operation up to 50 times per second per account.
14370
- *
14371
- * @param request CreateAppRequest
14372
- * @param runtime runtime options for this request RuntimeOptions
14373
- * @return CreateAppResponse
14465
+ * @summary Creates an application for calling APIs in API Gateway.
14466
+ *
14467
+ * @description * This operation is intended for API callers.
14468
+ * * Each application has a key-value pair which is used for identity verification when you call an API.
14469
+ * * An application must be authorized to call an API.
14470
+ * * Each application has only one key-value pair, which can be reset if the pair is leaked.
14471
+ * * A maximum of 1,000 applications can be created for each Alibaba Cloud account.
14472
+ * * You can call this operation up to 50 times per second per account.
14473
+ *
14474
+ * @param request CreateAppRequest
14475
+ * @param runtime runtime options for this request RuntimeOptions
14476
+ * @return CreateAppResponse
14374
14477
  */
14375
14478
  createAppWithOptions(request: CreateAppRequest, runtime: $Util.RuntimeOptions): Promise<CreateAppResponse>;
14376
14479
  /**
14377
- * * This operation is intended for API callers.
14378
- * * Each application has a key-value pair which is used for identity verification when you call an API.
14379
- * * An application must be authorized to call an API.
14380
- * * Each application has only one key-value pair, which can be reset if the pair is leaked.
14381
- * * A maximum of 1,000 applications can be created for each Alibaba Cloud account.
14382
- * * You can call this operation up to 50 times per second per account.
14383
- *
14384
- * @param request CreateAppRequest
14385
- * @return CreateAppResponse
14480
+ * @summary Creates an application for calling APIs in API Gateway.
14481
+ *
14482
+ * @description * This operation is intended for API callers.
14483
+ * * Each application has a key-value pair which is used for identity verification when you call an API.
14484
+ * * An application must be authorized to call an API.
14485
+ * * Each application has only one key-value pair, which can be reset if the pair is leaked.
14486
+ * * A maximum of 1,000 applications can be created for each Alibaba Cloud account.
14487
+ * * You can call this operation up to 50 times per second per account.
14488
+ *
14489
+ * @param request CreateAppRequest
14490
+ * @return CreateAppResponse
14386
14491
  */
14387
14492
  createApp(request: CreateAppRequest): Promise<CreateAppResponse>;
14493
+ /**
14494
+ * @summary 创建后端服务
14495
+ *
14496
+ * @param request CreateBackendRequest
14497
+ * @param runtime runtime options for this request RuntimeOptions
14498
+ * @return CreateBackendResponse
14499
+ */
14388
14500
  createBackendWithOptions(request: CreateBackendRequest, runtime: $Util.RuntimeOptions): Promise<CreateBackendResponse>;
14501
+ /**
14502
+ * @summary 创建后端服务
14503
+ *
14504
+ * @param request CreateBackendRequest
14505
+ * @return CreateBackendResponse
14506
+ */
14389
14507
  createBackend(request: CreateBackendRequest): Promise<CreateBackendResponse>;
14508
+ /**
14509
+ * @summary 创建后端服务在环境上的配置
14510
+ *
14511
+ * @param request CreateBackendModelRequest
14512
+ * @param runtime runtime options for this request RuntimeOptions
14513
+ * @return CreateBackendModelResponse
14514
+ */
14390
14515
  createBackendModelWithOptions(request: CreateBackendModelRequest, runtime: $Util.RuntimeOptions): Promise<CreateBackendModelResponse>;
14516
+ /**
14517
+ * @summary 创建后端服务在环境上的配置
14518
+ *
14519
+ * @param request CreateBackendModelRequest
14520
+ * @return CreateBackendModelResponse
14521
+ */
14391
14522
  createBackendModel(request: CreateBackendModelRequest): Promise<CreateBackendModelResponse>;
14523
+ /**
14524
+ * @summary Creates a custom dataset.
14525
+ *
14526
+ * @param request CreateDatasetRequest
14527
+ * @param runtime runtime options for this request RuntimeOptions
14528
+ * @return CreateDatasetResponse
14529
+ */
14392
14530
  createDatasetWithOptions(request: CreateDatasetRequest, runtime: $Util.RuntimeOptions): Promise<CreateDatasetResponse>;
14531
+ /**
14532
+ * @summary Creates a custom dataset.
14533
+ *
14534
+ * @param request CreateDatasetRequest
14535
+ * @return CreateDatasetResponse
14536
+ */
14393
14537
  createDataset(request: CreateDatasetRequest): Promise<CreateDatasetResponse>;
14538
+ /**
14539
+ * @summary 创建自定义数据集条目
14540
+ *
14541
+ * @param request CreateDatasetItemRequest
14542
+ * @param runtime runtime options for this request RuntimeOptions
14543
+ * @return CreateDatasetItemResponse
14544
+ */
14394
14545
  createDatasetItemWithOptions(request: CreateDatasetItemRequest, runtime: $Util.RuntimeOptions): Promise<CreateDatasetItemResponse>;
14546
+ /**
14547
+ * @summary 创建自定义数据集条目
14548
+ *
14549
+ * @param request CreateDatasetItemRequest
14550
+ * @return CreateDatasetItemResponse
14551
+ */
14395
14552
  createDatasetItem(request: CreateDatasetItemRequest): Promise<CreateDatasetItemResponse>;
14553
+ /**
14554
+ * @summary 创建网关实例
14555
+ *
14556
+ * @param request CreateInstanceRequest
14557
+ * @param runtime runtime options for this request RuntimeOptions
14558
+ * @return CreateInstanceResponse
14559
+ */
14396
14560
  createInstanceWithOptions(request: CreateInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CreateInstanceResponse>;
14561
+ /**
14562
+ * @summary 创建网关实例
14563
+ *
14564
+ * @param request CreateInstanceRequest
14565
+ * @return CreateInstanceResponse
14566
+ */
14397
14567
  createInstance(request: CreateInstanceRequest): Promise<CreateInstanceResponse>;
14568
+ /**
14569
+ * @param request CreateIntranetDomainRequest
14570
+ * @param runtime runtime options for this request RuntimeOptions
14571
+ * @return CreateIntranetDomainResponse
14572
+ */
14398
14573
  createIntranetDomainWithOptions(request: CreateIntranetDomainRequest, runtime: $Util.RuntimeOptions): Promise<CreateIntranetDomainResponse>;
14574
+ /**
14575
+ * @param request CreateIntranetDomainRequest
14576
+ * @return CreateIntranetDomainResponse
14577
+ */
14399
14578
  createIntranetDomain(request: CreateIntranetDomainRequest): Promise<CreateIntranetDomainResponse>;
14400
14579
  /**
14401
- * * This operation is intended for API providers.
14402
- * * An ACL must be bound to an API to take effect. After an ACL is bound to an API, the ACL takes effect on the API immediately.
14403
- * * You can add policies to an ACL when you create the ACL.
14404
- * * If an ACL does not have any policy, the ACL is ineffective.
14405
- *
14406
- * @param request CreateIpControlRequest
14407
- * @param runtime runtime options for this request RuntimeOptions
14408
- * @return CreateIpControlResponse
14580
+ * @summary Creates an access control list (ACL) in a region.
14581
+ *
14582
+ * @description * This operation is intended for API providers.
14583
+ * * An ACL must be bound to an API to take effect. After an ACL is bound to an API, the ACL takes effect on the API immediately.
14584
+ * * You can add policies to an ACL when you create the ACL.
14585
+ * * If an ACL does not have any policy, the ACL is ineffective.
14586
+ *
14587
+ * @param request CreateIpControlRequest
14588
+ * @param runtime runtime options for this request RuntimeOptions
14589
+ * @return CreateIpControlResponse
14409
14590
  */
14410
14591
  createIpControlWithOptions(request: CreateIpControlRequest, runtime: $Util.RuntimeOptions): Promise<CreateIpControlResponse>;
14411
14592
  /**
14412
- * * This operation is intended for API providers.
14413
- * * An ACL must be bound to an API to take effect. After an ACL is bound to an API, the ACL takes effect on the API immediately.
14414
- * * You can add policies to an ACL when you create the ACL.
14415
- * * If an ACL does not have any policy, the ACL is ineffective.
14416
- *
14417
- * @param request CreateIpControlRequest
14418
- * @return CreateIpControlResponse
14593
+ * @summary Creates an access control list (ACL) in a region.
14594
+ *
14595
+ * @description * This operation is intended for API providers.
14596
+ * * An ACL must be bound to an API to take effect. After an ACL is bound to an API, the ACL takes effect on the API immediately.
14597
+ * * You can add policies to an ACL when you create the ACL.
14598
+ * * If an ACL does not have any policy, the ACL is ineffective.
14599
+ *
14600
+ * @param request CreateIpControlRequest
14601
+ * @return CreateIpControlResponse
14419
14602
  */
14420
14603
  createIpControl(request: CreateIpControlRequest): Promise<CreateIpControlResponse>;
14604
+ /**
14605
+ * @param request CreateLogConfigRequest
14606
+ * @param runtime runtime options for this request RuntimeOptions
14607
+ * @return CreateLogConfigResponse
14608
+ */
14421
14609
  createLogConfigWithOptions(request: CreateLogConfigRequest, runtime: $Util.RuntimeOptions): Promise<CreateLogConfigResponse>;
14610
+ /**
14611
+ * @param request CreateLogConfigRequest
14612
+ * @return CreateLogConfigResponse
14613
+ */
14422
14614
  createLogConfig(request: CreateLogConfigRequest): Promise<CreateLogConfigResponse>;
14423
14615
  /**
14424
- * * For more information about the model definition, see [JSON Schema Draft 4](https://tools.ietf.org/html/draft-zyp-json-schema-04?spm=a2c4g.11186623.2.10.2e977ff7p4BpQd).
14425
- * * JSON Schema supports only element attributes of the Object type.
14426
- *
14427
- * @param request CreateModelRequest
14428
- * @param runtime runtime options for this request RuntimeOptions
14429
- * @return CreateModelResponse
14616
+ * @summary Creates a model for an API group.
14617
+ *
14618
+ * @description * For more information about the model definition, see [JSON Schema Draft 4](https://tools.ietf.org/html/draft-zyp-json-schema-04?spm=a2c4g.11186623.2.10.2e977ff7p4BpQd).
14619
+ * * JSON Schema supports only element attributes of the Object type.
14620
+ *
14621
+ * @param request CreateModelRequest
14622
+ * @param runtime runtime options for this request RuntimeOptions
14623
+ * @return CreateModelResponse
14430
14624
  */
14431
14625
  createModelWithOptions(request: CreateModelRequest, runtime: $Util.RuntimeOptions): Promise<CreateModelResponse>;
14432
14626
  /**
14433
- * * For more information about the model definition, see [JSON Schema Draft 4](https://tools.ietf.org/html/draft-zyp-json-schema-04?spm=a2c4g.11186623.2.10.2e977ff7p4BpQd).
14434
- * * JSON Schema supports only element attributes of the Object type.
14435
- *
14436
- * @param request CreateModelRequest
14437
- * @return CreateModelResponse
14627
+ * @summary Creates a model for an API group.
14628
+ *
14629
+ * @description * For more information about the model definition, see [JSON Schema Draft 4](https://tools.ietf.org/html/draft-zyp-json-schema-04?spm=a2c4g.11186623.2.10.2e977ff7p4BpQd).
14630
+ * * JSON Schema supports only element attributes of the Object type.
14631
+ *
14632
+ * @param request CreateModelRequest
14633
+ * @return CreateModelResponse
14438
14634
  */
14439
14635
  createModel(request: CreateModelRequest): Promise<CreateModelResponse>;
14636
+ /**
14637
+ * @summary Enables CloudMonitor alerting for a specified API group.
14638
+ *
14639
+ * @param request CreateMonitorGroupRequest
14640
+ * @param runtime runtime options for this request RuntimeOptions
14641
+ * @return CreateMonitorGroupResponse
14642
+ */
14440
14643
  createMonitorGroupWithOptions(request: CreateMonitorGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateMonitorGroupResponse>;
14644
+ /**
14645
+ * @summary Enables CloudMonitor alerting for a specified API group.
14646
+ *
14647
+ * @param request CreateMonitorGroupRequest
14648
+ * @return CreateMonitorGroupResponse
14649
+ */
14441
14650
  createMonitorGroup(request: CreateMonitorGroupRequest): Promise<CreateMonitorGroupResponse>;
14442
14651
  /**
14443
- * * This operation is intended for API providers.
14444
- * * The number of plug-ins of the same type that each user can create is limited. Different limits apply to different plug-in types.
14445
- * * The plug-in definitions for advanced features are restricted.
14446
- * * Plug-ins must be bound to APIs to take effect. After a plug-in is bound, it takes effect on that API immediately.
14447
- *
14448
- * @param request CreatePluginRequest
14449
- * @param runtime runtime options for this request RuntimeOptions
14450
- * @return CreatePluginResponse
14652
+ * @summary Creates a plug-in.
14653
+ *
14654
+ * @description * This operation is intended for API providers.
14655
+ * * The number of plug-ins of the same type that each user can create is limited. Different limits apply to different plug-in types.
14656
+ * * The plug-in definitions for advanced features are restricted.
14657
+ * * Plug-ins must be bound to APIs to take effect. After a plug-in is bound, it takes effect on that API immediately.
14658
+ *
14659
+ * @param request CreatePluginRequest
14660
+ * @param runtime runtime options for this request RuntimeOptions
14661
+ * @return CreatePluginResponse
14451
14662
  */
14452
14663
  createPluginWithOptions(request: CreatePluginRequest, runtime: $Util.RuntimeOptions): Promise<CreatePluginResponse>;
14453
14664
  /**
14454
- * * This operation is intended for API providers.
14455
- * * The number of plug-ins of the same type that each user can create is limited. Different limits apply to different plug-in types.
14456
- * * The plug-in definitions for advanced features are restricted.
14457
- * * Plug-ins must be bound to APIs to take effect. After a plug-in is bound, it takes effect on that API immediately.
14458
- *
14459
- * @param request CreatePluginRequest
14460
- * @return CreatePluginResponse
14665
+ * @summary Creates a plug-in.
14666
+ *
14667
+ * @description * This operation is intended for API providers.
14668
+ * * The number of plug-ins of the same type that each user can create is limited. Different limits apply to different plug-in types.
14669
+ * * The plug-in definitions for advanced features are restricted.
14670
+ * * Plug-ins must be bound to APIs to take effect. After a plug-in is bound, it takes effect on that API immediately.
14671
+ *
14672
+ * @param request CreatePluginRequest
14673
+ * @return CreatePluginResponse
14461
14674
  */
14462
14675
  createPlugin(request: CreatePluginRequest): Promise<CreatePluginResponse>;
14463
14676
  /**
14464
- * * This API is intended for API providers.
14465
- * * The API operation only creates a key policy. You must call the binding operation to bind the key to an API.
14466
- * * After the key is bound to the API, requests sent from API Gateway to the backend service contain signature strings. You can specify whether your backend service verifies these signature strings.
14467
- * * The QPS limit on this operation is 50 per user.
14468
- *
14469
- * @param request CreateSignatureRequest
14470
- * @param runtime runtime options for this request RuntimeOptions
14471
- * @return CreateSignatureResponse
14677
+ * @summary Creates a backend signature key.
14678
+ *
14679
+ * @description * This API is intended for API providers.
14680
+ * * The API operation only creates a key policy. You must call the binding operation to bind the key to an API.
14681
+ * * After the key is bound to the API, requests sent from API Gateway to the backend service contain signature strings. You can specify whether your backend service verifies these signature strings.
14682
+ * * The QPS limit on this operation is 50 per user.
14683
+ *
14684
+ * @param request CreateSignatureRequest
14685
+ * @param runtime runtime options for this request RuntimeOptions
14686
+ * @return CreateSignatureResponse
14472
14687
  */
14473
14688
  createSignatureWithOptions(request: CreateSignatureRequest, runtime: $Util.RuntimeOptions): Promise<CreateSignatureResponse>;
14474
14689
  /**
14475
- * * This API is intended for API providers.
14476
- * * The API operation only creates a key policy. You must call the binding operation to bind the key to an API.
14477
- * * After the key is bound to the API, requests sent from API Gateway to the backend service contain signature strings. You can specify whether your backend service verifies these signature strings.
14478
- * * The QPS limit on this operation is 50 per user.
14479
- *
14480
- * @param request CreateSignatureRequest
14481
- * @return CreateSignatureResponse
14690
+ * @summary Creates a backend signature key.
14691
+ *
14692
+ * @description * This API is intended for API providers.
14693
+ * * The API operation only creates a key policy. You must call the binding operation to bind the key to an API.
14694
+ * * After the key is bound to the API, requests sent from API Gateway to the backend service contain signature strings. You can specify whether your backend service verifies these signature strings.
14695
+ * * The QPS limit on this operation is 50 per user.
14696
+ *
14697
+ * @param request CreateSignatureRequest
14698
+ * @return CreateSignatureResponse
14482
14699
  */
14483
14700
  createSignature(request: CreateSignatureRequest): Promise<CreateSignatureResponse>;
14484
14701
  /**
14485
- * * This API is intended for API providers.
14486
- * * Throttling policies must be bound to APIs to take effect. After a policy is bound to an API, it goes into effect on that API immediately.
14487
- * * The QPS limit on this operation is 50 per user.
14488
- *
14489
- * @param request CreateTrafficControlRequest
14490
- * @param runtime runtime options for this request RuntimeOptions
14491
- * @return CreateTrafficControlResponse
14702
+ * @summary Creates a custom throttling policy.
14703
+ *
14704
+ * @description * This API is intended for API providers.
14705
+ * * Throttling policies must be bound to APIs to take effect. After a policy is bound to an API, it goes into effect on that API immediately.
14706
+ * * The QPS limit on this operation is 50 per user.
14707
+ *
14708
+ * @param request CreateTrafficControlRequest
14709
+ * @param runtime runtime options for this request RuntimeOptions
14710
+ * @return CreateTrafficControlResponse
14492
14711
  */
14493
14712
  createTrafficControlWithOptions(request: CreateTrafficControlRequest, runtime: $Util.RuntimeOptions): Promise<CreateTrafficControlResponse>;
14494
14713
  /**
14495
- * * This API is intended for API providers.
14496
- * * Throttling policies must be bound to APIs to take effect. After a policy is bound to an API, it goes into effect on that API immediately.
14497
- * * The QPS limit on this operation is 50 per user.
14498
- *
14499
- * @param request CreateTrafficControlRequest
14500
- * @return CreateTrafficControlResponse
14714
+ * @summary Creates a custom throttling policy.
14715
+ *
14716
+ * @description * This API is intended for API providers.
14717
+ * * Throttling policies must be bound to APIs to take effect. After a policy is bound to an API, it goes into effect on that API immediately.
14718
+ * * The QPS limit on this operation is 50 per user.
14719
+ *
14720
+ * @param request CreateTrafficControlRequest
14721
+ * @return CreateTrafficControlResponse
14501
14722
  */
14502
14723
  createTrafficControl(request: CreateTrafficControlRequest): Promise<CreateTrafficControlResponse>;
14724
+ /**
14725
+ * @summary This feature provides instance-level access control capabilities for dedicated instances. Deletes an access control policy.
14726
+ *
14727
+ * @param request DeleteAccessControlListRequest
14728
+ * @param runtime runtime options for this request RuntimeOptions
14729
+ * @return DeleteAccessControlListResponse
14730
+ */
14503
14731
  deleteAccessControlListWithOptions(request: DeleteAccessControlListRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAccessControlListResponse>;
14732
+ /**
14733
+ * @summary This feature provides instance-level access control capabilities for dedicated instances. Deletes an access control policy.
14734
+ *
14735
+ * @param request DeleteAccessControlListRequest
14736
+ * @return DeleteAccessControlListResponse
14737
+ */
14504
14738
  deleteAccessControlList(request: DeleteAccessControlListRequest): Promise<DeleteAccessControlListResponse>;
14505
14739
  /**
14506
- * * This API is intended for API providers.
14507
- *
14508
- * @param request DeleteAllTrafficSpecialControlRequest
14509
- * @param runtime runtime options for this request RuntimeOptions
14510
- * @return DeleteAllTrafficSpecialControlResponse
14740
+ * @summary Deletes all custom special policies of a specified throttling policy.
14741
+ *
14742
+ * @description * This API is intended for API providers.
14743
+ *
14744
+ * @param request DeleteAllTrafficSpecialControlRequest
14745
+ * @param runtime runtime options for this request RuntimeOptions
14746
+ * @return DeleteAllTrafficSpecialControlResponse
14511
14747
  */
14512
14748
  deleteAllTrafficSpecialControlWithOptions(request: DeleteAllTrafficSpecialControlRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAllTrafficSpecialControlResponse>;
14513
14749
  /**
14514
- * * This API is intended for API providers.
14515
- *
14516
- * @param request DeleteAllTrafficSpecialControlRequest
14517
- * @return DeleteAllTrafficSpecialControlResponse
14750
+ * @summary Deletes all custom special policies of a specified throttling policy.
14751
+ *
14752
+ * @description * This API is intended for API providers.
14753
+ *
14754
+ * @param request DeleteAllTrafficSpecialControlRequest
14755
+ * @return DeleteAllTrafficSpecialControlResponse
14518
14756
  */
14519
14757
  deleteAllTrafficSpecialControl(request: DeleteAllTrafficSpecialControlRequest): Promise<DeleteAllTrafficSpecialControlResponse>;
14520
14758
  /**
14521
- * * This operation is intended for API providers and cannot be undone after it is complete.
14522
- * * An API that is running in the runtime environment must be unpublished before you can delete the API.****
14523
- * * The QPS limit on this operation is 50 per user.
14524
- *
14525
- * @param request DeleteApiRequest
14526
- * @param runtime runtime options for this request RuntimeOptions
14527
- * @return DeleteApiResponse
14759
+ * @summary Deletes an API.
14760
+ *
14761
+ * @description * This operation is intended for API providers and cannot be undone after it is complete.
14762
+ * * An API that is running in the runtime environment must be unpublished before you can delete the API.****
14763
+ * * The QPS limit on this operation is 50 per user.
14764
+ *
14765
+ * @param request DeleteApiRequest
14766
+ * @param runtime runtime options for this request RuntimeOptions
14767
+ * @return DeleteApiResponse
14528
14768
  */
14529
14769
  deleteApiWithOptions(request: DeleteApiRequest, runtime: $Util.RuntimeOptions): Promise<DeleteApiResponse>;
14530
14770
  /**
14531
- * * This operation is intended for API providers and cannot be undone after it is complete.
14532
- * * An API that is running in the runtime environment must be unpublished before you can delete the API.****
14533
- * * The QPS limit on this operation is 50 per user.
14534
- *
14535
- * @param request DeleteApiRequest
14536
- * @return DeleteApiResponse
14771
+ * @summary Deletes an API.
14772
+ *
14773
+ * @description * This operation is intended for API providers and cannot be undone after it is complete.
14774
+ * * An API that is running in the runtime environment must be unpublished before you can delete the API.****
14775
+ * * The QPS limit on this operation is 50 per user.
14776
+ *
14777
+ * @param request DeleteApiRequest
14778
+ * @return DeleteApiResponse
14537
14779
  */
14538
14780
  deleteApi(request: DeleteApiRequest): Promise<DeleteApiResponse>;
14539
14781
  /**
14540
- * * This operation is intended for API providers.
14541
- * * An API group that contains APIs cannot be deleted. To delete the API group, you must first delete its APIs.
14542
- * * After an API group is deleted, the second-level domain name bound to the API group is automatically invalidated.
14543
- * * If the specified API group does not exist, a success response is returned.
14544
- * * The QPS limit on this operation is 50 per user.
14545
- *
14546
- * @param request DeleteApiGroupRequest
14547
- * @param runtime runtime options for this request RuntimeOptions
14548
- * @return DeleteApiGroupResponse
14782
+ * @summary Deletes an API group.
14783
+ *
14784
+ * @description * This operation is intended for API providers.
14785
+ * * An API group that contains APIs cannot be deleted. To delete the API group, you must first delete its APIs.
14786
+ * * After an API group is deleted, the second-level domain name bound to the API group is automatically invalidated.
14787
+ * * If the specified API group does not exist, a success response is returned.
14788
+ * * The QPS limit on this operation is 50 per user.
14789
+ *
14790
+ * @param request DeleteApiGroupRequest
14791
+ * @param runtime runtime options for this request RuntimeOptions
14792
+ * @return DeleteApiGroupResponse
14549
14793
  */
14550
14794
  deleteApiGroupWithOptions(request: DeleteApiGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteApiGroupResponse>;
14551
14795
  /**
14552
- * * This operation is intended for API providers.
14553
- * * An API group that contains APIs cannot be deleted. To delete the API group, you must first delete its APIs.
14554
- * * After an API group is deleted, the second-level domain name bound to the API group is automatically invalidated.
14555
- * * If the specified API group does not exist, a success response is returned.
14556
- * * The QPS limit on this operation is 50 per user.
14557
- *
14558
- * @param request DeleteApiGroupRequest
14559
- * @return DeleteApiGroupResponse
14796
+ * @summary Deletes an API group.
14797
+ *
14798
+ * @description * This operation is intended for API providers.
14799
+ * * An API group that contains APIs cannot be deleted. To delete the API group, you must first delete its APIs.
14800
+ * * After an API group is deleted, the second-level domain name bound to the API group is automatically invalidated.
14801
+ * * If the specified API group does not exist, a success response is returned.
14802
+ * * The QPS limit on this operation is 50 per user.
14803
+ *
14804
+ * @param request DeleteApiGroupRequest
14805
+ * @return DeleteApiGroupResponse
14560
14806
  */
14561
14807
  deleteApiGroup(request: DeleteApiGroupRequest): Promise<DeleteApiGroupResponse>;
14808
+ /**
14809
+ * @summary Deletes an API product. Deleting an API product causes the association between APIs and the deleted API product to be deleted as well. Exercise caution when you delete an API product. If any API in the API product is associated with an application, the API product fails to be deleted.
14810
+ *
14811
+ * @param request DeleteApiProductRequest
14812
+ * @param runtime runtime options for this request RuntimeOptions
14813
+ * @return DeleteApiProductResponse
14814
+ */
14562
14815
  deleteApiProductWithOptions(request: DeleteApiProductRequest, runtime: $Util.RuntimeOptions): Promise<DeleteApiProductResponse>;
14816
+ /**
14817
+ * @summary Deletes an API product. Deleting an API product causes the association between APIs and the deleted API product to be deleted as well. Exercise caution when you delete an API product. If any API in the API product is associated with an application, the API product fails to be deleted.
14818
+ *
14819
+ * @param request DeleteApiProductRequest
14820
+ * @return DeleteApiProductResponse
14821
+ */
14563
14822
  deleteApiProduct(request: DeleteApiProductRequest): Promise<DeleteApiProductResponse>;
14564
14823
  /**
14565
- * * This operation is intended for API providers.
14566
- *
14567
- * @param request DeleteApiStageVariableRequest
14568
- * @param runtime runtime options for this request RuntimeOptions
14569
- * @return DeleteApiStageVariableResponse
14824
+ * @summary Deletes a specified variable in a specified environment.
14825
+ *
14826
+ * @description * This operation is intended for API providers.
14827
+ *
14828
+ * @param request DeleteApiStageVariableRequest
14829
+ * @param runtime runtime options for this request RuntimeOptions
14830
+ * @return DeleteApiStageVariableResponse
14570
14831
  */
14571
14832
  deleteApiStageVariableWithOptions(request: DeleteApiStageVariableRequest, runtime: $Util.RuntimeOptions): Promise<DeleteApiStageVariableResponse>;
14572
14833
  /**
14573
- * * This operation is intended for API providers.
14574
- *
14575
- * @param request DeleteApiStageVariableRequest
14576
- * @return DeleteApiStageVariableResponse
14834
+ * @summary Deletes a specified variable in a specified environment.
14835
+ *
14836
+ * @description * This operation is intended for API providers.
14837
+ *
14838
+ * @param request DeleteApiStageVariableRequest
14839
+ * @return DeleteApiStageVariableResponse
14577
14840
  */
14578
14841
  deleteApiStageVariable(request: DeleteApiStageVariableRequest): Promise<DeleteApiStageVariableResponse>;
14579
14842
  /**
14580
- * * This operation is intended for API callers.
14581
- * * After an application is deleted, the application and its API authorization cannot be restored.
14582
- * * You can call this operation up to 50 times per second per account.
14583
- *
14584
- * @param request DeleteAppRequest
14585
- * @param runtime runtime options for this request RuntimeOptions
14586
- * @return DeleteAppResponse
14843
+ * @summary Deletes an application.
14844
+ *
14845
+ * @description * This operation is intended for API callers.
14846
+ * * After an application is deleted, the application and its API authorization cannot be restored.
14847
+ * * You can call this operation up to 50 times per second per account.
14848
+ *
14849
+ * @param request DeleteAppRequest
14850
+ * @param runtime runtime options for this request RuntimeOptions
14851
+ * @return DeleteAppResponse
14587
14852
  */
14588
14853
  deleteAppWithOptions(request: DeleteAppRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAppResponse>;
14589
14854
  /**
14590
- * * This operation is intended for API callers.
14591
- * * After an application is deleted, the application and its API authorization cannot be restored.
14592
- * * You can call this operation up to 50 times per second per account.
14593
- *
14594
- * @param request DeleteAppRequest
14595
- * @return DeleteAppResponse
14855
+ * @summary Deletes an application.
14856
+ *
14857
+ * @description * This operation is intended for API callers.
14858
+ * * After an application is deleted, the application and its API authorization cannot be restored.
14859
+ * * You can call this operation up to 50 times per second per account.
14860
+ *
14861
+ * @param request DeleteAppRequest
14862
+ * @return DeleteAppResponse
14596
14863
  */
14597
14864
  deleteApp(request: DeleteAppRequest): Promise<DeleteAppResponse>;
14865
+ /**
14866
+ * @summary Deletes a backend service.
14867
+ *
14868
+ * @param request DeleteBackendRequest
14869
+ * @param runtime runtime options for this request RuntimeOptions
14870
+ * @return DeleteBackendResponse
14871
+ */
14598
14872
  deleteBackendWithOptions(request: DeleteBackendRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBackendResponse>;
14873
+ /**
14874
+ * @summary Deletes a backend service.
14875
+ *
14876
+ * @param request DeleteBackendRequest
14877
+ * @return DeleteBackendResponse
14878
+ */
14599
14879
  deleteBackend(request: DeleteBackendRequest): Promise<DeleteBackendResponse>;
14880
+ /**
14881
+ * @summary Deletes the definition of a backend service in an environment. After the definition is deleted, the API that uses the backend service and is published to this environment will be unpublished.
14882
+ *
14883
+ * @param request DeleteBackendModelRequest
14884
+ * @param runtime runtime options for this request RuntimeOptions
14885
+ * @return DeleteBackendModelResponse
14886
+ */
14600
14887
  deleteBackendModelWithOptions(request: DeleteBackendModelRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBackendModelResponse>;
14888
+ /**
14889
+ * @summary Deletes the definition of a backend service in an environment. After the definition is deleted, the API that uses the backend service and is published to this environment will be unpublished.
14890
+ *
14891
+ * @param request DeleteBackendModelRequest
14892
+ * @return DeleteBackendModelResponse
14893
+ */
14601
14894
  deleteBackendModel(request: DeleteBackendModelRequest): Promise<DeleteBackendModelResponse>;
14895
+ /**
14896
+ * @summary 删除自定义数据集
14897
+ *
14898
+ * @param request DeleteDatasetRequest
14899
+ * @param runtime runtime options for this request RuntimeOptions
14900
+ * @return DeleteDatasetResponse
14901
+ */
14602
14902
  deleteDatasetWithOptions(request: DeleteDatasetRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDatasetResponse>;
14903
+ /**
14904
+ * @summary 删除自定义数据集
14905
+ *
14906
+ * @param request DeleteDatasetRequest
14907
+ * @return DeleteDatasetResponse
14908
+ */
14603
14909
  deleteDataset(request: DeleteDatasetRequest): Promise<DeleteDatasetResponse>;
14910
+ /**
14911
+ * @summary Deletes a data entry from a custom dataset.
14912
+ *
14913
+ * @param request DeleteDatasetItemRequest
14914
+ * @param runtime runtime options for this request RuntimeOptions
14915
+ * @return DeleteDatasetItemResponse
14916
+ */
14604
14917
  deleteDatasetItemWithOptions(request: DeleteDatasetItemRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDatasetItemResponse>;
14918
+ /**
14919
+ * @summary Deletes a data entry from a custom dataset.
14920
+ *
14921
+ * @param request DeleteDatasetItemRequest
14922
+ * @return DeleteDatasetItemResponse
14923
+ */
14605
14924
  deleteDatasetItem(request: DeleteDatasetItemRequest): Promise<DeleteDatasetItemResponse>;
14606
14925
  /**
14607
- * * This operation is intended for API providers.
14608
- * * If the specified domain name does not exist, a successful response will still appear.
14609
- * * Unbinding a domain name from an API group will affect access to the APIs in the group. Exercise caution when using this operation.
14610
- *
14611
- * @param request DeleteDomainRequest
14612
- * @param runtime runtime options for this request RuntimeOptions
14613
- * @return DeleteDomainResponse
14926
+ * @summary Unbinds a custom domain name from a specified API group.
14927
+ *
14928
+ * @description * This operation is intended for API providers.
14929
+ * * If the specified domain name does not exist, a successful response will still appear.
14930
+ * * Unbinding a domain name from an API group will affect access to the APIs in the group. Exercise caution when using this operation.
14931
+ *
14932
+ * @param request DeleteDomainRequest
14933
+ * @param runtime runtime options for this request RuntimeOptions
14934
+ * @return DeleteDomainResponse
14614
14935
  */
14615
14936
  deleteDomainWithOptions(request: DeleteDomainRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainResponse>;
14616
14937
  /**
14617
- * * This operation is intended for API providers.
14618
- * * If the specified domain name does not exist, a successful response will still appear.
14619
- * * Unbinding a domain name from an API group will affect access to the APIs in the group. Exercise caution when using this operation.
14620
- *
14621
- * @param request DeleteDomainRequest
14622
- * @return DeleteDomainResponse
14938
+ * @summary Unbinds a custom domain name from a specified API group.
14939
+ *
14940
+ * @description * This operation is intended for API providers.
14941
+ * * If the specified domain name does not exist, a successful response will still appear.
14942
+ * * Unbinding a domain name from an API group will affect access to the APIs in the group. Exercise caution when using this operation.
14943
+ *
14944
+ * @param request DeleteDomainRequest
14945
+ * @return DeleteDomainResponse
14623
14946
  */
14624
14947
  deleteDomain(request: DeleteDomainRequest): Promise<DeleteDomainResponse>;
14948
+ /**
14949
+ * @summary Deletes the SSL certificate of a specified domain name. This operation is intended for API providers. If the SSL certificate does not exist, a success response is still returned. If the specified API group does not exist, the InvalidGroupId.NotFound error is returned. Access over HTTPS is not supported after the SSL certificate is deleted. Exercise caution when using this API operation.
14950
+ *
14951
+ * @param request DeleteDomainCertificateRequest
14952
+ * @param runtime runtime options for this request RuntimeOptions
14953
+ * @return DeleteDomainCertificateResponse
14954
+ */
14625
14955
  deleteDomainCertificateWithOptions(request: DeleteDomainCertificateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainCertificateResponse>;
14956
+ /**
14957
+ * @summary Deletes the SSL certificate of a specified domain name. This operation is intended for API providers. If the SSL certificate does not exist, a success response is still returned. If the specified API group does not exist, the InvalidGroupId.NotFound error is returned. Access over HTTPS is not supported after the SSL certificate is deleted. Exercise caution when using this API operation.
14958
+ *
14959
+ * @param request DeleteDomainCertificateRequest
14960
+ * @return DeleteDomainCertificateResponse
14961
+ */
14626
14962
  deleteDomainCertificate(request: DeleteDomainCertificateRequest): Promise<DeleteDomainCertificateResponse>;
14963
+ /**
14964
+ * @summary Deletes an API Gateway instance.
14965
+ *
14966
+ * @param request DeleteInstanceRequest
14967
+ * @param runtime runtime options for this request RuntimeOptions
14968
+ * @return DeleteInstanceResponse
14969
+ */
14627
14970
  deleteInstanceWithOptions(request: DeleteInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DeleteInstanceResponse>;
14971
+ /**
14972
+ * @summary Deletes an API Gateway instance.
14973
+ *
14974
+ * @param request DeleteInstanceRequest
14975
+ * @return DeleteInstanceResponse
14976
+ */
14628
14977
  deleteInstance(request: DeleteInstanceRequest): Promise<DeleteInstanceResponse>;
14629
14978
  /**
14630
- * * This operation is intended for API providers.
14631
- * * If the ACL is bound to an API, you must unbind the ACL from the API before you can delete the ACL. Otherwise, an error is returned.
14632
- * * If you call this operation on an ACL that does not exist, a success message is returned.
14633
- *
14634
- * @param request DeleteIpControlRequest
14635
- * @param runtime runtime options for this request RuntimeOptions
14636
- * @return DeleteIpControlResponse
14979
+ * @summary Deletes an access control list (ACL).
14980
+ *
14981
+ * @description * This operation is intended for API providers.
14982
+ * * If the ACL is bound to an API, you must unbind the ACL from the API before you can delete the ACL. Otherwise, an error is returned.
14983
+ * * If you call this operation on an ACL that does not exist, a success message is returned.
14984
+ *
14985
+ * @param request DeleteIpControlRequest
14986
+ * @param runtime runtime options for this request RuntimeOptions
14987
+ * @return DeleteIpControlResponse
14637
14988
  */
14638
14989
  deleteIpControlWithOptions(request: DeleteIpControlRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpControlResponse>;
14639
14990
  /**
14640
- * * This operation is intended for API providers.
14641
- * * If the ACL is bound to an API, you must unbind the ACL from the API before you can delete the ACL. Otherwise, an error is returned.
14642
- * * If you call this operation on an ACL that does not exist, a success message is returned.
14643
- *
14644
- * @param request DeleteIpControlRequest
14645
- * @return DeleteIpControlResponse
14991
+ * @summary Deletes an access control list (ACL).
14992
+ *
14993
+ * @description * This operation is intended for API providers.
14994
+ * * If the ACL is bound to an API, you must unbind the ACL from the API before you can delete the ACL. Otherwise, an error is returned.
14995
+ * * If you call this operation on an ACL that does not exist, a success message is returned.
14996
+ *
14997
+ * @param request DeleteIpControlRequest
14998
+ * @return DeleteIpControlResponse
14646
14999
  */
14647
15000
  deleteIpControl(request: DeleteIpControlRequest): Promise<DeleteIpControlResponse>;
15001
+ /**
15002
+ * @summary Delete the specified log configuration.
15003
+ *
15004
+ * @param request DeleteLogConfigRequest
15005
+ * @param runtime runtime options for this request RuntimeOptions
15006
+ * @return DeleteLogConfigResponse
15007
+ */
14648
15008
  deleteLogConfigWithOptions(request: DeleteLogConfigRequest, runtime: $Util.RuntimeOptions): Promise<DeleteLogConfigResponse>;
15009
+ /**
15010
+ * @summary Delete the specified log configuration.
15011
+ *
15012
+ * @param request DeleteLogConfigRequest
15013
+ * @return DeleteLogConfigResponse
15014
+ */
14649
15015
  deleteLogConfig(request: DeleteLogConfigRequest): Promise<DeleteLogConfigResponse>;
15016
+ /**
15017
+ * @summary Deletes a model from Model Management for an API group.
15018
+ *
15019
+ * @param request DeleteModelRequest
15020
+ * @param runtime runtime options for this request RuntimeOptions
15021
+ * @return DeleteModelResponse
15022
+ */
14650
15023
  deleteModelWithOptions(request: DeleteModelRequest, runtime: $Util.RuntimeOptions): Promise<DeleteModelResponse>;
15024
+ /**
15025
+ * @summary Deletes a model from Model Management for an API group.
15026
+ *
15027
+ * @param request DeleteModelRequest
15028
+ * @return DeleteModelResponse
15029
+ */
14651
15030
  deleteModel(request: DeleteModelRequest): Promise<DeleteModelResponse>;
15031
+ /**
15032
+ * @summary Deletes a CloudMonitor application group corresponding to an API group.
15033
+ *
15034
+ * @param request DeleteMonitorGroupRequest
15035
+ * @param runtime runtime options for this request RuntimeOptions
15036
+ * @return DeleteMonitorGroupResponse
15037
+ */
14652
15038
  deleteMonitorGroupWithOptions(request: DeleteMonitorGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteMonitorGroupResponse>;
15039
+ /**
15040
+ * @summary Deletes a CloudMonitor application group corresponding to an API group.
15041
+ *
15042
+ * @param request DeleteMonitorGroupRequest
15043
+ * @return DeleteMonitorGroupResponse
15044
+ */
14653
15045
  deleteMonitorGroup(request: DeleteMonitorGroupRequest): Promise<DeleteMonitorGroupResponse>;
14654
15046
  /**
14655
- * * This operation is intended for API providers.
14656
- * * You must first unbind the plug-in from the API. Otherwise, an error is reported when you delete the plug-in.
14657
- *
14658
- * @param request DeletePluginRequest
14659
- * @param runtime runtime options for this request RuntimeOptions
14660
- * @return DeletePluginResponse
15047
+ * @summary Deletes a plug-in.
15048
+ *
15049
+ * @description * This operation is intended for API providers.
15050
+ * * You must first unbind the plug-in from the API. Otherwise, an error is reported when you delete the plug-in.
15051
+ *
15052
+ * @param request DeletePluginRequest
15053
+ * @param runtime runtime options for this request RuntimeOptions
15054
+ * @return DeletePluginResponse
14661
15055
  */
14662
15056
  deletePluginWithOptions(request: DeletePluginRequest, runtime: $Util.RuntimeOptions): Promise<DeletePluginResponse>;
14663
15057
  /**
14664
- * * This operation is intended for API providers.
14665
- * * You must first unbind the plug-in from the API. Otherwise, an error is reported when you delete the plug-in.
14666
- *
14667
- * @param request DeletePluginRequest
14668
- * @return DeletePluginResponse
15058
+ * @summary Deletes a plug-in.
15059
+ *
15060
+ * @description * This operation is intended for API providers.
15061
+ * * You must first unbind the plug-in from the API. Otherwise, an error is reported when you delete the plug-in.
15062
+ *
15063
+ * @param request DeletePluginRequest
15064
+ * @return DeletePluginResponse
14669
15065
  */
14670
15066
  deletePlugin(request: DeletePluginRequest): Promise<DeletePluginResponse>;
14671
15067
  /**
14672
- * * This API is intended for API providers.
14673
- * * This API operation deletes an existing backend signature key.
14674
- * * You cannot delete a key that is bound to an API. To delete the key, you must unbind it first.
14675
- * * The QPS limit on this operation is 50 per user.
14676
- *
14677
- * @param request DeleteSignatureRequest
14678
- * @param runtime runtime options for this request RuntimeOptions
14679
- * @return DeleteSignatureResponse
15068
+ * @summary Deletes a backend signature key.
15069
+ *
15070
+ * @description * This API is intended for API providers.
15071
+ * * This API operation deletes an existing backend signature key.
15072
+ * * You cannot delete a key that is bound to an API. To delete the key, you must unbind it first.
15073
+ * * The QPS limit on this operation is 50 per user.
15074
+ *
15075
+ * @param request DeleteSignatureRequest
15076
+ * @param runtime runtime options for this request RuntimeOptions
15077
+ * @return DeleteSignatureResponse
14680
15078
  */
14681
15079
  deleteSignatureWithOptions(request: DeleteSignatureRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSignatureResponse>;
14682
15080
  /**
14683
- * * This API is intended for API providers.
14684
- * * This API operation deletes an existing backend signature key.
14685
- * * You cannot delete a key that is bound to an API. To delete the key, you must unbind it first.
14686
- * * The QPS limit on this operation is 50 per user.
14687
- *
14688
- * @param request DeleteSignatureRequest
14689
- * @return DeleteSignatureResponse
15081
+ * @summary Deletes a backend signature key.
15082
+ *
15083
+ * @description * This API is intended for API providers.
15084
+ * * This API operation deletes an existing backend signature key.
15085
+ * * You cannot delete a key that is bound to an API. To delete the key, you must unbind it first.
15086
+ * * The QPS limit on this operation is 50 per user.
15087
+ *
15088
+ * @param request DeleteSignatureRequest
15089
+ * @return DeleteSignatureResponse
14690
15090
  */
14691
15091
  deleteSignature(request: DeleteSignatureRequest): Promise<DeleteSignatureResponse>;
14692
15092
  /**
14693
- * * This API is intended for API providers.
14694
- * * If the throttling policy you want to delete is bound to APIs, you need to unbind the policy first. Otherwise, an error is reported when you delete the policy.
14695
- * * The QPS limit on this operation is 50 per user.
14696
- *
14697
- * @param request DeleteTrafficControlRequest
14698
- * @param runtime runtime options for this request RuntimeOptions
14699
- * @return DeleteTrafficControlResponse
15093
+ * @summary Deletes a custom throttling policy and the special throttling rules in the policy.
15094
+ *
15095
+ * @description * This API is intended for API providers.
15096
+ * * If the throttling policy you want to delete is bound to APIs, you need to unbind the policy first. Otherwise, an error is reported when you delete the policy.
15097
+ * * The QPS limit on this operation is 50 per user.
15098
+ *
15099
+ * @param request DeleteTrafficControlRequest
15100
+ * @param runtime runtime options for this request RuntimeOptions
15101
+ * @return DeleteTrafficControlResponse
14700
15102
  */
14701
15103
  deleteTrafficControlWithOptions(request: DeleteTrafficControlRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTrafficControlResponse>;
14702
15104
  /**
14703
- * * This API is intended for API providers.
14704
- * * If the throttling policy you want to delete is bound to APIs, you need to unbind the policy first. Otherwise, an error is reported when you delete the policy.
14705
- * * The QPS limit on this operation is 50 per user.
14706
- *
14707
- * @param request DeleteTrafficControlRequest
14708
- * @return DeleteTrafficControlResponse
15105
+ * @summary Deletes a custom throttling policy and the special throttling rules in the policy.
15106
+ *
15107
+ * @description * This API is intended for API providers.
15108
+ * * If the throttling policy you want to delete is bound to APIs, you need to unbind the policy first. Otherwise, an error is reported when you delete the policy.
15109
+ * * The QPS limit on this operation is 50 per user.
15110
+ *
15111
+ * @param request DeleteTrafficControlRequest
15112
+ * @return DeleteTrafficControlResponse
14709
15113
  */
14710
15114
  deleteTrafficControl(request: DeleteTrafficControlRequest): Promise<DeleteTrafficControlResponse>;
14711
15115
  /**
14712
- * * This API is intended for API providers.
14713
- * * You can obtain the input parameters required in this operation by calling other APIs.
14714
- *
14715
- * @param request DeleteTrafficSpecialControlRequest
14716
- * @param runtime runtime options for this request RuntimeOptions
14717
- * @return DeleteTrafficSpecialControlResponse
15116
+ * @summary Deletes a custom special throttling policy.
15117
+ *
15118
+ * @description * This API is intended for API providers.
15119
+ * * You can obtain the input parameters required in this operation by calling other APIs.
15120
+ *
15121
+ * @param request DeleteTrafficSpecialControlRequest
15122
+ * @param runtime runtime options for this request RuntimeOptions
15123
+ * @return DeleteTrafficSpecialControlResponse
14718
15124
  */
14719
15125
  deleteTrafficSpecialControlWithOptions(request: DeleteTrafficSpecialControlRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTrafficSpecialControlResponse>;
14720
15126
  /**
14721
- * * This API is intended for API providers.
14722
- * * You can obtain the input parameters required in this operation by calling other APIs.
14723
- *
14724
- * @param request DeleteTrafficSpecialControlRequest
14725
- * @return DeleteTrafficSpecialControlResponse
15127
+ * @summary Deletes a custom special throttling policy.
15128
+ *
15129
+ * @description * This API is intended for API providers.
15130
+ * * You can obtain the input parameters required in this operation by calling other APIs.
15131
+ *
15132
+ * @param request DeleteTrafficSpecialControlRequest
15133
+ * @return DeleteTrafficSpecialControlResponse
14726
15134
  */
14727
15135
  deleteTrafficSpecialControl(request: DeleteTrafficSpecialControlRequest): Promise<DeleteTrafficSpecialControlResponse>;
14728
15136
  /**
14729
- * * This operation is intended for API providers. Only the API that you have defined and published to a runtime environment can be called.
14730
- * * An API is published to a cluster in under 5 seconds.
14731
- * * The QPS limit on this operation is 50 per user.
14732
- *
14733
- * @param request DeployApiRequest
14734
- * @param runtime runtime options for this request RuntimeOptions
14735
- * @return DeployApiResponse
15137
+ * @summary Publishes an API to an environment.
15138
+ *
15139
+ * @description * This operation is intended for API providers. Only the API that you have defined and published to a runtime environment can be called.
15140
+ * * An API is published to a cluster in under 5 seconds.
15141
+ * * The QPS limit on this operation is 50 per user.
15142
+ *
15143
+ * @param request DeployApiRequest
15144
+ * @param runtime runtime options for this request RuntimeOptions
15145
+ * @return DeployApiResponse
14736
15146
  */
14737
15147
  deployApiWithOptions(request: DeployApiRequest, runtime: $Util.RuntimeOptions): Promise<DeployApiResponse>;
14738
15148
  /**
14739
- * * This operation is intended for API providers. Only the API that you have defined and published to a runtime environment can be called.
14740
- * * An API is published to a cluster in under 5 seconds.
14741
- * * The QPS limit on this operation is 50 per user.
14742
- *
14743
- * @param request DeployApiRequest
14744
- * @return DeployApiResponse
15149
+ * @summary Publishes an API to an environment.
15150
+ *
15151
+ * @description * This operation is intended for API providers. Only the API that you have defined and published to a runtime environment can be called.
15152
+ * * An API is published to a cluster in under 5 seconds.
15153
+ * * The QPS limit on this operation is 50 per user.
15154
+ *
15155
+ * @param request DeployApiRequest
15156
+ * @return DeployApiResponse
14745
15157
  */
14746
15158
  deployApi(request: DeployApiRequest): Promise<DeployApiResponse>;
15159
+ /**
15160
+ * @param request DescribeAbolishApiTaskRequest
15161
+ * @param runtime runtime options for this request RuntimeOptions
15162
+ * @return DescribeAbolishApiTaskResponse
15163
+ */
14747
15164
  describeAbolishApiTaskWithOptions(request: DescribeAbolishApiTaskRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAbolishApiTaskResponse>;
15165
+ /**
15166
+ * @param request DescribeAbolishApiTaskRequest
15167
+ * @return DescribeAbolishApiTaskResponse
15168
+ */
14748
15169
  describeAbolishApiTask(request: DescribeAbolishApiTaskRequest): Promise<DescribeAbolishApiTaskResponse>;
15170
+ /**
15171
+ * @summary This feature provides instance-level access control for dedicated instances. Queries the details of an access control policy.
15172
+ *
15173
+ * @param request DescribeAccessControlListAttributeRequest
15174
+ * @param runtime runtime options for this request RuntimeOptions
15175
+ * @return DescribeAccessControlListAttributeResponse
15176
+ */
14749
15177
  describeAccessControlListAttributeWithOptions(request: DescribeAccessControlListAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessControlListAttributeResponse>;
15178
+ /**
15179
+ * @summary This feature provides instance-level access control for dedicated instances. Queries the details of an access control policy.
15180
+ *
15181
+ * @param request DescribeAccessControlListAttributeRequest
15182
+ * @return DescribeAccessControlListAttributeResponse
15183
+ */
14750
15184
  describeAccessControlListAttribute(request: DescribeAccessControlListAttributeRequest): Promise<DescribeAccessControlListAttributeResponse>;
15185
+ /**
15186
+ * @summary This feature provides instance-level access control for dedicated instances. Queries access control policies.
15187
+ *
15188
+ * @param request DescribeAccessControlListsRequest
15189
+ * @param runtime runtime options for this request RuntimeOptions
15190
+ * @return DescribeAccessControlListsResponse
15191
+ */
14751
15192
  describeAccessControlListsWithOptions(request: DescribeAccessControlListsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessControlListsResponse>;
15193
+ /**
15194
+ * @summary This feature provides instance-level access control for dedicated instances. Queries access control policies.
15195
+ *
15196
+ * @param request DescribeAccessControlListsRequest
15197
+ * @return DescribeAccessControlListsResponse
15198
+ */
14752
15199
  describeAccessControlLists(request: DescribeAccessControlListsRequest): Promise<DescribeAccessControlListsResponse>;
14753
15200
  /**
14754
- * * This operation is intended for API providers.
14755
- *
14756
- * @param request DescribeApiRequest
14757
- * @param runtime runtime options for this request RuntimeOptions
14758
- * @return DescribeApiResponse
15201
+ * @summary Queries the definition of an API.
15202
+ *
15203
+ * @description * This operation is intended for API providers.
15204
+ *
15205
+ * @param request DescribeApiRequest
15206
+ * @param runtime runtime options for this request RuntimeOptions
15207
+ * @return DescribeApiResponse
14759
15208
  */
14760
15209
  describeApiWithOptions(request: DescribeApiRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiResponse>;
14761
15210
  /**
14762
- * * This operation is intended for API providers.
14763
- *
14764
- * @param request DescribeApiRequest
14765
- * @return DescribeApiResponse
15211
+ * @summary Queries the definition of an API.
15212
+ *
15213
+ * @description * This operation is intended for API providers.
15214
+ *
15215
+ * @param request DescribeApiRequest
15216
+ * @return DescribeApiResponse
14766
15217
  */
14767
15218
  describeApi(request: DescribeApiRequest): Promise<DescribeApiResponse>;
14768
15219
  /**
14769
- * * For API callers, the specified API must be a public or authorized private API that has been published to a runtime environment.
14770
- * * When you call this operation as an API caller, the service information, parameter definitions, and other details of the API you specify are returned.
14771
- * * When you call this operation as an API provider, the definition of the specified API running in the specified runtime environment is returned. The returned definition takes effect in the runtime environment, and may be different from the definition of the API you modify.
14772
- * * Before you call this operation as an API provider, ensure that the API to be queried is a public one or that your application has been authorized to call the API, because authentication on API callers is required.
14773
- *
14774
- * @param request DescribeApiDocRequest
14775
- * @param runtime runtime options for this request RuntimeOptions
14776
- * @return DescribeApiDocResponse
15220
+ * @summary Queries the documentation of an API.
15221
+ *
15222
+ * @description * For API callers, the specified API must be a public or authorized private API that has been published to a runtime environment.
15223
+ * * When you call this operation as an API caller, the service information, parameter definitions, and other details of the API you specify are returned.
15224
+ * * When you call this operation as an API provider, the definition of the specified API running in the specified runtime environment is returned. The returned definition takes effect in the runtime environment, and may be different from the definition of the API you modify.
15225
+ * * Before you call this operation as an API provider, ensure that the API to be queried is a public one or that your application has been authorized to call the API, because authentication on API callers is required.
15226
+ *
15227
+ * @param request DescribeApiDocRequest
15228
+ * @param runtime runtime options for this request RuntimeOptions
15229
+ * @return DescribeApiDocResponse
14777
15230
  */
14778
15231
  describeApiDocWithOptions(request: DescribeApiDocRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiDocResponse>;
14779
15232
  /**
14780
- * * For API callers, the specified API must be a public or authorized private API that has been published to a runtime environment.
14781
- * * When you call this operation as an API caller, the service information, parameter definitions, and other details of the API you specify are returned.
14782
- * * When you call this operation as an API provider, the definition of the specified API running in the specified runtime environment is returned. The returned definition takes effect in the runtime environment, and may be different from the definition of the API you modify.
14783
- * * Before you call this operation as an API provider, ensure that the API to be queried is a public one or that your application has been authorized to call the API, because authentication on API callers is required.
14784
- *
14785
- * @param request DescribeApiDocRequest
14786
- * @return DescribeApiDocResponse
15233
+ * @summary Queries the documentation of an API.
15234
+ *
15235
+ * @description * For API callers, the specified API must be a public or authorized private API that has been published to a runtime environment.
15236
+ * * When you call this operation as an API caller, the service information, parameter definitions, and other details of the API you specify are returned.
15237
+ * * When you call this operation as an API provider, the definition of the specified API running in the specified runtime environment is returned. The returned definition takes effect in the runtime environment, and may be different from the definition of the API you modify.
15238
+ * * Before you call this operation as an API provider, ensure that the API to be queried is a public one or that your application has been authorized to call the API, because authentication on API callers is required.
15239
+ *
15240
+ * @param request DescribeApiDocRequest
15241
+ * @return DescribeApiDocResponse
14787
15242
  */
14788
15243
  describeApiDoc(request: DescribeApiDocRequest): Promise<DescribeApiDocResponse>;
14789
15244
  /**
14790
- * * This operation is intended for API providers.
14791
- *
14792
- * @param request DescribeApiGroupRequest
14793
- * @param runtime runtime options for this request RuntimeOptions
14794
- * @return DescribeApiGroupResponse
15245
+ * @summary You can call this operation to query details about an API group, including the automatically assigned second-level domain name, custom domain name, and SSL certificate.
15246
+ *
15247
+ * @description * This operation is intended for API providers.
15248
+ *
15249
+ * @param request DescribeApiGroupRequest
15250
+ * @param runtime runtime options for this request RuntimeOptions
15251
+ * @return DescribeApiGroupResponse
14795
15252
  */
14796
15253
  describeApiGroupWithOptions(request: DescribeApiGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiGroupResponse>;
14797
15254
  /**
14798
- * * This operation is intended for API providers.
14799
- *
14800
- * @param request DescribeApiGroupRequest
14801
- * @return DescribeApiGroupResponse
15255
+ * @summary You can call this operation to query details about an API group, including the automatically assigned second-level domain name, custom domain name, and SSL certificate.
15256
+ *
15257
+ * @description * This operation is intended for API providers.
15258
+ *
15259
+ * @param request DescribeApiGroupRequest
15260
+ * @return DescribeApiGroupResponse
14802
15261
  */
14803
15262
  describeApiGroup(request: DescribeApiGroupRequest): Promise<DescribeApiGroupResponse>;
15263
+ /**
15264
+ * @summary Queries the VPC whitelist that is allowed to access an API group.
15265
+ *
15266
+ * @param request DescribeApiGroupVpcWhitelistRequest
15267
+ * @param runtime runtime options for this request RuntimeOptions
15268
+ * @return DescribeApiGroupVpcWhitelistResponse
15269
+ */
14804
15270
  describeApiGroupVpcWhitelistWithOptions(request: DescribeApiGroupVpcWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiGroupVpcWhitelistResponse>;
15271
+ /**
15272
+ * @summary Queries the VPC whitelist that is allowed to access an API group.
15273
+ *
15274
+ * @param request DescribeApiGroupVpcWhitelistRequest
15275
+ * @return DescribeApiGroupVpcWhitelistResponse
15276
+ */
14805
15277
  describeApiGroupVpcWhitelist(request: DescribeApiGroupVpcWhitelistRequest): Promise<DescribeApiGroupVpcWhitelistResponse>;
14806
15278
  /**
14807
- * * This operation is intended for API providers.
14808
- *
14809
- * @param request DescribeApiGroupsRequest
14810
- * @param runtime runtime options for this request RuntimeOptions
14811
- * @return DescribeApiGroupsResponse
15279
+ * @summary Queries existing API groups and their basic information.
15280
+ *
15281
+ * @description * This operation is intended for API providers.
15282
+ *
15283
+ * @param request DescribeApiGroupsRequest
15284
+ * @param runtime runtime options for this request RuntimeOptions
15285
+ * @return DescribeApiGroupsResponse
14812
15286
  */
14813
15287
  describeApiGroupsWithOptions(request: DescribeApiGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiGroupsResponse>;
14814
15288
  /**
14815
- * * This operation is intended for API providers.
14816
- *
14817
- * @param request DescribeApiGroupsRequest
14818
- * @return DescribeApiGroupsResponse
15289
+ * @summary Queries existing API groups and their basic information.
15290
+ *
15291
+ * @description * This operation is intended for API providers.
15292
+ *
15293
+ * @param request DescribeApiGroupsRequest
15294
+ * @return DescribeApiGroupsResponse
14819
15295
  */
14820
15296
  describeApiGroups(request: DescribeApiGroupsRequest): Promise<DescribeApiGroupsResponse>;
14821
15297
  /**
14822
- * * This operation is intended for API providers. Only APIs that have been published have historical version records.
14823
- * * This operation allows you to obtain the historical versions of an API. This operation is always called by other operations.
14824
- *
14825
- * @param request DescribeApiHistoriesRequest
14826
- * @param runtime runtime options for this request RuntimeOptions
14827
- * @return DescribeApiHistoriesResponse
15298
+ * @summary Queries the historical versions of a specified API.
15299
+ *
15300
+ * @description * This operation is intended for API providers. Only APIs that have been published have historical version records.
15301
+ * * This operation allows you to obtain the historical versions of an API. This operation is always called by other operations.
15302
+ *
15303
+ * @param request DescribeApiHistoriesRequest
15304
+ * @param runtime runtime options for this request RuntimeOptions
15305
+ * @return DescribeApiHistoriesResponse
14828
15306
  */
14829
15307
  describeApiHistoriesWithOptions(request: DescribeApiHistoriesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiHistoriesResponse>;
14830
15308
  /**
14831
- * * This operation is intended for API providers. Only APIs that have been published have historical version records.
14832
- * * This operation allows you to obtain the historical versions of an API. This operation is always called by other operations.
14833
- *
14834
- * @param request DescribeApiHistoriesRequest
14835
- * @return DescribeApiHistoriesResponse
15309
+ * @summary Queries the historical versions of a specified API.
15310
+ *
15311
+ * @description * This operation is intended for API providers. Only APIs that have been published have historical version records.
15312
+ * * This operation allows you to obtain the historical versions of an API. This operation is always called by other operations.
15313
+ *
15314
+ * @param request DescribeApiHistoriesRequest
15315
+ * @return DescribeApiHistoriesResponse
14836
15316
  */
14837
15317
  describeApiHistories(request: DescribeApiHistoriesRequest): Promise<DescribeApiHistoriesResponse>;
14838
15318
  /**
14839
- * Queries the details of a specified historical version of a specified API definition.
14840
- * * This API is intended for API providers.
14841
- * * API Gateway records the time and definition of an API every time the API is published. You can use the version number obtained from other operations to query definition details at a certain publication.
14842
- *
14843
- * @param request DescribeApiHistoryRequest
14844
- * @param runtime runtime options for this request RuntimeOptions
14845
- * @return DescribeApiHistoryResponse
15319
+ * @summary Queries the details of a specified historical version of a specified API definition.
15320
+ *
15321
+ * @description Queries the details of a specified historical version of a specified API definition.
15322
+ * * This API is intended for API providers.
15323
+ * * API Gateway records the time and definition of an API every time the API is published. You can use the version number obtained from other operations to query definition details at a certain publication.
15324
+ *
15325
+ * @param request DescribeApiHistoryRequest
15326
+ * @param runtime runtime options for this request RuntimeOptions
15327
+ * @return DescribeApiHistoryResponse
14846
15328
  */
14847
15329
  describeApiHistoryWithOptions(request: DescribeApiHistoryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiHistoryResponse>;
14848
15330
  /**
14849
- * Queries the details of a specified historical version of a specified API definition.
14850
- * * This API is intended for API providers.
14851
- * * API Gateway records the time and definition of an API every time the API is published. You can use the version number obtained from other operations to query definition details at a certain publication.
14852
- *
14853
- * @param request DescribeApiHistoryRequest
14854
- * @return DescribeApiHistoryResponse
15331
+ * @summary Queries the details of a specified historical version of a specified API definition.
15332
+ *
15333
+ * @description Queries the details of a specified historical version of a specified API definition.
15334
+ * * This API is intended for API providers.
15335
+ * * API Gateway records the time and definition of an API every time the API is published. You can use the version number obtained from other operations to query definition details at a certain publication.
15336
+ *
15337
+ * @param request DescribeApiHistoryRequest
15338
+ * @return DescribeApiHistoryResponse
14855
15339
  */
14856
15340
  describeApiHistory(request: DescribeApiHistoryRequest): Promise<DescribeApiHistoryResponse>;
14857
15341
  /**
14858
- * * This operation is intended for API callers.
14859
- * * If an optional parameter is not specified, all results are returned on separate pages.
14860
- * ·
14861
- *
14862
- * @param request DescribeApiIpControlsRequest
14863
- * @param runtime runtime options for this request RuntimeOptions
14864
- * @return DescribeApiIpControlsResponse
15342
+ * @summary Queries the access control lists (ACLs) that are bound to all the APIs in an API group in a specified environment.
15343
+ *
15344
+ * @description * This operation is intended for API callers.
15345
+ * * If an optional parameter is not specified, all results are returned on separate pages.
15346
+ * ·
15347
+ *
15348
+ * @param request DescribeApiIpControlsRequest
15349
+ * @param runtime runtime options for this request RuntimeOptions
15350
+ * @return DescribeApiIpControlsResponse
14865
15351
  */
14866
15352
  describeApiIpControlsWithOptions(request: DescribeApiIpControlsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiIpControlsResponse>;
14867
15353
  /**
14868
- * * This operation is intended for API callers.
14869
- * * If an optional parameter is not specified, all results are returned on separate pages.
14870
- * ·
14871
- *
14872
- * @param request DescribeApiIpControlsRequest
14873
- * @return DescribeApiIpControlsResponse
15354
+ * @summary Queries the access control lists (ACLs) that are bound to all the APIs in an API group in a specified environment.
15355
+ *
15356
+ * @description * This operation is intended for API callers.
15357
+ * * If an optional parameter is not specified, all results are returned on separate pages.
15358
+ * ·
15359
+ *
15360
+ * @param request DescribeApiIpControlsRequest
15361
+ * @return DescribeApiIpControlsResponse
14874
15362
  */
14875
15363
  describeApiIpControls(request: DescribeApiIpControlsRequest): Promise<DescribeApiIpControlsResponse>;
14876
15364
  /**
14877
- * You can call this operation to query the latency metrics in milliseconds for a specified API.
14878
- * * This API is intended for API providers.
14879
- * * Only statistics for API calls made in the release environment are collected by default.
14880
- *
14881
- * @param request DescribeApiLatencyDataRequest
14882
- * @param runtime runtime options for this request RuntimeOptions
14883
- * @return DescribeApiLatencyDataResponse
15365
+ * @summary Queries the response time statistics of an API.
15366
+ *
15367
+ * @description You can call this operation to query the latency metrics in milliseconds for a specified API.
15368
+ * * This API is intended for API providers.
15369
+ * * Only statistics for API calls made in the release environment are collected by default.
15370
+ *
15371
+ * @param request DescribeApiLatencyDataRequest
15372
+ * @param runtime runtime options for this request RuntimeOptions
15373
+ * @return DescribeApiLatencyDataResponse
14884
15374
  */
14885
15375
  describeApiLatencyDataWithOptions(request: DescribeApiLatencyDataRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiLatencyDataResponse>;
14886
15376
  /**
14887
- * You can call this operation to query the latency metrics in milliseconds for a specified API.
14888
- * * This API is intended for API providers.
14889
- * * Only statistics for API calls made in the release environment are collected by default.
14890
- *
14891
- * @param request DescribeApiLatencyDataRequest
14892
- * @return DescribeApiLatencyDataResponse
15377
+ * @summary Queries the response time statistics of an API.
15378
+ *
15379
+ * @description You can call this operation to query the latency metrics in milliseconds for a specified API.
15380
+ * * This API is intended for API providers.
15381
+ * * Only statistics for API calls made in the release environment are collected by default.
15382
+ *
15383
+ * @param request DescribeApiLatencyDataRequest
15384
+ * @return DescribeApiLatencyDataResponse
14893
15385
  */
14894
15386
  describeApiLatencyData(request: DescribeApiLatencyDataRequest): Promise<DescribeApiLatencyDataResponse>;
15387
+ /**
15388
+ * @summary Queries the Alibaba Cloud Marketplace attributes of an API.
15389
+ *
15390
+ * @param request DescribeApiMarketAttributesRequest
15391
+ * @param runtime runtime options for this request RuntimeOptions
15392
+ * @return DescribeApiMarketAttributesResponse
15393
+ */
14895
15394
  describeApiMarketAttributesWithOptions(request: DescribeApiMarketAttributesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiMarketAttributesResponse>;
15395
+ /**
15396
+ * @summary Queries the Alibaba Cloud Marketplace attributes of an API.
15397
+ *
15398
+ * @param request DescribeApiMarketAttributesRequest
15399
+ * @return DescribeApiMarketAttributesResponse
15400
+ */
14896
15401
  describeApiMarketAttributes(request: DescribeApiMarketAttributesRequest): Promise<DescribeApiMarketAttributesResponse>;
15402
+ /**
15403
+ * @summary Queries the attached APIs of an API product.
15404
+ *
15405
+ * @param request DescribeApiProductApisRequest
15406
+ * @param runtime runtime options for this request RuntimeOptions
15407
+ * @return DescribeApiProductApisResponse
15408
+ */
14897
15409
  describeApiProductApisWithOptions(request: DescribeApiProductApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiProductApisResponse>;
15410
+ /**
15411
+ * @summary Queries the attached APIs of an API product.
15412
+ *
15413
+ * @param request DescribeApiProductApisRequest
15414
+ * @return DescribeApiProductApisResponse
15415
+ */
14898
15416
  describeApiProductApis(request: DescribeApiProductApisRequest): Promise<DescribeApiProductApisResponse>;
15417
+ /**
15418
+ * @summary Queries API products by application.
15419
+ *
15420
+ * @param request DescribeApiProductsByAppRequest
15421
+ * @param runtime runtime options for this request RuntimeOptions
15422
+ * @return DescribeApiProductsByAppResponse
15423
+ */
14899
15424
  describeApiProductsByAppWithOptions(request: DescribeApiProductsByAppRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiProductsByAppResponse>;
15425
+ /**
15426
+ * @summary Queries API products by application.
15427
+ *
15428
+ * @param request DescribeApiProductsByAppRequest
15429
+ * @return DescribeApiProductsByAppResponse
15430
+ */
14900
15431
  describeApiProductsByApp(request: DescribeApiProductsByAppRequest): Promise<DescribeApiProductsByAppResponse>;
14901
15432
  /**
14902
- * * This API is intended for API providers.
14903
- * * Only statistics for API calls made in the release environment are collected by default.
14904
- *
14905
- * @param request DescribeApiQpsDataRequest
14906
- * @param runtime runtime options for this request RuntimeOptions
14907
- * @return DescribeApiQpsDataResponse
15433
+ * @summary Queries the QPS statistics of an API.
15434
+ *
15435
+ * @description * This API is intended for API providers.
15436
+ * * Only statistics for API calls made in the release environment are collected by default.
15437
+ *
15438
+ * @param request DescribeApiQpsDataRequest
15439
+ * @param runtime runtime options for this request RuntimeOptions
15440
+ * @return DescribeApiQpsDataResponse
14908
15441
  */
14909
15442
  describeApiQpsDataWithOptions(request: DescribeApiQpsDataRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiQpsDataResponse>;
14910
15443
  /**
14911
- * * This API is intended for API providers.
14912
- * * Only statistics for API calls made in the release environment are collected by default.
14913
- *
14914
- * @param request DescribeApiQpsDataRequest
14915
- * @return DescribeApiQpsDataResponse
15444
+ * @summary Queries the QPS statistics of an API.
15445
+ *
15446
+ * @description * This API is intended for API providers.
15447
+ * * Only statistics for API calls made in the release environment are collected by default.
15448
+ *
15449
+ * @param request DescribeApiQpsDataRequest
15450
+ * @return DescribeApiQpsDataResponse
14916
15451
  */
14917
15452
  describeApiQpsData(request: DescribeApiQpsDataRequest): Promise<DescribeApiQpsDataResponse>;
14918
15453
  /**
14919
- * * This API is intended for API providers.
14920
- * * The ApiIds parameter is optional. If this parameter is not specified, all results in the specified environment of an API group are returned.
14921
- *
14922
- * @param request DescribeApiSignaturesRequest
14923
- * @param runtime runtime options for this request RuntimeOptions
14924
- * @return DescribeApiSignaturesResponse
15454
+ * @summary Queries the backend signature keys that are bound to the APIs of a specified API group in a specified environment.
15455
+ *
15456
+ * @description * This API is intended for API providers.
15457
+ * * The ApiIds parameter is optional. If this parameter is not specified, all results in the specified environment of an API group are returned.
15458
+ *
15459
+ * @param request DescribeApiSignaturesRequest
15460
+ * @param runtime runtime options for this request RuntimeOptions
15461
+ * @return DescribeApiSignaturesResponse
14925
15462
  */
14926
15463
  describeApiSignaturesWithOptions(request: DescribeApiSignaturesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiSignaturesResponse>;
14927
15464
  /**
14928
- * * This API is intended for API providers.
14929
- * * The ApiIds parameter is optional. If this parameter is not specified, all results in the specified environment of an API group are returned.
14930
- *
14931
- * @param request DescribeApiSignaturesRequest
14932
- * @return DescribeApiSignaturesResponse
15465
+ * @summary Queries the backend signature keys that are bound to the APIs of a specified API group in a specified environment.
15466
+ *
15467
+ * @description * This API is intended for API providers.
15468
+ * * The ApiIds parameter is optional. If this parameter is not specified, all results in the specified environment of an API group are returned.
15469
+ *
15470
+ * @param request DescribeApiSignaturesRequest
15471
+ * @return DescribeApiSignaturesResponse
14933
15472
  */
14934
15473
  describeApiSignatures(request: DescribeApiSignaturesRequest): Promise<DescribeApiSignaturesResponse>;
14935
15474
  /**
14936
- * * This API is intended for API providers.
14937
- * * The ApiIds parameter is optional. If this parameter is not specified, all results in the specified environment of an API group are returned.
14938
- *
14939
- * @param request DescribeApiTrafficControlsRequest
14940
- * @param runtime runtime options for this request RuntimeOptions
14941
- * @return DescribeApiTrafficControlsResponse
15475
+ * @summary Queries the throttling policies bound to all members of an API group in a specified environment.
15476
+ *
15477
+ * @description * This API is intended for API providers.
15478
+ * * The ApiIds parameter is optional. If this parameter is not specified, all results in the specified environment of an API group are returned.
15479
+ *
15480
+ * @param request DescribeApiTrafficControlsRequest
15481
+ * @param runtime runtime options for this request RuntimeOptions
15482
+ * @return DescribeApiTrafficControlsResponse
14942
15483
  */
14943
15484
  describeApiTrafficControlsWithOptions(request: DescribeApiTrafficControlsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiTrafficControlsResponse>;
14944
15485
  /**
14945
- * * This API is intended for API providers.
14946
- * * The ApiIds parameter is optional. If this parameter is not specified, all results in the specified environment of an API group are returned.
14947
- *
14948
- * @param request DescribeApiTrafficControlsRequest
14949
- * @return DescribeApiTrafficControlsResponse
15486
+ * @summary Queries the throttling policies bound to all members of an API group in a specified environment.
15487
+ *
15488
+ * @description * This API is intended for API providers.
15489
+ * * The ApiIds parameter is optional. If this parameter is not specified, all results in the specified environment of an API group are returned.
15490
+ *
15491
+ * @param request DescribeApiTrafficControlsRequest
15492
+ * @return DescribeApiTrafficControlsResponse
14950
15493
  */
14951
15494
  describeApiTrafficControls(request: DescribeApiTrafficControlsRequest): Promise<DescribeApiTrafficControlsResponse>;
14952
15495
  /**
14953
- * * This API is intended for API providers.
14954
- * * Only statistics for API calls made in the release environment are collected by default.
14955
- *
14956
- * @param request DescribeApiTrafficDataRequest
14957
- * @param runtime runtime options for this request RuntimeOptions
14958
- * @return DescribeApiTrafficDataResponse
15496
+ * @summary Queries the statistics on the traffic of an API.
15497
+ *
15498
+ * @description * This API is intended for API providers.
15499
+ * * Only statistics for API calls made in the release environment are collected by default.
15500
+ *
15501
+ * @param request DescribeApiTrafficDataRequest
15502
+ * @param runtime runtime options for this request RuntimeOptions
15503
+ * @return DescribeApiTrafficDataResponse
14959
15504
  */
14960
15505
  describeApiTrafficDataWithOptions(request: DescribeApiTrafficDataRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiTrafficDataResponse>;
14961
15506
  /**
14962
- * * This API is intended for API providers.
14963
- * * Only statistics for API calls made in the release environment are collected by default.
14964
- *
14965
- * @param request DescribeApiTrafficDataRequest
14966
- * @return DescribeApiTrafficDataResponse
15507
+ * @summary Queries the statistics on the traffic of an API.
15508
+ *
15509
+ * @description * This API is intended for API providers.
15510
+ * * Only statistics for API calls made in the release environment are collected by default.
15511
+ *
15512
+ * @param request DescribeApiTrafficDataRequest
15513
+ * @return DescribeApiTrafficDataResponse
14967
15514
  */
14968
15515
  describeApiTrafficData(request: DescribeApiTrafficDataRequest): Promise<DescribeApiTrafficDataResponse>;
14969
15516
  /**
14970
- * * This operation is intended for API callers.
14971
- * * This operation returns a list of all APIs that are being defined. The basic information about these APIs is also returned in the list.
14972
- * * This operation returns all APIs that are being edited, regardless of their environments. The returned definitions may be different from the definitions in the environments.
14973
- *
14974
- * @param request DescribeApisRequest
14975
- * @param runtime runtime options for this request RuntimeOptions
14976
- * @return DescribeApisResponse
15517
+ * @summary Queries a list of APIs that are being defined.
15518
+ *
15519
+ * @description * This operation is intended for API callers.
15520
+ * * This operation returns a list of all APIs that are being defined. The basic information about these APIs is also returned in the list.
15521
+ * * This operation returns all APIs that are being edited, regardless of their environments. The returned definitions may be different from the definitions in the environments.
15522
+ *
15523
+ * @param request DescribeApisRequest
15524
+ * @param runtime runtime options for this request RuntimeOptions
15525
+ * @return DescribeApisResponse
14977
15526
  */
14978
15527
  describeApisWithOptions(request: DescribeApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApisResponse>;
14979
15528
  /**
14980
- * * This operation is intended for API callers.
14981
- * * This operation returns a list of all APIs that are being defined. The basic information about these APIs is also returned in the list.
14982
- * * This operation returns all APIs that are being edited, regardless of their environments. The returned definitions may be different from the definitions in the environments.
14983
- *
14984
- * @param request DescribeApisRequest
14985
- * @return DescribeApisResponse
15529
+ * @summary Queries a list of APIs that are being defined.
15530
+ *
15531
+ * @description * This operation is intended for API callers.
15532
+ * * This operation returns a list of all APIs that are being defined. The basic information about these APIs is also returned in the list.
15533
+ * * This operation returns all APIs that are being edited, regardless of their environments. The returned definitions may be different from the definitions in the environments.
15534
+ *
15535
+ * @param request DescribeApisRequest
15536
+ * @return DescribeApisResponse
14986
15537
  */
14987
15538
  describeApis(request: DescribeApisRequest): Promise<DescribeApisResponse>;
15539
+ /**
15540
+ * @param request DescribeApisByAppRequest
15541
+ * @param runtime runtime options for this request RuntimeOptions
15542
+ * @return DescribeApisByAppResponse
15543
+ */
14988
15544
  describeApisByAppWithOptions(request: DescribeApisByAppRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApisByAppResponse>;
15545
+ /**
15546
+ * @param request DescribeApisByAppRequest
15547
+ * @return DescribeApisByAppResponse
15548
+ */
14989
15549
  describeApisByApp(request: DescribeApisByAppRequest): Promise<DescribeApisByAppResponse>;
15550
+ /**
15551
+ * @summary Queries APIs in the draft or published state that are created by using a specified backend service.
15552
+ *
15553
+ * @param request DescribeApisByBackendRequest
15554
+ * @param runtime runtime options for this request RuntimeOptions
15555
+ * @return DescribeApisByBackendResponse
15556
+ */
14990
15557
  describeApisByBackendWithOptions(request: DescribeApisByBackendRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApisByBackendResponse>;
15558
+ /**
15559
+ * @summary Queries APIs in the draft or published state that are created by using a specified backend service.
15560
+ *
15561
+ * @param request DescribeApisByBackendRequest
15562
+ * @return DescribeApisByBackendResponse
15563
+ */
14991
15564
  describeApisByBackend(request: DescribeApisByBackendRequest): Promise<DescribeApisByBackendResponse>;
14992
15565
  /**
14993
- * * This operation is intended for API callers.
14994
- * * You can specify PageNumber to obtain the result on the specified page.
14995
- *
14996
- * @param request DescribeApisByIpControlRequest
14997
- * @param runtime runtime options for this request RuntimeOptions
14998
- * @return DescribeApisByIpControlResponse
15566
+ * @summary Queries the APIs that are bound to an access control list (ACL).
15567
+ *
15568
+ * @description * This operation is intended for API callers.
15569
+ * * You can specify PageNumber to obtain the result on the specified page.
15570
+ *
15571
+ * @param request DescribeApisByIpControlRequest
15572
+ * @param runtime runtime options for this request RuntimeOptions
15573
+ * @return DescribeApisByIpControlResponse
14999
15574
  */
15000
15575
  describeApisByIpControlWithOptions(request: DescribeApisByIpControlRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApisByIpControlResponse>;
15001
15576
  /**
15002
- * * This operation is intended for API callers.
15003
- * * You can specify PageNumber to obtain the result on the specified page.
15004
- *
15005
- * @param request DescribeApisByIpControlRequest
15006
- * @return DescribeApisByIpControlResponse
15577
+ * @summary Queries the APIs that are bound to an access control list (ACL).
15578
+ *
15579
+ * @description * This operation is intended for API callers.
15580
+ * * You can specify PageNumber to obtain the result on the specified page.
15581
+ *
15582
+ * @param request DescribeApisByIpControlRequest
15583
+ * @return DescribeApisByIpControlResponse
15007
15584
  */
15008
15585
  describeApisByIpControl(request: DescribeApisByIpControlRequest): Promise<DescribeApisByIpControlResponse>;
15009
15586
  /**
15010
- * * This API is intended for API providers.
15011
- * * The results are returned on separate pages. You can specify PageNumber to obtain the result on the specified page.
15012
- *
15013
- * @param request DescribeApisBySignatureRequest
15014
- * @param runtime runtime options for this request RuntimeOptions
15015
- * @return DescribeApisBySignatureResponse
15587
+ * @summary Queries the APIs to which a specified backend signature key is bound.
15588
+ *
15589
+ * @description * This API is intended for API providers.
15590
+ * * The results are returned on separate pages. You can specify PageNumber to obtain the result on the specified page.
15591
+ *
15592
+ * @param request DescribeApisBySignatureRequest
15593
+ * @param runtime runtime options for this request RuntimeOptions
15594
+ * @return DescribeApisBySignatureResponse
15016
15595
  */
15017
15596
  describeApisBySignatureWithOptions(request: DescribeApisBySignatureRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApisBySignatureResponse>;
15018
15597
  /**
15019
- * * This API is intended for API providers.
15020
- * * The results are returned on separate pages. You can specify PageNumber to obtain the result on the specified page.
15021
- *
15022
- * @param request DescribeApisBySignatureRequest
15023
- * @return DescribeApisBySignatureResponse
15598
+ * @summary Queries the APIs to which a specified backend signature key is bound.
15599
+ *
15600
+ * @description * This API is intended for API providers.
15601
+ * * The results are returned on separate pages. You can specify PageNumber to obtain the result on the specified page.
15602
+ *
15603
+ * @param request DescribeApisBySignatureRequest
15604
+ * @return DescribeApisBySignatureResponse
15024
15605
  */
15025
15606
  describeApisBySignature(request: DescribeApisBySignatureRequest): Promise<DescribeApisBySignatureResponse>;
15026
15607
  /**
15027
- * * This API is intended for API providers.
15028
- * * You can specify PageNumber to obtain the result on the specified page.
15029
- *
15030
- * @param request DescribeApisByTrafficControlRequest
15031
- * @param runtime runtime options for this request RuntimeOptions
15032
- * @return DescribeApisByTrafficControlResponse
15608
+ * @summary Queries the APIs to which a specified throttling policy is bound.
15609
+ *
15610
+ * @description * This API is intended for API providers.
15611
+ * * You can specify PageNumber to obtain the result on the specified page.
15612
+ *
15613
+ * @param request DescribeApisByTrafficControlRequest
15614
+ * @param runtime runtime options for this request RuntimeOptions
15615
+ * @return DescribeApisByTrafficControlResponse
15033
15616
  */
15034
15617
  describeApisByTrafficControlWithOptions(request: DescribeApisByTrafficControlRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApisByTrafficControlResponse>;
15035
15618
  /**
15036
- * * This API is intended for API providers.
15037
- * * You can specify PageNumber to obtain the result on the specified page.
15038
- *
15039
- * @param request DescribeApisByTrafficControlRequest
15040
- * @return DescribeApisByTrafficControlResponse
15619
+ * @summary Queries the APIs to which a specified throttling policy is bound.
15620
+ *
15621
+ * @description * This API is intended for API providers.
15622
+ * * You can specify PageNumber to obtain the result on the specified page.
15623
+ *
15624
+ * @param request DescribeApisByTrafficControlRequest
15625
+ * @return DescribeApisByTrafficControlResponse
15041
15626
  */
15042
15627
  describeApisByTrafficControl(request: DescribeApisByTrafficControlRequest): Promise<DescribeApisByTrafficControlResponse>;
15628
+ /**
15629
+ * @param request DescribeApisByVpcAccessRequest
15630
+ * @param runtime runtime options for this request RuntimeOptions
15631
+ * @return DescribeApisByVpcAccessResponse
15632
+ */
15043
15633
  describeApisByVpcAccessWithOptions(request: DescribeApisByVpcAccessRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApisByVpcAccessResponse>;
15634
+ /**
15635
+ * @param request DescribeApisByVpcAccessRequest
15636
+ * @return DescribeApisByVpcAccessResponse
15637
+ */
15044
15638
  describeApisByVpcAccess(request: DescribeApisByVpcAccessRequest): Promise<DescribeApisByVpcAccessResponse>;
15639
+ /**
15640
+ * @summary Queries APIs by application. The environment information is also returned.
15641
+ *
15642
+ * @param request DescribeApisWithStageNameIntegratedByAppRequest
15643
+ * @param runtime runtime options for this request RuntimeOptions
15644
+ * @return DescribeApisWithStageNameIntegratedByAppResponse
15645
+ */
15045
15646
  describeApisWithStageNameIntegratedByAppWithOptions(request: DescribeApisWithStageNameIntegratedByAppRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApisWithStageNameIntegratedByAppResponse>;
15647
+ /**
15648
+ * @summary Queries APIs by application. The environment information is also returned.
15649
+ *
15650
+ * @param request DescribeApisWithStageNameIntegratedByAppRequest
15651
+ * @return DescribeApisWithStageNameIntegratedByAppResponse
15652
+ */
15046
15653
  describeApisWithStageNameIntegratedByApp(request: DescribeApisWithStageNameIntegratedByAppRequest): Promise<DescribeApisWithStageNameIntegratedByAppResponse>;
15654
+ /**
15655
+ * @summary Queries the apps that can be authorized.
15656
+ *
15657
+ * @param request DescribeAppRequest
15658
+ * @param runtime runtime options for this request RuntimeOptions
15659
+ * @return DescribeAppResponse
15660
+ */
15047
15661
  describeAppWithOptions(request: DescribeAppRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAppResponse>;
15662
+ /**
15663
+ * @summary Queries the apps that can be authorized.
15664
+ *
15665
+ * @param request DescribeAppRequest
15666
+ * @return DescribeAppResponse
15667
+ */
15048
15668
  describeApp(request: DescribeAppRequest): Promise<DescribeAppResponse>;
15049
15669
  /**
15050
- * * This operation is intended for API callers.
15051
- * * AppId is optional.
15052
- *
15053
- * @param request DescribeAppAttributesRequest
15054
- * @param runtime runtime options for this request RuntimeOptions
15055
- * @return DescribeAppAttributesResponse
15670
+ * @summary Queries apps and their basic information.
15671
+ *
15672
+ * @description * This operation is intended for API callers.
15673
+ * * AppId is optional.
15674
+ *
15675
+ * @param request DescribeAppAttributesRequest
15676
+ * @param runtime runtime options for this request RuntimeOptions
15677
+ * @return DescribeAppAttributesResponse
15056
15678
  */
15057
15679
  describeAppAttributesWithOptions(request: DescribeAppAttributesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAppAttributesResponse>;
15058
15680
  /**
15059
- * * This operation is intended for API callers.
15060
- * * AppId is optional.
15061
- *
15062
- * @param request DescribeAppAttributesRequest
15063
- * @return DescribeAppAttributesResponse
15681
+ * @summary Queries apps and their basic information.
15682
+ *
15683
+ * @description * This operation is intended for API callers.
15684
+ * * AppId is optional.
15685
+ *
15686
+ * @param request DescribeAppAttributesRequest
15687
+ * @return DescribeAppAttributesResponse
15064
15688
  */
15065
15689
  describeAppAttributes(request: DescribeAppAttributesRequest): Promise<DescribeAppAttributesResponse>;
15066
15690
  /**
15067
- * * This operation is intended for API callers.
15068
- *
15069
- * @param request DescribeAppSecurityRequest
15070
- * @param runtime runtime options for this request RuntimeOptions
15071
- * @return DescribeAppSecurityResponse
15691
+ * @summary This key is used for authentication when an API call is made.
15692
+ *
15693
+ * @description * This operation is intended for API callers.
15694
+ *
15695
+ * @param request DescribeAppSecurityRequest
15696
+ * @param runtime runtime options for this request RuntimeOptions
15697
+ * @return DescribeAppSecurityResponse
15072
15698
  */
15073
15699
  describeAppSecurityWithOptions(request: DescribeAppSecurityRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAppSecurityResponse>;
15074
15700
  /**
15075
- * * This operation is intended for API callers.
15076
- *
15077
- * @param request DescribeAppSecurityRequest
15078
- * @return DescribeAppSecurityResponse
15701
+ * @summary This key is used for authentication when an API call is made.
15702
+ *
15703
+ * @description * This operation is intended for API callers.
15704
+ *
15705
+ * @param request DescribeAppSecurityRequest
15706
+ * @return DescribeAppSecurityResponse
15079
15707
  */
15080
15708
  describeAppSecurity(request: DescribeAppSecurityRequest): Promise<DescribeAppSecurityResponse>;
15081
15709
  /**
15082
- * * This API is intended for API providers.
15083
- * * API providers can use the app IDs or their Apsara Stack tenant accounts to query app information.
15084
- * * Each provider can call this operation for a maximum of 200 times every day in a region.
15085
- *
15086
- * @param request DescribeAppsRequest
15087
- * @param runtime runtime options for this request RuntimeOptions
15088
- * @return DescribeAppsResponse
15710
+ * @summary Queries the apps. App information is returned only to the app owner.
15711
+ *
15712
+ * @description * This API is intended for API providers.
15713
+ * * API providers can use the app IDs or their Apsara Stack tenant accounts to query app information.
15714
+ * * Each provider can call this operation for a maximum of 200 times every day in a region.
15715
+ *
15716
+ * @param request DescribeAppsRequest
15717
+ * @param runtime runtime options for this request RuntimeOptions
15718
+ * @return DescribeAppsResponse
15089
15719
  */
15090
15720
  describeAppsWithOptions(request: DescribeAppsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAppsResponse>;
15091
15721
  /**
15092
- * * This API is intended for API providers.
15093
- * * API providers can use the app IDs or their Apsara Stack tenant accounts to query app information.
15094
- * * Each provider can call this operation for a maximum of 200 times every day in a region.
15095
- *
15096
- * @param request DescribeAppsRequest
15097
- * @return DescribeAppsResponse
15722
+ * @summary Queries the apps. App information is returned only to the app owner.
15723
+ *
15724
+ * @description * This API is intended for API providers.
15725
+ * * API providers can use the app IDs or their Apsara Stack tenant accounts to query app information.
15726
+ * * Each provider can call this operation for a maximum of 200 times every day in a region.
15727
+ *
15728
+ * @param request DescribeAppsRequest
15729
+ * @return DescribeAppsResponse
15098
15730
  */
15099
15731
  describeApps(request: DescribeAppsRequest): Promise<DescribeAppsResponse>;
15732
+ /**
15733
+ * @summary Queries authorized applications by API product.
15734
+ *
15735
+ * @param request DescribeAppsByApiProductRequest
15736
+ * @param runtime runtime options for this request RuntimeOptions
15737
+ * @return DescribeAppsByApiProductResponse
15738
+ */
15100
15739
  describeAppsByApiProductWithOptions(request: DescribeAppsByApiProductRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAppsByApiProductResponse>;
15740
+ /**
15741
+ * @summary Queries authorized applications by API product.
15742
+ *
15743
+ * @param request DescribeAppsByApiProductRequest
15744
+ * @return DescribeAppsByApiProductResponse
15745
+ */
15101
15746
  describeAppsByApiProduct(request: DescribeAppsByApiProductRequest): Promise<DescribeAppsByApiProductResponse>;
15102
15747
  /**
15103
- * * This operation is intended for API callers.
15104
- * * The specified application can call all APIs included in the responses.
15105
- *
15106
- * @param request DescribeAuthorizedApisRequest
15107
- * @param runtime runtime options for this request RuntimeOptions
15108
- * @return DescribeAuthorizedApisResponse
15748
+ * @summary Queries the authorized APIs of a specified APP.
15749
+ *
15750
+ * @description * This operation is intended for API callers.
15751
+ * * The specified application can call all APIs included in the responses.
15752
+ *
15753
+ * @param request DescribeAuthorizedApisRequest
15754
+ * @param runtime runtime options for this request RuntimeOptions
15755
+ * @return DescribeAuthorizedApisResponse
15109
15756
  */
15110
15757
  describeAuthorizedApisWithOptions(request: DescribeAuthorizedApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAuthorizedApisResponse>;
15111
15758
  /**
15112
- * * This operation is intended for API callers.
15113
- * * The specified application can call all APIs included in the responses.
15114
- *
15115
- * @param request DescribeAuthorizedApisRequest
15116
- * @return DescribeAuthorizedApisResponse
15759
+ * @summary Queries the authorized APIs of a specified APP.
15760
+ *
15761
+ * @description * This operation is intended for API callers.
15762
+ * * The specified application can call all APIs included in the responses.
15763
+ *
15764
+ * @param request DescribeAuthorizedApisRequest
15765
+ * @return DescribeAuthorizedApisResponse
15117
15766
  */
15118
15767
  describeAuthorizedApis(request: DescribeAuthorizedApisRequest): Promise<DescribeAuthorizedApisResponse>;
15119
15768
  /**
15120
- * * This operation is intended for API providers.
15121
- * * All applications included in the responses have access to the specified API.
15122
- *
15123
- * @param request DescribeAuthorizedAppsRequest
15124
- * @param runtime runtime options for this request RuntimeOptions
15125
- * @return DescribeAuthorizedAppsResponse
15769
+ * @summary Queries the current apps.
15770
+ *
15771
+ * @description * This operation is intended for API providers.
15772
+ * * All applications included in the responses have access to the specified API.
15773
+ *
15774
+ * @param request DescribeAuthorizedAppsRequest
15775
+ * @param runtime runtime options for this request RuntimeOptions
15776
+ * @return DescribeAuthorizedAppsResponse
15126
15777
  */
15127
15778
  describeAuthorizedAppsWithOptions(request: DescribeAuthorizedAppsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAuthorizedAppsResponse>;
15128
15779
  /**
15129
- * * This operation is intended for API providers.
15130
- * * All applications included in the responses have access to the specified API.
15131
- *
15132
- * @param request DescribeAuthorizedAppsRequest
15133
- * @return DescribeAuthorizedAppsResponse
15780
+ * @summary Queries the current apps.
15781
+ *
15782
+ * @description * This operation is intended for API providers.
15783
+ * * All applications included in the responses have access to the specified API.
15784
+ *
15785
+ * @param request DescribeAuthorizedAppsRequest
15786
+ * @return DescribeAuthorizedAppsResponse
15134
15787
  */
15135
15788
  describeAuthorizedApps(request: DescribeAuthorizedAppsRequest): Promise<DescribeAuthorizedAppsResponse>;
15789
+ /**
15790
+ * @summary Queries the information about a backend service and its URL configured for each environment.
15791
+ *
15792
+ * @param request DescribeBackendInfoRequest
15793
+ * @param runtime runtime options for this request RuntimeOptions
15794
+ * @return DescribeBackendInfoResponse
15795
+ */
15136
15796
  describeBackendInfoWithOptions(request: DescribeBackendInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackendInfoResponse>;
15797
+ /**
15798
+ * @summary Queries the information about a backend service and its URL configured for each environment.
15799
+ *
15800
+ * @param request DescribeBackendInfoRequest
15801
+ * @return DescribeBackendInfoResponse
15802
+ */
15137
15803
  describeBackendInfo(request: DescribeBackendInfoRequest): Promise<DescribeBackendInfoResponse>;
15804
+ /**
15805
+ * @summary Queries backend services. You can filter backend services by backend service name and backend service type.
15806
+ *
15807
+ * @param request DescribeBackendListRequest
15808
+ * @param runtime runtime options for this request RuntimeOptions
15809
+ * @return DescribeBackendListResponse
15810
+ */
15138
15811
  describeBackendListWithOptions(request: DescribeBackendListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackendListResponse>;
15812
+ /**
15813
+ * @summary Queries backend services. You can filter backend services by backend service name and backend service type.
15814
+ *
15815
+ * @param request DescribeBackendListRequest
15816
+ * @return DescribeBackendListResponse
15817
+ */
15139
15818
  describeBackendList(request: DescribeBackendListRequest): Promise<DescribeBackendListResponse>;
15819
+ /**
15820
+ * @summary Queries the information about a single dataset.
15821
+ *
15822
+ * @param request DescribeDatasetInfoRequest
15823
+ * @param runtime runtime options for this request RuntimeOptions
15824
+ * @return DescribeDatasetInfoResponse
15825
+ */
15140
15826
  describeDatasetInfoWithOptions(request: DescribeDatasetInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDatasetInfoResponse>;
15827
+ /**
15828
+ * @summary Queries the information about a single dataset.
15829
+ *
15830
+ * @param request DescribeDatasetInfoRequest
15831
+ * @return DescribeDatasetInfoResponse
15832
+ */
15141
15833
  describeDatasetInfo(request: DescribeDatasetInfoRequest): Promise<DescribeDatasetInfoResponse>;
15834
+ /**
15835
+ * @summary Queries a data entry in a custom dataset.
15836
+ *
15837
+ * @param request DescribeDatasetItemInfoRequest
15838
+ * @param runtime runtime options for this request RuntimeOptions
15839
+ * @return DescribeDatasetItemInfoResponse
15840
+ */
15142
15841
  describeDatasetItemInfoWithOptions(request: DescribeDatasetItemInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDatasetItemInfoResponse>;
15842
+ /**
15843
+ * @summary Queries a data entry in a custom dataset.
15844
+ *
15845
+ * @param request DescribeDatasetItemInfoRequest
15846
+ * @return DescribeDatasetItemInfoResponse
15847
+ */
15143
15848
  describeDatasetItemInfo(request: DescribeDatasetItemInfoRequest): Promise<DescribeDatasetItemInfoResponse>;
15849
+ /**
15850
+ * @summary Queries the data entries of a custom dataset.
15851
+ *
15852
+ * @param request DescribeDatasetItemListRequest
15853
+ * @param runtime runtime options for this request RuntimeOptions
15854
+ * @return DescribeDatasetItemListResponse
15855
+ */
15144
15856
  describeDatasetItemListWithOptions(request: DescribeDatasetItemListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDatasetItemListResponse>;
15857
+ /**
15858
+ * @summary Queries the data entries of a custom dataset.
15859
+ *
15860
+ * @param request DescribeDatasetItemListRequest
15861
+ * @return DescribeDatasetItemListResponse
15862
+ */
15145
15863
  describeDatasetItemList(request: DescribeDatasetItemListRequest): Promise<DescribeDatasetItemListResponse>;
15864
+ /**
15865
+ * @summary Queries custom datasets.
15866
+ *
15867
+ * @param request DescribeDatasetListRequest
15868
+ * @param runtime runtime options for this request RuntimeOptions
15869
+ * @return DescribeDatasetListResponse
15870
+ */
15146
15871
  describeDatasetListWithOptions(request: DescribeDatasetListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDatasetListResponse>;
15872
+ /**
15873
+ * @summary Queries custom datasets.
15874
+ *
15875
+ * @param request DescribeDatasetListRequest
15876
+ * @return DescribeDatasetListResponse
15877
+ */
15147
15878
  describeDatasetList(request: DescribeDatasetListRequest): Promise<DescribeDatasetListResponse>;
15879
+ /**
15880
+ * @summary Queries the progress of an asynchronous API publishing task.
15881
+ *
15882
+ * @param request DescribeDeployApiTaskRequest
15883
+ * @param runtime runtime options for this request RuntimeOptions
15884
+ * @return DescribeDeployApiTaskResponse
15885
+ */
15148
15886
  describeDeployApiTaskWithOptions(request: DescribeDeployApiTaskRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDeployApiTaskResponse>;
15887
+ /**
15888
+ * @summary Queries the progress of an asynchronous API publishing task.
15889
+ *
15890
+ * @param request DescribeDeployApiTaskRequest
15891
+ * @return DescribeDeployApiTaskResponse
15892
+ */
15149
15893
  describeDeployApiTask(request: DescribeDeployApiTaskRequest): Promise<DescribeDeployApiTaskResponse>;
15894
+ /**
15895
+ * @summary Queries the definition of an API that takes effect in an environment. The definition may differ from the definition being edited.
15896
+ *
15897
+ * @param request DescribeDeployedApiRequest
15898
+ * @param runtime runtime options for this request RuntimeOptions
15899
+ * @return DescribeDeployedApiResponse
15900
+ */
15150
15901
  describeDeployedApiWithOptions(request: DescribeDeployedApiRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDeployedApiResponse>;
15902
+ /**
15903
+ * @summary Queries the definition of an API that takes effect in an environment. The definition may differ from the definition being edited.
15904
+ *
15905
+ * @param request DescribeDeployedApiRequest
15906
+ * @return DescribeDeployedApiResponse
15907
+ */
15151
15908
  describeDeployedApi(request: DescribeDeployedApiRequest): Promise<DescribeDeployedApiResponse>;
15152
15909
  /**
15153
- * * This operation is intended for API callers.
15154
- *
15155
- * @param request DescribeDeployedApisRequest
15156
- * @param runtime runtime options for this request RuntimeOptions
15157
- * @return DescribeDeployedApisResponse
15910
+ * @summary Queries the APIs that are published to and running in an environment.
15911
+ *
15912
+ * @description * This operation is intended for API callers.
15913
+ *
15914
+ * @param request DescribeDeployedApisRequest
15915
+ * @param runtime runtime options for this request RuntimeOptions
15916
+ * @return DescribeDeployedApisResponse
15158
15917
  */
15159
15918
  describeDeployedApisWithOptions(request: DescribeDeployedApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDeployedApisResponse>;
15160
15919
  /**
15161
- * * This operation is intended for API callers.
15162
- *
15163
- * @param request DescribeDeployedApisRequest
15164
- * @return DescribeDeployedApisResponse
15920
+ * @summary Queries the APIs that are published to and running in an environment.
15921
+ *
15922
+ * @description * This operation is intended for API callers.
15923
+ *
15924
+ * @param request DescribeDeployedApisRequest
15925
+ * @return DescribeDeployedApisResponse
15165
15926
  */
15166
15927
  describeDeployedApis(request: DescribeDeployedApisRequest): Promise<DescribeDeployedApisResponse>;
15928
+ /**
15929
+ * @summary Queries the details about a bound custom domain name, including the system assigned second-level domain name, custom domain name, and SSL certificate.
15930
+ *
15931
+ * @param request DescribeDomainRequest
15932
+ * @param runtime runtime options for this request RuntimeOptions
15933
+ * @return DescribeDomainResponse
15934
+ */
15167
15935
  describeDomainWithOptions(request: DescribeDomainRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainResponse>;
15936
+ /**
15937
+ * @summary Queries the details about a bound custom domain name, including the system assigned second-level domain name, custom domain name, and SSL certificate.
15938
+ *
15939
+ * @param request DescribeDomainRequest
15940
+ * @return DescribeDomainResponse
15941
+ */
15168
15942
  describeDomain(request: DescribeDomainRequest): Promise<DescribeDomainResponse>;
15943
+ /**
15944
+ * @summary Queries the average latency of an API group in an environment.
15945
+ *
15946
+ * @param request DescribeGroupLatencyRequest
15947
+ * @param runtime runtime options for this request RuntimeOptions
15948
+ * @return DescribeGroupLatencyResponse
15949
+ */
15169
15950
  describeGroupLatencyWithOptions(request: DescribeGroupLatencyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGroupLatencyResponse>;
15951
+ /**
15952
+ * @summary Queries the average latency of an API group in an environment.
15953
+ *
15954
+ * @param request DescribeGroupLatencyRequest
15955
+ * @return DescribeGroupLatencyResponse
15956
+ */
15170
15957
  describeGroupLatency(request: DescribeGroupLatencyRequest): Promise<DescribeGroupLatencyResponse>;
15958
+ /**
15959
+ * @summary Queries the statistics on the number of requests directed to an API group within a period of time.
15960
+ *
15961
+ * @param request DescribeGroupQpsRequest
15962
+ * @param runtime runtime options for this request RuntimeOptions
15963
+ * @return DescribeGroupQpsResponse
15964
+ */
15171
15965
  describeGroupQpsWithOptions(request: DescribeGroupQpsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGroupQpsResponse>;
15966
+ /**
15967
+ * @summary Queries the statistics on the number of requests directed to an API group within a period of time.
15968
+ *
15969
+ * @param request DescribeGroupQpsRequest
15970
+ * @return DescribeGroupQpsResponse
15971
+ */
15172
15972
  describeGroupQps(request: DescribeGroupQpsRequest): Promise<DescribeGroupQpsResponse>;
15973
+ /**
15974
+ * @summary Queries the traffic of an API group.
15975
+ *
15976
+ * @param request DescribeGroupTrafficRequest
15977
+ * @param runtime runtime options for this request RuntimeOptions
15978
+ * @return DescribeGroupTrafficResponse
15979
+ */
15173
15980
  describeGroupTrafficWithOptions(request: DescribeGroupTrafficRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGroupTrafficResponse>;
15981
+ /**
15982
+ * @summary Queries the traffic of an API group.
15983
+ *
15984
+ * @param request DescribeGroupTrafficRequest
15985
+ * @return DescribeGroupTrafficResponse
15986
+ */
15174
15987
  describeGroupTraffic(request: DescribeGroupTrafficRequest): Promise<DescribeGroupTrafficResponse>;
15988
+ /**
15989
+ * @param request DescribeHistoryApisRequest
15990
+ * @param runtime runtime options for this request RuntimeOptions
15991
+ * @return DescribeHistoryApisResponse
15992
+ */
15175
15993
  describeHistoryApisWithOptions(request: DescribeHistoryApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHistoryApisResponse>;
15994
+ /**
15995
+ * @param request DescribeHistoryApisRequest
15996
+ * @return DescribeHistoryApisResponse
15997
+ */
15176
15998
  describeHistoryApis(request: DescribeHistoryApisRequest): Promise<DescribeHistoryApisResponse>;
15999
+ /**
16000
+ * @summary Queries the result of an OAS API import task.
16001
+ *
16002
+ * @param request DescribeImportOASTaskRequest
16003
+ * @param runtime runtime options for this request RuntimeOptions
16004
+ * @return DescribeImportOASTaskResponse
16005
+ */
15177
16006
  describeImportOASTaskWithOptions(request: DescribeImportOASTaskRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImportOASTaskResponse>;
16007
+ /**
16008
+ * @summary Queries the result of an OAS API import task.
16009
+ *
16010
+ * @param request DescribeImportOASTaskRequest
16011
+ * @return DescribeImportOASTaskResponse
16012
+ */
15178
16013
  describeImportOASTask(request: DescribeImportOASTaskRequest): Promise<DescribeImportOASTaskResponse>;
16014
+ /**
16015
+ * @summary Queries the number of lost connections to a dedicated instance within a period of time.
16016
+ *
16017
+ * @param request DescribeInstanceDropConnectionsRequest
16018
+ * @param runtime runtime options for this request RuntimeOptions
16019
+ * @return DescribeInstanceDropConnectionsResponse
16020
+ */
15179
16021
  describeInstanceDropConnectionsWithOptions(request: DescribeInstanceDropConnectionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceDropConnectionsResponse>;
16022
+ /**
16023
+ * @summary Queries the number of lost connections to a dedicated instance within a period of time.
16024
+ *
16025
+ * @param request DescribeInstanceDropConnectionsRequest
16026
+ * @return DescribeInstanceDropConnectionsResponse
16027
+ */
15180
16028
  describeInstanceDropConnections(request: DescribeInstanceDropConnectionsRequest): Promise<DescribeInstanceDropConnectionsResponse>;
16029
+ /**
16030
+ * @summary Queries the number of dropped packets within a period of time.
16031
+ *
16032
+ * @param request DescribeInstanceDropPacketRequest
16033
+ * @param runtime runtime options for this request RuntimeOptions
16034
+ * @return DescribeInstanceDropPacketResponse
16035
+ */
15181
16036
  describeInstanceDropPacketWithOptions(request: DescribeInstanceDropPacketRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceDropPacketResponse>;
16037
+ /**
16038
+ * @summary Queries the number of dropped packets within a period of time.
16039
+ *
16040
+ * @param request DescribeInstanceDropPacketRequest
16041
+ * @return DescribeInstanceDropPacketResponse
16042
+ */
15182
16043
  describeInstanceDropPacket(request: DescribeInstanceDropPacketRequest): Promise<DescribeInstanceDropPacketResponse>;
16044
+ /**
16045
+ * @summary Queries the distribution of HTTP status codes of requests to a dedicated instance within a period of time.
16046
+ *
16047
+ * @param request DescribeInstanceHttpCodeRequest
16048
+ * @param runtime runtime options for this request RuntimeOptions
16049
+ * @return DescribeInstanceHttpCodeResponse
16050
+ */
15183
16051
  describeInstanceHttpCodeWithOptions(request: DescribeInstanceHttpCodeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceHttpCodeResponse>;
16052
+ /**
16053
+ * @summary Queries the distribution of HTTP status codes of requests to a dedicated instance within a period of time.
16054
+ *
16055
+ * @param request DescribeInstanceHttpCodeRequest
16056
+ * @return DescribeInstanceHttpCodeResponse
16057
+ */
15184
16058
  describeInstanceHttpCode(request: DescribeInstanceHttpCodeRequest): Promise<DescribeInstanceHttpCodeResponse>;
16059
+ /**
16060
+ * @summary Queries the average latency of a dedicated instance over a period of time.
16061
+ *
16062
+ * @param request DescribeInstanceLatencyRequest
16063
+ * @param runtime runtime options for this request RuntimeOptions
16064
+ * @return DescribeInstanceLatencyResponse
16065
+ */
15185
16066
  describeInstanceLatencyWithOptions(request: DescribeInstanceLatencyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceLatencyResponse>;
16067
+ /**
16068
+ * @summary Queries the average latency of a dedicated instance over a period of time.
16069
+ *
16070
+ * @param request DescribeInstanceLatencyRequest
16071
+ * @return DescribeInstanceLatencyResponse
16072
+ */
15186
16073
  describeInstanceLatency(request: DescribeInstanceLatencyRequest): Promise<DescribeInstanceLatencyResponse>;
16074
+ /**
16075
+ * @summary Queries the number of new connections to a dedicated instance within a period of time.
16076
+ *
16077
+ * @param request DescribeInstanceNewConnectionsRequest
16078
+ * @param runtime runtime options for this request RuntimeOptions
16079
+ * @return DescribeInstanceNewConnectionsResponse
16080
+ */
15187
16081
  describeInstanceNewConnectionsWithOptions(request: DescribeInstanceNewConnectionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceNewConnectionsResponse>;
16082
+ /**
16083
+ * @summary Queries the number of new connections to a dedicated instance within a period of time.
16084
+ *
16085
+ * @param request DescribeInstanceNewConnectionsRequest
16086
+ * @return DescribeInstanceNewConnectionsResponse
16087
+ */
15188
16088
  describeInstanceNewConnections(request: DescribeInstanceNewConnectionsRequest): Promise<DescribeInstanceNewConnectionsResponse>;
16089
+ /**
16090
+ * @summary Queries the numbers of inbound and outbound packets of a dedicated instance within a period of time.
16091
+ *
16092
+ * @param request DescribeInstancePacketsRequest
16093
+ * @param runtime runtime options for this request RuntimeOptions
16094
+ * @return DescribeInstancePacketsResponse
16095
+ */
15189
16096
  describeInstancePacketsWithOptions(request: DescribeInstancePacketsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstancePacketsResponse>;
16097
+ /**
16098
+ * @summary Queries the numbers of inbound and outbound packets of a dedicated instance within a period of time.
16099
+ *
16100
+ * @param request DescribeInstancePacketsRequest
16101
+ * @return DescribeInstancePacketsResponse
16102
+ */
15190
16103
  describeInstancePackets(request: DescribeInstancePacketsRequest): Promise<DescribeInstancePacketsResponse>;
16104
+ /**
16105
+ * @summary Queries the number of requests to a dedicated instance within a period of time.
16106
+ *
16107
+ * @param request DescribeInstanceQpsRequest
16108
+ * @param runtime runtime options for this request RuntimeOptions
16109
+ * @return DescribeInstanceQpsResponse
16110
+ */
15191
16111
  describeInstanceQpsWithOptions(request: DescribeInstanceQpsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceQpsResponse>;
16112
+ /**
16113
+ * @summary Queries the number of requests to a dedicated instance within a period of time.
16114
+ *
16115
+ * @param request DescribeInstanceQpsRequest
16116
+ * @return DescribeInstanceQpsResponse
16117
+ */
15192
16118
  describeInstanceQps(request: DescribeInstanceQpsRequest): Promise<DescribeInstanceQpsResponse>;
16119
+ /**
16120
+ * @summary Queries the number of concurrent connections to a dedicated instance within a period of time.
16121
+ *
16122
+ * @param request DescribeInstanceSlbConnectRequest
16123
+ * @param runtime runtime options for this request RuntimeOptions
16124
+ * @return DescribeInstanceSlbConnectResponse
16125
+ */
15193
16126
  describeInstanceSlbConnectWithOptions(request: DescribeInstanceSlbConnectRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSlbConnectResponse>;
16127
+ /**
16128
+ * @summary Queries the number of concurrent connections to a dedicated instance within a period of time.
16129
+ *
16130
+ * @param request DescribeInstanceSlbConnectRequest
16131
+ * @return DescribeInstanceSlbConnectResponse
16132
+ */
15194
16133
  describeInstanceSlbConnect(request: DescribeInstanceSlbConnectRequest): Promise<DescribeInstanceSlbConnectResponse>;
16134
+ /**
16135
+ * @summary Queries the request traffic and response traffic of a dedicated instance within a period of time.
16136
+ *
16137
+ * @param request DescribeInstanceTrafficRequest
16138
+ * @param runtime runtime options for this request RuntimeOptions
16139
+ * @return DescribeInstanceTrafficResponse
16140
+ */
15195
16141
  describeInstanceTrafficWithOptions(request: DescribeInstanceTrafficRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceTrafficResponse>;
16142
+ /**
16143
+ * @summary Queries the request traffic and response traffic of a dedicated instance within a period of time.
16144
+ *
16145
+ * @param request DescribeInstanceTrafficRequest
16146
+ * @return DescribeInstanceTrafficResponse
16147
+ */
15196
16148
  describeInstanceTraffic(request: DescribeInstanceTrafficRequest): Promise<DescribeInstanceTrafficResponse>;
16149
+ /**
16150
+ * @summary 查询实例信息
16151
+ *
16152
+ * @param request DescribeInstancesRequest
16153
+ * @param runtime runtime options for this request RuntimeOptions
16154
+ * @return DescribeInstancesResponse
16155
+ */
15197
16156
  describeInstancesWithOptions(request: DescribeInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstancesResponse>;
16157
+ /**
16158
+ * @summary 查询实例信息
16159
+ *
16160
+ * @param request DescribeInstancesRequest
16161
+ * @return DescribeInstancesResponse
16162
+ */
15198
16163
  describeInstances(request: DescribeInstancesRequest): Promise<DescribeInstancesResponse>;
15199
16164
  /**
15200
- * * This operation is intended for API providers.
15201
- * * You can filter the query results by policy ID.
15202
- *
15203
- * @param request DescribeIpControlPolicyItemsRequest
15204
- * @param runtime runtime options for this request RuntimeOptions
15205
- * @return DescribeIpControlPolicyItemsResponse
16165
+ * @summary Queries the rule entries of an IP address-based traffic control policy.
16166
+ *
16167
+ * @description * This operation is intended for API providers.
16168
+ * * You can filter the query results by policy ID.
16169
+ *
16170
+ * @param request DescribeIpControlPolicyItemsRequest
16171
+ * @param runtime runtime options for this request RuntimeOptions
16172
+ * @return DescribeIpControlPolicyItemsResponse
15206
16173
  */
15207
16174
  describeIpControlPolicyItemsWithOptions(request: DescribeIpControlPolicyItemsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIpControlPolicyItemsResponse>;
15208
16175
  /**
15209
- * * This operation is intended for API providers.
15210
- * * You can filter the query results by policy ID.
15211
- *
15212
- * @param request DescribeIpControlPolicyItemsRequest
15213
- * @return DescribeIpControlPolicyItemsResponse
16176
+ * @summary Queries the rule entries of an IP address-based traffic control policy.
16177
+ *
16178
+ * @description * This operation is intended for API providers.
16179
+ * * You can filter the query results by policy ID.
16180
+ *
16181
+ * @param request DescribeIpControlPolicyItemsRequest
16182
+ * @return DescribeIpControlPolicyItemsResponse
15214
16183
  */
15215
16184
  describeIpControlPolicyItems(request: DescribeIpControlPolicyItemsRequest): Promise<DescribeIpControlPolicyItemsResponse>;
15216
16185
  /**
15217
- * * This operation is intended for API providers.
15218
- * * This operation is used to query the ACLs in a region. Region is a system parameter.
15219
- * * You can filter the query results by ACL ID, name, or type.
15220
- * * This operation cannot be used to query specific policies. If you want to query specific policies, call the [DescribeIpControlPolicyItems](~~DescribeIpControlPolicyItems~~) operation.
15221
- *
15222
- * @param request DescribeIpControlsRequest
15223
- * @param runtime runtime options for this request RuntimeOptions
15224
- * @return DescribeIpControlsResponse
16186
+ * @summary Queries custom access control lists (ACLs) on separate pages.
16187
+ *
16188
+ * @description * This operation is intended for API providers.
16189
+ * * This operation is used to query the ACLs in a region. Region is a system parameter.
16190
+ * * You can filter the query results by ACL ID, name, or type.
16191
+ * * This operation cannot be used to query specific policies. If you want to query specific policies, call the [DescribeIpControlPolicyItems](~~DescribeIpControlPolicyItems~~) operation.
16192
+ *
16193
+ * @param request DescribeIpControlsRequest
16194
+ * @param runtime runtime options for this request RuntimeOptions
16195
+ * @return DescribeIpControlsResponse
15225
16196
  */
15226
16197
  describeIpControlsWithOptions(request: DescribeIpControlsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIpControlsResponse>;
15227
16198
  /**
15228
- * * This operation is intended for API providers.
15229
- * * This operation is used to query the ACLs in a region. Region is a system parameter.
15230
- * * You can filter the query results by ACL ID, name, or type.
15231
- * * This operation cannot be used to query specific policies. If you want to query specific policies, call the [DescribeIpControlPolicyItems](~~DescribeIpControlPolicyItems~~) operation.
15232
- *
15233
- * @param request DescribeIpControlsRequest
15234
- * @return DescribeIpControlsResponse
16199
+ * @summary Queries custom access control lists (ACLs) on separate pages.
16200
+ *
16201
+ * @description * This operation is intended for API providers.
16202
+ * * This operation is used to query the ACLs in a region. Region is a system parameter.
16203
+ * * You can filter the query results by ACL ID, name, or type.
16204
+ * * This operation cannot be used to query specific policies. If you want to query specific policies, call the [DescribeIpControlPolicyItems](~~DescribeIpControlPolicyItems~~) operation.
16205
+ *
16206
+ * @param request DescribeIpControlsRequest
16207
+ * @return DescribeIpControlsResponse
15235
16208
  */
15236
16209
  describeIpControls(request: DescribeIpControlsRequest): Promise<DescribeIpControlsResponse>;
16210
+ /**
16211
+ * @param request DescribeLogConfigRequest
16212
+ * @param runtime runtime options for this request RuntimeOptions
16213
+ * @return DescribeLogConfigResponse
16214
+ */
15237
16215
  describeLogConfigWithOptions(request: DescribeLogConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLogConfigResponse>;
16216
+ /**
16217
+ * @param request DescribeLogConfigRequest
16218
+ * @return DescribeLogConfigResponse
16219
+ */
15238
16220
  describeLogConfig(request: DescribeLogConfigRequest): Promise<DescribeLogConfigResponse>;
16221
+ /**
16222
+ * @summary Queries the number of remaining ordered relationships for a purchaser.
16223
+ *
16224
+ * @param request DescribeMarketRemainsQuotaRequest
16225
+ * @param runtime runtime options for this request RuntimeOptions
16226
+ * @return DescribeMarketRemainsQuotaResponse
16227
+ */
15239
16228
  describeMarketRemainsQuotaWithOptions(request: DescribeMarketRemainsQuotaRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMarketRemainsQuotaResponse>;
16229
+ /**
16230
+ * @summary Queries the number of remaining ordered relationships for a purchaser.
16231
+ *
16232
+ * @param request DescribeMarketRemainsQuotaRequest
16233
+ * @return DescribeMarketRemainsQuotaResponse
16234
+ */
15240
16235
  describeMarketRemainsQuota(request: DescribeMarketRemainsQuotaRequest): Promise<DescribeMarketRemainsQuotaResponse>;
15241
16236
  /**
15242
- * * Fuzzy queries are supported.
15243
- *
15244
- * @param request DescribeModelsRequest
15245
- * @param runtime runtime options for this request RuntimeOptions
15246
- * @return DescribeModelsResponse
16237
+ * @summary Obtains the created models of an API group.
16238
+ *
16239
+ * @description * Fuzzy queries are supported.
16240
+ *
16241
+ * @param request DescribeModelsRequest
16242
+ * @param runtime runtime options for this request RuntimeOptions
16243
+ * @return DescribeModelsResponse
15247
16244
  */
15248
16245
  describeModelsWithOptions(request: DescribeModelsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeModelsResponse>;
15249
16246
  /**
15250
- * * Fuzzy queries are supported.
15251
- *
15252
- * @param request DescribeModelsRequest
15253
- * @return DescribeModelsResponse
16247
+ * @summary Obtains the created models of an API group.
16248
+ *
16249
+ * @description * Fuzzy queries are supported.
16250
+ *
16251
+ * @param request DescribeModelsRequest
16252
+ * @return DescribeModelsResponse
15254
16253
  */
15255
16254
  describeModels(request: DescribeModelsRequest): Promise<DescribeModelsResponse>;
16255
+ /**
16256
+ * @summary 根据查询查询绑定的API列表
16257
+ *
16258
+ * @param request DescribePluginApisRequest
16259
+ * @param runtime runtime options for this request RuntimeOptions
16260
+ * @return DescribePluginApisResponse
16261
+ */
15256
16262
  describePluginApisWithOptions(request: DescribePluginApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribePluginApisResponse>;
16263
+ /**
16264
+ * @summary 根据查询查询绑定的API列表
16265
+ *
16266
+ * @param request DescribePluginApisRequest
16267
+ * @return DescribePluginApisResponse
16268
+ */
15257
16269
  describePluginApis(request: DescribePluginApisRequest): Promise<DescribePluginApisResponse>;
16270
+ /**
16271
+ * @param request DescribePluginSchemasRequest
16272
+ * @param runtime runtime options for this request RuntimeOptions
16273
+ * @return DescribePluginSchemasResponse
16274
+ */
15258
16275
  describePluginSchemasWithOptions(request: DescribePluginSchemasRequest, runtime: $Util.RuntimeOptions): Promise<DescribePluginSchemasResponse>;
16276
+ /**
16277
+ * @param request DescribePluginSchemasRequest
16278
+ * @return DescribePluginSchemasResponse
16279
+ */
15259
16280
  describePluginSchemas(request: DescribePluginSchemasRequest): Promise<DescribePluginSchemasResponse>;
16281
+ /**
16282
+ * @param request DescribePluginTemplatesRequest
16283
+ * @param runtime runtime options for this request RuntimeOptions
16284
+ * @return DescribePluginTemplatesResponse
16285
+ */
15260
16286
  describePluginTemplatesWithOptions(request: DescribePluginTemplatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribePluginTemplatesResponse>;
16287
+ /**
16288
+ * @param request DescribePluginTemplatesRequest
16289
+ * @return DescribePluginTemplatesResponse
16290
+ */
15261
16291
  describePluginTemplates(request: DescribePluginTemplatesRequest): Promise<DescribePluginTemplatesResponse>;
15262
16292
  /**
15263
- * * This operation supports pagination.
15264
- * * This operation allows you to query plug-ins by business type.
15265
- * * This operation allows you to query plug-ins by ID.
15266
- * * This operation allows you to query plug-ins by name.
15267
- *
15268
- * @param request DescribePluginsRequest
15269
- * @param runtime runtime options for this request RuntimeOptions
15270
- * @return DescribePluginsResponse
16293
+ * @summary Queries API Gateway plug-ins and the details of the plug-ins.
16294
+ *
16295
+ * @description * This operation supports pagination.
16296
+ * * This operation allows you to query plug-ins by business type.
16297
+ * * This operation allows you to query plug-ins by ID.
16298
+ * * This operation allows you to query plug-ins by name.
16299
+ *
16300
+ * @param request DescribePluginsRequest
16301
+ * @param runtime runtime options for this request RuntimeOptions
16302
+ * @return DescribePluginsResponse
15271
16303
  */
15272
16304
  describePluginsWithOptions(request: DescribePluginsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePluginsResponse>;
15273
16305
  /**
15274
- * * This operation supports pagination.
15275
- * * This operation allows you to query plug-ins by business type.
15276
- * * This operation allows you to query plug-ins by ID.
15277
- * * This operation allows you to query plug-ins by name.
15278
- *
15279
- * @param request DescribePluginsRequest
15280
- * @return DescribePluginsResponse
16306
+ * @summary Queries API Gateway plug-ins and the details of the plug-ins.
16307
+ *
16308
+ * @description * This operation supports pagination.
16309
+ * * This operation allows you to query plug-ins by business type.
16310
+ * * This operation allows you to query plug-ins by ID.
16311
+ * * This operation allows you to query plug-ins by name.
16312
+ *
16313
+ * @param request DescribePluginsRequest
16314
+ * @return DescribePluginsResponse
15281
16315
  */
15282
16316
  describePlugins(request: DescribePluginsRequest): Promise<DescribePluginsResponse>;
15283
16317
  /**
15284
- * * This operation is intended for API callers.
15285
- * * This operation supports pagination.
15286
- *
15287
- * @param request DescribePluginsByApiRequest
15288
- * @param runtime runtime options for this request RuntimeOptions
15289
- * @return DescribePluginsByApiResponse
16318
+ * @summary Queries the plug-ins that are bound to a running API in an environment.
16319
+ *
16320
+ * @description * This operation is intended for API callers.
16321
+ * * This operation supports pagination.
16322
+ *
16323
+ * @param request DescribePluginsByApiRequest
16324
+ * @param runtime runtime options for this request RuntimeOptions
16325
+ * @return DescribePluginsByApiResponse
15290
16326
  */
15291
16327
  describePluginsByApiWithOptions(request: DescribePluginsByApiRequest, runtime: $Util.RuntimeOptions): Promise<DescribePluginsByApiResponse>;
15292
16328
  /**
15293
- * * This operation is intended for API callers.
15294
- * * This operation supports pagination.
15295
- *
15296
- * @param request DescribePluginsByApiRequest
15297
- * @return DescribePluginsByApiResponse
16329
+ * @summary Queries the plug-ins that are bound to a running API in an environment.
16330
+ *
16331
+ * @description * This operation is intended for API callers.
16332
+ * * This operation supports pagination.
16333
+ *
16334
+ * @param request DescribePluginsByApiRequest
16335
+ * @return DescribePluginsByApiResponse
15298
16336
  */
15299
16337
  describePluginsByApi(request: DescribePluginsByApiRequest): Promise<DescribePluginsByApiResponse>;
16338
+ /**
16339
+ * @summary Queries the details about an API group purchased from Alibaba Cloud Marketplace.
16340
+ *
16341
+ * @param request DescribePurchasedApiGroupRequest
16342
+ * @param runtime runtime options for this request RuntimeOptions
16343
+ * @return DescribePurchasedApiGroupResponse
16344
+ */
15300
16345
  describePurchasedApiGroupWithOptions(request: DescribePurchasedApiGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribePurchasedApiGroupResponse>;
16346
+ /**
16347
+ * @summary Queries the details about an API group purchased from Alibaba Cloud Marketplace.
16348
+ *
16349
+ * @param request DescribePurchasedApiGroupRequest
16350
+ * @return DescribePurchasedApiGroupResponse
16351
+ */
15301
16352
  describePurchasedApiGroup(request: DescribePurchasedApiGroupRequest): Promise<DescribePurchasedApiGroupResponse>;
16353
+ /**
16354
+ * @summary Queries API groups that are purchased from Alibaba Cloud Marketplace.
16355
+ *
16356
+ * @param request DescribePurchasedApiGroupsRequest
16357
+ * @param runtime runtime options for this request RuntimeOptions
16358
+ * @return DescribePurchasedApiGroupsResponse
16359
+ */
15302
16360
  describePurchasedApiGroupsWithOptions(request: DescribePurchasedApiGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePurchasedApiGroupsResponse>;
16361
+ /**
16362
+ * @summary Queries API groups that are purchased from Alibaba Cloud Marketplace.
16363
+ *
16364
+ * @param request DescribePurchasedApiGroupsRequest
16365
+ * @return DescribePurchasedApiGroupsResponse
16366
+ */
15303
16367
  describePurchasedApiGroups(request: DescribePurchasedApiGroupsRequest): Promise<DescribePurchasedApiGroupsResponse>;
16368
+ /**
16369
+ * @summary Queries APIs that are purchased from Alibaba Cloud Marketplace.
16370
+ *
16371
+ * @param request DescribePurchasedApisRequest
16372
+ * @param runtime runtime options for this request RuntimeOptions
16373
+ * @return DescribePurchasedApisResponse
16374
+ */
15304
16375
  describePurchasedApisWithOptions(request: DescribePurchasedApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribePurchasedApisResponse>;
16376
+ /**
16377
+ * @summary Queries APIs that are purchased from Alibaba Cloud Marketplace.
16378
+ *
16379
+ * @param request DescribePurchasedApisRequest
16380
+ * @return DescribePurchasedApisResponse
16381
+ */
15305
16382
  describePurchasedApis(request: DescribePurchasedApisRequest): Promise<DescribePurchasedApisResponse>;
15306
16383
  /**
15307
- * This operation queries regions in which API Gateway is available.
15308
- * * This operation is intended for API providers and callers.
15309
- *
15310
- * @param request DescribeRegionsRequest
15311
- * @param runtime runtime options for this request RuntimeOptions
15312
- * @return DescribeRegionsResponse
16384
+ * @summary Queries the Alibaba Cloud regions that are supported by API Gateway.
16385
+ *
16386
+ * @description This operation queries regions in which API Gateway is available.
16387
+ * * This operation is intended for API providers and callers.
16388
+ *
16389
+ * @param request DescribeRegionsRequest
16390
+ * @param runtime runtime options for this request RuntimeOptions
16391
+ * @return DescribeRegionsResponse
15313
16392
  */
15314
16393
  describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
15315
16394
  /**
15316
- * This operation queries regions in which API Gateway is available.
15317
- * * This operation is intended for API providers and callers.
15318
- *
15319
- * @param request DescribeRegionsRequest
15320
- * @return DescribeRegionsResponse
16395
+ * @summary Queries the Alibaba Cloud regions that are supported by API Gateway.
16396
+ *
16397
+ * @description This operation queries regions in which API Gateway is available.
16398
+ * * This operation is intended for API providers and callers.
16399
+ *
16400
+ * @param request DescribeRegionsRequest
16401
+ * @return DescribeRegionsResponse
15321
16402
  */
15322
16403
  describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
15323
16404
  /**
15324
- * * This API is intended for API providers.
15325
- * * This operation is used to query the backend signature keys in a Region. Region is a system parameter.
15326
- *
15327
- * @param request DescribeSignaturesRequest
15328
- * @param runtime runtime options for this request RuntimeOptions
15329
- * @return DescribeSignaturesResponse
16405
+ * @summary Queries backend signature keys.
16406
+ *
16407
+ * @description * This API is intended for API providers.
16408
+ * * This operation is used to query the backend signature keys in a Region. Region is a system parameter.
16409
+ *
16410
+ * @param request DescribeSignaturesRequest
16411
+ * @param runtime runtime options for this request RuntimeOptions
16412
+ * @return DescribeSignaturesResponse
15330
16413
  */
15331
16414
  describeSignaturesWithOptions(request: DescribeSignaturesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSignaturesResponse>;
15332
16415
  /**
15333
- * * This API is intended for API providers.
15334
- * * This operation is used to query the backend signature keys in a Region. Region is a system parameter.
15335
- *
15336
- * @param request DescribeSignaturesRequest
15337
- * @return DescribeSignaturesResponse
16416
+ * @summary Queries backend signature keys.
16417
+ *
16418
+ * @description * This API is intended for API providers.
16419
+ * * This operation is used to query the backend signature keys in a Region. Region is a system parameter.
16420
+ *
16421
+ * @param request DescribeSignaturesRequest
16422
+ * @return DescribeSignaturesResponse
15338
16423
  */
15339
16424
  describeSignatures(request: DescribeSignaturesRequest): Promise<DescribeSignaturesResponse>;
15340
16425
  /**
15341
- * * This API is intended for API providers.
15342
- *
15343
- * @param request DescribeSignaturesByApiRequest
15344
- * @param runtime runtime options for this request RuntimeOptions
15345
- * @return DescribeSignaturesByApiResponse
16426
+ * @summary Queries the backend signature keys that are bound to a specified API.
16427
+ *
16428
+ * @description * This API is intended for API providers.
16429
+ *
16430
+ * @param request DescribeSignaturesByApiRequest
16431
+ * @param runtime runtime options for this request RuntimeOptions
16432
+ * @return DescribeSignaturesByApiResponse
15346
16433
  */
15347
16434
  describeSignaturesByApiWithOptions(request: DescribeSignaturesByApiRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSignaturesByApiResponse>;
15348
16435
  /**
15349
- * * This API is intended for API providers.
15350
- *
15351
- * @param request DescribeSignaturesByApiRequest
15352
- * @return DescribeSignaturesByApiResponse
16436
+ * @summary Queries the backend signature keys that are bound to a specified API.
16437
+ *
16438
+ * @description * This API is intended for API providers.
16439
+ *
16440
+ * @param request DescribeSignaturesByApiRequest
16441
+ * @return DescribeSignaturesByApiResponse
15353
16442
  */
15354
16443
  describeSignaturesByApi(request: DescribeSignaturesByApiRequest): Promise<DescribeSignaturesByApiResponse>;
16444
+ /**
16445
+ * @summary Queries the number of API Gateway resources in a region.
16446
+ *
16447
+ * @param request DescribeSummaryDataRequest
16448
+ * @param runtime runtime options for this request RuntimeOptions
16449
+ * @return DescribeSummaryDataResponse
16450
+ */
15355
16451
  describeSummaryDataWithOptions(request: DescribeSummaryDataRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSummaryDataResponse>;
16452
+ /**
16453
+ * @summary Queries the number of API Gateway resources in a region.
16454
+ *
16455
+ * @param request DescribeSummaryDataRequest
16456
+ * @return DescribeSummaryDataResponse
16457
+ */
15356
16458
  describeSummaryData(request: DescribeSummaryDataRequest): Promise<DescribeSummaryDataResponse>;
15357
16459
  /**
15358
- * * This API is intended for API callers.
15359
- * * The response of this API contains the system parameters that are optional in API definitions.
15360
- *
15361
- * @param request DescribeSystemParametersRequest
15362
- * @param runtime runtime options for this request RuntimeOptions
15363
- * @return DescribeSystemParametersResponse
16460
+ * @summary Queries the common parameters supported by the system.
16461
+ *
16462
+ * @description * This API is intended for API callers.
16463
+ * * The response of this API contains the system parameters that are optional in API definitions.
16464
+ *
16465
+ * @param request DescribeSystemParametersRequest
16466
+ * @param runtime runtime options for this request RuntimeOptions
16467
+ * @return DescribeSystemParametersResponse
15364
16468
  */
15365
16469
  describeSystemParametersWithOptions(request: DescribeSystemParametersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSystemParametersResponse>;
15366
16470
  /**
15367
- * * This API is intended for API callers.
15368
- * * The response of this API contains the system parameters that are optional in API definitions.
15369
- *
15370
- * @param request DescribeSystemParametersRequest
15371
- * @return DescribeSystemParametersResponse
16471
+ * @summary Queries the common parameters supported by the system.
16472
+ *
16473
+ * @description * This API is intended for API callers.
16474
+ * * The response of this API contains the system parameters that are optional in API definitions.
16475
+ *
16476
+ * @param request DescribeSystemParametersRequest
16477
+ * @return DescribeSystemParametersResponse
15372
16478
  */
15373
16479
  describeSystemParameters(request: DescribeSystemParametersRequest): Promise<DescribeSystemParametersResponse>;
15374
16480
  /**
15375
- * * This API is intended for API providers.
15376
- * * This API can be used to query all existing throttling policies (including special throttling policies) and their details.
15377
- * * You can specify query conditions. For example, you can query the throttling policies bound to a specified API or in a specified environment.
15378
- *
15379
- * @param request DescribeTrafficControlsRequest
15380
- * @param runtime runtime options for this request RuntimeOptions
15381
- * @return DescribeTrafficControlsResponse
16481
+ * @summary Queries custom throttling policies and their details. Conditional queries are supported.
16482
+ *
16483
+ * @description * This API is intended for API providers.
16484
+ * * This API can be used to query all existing throttling policies (including special throttling policies) and their details.
16485
+ * * You can specify query conditions. For example, you can query the throttling policies bound to a specified API or in a specified environment.
16486
+ *
16487
+ * @param request DescribeTrafficControlsRequest
16488
+ * @param runtime runtime options for this request RuntimeOptions
16489
+ * @return DescribeTrafficControlsResponse
15382
16490
  */
15383
16491
  describeTrafficControlsWithOptions(request: DescribeTrafficControlsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTrafficControlsResponse>;
15384
16492
  /**
15385
- * * This API is intended for API providers.
15386
- * * This API can be used to query all existing throttling policies (including special throttling policies) and their details.
15387
- * * You can specify query conditions. For example, you can query the throttling policies bound to a specified API or in a specified environment.
15388
- *
15389
- * @param request DescribeTrafficControlsRequest
15390
- * @return DescribeTrafficControlsResponse
16493
+ * @summary Queries custom throttling policies and their details. Conditional queries are supported.
16494
+ *
16495
+ * @description * This API is intended for API providers.
16496
+ * * This API can be used to query all existing throttling policies (including special throttling policies) and their details.
16497
+ * * You can specify query conditions. For example, you can query the throttling policies bound to a specified API or in a specified environment.
16498
+ *
16499
+ * @param request DescribeTrafficControlsRequest
16500
+ * @return DescribeTrafficControlsResponse
15391
16501
  */
15392
16502
  describeTrafficControls(request: DescribeTrafficControlsRequest): Promise<DescribeTrafficControlsResponse>;
15393
16503
  /**
15394
- * * This API is intended for API providers.
15395
- *
15396
- * @param request DescribeTrafficControlsByApiRequest
15397
- * @param runtime runtime options for this request RuntimeOptions
15398
- * @return DescribeTrafficControlsByApiResponse
16504
+ * @summary Queries the throttling policy that is bound to a specific API.
16505
+ *
16506
+ * @description * This API is intended for API providers.
16507
+ *
16508
+ * @param request DescribeTrafficControlsByApiRequest
16509
+ * @param runtime runtime options for this request RuntimeOptions
16510
+ * @return DescribeTrafficControlsByApiResponse
15399
16511
  */
15400
16512
  describeTrafficControlsByApiWithOptions(request: DescribeTrafficControlsByApiRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTrafficControlsByApiResponse>;
15401
16513
  /**
15402
- * * This API is intended for API providers.
15403
- *
15404
- * @param request DescribeTrafficControlsByApiRequest
15405
- * @return DescribeTrafficControlsByApiResponse
16514
+ * @summary Queries the throttling policy that is bound to a specific API.
16515
+ *
16516
+ * @description * This API is intended for API providers.
16517
+ *
16518
+ * @param request DescribeTrafficControlsByApiRequest
16519
+ * @return DescribeTrafficControlsByApiResponse
15406
16520
  */
15407
16521
  describeTrafficControlsByApi(request: DescribeTrafficControlsByApiRequest): Promise<DescribeTrafficControlsByApiResponse>;
16522
+ /**
16523
+ * @summary 查询批量更新API后端元定结果
16524
+ *
16525
+ * @param request DescribeUpdateBackendTaskRequest
16526
+ * @param runtime runtime options for this request RuntimeOptions
16527
+ * @return DescribeUpdateBackendTaskResponse
16528
+ */
15408
16529
  describeUpdateBackendTaskWithOptions(request: DescribeUpdateBackendTaskRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUpdateBackendTaskResponse>;
16530
+ /**
16531
+ * @summary 查询批量更新API后端元定结果
16532
+ *
16533
+ * @param request DescribeUpdateBackendTaskRequest
16534
+ * @return DescribeUpdateBackendTaskResponse
16535
+ */
15409
16536
  describeUpdateBackendTask(request: DescribeUpdateBackendTaskRequest): Promise<DescribeUpdateBackendTaskResponse>;
16537
+ /**
16538
+ * @param request DescribeUpdateVpcInfoTaskRequest
16539
+ * @param runtime runtime options for this request RuntimeOptions
16540
+ * @return DescribeUpdateVpcInfoTaskResponse
16541
+ */
15410
16542
  describeUpdateVpcInfoTaskWithOptions(request: DescribeUpdateVpcInfoTaskRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUpdateVpcInfoTaskResponse>;
16543
+ /**
16544
+ * @param request DescribeUpdateVpcInfoTaskRequest
16545
+ * @return DescribeUpdateVpcInfoTaskResponse
16546
+ */
15411
16547
  describeUpdateVpcInfoTask(request: DescribeUpdateVpcInfoTaskRequest): Promise<DescribeUpdateVpcInfoTaskResponse>;
16548
+ /**
16549
+ * @summary Queries VPC access authorizations.
16550
+ *
16551
+ * @param request DescribeVpcAccessesRequest
16552
+ * @param runtime runtime options for this request RuntimeOptions
16553
+ * @return DescribeVpcAccessesResponse
16554
+ */
15412
16555
  describeVpcAccessesWithOptions(request: DescribeVpcAccessesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVpcAccessesResponse>;
16556
+ /**
16557
+ * @summary Queries VPC access authorizations.
16558
+ *
16559
+ * @param request DescribeVpcAccessesRequest
16560
+ * @return DescribeVpcAccessesResponse
16561
+ */
15413
16562
  describeVpcAccesses(request: DescribeVpcAccessesRequest): Promise<DescribeVpcAccessesResponse>;
16563
+ /**
16564
+ * @summary Queries zones in a region.
16565
+ *
16566
+ * @param request DescribeZonesRequest
16567
+ * @param runtime runtime options for this request RuntimeOptions
16568
+ * @return DescribeZonesResponse
16569
+ */
15414
16570
  describeZonesWithOptions(request: DescribeZonesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeZonesResponse>;
16571
+ /**
16572
+ * @summary Queries zones in a region.
16573
+ *
16574
+ * @param request DescribeZonesRequest
16575
+ * @return DescribeZonesResponse
16576
+ */
15415
16577
  describeZones(request: DescribeZonesRequest): Promise<DescribeZonesResponse>;
16578
+ /**
16579
+ * @summary Detaches APIs from an API product.
16580
+ *
16581
+ * @param request DetachApiProductRequest
16582
+ * @param runtime runtime options for this request RuntimeOptions
16583
+ * @return DetachApiProductResponse
16584
+ */
15416
16585
  detachApiProductWithOptions(request: DetachApiProductRequest, runtime: $Util.RuntimeOptions): Promise<DetachApiProductResponse>;
16586
+ /**
16587
+ * @summary Detaches APIs from an API product.
16588
+ *
16589
+ * @param request DetachApiProductRequest
16590
+ * @return DetachApiProductResponse
16591
+ */
15417
16592
  detachApiProduct(request: DetachApiProductRequest): Promise<DetachApiProductResponse>;
16593
+ /**
16594
+ * @summary 解绑插件
16595
+ *
16596
+ * @param request DetachPluginRequest
16597
+ * @param runtime runtime options for this request RuntimeOptions
16598
+ * @return DetachPluginResponse
16599
+ */
15418
16600
  detachPluginWithOptions(request: DetachPluginRequest, runtime: $Util.RuntimeOptions): Promise<DetachPluginResponse>;
16601
+ /**
16602
+ * @summary 解绑插件
16603
+ *
16604
+ * @param request DetachPluginRequest
16605
+ * @return DetachPluginResponse
16606
+ */
15419
16607
  detachPlugin(request: DetachPluginRequest): Promise<DetachPluginResponse>;
16608
+ /**
16609
+ * @summary This feature provides instance-level access control capabilities for dedicated API Gateway instances. Disables access control on an instance.
16610
+ *
16611
+ * @param request DisableInstanceAccessControlRequest
16612
+ * @param runtime runtime options for this request RuntimeOptions
16613
+ * @return DisableInstanceAccessControlResponse
16614
+ */
15420
16615
  disableInstanceAccessControlWithOptions(request: DisableInstanceAccessControlRequest, runtime: $Util.RuntimeOptions): Promise<DisableInstanceAccessControlResponse>;
16616
+ /**
16617
+ * @summary This feature provides instance-level access control capabilities for dedicated API Gateway instances. Disables access control on an instance.
16618
+ *
16619
+ * @param request DisableInstanceAccessControlRequest
16620
+ * @return DisableInstanceAccessControlResponse
16621
+ */
15421
16622
  disableInstanceAccessControl(request: DisableInstanceAccessControlRequest): Promise<DisableInstanceAccessControlResponse>;
16623
+ /**
16624
+ * @summary Checks the syntax before Swagger-compliant data is imported.
16625
+ *
16626
+ * @param tmpReq DryRunSwaggerRequest
16627
+ * @param runtime runtime options for this request RuntimeOptions
16628
+ * @return DryRunSwaggerResponse
16629
+ */
15422
16630
  dryRunSwaggerWithOptions(tmpReq: DryRunSwaggerRequest, runtime: $Util.RuntimeOptions): Promise<DryRunSwaggerResponse>;
16631
+ /**
16632
+ * @summary Checks the syntax before Swagger-compliant data is imported.
16633
+ *
16634
+ * @param request DryRunSwaggerRequest
16635
+ * @return DryRunSwaggerResponse
16636
+ */
15423
16637
  dryRunSwagger(request: DryRunSwaggerRequest): Promise<DryRunSwaggerResponse>;
16638
+ /**
16639
+ * @summary 开启实例的访问控制
16640
+ *
16641
+ * @param request EnableInstanceAccessControlRequest
16642
+ * @param runtime runtime options for this request RuntimeOptions
16643
+ * @return EnableInstanceAccessControlResponse
16644
+ */
15424
16645
  enableInstanceAccessControlWithOptions(request: EnableInstanceAccessControlRequest, runtime: $Util.RuntimeOptions): Promise<EnableInstanceAccessControlResponse>;
16646
+ /**
16647
+ * @summary 开启实例的访问控制
16648
+ *
16649
+ * @param request EnableInstanceAccessControlRequest
16650
+ * @return EnableInstanceAccessControlResponse
16651
+ */
15425
16652
  enableInstanceAccessControl(request: EnableInstanceAccessControlRequest): Promise<EnableInstanceAccessControlResponse>;
16653
+ /**
16654
+ * @summary Imports APIs based on the OAS standard.
16655
+ *
16656
+ * @param request ImportOASRequest
16657
+ * @param runtime runtime options for this request RuntimeOptions
16658
+ * @return ImportOASResponse
16659
+ */
15426
16660
  importOASWithOptions(request: ImportOASRequest, runtime: $Util.RuntimeOptions): Promise<ImportOASResponse>;
16661
+ /**
16662
+ * @summary Imports APIs based on the OAS standard.
16663
+ *
16664
+ * @param request ImportOASRequest
16665
+ * @return ImportOASResponse
16666
+ */
15427
16667
  importOAS(request: ImportOASRequest): Promise<ImportOASResponse>;
15428
16668
  /**
15429
- * * Alibaba Cloud supports extensions based on Swagger 2.0.
15430
- * * Alibaba Cloud supports Swagger configuration files in JSON and YAML formats.
15431
- *
15432
- * @param tmpReq ImportSwaggerRequest
15433
- * @param runtime runtime options for this request RuntimeOptions
15434
- * @return ImportSwaggerResponse
16669
+ * @summary Creates an API by importing Swagger-compliant data.
16670
+ *
16671
+ * @description * Alibaba Cloud supports extensions based on Swagger 2.0.
16672
+ * * Alibaba Cloud supports Swagger configuration files in JSON and YAML formats.
16673
+ *
16674
+ * @param tmpReq ImportSwaggerRequest
16675
+ * @param runtime runtime options for this request RuntimeOptions
16676
+ * @return ImportSwaggerResponse
15435
16677
  */
15436
16678
  importSwaggerWithOptions(tmpReq: ImportSwaggerRequest, runtime: $Util.RuntimeOptions): Promise<ImportSwaggerResponse>;
15437
16679
  /**
15438
- * * Alibaba Cloud supports extensions based on Swagger 2.0.
15439
- * * Alibaba Cloud supports Swagger configuration files in JSON and YAML formats.
15440
- *
15441
- * @param request ImportSwaggerRequest
15442
- * @return ImportSwaggerResponse
16680
+ * @summary Creates an API by importing Swagger-compliant data.
16681
+ *
16682
+ * @description * Alibaba Cloud supports extensions based on Swagger 2.0.
16683
+ * * Alibaba Cloud supports Swagger configuration files in JSON and YAML formats.
16684
+ *
16685
+ * @param request ImportSwaggerRequest
16686
+ * @return ImportSwaggerResponse
15443
16687
  */
15444
16688
  importSwagger(request: ImportSwaggerRequest): Promise<ImportSwaggerResponse>;
15445
16689
  /**
15446
- * * The Tag.N.Key and Tag.N.Value parameters constitute a key-value pair.
15447
- * * ResourceId.N must meet all the key-value pairs that are entered. If you enter multiple key-value pairs, resources that contain the specified key-value pairs are returned.
15448
- * * This operation is used to query resource tags based on conditions. If no relationship matches the conditions, an empty list is returned.
15449
- * * You can query both user tags and visible system tags.
15450
- * * In addition to the required parameters, you can also specify ResourceId.N to query the visible resource tags of a specified resource in a region.
15451
- * * You can also specify Tag.N.Key to query the visible keys of a specified key in a region.
15452
- * * At least one of ResourceId.N, Tag.N.Key, and Tag.N.Value exists.
15453
- * * You can query tags of the same type or different types in a single operation.
15454
- * * You can query all your user types and visible system tags.
15455
- *
15456
- * @param request ListTagResourcesRequest
15457
- * @param runtime runtime options for this request RuntimeOptions
15458
- * @return ListTagResourcesResponse
16690
+ * @summary Queries the visible resource tags.
16691
+ *
16692
+ * @description * The Tag.N.Key and Tag.N.Value parameters constitute a key-value pair.
16693
+ * * ResourceId.N must meet all the key-value pairs that are entered. If you enter multiple key-value pairs, resources that contain the specified key-value pairs are returned.
16694
+ * * This operation is used to query resource tags based on conditions. If no relationship matches the conditions, an empty list is returned.
16695
+ * * You can query both user tags and visible system tags.
16696
+ * * In addition to the required parameters, you can also specify ResourceId.N to query the visible resource tags of a specified resource in a region.
16697
+ * * You can also specify Tag.N.Key to query the visible keys of a specified key in a region.
16698
+ * * At least one of ResourceId.N, Tag.N.Key, and Tag.N.Value exists.
16699
+ * * You can query tags of the same type or different types in a single operation.
16700
+ * * You can query all your user types and visible system tags.
16701
+ *
16702
+ * @param request ListTagResourcesRequest
16703
+ * @param runtime runtime options for this request RuntimeOptions
16704
+ * @return ListTagResourcesResponse
15459
16705
  */
15460
16706
  listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
15461
16707
  /**
15462
- * * The Tag.N.Key and Tag.N.Value parameters constitute a key-value pair.
15463
- * * ResourceId.N must meet all the key-value pairs that are entered. If you enter multiple key-value pairs, resources that contain the specified key-value pairs are returned.
15464
- * * This operation is used to query resource tags based on conditions. If no relationship matches the conditions, an empty list is returned.
15465
- * * You can query both user tags and visible system tags.
15466
- * * In addition to the required parameters, you can also specify ResourceId.N to query the visible resource tags of a specified resource in a region.
15467
- * * You can also specify Tag.N.Key to query the visible keys of a specified key in a region.
15468
- * * At least one of ResourceId.N, Tag.N.Key, and Tag.N.Value exists.
15469
- * * You can query tags of the same type or different types in a single operation.
15470
- * * You can query all your user types and visible system tags.
15471
- *
15472
- * @param request ListTagResourcesRequest
15473
- * @return ListTagResourcesResponse
16708
+ * @summary Queries the visible resource tags.
16709
+ *
16710
+ * @description * The Tag.N.Key and Tag.N.Value parameters constitute a key-value pair.
16711
+ * * ResourceId.N must meet all the key-value pairs that are entered. If you enter multiple key-value pairs, resources that contain the specified key-value pairs are returned.
16712
+ * * This operation is used to query resource tags based on conditions. If no relationship matches the conditions, an empty list is returned.
16713
+ * * You can query both user tags and visible system tags.
16714
+ * * In addition to the required parameters, you can also specify ResourceId.N to query the visible resource tags of a specified resource in a region.
16715
+ * * You can also specify Tag.N.Key to query the visible keys of a specified key in a region.
16716
+ * * At least one of ResourceId.N, Tag.N.Key, and Tag.N.Value exists.
16717
+ * * You can query tags of the same type or different types in a single operation.
16718
+ * * You can query all your user types and visible system tags.
16719
+ *
16720
+ * @param request ListTagResourcesRequest
16721
+ * @return ListTagResourcesResponse
15474
16722
  */
15475
16723
  listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
15476
16724
  /**
15477
- * **This operation is intended for API providers.**
15478
- * * This API operation requires a full update. Updates of partial parameters are not supported.
15479
- * * When you modify an API name, make sure that the name of each API within the same group is unique.
15480
- * * When you modify the request path, make sure that each request path within the same group is unique.
15481
- * * The QPS limit on this operation is 50 per user.
15482
- *
15483
- * @param request ModifyApiRequest
15484
- * @param runtime runtime options for this request RuntimeOptions
15485
- * @return ModifyApiResponse
16725
+ * @summary Modifies the definition of an API.
16726
+ *
16727
+ * @description **This operation is intended for API providers.**
16728
+ * * This API operation requires a full update. Updates of partial parameters are not supported.
16729
+ * * When you modify an API name, make sure that the name of each API within the same group is unique.
16730
+ * * When you modify the request path, make sure that each request path within the same group is unique.
16731
+ * * The QPS limit on this operation is 50 per user.
16732
+ *
16733
+ * @param request ModifyApiRequest
16734
+ * @param runtime runtime options for this request RuntimeOptions
16735
+ * @return ModifyApiResponse
15486
16736
  */
15487
16737
  modifyApiWithOptions(request: ModifyApiRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiResponse>;
15488
16738
  /**
15489
- * **This operation is intended for API providers.**
15490
- * * This API operation requires a full update. Updates of partial parameters are not supported.
15491
- * * When you modify an API name, make sure that the name of each API within the same group is unique.
15492
- * * When you modify the request path, make sure that each request path within the same group is unique.
15493
- * * The QPS limit on this operation is 50 per user.
15494
- *
15495
- * @param request ModifyApiRequest
15496
- * @return ModifyApiResponse
16739
+ * @summary Modifies the definition of an API.
16740
+ *
16741
+ * @description **This operation is intended for API providers.**
16742
+ * * This API operation requires a full update. Updates of partial parameters are not supported.
16743
+ * * When you modify an API name, make sure that the name of each API within the same group is unique.
16744
+ * * When you modify the request path, make sure that each request path within the same group is unique.
16745
+ * * The QPS limit on this operation is 50 per user.
16746
+ *
16747
+ * @param request ModifyApiRequest
16748
+ * @return ModifyApiResponse
15497
16749
  */
15498
16750
  modifyApi(request: ModifyApiRequest): Promise<ModifyApiResponse>;
16751
+ /**
16752
+ * @summary Modifies the draft definition of an API. This operation is different from the ModifyApi operation. This operation does not require all information about the API. You need to only specify the parameters that you want to modify. For example, if you want to change the authentication method of the API from Anonymous to APP, you specify APP as the value of AuthType and do not need to configure other parameters.
16753
+ *
16754
+ * @param request ModifyApiConfigurationRequest
16755
+ * @param runtime runtime options for this request RuntimeOptions
16756
+ * @return ModifyApiConfigurationResponse
16757
+ */
15499
16758
  modifyApiConfigurationWithOptions(request: ModifyApiConfigurationRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiConfigurationResponse>;
16759
+ /**
16760
+ * @summary Modifies the draft definition of an API. This operation is different from the ModifyApi operation. This operation does not require all information about the API. You need to only specify the parameters that you want to modify. For example, if you want to change the authentication method of the API from Anonymous to APP, you specify APP as the value of AuthType and do not need to configure other parameters.
16761
+ *
16762
+ * @param request ModifyApiConfigurationRequest
16763
+ * @return ModifyApiConfigurationResponse
16764
+ */
15500
16765
  modifyApiConfiguration(request: ModifyApiConfigurationRequest): Promise<ModifyApiConfigurationResponse>;
15501
16766
  /**
15502
- * * This operation is intended for API providers.
15503
- * * The QPS limit on this operation is 50 per user.
15504
- *
15505
- * @param request ModifyApiGroupRequest
15506
- * @param runtime runtime options for this request RuntimeOptions
15507
- * @return ModifyApiGroupResponse
16767
+ * @summary Modifies the name, description, or basepath of an existing API group.
16768
+ *
16769
+ * @description * This operation is intended for API providers.
16770
+ * * The QPS limit on this operation is 50 per user.
16771
+ *
16772
+ * @param request ModifyApiGroupRequest
16773
+ * @param runtime runtime options for this request RuntimeOptions
16774
+ * @return ModifyApiGroupResponse
15508
16775
  */
15509
16776
  modifyApiGroupWithOptions(request: ModifyApiGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiGroupResponse>;
15510
16777
  /**
15511
- * * This operation is intended for API providers.
15512
- * * The QPS limit on this operation is 50 per user.
15513
- *
15514
- * @param request ModifyApiGroupRequest
15515
- * @return ModifyApiGroupResponse
16778
+ * @summary Modifies the name, description, or basepath of an existing API group.
16779
+ *
16780
+ * @description * This operation is intended for API providers.
16781
+ * * The QPS limit on this operation is 50 per user.
16782
+ *
16783
+ * @param request ModifyApiGroupRequest
16784
+ * @return ModifyApiGroupResponse
15516
16785
  */
15517
16786
  modifyApiGroup(request: ModifyApiGroupRequest): Promise<ModifyApiGroupResponse>;
16787
+ /**
16788
+ * @param request ModifyApiGroupInstanceRequest
16789
+ * @param runtime runtime options for this request RuntimeOptions
16790
+ * @return ModifyApiGroupInstanceResponse
16791
+ */
15518
16792
  modifyApiGroupInstanceWithOptions(request: ModifyApiGroupInstanceRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiGroupInstanceResponse>;
16793
+ /**
16794
+ * @param request ModifyApiGroupInstanceRequest
16795
+ * @return ModifyApiGroupInstanceResponse
16796
+ */
15519
16797
  modifyApiGroupInstance(request: ModifyApiGroupInstanceRequest): Promise<ModifyApiGroupInstanceResponse>;
16798
+ /**
16799
+ * @summary Modifies the network policy of an API group.
16800
+ *
16801
+ * @param request ModifyApiGroupNetworkPolicyRequest
16802
+ * @param runtime runtime options for this request RuntimeOptions
16803
+ * @return ModifyApiGroupNetworkPolicyResponse
16804
+ */
15520
16805
  modifyApiGroupNetworkPolicyWithOptions(request: ModifyApiGroupNetworkPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiGroupNetworkPolicyResponse>;
16806
+ /**
16807
+ * @summary Modifies the network policy of an API group.
16808
+ *
16809
+ * @param request ModifyApiGroupNetworkPolicyRequest
16810
+ * @return ModifyApiGroupNetworkPolicyResponse
16811
+ */
15521
16812
  modifyApiGroupNetworkPolicy(request: ModifyApiGroupNetworkPolicyRequest): Promise<ModifyApiGroupNetworkPolicyResponse>;
16813
+ /**
16814
+ * @summary Modifies the VPC whitelist of an API group.
16815
+ *
16816
+ * @param request ModifyApiGroupVpcWhitelistRequest
16817
+ * @param runtime runtime options for this request RuntimeOptions
16818
+ * @return ModifyApiGroupVpcWhitelistResponse
16819
+ */
15522
16820
  modifyApiGroupVpcWhitelistWithOptions(request: ModifyApiGroupVpcWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiGroupVpcWhitelistResponse>;
16821
+ /**
16822
+ * @summary Modifies the VPC whitelist of an API group.
16823
+ *
16824
+ * @param request ModifyApiGroupVpcWhitelistRequest
16825
+ * @return ModifyApiGroupVpcWhitelistResponse
16826
+ */
15523
16827
  modifyApiGroupVpcWhitelist(request: ModifyApiGroupVpcWhitelistRequest): Promise<ModifyApiGroupVpcWhitelistResponse>;
15524
16828
  /**
15525
- * * This operation is intended for API callers.
15526
- * * **AppName** or **Description** can be modified. If these parameters are not specified, no modifications are made and the operation will directly return a success response.
15527
- * * You can call this operation up to 50 times per second per account.
15528
- *
15529
- * @param request ModifyAppRequest
15530
- * @param runtime runtime options for this request RuntimeOptions
15531
- * @return ModifyAppResponse
16829
+ * @summary Modifies a specified application.
16830
+ *
16831
+ * @description * This operation is intended for API callers.
16832
+ * * **AppName** or **Description** can be modified. If these parameters are not specified, no modifications are made and the operation will directly return a success response.
16833
+ * * You can call this operation up to 50 times per second per account.
16834
+ *
16835
+ * @param request ModifyAppRequest
16836
+ * @param runtime runtime options for this request RuntimeOptions
16837
+ * @return ModifyAppResponse
15532
16838
  */
15533
16839
  modifyAppWithOptions(request: ModifyAppRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAppResponse>;
15534
16840
  /**
15535
- * * This operation is intended for API callers.
15536
- * * **AppName** or **Description** can be modified. If these parameters are not specified, no modifications are made and the operation will directly return a success response.
15537
- * * You can call this operation up to 50 times per second per account.
15538
- *
15539
- * @param request ModifyAppRequest
15540
- * @return ModifyAppResponse
16841
+ * @summary Modifies a specified application.
16842
+ *
16843
+ * @description * This operation is intended for API callers.
16844
+ * * **AppName** or **Description** can be modified. If these parameters are not specified, no modifications are made and the operation will directly return a success response.
16845
+ * * You can call this operation up to 50 times per second per account.
16846
+ *
16847
+ * @param request ModifyAppRequest
16848
+ * @return ModifyAppResponse
15541
16849
  */
15542
16850
  modifyApp(request: ModifyAppRequest): Promise<ModifyAppResponse>;
16851
+ /**
16852
+ * @summary 修改后端服务
16853
+ *
16854
+ * @param request ModifyBackendRequest
16855
+ * @param runtime runtime options for this request RuntimeOptions
16856
+ * @return ModifyBackendResponse
16857
+ */
15543
16858
  modifyBackendWithOptions(request: ModifyBackendRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBackendResponse>;
16859
+ /**
16860
+ * @summary 修改后端服务
16861
+ *
16862
+ * @param request ModifyBackendRequest
16863
+ * @return ModifyBackendResponse
16864
+ */
15544
16865
  modifyBackend(request: ModifyBackendRequest): Promise<ModifyBackendResponse>;
16866
+ /**
16867
+ * @summary 修改后端服务在环境上的定义
16868
+ *
16869
+ * @param request ModifyBackendModelRequest
16870
+ * @param runtime runtime options for this request RuntimeOptions
16871
+ * @return ModifyBackendModelResponse
16872
+ */
15545
16873
  modifyBackendModelWithOptions(request: ModifyBackendModelRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBackendModelResponse>;
16874
+ /**
16875
+ * @summary 修改后端服务在环境上的定义
16876
+ *
16877
+ * @param request ModifyBackendModelRequest
16878
+ * @return ModifyBackendModelResponse
16879
+ */
15546
16880
  modifyBackendModel(request: ModifyBackendModelRequest): Promise<ModifyBackendModelResponse>;
16881
+ /**
16882
+ * @summary Modifies the name of a custom dataset.
16883
+ *
16884
+ * @param request ModifyDatasetRequest
16885
+ * @param runtime runtime options for this request RuntimeOptions
16886
+ * @return ModifyDatasetResponse
16887
+ */
15547
16888
  modifyDatasetWithOptions(request: ModifyDatasetRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDatasetResponse>;
16889
+ /**
16890
+ * @summary Modifies the name of a custom dataset.
16891
+ *
16892
+ * @param request ModifyDatasetRequest
16893
+ * @return ModifyDatasetResponse
16894
+ */
15548
16895
  modifyDataset(request: ModifyDatasetRequest): Promise<ModifyDatasetResponse>;
16896
+ /**
16897
+ * @summary Modifies the expiration time and description of a data entry in a custom dataset.
16898
+ *
16899
+ * @param request ModifyDatasetItemRequest
16900
+ * @param runtime runtime options for this request RuntimeOptions
16901
+ * @return ModifyDatasetItemResponse
16902
+ */
15549
16903
  modifyDatasetItemWithOptions(request: ModifyDatasetItemRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDatasetItemResponse>;
16904
+ /**
16905
+ * @summary Modifies the expiration time and description of a data entry in a custom dataset.
16906
+ *
16907
+ * @param request ModifyDatasetItemRequest
16908
+ * @return ModifyDatasetItemResponse
16909
+ */
15550
16910
  modifyDatasetItem(request: ModifyDatasetItemRequest): Promise<ModifyDatasetItemResponse>;
16911
+ /**
16912
+ * @summary 修改API网关实例属性
16913
+ *
16914
+ * @param tmpReq ModifyInstanceAttributeRequest
16915
+ * @param runtime runtime options for this request RuntimeOptions
16916
+ * @return ModifyInstanceAttributeResponse
16917
+ */
15551
16918
  modifyInstanceAttributeWithOptions(tmpReq: ModifyInstanceAttributeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyInstanceAttributeResponse>;
16919
+ /**
16920
+ * @summary 修改API网关实例属性
16921
+ *
16922
+ * @param request ModifyInstanceAttributeRequest
16923
+ * @return ModifyInstanceAttributeResponse
16924
+ */
15552
16925
  modifyInstanceAttribute(request: ModifyInstanceAttributeRequest): Promise<ModifyInstanceAttributeResponse>;
16926
+ /**
16927
+ * @summary Upgrades or downgrades the configurations of an API Gateway instance.
16928
+ *
16929
+ * @param request ModifyInstanceSpecRequest
16930
+ * @param runtime runtime options for this request RuntimeOptions
16931
+ * @return ModifyInstanceSpecResponse
16932
+ */
15553
16933
  modifyInstanceSpecWithOptions(request: ModifyInstanceSpecRequest, runtime: $Util.RuntimeOptions): Promise<ModifyInstanceSpecResponse>;
16934
+ /**
16935
+ * @summary Upgrades or downgrades the configurations of an API Gateway instance.
16936
+ *
16937
+ * @param request ModifyInstanceSpecRequest
16938
+ * @return ModifyInstanceSpecResponse
16939
+ */
15554
16940
  modifyInstanceSpec(request: ModifyInstanceSpecRequest): Promise<ModifyInstanceSpecResponse>;
16941
+ /**
16942
+ * @summary Modifies the VPC domain name policy of an API group.
16943
+ *
16944
+ * @param request ModifyIntranetDomainPolicyRequest
16945
+ * @param runtime runtime options for this request RuntimeOptions
16946
+ * @return ModifyIntranetDomainPolicyResponse
16947
+ */
15555
16948
  modifyIntranetDomainPolicyWithOptions(request: ModifyIntranetDomainPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifyIntranetDomainPolicyResponse>;
16949
+ /**
16950
+ * @summary Modifies the VPC domain name policy of an API group.
16951
+ *
16952
+ * @param request ModifyIntranetDomainPolicyRequest
16953
+ * @return ModifyIntranetDomainPolicyResponse
16954
+ */
15556
16955
  modifyIntranetDomainPolicy(request: ModifyIntranetDomainPolicyRequest): Promise<ModifyIntranetDomainPolicyResponse>;
15557
16956
  /**
15558
- * * This operation is intended for API providers.
15559
- * * This operation allows you to modify only the name and description of an ACL. You cannot modify the type of the ACL.
15560
- *
15561
- * @param request ModifyIpControlRequest
15562
- * @param runtime runtime options for this request RuntimeOptions
15563
- * @return ModifyIpControlResponse
16957
+ * @summary Modifies an access control list (ACL).
16958
+ *
16959
+ * @description * This operation is intended for API providers.
16960
+ * * This operation allows you to modify only the name and description of an ACL. You cannot modify the type of the ACL.
16961
+ *
16962
+ * @param request ModifyIpControlRequest
16963
+ * @param runtime runtime options for this request RuntimeOptions
16964
+ * @return ModifyIpControlResponse
15564
16965
  */
15565
16966
  modifyIpControlWithOptions(request: ModifyIpControlRequest, runtime: $Util.RuntimeOptions): Promise<ModifyIpControlResponse>;
15566
16967
  /**
15567
- * * This operation is intended for API providers.
15568
- * * This operation allows you to modify only the name and description of an ACL. You cannot modify the type of the ACL.
15569
- *
15570
- * @param request ModifyIpControlRequest
15571
- * @return ModifyIpControlResponse
16968
+ * @summary Modifies an access control list (ACL).
16969
+ *
16970
+ * @description * This operation is intended for API providers.
16971
+ * * This operation allows you to modify only the name and description of an ACL. You cannot modify the type of the ACL.
16972
+ *
16973
+ * @param request ModifyIpControlRequest
16974
+ * @return ModifyIpControlResponse
15572
16975
  */
15573
16976
  modifyIpControl(request: ModifyIpControlRequest): Promise<ModifyIpControlResponse>;
15574
16977
  /**
15575
- * * This operation is intended for API providers.
15576
- * * The modification immediately takes effect on all the APIs that are bound to the policy.
15577
- * * This operation causes a full modification of the content of a policy.
15578
- *
15579
- * @param request ModifyIpControlPolicyItemRequest
15580
- * @param runtime runtime options for this request RuntimeOptions
15581
- * @return ModifyIpControlPolicyItemResponse
16978
+ * @summary Modifies a policy in an access control list (ACL).
16979
+ *
16980
+ * @description * This operation is intended for API providers.
16981
+ * * The modification immediately takes effect on all the APIs that are bound to the policy.
16982
+ * * This operation causes a full modification of the content of a policy.
16983
+ *
16984
+ * @param request ModifyIpControlPolicyItemRequest
16985
+ * @param runtime runtime options for this request RuntimeOptions
16986
+ * @return ModifyIpControlPolicyItemResponse
15582
16987
  */
15583
16988
  modifyIpControlPolicyItemWithOptions(request: ModifyIpControlPolicyItemRequest, runtime: $Util.RuntimeOptions): Promise<ModifyIpControlPolicyItemResponse>;
15584
16989
  /**
15585
- * * This operation is intended for API providers.
15586
- * * The modification immediately takes effect on all the APIs that are bound to the policy.
15587
- * * This operation causes a full modification of the content of a policy.
15588
- *
15589
- * @param request ModifyIpControlPolicyItemRequest
15590
- * @return ModifyIpControlPolicyItemResponse
16990
+ * @summary Modifies a policy in an access control list (ACL).
16991
+ *
16992
+ * @description * This operation is intended for API providers.
16993
+ * * The modification immediately takes effect on all the APIs that are bound to the policy.
16994
+ * * This operation causes a full modification of the content of a policy.
16995
+ *
16996
+ * @param request ModifyIpControlPolicyItemRequest
16997
+ * @return ModifyIpControlPolicyItemResponse
15591
16998
  */
15592
16999
  modifyIpControlPolicyItem(request: ModifyIpControlPolicyItemRequest): Promise<ModifyIpControlPolicyItemResponse>;
17000
+ /**
17001
+ * @param request ModifyLogConfigRequest
17002
+ * @param runtime runtime options for this request RuntimeOptions
17003
+ * @return ModifyLogConfigResponse
17004
+ */
15593
17005
  modifyLogConfigWithOptions(request: ModifyLogConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLogConfigResponse>;
17006
+ /**
17007
+ * @param request ModifyLogConfigRequest
17008
+ * @return ModifyLogConfigResponse
17009
+ */
15594
17010
  modifyLogConfig(request: ModifyLogConfigRequest): Promise<ModifyLogConfigResponse>;
17011
+ /**
17012
+ * @summary Updates the model of an API group.
17013
+ *
17014
+ * @param request ModifyModelRequest
17015
+ * @param runtime runtime options for this request RuntimeOptions
17016
+ * @return ModifyModelResponse
17017
+ */
15595
17018
  modifyModelWithOptions(request: ModifyModelRequest, runtime: $Util.RuntimeOptions): Promise<ModifyModelResponse>;
17019
+ /**
17020
+ * @summary Updates the model of an API group.
17021
+ *
17022
+ * @param request ModifyModelRequest
17023
+ * @return ModifyModelResponse
17024
+ */
15596
17025
  modifyModel(request: ModifyModelRequest): Promise<ModifyModelResponse>;
15597
17026
  /**
15598
- * * This operation is intended for API providers.
15599
- * * The name of the plug-in must be unique.
15600
- *
15601
- * @param request ModifyPluginRequest
15602
- * @param runtime runtime options for this request RuntimeOptions
15603
- * @return ModifyPluginResponse
17027
+ * @summary Modifies the information of a plug-in.
17028
+ *
17029
+ * @description * This operation is intended for API providers.
17030
+ * * The name of the plug-in must be unique.
17031
+ *
17032
+ * @param request ModifyPluginRequest
17033
+ * @param runtime runtime options for this request RuntimeOptions
17034
+ * @return ModifyPluginResponse
15604
17035
  */
15605
17036
  modifyPluginWithOptions(request: ModifyPluginRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPluginResponse>;
15606
17037
  /**
15607
- * * This operation is intended for API providers.
15608
- * * The name of the plug-in must be unique.
15609
- *
15610
- * @param request ModifyPluginRequest
15611
- * @return ModifyPluginResponse
17038
+ * @summary Modifies the information of a plug-in.
17039
+ *
17040
+ * @description * This operation is intended for API providers.
17041
+ * * The name of the plug-in must be unique.
17042
+ *
17043
+ * @param request ModifyPluginRequest
17044
+ * @return ModifyPluginResponse
15612
17045
  */
15613
17046
  modifyPlugin(request: ModifyPluginRequest): Promise<ModifyPluginResponse>;
15614
17047
  /**
15615
- * * This API is intended for API providers.
15616
- * * This API operation modifies the name, Key value, and Secret value of an existing signature key.
15617
- * * Note that the modification takes effect immediately. If the key has been bound to an API, you must adjust the backend signature verification based on the new key accordingly.
15618
- * * The QPS limit on this operation is 50 per user.
15619
- *
15620
- * @param request ModifySignatureRequest
15621
- * @param runtime runtime options for this request RuntimeOptions
15622
- * @return ModifySignatureResponse
17048
+ * @summary Modifies a backend signature key.
17049
+ *
17050
+ * @description * This API is intended for API providers.
17051
+ * * This API operation modifies the name, Key value, and Secret value of an existing signature key.
17052
+ * * Note that the modification takes effect immediately. If the key has been bound to an API, you must adjust the backend signature verification based on the new key accordingly.
17053
+ * * The QPS limit on this operation is 50 per user.
17054
+ *
17055
+ * @param request ModifySignatureRequest
17056
+ * @param runtime runtime options for this request RuntimeOptions
17057
+ * @return ModifySignatureResponse
15623
17058
  */
15624
17059
  modifySignatureWithOptions(request: ModifySignatureRequest, runtime: $Util.RuntimeOptions): Promise<ModifySignatureResponse>;
15625
17060
  /**
15626
- * * This API is intended for API providers.
15627
- * * This API operation modifies the name, Key value, and Secret value of an existing signature key.
15628
- * * Note that the modification takes effect immediately. If the key has been bound to an API, you must adjust the backend signature verification based on the new key accordingly.
15629
- * * The QPS limit on this operation is 50 per user.
15630
- *
15631
- * @param request ModifySignatureRequest
15632
- * @return ModifySignatureResponse
17061
+ * @summary Modifies a backend signature key.
17062
+ *
17063
+ * @description * This API is intended for API providers.
17064
+ * * This API operation modifies the name, Key value, and Secret value of an existing signature key.
17065
+ * * Note that the modification takes effect immediately. If the key has been bound to an API, you must adjust the backend signature verification based on the new key accordingly.
17066
+ * * The QPS limit on this operation is 50 per user.
17067
+ *
17068
+ * @param request ModifySignatureRequest
17069
+ * @return ModifySignatureResponse
15633
17070
  */
15634
17071
  modifySignature(request: ModifySignatureRequest): Promise<ModifySignatureResponse>;
15635
17072
  /**
15636
- * * This API is intended for API providers.
15637
- * * The modifications take effect on the bound APIs instantly.
15638
- * * The QPS limit on this operation is 50 per user.
15639
- *
15640
- * @param request ModifyTrafficControlRequest
15641
- * @param runtime runtime options for this request RuntimeOptions
15642
- * @return ModifyTrafficControlResponse
17073
+ * @summary Modifies the settings of a custom throttling policy.
17074
+ *
17075
+ * @description * This API is intended for API providers.
17076
+ * * The modifications take effect on the bound APIs instantly.
17077
+ * * The QPS limit on this operation is 50 per user.
17078
+ *
17079
+ * @param request ModifyTrafficControlRequest
17080
+ * @param runtime runtime options for this request RuntimeOptions
17081
+ * @return ModifyTrafficControlResponse
15643
17082
  */
15644
17083
  modifyTrafficControlWithOptions(request: ModifyTrafficControlRequest, runtime: $Util.RuntimeOptions): Promise<ModifyTrafficControlResponse>;
15645
17084
  /**
15646
- * * This API is intended for API providers.
15647
- * * The modifications take effect on the bound APIs instantly.
15648
- * * The QPS limit on this operation is 50 per user.
15649
- *
15650
- * @param request ModifyTrafficControlRequest
15651
- * @return ModifyTrafficControlResponse
17085
+ * @summary Modifies the settings of a custom throttling policy.
17086
+ *
17087
+ * @description * This API is intended for API providers.
17088
+ * * The modifications take effect on the bound APIs instantly.
17089
+ * * The QPS limit on this operation is 50 per user.
17090
+ *
17091
+ * @param request ModifyTrafficControlRequest
17092
+ * @return ModifyTrafficControlResponse
15652
17093
  */
15653
17094
  modifyTrafficControl(request: ModifyTrafficControlRequest): Promise<ModifyTrafficControlResponse>;
17095
+ /**
17096
+ * @summary Modifies a virtual private cloud (VPC) authorization and updates the metadata of the API associated with the VPC authorization.
17097
+ *
17098
+ * @param request ModifyVpcAccessAndUpdateApisRequest
17099
+ * @param runtime runtime options for this request RuntimeOptions
17100
+ * @return ModifyVpcAccessAndUpdateApisResponse
17101
+ */
15654
17102
  modifyVpcAccessAndUpdateApisWithOptions(request: ModifyVpcAccessAndUpdateApisRequest, runtime: $Util.RuntimeOptions): Promise<ModifyVpcAccessAndUpdateApisResponse>;
17103
+ /**
17104
+ * @summary Modifies a virtual private cloud (VPC) authorization and updates the metadata of the API associated with the VPC authorization.
17105
+ *
17106
+ * @param request ModifyVpcAccessAndUpdateApisRequest
17107
+ * @return ModifyVpcAccessAndUpdateApisResponse
17108
+ */
15655
17109
  modifyVpcAccessAndUpdateApis(request: ModifyVpcAccessAndUpdateApisRequest): Promise<ModifyVpcAccessAndUpdateApisResponse>;
17110
+ /**
17111
+ * @param request OpenApiGatewayServiceRequest
17112
+ * @param runtime runtime options for this request RuntimeOptions
17113
+ * @return OpenApiGatewayServiceResponse
17114
+ */
15656
17115
  openApiGatewayServiceWithOptions(runtime: $Util.RuntimeOptions): Promise<OpenApiGatewayServiceResponse>;
17116
+ /**
17117
+ * @return OpenApiGatewayServiceResponse
17118
+ */
15657
17119
  openApiGatewayService(): Promise<OpenApiGatewayServiceResponse>;
17120
+ /**
17121
+ * @summary Queries the request logs of a user.
17122
+ *
17123
+ * @param request QueryRequestLogsRequest
17124
+ * @param runtime runtime options for this request RuntimeOptions
17125
+ * @return QueryRequestLogsResponse
17126
+ */
15658
17127
  queryRequestLogsWithOptions(request: QueryRequestLogsRequest, runtime: $Util.RuntimeOptions): Promise<QueryRequestLogsResponse>;
17128
+ /**
17129
+ * @summary Queries the request logs of a user.
17130
+ *
17131
+ * @param request QueryRequestLogsRequest
17132
+ * @return QueryRequestLogsResponse
17133
+ */
15659
17134
  queryRequestLogs(request: QueryRequestLogsRequest): Promise<QueryRequestLogsResponse>;
15660
17135
  /**
15661
- * * This operation is intended for API providers.
15662
- * * You must solve the problem that is mentioned in the domain name exception prompt before you can reactivate the domain name.
15663
- * * 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.
15664
- * * You can call this operation to reactivate the domain name to resume normal access.
15665
- *
15666
- * @param request ReactivateDomainRequest
15667
- * @param runtime runtime options for this request RuntimeOptions
15668
- * @return ReactivateDomainResponse
17136
+ * @summary Reactivates a custom domain name whose validity status is Abnormal.
17137
+ *
17138
+ * @description * This operation is intended for API providers.
17139
+ * * You must solve the problem that is mentioned in the domain name exception prompt before you can reactivate the domain name.
17140
+ * * 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.
17141
+ * * You can call this operation to reactivate the domain name to resume normal access.
17142
+ *
17143
+ * @param request ReactivateDomainRequest
17144
+ * @param runtime runtime options for this request RuntimeOptions
17145
+ * @return ReactivateDomainResponse
15669
17146
  */
15670
17147
  reactivateDomainWithOptions(request: ReactivateDomainRequest, runtime: $Util.RuntimeOptions): Promise<ReactivateDomainResponse>;
15671
17148
  /**
15672
- * * This operation is intended for API providers.
15673
- * * You must solve the problem that is mentioned in the domain name exception prompt before you can reactivate the domain name.
15674
- * * 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.
15675
- * * You can call this operation to reactivate the domain name to resume normal access.
15676
- *
15677
- * @param request ReactivateDomainRequest
15678
- * @return ReactivateDomainResponse
17149
+ * @summary Reactivates a custom domain name whose validity status is Abnormal.
17150
+ *
17151
+ * @description * This operation is intended for API providers.
17152
+ * * You must solve the problem that is mentioned in the domain name exception prompt before you can reactivate the domain name.
17153
+ * * 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.
17154
+ * * You can call this operation to reactivate the domain name to resume normal access.
17155
+ *
17156
+ * @param request ReactivateDomainRequest
17157
+ * @return ReactivateDomainResponse
15679
17158
  */
15680
17159
  reactivateDomain(request: ReactivateDomainRequest): Promise<ReactivateDomainResponse>;
17160
+ /**
17161
+ * @summary 删除访问控制策略中IP条目
17162
+ *
17163
+ * @param request RemoveAccessControlListEntryRequest
17164
+ * @param runtime runtime options for this request RuntimeOptions
17165
+ * @return RemoveAccessControlListEntryResponse
17166
+ */
15681
17167
  removeAccessControlListEntryWithOptions(request: RemoveAccessControlListEntryRequest, runtime: $Util.RuntimeOptions): Promise<RemoveAccessControlListEntryResponse>;
17168
+ /**
17169
+ * @summary 删除访问控制策略中IP条目
17170
+ *
17171
+ * @param request RemoveAccessControlListEntryRequest
17172
+ * @return RemoveAccessControlListEntryResponse
17173
+ */
15682
17174
  removeAccessControlListEntry(request: RemoveAccessControlListEntryRequest): Promise<RemoveAccessControlListEntryResponse>;
17175
+ /**
17176
+ * @summary Revokes permissions on API products from an application.
17177
+ *
17178
+ * @param tmpReq RemoveApiProductsAuthoritiesRequest
17179
+ * @param runtime runtime options for this request RuntimeOptions
17180
+ * @return RemoveApiProductsAuthoritiesResponse
17181
+ */
15683
17182
  removeApiProductsAuthoritiesWithOptions(tmpReq: RemoveApiProductsAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<RemoveApiProductsAuthoritiesResponse>;
17183
+ /**
17184
+ * @summary Revokes permissions on API products from an application.
17185
+ *
17186
+ * @param request RemoveApiProductsAuthoritiesRequest
17187
+ * @return RemoveApiProductsAuthoritiesResponse
17188
+ */
15684
17189
  removeApiProductsAuthorities(request: RemoveApiProductsAuthoritiesRequest): Promise<RemoveApiProductsAuthoritiesResponse>;
15685
17190
  /**
15686
- * * This operation is intended for API providers and callers.
15687
- * * Before you revoke access permissions, check by whom the permissions were granted. API providers can only revoke permissions granted by a Provider, and API callers can only revoke permissions granted by a Consumer.
15688
- *
15689
- * @param request RemoveApisAuthoritiesRequest
15690
- * @param runtime runtime options for this request RuntimeOptions
15691
- * @return RemoveApisAuthoritiesResponse
17191
+ * @summary Revokes the access permissions on multiple APIs from a specified application.
17192
+ *
17193
+ * @description * This operation is intended for API providers and callers.
17194
+ * * Before you revoke access permissions, check by whom the permissions were granted. API providers can only revoke permissions granted by a Provider, and API callers can only revoke permissions granted by a Consumer.
17195
+ *
17196
+ * @param request RemoveApisAuthoritiesRequest
17197
+ * @param runtime runtime options for this request RuntimeOptions
17198
+ * @return RemoveApisAuthoritiesResponse
15692
17199
  */
15693
17200
  removeApisAuthoritiesWithOptions(request: RemoveApisAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<RemoveApisAuthoritiesResponse>;
15694
17201
  /**
15695
- * * This operation is intended for API providers and callers.
15696
- * * Before you revoke access permissions, check by whom the permissions were granted. API providers can only revoke permissions granted by a Provider, and API callers can only revoke permissions granted by a Consumer.
15697
- *
15698
- * @param request RemoveApisAuthoritiesRequest
15699
- * @return RemoveApisAuthoritiesResponse
17202
+ * @summary Revokes the access permissions on multiple APIs from a specified application.
17203
+ *
17204
+ * @description * This operation is intended for API providers and callers.
17205
+ * * Before you revoke access permissions, check by whom the permissions were granted. API providers can only revoke permissions granted by a Provider, and API callers can only revoke permissions granted by a Consumer.
17206
+ *
17207
+ * @param request RemoveApisAuthoritiesRequest
17208
+ * @return RemoveApisAuthoritiesResponse
15700
17209
  */
15701
17210
  removeApisAuthorities(request: RemoveApisAuthoritiesRequest): Promise<RemoveApisAuthoritiesResponse>;
15702
17211
  /**
15703
- * * This operation is intended for API providers and callers.
15704
- * * Before you revoke access permissions, check by whom the permissions were granted. API providers can only revoke permissions granted by a Provider, and API callers can only revoke permissions granted by a Consumer.
15705
- *
15706
- * @param request RemoveAppsAuthoritiesRequest
15707
- * @param runtime runtime options for this request RuntimeOptions
15708
- * @return RemoveAppsAuthoritiesResponse
17212
+ * @summary Revokes the access permissions on a specified API from multiple applications. In this case, multiple applications map to a single API.
17213
+ *
17214
+ * @description * This operation is intended for API providers and callers.
17215
+ * * Before you revoke access permissions, check by whom the permissions were granted. API providers can only revoke permissions granted by a Provider, and API callers can only revoke permissions granted by a Consumer.
17216
+ *
17217
+ * @param request RemoveAppsAuthoritiesRequest
17218
+ * @param runtime runtime options for this request RuntimeOptions
17219
+ * @return RemoveAppsAuthoritiesResponse
15709
17220
  */
15710
17221
  removeAppsAuthoritiesWithOptions(request: RemoveAppsAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<RemoveAppsAuthoritiesResponse>;
15711
17222
  /**
15712
- * * This operation is intended for API providers and callers.
15713
- * * Before you revoke access permissions, check by whom the permissions were granted. API providers can only revoke permissions granted by a Provider, and API callers can only revoke permissions granted by a Consumer.
15714
- *
15715
- * @param request RemoveAppsAuthoritiesRequest
15716
- * @return RemoveAppsAuthoritiesResponse
17223
+ * @summary Revokes the access permissions on a specified API from multiple applications. In this case, multiple applications map to a single API.
17224
+ *
17225
+ * @description * This operation is intended for API providers and callers.
17226
+ * * Before you revoke access permissions, check by whom the permissions were granted. API providers can only revoke permissions granted by a Provider, and API callers can only revoke permissions granted by a Consumer.
17227
+ *
17228
+ * @param request RemoveAppsAuthoritiesRequest
17229
+ * @return RemoveAppsAuthoritiesResponse
15717
17230
  */
15718
17231
  removeAppsAuthorities(request: RemoveAppsAuthoritiesRequest): Promise<RemoveAppsAuthoritiesResponse>;
15719
17232
  /**
15720
- * * This operation is intended for API callers.
15721
- * * The unbinding takes effect immediately. After the API is unbound from the ACL, the corresponding environment does not have any IP address access control in place for the API.
15722
- *
15723
- * @param request RemoveIpControlApisRequest
15724
- * @param runtime runtime options for this request RuntimeOptions
15725
- * @return RemoveIpControlApisResponse
17233
+ * @summary Unbinds an API from an access control list (ACL).
17234
+ *
17235
+ * @description * This operation is intended for API callers.
17236
+ * * The unbinding takes effect immediately. After the API is unbound from the ACL, the corresponding environment does not have any IP address access control in place for the API.
17237
+ *
17238
+ * @param request RemoveIpControlApisRequest
17239
+ * @param runtime runtime options for this request RuntimeOptions
17240
+ * @return RemoveIpControlApisResponse
15726
17241
  */
15727
17242
  removeIpControlApisWithOptions(request: RemoveIpControlApisRequest, runtime: $Util.RuntimeOptions): Promise<RemoveIpControlApisResponse>;
15728
17243
  /**
15729
- * * This operation is intended for API callers.
15730
- * * The unbinding takes effect immediately. After the API is unbound from the ACL, the corresponding environment does not have any IP address access control in place for the API.
15731
- *
15732
- * @param request RemoveIpControlApisRequest
15733
- * @return RemoveIpControlApisResponse
17244
+ * @summary Unbinds an API from an access control list (ACL).
17245
+ *
17246
+ * @description * This operation is intended for API callers.
17247
+ * * The unbinding takes effect immediately. After the API is unbound from the ACL, the corresponding environment does not have any IP address access control in place for the API.
17248
+ *
17249
+ * @param request RemoveIpControlApisRequest
17250
+ * @return RemoveIpControlApisResponse
15734
17251
  */
15735
17252
  removeIpControlApis(request: RemoveIpControlApisRequest): Promise<RemoveIpControlApisResponse>;
15736
17253
  /**
15737
- * * This operation is intended for API providers.
15738
- *
15739
- * @param request RemoveIpControlPolicyItemRequest
15740
- * @param runtime runtime options for this request RuntimeOptions
15741
- * @return RemoveIpControlPolicyItemResponse
17254
+ * @summary Removes one or more policies from an access control list (ACL).
17255
+ *
17256
+ * @description * This operation is intended for API providers.
17257
+ *
17258
+ * @param request RemoveIpControlPolicyItemRequest
17259
+ * @param runtime runtime options for this request RuntimeOptions
17260
+ * @return RemoveIpControlPolicyItemResponse
15742
17261
  */
15743
17262
  removeIpControlPolicyItemWithOptions(request: RemoveIpControlPolicyItemRequest, runtime: $Util.RuntimeOptions): Promise<RemoveIpControlPolicyItemResponse>;
15744
17263
  /**
15745
- * * This operation is intended for API providers.
15746
- *
15747
- * @param request RemoveIpControlPolicyItemRequest
15748
- * @return RemoveIpControlPolicyItemResponse
17264
+ * @summary Removes one or more policies from an access control list (ACL).
17265
+ *
17266
+ * @description * This operation is intended for API providers.
17267
+ *
17268
+ * @param request RemoveIpControlPolicyItemRequest
17269
+ * @return RemoveIpControlPolicyItemResponse
15749
17270
  */
15750
17271
  removeIpControlPolicyItem(request: RemoveIpControlPolicyItemRequest): Promise<RemoveIpControlPolicyItemResponse>;
15751
17272
  /**
15752
- * * This API is intended for API providers.
15753
- * * The operation takes effect immediately. The request sent from API Gateway to the backend service does not contain the signature string. The corresponding verification step can be removed from the backend.
15754
- *
15755
- * @param request RemoveSignatureApisRequest
15756
- * @param runtime runtime options for this request RuntimeOptions
15757
- * @return RemoveSignatureApisResponse
17273
+ * @summary Unbinds a backend signature key from APIs.
17274
+ *
17275
+ * @description * This API is intended for API providers.
17276
+ * * The operation takes effect immediately. The request sent from API Gateway to the backend service does not contain the signature string. The corresponding verification step can be removed from the backend.
17277
+ *
17278
+ * @param request RemoveSignatureApisRequest
17279
+ * @param runtime runtime options for this request RuntimeOptions
17280
+ * @return RemoveSignatureApisResponse
15758
17281
  */
15759
17282
  removeSignatureApisWithOptions(request: RemoveSignatureApisRequest, runtime: $Util.RuntimeOptions): Promise<RemoveSignatureApisResponse>;
15760
17283
  /**
15761
- * * This API is intended for API providers.
15762
- * * The operation takes effect immediately. The request sent from API Gateway to the backend service does not contain the signature string. The corresponding verification step can be removed from the backend.
15763
- *
15764
- * @param request RemoveSignatureApisRequest
15765
- * @return RemoveSignatureApisResponse
17284
+ * @summary Unbinds a backend signature key from APIs.
17285
+ *
17286
+ * @description * This API is intended for API providers.
17287
+ * * The operation takes effect immediately. The request sent from API Gateway to the backend service does not contain the signature string. The corresponding verification step can be removed from the backend.
17288
+ *
17289
+ * @param request RemoveSignatureApisRequest
17290
+ * @return RemoveSignatureApisResponse
15766
17291
  */
15767
17292
  removeSignatureApis(request: RemoveSignatureApisRequest): Promise<RemoveSignatureApisResponse>;
15768
17293
  /**
15769
- * * This API is intended for API providers.
15770
- * * This API allows you to unbind a specified throttling policy from up to 100 APIs at a time.
15771
- *
15772
- * @param request RemoveTrafficControlApisRequest
15773
- * @param runtime runtime options for this request RuntimeOptions
15774
- * @return RemoveTrafficControlApisResponse
17294
+ * @summary Unbinds a specified throttling policy from APIs.
17295
+ *
17296
+ * @description * This API is intended for API providers.
17297
+ * * This API allows you to unbind a specified throttling policy from up to 100 APIs at a time.
17298
+ *
17299
+ * @param request RemoveTrafficControlApisRequest
17300
+ * @param runtime runtime options for this request RuntimeOptions
17301
+ * @return RemoveTrafficControlApisResponse
15775
17302
  */
15776
17303
  removeTrafficControlApisWithOptions(request: RemoveTrafficControlApisRequest, runtime: $Util.RuntimeOptions): Promise<RemoveTrafficControlApisResponse>;
15777
17304
  /**
15778
- * * This API is intended for API providers.
15779
- * * This API allows you to unbind a specified throttling policy from up to 100 APIs at a time.
15780
- *
15781
- * @param request RemoveTrafficControlApisRequest
15782
- * @return RemoveTrafficControlApisResponse
17305
+ * @summary Unbinds a specified throttling policy from APIs.
17306
+ *
17307
+ * @description * This API is intended for API providers.
17308
+ * * This API allows you to unbind a specified throttling policy from up to 100 APIs at a time.
17309
+ *
17310
+ * @param request RemoveTrafficControlApisRequest
17311
+ * @return RemoveTrafficControlApisResponse
15783
17312
  */
15784
17313
  removeTrafficControlApis(request: RemoveTrafficControlApisRequest): Promise<RemoveTrafficControlApisResponse>;
15785
17314
  /**
15786
- * * This API is intended for API providers.
15787
- * * Revokes the permissions of API Gateway to access your VPC instance.
15788
- * > Deleting an authorization affects the associated API. Before you delete the authorization, make sure that it is not used by the API.
15789
- *
15790
- * @param request RemoveVpcAccessRequest
15791
- * @param runtime runtime options for this request RuntimeOptions
15792
- * @return RemoveVpcAccessResponse
17315
+ * @summary Deletes a VPC authorization without unpublishing the associated APIs.
17316
+ *
17317
+ * @description * This API is intended for API providers.
17318
+ * * Revokes the permissions of API Gateway to access your VPC instance.
17319
+ * > Deleting an authorization affects the associated API. Before you delete the authorization, make sure that it is not used by the API.
17320
+ *
17321
+ * @param request RemoveVpcAccessRequest
17322
+ * @param runtime runtime options for this request RuntimeOptions
17323
+ * @return RemoveVpcAccessResponse
15793
17324
  */
15794
17325
  removeVpcAccessWithOptions(request: RemoveVpcAccessRequest, runtime: $Util.RuntimeOptions): Promise<RemoveVpcAccessResponse>;
15795
17326
  /**
15796
- * * This API is intended for API providers.
15797
- * * Revokes the permissions of API Gateway to access your VPC instance.
15798
- * > Deleting an authorization affects the associated API. Before you delete the authorization, make sure that it is not used by the API.
15799
- *
15800
- * @param request RemoveVpcAccessRequest
15801
- * @return RemoveVpcAccessResponse
17327
+ * @summary Deletes a VPC authorization without unpublishing the associated APIs.
17328
+ *
17329
+ * @description * This API is intended for API providers.
17330
+ * * Revokes the permissions of API Gateway to access your VPC instance.
17331
+ * > Deleting an authorization affects the associated API. Before you delete the authorization, make sure that it is not used by the API.
17332
+ *
17333
+ * @param request RemoveVpcAccessRequest
17334
+ * @return RemoveVpcAccessResponse
15802
17335
  */
15803
17336
  removeVpcAccess(request: RemoveVpcAccessRequest): Promise<RemoveVpcAccessResponse>;
17337
+ /**
17338
+ * @param request RemoveVpcAccessAndAbolishApisRequest
17339
+ * @param runtime runtime options for this request RuntimeOptions
17340
+ * @return RemoveVpcAccessAndAbolishApisResponse
17341
+ */
15804
17342
  removeVpcAccessAndAbolishApisWithOptions(request: RemoveVpcAccessAndAbolishApisRequest, runtime: $Util.RuntimeOptions): Promise<RemoveVpcAccessAndAbolishApisResponse>;
17343
+ /**
17344
+ * @param request RemoveVpcAccessAndAbolishApisRequest
17345
+ * @return RemoveVpcAccessAndAbolishApisResponse
17346
+ */
15805
17347
  removeVpcAccessAndAbolishApis(request: RemoveVpcAccessAndAbolishApisRequest): Promise<RemoveVpcAccessAndAbolishApisResponse>;
17348
+ /**
17349
+ * @summary Resets the AppCode of an app.
17350
+ *
17351
+ * @param request ResetAppCodeRequest
17352
+ * @param runtime runtime options for this request RuntimeOptions
17353
+ * @return ResetAppCodeResponse
17354
+ */
15806
17355
  resetAppCodeWithOptions(request: ResetAppCodeRequest, runtime: $Util.RuntimeOptions): Promise<ResetAppCodeResponse>;
17356
+ /**
17357
+ * @summary Resets the AppCode of an app.
17358
+ *
17359
+ * @param request ResetAppCodeRequest
17360
+ * @return ResetAppCodeResponse
17361
+ */
15807
17362
  resetAppCode(request: ResetAppCodeRequest): Promise<ResetAppCodeResponse>;
15808
17363
  /**
15809
- * * This operation is intended for API callers.
15810
- * * A new secret is automatically generated after you have called this operation. This secret cannot be customized.
15811
- * * The results returned by this operation do not contain the application secret. You can obtain the secret by calling DescribeAppSecurity.
15812
- *
15813
- * @param request ResetAppSecretRequest
15814
- * @param runtime runtime options for this request RuntimeOptions
15815
- * @return ResetAppSecretResponse
17364
+ * @summary Resets the key of an application.
17365
+ *
17366
+ * @description * This operation is intended for API callers.
17367
+ * * A new secret is automatically generated after you have called this operation. This secret cannot be customized.
17368
+ * * The results returned by this operation do not contain the application secret. You can obtain the secret by calling DescribeAppSecurity.
17369
+ *
17370
+ * @param request ResetAppSecretRequest
17371
+ * @param runtime runtime options for this request RuntimeOptions
17372
+ * @return ResetAppSecretResponse
15816
17373
  */
15817
17374
  resetAppSecretWithOptions(request: ResetAppSecretRequest, runtime: $Util.RuntimeOptions): Promise<ResetAppSecretResponse>;
15818
17375
  /**
15819
- * * This operation is intended for API callers.
15820
- * * A new secret is automatically generated after you have called this operation. This secret cannot be customized.
15821
- * * The results returned by this operation do not contain the application secret. You can obtain the secret by calling DescribeAppSecurity.
15822
- *
15823
- * @param request ResetAppSecretRequest
15824
- * @return ResetAppSecretResponse
17376
+ * @summary Resets the key of an application.
17377
+ *
17378
+ * @description * This operation is intended for API callers.
17379
+ * * A new secret is automatically generated after you have called this operation. This secret cannot be customized.
17380
+ * * The results returned by this operation do not contain the application secret. You can obtain the secret by calling DescribeAppSecurity.
17381
+ *
17382
+ * @param request ResetAppSecretRequest
17383
+ * @return ResetAppSecretResponse
15825
17384
  */
15826
17385
  resetAppSecret(request: ResetAppSecretRequest): Promise<ResetAppSecretResponse>;
17386
+ /**
17387
+ * @param request SdkGenerateByAppRequest
17388
+ * @param runtime runtime options for this request RuntimeOptions
17389
+ * @return SdkGenerateByAppResponse
17390
+ */
15827
17391
  sdkGenerateByAppWithOptions(request: SdkGenerateByAppRequest, runtime: $Util.RuntimeOptions): Promise<SdkGenerateByAppResponse>;
17392
+ /**
17393
+ * @param request SdkGenerateByAppRequest
17394
+ * @return SdkGenerateByAppResponse
17395
+ */
15828
17396
  sdkGenerateByApp(request: SdkGenerateByAppRequest): Promise<SdkGenerateByAppResponse>;
17397
+ /**
17398
+ * @summary 生成与App关联的API的SDK
17399
+ *
17400
+ * @param request SdkGenerateByAppForRegionRequest
17401
+ * @param runtime runtime options for this request RuntimeOptions
17402
+ * @return SdkGenerateByAppForRegionResponse
17403
+ */
15829
17404
  sdkGenerateByAppForRegionWithOptions(request: SdkGenerateByAppForRegionRequest, runtime: $Util.RuntimeOptions): Promise<SdkGenerateByAppForRegionResponse>;
17405
+ /**
17406
+ * @summary 生成与App关联的API的SDK
17407
+ *
17408
+ * @param request SdkGenerateByAppForRegionRequest
17409
+ * @return SdkGenerateByAppForRegionResponse
17410
+ */
15830
17411
  sdkGenerateByAppForRegion(request: SdkGenerateByAppForRegionRequest): Promise<SdkGenerateByAppForRegionResponse>;
17412
+ /**
17413
+ * @param request SdkGenerateByGroupRequest
17414
+ * @param runtime runtime options for this request RuntimeOptions
17415
+ * @return SdkGenerateByGroupResponse
17416
+ */
15831
17417
  sdkGenerateByGroupWithOptions(request: SdkGenerateByGroupRequest, runtime: $Util.RuntimeOptions): Promise<SdkGenerateByGroupResponse>;
17418
+ /**
17419
+ * @param request SdkGenerateByGroupRequest
17420
+ * @return SdkGenerateByGroupResponse
17421
+ */
15832
17422
  sdkGenerateByGroup(request: SdkGenerateByGroupRequest): Promise<SdkGenerateByGroupResponse>;
17423
+ /**
17424
+ * @summary 修改访问控制策略的名称
17425
+ *
17426
+ * @param request SetAccessControlListAttributeRequest
17427
+ * @param runtime runtime options for this request RuntimeOptions
17428
+ * @return SetAccessControlListAttributeResponse
17429
+ */
15833
17430
  setAccessControlListAttributeWithOptions(request: SetAccessControlListAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetAccessControlListAttributeResponse>;
17431
+ /**
17432
+ * @summary 修改访问控制策略的名称
17433
+ *
17434
+ * @param request SetAccessControlListAttributeRequest
17435
+ * @return SetAccessControlListAttributeResponse
17436
+ */
15834
17437
  setAccessControlListAttribute(request: SetAccessControlListAttributeRequest): Promise<SetAccessControlListAttributeResponse>;
17438
+ /**
17439
+ * @summary 给多个API产品添加APP授权
17440
+ *
17441
+ * @param tmpReq SetApiProductsAuthoritiesRequest
17442
+ * @param runtime runtime options for this request RuntimeOptions
17443
+ * @return SetApiProductsAuthoritiesResponse
17444
+ */
15835
17445
  setApiProductsAuthoritiesWithOptions(tmpReq: SetApiProductsAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<SetApiProductsAuthoritiesResponse>;
17446
+ /**
17447
+ * @summary 给多个API产品添加APP授权
17448
+ *
17449
+ * @param request SetApiProductsAuthoritiesRequest
17450
+ * @return SetApiProductsAuthoritiesResponse
17451
+ */
15836
17452
  setApiProductsAuthorities(request: SetApiProductsAuthoritiesRequest): Promise<SetApiProductsAuthoritiesResponse>;
15837
17453
  /**
15838
- * * This operation is intended for API providers and callers.
15839
- * * API providers can authorize any apps to call their APIs.
15840
- * * API callers can authorize their own apps to call the APIs that they have purchased.
15841
- *
15842
- * @param request SetApisAuthoritiesRequest
15843
- * @param runtime runtime options for this request RuntimeOptions
15844
- * @return SetApisAuthoritiesResponse
17454
+ * @summary Authorizes a specified application to call multiple APIs.
17455
+ *
17456
+ * @description * This operation is intended for API providers and callers.
17457
+ * * API providers can authorize any apps to call their APIs.
17458
+ * * API callers can authorize their own apps to call the APIs that they have purchased.
17459
+ *
17460
+ * @param request SetApisAuthoritiesRequest
17461
+ * @param runtime runtime options for this request RuntimeOptions
17462
+ * @return SetApisAuthoritiesResponse
15845
17463
  */
15846
17464
  setApisAuthoritiesWithOptions(request: SetApisAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<SetApisAuthoritiesResponse>;
15847
17465
  /**
15848
- * * This operation is intended for API providers and callers.
15849
- * * API providers can authorize any apps to call their APIs.
15850
- * * API callers can authorize their own apps to call the APIs that they have purchased.
15851
- *
15852
- * @param request SetApisAuthoritiesRequest
15853
- * @return SetApisAuthoritiesResponse
17466
+ * @summary Authorizes a specified application to call multiple APIs.
17467
+ *
17468
+ * @description * This operation is intended for API providers and callers.
17469
+ * * API providers can authorize any apps to call their APIs.
17470
+ * * API callers can authorize their own apps to call the APIs that they have purchased.
17471
+ *
17472
+ * @param request SetApisAuthoritiesRequest
17473
+ * @return SetApisAuthoritiesResponse
15854
17474
  */
15855
17475
  setApisAuthorities(request: SetApisAuthoritiesRequest): Promise<SetApisAuthoritiesResponse>;
17476
+ /**
17477
+ * @summary 将多个APP授权给API产品
17478
+ *
17479
+ * @param request SetAppsAuthToApiProductRequest
17480
+ * @param runtime runtime options for this request RuntimeOptions
17481
+ * @return SetAppsAuthToApiProductResponse
17482
+ */
15856
17483
  setAppsAuthToApiProductWithOptions(request: SetAppsAuthToApiProductRequest, runtime: $Util.RuntimeOptions): Promise<SetAppsAuthToApiProductResponse>;
17484
+ /**
17485
+ * @summary 将多个APP授权给API产品
17486
+ *
17487
+ * @param request SetAppsAuthToApiProductRequest
17488
+ * @return SetAppsAuthToApiProductResponse
17489
+ */
15857
17490
  setAppsAuthToApiProduct(request: SetAppsAuthToApiProductRequest): Promise<SetAppsAuthToApiProductResponse>;
15858
17491
  /**
15859
- * * This operation is intended for API providers and callers.
15860
- * * API providers can authorize any apps to call their APIs.
15861
- * * API callers can authorize their own apps to call the APIs that they have purchased.
15862
- *
15863
- * @param request SetAppsAuthoritiesRequest
15864
- * @param runtime runtime options for this request RuntimeOptions
15865
- * @return SetAppsAuthoritiesResponse
17492
+ * @summary Grants access permissions on a specified API to multiple applications.
17493
+ *
17494
+ * @description * This operation is intended for API providers and callers.
17495
+ * * API providers can authorize any apps to call their APIs.
17496
+ * * API callers can authorize their own apps to call the APIs that they have purchased.
17497
+ *
17498
+ * @param request SetAppsAuthoritiesRequest
17499
+ * @param runtime runtime options for this request RuntimeOptions
17500
+ * @return SetAppsAuthoritiesResponse
15866
17501
  */
15867
17502
  setAppsAuthoritiesWithOptions(request: SetAppsAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<SetAppsAuthoritiesResponse>;
15868
17503
  /**
15869
- * * This operation is intended for API providers and callers.
15870
- * * API providers can authorize any apps to call their APIs.
15871
- * * API callers can authorize their own apps to call the APIs that they have purchased.
15872
- *
15873
- * @param request SetAppsAuthoritiesRequest
15874
- * @return SetAppsAuthoritiesResponse
17504
+ * @summary Grants access permissions on a specified API to multiple applications.
17505
+ *
17506
+ * @description * This operation is intended for API providers and callers.
17507
+ * * API providers can authorize any apps to call their APIs.
17508
+ * * API callers can authorize their own apps to call the APIs that they have purchased.
17509
+ *
17510
+ * @param request SetAppsAuthoritiesRequest
17511
+ * @return SetAppsAuthoritiesResponse
15875
17512
  */
15876
17513
  setAppsAuthorities(request: SetAppsAuthoritiesRequest): Promise<SetAppsAuthoritiesResponse>;
17514
+ /**
17515
+ * @summary Binds a custom domain name to a specified API group.
17516
+ *
17517
+ * @param request SetDomainRequest
17518
+ * @param runtime runtime options for this request RuntimeOptions
17519
+ * @return SetDomainResponse
17520
+ */
15877
17521
  setDomainWithOptions(request: SetDomainRequest, runtime: $Util.RuntimeOptions): Promise<SetDomainResponse>;
17522
+ /**
17523
+ * @summary Binds a custom domain name to a specified API group.
17524
+ *
17525
+ * @param request SetDomainRequest
17526
+ * @return SetDomainResponse
17527
+ */
15878
17528
  setDomain(request: SetDomainRequest): Promise<SetDomainResponse>;
15879
17529
  /**
15880
- * * This operation is intended for API providers.
15881
- * * The SSL certificate must match the custom domain name.
15882
- * * After the SSL certificate is bound, HTTPS-based API services become available.
15883
- *
15884
- * @param request SetDomainCertificateRequest
15885
- * @param runtime runtime options for this request RuntimeOptions
15886
- * @return SetDomainCertificateResponse
17530
+ * @summary Uploads an SSL certificate for a custom domain name.
17531
+ *
17532
+ * @description * This operation is intended for API providers.
17533
+ * * The SSL certificate must match the custom domain name.
17534
+ * * After the SSL certificate is bound, HTTPS-based API services become available.
17535
+ *
17536
+ * @param request SetDomainCertificateRequest
17537
+ * @param runtime runtime options for this request RuntimeOptions
17538
+ * @return SetDomainCertificateResponse
15887
17539
  */
15888
17540
  setDomainCertificateWithOptions(request: SetDomainCertificateRequest, runtime: $Util.RuntimeOptions): Promise<SetDomainCertificateResponse>;
15889
17541
  /**
15890
- * * This operation is intended for API providers.
15891
- * * The SSL certificate must match the custom domain name.
15892
- * * After the SSL certificate is bound, HTTPS-based API services become available.
15893
- *
15894
- * @param request SetDomainCertificateRequest
15895
- * @return SetDomainCertificateResponse
17542
+ * @summary Uploads an SSL certificate for a custom domain name.
17543
+ *
17544
+ * @description * This operation is intended for API providers.
17545
+ * * The SSL certificate must match the custom domain name.
17546
+ * * After the SSL certificate is bound, HTTPS-based API services become available.
17547
+ *
17548
+ * @param request SetDomainCertificateRequest
17549
+ * @return SetDomainCertificateResponse
15896
17550
  */
15897
17551
  setDomainCertificate(request: SetDomainCertificateRequest): Promise<SetDomainCertificateResponse>;
17552
+ /**
17553
+ * @summary Enables or disables WebSocket for a custom domain name.
17554
+ *
17555
+ * @param request SetDomainWebSocketStatusRequest
17556
+ * @param runtime runtime options for this request RuntimeOptions
17557
+ * @return SetDomainWebSocketStatusResponse
17558
+ */
15898
17559
  setDomainWebSocketStatusWithOptions(request: SetDomainWebSocketStatusRequest, runtime: $Util.RuntimeOptions): Promise<SetDomainWebSocketStatusResponse>;
17560
+ /**
17561
+ * @summary Enables or disables WebSocket for a custom domain name.
17562
+ *
17563
+ * @param request SetDomainWebSocketStatusRequest
17564
+ * @return SetDomainWebSocketStatusResponse
17565
+ */
15899
17566
  setDomainWebSocketStatus(request: SetDomainWebSocketStatusRequest): Promise<SetDomainWebSocketStatusResponse>;
17567
+ /**
17568
+ * @param request SetGroupAuthAppCodeRequest
17569
+ * @param runtime runtime options for this request RuntimeOptions
17570
+ * @return SetGroupAuthAppCodeResponse
17571
+ */
15900
17572
  setGroupAuthAppCodeWithOptions(request: SetGroupAuthAppCodeRequest, runtime: $Util.RuntimeOptions): Promise<SetGroupAuthAppCodeResponse>;
17573
+ /**
17574
+ * @param request SetGroupAuthAppCodeRequest
17575
+ * @return SetGroupAuthAppCodeResponse
17576
+ */
15901
17577
  setGroupAuthAppCode(request: SetGroupAuthAppCodeRequest): Promise<SetGroupAuthAppCodeResponse>;
15902
17578
  /**
15903
- * * This operation is intended for API callers.
15904
- * * A maximum of 100 APIs can be bound at a time.
15905
- *
15906
- * @param request SetIpControlApisRequest
15907
- * @param runtime runtime options for this request RuntimeOptions
15908
- * @return SetIpControlApisResponse
17579
+ * @summary Creates a binding relationship between specified access control lists (ACLs) and APIs.
17580
+ *
17581
+ * @description * This operation is intended for API callers.
17582
+ * * A maximum of 100 APIs can be bound at a time.
17583
+ *
17584
+ * @param request SetIpControlApisRequest
17585
+ * @param runtime runtime options for this request RuntimeOptions
17586
+ * @return SetIpControlApisResponse
15909
17587
  */
15910
17588
  setIpControlApisWithOptions(request: SetIpControlApisRequest, runtime: $Util.RuntimeOptions): Promise<SetIpControlApisResponse>;
15911
17589
  /**
15912
- * * This operation is intended for API callers.
15913
- * * A maximum of 100 APIs can be bound at a time.
15914
- *
15915
- * @param request SetIpControlApisRequest
15916
- * @return SetIpControlApisResponse
17590
+ * @summary Creates a binding relationship between specified access control lists (ACLs) and APIs.
17591
+ *
17592
+ * @description * This operation is intended for API callers.
17593
+ * * A maximum of 100 APIs can be bound at a time.
17594
+ *
17595
+ * @param request SetIpControlApisRequest
17596
+ * @return SetIpControlApisResponse
15917
17597
  */
15918
17598
  setIpControlApis(request: SetIpControlApisRequest): Promise<SetIpControlApisResponse>;
15919
17599
  /**
15920
- * * This API is intended for API providers.
15921
- * * This operation allows you to bind a signature key to an API. You can bind signature keys for up to 100 APIs at a time.
15922
- *
15923
- * @param request SetSignatureApisRequest
15924
- * @param runtime runtime options for this request RuntimeOptions
15925
- * @return SetSignatureApisResponse
17600
+ * @summary Binds a signature key to APIs.
17601
+ *
17602
+ * @description * This API is intended for API providers.
17603
+ * * This operation allows you to bind a signature key to an API. You can bind signature keys for up to 100 APIs at a time.
17604
+ *
17605
+ * @param request SetSignatureApisRequest
17606
+ * @param runtime runtime options for this request RuntimeOptions
17607
+ * @return SetSignatureApisResponse
15926
17608
  */
15927
17609
  setSignatureApisWithOptions(request: SetSignatureApisRequest, runtime: $Util.RuntimeOptions): Promise<SetSignatureApisResponse>;
15928
17610
  /**
15929
- * * This API is intended for API providers.
15930
- * * This operation allows you to bind a signature key to an API. You can bind signature keys for up to 100 APIs at a time.
15931
- *
15932
- * @param request SetSignatureApisRequest
15933
- * @return SetSignatureApisResponse
17611
+ * @summary Binds a signature key to APIs.
17612
+ *
17613
+ * @description * This API is intended for API providers.
17614
+ * * This operation allows you to bind a signature key to an API. You can bind signature keys for up to 100 APIs at a time.
17615
+ *
17616
+ * @param request SetSignatureApisRequest
17617
+ * @return SetSignatureApisResponse
15934
17618
  */
15935
17619
  setSignatureApis(request: SetSignatureApisRequest): Promise<SetSignatureApisResponse>;
15936
17620
  /**
15937
- * * This API is intended for API providers.
15938
- * * This API allows you to bind a specific throttling policy to up to 100 APIs at a time.
15939
- *
15940
- * @param request SetTrafficControlApisRequest
15941
- * @param runtime runtime options for this request RuntimeOptions
15942
- * @return SetTrafficControlApisResponse
17621
+ * @summary Binds a throttling policy to APIs.
17622
+ *
17623
+ * @description * This API is intended for API providers.
17624
+ * * This API allows you to bind a specific throttling policy to up to 100 APIs at a time.
17625
+ *
17626
+ * @param request SetTrafficControlApisRequest
17627
+ * @param runtime runtime options for this request RuntimeOptions
17628
+ * @return SetTrafficControlApisResponse
15943
17629
  */
15944
17630
  setTrafficControlApisWithOptions(request: SetTrafficControlApisRequest, runtime: $Util.RuntimeOptions): Promise<SetTrafficControlApisResponse>;
15945
17631
  /**
15946
- * * This API is intended for API providers.
15947
- * * This API allows you to bind a specific throttling policy to up to 100 APIs at a time.
15948
- *
15949
- * @param request SetTrafficControlApisRequest
15950
- * @return SetTrafficControlApisResponse
17632
+ * @summary Binds a throttling policy to APIs.
17633
+ *
17634
+ * @description * This API is intended for API providers.
17635
+ * * This API allows you to bind a specific throttling policy to up to 100 APIs at a time.
17636
+ *
17637
+ * @param request SetTrafficControlApisRequest
17638
+ * @return SetTrafficControlApisResponse
15951
17639
  */
15952
17640
  setTrafficControlApis(request: SetTrafficControlApisRequest): Promise<SetTrafficControlApisResponse>;
15953
17641
  /**
15954
- * * This operation is intended for API providers.
15955
- * * This operation is used to authorize API Gateway to access your VPC instance.
15956
- *
15957
- * @param request SetVpcAccessRequest
15958
- * @param runtime runtime options for this request RuntimeOptions
15959
- * @return SetVpcAccessResponse
17642
+ * @summary Creates a virtual private cloud (VPC) access authorization and enables reverse access.
17643
+ *
17644
+ * @description * This operation is intended for API providers.
17645
+ * * This operation is used to authorize API Gateway to access your VPC instance.
17646
+ *
17647
+ * @param request SetVpcAccessRequest
17648
+ * @param runtime runtime options for this request RuntimeOptions
17649
+ * @return SetVpcAccessResponse
15960
17650
  */
15961
17651
  setVpcAccessWithOptions(request: SetVpcAccessRequest, runtime: $Util.RuntimeOptions): Promise<SetVpcAccessResponse>;
15962
17652
  /**
15963
- * * This operation is intended for API providers.
15964
- * * This operation is used to authorize API Gateway to access your VPC instance.
15965
- *
15966
- * @param request SetVpcAccessRequest
15967
- * @return SetVpcAccessResponse
17653
+ * @summary Creates a virtual private cloud (VPC) access authorization and enables reverse access.
17654
+ *
17655
+ * @description * This operation is intended for API providers.
17656
+ * * This operation is used to authorize API Gateway to access your VPC instance.
17657
+ *
17658
+ * @param request SetVpcAccessRequest
17659
+ * @return SetVpcAccessResponse
15968
17660
  */
15969
17661
  setVpcAccess(request: SetVpcAccessRequest): Promise<SetVpcAccessResponse>;
17662
+ /**
17663
+ * @summary Specifies a wildcard domain name template for a bound custom domain name.
17664
+ *
17665
+ * @param request SetWildcardDomainPatternsRequest
17666
+ * @param runtime runtime options for this request RuntimeOptions
17667
+ * @return SetWildcardDomainPatternsResponse
17668
+ */
15970
17669
  setWildcardDomainPatternsWithOptions(request: SetWildcardDomainPatternsRequest, runtime: $Util.RuntimeOptions): Promise<SetWildcardDomainPatternsResponse>;
17670
+ /**
17671
+ * @summary Specifies a wildcard domain name template for a bound custom domain name.
17672
+ *
17673
+ * @param request SetWildcardDomainPatternsRequest
17674
+ * @return SetWildcardDomainPatternsResponse
17675
+ */
15971
17676
  setWildcardDomainPatterns(request: SetWildcardDomainPatternsRequest): Promise<SetWildcardDomainPatternsResponse>;
15972
17677
  /**
15973
- * * This API is intended for API providers.
15974
- * * The historical version can be obtained by calling the **DescribeHistoryApis** operation.
15975
- * * Only APIs that have been published more than once have historical versions.
15976
- * * 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.
15977
- * * The switch operation is essentially a publish operation. A reason for this operation must be provided.
15978
- *
15979
- * @param request SwitchApiRequest
15980
- * @param runtime runtime options for this request RuntimeOptions
15981
- * @return SwitchApiResponse
17678
+ * @summary Switches the definition of an API in a specified runtime environment to a historical version.
17679
+ *
17680
+ * @description * This API is intended for API providers.
17681
+ * * The historical version can be obtained by calling the **DescribeHistoryApis** operation.
17682
+ * * Only APIs that have been published more than once have historical versions.
17683
+ * * 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.
17684
+ * * The switch operation is essentially a publish operation. A reason for this operation must be provided.
17685
+ *
17686
+ * @param request SwitchApiRequest
17687
+ * @param runtime runtime options for this request RuntimeOptions
17688
+ * @return SwitchApiResponse
15982
17689
  */
15983
17690
  switchApiWithOptions(request: SwitchApiRequest, runtime: $Util.RuntimeOptions): Promise<SwitchApiResponse>;
15984
17691
  /**
15985
- * * This API is intended for API providers.
15986
- * * The historical version can be obtained by calling the **DescribeHistoryApis** operation.
15987
- * * Only APIs that have been published more than once have historical versions.
15988
- * * 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.
15989
- * * The switch operation is essentially a publish operation. A reason for this operation must be provided.
15990
- *
15991
- * @param request SwitchApiRequest
15992
- * @return SwitchApiResponse
17692
+ * @summary Switches the definition of an API in a specified runtime environment to a historical version.
17693
+ *
17694
+ * @description * This API is intended for API providers.
17695
+ * * The historical version can be obtained by calling the **DescribeHistoryApis** operation.
17696
+ * * Only APIs that have been published more than once have historical versions.
17697
+ * * 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.
17698
+ * * The switch operation is essentially a publish operation. A reason for this operation must be provided.
17699
+ *
17700
+ * @param request SwitchApiRequest
17701
+ * @return SwitchApiResponse
15993
17702
  */
15994
17703
  switchApi(request: SwitchApiRequest): Promise<SwitchApiResponse>;
15995
17704
  /**
15996
- * * All tags (key-value pairs) are applied to all resources of a specified ResourceId, with each resource specified as ResourceId.N.
15997
- * * Tag.N is a resource tag consisting of a key-value pair: Tag.N.Key and Tag.N.Value.
15998
- * * If you call this operation to tag multiple resources simultaneously, either all or none of the resources will be tagged.
15999
- * * If you specify Tag.1.Value in addition to required parameters, you must also specify Tag.1.Key. Otherwise, an InvalidParameter.TagKey error is reported. A tag that has a value must have the corresponding key, but the key can be an empty string.
16000
- * * If a tag with the same key has been bound to a resource, the new tag will overwrite the existing one.
16001
- *
16002
- * @param request TagResourcesRequest
16003
- * @param runtime runtime options for this request RuntimeOptions
16004
- * @return TagResourcesResponse
17705
+ * @summary Creates a tag-resource relationship.
17706
+ *
17707
+ * @description * All tags (key-value pairs) are applied to all resources of a specified ResourceId, with each resource specified as ResourceId.N.
17708
+ * * Tag.N is a resource tag consisting of a key-value pair: Tag.N.Key and Tag.N.Value.
17709
+ * * If you call this operation to tag multiple resources simultaneously, either all or none of the resources will be tagged.
17710
+ * * If you specify Tag.1.Value in addition to required parameters, you must also specify Tag.1.Key. Otherwise, an InvalidParameter.TagKey error is reported. A tag that has a value must have the corresponding key, but the key can be an empty string.
17711
+ * * If a tag with the same key has been bound to a resource, the new tag will overwrite the existing one.
17712
+ *
17713
+ * @param request TagResourcesRequest
17714
+ * @param runtime runtime options for this request RuntimeOptions
17715
+ * @return TagResourcesResponse
16005
17716
  */
16006
17717
  tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
16007
17718
  /**
16008
- * * All tags (key-value pairs) are applied to all resources of a specified ResourceId, with each resource specified as ResourceId.N.
16009
- * * Tag.N is a resource tag consisting of a key-value pair: Tag.N.Key and Tag.N.Value.
16010
- * * If you call this operation to tag multiple resources simultaneously, either all or none of the resources will be tagged.
16011
- * * If you specify Tag.1.Value in addition to required parameters, you must also specify Tag.1.Key. Otherwise, an InvalidParameter.TagKey error is reported. A tag that has a value must have the corresponding key, but the key can be an empty string.
16012
- * * If a tag with the same key has been bound to a resource, the new tag will overwrite the existing one.
16013
- *
16014
- * @param request TagResourcesRequest
16015
- * @return TagResourcesResponse
17719
+ * @summary Creates a tag-resource relationship.
17720
+ *
17721
+ * @description * All tags (key-value pairs) are applied to all resources of a specified ResourceId, with each resource specified as ResourceId.N.
17722
+ * * Tag.N is a resource tag consisting of a key-value pair: Tag.N.Key and Tag.N.Value.
17723
+ * * If you call this operation to tag multiple resources simultaneously, either all or none of the resources will be tagged.
17724
+ * * If you specify Tag.1.Value in addition to required parameters, you must also specify Tag.1.Key. Otherwise, an InvalidParameter.TagKey error is reported. A tag that has a value must have the corresponding key, but the key can be an empty string.
17725
+ * * If a tag with the same key has been bound to a resource, the new tag will overwrite the existing one.
17726
+ *
17727
+ * @param request TagResourcesRequest
17728
+ * @return TagResourcesResponse
16016
17729
  */
16017
17730
  tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
16018
17731
  /**
16019
- * * If you call this operation to untag multiple resources simultaneously, either all or none of the resources will be untagged.
16020
- * * If you specify resource IDs without specifying tag keys and set the All parameter to true, all tags bound to the specified resources will be deleted. If a resource does not have any tags, the request is not processed but a success is returned.
16021
- * * If you specify resource IDs without specifying tag keys and set the All parameter to false, the request is not processed but a success is returned.
16022
- * * When tag keys are specified, the All parameter is invalid.
16023
- * * When multiple resources and key-value pairs are specified, the specified tags bound to the resources are deleted.
16024
- *
16025
- * @param request UntagResourcesRequest
16026
- * @param runtime runtime options for this request RuntimeOptions
16027
- * @return UntagResourcesResponse
17732
+ * @summary Removes tags from resources.
17733
+ *
17734
+ * @description * If you call this operation to untag multiple resources simultaneously, either all or none of the resources will be untagged.
17735
+ * * If you specify resource IDs without specifying tag keys and set the All parameter to true, all tags bound to the specified resources will be deleted. If a resource does not have any tags, the request is not processed but a success is returned.
17736
+ * * If you specify resource IDs without specifying tag keys and set the All parameter to false, the request is not processed but a success is returned.
17737
+ * * When tag keys are specified, the All parameter is invalid.
17738
+ * * When multiple resources and key-value pairs are specified, the specified tags bound to the resources are deleted.
17739
+ *
17740
+ * @param request UntagResourcesRequest
17741
+ * @param runtime runtime options for this request RuntimeOptions
17742
+ * @return UntagResourcesResponse
16028
17743
  */
16029
17744
  untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
16030
17745
  /**
16031
- * * If you call this operation to untag multiple resources simultaneously, either all or none of the resources will be untagged.
16032
- * * If you specify resource IDs without specifying tag keys and set the All parameter to true, all tags bound to the specified resources will be deleted. If a resource does not have any tags, the request is not processed but a success is returned.
16033
- * * If you specify resource IDs without specifying tag keys and set the All parameter to false, the request is not processed but a success is returned.
16034
- * * When tag keys are specified, the All parameter is invalid.
16035
- * * When multiple resources and key-value pairs are specified, the specified tags bound to the resources are deleted.
16036
- *
16037
- * @param request UntagResourcesRequest
16038
- * @return UntagResourcesResponse
17746
+ * @summary Removes tags from resources.
17747
+ *
17748
+ * @description * If you call this operation to untag multiple resources simultaneously, either all or none of the resources will be untagged.
17749
+ * * If you specify resource IDs without specifying tag keys and set the All parameter to true, all tags bound to the specified resources will be deleted. If a resource does not have any tags, the request is not processed but a success is returned.
17750
+ * * If you specify resource IDs without specifying tag keys and set the All parameter to false, the request is not processed but a success is returned.
17751
+ * * When tag keys are specified, the All parameter is invalid.
17752
+ * * When multiple resources and key-value pairs are specified, the specified tags bound to the resources are deleted.
17753
+ *
17754
+ * @param request UntagResourcesRequest
17755
+ * @return UntagResourcesResponse
16039
17756
  */
16040
17757
  untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
17758
+ /**
17759
+ * @summary 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.
17760
+ *
17761
+ * @param request ValidateVpcConnectivityRequest
17762
+ * @param runtime runtime options for this request RuntimeOptions
17763
+ * @return ValidateVpcConnectivityResponse
17764
+ */
16041
17765
  validateVpcConnectivityWithOptions(request: ValidateVpcConnectivityRequest, runtime: $Util.RuntimeOptions): Promise<ValidateVpcConnectivityResponse>;
17766
+ /**
17767
+ * @summary 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.
17768
+ *
17769
+ * @param request ValidateVpcConnectivityRequest
17770
+ * @return ValidateVpcConnectivityResponse
17771
+ */
16042
17772
  validateVpcConnectivity(request: ValidateVpcConnectivityRequest): Promise<ValidateVpcConnectivityResponse>;
16043
17773
  }