@alicloud/cloudapi20160714 4.0.1 → 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 +2796 -1068
- package/dist/client.js +2800 -1068
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +2802 -1068
package/dist/client.d.ts
CHANGED
|
@@ -6099,6 +6099,7 @@ export declare class DescribeUpdateVpcInfoTaskResponse extends $tea.Model {
|
|
|
6099
6099
|
});
|
|
6100
6100
|
}
|
|
6101
6101
|
export declare class DescribeVpcAccessesRequest extends $tea.Model {
|
|
6102
|
+
accurateQuery?: boolean;
|
|
6102
6103
|
instanceId?: string;
|
|
6103
6104
|
name?: string;
|
|
6104
6105
|
pageNumber?: number;
|
|
@@ -14235,1811 +14236,3538 @@ export default class Client extends OpenApi {
|
|
|
14235
14236
|
[key: string]: string;
|
|
14236
14237
|
}, endpoint: string): string;
|
|
14237
14238
|
/**
|
|
14238
|
-
|
|
14239
|
-
|
|
14240
|
-
|
|
14241
|
-
|
|
14242
|
-
|
|
14243
|
-
|
|
14244
|
-
|
|
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
|
|
14245
14248
|
*/
|
|
14246
14249
|
abolishApiWithOptions(request: AbolishApiRequest, runtime: $Util.RuntimeOptions): Promise<AbolishApiResponse>;
|
|
14247
14250
|
/**
|
|
14248
|
-
|
|
14249
|
-
|
|
14250
|
-
|
|
14251
|
-
|
|
14252
|
-
|
|
14253
|
-
|
|
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
|
|
14254
14259
|
*/
|
|
14255
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
|
+
*/
|
|
14256
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
|
+
*/
|
|
14257
14275
|
addAccessControlListEntry(request: AddAccessControlListEntryRequest): Promise<AddAccessControlListEntryResponse>;
|
|
14258
14276
|
/**
|
|
14259
|
-
|
|
14260
|
-
|
|
14261
|
-
|
|
14262
|
-
|
|
14263
|
-
|
|
14264
|
-
|
|
14265
|
-
|
|
14266
|
-
|
|
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
|
|
14267
14287
|
*/
|
|
14268
14288
|
addIpControlPolicyItemWithOptions(request: AddIpControlPolicyItemRequest, runtime: $Util.RuntimeOptions): Promise<AddIpControlPolicyItemResponse>;
|
|
14269
14289
|
/**
|
|
14270
|
-
|
|
14271
|
-
|
|
14272
|
-
|
|
14273
|
-
|
|
14274
|
-
|
|
14275
|
-
|
|
14276
|
-
|
|
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
|
|
14277
14299
|
*/
|
|
14278
14300
|
addIpControlPolicyItem(request: AddIpControlPolicyItemRequest): Promise<AddIpControlPolicyItemResponse>;
|
|
14279
14301
|
/**
|
|
14280
|
-
|
|
14281
|
-
|
|
14282
|
-
|
|
14283
|
-
|
|
14284
|
-
|
|
14285
|
-
|
|
14286
|
-
|
|
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
|
|
14287
14311
|
*/
|
|
14288
14312
|
addTrafficSpecialControlWithOptions(request: AddTrafficSpecialControlRequest, runtime: $Util.RuntimeOptions): Promise<AddTrafficSpecialControlResponse>;
|
|
14289
14313
|
/**
|
|
14290
|
-
|
|
14291
|
-
|
|
14292
|
-
|
|
14293
|
-
|
|
14294
|
-
|
|
14295
|
-
|
|
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
|
|
14296
14322
|
*/
|
|
14297
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
|
+
*/
|
|
14298
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
|
+
*/
|
|
14299
14338
|
attachApiProduct(request: AttachApiProductRequest): Promise<AttachApiProductResponse>;
|
|
14300
14339
|
/**
|
|
14301
|
-
|
|
14302
|
-
|
|
14303
|
-
|
|
14304
|
-
|
|
14305
|
-
|
|
14306
|
-
|
|
14307
|
-
|
|
14308
|
-
|
|
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
|
|
14309
14350
|
*/
|
|
14310
14351
|
attachPluginWithOptions(request: AttachPluginRequest, runtime: $Util.RuntimeOptions): Promise<AttachPluginResponse>;
|
|
14311
14352
|
/**
|
|
14312
|
-
|
|
14313
|
-
|
|
14314
|
-
|
|
14315
|
-
|
|
14316
|
-
|
|
14317
|
-
|
|
14318
|
-
|
|
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
|
|
14319
14362
|
*/
|
|
14320
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
|
+
*/
|
|
14321
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
|
+
*/
|
|
14322
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
|
+
*/
|
|
14323
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
|
+
*/
|
|
14324
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
|
+
*/
|
|
14325
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
|
+
*/
|
|
14326
14408
|
createAccessControlList(request: CreateAccessControlListRequest): Promise<CreateAccessControlListResponse>;
|
|
14327
14409
|
/**
|
|
14328
|
-
|
|
14329
|
-
|
|
14330
|
-
|
|
14331
|
-
|
|
14332
|
-
|
|
14333
|
-
|
|
14334
|
-
|
|
14335
|
-
|
|
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
|
|
14336
14420
|
*/
|
|
14337
14421
|
createApiWithOptions(request: CreateApiRequest, runtime: $Util.RuntimeOptions): Promise<CreateApiResponse>;
|
|
14338
14422
|
/**
|
|
14339
|
-
|
|
14340
|
-
|
|
14341
|
-
|
|
14342
|
-
|
|
14343
|
-
|
|
14344
|
-
|
|
14345
|
-
|
|
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
|
|
14346
14432
|
*/
|
|
14347
14433
|
createApi(request: CreateApiRequest): Promise<CreateApiResponse>;
|
|
14434
|
+
/**
|
|
14435
|
+
* @param request CreateApiGroupRequest
|
|
14436
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
14437
|
+
* @return CreateApiGroupResponse
|
|
14438
|
+
*/
|
|
14348
14439
|
createApiGroupWithOptions(request: CreateApiGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateApiGroupResponse>;
|
|
14440
|
+
/**
|
|
14441
|
+
* @param request CreateApiGroupRequest
|
|
14442
|
+
* @return CreateApiGroupResponse
|
|
14443
|
+
*/
|
|
14349
14444
|
createApiGroup(request: CreateApiGroupRequest): Promise<CreateApiGroupResponse>;
|
|
14350
14445
|
/**
|
|
14351
|
-
|
|
14352
|
-
|
|
14353
|
-
|
|
14354
|
-
|
|
14355
|
-
|
|
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
|
|
14356
14453
|
*/
|
|
14357
14454
|
createApiStageVariableWithOptions(request: CreateApiStageVariableRequest, runtime: $Util.RuntimeOptions): Promise<CreateApiStageVariableResponse>;
|
|
14358
14455
|
/**
|
|
14359
|
-
|
|
14360
|
-
|
|
14361
|
-
|
|
14362
|
-
|
|
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
|
|
14363
14462
|
*/
|
|
14364
14463
|
createApiStageVariable(request: CreateApiStageVariableRequest): Promise<CreateApiStageVariableResponse>;
|
|
14365
14464
|
/**
|
|
14366
|
-
|
|
14367
|
-
|
|
14368
|
-
|
|
14369
|
-
|
|
14370
|
-
|
|
14371
|
-
|
|
14372
|
-
|
|
14373
|
-
|
|
14374
|
-
|
|
14375
|
-
|
|
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
|
|
14376
14477
|
*/
|
|
14377
14478
|
createAppWithOptions(request: CreateAppRequest, runtime: $Util.RuntimeOptions): Promise<CreateAppResponse>;
|
|
14378
14479
|
/**
|
|
14379
|
-
|
|
14380
|
-
|
|
14381
|
-
|
|
14382
|
-
|
|
14383
|
-
|
|
14384
|
-
|
|
14385
|
-
|
|
14386
|
-
|
|
14387
|
-
|
|
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
|
|
14388
14491
|
*/
|
|
14389
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
|
+
*/
|
|
14390
14500
|
createBackendWithOptions(request: CreateBackendRequest, runtime: $Util.RuntimeOptions): Promise<CreateBackendResponse>;
|
|
14501
|
+
/**
|
|
14502
|
+
* @summary 创建后端服务
|
|
14503
|
+
*
|
|
14504
|
+
* @param request CreateBackendRequest
|
|
14505
|
+
* @return CreateBackendResponse
|
|
14506
|
+
*/
|
|
14391
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
|
+
*/
|
|
14392
14515
|
createBackendModelWithOptions(request: CreateBackendModelRequest, runtime: $Util.RuntimeOptions): Promise<CreateBackendModelResponse>;
|
|
14516
|
+
/**
|
|
14517
|
+
* @summary 创建后端服务在环境上的配置
|
|
14518
|
+
*
|
|
14519
|
+
* @param request CreateBackendModelRequest
|
|
14520
|
+
* @return CreateBackendModelResponse
|
|
14521
|
+
*/
|
|
14393
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
|
+
*/
|
|
14394
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
|
+
*/
|
|
14395
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
|
+
*/
|
|
14396
14545
|
createDatasetItemWithOptions(request: CreateDatasetItemRequest, runtime: $Util.RuntimeOptions): Promise<CreateDatasetItemResponse>;
|
|
14546
|
+
/**
|
|
14547
|
+
* @summary 创建自定义数据集条目
|
|
14548
|
+
*
|
|
14549
|
+
* @param request CreateDatasetItemRequest
|
|
14550
|
+
* @return CreateDatasetItemResponse
|
|
14551
|
+
*/
|
|
14397
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
|
+
*/
|
|
14398
14560
|
createInstanceWithOptions(request: CreateInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CreateInstanceResponse>;
|
|
14561
|
+
/**
|
|
14562
|
+
* @summary 创建网关实例
|
|
14563
|
+
*
|
|
14564
|
+
* @param request CreateInstanceRequest
|
|
14565
|
+
* @return CreateInstanceResponse
|
|
14566
|
+
*/
|
|
14399
14567
|
createInstance(request: CreateInstanceRequest): Promise<CreateInstanceResponse>;
|
|
14568
|
+
/**
|
|
14569
|
+
* @param request CreateIntranetDomainRequest
|
|
14570
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
14571
|
+
* @return CreateIntranetDomainResponse
|
|
14572
|
+
*/
|
|
14400
14573
|
createIntranetDomainWithOptions(request: CreateIntranetDomainRequest, runtime: $Util.RuntimeOptions): Promise<CreateIntranetDomainResponse>;
|
|
14574
|
+
/**
|
|
14575
|
+
* @param request CreateIntranetDomainRequest
|
|
14576
|
+
* @return CreateIntranetDomainResponse
|
|
14577
|
+
*/
|
|
14401
14578
|
createIntranetDomain(request: CreateIntranetDomainRequest): Promise<CreateIntranetDomainResponse>;
|
|
14402
14579
|
/**
|
|
14403
|
-
|
|
14404
|
-
|
|
14405
|
-
|
|
14406
|
-
|
|
14407
|
-
|
|
14408
|
-
|
|
14409
|
-
|
|
14410
|
-
|
|
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
|
|
14411
14590
|
*/
|
|
14412
14591
|
createIpControlWithOptions(request: CreateIpControlRequest, runtime: $Util.RuntimeOptions): Promise<CreateIpControlResponse>;
|
|
14413
14592
|
/**
|
|
14414
|
-
|
|
14415
|
-
|
|
14416
|
-
|
|
14417
|
-
|
|
14418
|
-
|
|
14419
|
-
|
|
14420
|
-
|
|
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
|
|
14421
14602
|
*/
|
|
14422
14603
|
createIpControl(request: CreateIpControlRequest): Promise<CreateIpControlResponse>;
|
|
14604
|
+
/**
|
|
14605
|
+
* @param request CreateLogConfigRequest
|
|
14606
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
14607
|
+
* @return CreateLogConfigResponse
|
|
14608
|
+
*/
|
|
14423
14609
|
createLogConfigWithOptions(request: CreateLogConfigRequest, runtime: $Util.RuntimeOptions): Promise<CreateLogConfigResponse>;
|
|
14610
|
+
/**
|
|
14611
|
+
* @param request CreateLogConfigRequest
|
|
14612
|
+
* @return CreateLogConfigResponse
|
|
14613
|
+
*/
|
|
14424
14614
|
createLogConfig(request: CreateLogConfigRequest): Promise<CreateLogConfigResponse>;
|
|
14425
14615
|
/**
|
|
14426
|
-
|
|
14427
|
-
|
|
14428
|
-
|
|
14429
|
-
|
|
14430
|
-
|
|
14431
|
-
|
|
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
|
|
14432
14624
|
*/
|
|
14433
14625
|
createModelWithOptions(request: CreateModelRequest, runtime: $Util.RuntimeOptions): Promise<CreateModelResponse>;
|
|
14434
14626
|
/**
|
|
14435
|
-
|
|
14436
|
-
|
|
14437
|
-
|
|
14438
|
-
|
|
14439
|
-
|
|
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
|
|
14440
14634
|
*/
|
|
14441
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
|
+
*/
|
|
14442
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
|
+
*/
|
|
14443
14650
|
createMonitorGroup(request: CreateMonitorGroupRequest): Promise<CreateMonitorGroupResponse>;
|
|
14444
14651
|
/**
|
|
14445
|
-
|
|
14446
|
-
|
|
14447
|
-
|
|
14448
|
-
|
|
14449
|
-
|
|
14450
|
-
|
|
14451
|
-
|
|
14452
|
-
|
|
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
|
|
14453
14662
|
*/
|
|
14454
14663
|
createPluginWithOptions(request: CreatePluginRequest, runtime: $Util.RuntimeOptions): Promise<CreatePluginResponse>;
|
|
14455
14664
|
/**
|
|
14456
|
-
|
|
14457
|
-
|
|
14458
|
-
|
|
14459
|
-
|
|
14460
|
-
|
|
14461
|
-
|
|
14462
|
-
|
|
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
|
|
14463
14674
|
*/
|
|
14464
14675
|
createPlugin(request: CreatePluginRequest): Promise<CreatePluginResponse>;
|
|
14465
14676
|
/**
|
|
14466
|
-
|
|
14467
|
-
|
|
14468
|
-
|
|
14469
|
-
|
|
14470
|
-
|
|
14471
|
-
|
|
14472
|
-
|
|
14473
|
-
|
|
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
|
|
14474
14687
|
*/
|
|
14475
14688
|
createSignatureWithOptions(request: CreateSignatureRequest, runtime: $Util.RuntimeOptions): Promise<CreateSignatureResponse>;
|
|
14476
14689
|
/**
|
|
14477
|
-
|
|
14478
|
-
|
|
14479
|
-
|
|
14480
|
-
|
|
14481
|
-
|
|
14482
|
-
|
|
14483
|
-
|
|
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
|
|
14484
14699
|
*/
|
|
14485
14700
|
createSignature(request: CreateSignatureRequest): Promise<CreateSignatureResponse>;
|
|
14486
14701
|
/**
|
|
14487
|
-
|
|
14488
|
-
|
|
14489
|
-
|
|
14490
|
-
|
|
14491
|
-
|
|
14492
|
-
|
|
14493
|
-
|
|
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
|
|
14494
14711
|
*/
|
|
14495
14712
|
createTrafficControlWithOptions(request: CreateTrafficControlRequest, runtime: $Util.RuntimeOptions): Promise<CreateTrafficControlResponse>;
|
|
14496
14713
|
/**
|
|
14497
|
-
|
|
14498
|
-
|
|
14499
|
-
|
|
14500
|
-
|
|
14501
|
-
|
|
14502
|
-
|
|
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
|
|
14503
14722
|
*/
|
|
14504
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
|
+
*/
|
|
14505
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
|
+
*/
|
|
14506
14738
|
deleteAccessControlList(request: DeleteAccessControlListRequest): Promise<DeleteAccessControlListResponse>;
|
|
14507
14739
|
/**
|
|
14508
|
-
|
|
14509
|
-
|
|
14510
|
-
|
|
14511
|
-
|
|
14512
|
-
|
|
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
|
|
14513
14747
|
*/
|
|
14514
14748
|
deleteAllTrafficSpecialControlWithOptions(request: DeleteAllTrafficSpecialControlRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAllTrafficSpecialControlResponse>;
|
|
14515
14749
|
/**
|
|
14516
|
-
|
|
14517
|
-
|
|
14518
|
-
|
|
14519
|
-
|
|
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
|
|
14520
14756
|
*/
|
|
14521
14757
|
deleteAllTrafficSpecialControl(request: DeleteAllTrafficSpecialControlRequest): Promise<DeleteAllTrafficSpecialControlResponse>;
|
|
14522
14758
|
/**
|
|
14523
|
-
|
|
14524
|
-
|
|
14525
|
-
|
|
14526
|
-
|
|
14527
|
-
|
|
14528
|
-
|
|
14529
|
-
|
|
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
|
|
14530
14768
|
*/
|
|
14531
14769
|
deleteApiWithOptions(request: DeleteApiRequest, runtime: $Util.RuntimeOptions): Promise<DeleteApiResponse>;
|
|
14532
14770
|
/**
|
|
14533
|
-
|
|
14534
|
-
|
|
14535
|
-
|
|
14536
|
-
|
|
14537
|
-
|
|
14538
|
-
|
|
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
|
|
14539
14779
|
*/
|
|
14540
14780
|
deleteApi(request: DeleteApiRequest): Promise<DeleteApiResponse>;
|
|
14541
14781
|
/**
|
|
14542
|
-
|
|
14543
|
-
|
|
14544
|
-
|
|
14545
|
-
|
|
14546
|
-
|
|
14547
|
-
|
|
14548
|
-
|
|
14549
|
-
|
|
14550
|
-
|
|
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
|
|
14551
14793
|
*/
|
|
14552
14794
|
deleteApiGroupWithOptions(request: DeleteApiGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteApiGroupResponse>;
|
|
14553
14795
|
/**
|
|
14554
|
-
|
|
14555
|
-
|
|
14556
|
-
|
|
14557
|
-
|
|
14558
|
-
|
|
14559
|
-
|
|
14560
|
-
|
|
14561
|
-
|
|
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
|
|
14562
14806
|
*/
|
|
14563
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
|
+
*/
|
|
14564
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
|
+
*/
|
|
14565
14822
|
deleteApiProduct(request: DeleteApiProductRequest): Promise<DeleteApiProductResponse>;
|
|
14566
14823
|
/**
|
|
14567
|
-
|
|
14568
|
-
|
|
14569
|
-
|
|
14570
|
-
|
|
14571
|
-
|
|
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
|
|
14572
14831
|
*/
|
|
14573
14832
|
deleteApiStageVariableWithOptions(request: DeleteApiStageVariableRequest, runtime: $Util.RuntimeOptions): Promise<DeleteApiStageVariableResponse>;
|
|
14574
14833
|
/**
|
|
14575
|
-
|
|
14576
|
-
|
|
14577
|
-
|
|
14578
|
-
|
|
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
|
|
14579
14840
|
*/
|
|
14580
14841
|
deleteApiStageVariable(request: DeleteApiStageVariableRequest): Promise<DeleteApiStageVariableResponse>;
|
|
14581
14842
|
/**
|
|
14582
|
-
|
|
14583
|
-
|
|
14584
|
-
|
|
14585
|
-
|
|
14586
|
-
|
|
14587
|
-
|
|
14588
|
-
|
|
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
|
|
14589
14852
|
*/
|
|
14590
14853
|
deleteAppWithOptions(request: DeleteAppRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAppResponse>;
|
|
14591
14854
|
/**
|
|
14592
|
-
|
|
14593
|
-
|
|
14594
|
-
|
|
14595
|
-
|
|
14596
|
-
|
|
14597
|
-
|
|
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
|
|
14598
14863
|
*/
|
|
14599
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
|
+
*/
|
|
14600
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
|
+
*/
|
|
14601
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
|
+
*/
|
|
14602
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
|
+
*/
|
|
14603
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
|
+
*/
|
|
14604
14902
|
deleteDatasetWithOptions(request: DeleteDatasetRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDatasetResponse>;
|
|
14903
|
+
/**
|
|
14904
|
+
* @summary 删除自定义数据集
|
|
14905
|
+
*
|
|
14906
|
+
* @param request DeleteDatasetRequest
|
|
14907
|
+
* @return DeleteDatasetResponse
|
|
14908
|
+
*/
|
|
14605
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
|
+
*/
|
|
14606
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
|
+
*/
|
|
14607
14924
|
deleteDatasetItem(request: DeleteDatasetItemRequest): Promise<DeleteDatasetItemResponse>;
|
|
14608
14925
|
/**
|
|
14609
|
-
|
|
14610
|
-
|
|
14611
|
-
|
|
14612
|
-
|
|
14613
|
-
|
|
14614
|
-
|
|
14615
|
-
|
|
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
|
|
14616
14935
|
*/
|
|
14617
14936
|
deleteDomainWithOptions(request: DeleteDomainRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainResponse>;
|
|
14618
14937
|
/**
|
|
14619
|
-
|
|
14620
|
-
|
|
14621
|
-
|
|
14622
|
-
|
|
14623
|
-
|
|
14624
|
-
|
|
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
|
|
14625
14946
|
*/
|
|
14626
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
|
+
*/
|
|
14627
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
|
+
*/
|
|
14628
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
|
+
*/
|
|
14629
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
|
+
*/
|
|
14630
14977
|
deleteInstance(request: DeleteInstanceRequest): Promise<DeleteInstanceResponse>;
|
|
14631
14978
|
/**
|
|
14632
|
-
|
|
14633
|
-
|
|
14634
|
-
|
|
14635
|
-
|
|
14636
|
-
|
|
14637
|
-
|
|
14638
|
-
|
|
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
|
|
14639
14988
|
*/
|
|
14640
14989
|
deleteIpControlWithOptions(request: DeleteIpControlRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpControlResponse>;
|
|
14641
14990
|
/**
|
|
14642
|
-
|
|
14643
|
-
|
|
14644
|
-
|
|
14645
|
-
|
|
14646
|
-
|
|
14647
|
-
|
|
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
|
|
14648
14999
|
*/
|
|
14649
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
|
+
*/
|
|
14650
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
|
+
*/
|
|
14651
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
|
+
*/
|
|
14652
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
|
+
*/
|
|
14653
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
|
+
*/
|
|
14654
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
|
+
*/
|
|
14655
15045
|
deleteMonitorGroup(request: DeleteMonitorGroupRequest): Promise<DeleteMonitorGroupResponse>;
|
|
14656
15046
|
/**
|
|
14657
|
-
|
|
14658
|
-
|
|
14659
|
-
|
|
14660
|
-
|
|
14661
|
-
|
|
14662
|
-
|
|
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
|
|
14663
15055
|
*/
|
|
14664
15056
|
deletePluginWithOptions(request: DeletePluginRequest, runtime: $Util.RuntimeOptions): Promise<DeletePluginResponse>;
|
|
14665
15057
|
/**
|
|
14666
|
-
|
|
14667
|
-
|
|
14668
|
-
|
|
14669
|
-
|
|
14670
|
-
|
|
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
|
|
14671
15065
|
*/
|
|
14672
15066
|
deletePlugin(request: DeletePluginRequest): Promise<DeletePluginResponse>;
|
|
14673
15067
|
/**
|
|
14674
|
-
|
|
14675
|
-
|
|
14676
|
-
|
|
14677
|
-
|
|
14678
|
-
|
|
14679
|
-
|
|
14680
|
-
|
|
14681
|
-
|
|
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
|
|
14682
15078
|
*/
|
|
14683
15079
|
deleteSignatureWithOptions(request: DeleteSignatureRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSignatureResponse>;
|
|
14684
15080
|
/**
|
|
14685
|
-
|
|
14686
|
-
|
|
14687
|
-
|
|
14688
|
-
|
|
14689
|
-
|
|
14690
|
-
|
|
14691
|
-
|
|
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
|
|
14692
15090
|
*/
|
|
14693
15091
|
deleteSignature(request: DeleteSignatureRequest): Promise<DeleteSignatureResponse>;
|
|
14694
15092
|
/**
|
|
14695
|
-
|
|
14696
|
-
|
|
14697
|
-
|
|
14698
|
-
|
|
14699
|
-
|
|
14700
|
-
|
|
14701
|
-
|
|
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
|
|
14702
15102
|
*/
|
|
14703
15103
|
deleteTrafficControlWithOptions(request: DeleteTrafficControlRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTrafficControlResponse>;
|
|
14704
15104
|
/**
|
|
14705
|
-
|
|
14706
|
-
|
|
14707
|
-
|
|
14708
|
-
|
|
14709
|
-
|
|
14710
|
-
|
|
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
|
|
14711
15113
|
*/
|
|
14712
15114
|
deleteTrafficControl(request: DeleteTrafficControlRequest): Promise<DeleteTrafficControlResponse>;
|
|
14713
15115
|
/**
|
|
14714
|
-
|
|
14715
|
-
|
|
14716
|
-
|
|
14717
|
-
|
|
14718
|
-
|
|
14719
|
-
|
|
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
|
|
14720
15124
|
*/
|
|
14721
15125
|
deleteTrafficSpecialControlWithOptions(request: DeleteTrafficSpecialControlRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTrafficSpecialControlResponse>;
|
|
14722
15126
|
/**
|
|
14723
|
-
|
|
14724
|
-
|
|
14725
|
-
|
|
14726
|
-
|
|
14727
|
-
|
|
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
|
|
14728
15134
|
*/
|
|
14729
15135
|
deleteTrafficSpecialControl(request: DeleteTrafficSpecialControlRequest): Promise<DeleteTrafficSpecialControlResponse>;
|
|
14730
15136
|
/**
|
|
14731
|
-
|
|
14732
|
-
|
|
14733
|
-
|
|
14734
|
-
|
|
14735
|
-
|
|
14736
|
-
|
|
14737
|
-
|
|
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
|
|
14738
15146
|
*/
|
|
14739
15147
|
deployApiWithOptions(request: DeployApiRequest, runtime: $Util.RuntimeOptions): Promise<DeployApiResponse>;
|
|
14740
15148
|
/**
|
|
14741
|
-
|
|
14742
|
-
|
|
14743
|
-
|
|
14744
|
-
|
|
14745
|
-
|
|
14746
|
-
|
|
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
|
|
14747
15157
|
*/
|
|
14748
15158
|
deployApi(request: DeployApiRequest): Promise<DeployApiResponse>;
|
|
15159
|
+
/**
|
|
15160
|
+
* @param request DescribeAbolishApiTaskRequest
|
|
15161
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
15162
|
+
* @return DescribeAbolishApiTaskResponse
|
|
15163
|
+
*/
|
|
14749
15164
|
describeAbolishApiTaskWithOptions(request: DescribeAbolishApiTaskRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAbolishApiTaskResponse>;
|
|
15165
|
+
/**
|
|
15166
|
+
* @param request DescribeAbolishApiTaskRequest
|
|
15167
|
+
* @return DescribeAbolishApiTaskResponse
|
|
15168
|
+
*/
|
|
14750
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
|
+
*/
|
|
14751
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
|
+
*/
|
|
14752
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
|
+
*/
|
|
14753
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
|
+
*/
|
|
14754
15199
|
describeAccessControlLists(request: DescribeAccessControlListsRequest): Promise<DescribeAccessControlListsResponse>;
|
|
14755
15200
|
/**
|
|
14756
|
-
|
|
14757
|
-
|
|
14758
|
-
|
|
14759
|
-
|
|
14760
|
-
|
|
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
|
|
14761
15208
|
*/
|
|
14762
15209
|
describeApiWithOptions(request: DescribeApiRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiResponse>;
|
|
14763
15210
|
/**
|
|
14764
|
-
|
|
14765
|
-
|
|
14766
|
-
|
|
14767
|
-
|
|
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
|
|
14768
15217
|
*/
|
|
14769
15218
|
describeApi(request: DescribeApiRequest): Promise<DescribeApiResponse>;
|
|
14770
15219
|
/**
|
|
14771
|
-
|
|
14772
|
-
|
|
14773
|
-
|
|
14774
|
-
|
|
14775
|
-
|
|
14776
|
-
|
|
14777
|
-
|
|
14778
|
-
|
|
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
|
|
14779
15230
|
*/
|
|
14780
15231
|
describeApiDocWithOptions(request: DescribeApiDocRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiDocResponse>;
|
|
14781
15232
|
/**
|
|
14782
|
-
|
|
14783
|
-
|
|
14784
|
-
|
|
14785
|
-
|
|
14786
|
-
|
|
14787
|
-
|
|
14788
|
-
|
|
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
|
|
14789
15242
|
*/
|
|
14790
15243
|
describeApiDoc(request: DescribeApiDocRequest): Promise<DescribeApiDocResponse>;
|
|
14791
15244
|
/**
|
|
14792
|
-
|
|
14793
|
-
|
|
14794
|
-
|
|
14795
|
-
|
|
14796
|
-
|
|
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
|
|
14797
15252
|
*/
|
|
14798
15253
|
describeApiGroupWithOptions(request: DescribeApiGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiGroupResponse>;
|
|
14799
15254
|
/**
|
|
14800
|
-
|
|
14801
|
-
|
|
14802
|
-
|
|
14803
|
-
|
|
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
|
|
14804
15261
|
*/
|
|
14805
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
|
+
*/
|
|
14806
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
|
+
*/
|
|
14807
15277
|
describeApiGroupVpcWhitelist(request: DescribeApiGroupVpcWhitelistRequest): Promise<DescribeApiGroupVpcWhitelistResponse>;
|
|
14808
15278
|
/**
|
|
14809
|
-
|
|
14810
|
-
|
|
14811
|
-
|
|
14812
|
-
|
|
14813
|
-
|
|
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
|
|
14814
15286
|
*/
|
|
14815
15287
|
describeApiGroupsWithOptions(request: DescribeApiGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiGroupsResponse>;
|
|
14816
15288
|
/**
|
|
14817
|
-
|
|
14818
|
-
|
|
14819
|
-
|
|
14820
|
-
|
|
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
|
|
14821
15295
|
*/
|
|
14822
15296
|
describeApiGroups(request: DescribeApiGroupsRequest): Promise<DescribeApiGroupsResponse>;
|
|
14823
15297
|
/**
|
|
14824
|
-
|
|
14825
|
-
|
|
14826
|
-
|
|
14827
|
-
|
|
14828
|
-
|
|
14829
|
-
|
|
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
|
|
14830
15306
|
*/
|
|
14831
15307
|
describeApiHistoriesWithOptions(request: DescribeApiHistoriesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiHistoriesResponse>;
|
|
14832
15308
|
/**
|
|
14833
|
-
|
|
14834
|
-
|
|
14835
|
-
|
|
14836
|
-
|
|
14837
|
-
|
|
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
|
|
14838
15316
|
*/
|
|
14839
15317
|
describeApiHistories(request: DescribeApiHistoriesRequest): Promise<DescribeApiHistoriesResponse>;
|
|
14840
15318
|
/**
|
|
14841
|
-
|
|
14842
|
-
|
|
14843
|
-
|
|
14844
|
-
|
|
14845
|
-
|
|
14846
|
-
|
|
14847
|
-
|
|
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
|
|
14848
15328
|
*/
|
|
14849
15329
|
describeApiHistoryWithOptions(request: DescribeApiHistoryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiHistoryResponse>;
|
|
14850
15330
|
/**
|
|
14851
|
-
|
|
14852
|
-
|
|
14853
|
-
|
|
14854
|
-
|
|
14855
|
-
|
|
14856
|
-
|
|
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
|
|
14857
15339
|
*/
|
|
14858
15340
|
describeApiHistory(request: DescribeApiHistoryRequest): Promise<DescribeApiHistoryResponse>;
|
|
14859
15341
|
/**
|
|
14860
|
-
|
|
14861
|
-
|
|
14862
|
-
|
|
14863
|
-
|
|
14864
|
-
|
|
14865
|
-
|
|
14866
|
-
|
|
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
|
|
14867
15351
|
*/
|
|
14868
15352
|
describeApiIpControlsWithOptions(request: DescribeApiIpControlsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiIpControlsResponse>;
|
|
14869
15353
|
/**
|
|
14870
|
-
|
|
14871
|
-
|
|
14872
|
-
|
|
14873
|
-
|
|
14874
|
-
|
|
14875
|
-
|
|
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
|
|
14876
15362
|
*/
|
|
14877
15363
|
describeApiIpControls(request: DescribeApiIpControlsRequest): Promise<DescribeApiIpControlsResponse>;
|
|
14878
15364
|
/**
|
|
14879
|
-
|
|
14880
|
-
|
|
14881
|
-
|
|
14882
|
-
|
|
14883
|
-
|
|
14884
|
-
|
|
14885
|
-
|
|
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
|
|
14886
15374
|
*/
|
|
14887
15375
|
describeApiLatencyDataWithOptions(request: DescribeApiLatencyDataRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiLatencyDataResponse>;
|
|
14888
15376
|
/**
|
|
14889
|
-
|
|
14890
|
-
|
|
14891
|
-
|
|
14892
|
-
|
|
14893
|
-
|
|
14894
|
-
|
|
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
|
|
14895
15385
|
*/
|
|
14896
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
|
+
*/
|
|
14897
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
|
+
*/
|
|
14898
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
|
+
*/
|
|
14899
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
|
+
*/
|
|
14900
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
|
+
*/
|
|
14901
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
|
+
*/
|
|
14902
15431
|
describeApiProductsByApp(request: DescribeApiProductsByAppRequest): Promise<DescribeApiProductsByAppResponse>;
|
|
14903
15432
|
/**
|
|
14904
|
-
|
|
14905
|
-
|
|
14906
|
-
|
|
14907
|
-
|
|
14908
|
-
|
|
14909
|
-
|
|
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
|
|
14910
15441
|
*/
|
|
14911
15442
|
describeApiQpsDataWithOptions(request: DescribeApiQpsDataRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiQpsDataResponse>;
|
|
14912
15443
|
/**
|
|
14913
|
-
|
|
14914
|
-
|
|
14915
|
-
|
|
14916
|
-
|
|
14917
|
-
|
|
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
|
|
14918
15451
|
*/
|
|
14919
15452
|
describeApiQpsData(request: DescribeApiQpsDataRequest): Promise<DescribeApiQpsDataResponse>;
|
|
14920
15453
|
/**
|
|
14921
|
-
|
|
14922
|
-
|
|
14923
|
-
|
|
14924
|
-
|
|
14925
|
-
|
|
14926
|
-
|
|
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
|
|
14927
15462
|
*/
|
|
14928
15463
|
describeApiSignaturesWithOptions(request: DescribeApiSignaturesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiSignaturesResponse>;
|
|
14929
15464
|
/**
|
|
14930
|
-
|
|
14931
|
-
|
|
14932
|
-
|
|
14933
|
-
|
|
14934
|
-
|
|
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
|
|
14935
15472
|
*/
|
|
14936
15473
|
describeApiSignatures(request: DescribeApiSignaturesRequest): Promise<DescribeApiSignaturesResponse>;
|
|
14937
15474
|
/**
|
|
14938
|
-
|
|
14939
|
-
|
|
14940
|
-
|
|
14941
|
-
|
|
14942
|
-
|
|
14943
|
-
|
|
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
|
|
14944
15483
|
*/
|
|
14945
15484
|
describeApiTrafficControlsWithOptions(request: DescribeApiTrafficControlsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiTrafficControlsResponse>;
|
|
14946
15485
|
/**
|
|
14947
|
-
|
|
14948
|
-
|
|
14949
|
-
|
|
14950
|
-
|
|
14951
|
-
|
|
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
|
|
14952
15493
|
*/
|
|
14953
15494
|
describeApiTrafficControls(request: DescribeApiTrafficControlsRequest): Promise<DescribeApiTrafficControlsResponse>;
|
|
14954
15495
|
/**
|
|
14955
|
-
|
|
14956
|
-
|
|
14957
|
-
|
|
14958
|
-
|
|
14959
|
-
|
|
14960
|
-
|
|
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
|
|
14961
15504
|
*/
|
|
14962
15505
|
describeApiTrafficDataWithOptions(request: DescribeApiTrafficDataRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiTrafficDataResponse>;
|
|
14963
15506
|
/**
|
|
14964
|
-
|
|
14965
|
-
|
|
14966
|
-
|
|
14967
|
-
|
|
14968
|
-
|
|
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
|
|
14969
15514
|
*/
|
|
14970
15515
|
describeApiTrafficData(request: DescribeApiTrafficDataRequest): Promise<DescribeApiTrafficDataResponse>;
|
|
14971
15516
|
/**
|
|
14972
|
-
|
|
14973
|
-
|
|
14974
|
-
|
|
14975
|
-
|
|
14976
|
-
|
|
14977
|
-
|
|
14978
|
-
|
|
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
|
|
14979
15526
|
*/
|
|
14980
15527
|
describeApisWithOptions(request: DescribeApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApisResponse>;
|
|
14981
15528
|
/**
|
|
14982
|
-
|
|
14983
|
-
|
|
14984
|
-
|
|
14985
|
-
|
|
14986
|
-
|
|
14987
|
-
|
|
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
|
|
14988
15537
|
*/
|
|
14989
15538
|
describeApis(request: DescribeApisRequest): Promise<DescribeApisResponse>;
|
|
15539
|
+
/**
|
|
15540
|
+
* @param request DescribeApisByAppRequest
|
|
15541
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
15542
|
+
* @return DescribeApisByAppResponse
|
|
15543
|
+
*/
|
|
14990
15544
|
describeApisByAppWithOptions(request: DescribeApisByAppRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApisByAppResponse>;
|
|
15545
|
+
/**
|
|
15546
|
+
* @param request DescribeApisByAppRequest
|
|
15547
|
+
* @return DescribeApisByAppResponse
|
|
15548
|
+
*/
|
|
14991
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
|
+
*/
|
|
14992
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
|
+
*/
|
|
14993
15564
|
describeApisByBackend(request: DescribeApisByBackendRequest): Promise<DescribeApisByBackendResponse>;
|
|
14994
15565
|
/**
|
|
14995
|
-
|
|
14996
|
-
|
|
14997
|
-
|
|
14998
|
-
|
|
14999
|
-
|
|
15000
|
-
|
|
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
|
|
15001
15574
|
*/
|
|
15002
15575
|
describeApisByIpControlWithOptions(request: DescribeApisByIpControlRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApisByIpControlResponse>;
|
|
15003
15576
|
/**
|
|
15004
|
-
|
|
15005
|
-
|
|
15006
|
-
|
|
15007
|
-
|
|
15008
|
-
|
|
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
|
|
15009
15584
|
*/
|
|
15010
15585
|
describeApisByIpControl(request: DescribeApisByIpControlRequest): Promise<DescribeApisByIpControlResponse>;
|
|
15011
15586
|
/**
|
|
15012
|
-
|
|
15013
|
-
|
|
15014
|
-
|
|
15015
|
-
|
|
15016
|
-
|
|
15017
|
-
|
|
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
|
|
15018
15595
|
*/
|
|
15019
15596
|
describeApisBySignatureWithOptions(request: DescribeApisBySignatureRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApisBySignatureResponse>;
|
|
15020
15597
|
/**
|
|
15021
|
-
|
|
15022
|
-
|
|
15023
|
-
|
|
15024
|
-
|
|
15025
|
-
|
|
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
|
|
15026
15605
|
*/
|
|
15027
15606
|
describeApisBySignature(request: DescribeApisBySignatureRequest): Promise<DescribeApisBySignatureResponse>;
|
|
15028
15607
|
/**
|
|
15029
|
-
|
|
15030
|
-
|
|
15031
|
-
|
|
15032
|
-
|
|
15033
|
-
|
|
15034
|
-
|
|
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
|
|
15035
15616
|
*/
|
|
15036
15617
|
describeApisByTrafficControlWithOptions(request: DescribeApisByTrafficControlRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApisByTrafficControlResponse>;
|
|
15037
15618
|
/**
|
|
15038
|
-
|
|
15039
|
-
|
|
15040
|
-
|
|
15041
|
-
|
|
15042
|
-
|
|
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
|
|
15043
15626
|
*/
|
|
15044
15627
|
describeApisByTrafficControl(request: DescribeApisByTrafficControlRequest): Promise<DescribeApisByTrafficControlResponse>;
|
|
15628
|
+
/**
|
|
15629
|
+
* @param request DescribeApisByVpcAccessRequest
|
|
15630
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
15631
|
+
* @return DescribeApisByVpcAccessResponse
|
|
15632
|
+
*/
|
|
15045
15633
|
describeApisByVpcAccessWithOptions(request: DescribeApisByVpcAccessRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApisByVpcAccessResponse>;
|
|
15634
|
+
/**
|
|
15635
|
+
* @param request DescribeApisByVpcAccessRequest
|
|
15636
|
+
* @return DescribeApisByVpcAccessResponse
|
|
15637
|
+
*/
|
|
15046
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
|
+
*/
|
|
15047
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
|
+
*/
|
|
15048
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
|
+
*/
|
|
15049
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
|
+
*/
|
|
15050
15668
|
describeApp(request: DescribeAppRequest): Promise<DescribeAppResponse>;
|
|
15051
15669
|
/**
|
|
15052
|
-
|
|
15053
|
-
|
|
15054
|
-
|
|
15055
|
-
|
|
15056
|
-
|
|
15057
|
-
|
|
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
|
|
15058
15678
|
*/
|
|
15059
15679
|
describeAppAttributesWithOptions(request: DescribeAppAttributesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAppAttributesResponse>;
|
|
15060
15680
|
/**
|
|
15061
|
-
|
|
15062
|
-
|
|
15063
|
-
|
|
15064
|
-
|
|
15065
|
-
|
|
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
|
|
15066
15688
|
*/
|
|
15067
15689
|
describeAppAttributes(request: DescribeAppAttributesRequest): Promise<DescribeAppAttributesResponse>;
|
|
15068
15690
|
/**
|
|
15069
|
-
|
|
15070
|
-
|
|
15071
|
-
|
|
15072
|
-
|
|
15073
|
-
|
|
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
|
|
15074
15698
|
*/
|
|
15075
15699
|
describeAppSecurityWithOptions(request: DescribeAppSecurityRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAppSecurityResponse>;
|
|
15076
15700
|
/**
|
|
15077
|
-
|
|
15078
|
-
|
|
15079
|
-
|
|
15080
|
-
|
|
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
|
|
15081
15707
|
*/
|
|
15082
15708
|
describeAppSecurity(request: DescribeAppSecurityRequest): Promise<DescribeAppSecurityResponse>;
|
|
15083
15709
|
/**
|
|
15084
|
-
|
|
15085
|
-
|
|
15086
|
-
|
|
15087
|
-
|
|
15088
|
-
|
|
15089
|
-
|
|
15090
|
-
|
|
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
|
|
15091
15719
|
*/
|
|
15092
15720
|
describeAppsWithOptions(request: DescribeAppsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAppsResponse>;
|
|
15093
15721
|
/**
|
|
15094
|
-
|
|
15095
|
-
|
|
15096
|
-
|
|
15097
|
-
|
|
15098
|
-
|
|
15099
|
-
|
|
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
|
|
15100
15730
|
*/
|
|
15101
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
|
+
*/
|
|
15102
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
|
+
*/
|
|
15103
15746
|
describeAppsByApiProduct(request: DescribeAppsByApiProductRequest): Promise<DescribeAppsByApiProductResponse>;
|
|
15104
15747
|
/**
|
|
15105
|
-
|
|
15106
|
-
|
|
15107
|
-
|
|
15108
|
-
|
|
15109
|
-
|
|
15110
|
-
|
|
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
|
|
15111
15756
|
*/
|
|
15112
15757
|
describeAuthorizedApisWithOptions(request: DescribeAuthorizedApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAuthorizedApisResponse>;
|
|
15113
15758
|
/**
|
|
15114
|
-
|
|
15115
|
-
|
|
15116
|
-
|
|
15117
|
-
|
|
15118
|
-
|
|
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
|
|
15119
15766
|
*/
|
|
15120
15767
|
describeAuthorizedApis(request: DescribeAuthorizedApisRequest): Promise<DescribeAuthorizedApisResponse>;
|
|
15121
15768
|
/**
|
|
15122
|
-
|
|
15123
|
-
|
|
15124
|
-
|
|
15125
|
-
|
|
15126
|
-
|
|
15127
|
-
|
|
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
|
|
15128
15777
|
*/
|
|
15129
15778
|
describeAuthorizedAppsWithOptions(request: DescribeAuthorizedAppsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAuthorizedAppsResponse>;
|
|
15130
15779
|
/**
|
|
15131
|
-
|
|
15132
|
-
|
|
15133
|
-
|
|
15134
|
-
|
|
15135
|
-
|
|
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
|
|
15136
15787
|
*/
|
|
15137
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
|
+
*/
|
|
15138
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
|
+
*/
|
|
15139
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
|
+
*/
|
|
15140
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
|
+
*/
|
|
15141
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
|
+
*/
|
|
15142
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
|
+
*/
|
|
15143
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
|
+
*/
|
|
15144
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
|
+
*/
|
|
15145
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
|
+
*/
|
|
15146
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
|
+
*/
|
|
15147
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
|
+
*/
|
|
15148
15871
|
describeDatasetListWithOptions(request: DescribeDatasetListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDatasetListResponse>;
|
|
15872
|
+
/**
|
|
15873
|
+
* @summary Queries custom datasets.
|
|
15874
|
+
*
|
|
15875
|
+
* @param request DescribeDatasetListRequest
|
|
15876
|
+
* @return DescribeDatasetListResponse
|
|
15877
|
+
*/
|
|
15149
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
|
+
*/
|
|
15150
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
|
+
*/
|
|
15151
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
|
+
*/
|
|
15152
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
|
+
*/
|
|
15153
15908
|
describeDeployedApi(request: DescribeDeployedApiRequest): Promise<DescribeDeployedApiResponse>;
|
|
15154
15909
|
/**
|
|
15155
|
-
|
|
15156
|
-
|
|
15157
|
-
|
|
15158
|
-
|
|
15159
|
-
|
|
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
|
|
15160
15917
|
*/
|
|
15161
15918
|
describeDeployedApisWithOptions(request: DescribeDeployedApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDeployedApisResponse>;
|
|
15162
15919
|
/**
|
|
15163
|
-
|
|
15164
|
-
|
|
15165
|
-
|
|
15166
|
-
|
|
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
|
|
15167
15926
|
*/
|
|
15168
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
|
+
*/
|
|
15169
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
|
+
*/
|
|
15170
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
|
+
*/
|
|
15171
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
|
+
*/
|
|
15172
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
|
+
*/
|
|
15173
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
|
+
*/
|
|
15174
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
|
+
*/
|
|
15175
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
|
+
*/
|
|
15176
15987
|
describeGroupTraffic(request: DescribeGroupTrafficRequest): Promise<DescribeGroupTrafficResponse>;
|
|
15988
|
+
/**
|
|
15989
|
+
* @param request DescribeHistoryApisRequest
|
|
15990
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
15991
|
+
* @return DescribeHistoryApisResponse
|
|
15992
|
+
*/
|
|
15177
15993
|
describeHistoryApisWithOptions(request: DescribeHistoryApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHistoryApisResponse>;
|
|
15994
|
+
/**
|
|
15995
|
+
* @param request DescribeHistoryApisRequest
|
|
15996
|
+
* @return DescribeHistoryApisResponse
|
|
15997
|
+
*/
|
|
15178
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
|
+
*/
|
|
15179
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
|
+
*/
|
|
15180
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
|
+
*/
|
|
15181
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
|
+
*/
|
|
15182
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
|
+
*/
|
|
15183
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
|
+
*/
|
|
15184
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
|
+
*/
|
|
15185
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
|
+
*/
|
|
15186
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
|
+
*/
|
|
15187
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
|
+
*/
|
|
15188
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
|
+
*/
|
|
15189
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
|
+
*/
|
|
15190
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
|
+
*/
|
|
15191
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
|
+
*/
|
|
15192
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
|
+
*/
|
|
15193
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
|
+
*/
|
|
15194
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
|
+
*/
|
|
15195
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
|
+
*/
|
|
15196
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
|
+
*/
|
|
15197
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
|
+
*/
|
|
15198
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
|
+
*/
|
|
15199
16156
|
describeInstancesWithOptions(request: DescribeInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstancesResponse>;
|
|
16157
|
+
/**
|
|
16158
|
+
* @summary 查询实例信息
|
|
16159
|
+
*
|
|
16160
|
+
* @param request DescribeInstancesRequest
|
|
16161
|
+
* @return DescribeInstancesResponse
|
|
16162
|
+
*/
|
|
15200
16163
|
describeInstances(request: DescribeInstancesRequest): Promise<DescribeInstancesResponse>;
|
|
15201
16164
|
/**
|
|
15202
|
-
|
|
15203
|
-
|
|
15204
|
-
|
|
15205
|
-
|
|
15206
|
-
|
|
15207
|
-
|
|
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
|
|
15208
16173
|
*/
|
|
15209
16174
|
describeIpControlPolicyItemsWithOptions(request: DescribeIpControlPolicyItemsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIpControlPolicyItemsResponse>;
|
|
15210
16175
|
/**
|
|
15211
|
-
|
|
15212
|
-
|
|
15213
|
-
|
|
15214
|
-
|
|
15215
|
-
|
|
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
|
|
15216
16183
|
*/
|
|
15217
16184
|
describeIpControlPolicyItems(request: DescribeIpControlPolicyItemsRequest): Promise<DescribeIpControlPolicyItemsResponse>;
|
|
15218
16185
|
/**
|
|
15219
|
-
|
|
15220
|
-
|
|
15221
|
-
|
|
15222
|
-
|
|
15223
|
-
|
|
15224
|
-
|
|
15225
|
-
|
|
15226
|
-
|
|
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
|
|
15227
16196
|
*/
|
|
15228
16197
|
describeIpControlsWithOptions(request: DescribeIpControlsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIpControlsResponse>;
|
|
15229
16198
|
/**
|
|
15230
|
-
|
|
15231
|
-
|
|
15232
|
-
|
|
15233
|
-
|
|
15234
|
-
|
|
15235
|
-
|
|
15236
|
-
|
|
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
|
|
15237
16208
|
*/
|
|
15238
16209
|
describeIpControls(request: DescribeIpControlsRequest): Promise<DescribeIpControlsResponse>;
|
|
16210
|
+
/**
|
|
16211
|
+
* @param request DescribeLogConfigRequest
|
|
16212
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
16213
|
+
* @return DescribeLogConfigResponse
|
|
16214
|
+
*/
|
|
15239
16215
|
describeLogConfigWithOptions(request: DescribeLogConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLogConfigResponse>;
|
|
16216
|
+
/**
|
|
16217
|
+
* @param request DescribeLogConfigRequest
|
|
16218
|
+
* @return DescribeLogConfigResponse
|
|
16219
|
+
*/
|
|
15240
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
|
+
*/
|
|
15241
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
|
+
*/
|
|
15242
16235
|
describeMarketRemainsQuota(request: DescribeMarketRemainsQuotaRequest): Promise<DescribeMarketRemainsQuotaResponse>;
|
|
15243
16236
|
/**
|
|
15244
|
-
|
|
15245
|
-
|
|
15246
|
-
|
|
15247
|
-
|
|
15248
|
-
|
|
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
|
|
15249
16244
|
*/
|
|
15250
16245
|
describeModelsWithOptions(request: DescribeModelsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeModelsResponse>;
|
|
15251
16246
|
/**
|
|
15252
|
-
|
|
15253
|
-
|
|
15254
|
-
|
|
15255
|
-
|
|
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
|
|
15256
16253
|
*/
|
|
15257
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
|
+
*/
|
|
15258
16262
|
describePluginApisWithOptions(request: DescribePluginApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribePluginApisResponse>;
|
|
16263
|
+
/**
|
|
16264
|
+
* @summary 根据查询查询绑定的API列表
|
|
16265
|
+
*
|
|
16266
|
+
* @param request DescribePluginApisRequest
|
|
16267
|
+
* @return DescribePluginApisResponse
|
|
16268
|
+
*/
|
|
15259
16269
|
describePluginApis(request: DescribePluginApisRequest): Promise<DescribePluginApisResponse>;
|
|
16270
|
+
/**
|
|
16271
|
+
* @param request DescribePluginSchemasRequest
|
|
16272
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
16273
|
+
* @return DescribePluginSchemasResponse
|
|
16274
|
+
*/
|
|
15260
16275
|
describePluginSchemasWithOptions(request: DescribePluginSchemasRequest, runtime: $Util.RuntimeOptions): Promise<DescribePluginSchemasResponse>;
|
|
16276
|
+
/**
|
|
16277
|
+
* @param request DescribePluginSchemasRequest
|
|
16278
|
+
* @return DescribePluginSchemasResponse
|
|
16279
|
+
*/
|
|
15261
16280
|
describePluginSchemas(request: DescribePluginSchemasRequest): Promise<DescribePluginSchemasResponse>;
|
|
16281
|
+
/**
|
|
16282
|
+
* @param request DescribePluginTemplatesRequest
|
|
16283
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
16284
|
+
* @return DescribePluginTemplatesResponse
|
|
16285
|
+
*/
|
|
15262
16286
|
describePluginTemplatesWithOptions(request: DescribePluginTemplatesRequest, runtime: $Util.RuntimeOptions): Promise<DescribePluginTemplatesResponse>;
|
|
16287
|
+
/**
|
|
16288
|
+
* @param request DescribePluginTemplatesRequest
|
|
16289
|
+
* @return DescribePluginTemplatesResponse
|
|
16290
|
+
*/
|
|
15263
16291
|
describePluginTemplates(request: DescribePluginTemplatesRequest): Promise<DescribePluginTemplatesResponse>;
|
|
15264
16292
|
/**
|
|
15265
|
-
|
|
15266
|
-
|
|
15267
|
-
|
|
15268
|
-
|
|
15269
|
-
|
|
15270
|
-
|
|
15271
|
-
|
|
15272
|
-
|
|
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
|
|
15273
16303
|
*/
|
|
15274
16304
|
describePluginsWithOptions(request: DescribePluginsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePluginsResponse>;
|
|
15275
16305
|
/**
|
|
15276
|
-
|
|
15277
|
-
|
|
15278
|
-
|
|
15279
|
-
|
|
15280
|
-
|
|
15281
|
-
|
|
15282
|
-
|
|
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
|
|
15283
16315
|
*/
|
|
15284
16316
|
describePlugins(request: DescribePluginsRequest): Promise<DescribePluginsResponse>;
|
|
15285
16317
|
/**
|
|
15286
|
-
|
|
15287
|
-
|
|
15288
|
-
|
|
15289
|
-
|
|
15290
|
-
|
|
15291
|
-
|
|
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
|
|
15292
16326
|
*/
|
|
15293
16327
|
describePluginsByApiWithOptions(request: DescribePluginsByApiRequest, runtime: $Util.RuntimeOptions): Promise<DescribePluginsByApiResponse>;
|
|
15294
16328
|
/**
|
|
15295
|
-
|
|
15296
|
-
|
|
15297
|
-
|
|
15298
|
-
|
|
15299
|
-
|
|
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
|
|
15300
16336
|
*/
|
|
15301
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
|
+
*/
|
|
15302
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
|
+
*/
|
|
15303
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
|
+
*/
|
|
15304
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
|
+
*/
|
|
15305
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
|
+
*/
|
|
15306
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
|
+
*/
|
|
15307
16382
|
describePurchasedApis(request: DescribePurchasedApisRequest): Promise<DescribePurchasedApisResponse>;
|
|
15308
16383
|
/**
|
|
15309
|
-
|
|
15310
|
-
|
|
15311
|
-
|
|
15312
|
-
|
|
15313
|
-
|
|
15314
|
-
|
|
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
|
|
15315
16392
|
*/
|
|
15316
16393
|
describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
|
|
15317
16394
|
/**
|
|
15318
|
-
|
|
15319
|
-
|
|
15320
|
-
|
|
15321
|
-
|
|
15322
|
-
|
|
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
|
|
15323
16402
|
*/
|
|
15324
16403
|
describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
|
|
15325
16404
|
/**
|
|
15326
|
-
|
|
15327
|
-
|
|
15328
|
-
|
|
15329
|
-
|
|
15330
|
-
|
|
15331
|
-
|
|
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
|
|
15332
16413
|
*/
|
|
15333
16414
|
describeSignaturesWithOptions(request: DescribeSignaturesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSignaturesResponse>;
|
|
15334
16415
|
/**
|
|
15335
|
-
|
|
15336
|
-
|
|
15337
|
-
|
|
15338
|
-
|
|
15339
|
-
|
|
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
|
|
15340
16423
|
*/
|
|
15341
16424
|
describeSignatures(request: DescribeSignaturesRequest): Promise<DescribeSignaturesResponse>;
|
|
15342
16425
|
/**
|
|
15343
|
-
|
|
15344
|
-
|
|
15345
|
-
|
|
15346
|
-
|
|
15347
|
-
|
|
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
|
|
15348
16433
|
*/
|
|
15349
16434
|
describeSignaturesByApiWithOptions(request: DescribeSignaturesByApiRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSignaturesByApiResponse>;
|
|
15350
16435
|
/**
|
|
15351
|
-
|
|
15352
|
-
|
|
15353
|
-
|
|
15354
|
-
|
|
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
|
|
15355
16442
|
*/
|
|
15356
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
|
+
*/
|
|
15357
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
|
+
*/
|
|
15358
16458
|
describeSummaryData(request: DescribeSummaryDataRequest): Promise<DescribeSummaryDataResponse>;
|
|
15359
16459
|
/**
|
|
15360
|
-
|
|
15361
|
-
|
|
15362
|
-
|
|
15363
|
-
|
|
15364
|
-
|
|
15365
|
-
|
|
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
|
|
15366
16468
|
*/
|
|
15367
16469
|
describeSystemParametersWithOptions(request: DescribeSystemParametersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSystemParametersResponse>;
|
|
15368
16470
|
/**
|
|
15369
|
-
|
|
15370
|
-
|
|
15371
|
-
|
|
15372
|
-
|
|
15373
|
-
|
|
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
|
|
15374
16478
|
*/
|
|
15375
16479
|
describeSystemParameters(request: DescribeSystemParametersRequest): Promise<DescribeSystemParametersResponse>;
|
|
15376
16480
|
/**
|
|
15377
|
-
|
|
15378
|
-
|
|
15379
|
-
|
|
15380
|
-
|
|
15381
|
-
|
|
15382
|
-
|
|
15383
|
-
|
|
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
|
|
15384
16490
|
*/
|
|
15385
16491
|
describeTrafficControlsWithOptions(request: DescribeTrafficControlsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTrafficControlsResponse>;
|
|
15386
16492
|
/**
|
|
15387
|
-
|
|
15388
|
-
|
|
15389
|
-
|
|
15390
|
-
|
|
15391
|
-
|
|
15392
|
-
|
|
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
|
|
15393
16501
|
*/
|
|
15394
16502
|
describeTrafficControls(request: DescribeTrafficControlsRequest): Promise<DescribeTrafficControlsResponse>;
|
|
15395
16503
|
/**
|
|
15396
|
-
|
|
15397
|
-
|
|
15398
|
-
|
|
15399
|
-
|
|
15400
|
-
|
|
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
|
|
15401
16511
|
*/
|
|
15402
16512
|
describeTrafficControlsByApiWithOptions(request: DescribeTrafficControlsByApiRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTrafficControlsByApiResponse>;
|
|
15403
16513
|
/**
|
|
15404
|
-
|
|
15405
|
-
|
|
15406
|
-
|
|
15407
|
-
|
|
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
|
|
15408
16520
|
*/
|
|
15409
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
|
+
*/
|
|
15410
16529
|
describeUpdateBackendTaskWithOptions(request: DescribeUpdateBackendTaskRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUpdateBackendTaskResponse>;
|
|
16530
|
+
/**
|
|
16531
|
+
* @summary 查询批量更新API后端元定结果
|
|
16532
|
+
*
|
|
16533
|
+
* @param request DescribeUpdateBackendTaskRequest
|
|
16534
|
+
* @return DescribeUpdateBackendTaskResponse
|
|
16535
|
+
*/
|
|
15411
16536
|
describeUpdateBackendTask(request: DescribeUpdateBackendTaskRequest): Promise<DescribeUpdateBackendTaskResponse>;
|
|
16537
|
+
/**
|
|
16538
|
+
* @param request DescribeUpdateVpcInfoTaskRequest
|
|
16539
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
16540
|
+
* @return DescribeUpdateVpcInfoTaskResponse
|
|
16541
|
+
*/
|
|
15412
16542
|
describeUpdateVpcInfoTaskWithOptions(request: DescribeUpdateVpcInfoTaskRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUpdateVpcInfoTaskResponse>;
|
|
16543
|
+
/**
|
|
16544
|
+
* @param request DescribeUpdateVpcInfoTaskRequest
|
|
16545
|
+
* @return DescribeUpdateVpcInfoTaskResponse
|
|
16546
|
+
*/
|
|
15413
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
|
+
*/
|
|
15414
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
|
+
*/
|
|
15415
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
|
+
*/
|
|
15416
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
|
+
*/
|
|
15417
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
|
+
*/
|
|
15418
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
|
+
*/
|
|
15419
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
|
+
*/
|
|
15420
16600
|
detachPluginWithOptions(request: DetachPluginRequest, runtime: $Util.RuntimeOptions): Promise<DetachPluginResponse>;
|
|
16601
|
+
/**
|
|
16602
|
+
* @summary 解绑插件
|
|
16603
|
+
*
|
|
16604
|
+
* @param request DetachPluginRequest
|
|
16605
|
+
* @return DetachPluginResponse
|
|
16606
|
+
*/
|
|
15421
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
|
+
*/
|
|
15422
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
|
+
*/
|
|
15423
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
|
+
*/
|
|
15424
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
|
+
*/
|
|
15425
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
|
+
*/
|
|
15426
16645
|
enableInstanceAccessControlWithOptions(request: EnableInstanceAccessControlRequest, runtime: $Util.RuntimeOptions): Promise<EnableInstanceAccessControlResponse>;
|
|
16646
|
+
/**
|
|
16647
|
+
* @summary 开启实例的访问控制
|
|
16648
|
+
*
|
|
16649
|
+
* @param request EnableInstanceAccessControlRequest
|
|
16650
|
+
* @return EnableInstanceAccessControlResponse
|
|
16651
|
+
*/
|
|
15427
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
|
+
*/
|
|
15428
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
|
+
*/
|
|
15429
16667
|
importOAS(request: ImportOASRequest): Promise<ImportOASResponse>;
|
|
15430
16668
|
/**
|
|
15431
|
-
|
|
15432
|
-
|
|
15433
|
-
|
|
15434
|
-
|
|
15435
|
-
|
|
15436
|
-
|
|
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
|
|
15437
16677
|
*/
|
|
15438
16678
|
importSwaggerWithOptions(tmpReq: ImportSwaggerRequest, runtime: $Util.RuntimeOptions): Promise<ImportSwaggerResponse>;
|
|
15439
16679
|
/**
|
|
15440
|
-
|
|
15441
|
-
|
|
15442
|
-
|
|
15443
|
-
|
|
15444
|
-
|
|
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
|
|
15445
16687
|
*/
|
|
15446
16688
|
importSwagger(request: ImportSwaggerRequest): Promise<ImportSwaggerResponse>;
|
|
15447
16689
|
/**
|
|
15448
|
-
|
|
15449
|
-
|
|
15450
|
-
|
|
15451
|
-
|
|
15452
|
-
|
|
15453
|
-
|
|
15454
|
-
|
|
15455
|
-
|
|
15456
|
-
|
|
15457
|
-
|
|
15458
|
-
|
|
15459
|
-
|
|
15460
|
-
|
|
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
|
|
15461
16705
|
*/
|
|
15462
16706
|
listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
|
|
15463
16707
|
/**
|
|
15464
|
-
|
|
15465
|
-
|
|
15466
|
-
|
|
15467
|
-
|
|
15468
|
-
|
|
15469
|
-
|
|
15470
|
-
|
|
15471
|
-
|
|
15472
|
-
|
|
15473
|
-
|
|
15474
|
-
|
|
15475
|
-
|
|
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
|
|
15476
16722
|
*/
|
|
15477
16723
|
listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
|
|
15478
16724
|
/**
|
|
15479
|
-
|
|
15480
|
-
|
|
15481
|
-
|
|
15482
|
-
|
|
15483
|
-
|
|
15484
|
-
|
|
15485
|
-
|
|
15486
|
-
|
|
15487
|
-
|
|
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
|
|
15488
16736
|
*/
|
|
15489
16737
|
modifyApiWithOptions(request: ModifyApiRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiResponse>;
|
|
15490
16738
|
/**
|
|
15491
|
-
|
|
15492
|
-
|
|
15493
|
-
|
|
15494
|
-
|
|
15495
|
-
|
|
15496
|
-
|
|
15497
|
-
|
|
15498
|
-
|
|
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
|
|
15499
16749
|
*/
|
|
15500
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
|
+
*/
|
|
15501
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
|
+
*/
|
|
15502
16765
|
modifyApiConfiguration(request: ModifyApiConfigurationRequest): Promise<ModifyApiConfigurationResponse>;
|
|
15503
16766
|
/**
|
|
15504
|
-
|
|
15505
|
-
|
|
15506
|
-
|
|
15507
|
-
|
|
15508
|
-
|
|
15509
|
-
|
|
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
|
|
15510
16775
|
*/
|
|
15511
16776
|
modifyApiGroupWithOptions(request: ModifyApiGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiGroupResponse>;
|
|
15512
16777
|
/**
|
|
15513
|
-
|
|
15514
|
-
|
|
15515
|
-
|
|
15516
|
-
|
|
15517
|
-
|
|
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
|
|
15518
16785
|
*/
|
|
15519
16786
|
modifyApiGroup(request: ModifyApiGroupRequest): Promise<ModifyApiGroupResponse>;
|
|
16787
|
+
/**
|
|
16788
|
+
* @param request ModifyApiGroupInstanceRequest
|
|
16789
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
16790
|
+
* @return ModifyApiGroupInstanceResponse
|
|
16791
|
+
*/
|
|
15520
16792
|
modifyApiGroupInstanceWithOptions(request: ModifyApiGroupInstanceRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiGroupInstanceResponse>;
|
|
16793
|
+
/**
|
|
16794
|
+
* @param request ModifyApiGroupInstanceRequest
|
|
16795
|
+
* @return ModifyApiGroupInstanceResponse
|
|
16796
|
+
*/
|
|
15521
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
|
+
*/
|
|
15522
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
|
+
*/
|
|
15523
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
|
+
*/
|
|
15524
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
|
+
*/
|
|
15525
16827
|
modifyApiGroupVpcWhitelist(request: ModifyApiGroupVpcWhitelistRequest): Promise<ModifyApiGroupVpcWhitelistResponse>;
|
|
15526
16828
|
/**
|
|
15527
|
-
|
|
15528
|
-
|
|
15529
|
-
|
|
15530
|
-
|
|
15531
|
-
|
|
15532
|
-
|
|
15533
|
-
|
|
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
|
|
15534
16838
|
*/
|
|
15535
16839
|
modifyAppWithOptions(request: ModifyAppRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAppResponse>;
|
|
15536
16840
|
/**
|
|
15537
|
-
|
|
15538
|
-
|
|
15539
|
-
|
|
15540
|
-
|
|
15541
|
-
|
|
15542
|
-
|
|
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
|
|
15543
16849
|
*/
|
|
15544
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
|
+
*/
|
|
15545
16858
|
modifyBackendWithOptions(request: ModifyBackendRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBackendResponse>;
|
|
16859
|
+
/**
|
|
16860
|
+
* @summary 修改后端服务
|
|
16861
|
+
*
|
|
16862
|
+
* @param request ModifyBackendRequest
|
|
16863
|
+
* @return ModifyBackendResponse
|
|
16864
|
+
*/
|
|
15546
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
|
+
*/
|
|
15547
16873
|
modifyBackendModelWithOptions(request: ModifyBackendModelRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBackendModelResponse>;
|
|
16874
|
+
/**
|
|
16875
|
+
* @summary 修改后端服务在环境上的定义
|
|
16876
|
+
*
|
|
16877
|
+
* @param request ModifyBackendModelRequest
|
|
16878
|
+
* @return ModifyBackendModelResponse
|
|
16879
|
+
*/
|
|
15548
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
|
+
*/
|
|
15549
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
|
+
*/
|
|
15550
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
|
+
*/
|
|
15551
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
|
+
*/
|
|
15552
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
|
+
*/
|
|
15553
16918
|
modifyInstanceAttributeWithOptions(tmpReq: ModifyInstanceAttributeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyInstanceAttributeResponse>;
|
|
16919
|
+
/**
|
|
16920
|
+
* @summary 修改API网关实例属性
|
|
16921
|
+
*
|
|
16922
|
+
* @param request ModifyInstanceAttributeRequest
|
|
16923
|
+
* @return ModifyInstanceAttributeResponse
|
|
16924
|
+
*/
|
|
15554
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
|
+
*/
|
|
15555
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
|
+
*/
|
|
15556
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
|
+
*/
|
|
15557
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
|
+
*/
|
|
15558
16955
|
modifyIntranetDomainPolicy(request: ModifyIntranetDomainPolicyRequest): Promise<ModifyIntranetDomainPolicyResponse>;
|
|
15559
16956
|
/**
|
|
15560
|
-
|
|
15561
|
-
|
|
15562
|
-
|
|
15563
|
-
|
|
15564
|
-
|
|
15565
|
-
|
|
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
|
|
15566
16965
|
*/
|
|
15567
16966
|
modifyIpControlWithOptions(request: ModifyIpControlRequest, runtime: $Util.RuntimeOptions): Promise<ModifyIpControlResponse>;
|
|
15568
16967
|
/**
|
|
15569
|
-
|
|
15570
|
-
|
|
15571
|
-
|
|
15572
|
-
|
|
15573
|
-
|
|
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
|
|
15574
16975
|
*/
|
|
15575
16976
|
modifyIpControl(request: ModifyIpControlRequest): Promise<ModifyIpControlResponse>;
|
|
15576
16977
|
/**
|
|
15577
|
-
|
|
15578
|
-
|
|
15579
|
-
|
|
15580
|
-
|
|
15581
|
-
|
|
15582
|
-
|
|
15583
|
-
|
|
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
|
|
15584
16987
|
*/
|
|
15585
16988
|
modifyIpControlPolicyItemWithOptions(request: ModifyIpControlPolicyItemRequest, runtime: $Util.RuntimeOptions): Promise<ModifyIpControlPolicyItemResponse>;
|
|
15586
16989
|
/**
|
|
15587
|
-
|
|
15588
|
-
|
|
15589
|
-
|
|
15590
|
-
|
|
15591
|
-
|
|
15592
|
-
|
|
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
|
|
15593
16998
|
*/
|
|
15594
16999
|
modifyIpControlPolicyItem(request: ModifyIpControlPolicyItemRequest): Promise<ModifyIpControlPolicyItemResponse>;
|
|
17000
|
+
/**
|
|
17001
|
+
* @param request ModifyLogConfigRequest
|
|
17002
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
17003
|
+
* @return ModifyLogConfigResponse
|
|
17004
|
+
*/
|
|
15595
17005
|
modifyLogConfigWithOptions(request: ModifyLogConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLogConfigResponse>;
|
|
17006
|
+
/**
|
|
17007
|
+
* @param request ModifyLogConfigRequest
|
|
17008
|
+
* @return ModifyLogConfigResponse
|
|
17009
|
+
*/
|
|
15596
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
|
+
*/
|
|
15597
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
|
+
*/
|
|
15598
17025
|
modifyModel(request: ModifyModelRequest): Promise<ModifyModelResponse>;
|
|
15599
17026
|
/**
|
|
15600
|
-
|
|
15601
|
-
|
|
15602
|
-
|
|
15603
|
-
|
|
15604
|
-
|
|
15605
|
-
|
|
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
|
|
15606
17035
|
*/
|
|
15607
17036
|
modifyPluginWithOptions(request: ModifyPluginRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPluginResponse>;
|
|
15608
17037
|
/**
|
|
15609
|
-
|
|
15610
|
-
|
|
15611
|
-
|
|
15612
|
-
|
|
15613
|
-
|
|
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
|
|
15614
17045
|
*/
|
|
15615
17046
|
modifyPlugin(request: ModifyPluginRequest): Promise<ModifyPluginResponse>;
|
|
15616
17047
|
/**
|
|
15617
|
-
|
|
15618
|
-
|
|
15619
|
-
|
|
15620
|
-
|
|
15621
|
-
|
|
15622
|
-
|
|
15623
|
-
|
|
15624
|
-
|
|
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
|
|
15625
17058
|
*/
|
|
15626
17059
|
modifySignatureWithOptions(request: ModifySignatureRequest, runtime: $Util.RuntimeOptions): Promise<ModifySignatureResponse>;
|
|
15627
17060
|
/**
|
|
15628
|
-
|
|
15629
|
-
|
|
15630
|
-
|
|
15631
|
-
|
|
15632
|
-
|
|
15633
|
-
|
|
15634
|
-
|
|
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
|
|
15635
17070
|
*/
|
|
15636
17071
|
modifySignature(request: ModifySignatureRequest): Promise<ModifySignatureResponse>;
|
|
15637
17072
|
/**
|
|
15638
|
-
|
|
15639
|
-
|
|
15640
|
-
|
|
15641
|
-
|
|
15642
|
-
|
|
15643
|
-
|
|
15644
|
-
|
|
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
|
|
15645
17082
|
*/
|
|
15646
17083
|
modifyTrafficControlWithOptions(request: ModifyTrafficControlRequest, runtime: $Util.RuntimeOptions): Promise<ModifyTrafficControlResponse>;
|
|
15647
17084
|
/**
|
|
15648
|
-
|
|
15649
|
-
|
|
15650
|
-
|
|
15651
|
-
|
|
15652
|
-
|
|
15653
|
-
|
|
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
|
|
15654
17093
|
*/
|
|
15655
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
|
+
*/
|
|
15656
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
|
+
*/
|
|
15657
17109
|
modifyVpcAccessAndUpdateApis(request: ModifyVpcAccessAndUpdateApisRequest): Promise<ModifyVpcAccessAndUpdateApisResponse>;
|
|
17110
|
+
/**
|
|
17111
|
+
* @param request OpenApiGatewayServiceRequest
|
|
17112
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
17113
|
+
* @return OpenApiGatewayServiceResponse
|
|
17114
|
+
*/
|
|
15658
17115
|
openApiGatewayServiceWithOptions(runtime: $Util.RuntimeOptions): Promise<OpenApiGatewayServiceResponse>;
|
|
17116
|
+
/**
|
|
17117
|
+
* @return OpenApiGatewayServiceResponse
|
|
17118
|
+
*/
|
|
15659
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
|
+
*/
|
|
15660
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
|
+
*/
|
|
15661
17134
|
queryRequestLogs(request: QueryRequestLogsRequest): Promise<QueryRequestLogsResponse>;
|
|
15662
17135
|
/**
|
|
15663
|
-
|
|
15664
|
-
|
|
15665
|
-
|
|
15666
|
-
|
|
15667
|
-
|
|
15668
|
-
|
|
15669
|
-
|
|
15670
|
-
|
|
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
|
|
15671
17146
|
*/
|
|
15672
17147
|
reactivateDomainWithOptions(request: ReactivateDomainRequest, runtime: $Util.RuntimeOptions): Promise<ReactivateDomainResponse>;
|
|
15673
17148
|
/**
|
|
15674
|
-
|
|
15675
|
-
|
|
15676
|
-
|
|
15677
|
-
|
|
15678
|
-
|
|
15679
|
-
|
|
15680
|
-
|
|
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
|
|
15681
17158
|
*/
|
|
15682
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
|
+
*/
|
|
15683
17167
|
removeAccessControlListEntryWithOptions(request: RemoveAccessControlListEntryRequest, runtime: $Util.RuntimeOptions): Promise<RemoveAccessControlListEntryResponse>;
|
|
17168
|
+
/**
|
|
17169
|
+
* @summary 删除访问控制策略中IP条目
|
|
17170
|
+
*
|
|
17171
|
+
* @param request RemoveAccessControlListEntryRequest
|
|
17172
|
+
* @return RemoveAccessControlListEntryResponse
|
|
17173
|
+
*/
|
|
15684
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
|
+
*/
|
|
15685
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
|
+
*/
|
|
15686
17189
|
removeApiProductsAuthorities(request: RemoveApiProductsAuthoritiesRequest): Promise<RemoveApiProductsAuthoritiesResponse>;
|
|
15687
17190
|
/**
|
|
15688
|
-
|
|
15689
|
-
|
|
15690
|
-
|
|
15691
|
-
|
|
15692
|
-
|
|
15693
|
-
|
|
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
|
|
15694
17199
|
*/
|
|
15695
17200
|
removeApisAuthoritiesWithOptions(request: RemoveApisAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<RemoveApisAuthoritiesResponse>;
|
|
15696
17201
|
/**
|
|
15697
|
-
|
|
15698
|
-
|
|
15699
|
-
|
|
15700
|
-
|
|
15701
|
-
|
|
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
|
|
15702
17209
|
*/
|
|
15703
17210
|
removeApisAuthorities(request: RemoveApisAuthoritiesRequest): Promise<RemoveApisAuthoritiesResponse>;
|
|
15704
17211
|
/**
|
|
15705
|
-
|
|
15706
|
-
|
|
15707
|
-
|
|
15708
|
-
|
|
15709
|
-
|
|
15710
|
-
|
|
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
|
|
15711
17220
|
*/
|
|
15712
17221
|
removeAppsAuthoritiesWithOptions(request: RemoveAppsAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<RemoveAppsAuthoritiesResponse>;
|
|
15713
17222
|
/**
|
|
15714
|
-
|
|
15715
|
-
|
|
15716
|
-
|
|
15717
|
-
|
|
15718
|
-
|
|
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
|
|
15719
17230
|
*/
|
|
15720
17231
|
removeAppsAuthorities(request: RemoveAppsAuthoritiesRequest): Promise<RemoveAppsAuthoritiesResponse>;
|
|
15721
17232
|
/**
|
|
15722
|
-
|
|
15723
|
-
|
|
15724
|
-
|
|
15725
|
-
|
|
15726
|
-
|
|
15727
|
-
|
|
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
|
|
15728
17241
|
*/
|
|
15729
17242
|
removeIpControlApisWithOptions(request: RemoveIpControlApisRequest, runtime: $Util.RuntimeOptions): Promise<RemoveIpControlApisResponse>;
|
|
15730
17243
|
/**
|
|
15731
|
-
|
|
15732
|
-
|
|
15733
|
-
|
|
15734
|
-
|
|
15735
|
-
|
|
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
|
|
15736
17251
|
*/
|
|
15737
17252
|
removeIpControlApis(request: RemoveIpControlApisRequest): Promise<RemoveIpControlApisResponse>;
|
|
15738
17253
|
/**
|
|
15739
|
-
|
|
15740
|
-
|
|
15741
|
-
|
|
15742
|
-
|
|
15743
|
-
|
|
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
|
|
15744
17261
|
*/
|
|
15745
17262
|
removeIpControlPolicyItemWithOptions(request: RemoveIpControlPolicyItemRequest, runtime: $Util.RuntimeOptions): Promise<RemoveIpControlPolicyItemResponse>;
|
|
15746
17263
|
/**
|
|
15747
|
-
|
|
15748
|
-
|
|
15749
|
-
|
|
15750
|
-
|
|
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
|
|
15751
17270
|
*/
|
|
15752
17271
|
removeIpControlPolicyItem(request: RemoveIpControlPolicyItemRequest): Promise<RemoveIpControlPolicyItemResponse>;
|
|
15753
17272
|
/**
|
|
15754
|
-
|
|
15755
|
-
|
|
15756
|
-
|
|
15757
|
-
|
|
15758
|
-
|
|
15759
|
-
|
|
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
|
|
15760
17281
|
*/
|
|
15761
17282
|
removeSignatureApisWithOptions(request: RemoveSignatureApisRequest, runtime: $Util.RuntimeOptions): Promise<RemoveSignatureApisResponse>;
|
|
15762
17283
|
/**
|
|
15763
|
-
|
|
15764
|
-
|
|
15765
|
-
|
|
15766
|
-
|
|
15767
|
-
|
|
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
|
|
15768
17291
|
*/
|
|
15769
17292
|
removeSignatureApis(request: RemoveSignatureApisRequest): Promise<RemoveSignatureApisResponse>;
|
|
15770
17293
|
/**
|
|
15771
|
-
|
|
15772
|
-
|
|
15773
|
-
|
|
15774
|
-
|
|
15775
|
-
|
|
15776
|
-
|
|
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
|
|
15777
17302
|
*/
|
|
15778
17303
|
removeTrafficControlApisWithOptions(request: RemoveTrafficControlApisRequest, runtime: $Util.RuntimeOptions): Promise<RemoveTrafficControlApisResponse>;
|
|
15779
17304
|
/**
|
|
15780
|
-
|
|
15781
|
-
|
|
15782
|
-
|
|
15783
|
-
|
|
15784
|
-
|
|
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
|
|
15785
17312
|
*/
|
|
15786
17313
|
removeTrafficControlApis(request: RemoveTrafficControlApisRequest): Promise<RemoveTrafficControlApisResponse>;
|
|
15787
17314
|
/**
|
|
15788
|
-
|
|
15789
|
-
|
|
15790
|
-
|
|
15791
|
-
|
|
15792
|
-
|
|
15793
|
-
|
|
15794
|
-
|
|
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
|
|
15795
17324
|
*/
|
|
15796
17325
|
removeVpcAccessWithOptions(request: RemoveVpcAccessRequest, runtime: $Util.RuntimeOptions): Promise<RemoveVpcAccessResponse>;
|
|
15797
17326
|
/**
|
|
15798
|
-
|
|
15799
|
-
|
|
15800
|
-
|
|
15801
|
-
|
|
15802
|
-
|
|
15803
|
-
|
|
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
|
|
15804
17335
|
*/
|
|
15805
17336
|
removeVpcAccess(request: RemoveVpcAccessRequest): Promise<RemoveVpcAccessResponse>;
|
|
17337
|
+
/**
|
|
17338
|
+
* @param request RemoveVpcAccessAndAbolishApisRequest
|
|
17339
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
17340
|
+
* @return RemoveVpcAccessAndAbolishApisResponse
|
|
17341
|
+
*/
|
|
15806
17342
|
removeVpcAccessAndAbolishApisWithOptions(request: RemoveVpcAccessAndAbolishApisRequest, runtime: $Util.RuntimeOptions): Promise<RemoveVpcAccessAndAbolishApisResponse>;
|
|
17343
|
+
/**
|
|
17344
|
+
* @param request RemoveVpcAccessAndAbolishApisRequest
|
|
17345
|
+
* @return RemoveVpcAccessAndAbolishApisResponse
|
|
17346
|
+
*/
|
|
15807
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
|
+
*/
|
|
15808
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
|
+
*/
|
|
15809
17362
|
resetAppCode(request: ResetAppCodeRequest): Promise<ResetAppCodeResponse>;
|
|
15810
17363
|
/**
|
|
15811
|
-
|
|
15812
|
-
|
|
15813
|
-
|
|
15814
|
-
|
|
15815
|
-
|
|
15816
|
-
|
|
15817
|
-
|
|
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
|
|
15818
17373
|
*/
|
|
15819
17374
|
resetAppSecretWithOptions(request: ResetAppSecretRequest, runtime: $Util.RuntimeOptions): Promise<ResetAppSecretResponse>;
|
|
15820
17375
|
/**
|
|
15821
|
-
|
|
15822
|
-
|
|
15823
|
-
|
|
15824
|
-
|
|
15825
|
-
|
|
15826
|
-
|
|
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
|
|
15827
17384
|
*/
|
|
15828
17385
|
resetAppSecret(request: ResetAppSecretRequest): Promise<ResetAppSecretResponse>;
|
|
17386
|
+
/**
|
|
17387
|
+
* @param request SdkGenerateByAppRequest
|
|
17388
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
17389
|
+
* @return SdkGenerateByAppResponse
|
|
17390
|
+
*/
|
|
15829
17391
|
sdkGenerateByAppWithOptions(request: SdkGenerateByAppRequest, runtime: $Util.RuntimeOptions): Promise<SdkGenerateByAppResponse>;
|
|
17392
|
+
/**
|
|
17393
|
+
* @param request SdkGenerateByAppRequest
|
|
17394
|
+
* @return SdkGenerateByAppResponse
|
|
17395
|
+
*/
|
|
15830
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
|
+
*/
|
|
15831
17404
|
sdkGenerateByAppForRegionWithOptions(request: SdkGenerateByAppForRegionRequest, runtime: $Util.RuntimeOptions): Promise<SdkGenerateByAppForRegionResponse>;
|
|
17405
|
+
/**
|
|
17406
|
+
* @summary 生成与App关联的API的SDK
|
|
17407
|
+
*
|
|
17408
|
+
* @param request SdkGenerateByAppForRegionRequest
|
|
17409
|
+
* @return SdkGenerateByAppForRegionResponse
|
|
17410
|
+
*/
|
|
15832
17411
|
sdkGenerateByAppForRegion(request: SdkGenerateByAppForRegionRequest): Promise<SdkGenerateByAppForRegionResponse>;
|
|
17412
|
+
/**
|
|
17413
|
+
* @param request SdkGenerateByGroupRequest
|
|
17414
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
17415
|
+
* @return SdkGenerateByGroupResponse
|
|
17416
|
+
*/
|
|
15833
17417
|
sdkGenerateByGroupWithOptions(request: SdkGenerateByGroupRequest, runtime: $Util.RuntimeOptions): Promise<SdkGenerateByGroupResponse>;
|
|
17418
|
+
/**
|
|
17419
|
+
* @param request SdkGenerateByGroupRequest
|
|
17420
|
+
* @return SdkGenerateByGroupResponse
|
|
17421
|
+
*/
|
|
15834
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
|
+
*/
|
|
15835
17430
|
setAccessControlListAttributeWithOptions(request: SetAccessControlListAttributeRequest, runtime: $Util.RuntimeOptions): Promise<SetAccessControlListAttributeResponse>;
|
|
17431
|
+
/**
|
|
17432
|
+
* @summary 修改访问控制策略的名称
|
|
17433
|
+
*
|
|
17434
|
+
* @param request SetAccessControlListAttributeRequest
|
|
17435
|
+
* @return SetAccessControlListAttributeResponse
|
|
17436
|
+
*/
|
|
15836
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
|
+
*/
|
|
15837
17445
|
setApiProductsAuthoritiesWithOptions(tmpReq: SetApiProductsAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<SetApiProductsAuthoritiesResponse>;
|
|
17446
|
+
/**
|
|
17447
|
+
* @summary 给多个API产品添加APP授权
|
|
17448
|
+
*
|
|
17449
|
+
* @param request SetApiProductsAuthoritiesRequest
|
|
17450
|
+
* @return SetApiProductsAuthoritiesResponse
|
|
17451
|
+
*/
|
|
15838
17452
|
setApiProductsAuthorities(request: SetApiProductsAuthoritiesRequest): Promise<SetApiProductsAuthoritiesResponse>;
|
|
15839
17453
|
/**
|
|
15840
|
-
|
|
15841
|
-
|
|
15842
|
-
|
|
15843
|
-
|
|
15844
|
-
|
|
15845
|
-
|
|
15846
|
-
|
|
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
|
|
15847
17463
|
*/
|
|
15848
17464
|
setApisAuthoritiesWithOptions(request: SetApisAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<SetApisAuthoritiesResponse>;
|
|
15849
17465
|
/**
|
|
15850
|
-
|
|
15851
|
-
|
|
15852
|
-
|
|
15853
|
-
|
|
15854
|
-
|
|
15855
|
-
|
|
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
|
|
15856
17474
|
*/
|
|
15857
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
|
+
*/
|
|
15858
17483
|
setAppsAuthToApiProductWithOptions(request: SetAppsAuthToApiProductRequest, runtime: $Util.RuntimeOptions): Promise<SetAppsAuthToApiProductResponse>;
|
|
17484
|
+
/**
|
|
17485
|
+
* @summary 将多个APP授权给API产品
|
|
17486
|
+
*
|
|
17487
|
+
* @param request SetAppsAuthToApiProductRequest
|
|
17488
|
+
* @return SetAppsAuthToApiProductResponse
|
|
17489
|
+
*/
|
|
15859
17490
|
setAppsAuthToApiProduct(request: SetAppsAuthToApiProductRequest): Promise<SetAppsAuthToApiProductResponse>;
|
|
15860
17491
|
/**
|
|
15861
|
-
|
|
15862
|
-
|
|
15863
|
-
|
|
15864
|
-
|
|
15865
|
-
|
|
15866
|
-
|
|
15867
|
-
|
|
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
|
|
15868
17501
|
*/
|
|
15869
17502
|
setAppsAuthoritiesWithOptions(request: SetAppsAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<SetAppsAuthoritiesResponse>;
|
|
15870
17503
|
/**
|
|
15871
|
-
|
|
15872
|
-
|
|
15873
|
-
|
|
15874
|
-
|
|
15875
|
-
|
|
15876
|
-
|
|
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
|
|
15877
17512
|
*/
|
|
15878
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
|
+
*/
|
|
15879
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
|
+
*/
|
|
15880
17528
|
setDomain(request: SetDomainRequest): Promise<SetDomainResponse>;
|
|
15881
17529
|
/**
|
|
15882
|
-
|
|
15883
|
-
|
|
15884
|
-
|
|
15885
|
-
|
|
15886
|
-
|
|
15887
|
-
|
|
15888
|
-
|
|
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
|
|
15889
17539
|
*/
|
|
15890
17540
|
setDomainCertificateWithOptions(request: SetDomainCertificateRequest, runtime: $Util.RuntimeOptions): Promise<SetDomainCertificateResponse>;
|
|
15891
17541
|
/**
|
|
15892
|
-
|
|
15893
|
-
|
|
15894
|
-
|
|
15895
|
-
|
|
15896
|
-
|
|
15897
|
-
|
|
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
|
|
15898
17550
|
*/
|
|
15899
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
|
+
*/
|
|
15900
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
|
+
*/
|
|
15901
17566
|
setDomainWebSocketStatus(request: SetDomainWebSocketStatusRequest): Promise<SetDomainWebSocketStatusResponse>;
|
|
17567
|
+
/**
|
|
17568
|
+
* @param request SetGroupAuthAppCodeRequest
|
|
17569
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
17570
|
+
* @return SetGroupAuthAppCodeResponse
|
|
17571
|
+
*/
|
|
15902
17572
|
setGroupAuthAppCodeWithOptions(request: SetGroupAuthAppCodeRequest, runtime: $Util.RuntimeOptions): Promise<SetGroupAuthAppCodeResponse>;
|
|
17573
|
+
/**
|
|
17574
|
+
* @param request SetGroupAuthAppCodeRequest
|
|
17575
|
+
* @return SetGroupAuthAppCodeResponse
|
|
17576
|
+
*/
|
|
15903
17577
|
setGroupAuthAppCode(request: SetGroupAuthAppCodeRequest): Promise<SetGroupAuthAppCodeResponse>;
|
|
15904
17578
|
/**
|
|
15905
|
-
|
|
15906
|
-
|
|
15907
|
-
|
|
15908
|
-
|
|
15909
|
-
|
|
15910
|
-
|
|
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
|
|
15911
17587
|
*/
|
|
15912
17588
|
setIpControlApisWithOptions(request: SetIpControlApisRequest, runtime: $Util.RuntimeOptions): Promise<SetIpControlApisResponse>;
|
|
15913
17589
|
/**
|
|
15914
|
-
|
|
15915
|
-
|
|
15916
|
-
|
|
15917
|
-
|
|
15918
|
-
|
|
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
|
|
15919
17597
|
*/
|
|
15920
17598
|
setIpControlApis(request: SetIpControlApisRequest): Promise<SetIpControlApisResponse>;
|
|
15921
17599
|
/**
|
|
15922
|
-
|
|
15923
|
-
|
|
15924
|
-
|
|
15925
|
-
|
|
15926
|
-
|
|
15927
|
-
|
|
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
|
|
15928
17608
|
*/
|
|
15929
17609
|
setSignatureApisWithOptions(request: SetSignatureApisRequest, runtime: $Util.RuntimeOptions): Promise<SetSignatureApisResponse>;
|
|
15930
17610
|
/**
|
|
15931
|
-
|
|
15932
|
-
|
|
15933
|
-
|
|
15934
|
-
|
|
15935
|
-
|
|
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
|
|
15936
17618
|
*/
|
|
15937
17619
|
setSignatureApis(request: SetSignatureApisRequest): Promise<SetSignatureApisResponse>;
|
|
15938
17620
|
/**
|
|
15939
|
-
|
|
15940
|
-
|
|
15941
|
-
|
|
15942
|
-
|
|
15943
|
-
|
|
15944
|
-
|
|
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
|
|
15945
17629
|
*/
|
|
15946
17630
|
setTrafficControlApisWithOptions(request: SetTrafficControlApisRequest, runtime: $Util.RuntimeOptions): Promise<SetTrafficControlApisResponse>;
|
|
15947
17631
|
/**
|
|
15948
|
-
|
|
15949
|
-
|
|
15950
|
-
|
|
15951
|
-
|
|
15952
|
-
|
|
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
|
|
15953
17639
|
*/
|
|
15954
17640
|
setTrafficControlApis(request: SetTrafficControlApisRequest): Promise<SetTrafficControlApisResponse>;
|
|
15955
17641
|
/**
|
|
15956
|
-
|
|
15957
|
-
|
|
15958
|
-
|
|
15959
|
-
|
|
15960
|
-
|
|
15961
|
-
|
|
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
|
|
15962
17650
|
*/
|
|
15963
17651
|
setVpcAccessWithOptions(request: SetVpcAccessRequest, runtime: $Util.RuntimeOptions): Promise<SetVpcAccessResponse>;
|
|
15964
17652
|
/**
|
|
15965
|
-
|
|
15966
|
-
|
|
15967
|
-
|
|
15968
|
-
|
|
15969
|
-
|
|
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
|
|
15970
17660
|
*/
|
|
15971
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
|
+
*/
|
|
15972
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
|
+
*/
|
|
15973
17676
|
setWildcardDomainPatterns(request: SetWildcardDomainPatternsRequest): Promise<SetWildcardDomainPatternsResponse>;
|
|
15974
17677
|
/**
|
|
15975
|
-
|
|
15976
|
-
|
|
15977
|
-
|
|
15978
|
-
|
|
15979
|
-
|
|
15980
|
-
|
|
15981
|
-
|
|
15982
|
-
|
|
15983
|
-
|
|
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
|
|
15984
17689
|
*/
|
|
15985
17690
|
switchApiWithOptions(request: SwitchApiRequest, runtime: $Util.RuntimeOptions): Promise<SwitchApiResponse>;
|
|
15986
17691
|
/**
|
|
15987
|
-
|
|
15988
|
-
|
|
15989
|
-
|
|
15990
|
-
|
|
15991
|
-
|
|
15992
|
-
|
|
15993
|
-
|
|
15994
|
-
|
|
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
|
|
15995
17702
|
*/
|
|
15996
17703
|
switchApi(request: SwitchApiRequest): Promise<SwitchApiResponse>;
|
|
15997
17704
|
/**
|
|
15998
|
-
|
|
15999
|
-
|
|
16000
|
-
|
|
16001
|
-
|
|
16002
|
-
|
|
16003
|
-
|
|
16004
|
-
|
|
16005
|
-
|
|
16006
|
-
|
|
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
|
|
16007
17716
|
*/
|
|
16008
17717
|
tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
|
|
16009
17718
|
/**
|
|
16010
|
-
|
|
16011
|
-
|
|
16012
|
-
|
|
16013
|
-
|
|
16014
|
-
|
|
16015
|
-
|
|
16016
|
-
|
|
16017
|
-
|
|
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
|
|
16018
17729
|
*/
|
|
16019
17730
|
tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
|
|
16020
17731
|
/**
|
|
16021
|
-
|
|
16022
|
-
|
|
16023
|
-
|
|
16024
|
-
|
|
16025
|
-
|
|
16026
|
-
|
|
16027
|
-
|
|
16028
|
-
|
|
16029
|
-
|
|
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
|
|
16030
17743
|
*/
|
|
16031
17744
|
untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
|
|
16032
17745
|
/**
|
|
16033
|
-
|
|
16034
|
-
|
|
16035
|
-
|
|
16036
|
-
|
|
16037
|
-
|
|
16038
|
-
|
|
16039
|
-
|
|
16040
|
-
|
|
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
|
|
16041
17756
|
*/
|
|
16042
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
|
+
*/
|
|
16043
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
|
+
*/
|
|
16044
17772
|
validateVpcConnectivity(request: ValidateVpcConnectivityRequest): Promise<ValidateVpcConnectivityResponse>;
|
|
16045
17773
|
}
|