@alicloud/cloudapi20160714 2.2.16 → 2.2.18
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 +191 -738
- package/dist/client.js +274 -765
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +307 -772
package/dist/client.js
CHANGED
|
@@ -10480,6 +10480,7 @@ class ResetAppSecretRequest extends $tea.Model {
|
|
|
10480
10480
|
static names() {
|
|
10481
10481
|
return {
|
|
10482
10482
|
appKey: 'AppKey',
|
|
10483
|
+
newAppKey: 'NewAppKey',
|
|
10483
10484
|
newAppSecret: 'NewAppSecret',
|
|
10484
10485
|
securityToken: 'SecurityToken',
|
|
10485
10486
|
};
|
|
@@ -10487,6 +10488,7 @@ class ResetAppSecretRequest extends $tea.Model {
|
|
|
10487
10488
|
static types() {
|
|
10488
10489
|
return {
|
|
10489
10490
|
appKey: 'string',
|
|
10491
|
+
newAppKey: 'string',
|
|
10490
10492
|
newAppSecret: 'string',
|
|
10491
10493
|
securityToken: 'string',
|
|
10492
10494
|
};
|
|
@@ -11627,6 +11629,66 @@ class UntagResourcesResponse extends $tea.Model {
|
|
|
11627
11629
|
}
|
|
11628
11630
|
}
|
|
11629
11631
|
exports.UntagResourcesResponse = UntagResourcesResponse;
|
|
11632
|
+
class ValidateVpcConnectivityRequest extends $tea.Model {
|
|
11633
|
+
constructor(map) {
|
|
11634
|
+
super(map);
|
|
11635
|
+
}
|
|
11636
|
+
static names() {
|
|
11637
|
+
return {
|
|
11638
|
+
instanceId: 'InstanceId',
|
|
11639
|
+
securityToken: 'SecurityToken',
|
|
11640
|
+
vpcAccessId: 'VpcAccessId',
|
|
11641
|
+
};
|
|
11642
|
+
}
|
|
11643
|
+
static types() {
|
|
11644
|
+
return {
|
|
11645
|
+
instanceId: 'string',
|
|
11646
|
+
securityToken: 'string',
|
|
11647
|
+
vpcAccessId: 'string',
|
|
11648
|
+
};
|
|
11649
|
+
}
|
|
11650
|
+
}
|
|
11651
|
+
exports.ValidateVpcConnectivityRequest = ValidateVpcConnectivityRequest;
|
|
11652
|
+
class ValidateVpcConnectivityResponseBody extends $tea.Model {
|
|
11653
|
+
constructor(map) {
|
|
11654
|
+
super(map);
|
|
11655
|
+
}
|
|
11656
|
+
static names() {
|
|
11657
|
+
return {
|
|
11658
|
+
connected: 'Connected',
|
|
11659
|
+
ipType: 'IpType',
|
|
11660
|
+
requestId: 'RequestId',
|
|
11661
|
+
};
|
|
11662
|
+
}
|
|
11663
|
+
static types() {
|
|
11664
|
+
return {
|
|
11665
|
+
connected: 'boolean',
|
|
11666
|
+
ipType: 'string',
|
|
11667
|
+
requestId: 'string',
|
|
11668
|
+
};
|
|
11669
|
+
}
|
|
11670
|
+
}
|
|
11671
|
+
exports.ValidateVpcConnectivityResponseBody = ValidateVpcConnectivityResponseBody;
|
|
11672
|
+
class ValidateVpcConnectivityResponse extends $tea.Model {
|
|
11673
|
+
constructor(map) {
|
|
11674
|
+
super(map);
|
|
11675
|
+
}
|
|
11676
|
+
static names() {
|
|
11677
|
+
return {
|
|
11678
|
+
headers: 'headers',
|
|
11679
|
+
statusCode: 'statusCode',
|
|
11680
|
+
body: 'body',
|
|
11681
|
+
};
|
|
11682
|
+
}
|
|
11683
|
+
static types() {
|
|
11684
|
+
return {
|
|
11685
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11686
|
+
statusCode: 'number',
|
|
11687
|
+
body: ValidateVpcConnectivityResponseBody,
|
|
11688
|
+
};
|
|
11689
|
+
}
|
|
11690
|
+
}
|
|
11691
|
+
exports.ValidateVpcConnectivityResponse = ValidateVpcConnectivityResponse;
|
|
11630
11692
|
class BatchAbolishApisRequestApi extends $tea.Model {
|
|
11631
11693
|
constructor(map) {
|
|
11632
11694
|
super(map);
|
|
@@ -12796,6 +12858,8 @@ class DescribeApiGroupResponseBodyCustomDomainsDomainItem extends $tea.Model {
|
|
|
12796
12858
|
bindStageName: 'BindStageName',
|
|
12797
12859
|
certificateId: 'CertificateId',
|
|
12798
12860
|
certificateName: 'CertificateName',
|
|
12861
|
+
certificateValidEnd: 'CertificateValidEnd',
|
|
12862
|
+
certificateValidStart: 'CertificateValidStart',
|
|
12799
12863
|
customDomainType: 'CustomDomainType',
|
|
12800
12864
|
domainBindingStatus: 'DomainBindingStatus',
|
|
12801
12865
|
domainCNAMEStatus: 'DomainCNAMEStatus',
|
|
@@ -12813,6 +12877,8 @@ class DescribeApiGroupResponseBodyCustomDomainsDomainItem extends $tea.Model {
|
|
|
12813
12877
|
bindStageName: 'string',
|
|
12814
12878
|
certificateId: 'string',
|
|
12815
12879
|
certificateName: 'string',
|
|
12880
|
+
certificateValidEnd: 'number',
|
|
12881
|
+
certificateValidStart: 'number',
|
|
12816
12882
|
customDomainType: 'string',
|
|
12817
12883
|
domainBindingStatus: 'string',
|
|
12818
12884
|
domainCNAMEStatus: 'string',
|
|
@@ -14701,6 +14767,7 @@ class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfig exten
|
|
|
14701
14767
|
return {
|
|
14702
14768
|
eventBridgeConfig: 'EventBridgeConfig',
|
|
14703
14769
|
functionComputeConfig: 'FunctionComputeConfig',
|
|
14770
|
+
httpTargetHostName: 'HttpTargetHostName',
|
|
14704
14771
|
mockConfig: 'MockConfig',
|
|
14705
14772
|
ossConfig: 'OssConfig',
|
|
14706
14773
|
serviceAddress: 'ServiceAddress',
|
|
@@ -14712,6 +14779,7 @@ class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfig exten
|
|
|
14712
14779
|
return {
|
|
14713
14780
|
eventBridgeConfig: DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigEventBridgeConfig,
|
|
14714
14781
|
functionComputeConfig: DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigFunctionComputeConfig,
|
|
14782
|
+
httpTargetHostName: 'string',
|
|
14715
14783
|
mockConfig: DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigMockConfig,
|
|
14716
14784
|
ossConfig: DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigOssConfig,
|
|
14717
14785
|
serviceAddress: 'string',
|
|
@@ -16102,6 +16170,7 @@ class DescribeInstancesResponseBodyInstancesInstanceAttribute extends $tea.Model
|
|
|
16102
16170
|
IPV6AclType: 'IPV6AclType',
|
|
16103
16171
|
instanceChargeType: 'InstanceChargeType',
|
|
16104
16172
|
instanceCidrBlock: 'InstanceCidrBlock',
|
|
16173
|
+
instanceClusterId: 'InstanceClusterId',
|
|
16105
16174
|
instanceId: 'InstanceId',
|
|
16106
16175
|
instanceName: 'InstanceName',
|
|
16107
16176
|
instanceRpsLimit: 'InstanceRpsLimit',
|
|
@@ -16144,6 +16213,7 @@ class DescribeInstancesResponseBodyInstancesInstanceAttribute extends $tea.Model
|
|
|
16144
16213
|
IPV6AclType: 'string',
|
|
16145
16214
|
instanceChargeType: 'string',
|
|
16146
16215
|
instanceCidrBlock: 'string',
|
|
16216
|
+
instanceClusterId: 'string',
|
|
16147
16217
|
instanceId: 'string',
|
|
16148
16218
|
instanceName: 'string',
|
|
16149
16219
|
instanceRpsLimit: 'number',
|
|
@@ -18047,13 +18117,6 @@ class Client extends openapi_client_1.default {
|
|
|
18047
18117
|
}
|
|
18048
18118
|
return endpoint_util_1.default.getEndpointRules(productId, regionId, endpointRule, network, suffix);
|
|
18049
18119
|
}
|
|
18050
|
-
/**
|
|
18051
|
-
* Unpublishes a specified API from a specified runtime environment.
|
|
18052
|
-
*
|
|
18053
|
-
* @param request AbolishApiRequest
|
|
18054
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
18055
|
-
* @return AbolishApiResponse
|
|
18056
|
-
*/
|
|
18057
18120
|
async abolishApiWithOptions(request, runtime) {
|
|
18058
18121
|
tea_util_1.default.validateModel(request);
|
|
18059
18122
|
let query = {};
|
|
@@ -18085,12 +18148,6 @@ class Client extends openapi_client_1.default {
|
|
|
18085
18148
|
});
|
|
18086
18149
|
return $tea.cast(await this.callApi(params, req, runtime), new AbolishApiResponse({}));
|
|
18087
18150
|
}
|
|
18088
|
-
/**
|
|
18089
|
-
* Unpublishes a specified API from a specified runtime environment.
|
|
18090
|
-
*
|
|
18091
|
-
* @param request AbolishApiRequest
|
|
18092
|
-
* @return AbolishApiResponse
|
|
18093
|
-
*/
|
|
18094
18151
|
async abolishApi(request) {
|
|
18095
18152
|
let runtime = new $Util.RuntimeOptions({});
|
|
18096
18153
|
return await this.abolishApiWithOptions(request, runtime);
|
|
@@ -18128,10 +18185,12 @@ class Client extends openapi_client_1.default {
|
|
|
18128
18185
|
return await this.addAccessControlListEntryWithOptions(request, runtime);
|
|
18129
18186
|
}
|
|
18130
18187
|
/**
|
|
18131
|
-
*
|
|
18132
|
-
* *
|
|
18133
|
-
* *
|
|
18134
|
-
* *
|
|
18188
|
+
* The restriction policy on app IDs for a specific policy. You can restrict app IDs only for whitelists. The IpControlType values of whitelists are ALLOW.
|
|
18189
|
+
* * You can add only one app ID restriction policy at a time.
|
|
18190
|
+
* * If this parameter is empty, no restriction is imposed on the app IDs.
|
|
18191
|
+
* * If this parameter is not empty, there is restriction not only on IP addresses, but also on apps.
|
|
18192
|
+
* * Please note that if this parameter is not empty and the security authentication method of the API is No Authentication, all API calls are restricted.
|
|
18193
|
+
* * If this parameter is not empty for a blacklist, API Gateway automatically skips this parameter and sets only restriction on IP addresses. The IpControlType value of a blacklist is REFUSE.
|
|
18135
18194
|
*
|
|
18136
18195
|
* @param request AddIpControlPolicyItemRequest
|
|
18137
18196
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -18169,10 +18228,12 @@ class Client extends openapi_client_1.default {
|
|
|
18169
18228
|
return $tea.cast(await this.callApi(params, req, runtime), new AddIpControlPolicyItemResponse({}));
|
|
18170
18229
|
}
|
|
18171
18230
|
/**
|
|
18172
|
-
*
|
|
18173
|
-
* *
|
|
18174
|
-
* *
|
|
18175
|
-
* *
|
|
18231
|
+
* The restriction policy on app IDs for a specific policy. You can restrict app IDs only for whitelists. The IpControlType values of whitelists are ALLOW.
|
|
18232
|
+
* * You can add only one app ID restriction policy at a time.
|
|
18233
|
+
* * If this parameter is empty, no restriction is imposed on the app IDs.
|
|
18234
|
+
* * If this parameter is not empty, there is restriction not only on IP addresses, but also on apps.
|
|
18235
|
+
* * Please note that if this parameter is not empty and the security authentication method of the API is No Authentication, all API calls are restricted.
|
|
18236
|
+
* * If this parameter is not empty for a blacklist, API Gateway automatically skips this parameter and sets only restriction on IP addresses. The IpControlType value of a blacklist is REFUSE.
|
|
18176
18237
|
*
|
|
18177
18238
|
* @param request AddIpControlPolicyItemRequest
|
|
18178
18239
|
* @return AddIpControlPolicyItemResponse
|
|
@@ -18182,9 +18243,9 @@ class Client extends openapi_client_1.default {
|
|
|
18182
18243
|
return await this.addIpControlPolicyItemWithOptions(request, runtime);
|
|
18183
18244
|
}
|
|
18184
18245
|
/**
|
|
18185
|
-
*
|
|
18186
|
-
* *
|
|
18187
|
-
* *
|
|
18246
|
+
* The type of the special throttling policy. Valid values:
|
|
18247
|
+
* * **APP**
|
|
18248
|
+
* * **USER**
|
|
18188
18249
|
*
|
|
18189
18250
|
* @param request AddTrafficSpecialControlRequest
|
|
18190
18251
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -18225,9 +18286,9 @@ class Client extends openapi_client_1.default {
|
|
|
18225
18286
|
return $tea.cast(await this.callApi(params, req, runtime), new AddTrafficSpecialControlResponse({}));
|
|
18226
18287
|
}
|
|
18227
18288
|
/**
|
|
18228
|
-
*
|
|
18229
|
-
* *
|
|
18230
|
-
* *
|
|
18289
|
+
* The type of the special throttling policy. Valid values:
|
|
18290
|
+
* * **APP**
|
|
18291
|
+
* * **USER**
|
|
18231
18292
|
*
|
|
18232
18293
|
* @param request AddTrafficSpecialControlRequest
|
|
18233
18294
|
* @return AddTrafficSpecialControlResponse
|
|
@@ -18236,16 +18297,6 @@ class Client extends openapi_client_1.default {
|
|
|
18236
18297
|
let runtime = new $Util.RuntimeOptions({});
|
|
18237
18298
|
return await this.addTrafficSpecialControlWithOptions(request, runtime);
|
|
18238
18299
|
}
|
|
18239
|
-
/**
|
|
18240
|
-
* * This operation is intended for API providers.
|
|
18241
|
-
* * You can only bind plug-ins to published APIs.
|
|
18242
|
-
* * The plug-in takes effect immediately after it is bound to an API.
|
|
18243
|
-
* * If you bind a different plug-in to an API, this plug-in takes effect immediately.
|
|
18244
|
-
*
|
|
18245
|
-
* @param request AttachPluginRequest
|
|
18246
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
18247
|
-
* @return AttachPluginResponse
|
|
18248
|
-
*/
|
|
18249
18300
|
async attachPluginWithOptions(request, runtime) {
|
|
18250
18301
|
tea_util_1.default.validateModel(request);
|
|
18251
18302
|
let query = {};
|
|
@@ -18283,15 +18334,6 @@ class Client extends openapi_client_1.default {
|
|
|
18283
18334
|
});
|
|
18284
18335
|
return $tea.cast(await this.callApi(params, req, runtime), new AttachPluginResponse({}));
|
|
18285
18336
|
}
|
|
18286
|
-
/**
|
|
18287
|
-
* * This operation is intended for API providers.
|
|
18288
|
-
* * You can only bind plug-ins to published APIs.
|
|
18289
|
-
* * The plug-in takes effect immediately after it is bound to an API.
|
|
18290
|
-
* * If you bind a different plug-in to an API, this plug-in takes effect immediately.
|
|
18291
|
-
*
|
|
18292
|
-
* @param request AttachPluginRequest
|
|
18293
|
-
* @return AttachPluginResponse
|
|
18294
|
-
*/
|
|
18295
18337
|
async attachPlugin(request) {
|
|
18296
18338
|
let runtime = new $Util.RuntimeOptions({});
|
|
18297
18339
|
return await this.attachPluginWithOptions(request, runtime);
|
|
@@ -18423,21 +18465,12 @@ class Client extends openapi_client_1.default {
|
|
|
18423
18465
|
if (!tea_util_1.default.isUnset(request.backendId)) {
|
|
18424
18466
|
query["BackendId"] = request.backendId;
|
|
18425
18467
|
}
|
|
18426
|
-
if (!tea_util_1.default.isUnset(request.constantParameters)) {
|
|
18427
|
-
query["ConstantParameters"] = request.constantParameters;
|
|
18428
|
-
}
|
|
18429
18468
|
if (!tea_util_1.default.isUnset(request.description)) {
|
|
18430
18469
|
query["Description"] = request.description;
|
|
18431
18470
|
}
|
|
18432
18471
|
if (!tea_util_1.default.isUnset(request.disableInternet)) {
|
|
18433
18472
|
query["DisableInternet"] = request.disableInternet;
|
|
18434
18473
|
}
|
|
18435
|
-
if (!tea_util_1.default.isUnset(request.errorCodeSamples)) {
|
|
18436
|
-
query["ErrorCodeSamples"] = request.errorCodeSamples;
|
|
18437
|
-
}
|
|
18438
|
-
if (!tea_util_1.default.isUnset(request.failResultSample)) {
|
|
18439
|
-
query["FailResultSample"] = request.failResultSample;
|
|
18440
|
-
}
|
|
18441
18474
|
if (!tea_util_1.default.isUnset(request.forceNonceCheck)) {
|
|
18442
18475
|
query["ForceNonceCheck"] = request.forceNonceCheck;
|
|
18443
18476
|
}
|
|
@@ -18450,18 +18483,9 @@ class Client extends openapi_client_1.default {
|
|
|
18450
18483
|
if (!tea_util_1.default.isUnset(request.requestConfig)) {
|
|
18451
18484
|
query["RequestConfig"] = request.requestConfig;
|
|
18452
18485
|
}
|
|
18453
|
-
if (!tea_util_1.default.isUnset(request.requestParameters)) {
|
|
18454
|
-
query["RequestParameters"] = request.requestParameters;
|
|
18455
|
-
}
|
|
18456
18486
|
if (!tea_util_1.default.isUnset(request.resultBodyModel)) {
|
|
18457
18487
|
query["ResultBodyModel"] = request.resultBodyModel;
|
|
18458
18488
|
}
|
|
18459
|
-
if (!tea_util_1.default.isUnset(request.resultDescriptions)) {
|
|
18460
|
-
query["ResultDescriptions"] = request.resultDescriptions;
|
|
18461
|
-
}
|
|
18462
|
-
if (!tea_util_1.default.isUnset(request.resultSample)) {
|
|
18463
|
-
query["ResultSample"] = request.resultSample;
|
|
18464
|
-
}
|
|
18465
18489
|
if (!tea_util_1.default.isUnset(request.resultType)) {
|
|
18466
18490
|
query["ResultType"] = request.resultType;
|
|
18467
18491
|
}
|
|
@@ -18471,23 +18495,43 @@ class Client extends openapi_client_1.default {
|
|
|
18471
18495
|
if (!tea_util_1.default.isUnset(request.serviceConfig)) {
|
|
18472
18496
|
query["ServiceConfig"] = request.serviceConfig;
|
|
18473
18497
|
}
|
|
18474
|
-
if (!tea_util_1.default.isUnset(request.serviceParameters)) {
|
|
18475
|
-
query["ServiceParameters"] = request.serviceParameters;
|
|
18476
|
-
}
|
|
18477
|
-
if (!tea_util_1.default.isUnset(request.serviceParametersMap)) {
|
|
18478
|
-
query["ServiceParametersMap"] = request.serviceParametersMap;
|
|
18479
|
-
}
|
|
18480
|
-
if (!tea_util_1.default.isUnset(request.systemParameters)) {
|
|
18481
|
-
query["SystemParameters"] = request.systemParameters;
|
|
18482
|
-
}
|
|
18483
18498
|
if (!tea_util_1.default.isUnset(request.visibility)) {
|
|
18484
18499
|
query["Visibility"] = request.visibility;
|
|
18485
18500
|
}
|
|
18486
18501
|
if (!tea_util_1.default.isUnset(request.webSocketApiType)) {
|
|
18487
18502
|
query["WebSocketApiType"] = request.webSocketApiType;
|
|
18488
18503
|
}
|
|
18504
|
+
let body = {};
|
|
18505
|
+
if (!tea_util_1.default.isUnset(request.constantParameters)) {
|
|
18506
|
+
body["ConstantParameters"] = request.constantParameters;
|
|
18507
|
+
}
|
|
18508
|
+
if (!tea_util_1.default.isUnset(request.errorCodeSamples)) {
|
|
18509
|
+
body["ErrorCodeSamples"] = request.errorCodeSamples;
|
|
18510
|
+
}
|
|
18511
|
+
if (!tea_util_1.default.isUnset(request.failResultSample)) {
|
|
18512
|
+
body["FailResultSample"] = request.failResultSample;
|
|
18513
|
+
}
|
|
18514
|
+
if (!tea_util_1.default.isUnset(request.requestParameters)) {
|
|
18515
|
+
body["RequestParameters"] = request.requestParameters;
|
|
18516
|
+
}
|
|
18517
|
+
if (!tea_util_1.default.isUnset(request.resultDescriptions)) {
|
|
18518
|
+
body["ResultDescriptions"] = request.resultDescriptions;
|
|
18519
|
+
}
|
|
18520
|
+
if (!tea_util_1.default.isUnset(request.resultSample)) {
|
|
18521
|
+
body["ResultSample"] = request.resultSample;
|
|
18522
|
+
}
|
|
18523
|
+
if (!tea_util_1.default.isUnset(request.serviceParameters)) {
|
|
18524
|
+
body["ServiceParameters"] = request.serviceParameters;
|
|
18525
|
+
}
|
|
18526
|
+
if (!tea_util_1.default.isUnset(request.serviceParametersMap)) {
|
|
18527
|
+
body["ServiceParametersMap"] = request.serviceParametersMap;
|
|
18528
|
+
}
|
|
18529
|
+
if (!tea_util_1.default.isUnset(request.systemParameters)) {
|
|
18530
|
+
body["SystemParameters"] = request.systemParameters;
|
|
18531
|
+
}
|
|
18489
18532
|
let req = new $OpenApi.OpenApiRequest({
|
|
18490
18533
|
query: openapi_util_1.default.query(query),
|
|
18534
|
+
body: openapi_util_1.default.parseToMap(body),
|
|
18491
18535
|
});
|
|
18492
18536
|
let params = new $OpenApi.Params({
|
|
18493
18537
|
action: "CreateApi",
|
|
@@ -18515,19 +18559,6 @@ class Client extends openapi_client_1.default {
|
|
|
18515
18559
|
let runtime = new $Util.RuntimeOptions({});
|
|
18516
18560
|
return await this.createApiWithOptions(request, runtime);
|
|
18517
18561
|
}
|
|
18518
|
-
/**
|
|
18519
|
-
* You can call this operation to create an API group. You must create an API group before you create an API. An API group is a basic attribute of an API.
|
|
18520
|
-
* * This operation is intended for API providers.
|
|
18521
|
-
* * Each user can create a maximum of 100 API groups in a region.
|
|
18522
|
-
* * A second-level domain name is automatically allocated to the API group for testing purposes.
|
|
18523
|
-
* * An API group has a region attribute. After you create an API and select a group for the API, the region is also selected. We recommend that you select the same region to which your backend services belong to reduce network latency.
|
|
18524
|
-
* * After you create an API group, you can bind a custom domain name to the group.
|
|
18525
|
-
* * The QPS limit on this operation is 50 per user.
|
|
18526
|
-
*
|
|
18527
|
-
* @param request CreateApiGroupRequest
|
|
18528
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
18529
|
-
* @return CreateApiGroupResponse
|
|
18530
|
-
*/
|
|
18531
18562
|
async createApiGroupWithOptions(request, runtime) {
|
|
18532
18563
|
tea_util_1.default.validateModel(request);
|
|
18533
18564
|
let query = {};
|
|
@@ -18565,29 +18596,10 @@ class Client extends openapi_client_1.default {
|
|
|
18565
18596
|
});
|
|
18566
18597
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateApiGroupResponse({}));
|
|
18567
18598
|
}
|
|
18568
|
-
/**
|
|
18569
|
-
* You can call this operation to create an API group. You must create an API group before you create an API. An API group is a basic attribute of an API.
|
|
18570
|
-
* * This operation is intended for API providers.
|
|
18571
|
-
* * Each user can create a maximum of 100 API groups in a region.
|
|
18572
|
-
* * A second-level domain name is automatically allocated to the API group for testing purposes.
|
|
18573
|
-
* * An API group has a region attribute. After you create an API and select a group for the API, the region is also selected. We recommend that you select the same region to which your backend services belong to reduce network latency.
|
|
18574
|
-
* * After you create an API group, you can bind a custom domain name to the group.
|
|
18575
|
-
* * The QPS limit on this operation is 50 per user.
|
|
18576
|
-
*
|
|
18577
|
-
* @param request CreateApiGroupRequest
|
|
18578
|
-
* @return CreateApiGroupResponse
|
|
18579
|
-
*/
|
|
18580
18599
|
async createApiGroup(request) {
|
|
18581
18600
|
let runtime = new $Util.RuntimeOptions({});
|
|
18582
18601
|
return await this.createApiGroupWithOptions(request, runtime);
|
|
18583
18602
|
}
|
|
18584
|
-
/**
|
|
18585
|
-
* * This operation is intended for API providers.
|
|
18586
|
-
*
|
|
18587
|
-
* @param request CreateApiStageVariableRequest
|
|
18588
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
18589
|
-
* @return CreateApiStageVariableResponse
|
|
18590
|
-
*/
|
|
18591
18603
|
async createApiStageVariableWithOptions(request, runtime) {
|
|
18592
18604
|
tea_util_1.default.validateModel(request);
|
|
18593
18605
|
let query = {};
|
|
@@ -18628,28 +18640,10 @@ class Client extends openapi_client_1.default {
|
|
|
18628
18640
|
});
|
|
18629
18641
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateApiStageVariableResponse({}));
|
|
18630
18642
|
}
|
|
18631
|
-
/**
|
|
18632
|
-
* * This operation is intended for API providers.
|
|
18633
|
-
*
|
|
18634
|
-
* @param request CreateApiStageVariableRequest
|
|
18635
|
-
* @return CreateApiStageVariableResponse
|
|
18636
|
-
*/
|
|
18637
18643
|
async createApiStageVariable(request) {
|
|
18638
18644
|
let runtime = new $Util.RuntimeOptions({});
|
|
18639
18645
|
return await this.createApiStageVariableWithOptions(request, runtime);
|
|
18640
18646
|
}
|
|
18641
|
-
/**
|
|
18642
|
-
* * This operation is intended for API callers.
|
|
18643
|
-
* * Each application has a key-secret pair which is used for identity verification when calling an API.
|
|
18644
|
-
* * An application must be authorized to call an API.
|
|
18645
|
-
* * Each application has only one key-secret pair which can be reset if it is leaked.
|
|
18646
|
-
* * A maximum of 1,000 applications can be created for each Apsara Stack tenant account.
|
|
18647
|
-
* * The QPS limit on this operation is 50 per user.
|
|
18648
|
-
*
|
|
18649
|
-
* @param request CreateAppRequest
|
|
18650
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
18651
|
-
* @return CreateAppResponse
|
|
18652
|
-
*/
|
|
18653
18647
|
async createAppWithOptions(request, runtime) {
|
|
18654
18648
|
tea_util_1.default.validateModel(request);
|
|
18655
18649
|
let query = {};
|
|
@@ -18690,17 +18684,6 @@ class Client extends openapi_client_1.default {
|
|
|
18690
18684
|
});
|
|
18691
18685
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateAppResponse({}));
|
|
18692
18686
|
}
|
|
18693
|
-
/**
|
|
18694
|
-
* * This operation is intended for API callers.
|
|
18695
|
-
* * Each application has a key-secret pair which is used for identity verification when calling an API.
|
|
18696
|
-
* * An application must be authorized to call an API.
|
|
18697
|
-
* * Each application has only one key-secret pair which can be reset if it is leaked.
|
|
18698
|
-
* * A maximum of 1,000 applications can be created for each Apsara Stack tenant account.
|
|
18699
|
-
* * The QPS limit on this operation is 50 per user.
|
|
18700
|
-
*
|
|
18701
|
-
* @param request CreateAppRequest
|
|
18702
|
-
* @return CreateAppResponse
|
|
18703
|
-
*/
|
|
18704
18687
|
async createApp(request) {
|
|
18705
18688
|
let runtime = new $Util.RuntimeOptions({});
|
|
18706
18689
|
return await this.createAppWithOptions(request, runtime);
|
|
@@ -18948,16 +18931,6 @@ class Client extends openapi_client_1.default {
|
|
|
18948
18931
|
let runtime = new $Util.RuntimeOptions({});
|
|
18949
18932
|
return await this.createIntranetDomainWithOptions(request, runtime);
|
|
18950
18933
|
}
|
|
18951
|
-
/**
|
|
18952
|
-
* * This operation is intended for API providers.
|
|
18953
|
-
* * 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.
|
|
18954
|
-
* * You can add policies to an ACL when you create the ACL.
|
|
18955
|
-
* * If an ACL does not have any policy, the ACL is ineffective.
|
|
18956
|
-
*
|
|
18957
|
-
* @param request CreateIpControlRequest
|
|
18958
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
18959
|
-
* @return CreateIpControlResponse
|
|
18960
|
-
*/
|
|
18961
18934
|
async createIpControlWithOptions(request, runtime) {
|
|
18962
18935
|
tea_util_1.default.validateModel(request);
|
|
18963
18936
|
let query = {};
|
|
@@ -18992,15 +18965,6 @@ class Client extends openapi_client_1.default {
|
|
|
18992
18965
|
});
|
|
18993
18966
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateIpControlResponse({}));
|
|
18994
18967
|
}
|
|
18995
|
-
/**
|
|
18996
|
-
* * This operation is intended for API providers.
|
|
18997
|
-
* * 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.
|
|
18998
|
-
* * You can add policies to an ACL when you create the ACL.
|
|
18999
|
-
* * If an ACL does not have any policy, the ACL is ineffective.
|
|
19000
|
-
*
|
|
19001
|
-
* @param request CreateIpControlRequest
|
|
19002
|
-
* @return CreateIpControlResponse
|
|
19003
|
-
*/
|
|
19004
18968
|
async createIpControl(request) {
|
|
19005
18969
|
let runtime = new $Util.RuntimeOptions({});
|
|
19006
18970
|
return await this.createIpControlWithOptions(request, runtime);
|
|
@@ -19125,16 +19089,6 @@ class Client extends openapi_client_1.default {
|
|
|
19125
19089
|
let runtime = new $Util.RuntimeOptions({});
|
|
19126
19090
|
return await this.createMonitorGroupWithOptions(request, runtime);
|
|
19127
19091
|
}
|
|
19128
|
-
/**
|
|
19129
|
-
* * This operation is intended for API providers.
|
|
19130
|
-
* * The number of plug-ins of the same type that each user can create is limited. Different limits apply to different plug-in types.
|
|
19131
|
-
* * The plug-in definitions for advanced features are restricted.
|
|
19132
|
-
* * Plug-ins must be bound to APIs to take effect. After a plug-in is bound, it takes effect on that API immediately.
|
|
19133
|
-
*
|
|
19134
|
-
* @param request CreatePluginRequest
|
|
19135
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
19136
|
-
* @return CreatePluginResponse
|
|
19137
|
-
*/
|
|
19138
19092
|
async createPluginWithOptions(request, runtime) {
|
|
19139
19093
|
tea_util_1.default.validateModel(request);
|
|
19140
19094
|
let query = {};
|
|
@@ -19172,24 +19126,12 @@ class Client extends openapi_client_1.default {
|
|
|
19172
19126
|
});
|
|
19173
19127
|
return $tea.cast(await this.callApi(params, req, runtime), new CreatePluginResponse({}));
|
|
19174
19128
|
}
|
|
19175
|
-
/**
|
|
19176
|
-
* * This operation is intended for API providers.
|
|
19177
|
-
* * The number of plug-ins of the same type that each user can create is limited. Different limits apply to different plug-in types.
|
|
19178
|
-
* * The plug-in definitions for advanced features are restricted.
|
|
19179
|
-
* * Plug-ins must be bound to APIs to take effect. After a plug-in is bound, it takes effect on that API immediately.
|
|
19180
|
-
*
|
|
19181
|
-
* @param request CreatePluginRequest
|
|
19182
|
-
* @return CreatePluginResponse
|
|
19183
|
-
*/
|
|
19184
19129
|
async createPlugin(request) {
|
|
19185
19130
|
let runtime = new $Util.RuntimeOptions({});
|
|
19186
19131
|
return await this.createPluginWithOptions(request, runtime);
|
|
19187
19132
|
}
|
|
19188
19133
|
/**
|
|
19189
|
-
*
|
|
19190
|
-
* * The API operation only creates a key policy. You must call the binding operation to bind the key to an API.
|
|
19191
|
-
* * 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.
|
|
19192
|
-
* * The QPS limit on this operation is 50 per user.
|
|
19134
|
+
* The Key value of the key. The value must be 6 to 20 characters in length and can contain letters, digits, and underscores (\\_). It must start with a letter.
|
|
19193
19135
|
*
|
|
19194
19136
|
* @param request CreateSignatureRequest
|
|
19195
19137
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -19227,10 +19169,7 @@ class Client extends openapi_client_1.default {
|
|
|
19227
19169
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateSignatureResponse({}));
|
|
19228
19170
|
}
|
|
19229
19171
|
/**
|
|
19230
|
-
*
|
|
19231
|
-
* * The API operation only creates a key policy. You must call the binding operation to bind the key to an API.
|
|
19232
|
-
* * 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.
|
|
19233
|
-
* * The QPS limit on this operation is 50 per user.
|
|
19172
|
+
* The Key value of the key. The value must be 6 to 20 characters in length and can contain letters, digits, and underscores (\\_). It must start with a letter.
|
|
19234
19173
|
*
|
|
19235
19174
|
* @param request CreateSignatureRequest
|
|
19236
19175
|
* @return CreateSignatureResponse
|
|
@@ -19240,9 +19179,7 @@ class Client extends openapi_client_1.default {
|
|
|
19240
19179
|
return await this.createSignatureWithOptions(request, runtime);
|
|
19241
19180
|
}
|
|
19242
19181
|
/**
|
|
19243
|
-
*
|
|
19244
|
-
* * 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.
|
|
19245
|
-
* * The QPS limit on this operation is 50 per user.
|
|
19182
|
+
* ThrottlingTest
|
|
19246
19183
|
*
|
|
19247
19184
|
* @param request CreateTrafficControlRequest
|
|
19248
19185
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -19289,9 +19226,7 @@ class Client extends openapi_client_1.default {
|
|
|
19289
19226
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateTrafficControlResponse({}));
|
|
19290
19227
|
}
|
|
19291
19228
|
/**
|
|
19292
|
-
*
|
|
19293
|
-
* * 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.
|
|
19294
|
-
* * The QPS limit on this operation is 50 per user.
|
|
19229
|
+
* ThrottlingTest
|
|
19295
19230
|
*
|
|
19296
19231
|
* @param request CreateTrafficControlRequest
|
|
19297
19232
|
* @return CreateTrafficControlResponse
|
|
@@ -19330,7 +19265,7 @@ class Client extends openapi_client_1.default {
|
|
|
19330
19265
|
return await this.deleteAccessControlListWithOptions(request, runtime);
|
|
19331
19266
|
}
|
|
19332
19267
|
/**
|
|
19333
|
-
*
|
|
19268
|
+
* The ID of the request.
|
|
19334
19269
|
*
|
|
19335
19270
|
* @param request DeleteAllTrafficSpecialControlRequest
|
|
19336
19271
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -19362,7 +19297,7 @@ class Client extends openapi_client_1.default {
|
|
|
19362
19297
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteAllTrafficSpecialControlResponse({}));
|
|
19363
19298
|
}
|
|
19364
19299
|
/**
|
|
19365
|
-
*
|
|
19300
|
+
* The ID of the request.
|
|
19366
19301
|
*
|
|
19367
19302
|
* @param request DeleteAllTrafficSpecialControlRequest
|
|
19368
19303
|
* @return DeleteAllTrafficSpecialControlResponse
|
|
@@ -19371,15 +19306,6 @@ class Client extends openapi_client_1.default {
|
|
|
19371
19306
|
let runtime = new $Util.RuntimeOptions({});
|
|
19372
19307
|
return await this.deleteAllTrafficSpecialControlWithOptions(request, runtime);
|
|
19373
19308
|
}
|
|
19374
|
-
/**
|
|
19375
|
-
* * This operation is intended for API providers and cannot be undone after it is complete.
|
|
19376
|
-
* * An API that is running in the runtime environment must be unpublished before you can delete the API.****
|
|
19377
|
-
* * The QPS limit on this operation is 50 per user.
|
|
19378
|
-
*
|
|
19379
|
-
* @param request DeleteApiRequest
|
|
19380
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
19381
|
-
* @return DeleteApiResponse
|
|
19382
|
-
*/
|
|
19383
19309
|
async deleteApiWithOptions(request, runtime) {
|
|
19384
19310
|
tea_util_1.default.validateModel(request);
|
|
19385
19311
|
let query = {};
|
|
@@ -19408,29 +19334,10 @@ class Client extends openapi_client_1.default {
|
|
|
19408
19334
|
});
|
|
19409
19335
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteApiResponse({}));
|
|
19410
19336
|
}
|
|
19411
|
-
/**
|
|
19412
|
-
* * This operation is intended for API providers and cannot be undone after it is complete.
|
|
19413
|
-
* * An API that is running in the runtime environment must be unpublished before you can delete the API.****
|
|
19414
|
-
* * The QPS limit on this operation is 50 per user.
|
|
19415
|
-
*
|
|
19416
|
-
* @param request DeleteApiRequest
|
|
19417
|
-
* @return DeleteApiResponse
|
|
19418
|
-
*/
|
|
19419
19337
|
async deleteApi(request) {
|
|
19420
19338
|
let runtime = new $Util.RuntimeOptions({});
|
|
19421
19339
|
return await this.deleteApiWithOptions(request, runtime);
|
|
19422
19340
|
}
|
|
19423
|
-
/**
|
|
19424
|
-
* * This operation is intended for API providers.
|
|
19425
|
-
* * An API group that contains APIs cannot be deleted. To delete the API group, you must first delete its APIs.
|
|
19426
|
-
* * After an API group is deleted, the second-level domain name bound to the API group is automatically invalidated.
|
|
19427
|
-
* * If the specified API group does not exist, a success response is returned.
|
|
19428
|
-
* * The QPS limit on this operation is 50 per user.
|
|
19429
|
-
*
|
|
19430
|
-
* @param request DeleteApiGroupRequest
|
|
19431
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
19432
|
-
* @return DeleteApiGroupResponse
|
|
19433
|
-
*/
|
|
19434
19341
|
async deleteApiGroupWithOptions(request, runtime) {
|
|
19435
19342
|
tea_util_1.default.validateModel(request);
|
|
19436
19343
|
let query = {};
|
|
@@ -19459,16 +19366,6 @@ class Client extends openapi_client_1.default {
|
|
|
19459
19366
|
});
|
|
19460
19367
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteApiGroupResponse({}));
|
|
19461
19368
|
}
|
|
19462
|
-
/**
|
|
19463
|
-
* * This operation is intended for API providers.
|
|
19464
|
-
* * An API group that contains APIs cannot be deleted. To delete the API group, you must first delete its APIs.
|
|
19465
|
-
* * After an API group is deleted, the second-level domain name bound to the API group is automatically invalidated.
|
|
19466
|
-
* * If the specified API group does not exist, a success response is returned.
|
|
19467
|
-
* * The QPS limit on this operation is 50 per user.
|
|
19468
|
-
*
|
|
19469
|
-
* @param request DeleteApiGroupRequest
|
|
19470
|
-
* @return DeleteApiGroupResponse
|
|
19471
|
-
*/
|
|
19472
19369
|
async deleteApiGroup(request) {
|
|
19473
19370
|
let runtime = new $Util.RuntimeOptions({});
|
|
19474
19371
|
return await this.deleteApiGroupWithOptions(request, runtime);
|
|
@@ -19508,15 +19405,6 @@ class Client extends openapi_client_1.default {
|
|
|
19508
19405
|
let runtime = new $Util.RuntimeOptions({});
|
|
19509
19406
|
return await this.deleteApiStageVariableWithOptions(request, runtime);
|
|
19510
19407
|
}
|
|
19511
|
-
/**
|
|
19512
|
-
* * This operation is intended for API callers.
|
|
19513
|
-
* * After an application is deleted, the application and its API authorization cannot be restored.
|
|
19514
|
-
* * The QPS limit on this operation is 50 per user.
|
|
19515
|
-
*
|
|
19516
|
-
* @param request DeleteAppRequest
|
|
19517
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
19518
|
-
* @return DeleteAppResponse
|
|
19519
|
-
*/
|
|
19520
19408
|
async deleteAppWithOptions(request, runtime) {
|
|
19521
19409
|
tea_util_1.default.validateModel(request);
|
|
19522
19410
|
let query = {};
|
|
@@ -19545,14 +19433,6 @@ class Client extends openapi_client_1.default {
|
|
|
19545
19433
|
});
|
|
19546
19434
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteAppResponse({}));
|
|
19547
19435
|
}
|
|
19548
|
-
/**
|
|
19549
|
-
* * This operation is intended for API callers.
|
|
19550
|
-
* * After an application is deleted, the application and its API authorization cannot be restored.
|
|
19551
|
-
* * The QPS limit on this operation is 50 per user.
|
|
19552
|
-
*
|
|
19553
|
-
* @param request DeleteAppRequest
|
|
19554
|
-
* @return DeleteAppResponse
|
|
19555
|
-
*/
|
|
19556
19436
|
async deleteApp(request) {
|
|
19557
19437
|
let runtime = new $Util.RuntimeOptions({});
|
|
19558
19438
|
return await this.deleteAppWithOptions(request, runtime);
|
|
@@ -19683,9 +19563,7 @@ class Client extends openapi_client_1.default {
|
|
|
19683
19563
|
return await this.deleteDatasetItemWithOptions(request, runtime);
|
|
19684
19564
|
}
|
|
19685
19565
|
/**
|
|
19686
|
-
*
|
|
19687
|
-
* * If the specified domain name does not exist, a successful response will still appear.
|
|
19688
|
-
* * Unbinding a domain name from an API group will affect access to the APIs in the group. Exercise caution when using this operation.
|
|
19566
|
+
* The custom domain name.
|
|
19689
19567
|
*
|
|
19690
19568
|
* @param request DeleteDomainRequest
|
|
19691
19569
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -19720,9 +19598,7 @@ class Client extends openapi_client_1.default {
|
|
|
19720
19598
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteDomainResponse({}));
|
|
19721
19599
|
}
|
|
19722
19600
|
/**
|
|
19723
|
-
*
|
|
19724
|
-
* * If the specified domain name does not exist, a successful response will still appear.
|
|
19725
|
-
* * Unbinding a domain name from an API group will affect access to the APIs in the group. Exercise caution when using this operation.
|
|
19601
|
+
* The custom domain name.
|
|
19726
19602
|
*
|
|
19727
19603
|
* @param request DeleteDomainRequest
|
|
19728
19604
|
* @return DeleteDomainResponse
|
|
@@ -19796,9 +19672,7 @@ class Client extends openapi_client_1.default {
|
|
|
19796
19672
|
return await this.deleteInstanceWithOptions(request, runtime);
|
|
19797
19673
|
}
|
|
19798
19674
|
/**
|
|
19799
|
-
*
|
|
19800
|
-
* * 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.
|
|
19801
|
-
* * If you call this operation on an ACL that does not exist, a success message is returned.
|
|
19675
|
+
* The ID of the request.
|
|
19802
19676
|
*
|
|
19803
19677
|
* @param request DeleteIpControlRequest
|
|
19804
19678
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -19830,9 +19704,7 @@ class Client extends openapi_client_1.default {
|
|
|
19830
19704
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteIpControlResponse({}));
|
|
19831
19705
|
}
|
|
19832
19706
|
/**
|
|
19833
|
-
*
|
|
19834
|
-
* * 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.
|
|
19835
|
-
* * If you call this operation on an ACL that does not exist, a success message is returned.
|
|
19707
|
+
* The ID of the request.
|
|
19836
19708
|
*
|
|
19837
19709
|
* @param request DeleteIpControlRequest
|
|
19838
19710
|
* @return DeleteIpControlResponse
|
|
@@ -19931,14 +19803,6 @@ class Client extends openapi_client_1.default {
|
|
|
19931
19803
|
let runtime = new $Util.RuntimeOptions({});
|
|
19932
19804
|
return await this.deleteMonitorGroupWithOptions(request, runtime);
|
|
19933
19805
|
}
|
|
19934
|
-
/**
|
|
19935
|
-
* * This operation is intended for API providers.
|
|
19936
|
-
* * You must first unbind the plug-in from the API. Otherwise, an error is reported when you delete the plug-in.
|
|
19937
|
-
*
|
|
19938
|
-
* @param request DeletePluginRequest
|
|
19939
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
19940
|
-
* @return DeletePluginResponse
|
|
19941
|
-
*/
|
|
19942
19806
|
async deletePluginWithOptions(request, runtime) {
|
|
19943
19807
|
tea_util_1.default.validateModel(request);
|
|
19944
19808
|
let query = {};
|
|
@@ -19967,22 +19831,12 @@ class Client extends openapi_client_1.default {
|
|
|
19967
19831
|
});
|
|
19968
19832
|
return $tea.cast(await this.callApi(params, req, runtime), new DeletePluginResponse({}));
|
|
19969
19833
|
}
|
|
19970
|
-
/**
|
|
19971
|
-
* * This operation is intended for API providers.
|
|
19972
|
-
* * You must first unbind the plug-in from the API. Otherwise, an error is reported when you delete the plug-in.
|
|
19973
|
-
*
|
|
19974
|
-
* @param request DeletePluginRequest
|
|
19975
|
-
* @return DeletePluginResponse
|
|
19976
|
-
*/
|
|
19977
19834
|
async deletePlugin(request) {
|
|
19978
19835
|
let runtime = new $Util.RuntimeOptions({});
|
|
19979
19836
|
return await this.deletePluginWithOptions(request, runtime);
|
|
19980
19837
|
}
|
|
19981
19838
|
/**
|
|
19982
|
-
*
|
|
19983
|
-
* * This API operation deletes an existing backend signature key.
|
|
19984
|
-
* * You cannot delete a key that is bound to an API. To delete the key, you must unbind it first.
|
|
19985
|
-
* * The QPS limit on this operation is 50 per user.
|
|
19839
|
+
* The ID of the request.
|
|
19986
19840
|
*
|
|
19987
19841
|
* @param request DeleteSignatureRequest
|
|
19988
19842
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20014,10 +19868,7 @@ class Client extends openapi_client_1.default {
|
|
|
20014
19868
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteSignatureResponse({}));
|
|
20015
19869
|
}
|
|
20016
19870
|
/**
|
|
20017
|
-
*
|
|
20018
|
-
* * This API operation deletes an existing backend signature key.
|
|
20019
|
-
* * You cannot delete a key that is bound to an API. To delete the key, you must unbind it first.
|
|
20020
|
-
* * The QPS limit on this operation is 50 per user.
|
|
19871
|
+
* The ID of the request.
|
|
20021
19872
|
*
|
|
20022
19873
|
* @param request DeleteSignatureRequest
|
|
20023
19874
|
* @return DeleteSignatureResponse
|
|
@@ -20026,15 +19877,6 @@ class Client extends openapi_client_1.default {
|
|
|
20026
19877
|
let runtime = new $Util.RuntimeOptions({});
|
|
20027
19878
|
return await this.deleteSignatureWithOptions(request, runtime);
|
|
20028
19879
|
}
|
|
20029
|
-
/**
|
|
20030
|
-
* * This API is intended for API providers.
|
|
20031
|
-
* * 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.
|
|
20032
|
-
* * The QPS limit on this operation is 50 per user.
|
|
20033
|
-
*
|
|
20034
|
-
* @param request DeleteTrafficControlRequest
|
|
20035
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
20036
|
-
* @return DeleteTrafficControlResponse
|
|
20037
|
-
*/
|
|
20038
19880
|
async deleteTrafficControlWithOptions(request, runtime) {
|
|
20039
19881
|
tea_util_1.default.validateModel(request);
|
|
20040
19882
|
let query = {};
|
|
@@ -20060,21 +19902,14 @@ class Client extends openapi_client_1.default {
|
|
|
20060
19902
|
});
|
|
20061
19903
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteTrafficControlResponse({}));
|
|
20062
19904
|
}
|
|
20063
|
-
/**
|
|
20064
|
-
* * This API is intended for API providers.
|
|
20065
|
-
* * 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.
|
|
20066
|
-
* * The QPS limit on this operation is 50 per user.
|
|
20067
|
-
*
|
|
20068
|
-
* @param request DeleteTrafficControlRequest
|
|
20069
|
-
* @return DeleteTrafficControlResponse
|
|
20070
|
-
*/
|
|
20071
19905
|
async deleteTrafficControl(request) {
|
|
20072
19906
|
let runtime = new $Util.RuntimeOptions({});
|
|
20073
19907
|
return await this.deleteTrafficControlWithOptions(request, runtime);
|
|
20074
19908
|
}
|
|
20075
19909
|
/**
|
|
20076
|
-
*
|
|
20077
|
-
* *
|
|
19910
|
+
* The type of the special throttling policy. Valid values:
|
|
19911
|
+
* * **APP**
|
|
19912
|
+
* * **USER**
|
|
20078
19913
|
*
|
|
20079
19914
|
* @param request DeleteTrafficSpecialControlRequest
|
|
20080
19915
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20112,8 +19947,9 @@ class Client extends openapi_client_1.default {
|
|
|
20112
19947
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteTrafficSpecialControlResponse({}));
|
|
20113
19948
|
}
|
|
20114
19949
|
/**
|
|
20115
|
-
*
|
|
20116
|
-
* *
|
|
19950
|
+
* The type of the special throttling policy. Valid values:
|
|
19951
|
+
* * **APP**
|
|
19952
|
+
* * **USER**
|
|
20117
19953
|
*
|
|
20118
19954
|
* @param request DeleteTrafficSpecialControlRequest
|
|
20119
19955
|
* @return DeleteTrafficSpecialControlResponse
|
|
@@ -20123,9 +19959,7 @@ class Client extends openapi_client_1.default {
|
|
|
20123
19959
|
return await this.deleteTrafficSpecialControlWithOptions(request, runtime);
|
|
20124
19960
|
}
|
|
20125
19961
|
/**
|
|
20126
|
-
*
|
|
20127
|
-
* * An API is published to a cluster in less than 5 seconds.
|
|
20128
|
-
* * The QPS limit on this operation is 50 per user.
|
|
19962
|
+
* The ID of the API.
|
|
20129
19963
|
*
|
|
20130
19964
|
* @param request DeployApiRequest
|
|
20131
19965
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20166,9 +20000,7 @@ class Client extends openapi_client_1.default {
|
|
|
20166
20000
|
return $tea.cast(await this.callApi(params, req, runtime), new DeployApiResponse({}));
|
|
20167
20001
|
}
|
|
20168
20002
|
/**
|
|
20169
|
-
*
|
|
20170
|
-
* * An API is published to a cluster in less than 5 seconds.
|
|
20171
|
-
* * The QPS limit on this operation is 50 per user.
|
|
20003
|
+
* The ID of the API.
|
|
20172
20004
|
*
|
|
20173
20005
|
* @param request DeployApiRequest
|
|
20174
20006
|
* @return DeployApiResponse
|
|
@@ -20274,7 +20106,7 @@ class Client extends openapi_client_1.default {
|
|
|
20274
20106
|
return await this.describeAccessControlListsWithOptions(request, runtime);
|
|
20275
20107
|
}
|
|
20276
20108
|
/**
|
|
20277
|
-
*
|
|
20109
|
+
* The ID of the public key.
|
|
20278
20110
|
*
|
|
20279
20111
|
* @param request DescribeApiRequest
|
|
20280
20112
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20309,7 +20141,7 @@ class Client extends openapi_client_1.default {
|
|
|
20309
20141
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeApiResponse({}));
|
|
20310
20142
|
}
|
|
20311
20143
|
/**
|
|
20312
|
-
*
|
|
20144
|
+
* The ID of the public key.
|
|
20313
20145
|
*
|
|
20314
20146
|
* @param request DescribeApiRequest
|
|
20315
20147
|
* @return DescribeApiResponse
|
|
@@ -20318,16 +20150,6 @@ class Client extends openapi_client_1.default {
|
|
|
20318
20150
|
let runtime = new $Util.RuntimeOptions({});
|
|
20319
20151
|
return await this.describeApiWithOptions(request, runtime);
|
|
20320
20152
|
}
|
|
20321
|
-
/**
|
|
20322
|
-
* * For API callers, they can only query documentation of a public API or an authorized private API that has been published to a runtime environment.****************
|
|
20323
|
-
* * When you call this operation as an API caller, the service information, parameter definitions, and other details of the API you specify are returned.
|
|
20324
|
-
* * When you call this operation as an API provider, the definition of the specified API 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.
|
|
20325
|
-
* * The API callers must be authenticated before they can query the documentation of a specified API. This requires the API provider to ensure that the API to be queried by the API caller is a public one or that the application that provides the API to be queried is authorized.
|
|
20326
|
-
*
|
|
20327
|
-
* @param request DescribeApiDocRequest
|
|
20328
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
20329
|
-
* @return DescribeApiDocResponse
|
|
20330
|
-
*/
|
|
20331
20153
|
async describeApiDocWithOptions(request, runtime) {
|
|
20332
20154
|
tea_util_1.default.validateModel(request);
|
|
20333
20155
|
let query = {};
|
|
@@ -20359,15 +20181,6 @@ class Client extends openapi_client_1.default {
|
|
|
20359
20181
|
});
|
|
20360
20182
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeApiDocResponse({}));
|
|
20361
20183
|
}
|
|
20362
|
-
/**
|
|
20363
|
-
* * For API callers, they can only query documentation of a public API or an authorized private API that has been published to a runtime environment.****************
|
|
20364
|
-
* * When you call this operation as an API caller, the service information, parameter definitions, and other details of the API you specify are returned.
|
|
20365
|
-
* * When you call this operation as an API provider, the definition of the specified API 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.
|
|
20366
|
-
* * The API callers must be authenticated before they can query the documentation of a specified API. This requires the API provider to ensure that the API to be queried by the API caller is a public one or that the application that provides the API to be queried is authorized.
|
|
20367
|
-
*
|
|
20368
|
-
* @param request DescribeApiDocRequest
|
|
20369
|
-
* @return DescribeApiDocResponse
|
|
20370
|
-
*/
|
|
20371
20184
|
async describeApiDoc(request) {
|
|
20372
20185
|
let runtime = new $Util.RuntimeOptions({});
|
|
20373
20186
|
return await this.describeApiDocWithOptions(request, runtime);
|
|
@@ -20446,13 +20259,6 @@ class Client extends openapi_client_1.default {
|
|
|
20446
20259
|
let runtime = new $Util.RuntimeOptions({});
|
|
20447
20260
|
return await this.describeApiGroupVpcWhitelistWithOptions(request, runtime);
|
|
20448
20261
|
}
|
|
20449
|
-
/**
|
|
20450
|
-
* * This operation is intended for API providers.
|
|
20451
|
-
*
|
|
20452
|
-
* @param request DescribeApiGroupsRequest
|
|
20453
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
20454
|
-
* @return DescribeApiGroupsResponse
|
|
20455
|
-
*/
|
|
20456
20262
|
async describeApiGroupsWithOptions(request, runtime) {
|
|
20457
20263
|
tea_util_1.default.validateModel(request);
|
|
20458
20264
|
let query = {};
|
|
@@ -20499,19 +20305,14 @@ class Client extends openapi_client_1.default {
|
|
|
20499
20305
|
});
|
|
20500
20306
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeApiGroupsResponse({}));
|
|
20501
20307
|
}
|
|
20502
|
-
/**
|
|
20503
|
-
* * This operation is intended for API providers.
|
|
20504
|
-
*
|
|
20505
|
-
* @param request DescribeApiGroupsRequest
|
|
20506
|
-
* @return DescribeApiGroupsResponse
|
|
20507
|
-
*/
|
|
20508
20308
|
async describeApiGroups(request) {
|
|
20509
20309
|
let runtime = new $Util.RuntimeOptions({});
|
|
20510
20310
|
return await this.describeApiGroupsWithOptions(request, runtime);
|
|
20511
20311
|
}
|
|
20512
20312
|
/**
|
|
20513
|
-
*
|
|
20514
|
-
* *
|
|
20313
|
+
* The name of the runtime environment. Valid values:
|
|
20314
|
+
* * **RELEASE**
|
|
20315
|
+
* * **TEST: the test environment**
|
|
20515
20316
|
*
|
|
20516
20317
|
* @param request DescribeApiHistoriesRequest
|
|
20517
20318
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20558,8 +20359,9 @@ class Client extends openapi_client_1.default {
|
|
|
20558
20359
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeApiHistoriesResponse({}));
|
|
20559
20360
|
}
|
|
20560
20361
|
/**
|
|
20561
|
-
*
|
|
20562
|
-
* *
|
|
20362
|
+
* The name of the runtime environment. Valid values:
|
|
20363
|
+
* * **RELEASE**
|
|
20364
|
+
* * **TEST: the test environment**
|
|
20563
20365
|
*
|
|
20564
20366
|
* @param request DescribeApiHistoriesRequest
|
|
20565
20367
|
* @return DescribeApiHistoriesResponse
|
|
@@ -20624,9 +20426,7 @@ class Client extends openapi_client_1.default {
|
|
|
20624
20426
|
return await this.describeApiHistoryWithOptions(request, runtime);
|
|
20625
20427
|
}
|
|
20626
20428
|
/**
|
|
20627
|
-
*
|
|
20628
|
-
* * If an optional parameter is not specified, all results are returned on separate pages.
|
|
20629
|
-
* ·
|
|
20429
|
+
* The ID of the API group.
|
|
20630
20430
|
*
|
|
20631
20431
|
* @param request DescribeApiIpControlsRequest
|
|
20632
20432
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20670,9 +20470,7 @@ class Client extends openapi_client_1.default {
|
|
|
20670
20470
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeApiIpControlsResponse({}));
|
|
20671
20471
|
}
|
|
20672
20472
|
/**
|
|
20673
|
-
*
|
|
20674
|
-
* * If an optional parameter is not specified, all results are returned on separate pages.
|
|
20675
|
-
* ·
|
|
20473
|
+
* The ID of the API group.
|
|
20676
20474
|
*
|
|
20677
20475
|
* @param request DescribeApiIpControlsRequest
|
|
20678
20476
|
* @return DescribeApiIpControlsResponse
|
|
@@ -20681,15 +20479,6 @@ class Client extends openapi_client_1.default {
|
|
|
20681
20479
|
let runtime = new $Util.RuntimeOptions({});
|
|
20682
20480
|
return await this.describeApiIpControlsWithOptions(request, runtime);
|
|
20683
20481
|
}
|
|
20684
|
-
/**
|
|
20685
|
-
* You can call this operation to query the latency metrics in milliseconds for a specified API.
|
|
20686
|
-
* * This API is intended for API providers.
|
|
20687
|
-
* * Only statistics for API calls made in the release environment are collected by default.
|
|
20688
|
-
*
|
|
20689
|
-
* @param request DescribeApiLatencyDataRequest
|
|
20690
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
20691
|
-
* @return DescribeApiLatencyDataResponse
|
|
20692
|
-
*/
|
|
20693
20482
|
async describeApiLatencyDataWithOptions(request, runtime) {
|
|
20694
20483
|
tea_util_1.default.validateModel(request);
|
|
20695
20484
|
let query = {};
|
|
@@ -20727,14 +20516,6 @@ class Client extends openapi_client_1.default {
|
|
|
20727
20516
|
});
|
|
20728
20517
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeApiLatencyDataResponse({}));
|
|
20729
20518
|
}
|
|
20730
|
-
/**
|
|
20731
|
-
* You can call this operation to query the latency metrics in milliseconds for a specified API.
|
|
20732
|
-
* * This API is intended for API providers.
|
|
20733
|
-
* * Only statistics for API calls made in the release environment are collected by default.
|
|
20734
|
-
*
|
|
20735
|
-
* @param request DescribeApiLatencyDataRequest
|
|
20736
|
-
* @return DescribeApiLatencyDataResponse
|
|
20737
|
-
*/
|
|
20738
20519
|
async describeApiLatencyData(request) {
|
|
20739
20520
|
let runtime = new $Util.RuntimeOptions({});
|
|
20740
20521
|
return await this.describeApiLatencyDataWithOptions(request, runtime);
|
|
@@ -20771,14 +20552,6 @@ class Client extends openapi_client_1.default {
|
|
|
20771
20552
|
let runtime = new $Util.RuntimeOptions({});
|
|
20772
20553
|
return await this.describeApiMarketAttributesWithOptions(request, runtime);
|
|
20773
20554
|
}
|
|
20774
|
-
/**
|
|
20775
|
-
* * This API is intended for API providers.
|
|
20776
|
-
* * Only statistics for API calls made in the release environment are collected by default.
|
|
20777
|
-
*
|
|
20778
|
-
* @param request DescribeApiQpsDataRequest
|
|
20779
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
20780
|
-
* @return DescribeApiQpsDataResponse
|
|
20781
|
-
*/
|
|
20782
20555
|
async describeApiQpsDataWithOptions(request, runtime) {
|
|
20783
20556
|
tea_util_1.default.validateModel(request);
|
|
20784
20557
|
let query = {};
|
|
@@ -20816,19 +20589,14 @@ class Client extends openapi_client_1.default {
|
|
|
20816
20589
|
});
|
|
20817
20590
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeApiQpsDataResponse({}));
|
|
20818
20591
|
}
|
|
20819
|
-
/**
|
|
20820
|
-
* * This API is intended for API providers.
|
|
20821
|
-
* * Only statistics for API calls made in the release environment are collected by default.
|
|
20822
|
-
*
|
|
20823
|
-
* @param request DescribeApiQpsDataRequest
|
|
20824
|
-
* @return DescribeApiQpsDataResponse
|
|
20825
|
-
*/
|
|
20826
20592
|
async describeApiQpsData(request) {
|
|
20827
20593
|
let runtime = new $Util.RuntimeOptions({});
|
|
20828
20594
|
return await this.describeApiQpsDataWithOptions(request, runtime);
|
|
20829
20595
|
}
|
|
20830
20596
|
/**
|
|
20831
|
-
*
|
|
20597
|
+
* The runtime environment. Valid values:
|
|
20598
|
+
* * **RELEASE**
|
|
20599
|
+
* * **TEST**
|
|
20832
20600
|
*
|
|
20833
20601
|
* @param request DescribeApiSignaturesRequest
|
|
20834
20602
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20872,7 +20640,9 @@ class Client extends openapi_client_1.default {
|
|
|
20872
20640
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeApiSignaturesResponse({}));
|
|
20873
20641
|
}
|
|
20874
20642
|
/**
|
|
20875
|
-
*
|
|
20643
|
+
* The runtime environment. Valid values:
|
|
20644
|
+
* * **RELEASE**
|
|
20645
|
+
* * **TEST**
|
|
20876
20646
|
*
|
|
20877
20647
|
* @param request DescribeApiSignaturesRequest
|
|
20878
20648
|
* @return DescribeApiSignaturesResponse
|
|
@@ -20882,7 +20652,9 @@ class Client extends openapi_client_1.default {
|
|
|
20882
20652
|
return await this.describeApiSignaturesWithOptions(request, runtime);
|
|
20883
20653
|
}
|
|
20884
20654
|
/**
|
|
20885
|
-
*
|
|
20655
|
+
* The runtime environment of the API. Valid values:
|
|
20656
|
+
* * **RELEASE**
|
|
20657
|
+
* * **TEST**: the test environment
|
|
20886
20658
|
*
|
|
20887
20659
|
* @param request DescribeApiTrafficControlsRequest
|
|
20888
20660
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20926,7 +20698,9 @@ class Client extends openapi_client_1.default {
|
|
|
20926
20698
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeApiTrafficControlsResponse({}));
|
|
20927
20699
|
}
|
|
20928
20700
|
/**
|
|
20929
|
-
*
|
|
20701
|
+
* The runtime environment of the API. Valid values:
|
|
20702
|
+
* * **RELEASE**
|
|
20703
|
+
* * **TEST**: the test environment
|
|
20930
20704
|
*
|
|
20931
20705
|
* @param request DescribeApiTrafficControlsRequest
|
|
20932
20706
|
* @return DescribeApiTrafficControlsResponse
|
|
@@ -20935,14 +20709,6 @@ class Client extends openapi_client_1.default {
|
|
|
20935
20709
|
let runtime = new $Util.RuntimeOptions({});
|
|
20936
20710
|
return await this.describeApiTrafficControlsWithOptions(request, runtime);
|
|
20937
20711
|
}
|
|
20938
|
-
/**
|
|
20939
|
-
* * This API is intended for API providers.
|
|
20940
|
-
* * Only statistics for API calls made in the release environment are collected by default.
|
|
20941
|
-
*
|
|
20942
|
-
* @param request DescribeApiTrafficDataRequest
|
|
20943
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
20944
|
-
* @return DescribeApiTrafficDataResponse
|
|
20945
|
-
*/
|
|
20946
20712
|
async describeApiTrafficDataWithOptions(request, runtime) {
|
|
20947
20713
|
tea_util_1.default.validateModel(request);
|
|
20948
20714
|
let query = {};
|
|
@@ -20980,21 +20746,14 @@ class Client extends openapi_client_1.default {
|
|
|
20980
20746
|
});
|
|
20981
20747
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeApiTrafficDataResponse({}));
|
|
20982
20748
|
}
|
|
20983
|
-
/**
|
|
20984
|
-
* * This API is intended for API providers.
|
|
20985
|
-
* * Only statistics for API calls made in the release environment are collected by default.
|
|
20986
|
-
*
|
|
20987
|
-
* @param request DescribeApiTrafficDataRequest
|
|
20988
|
-
* @return DescribeApiTrafficDataResponse
|
|
20989
|
-
*/
|
|
20990
20749
|
async describeApiTrafficData(request) {
|
|
20991
20750
|
let runtime = new $Util.RuntimeOptions({});
|
|
20992
20751
|
return await this.describeApiTrafficDataWithOptions(request, runtime);
|
|
20993
20752
|
}
|
|
20994
20753
|
/**
|
|
20995
|
-
* * This
|
|
20996
|
-
* *
|
|
20997
|
-
* * This
|
|
20754
|
+
* * This operation is intended for API callers.
|
|
20755
|
+
* * This operation returns a list of all APIs that are being defined. The basic information about these APIs is also returned in the list.
|
|
20756
|
+
* * 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.
|
|
20998
20757
|
*
|
|
20999
20758
|
* @param request DescribeApisRequest
|
|
21000
20759
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21062,9 +20821,9 @@ class Client extends openapi_client_1.default {
|
|
|
21062
20821
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeApisResponse({}));
|
|
21063
20822
|
}
|
|
21064
20823
|
/**
|
|
21065
|
-
* * This
|
|
21066
|
-
* *
|
|
21067
|
-
* * This
|
|
20824
|
+
* * This operation is intended for API callers.
|
|
20825
|
+
* * This operation returns a list of all APIs that are being defined. The basic information about these APIs is also returned in the list.
|
|
20826
|
+
* * 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.
|
|
21068
20827
|
*
|
|
21069
20828
|
* @param request DescribeApisRequest
|
|
21070
20829
|
* @return DescribeApisResponse
|
|
@@ -21162,8 +20921,7 @@ class Client extends openapi_client_1.default {
|
|
|
21162
20921
|
return await this.describeApisByBackendWithOptions(request, runtime);
|
|
21163
20922
|
}
|
|
21164
20923
|
/**
|
|
21165
|
-
*
|
|
21166
|
-
* * You can specify PageNumber to obtain the result on the specified page.
|
|
20924
|
+
* The number of entries to return on each page. Maximum value: 100. Default value: 10.
|
|
21167
20925
|
*
|
|
21168
20926
|
* @param request DescribeApisByIpControlRequest
|
|
21169
20927
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21201,8 +20959,7 @@ class Client extends openapi_client_1.default {
|
|
|
21201
20959
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeApisByIpControlResponse({}));
|
|
21202
20960
|
}
|
|
21203
20961
|
/**
|
|
21204
|
-
*
|
|
21205
|
-
* * You can specify PageNumber to obtain the result on the specified page.
|
|
20962
|
+
* The number of entries to return on each page. Maximum value: 100. Default value: 10.
|
|
21206
20963
|
*
|
|
21207
20964
|
* @param request DescribeApisByIpControlRequest
|
|
21208
20965
|
* @return DescribeApisByIpControlResponse
|
|
@@ -21212,7 +20969,7 @@ class Client extends openapi_client_1.default {
|
|
|
21212
20969
|
return await this.describeApisByIpControlWithOptions(request, runtime);
|
|
21213
20970
|
}
|
|
21214
20971
|
/**
|
|
21215
|
-
*
|
|
20972
|
+
* The ID of the signature key.
|
|
21216
20973
|
*
|
|
21217
20974
|
* @param request DescribeApisBySignatureRequest
|
|
21218
20975
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21250,7 +21007,7 @@ class Client extends openapi_client_1.default {
|
|
|
21250
21007
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeApisBySignatureResponse({}));
|
|
21251
21008
|
}
|
|
21252
21009
|
/**
|
|
21253
|
-
*
|
|
21010
|
+
* The ID of the signature key.
|
|
21254
21011
|
*
|
|
21255
21012
|
* @param request DescribeApisBySignatureRequest
|
|
21256
21013
|
* @return DescribeApisBySignatureResponse
|
|
@@ -21260,8 +21017,7 @@ class Client extends openapi_client_1.default {
|
|
|
21260
21017
|
return await this.describeApisBySignatureWithOptions(request, runtime);
|
|
21261
21018
|
}
|
|
21262
21019
|
/**
|
|
21263
|
-
*
|
|
21264
|
-
* * You can specify PageNumber to obtain the result on the specified page.
|
|
21020
|
+
* The number of entries to return on each page. Maximum value: 100. Default value: 10.
|
|
21265
21021
|
*
|
|
21266
21022
|
* @param request DescribeApisByTrafficControlRequest
|
|
21267
21023
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21299,8 +21055,7 @@ class Client extends openapi_client_1.default {
|
|
|
21299
21055
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeApisByTrafficControlResponse({}));
|
|
21300
21056
|
}
|
|
21301
21057
|
/**
|
|
21302
|
-
*
|
|
21303
|
-
* * You can specify PageNumber to obtain the result on the specified page.
|
|
21058
|
+
* The number of entries to return on each page. Maximum value: 100. Default value: 10.
|
|
21304
21059
|
*
|
|
21305
21060
|
* @param request DescribeApisByTrafficControlRequest
|
|
21306
21061
|
* @return DescribeApisByTrafficControlResponse
|
|
@@ -21338,14 +21093,6 @@ class Client extends openapi_client_1.default {
|
|
|
21338
21093
|
let runtime = new $Util.RuntimeOptions({});
|
|
21339
21094
|
return await this.describeAppWithOptions(request, runtime);
|
|
21340
21095
|
}
|
|
21341
|
-
/**
|
|
21342
|
-
* * This operation is intended for API callers.
|
|
21343
|
-
* * AppId is optional.
|
|
21344
|
-
*
|
|
21345
|
-
* @param request DescribeAppAttributesRequest
|
|
21346
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
21347
|
-
* @return DescribeAppAttributesResponse
|
|
21348
|
-
*/
|
|
21349
21096
|
async describeAppAttributesWithOptions(request, runtime) {
|
|
21350
21097
|
tea_util_1.default.validateModel(request);
|
|
21351
21098
|
let query = {};
|
|
@@ -21395,24 +21142,10 @@ class Client extends openapi_client_1.default {
|
|
|
21395
21142
|
});
|
|
21396
21143
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeAppAttributesResponse({}));
|
|
21397
21144
|
}
|
|
21398
|
-
/**
|
|
21399
|
-
* * This operation is intended for API callers.
|
|
21400
|
-
* * AppId is optional.
|
|
21401
|
-
*
|
|
21402
|
-
* @param request DescribeAppAttributesRequest
|
|
21403
|
-
* @return DescribeAppAttributesResponse
|
|
21404
|
-
*/
|
|
21405
21145
|
async describeAppAttributes(request) {
|
|
21406
21146
|
let runtime = new $Util.RuntimeOptions({});
|
|
21407
21147
|
return await this.describeAppAttributesWithOptions(request, runtime);
|
|
21408
21148
|
}
|
|
21409
|
-
/**
|
|
21410
|
-
* * This operation is intended for API callers.
|
|
21411
|
-
*
|
|
21412
|
-
* @param request DescribeAppSecurityRequest
|
|
21413
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
21414
|
-
* @return DescribeAppSecurityResponse
|
|
21415
|
-
*/
|
|
21416
21149
|
async describeAppSecurityWithOptions(request, runtime) {
|
|
21417
21150
|
tea_util_1.default.validateModel(request);
|
|
21418
21151
|
let query = {};
|
|
@@ -21441,18 +21174,12 @@ class Client extends openapi_client_1.default {
|
|
|
21441
21174
|
});
|
|
21442
21175
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeAppSecurityResponse({}));
|
|
21443
21176
|
}
|
|
21444
|
-
/**
|
|
21445
|
-
* * This operation is intended for API callers.
|
|
21446
|
-
*
|
|
21447
|
-
* @param request DescribeAppSecurityRequest
|
|
21448
|
-
* @return DescribeAppSecurityResponse
|
|
21449
|
-
*/
|
|
21450
21177
|
async describeAppSecurity(request) {
|
|
21451
21178
|
let runtime = new $Util.RuntimeOptions({});
|
|
21452
21179
|
return await this.describeAppSecurityWithOptions(request, runtime);
|
|
21453
21180
|
}
|
|
21454
21181
|
/**
|
|
21455
|
-
*
|
|
21182
|
+
* The ID of the app.
|
|
21456
21183
|
*
|
|
21457
21184
|
* @param request DescribeAppsRequest
|
|
21458
21185
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21493,7 +21220,7 @@ class Client extends openapi_client_1.default {
|
|
|
21493
21220
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeAppsResponse({}));
|
|
21494
21221
|
}
|
|
21495
21222
|
/**
|
|
21496
|
-
*
|
|
21223
|
+
* The ID of the app.
|
|
21497
21224
|
*
|
|
21498
21225
|
* @param request DescribeAppsRequest
|
|
21499
21226
|
* @return DescribeAppsResponse
|
|
@@ -21503,8 +21230,7 @@ class Client extends openapi_client_1.default {
|
|
|
21503
21230
|
return await this.describeAppsWithOptions(request, runtime);
|
|
21504
21231
|
}
|
|
21505
21232
|
/**
|
|
21506
|
-
*
|
|
21507
|
-
* * The specified application can call all APIs included in the responses.
|
|
21233
|
+
* The number of the page to return. Pages start from page 1. Default value: 1.
|
|
21508
21234
|
*
|
|
21509
21235
|
* @param request DescribeAuthorizedApisRequest
|
|
21510
21236
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21542,8 +21268,7 @@ class Client extends openapi_client_1.default {
|
|
|
21542
21268
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeAuthorizedApisResponse({}));
|
|
21543
21269
|
}
|
|
21544
21270
|
/**
|
|
21545
|
-
*
|
|
21546
|
-
* * The specified application can call all APIs included in the responses.
|
|
21271
|
+
* The number of the page to return. Pages start from page 1. Default value: 1.
|
|
21547
21272
|
*
|
|
21548
21273
|
* @param request DescribeAuthorizedApisRequest
|
|
21549
21274
|
* @return DescribeAuthorizedApisResponse
|
|
@@ -21552,14 +21277,6 @@ class Client extends openapi_client_1.default {
|
|
|
21552
21277
|
let runtime = new $Util.RuntimeOptions({});
|
|
21553
21278
|
return await this.describeAuthorizedApisWithOptions(request, runtime);
|
|
21554
21279
|
}
|
|
21555
|
-
/**
|
|
21556
|
-
* * This operation is intended for API providers.
|
|
21557
|
-
* * All applications included in the responses have access to the specified API.
|
|
21558
|
-
*
|
|
21559
|
-
* @param request DescribeAuthorizedAppsRequest
|
|
21560
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
21561
|
-
* @return DescribeAuthorizedAppsResponse
|
|
21562
|
-
*/
|
|
21563
21280
|
async describeAuthorizedAppsWithOptions(request, runtime) {
|
|
21564
21281
|
tea_util_1.default.validateModel(request);
|
|
21565
21282
|
let query = {};
|
|
@@ -21606,13 +21323,6 @@ class Client extends openapi_client_1.default {
|
|
|
21606
21323
|
});
|
|
21607
21324
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeAuthorizedAppsResponse({}));
|
|
21608
21325
|
}
|
|
21609
|
-
/**
|
|
21610
|
-
* * This operation is intended for API providers.
|
|
21611
|
-
* * All applications included in the responses have access to the specified API.
|
|
21612
|
-
*
|
|
21613
|
-
* @param request DescribeAuthorizedAppsRequest
|
|
21614
|
-
* @return DescribeAuthorizedAppsResponse
|
|
21615
|
-
*/
|
|
21616
21326
|
async describeAuthorizedApps(request) {
|
|
21617
21327
|
let runtime = new $Util.RuntimeOptions({});
|
|
21618
21328
|
return await this.describeAuthorizedAppsWithOptions(request, runtime);
|
|
@@ -21885,13 +21595,6 @@ class Client extends openapi_client_1.default {
|
|
|
21885
21595
|
let runtime = new $Util.RuntimeOptions({});
|
|
21886
21596
|
return await this.describeDeployedApiWithOptions(request, runtime);
|
|
21887
21597
|
}
|
|
21888
|
-
/**
|
|
21889
|
-
* * This API is intended for API providers.
|
|
21890
|
-
*
|
|
21891
|
-
* @param request DescribeDeployedApisRequest
|
|
21892
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
21893
|
-
* @return DescribeDeployedApisResponse
|
|
21894
|
-
*/
|
|
21895
21598
|
async describeDeployedApisWithOptions(request, runtime) {
|
|
21896
21599
|
tea_util_1.default.validateModel(request);
|
|
21897
21600
|
let query = {};
|
|
@@ -21944,18 +21647,12 @@ class Client extends openapi_client_1.default {
|
|
|
21944
21647
|
});
|
|
21945
21648
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDeployedApisResponse({}));
|
|
21946
21649
|
}
|
|
21947
|
-
/**
|
|
21948
|
-
* * This API is intended for API providers.
|
|
21949
|
-
*
|
|
21950
|
-
* @param request DescribeDeployedApisRequest
|
|
21951
|
-
* @return DescribeDeployedApisResponse
|
|
21952
|
-
*/
|
|
21953
21650
|
async describeDeployedApis(request) {
|
|
21954
21651
|
let runtime = new $Util.RuntimeOptions({});
|
|
21955
21652
|
return await this.describeDeployedApisWithOptions(request, runtime);
|
|
21956
21653
|
}
|
|
21957
21654
|
/**
|
|
21958
|
-
*
|
|
21655
|
+
* The ID of the API group to which the domain name is bound. This ID is generated by the system and globally unique.
|
|
21959
21656
|
*
|
|
21960
21657
|
* @param request DescribeDomainRequest
|
|
21961
21658
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21990,7 +21687,7 @@ class Client extends openapi_client_1.default {
|
|
|
21990
21687
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDomainResponse({}));
|
|
21991
21688
|
}
|
|
21992
21689
|
/**
|
|
21993
|
-
*
|
|
21690
|
+
* The ID of the API group to which the domain name is bound. This ID is generated by the system and globally unique.
|
|
21994
21691
|
*
|
|
21995
21692
|
* @param request DescribeDomainRequest
|
|
21996
21693
|
* @return DescribeDomainResponse
|
|
@@ -22452,14 +22149,6 @@ class Client extends openapi_client_1.default {
|
|
|
22452
22149
|
let runtime = new $Util.RuntimeOptions({});
|
|
22453
22150
|
return await this.describeInstancesWithOptions(request, runtime);
|
|
22454
22151
|
}
|
|
22455
|
-
/**
|
|
22456
|
-
* * This operation is intended for API providers.
|
|
22457
|
-
* * You can filter the query results by policy ID.
|
|
22458
|
-
*
|
|
22459
|
-
* @param request DescribeIpControlPolicyItemsRequest
|
|
22460
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
22461
|
-
* @return DescribeIpControlPolicyItemsResponse
|
|
22462
|
-
*/
|
|
22463
22152
|
async describeIpControlPolicyItemsWithOptions(request, runtime) {
|
|
22464
22153
|
tea_util_1.default.validateModel(request);
|
|
22465
22154
|
let query = {};
|
|
@@ -22494,13 +22183,6 @@ class Client extends openapi_client_1.default {
|
|
|
22494
22183
|
});
|
|
22495
22184
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeIpControlPolicyItemsResponse({}));
|
|
22496
22185
|
}
|
|
22497
|
-
/**
|
|
22498
|
-
* * This operation is intended for API providers.
|
|
22499
|
-
* * You can filter the query results by policy ID.
|
|
22500
|
-
*
|
|
22501
|
-
* @param request DescribeIpControlPolicyItemsRequest
|
|
22502
|
-
* @return DescribeIpControlPolicyItemsResponse
|
|
22503
|
-
*/
|
|
22504
22186
|
async describeIpControlPolicyItems(request) {
|
|
22505
22187
|
let runtime = new $Util.RuntimeOptions({});
|
|
22506
22188
|
return await this.describeIpControlPolicyItemsWithOptions(request, runtime);
|
|
@@ -22624,7 +22306,7 @@ class Client extends openapi_client_1.default {
|
|
|
22624
22306
|
return await this.describeMarketRemainsQuotaWithOptions(request, runtime);
|
|
22625
22307
|
}
|
|
22626
22308
|
/**
|
|
22627
|
-
*
|
|
22309
|
+
* The name of the model.
|
|
22628
22310
|
*
|
|
22629
22311
|
* @param request DescribeModelsRequest
|
|
22630
22312
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -22665,7 +22347,7 @@ class Client extends openapi_client_1.default {
|
|
|
22665
22347
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeModelsResponse({}));
|
|
22666
22348
|
}
|
|
22667
22349
|
/**
|
|
22668
|
-
*
|
|
22350
|
+
* The name of the model.
|
|
22669
22351
|
*
|
|
22670
22352
|
* @param request DescribeModelsRequest
|
|
22671
22353
|
* @return DescribeModelsResponse
|
|
@@ -22788,16 +22470,6 @@ class Client extends openapi_client_1.default {
|
|
|
22788
22470
|
let runtime = new $Util.RuntimeOptions({});
|
|
22789
22471
|
return await this.describePluginTemplatesWithOptions(request, runtime);
|
|
22790
22472
|
}
|
|
22791
|
-
/**
|
|
22792
|
-
* * This operation supports pagination.
|
|
22793
|
-
* * This operation allows you to query plug-ins by business type.
|
|
22794
|
-
* * This operation allows you to query plug-ins by ID.
|
|
22795
|
-
* * This operation allows you to query plug-ins by name.
|
|
22796
|
-
*
|
|
22797
|
-
* @param request DescribePluginsRequest
|
|
22798
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
22799
|
-
* @return DescribePluginsResponse
|
|
22800
|
-
*/
|
|
22801
22473
|
async describePluginsWithOptions(request, runtime) {
|
|
22802
22474
|
tea_util_1.default.validateModel(request);
|
|
22803
22475
|
let query = {};
|
|
@@ -22838,15 +22510,6 @@ class Client extends openapi_client_1.default {
|
|
|
22838
22510
|
});
|
|
22839
22511
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribePluginsResponse({}));
|
|
22840
22512
|
}
|
|
22841
|
-
/**
|
|
22842
|
-
* * This operation supports pagination.
|
|
22843
|
-
* * This operation allows you to query plug-ins by business type.
|
|
22844
|
-
* * This operation allows you to query plug-ins by ID.
|
|
22845
|
-
* * This operation allows you to query plug-ins by name.
|
|
22846
|
-
*
|
|
22847
|
-
* @param request DescribePluginsRequest
|
|
22848
|
-
* @return DescribePluginsResponse
|
|
22849
|
-
*/
|
|
22850
22513
|
async describePlugins(request) {
|
|
22851
22514
|
let runtime = new $Util.RuntimeOptions({});
|
|
22852
22515
|
return await this.describePluginsWithOptions(request, runtime);
|
|
@@ -23015,14 +22678,6 @@ class Client extends openapi_client_1.default {
|
|
|
23015
22678
|
let runtime = new $Util.RuntimeOptions({});
|
|
23016
22679
|
return await this.describePurchasedApisWithOptions(request, runtime);
|
|
23017
22680
|
}
|
|
23018
|
-
/**
|
|
23019
|
-
* This operation queries regions in which API Gateway is available.
|
|
23020
|
-
* * This operation is intended for API providers and callers.
|
|
23021
|
-
*
|
|
23022
|
-
* @param request DescribeRegionsRequest
|
|
23023
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
23024
|
-
* @return DescribeRegionsResponse
|
|
23025
|
-
*/
|
|
23026
22681
|
async describeRegionsWithOptions(request, runtime) {
|
|
23027
22682
|
tea_util_1.default.validateModel(request);
|
|
23028
22683
|
let query = {};
|
|
@@ -23048,19 +22703,12 @@ class Client extends openapi_client_1.default {
|
|
|
23048
22703
|
});
|
|
23049
22704
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeRegionsResponse({}));
|
|
23050
22705
|
}
|
|
23051
|
-
/**
|
|
23052
|
-
* This operation queries regions in which API Gateway is available.
|
|
23053
|
-
* * This operation is intended for API providers and callers.
|
|
23054
|
-
*
|
|
23055
|
-
* @param request DescribeRegionsRequest
|
|
23056
|
-
* @return DescribeRegionsResponse
|
|
23057
|
-
*/
|
|
23058
22706
|
async describeRegions(request) {
|
|
23059
22707
|
let runtime = new $Util.RuntimeOptions({});
|
|
23060
22708
|
return await this.describeRegionsWithOptions(request, runtime);
|
|
23061
22709
|
}
|
|
23062
22710
|
/**
|
|
23063
|
-
*
|
|
22711
|
+
* The IDs of the keys to query.
|
|
23064
22712
|
*
|
|
23065
22713
|
* @param request DescribeSignaturesRequest
|
|
23066
22714
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -23101,7 +22749,7 @@ class Client extends openapi_client_1.default {
|
|
|
23101
22749
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeSignaturesResponse({}));
|
|
23102
22750
|
}
|
|
23103
22751
|
/**
|
|
23104
|
-
*
|
|
22752
|
+
* The IDs of the keys to query.
|
|
23105
22753
|
*
|
|
23106
22754
|
* @param request DescribeSignaturesRequest
|
|
23107
22755
|
* @return DescribeSignaturesResponse
|
|
@@ -23111,7 +22759,7 @@ class Client extends openapi_client_1.default {
|
|
|
23111
22759
|
return await this.describeSignaturesWithOptions(request, runtime);
|
|
23112
22760
|
}
|
|
23113
22761
|
/**
|
|
23114
|
-
*
|
|
22762
|
+
* The ID of the group to which the API belongs.
|
|
23115
22763
|
*
|
|
23116
22764
|
* @param request DescribeSignaturesByApiRequest
|
|
23117
22765
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -23149,7 +22797,7 @@ class Client extends openapi_client_1.default {
|
|
|
23149
22797
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeSignaturesByApiResponse({}));
|
|
23150
22798
|
}
|
|
23151
22799
|
/**
|
|
23152
|
-
*
|
|
22800
|
+
* The ID of the group to which the API belongs.
|
|
23153
22801
|
*
|
|
23154
22802
|
* @param request DescribeSignaturesByApiRequest
|
|
23155
22803
|
* @return DescribeSignaturesByApiResponse
|
|
@@ -23159,8 +22807,7 @@ class Client extends openapi_client_1.default {
|
|
|
23159
22807
|
return await this.describeSignaturesByApiWithOptions(request, runtime);
|
|
23160
22808
|
}
|
|
23161
22809
|
/**
|
|
23162
|
-
*
|
|
23163
|
-
* * The response of this API contains the system parameters that are optional in API definitions.
|
|
22810
|
+
* The returned information about system parameters. It is an array that consists of SystemParam data.
|
|
23164
22811
|
*
|
|
23165
22812
|
* @param request DescribeSystemParametersRequest
|
|
23166
22813
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -23189,8 +22836,7 @@ class Client extends openapi_client_1.default {
|
|
|
23189
22836
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeSystemParametersResponse({}));
|
|
23190
22837
|
}
|
|
23191
22838
|
/**
|
|
23192
|
-
*
|
|
23193
|
-
* * The response of this API contains the system parameters that are optional in API definitions.
|
|
22839
|
+
* The returned information about system parameters. It is an array that consists of SystemParam data.
|
|
23194
22840
|
*
|
|
23195
22841
|
* @param request DescribeSystemParametersRequest
|
|
23196
22842
|
* @return DescribeSystemParametersResponse
|
|
@@ -23200,9 +22846,7 @@ class Client extends openapi_client_1.default {
|
|
|
23200
22846
|
return await this.describeSystemParametersWithOptions(request, runtime);
|
|
23201
22847
|
}
|
|
23202
22848
|
/**
|
|
23203
|
-
*
|
|
23204
|
-
* * This API can be used to query all existing throttling policies (including special throttling policies) and their details.
|
|
23205
|
-
* * You can specify query conditions. For example, you can query the throttling policies bound to a specified API or in a specified environment.
|
|
22849
|
+
* The specified group ID. This parameter must be specified together with ApiId and StageName.
|
|
23206
22850
|
*
|
|
23207
22851
|
* @param request DescribeTrafficControlsRequest
|
|
23208
22852
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -23252,9 +22896,7 @@ class Client extends openapi_client_1.default {
|
|
|
23252
22896
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeTrafficControlsResponse({}));
|
|
23253
22897
|
}
|
|
23254
22898
|
/**
|
|
23255
|
-
*
|
|
23256
|
-
* * This API can be used to query all existing throttling policies (including special throttling policies) and their details.
|
|
23257
|
-
* * You can specify query conditions. For example, you can query the throttling policies bound to a specified API or in a specified environment.
|
|
22899
|
+
* The specified group ID. This parameter must be specified together with ApiId and StageName.
|
|
23258
22900
|
*
|
|
23259
22901
|
* @param request DescribeTrafficControlsRequest
|
|
23260
22902
|
* @return DescribeTrafficControlsResponse
|
|
@@ -23264,7 +22906,7 @@ class Client extends openapi_client_1.default {
|
|
|
23264
22906
|
return await this.describeTrafficControlsWithOptions(request, runtime);
|
|
23265
22907
|
}
|
|
23266
22908
|
/**
|
|
23267
|
-
*
|
|
22909
|
+
* The ID of the API.
|
|
23268
22910
|
*
|
|
23269
22911
|
* @param request DescribeTrafficControlsByApiRequest
|
|
23270
22912
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -23302,7 +22944,7 @@ class Client extends openapi_client_1.default {
|
|
|
23302
22944
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeTrafficControlsByApiResponse({}));
|
|
23303
22945
|
}
|
|
23304
22946
|
/**
|
|
23305
|
-
*
|
|
22947
|
+
* The ID of the API.
|
|
23306
22948
|
*
|
|
23307
22949
|
* @param request DescribeTrafficControlsByApiRequest
|
|
23308
22950
|
* @return DescribeTrafficControlsByApiResponse
|
|
@@ -23660,8 +23302,7 @@ class Client extends openapi_client_1.default {
|
|
|
23660
23302
|
return await this.importOASWithOptions(request, runtime);
|
|
23661
23303
|
}
|
|
23662
23304
|
/**
|
|
23663
|
-
*
|
|
23664
|
-
* * Alibaba Cloud supports Swagger configuration files in JSON and YAML formats.
|
|
23305
|
+
* 0009db9c828549768a200320714b8930
|
|
23665
23306
|
*
|
|
23666
23307
|
* @param tmpReq ImportSwaggerRequest
|
|
23667
23308
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -23715,8 +23356,7 @@ class Client extends openapi_client_1.default {
|
|
|
23715
23356
|
return $tea.cast(await this.callApi(params, req, runtime), new ImportSwaggerResponse({}));
|
|
23716
23357
|
}
|
|
23717
23358
|
/**
|
|
23718
|
-
*
|
|
23719
|
-
* * Alibaba Cloud supports Swagger configuration files in JSON and YAML formats.
|
|
23359
|
+
* 0009db9c828549768a200320714b8930
|
|
23720
23360
|
*
|
|
23721
23361
|
* @param request ImportSwaggerRequest
|
|
23722
23362
|
* @return ImportSwaggerResponse
|
|
@@ -23725,21 +23365,6 @@ class Client extends openapi_client_1.default {
|
|
|
23725
23365
|
let runtime = new $Util.RuntimeOptions({});
|
|
23726
23366
|
return await this.importSwaggerWithOptions(request, runtime);
|
|
23727
23367
|
}
|
|
23728
|
-
/**
|
|
23729
|
-
* * The Tag.N.Key and Tag.N.Value parameters constitute a key-value pair.
|
|
23730
|
-
* * 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.
|
|
23731
|
-
* * This operation is used to query resource tags based on conditions. If no relationship matches the conditions, an empty list is returned.
|
|
23732
|
-
* * You can query both user tags and visible system tags.
|
|
23733
|
-
* * 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.
|
|
23734
|
-
* * You can also specify Tag.N.Key to query the visible keys of a specified key in a region.
|
|
23735
|
-
* * At least one of ResourceId.N, Tag.N.Key, and Tag.N.Value exists.
|
|
23736
|
-
* * You can query tags of the same type or different types in a single operation.
|
|
23737
|
-
* * You can query all your user tags and visible system tags.
|
|
23738
|
-
*
|
|
23739
|
-
* @param request ListTagResourcesRequest
|
|
23740
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
23741
|
-
* @return ListTagResourcesResponse
|
|
23742
|
-
*/
|
|
23743
23368
|
async listTagResourcesWithOptions(request, runtime) {
|
|
23744
23369
|
tea_util_1.default.validateModel(request);
|
|
23745
23370
|
let query = {};
|
|
@@ -23771,26 +23396,12 @@ class Client extends openapi_client_1.default {
|
|
|
23771
23396
|
});
|
|
23772
23397
|
return $tea.cast(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
|
|
23773
23398
|
}
|
|
23774
|
-
/**
|
|
23775
|
-
* * The Tag.N.Key and Tag.N.Value parameters constitute a key-value pair.
|
|
23776
|
-
* * 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.
|
|
23777
|
-
* * This operation is used to query resource tags based on conditions. If no relationship matches the conditions, an empty list is returned.
|
|
23778
|
-
* * You can query both user tags and visible system tags.
|
|
23779
|
-
* * 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.
|
|
23780
|
-
* * You can also specify Tag.N.Key to query the visible keys of a specified key in a region.
|
|
23781
|
-
* * At least one of ResourceId.N, Tag.N.Key, and Tag.N.Value exists.
|
|
23782
|
-
* * You can query tags of the same type or different types in a single operation.
|
|
23783
|
-
* * You can query all your user tags and visible system tags.
|
|
23784
|
-
*
|
|
23785
|
-
* @param request ListTagResourcesRequest
|
|
23786
|
-
* @return ListTagResourcesResponse
|
|
23787
|
-
*/
|
|
23788
23399
|
async listTagResources(request) {
|
|
23789
23400
|
let runtime = new $Util.RuntimeOptions({});
|
|
23790
23401
|
return await this.listTagResourcesWithOptions(request, runtime);
|
|
23791
23402
|
}
|
|
23792
23403
|
/**
|
|
23793
|
-
*
|
|
23404
|
+
* 58928
|
|
23794
23405
|
*
|
|
23795
23406
|
* @param request ModifyApiRequest
|
|
23796
23407
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -23900,7 +23511,7 @@ class Client extends openapi_client_1.default {
|
|
|
23900
23511
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyApiResponse({}));
|
|
23901
23512
|
}
|
|
23902
23513
|
/**
|
|
23903
|
-
*
|
|
23514
|
+
* 58928
|
|
23904
23515
|
*
|
|
23905
23516
|
* @param request ModifyApiRequest
|
|
23906
23517
|
* @return ModifyApiResponse
|
|
@@ -24040,14 +23651,6 @@ class Client extends openapi_client_1.default {
|
|
|
24040
23651
|
let runtime = new $Util.RuntimeOptions({});
|
|
24041
23652
|
return await this.modifyApiConfigurationWithOptions(request, runtime);
|
|
24042
23653
|
}
|
|
24043
|
-
/**
|
|
24044
|
-
* * This operation is intended for API providers.
|
|
24045
|
-
* * The QPS limit on this operation is 50 per user.
|
|
24046
|
-
*
|
|
24047
|
-
* @param request ModifyApiGroupRequest
|
|
24048
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
24049
|
-
* @return ModifyApiGroupResponse
|
|
24050
|
-
*/
|
|
24051
23654
|
async modifyApiGroupWithOptions(request, runtime) {
|
|
24052
23655
|
tea_util_1.default.validateModel(request);
|
|
24053
23656
|
let query = {};
|
|
@@ -24106,13 +23709,6 @@ class Client extends openapi_client_1.default {
|
|
|
24106
23709
|
});
|
|
24107
23710
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyApiGroupResponse({}));
|
|
24108
23711
|
}
|
|
24109
|
-
/**
|
|
24110
|
-
* * This operation is intended for API providers.
|
|
24111
|
-
* * The QPS limit on this operation is 50 per user.
|
|
24112
|
-
*
|
|
24113
|
-
* @param request ModifyApiGroupRequest
|
|
24114
|
-
* @return ModifyApiGroupResponse
|
|
24115
|
-
*/
|
|
24116
23712
|
async modifyApiGroup(request) {
|
|
24117
23713
|
let runtime = new $Util.RuntimeOptions({});
|
|
24118
23714
|
return await this.modifyApiGroupWithOptions(request, runtime);
|
|
@@ -24149,15 +23745,6 @@ class Client extends openapi_client_1.default {
|
|
|
24149
23745
|
let runtime = new $Util.RuntimeOptions({});
|
|
24150
23746
|
return await this.modifyApiGroupVpcWhitelistWithOptions(request, runtime);
|
|
24151
23747
|
}
|
|
24152
|
-
/**
|
|
24153
|
-
* * This operation is intended for API callers.
|
|
24154
|
-
* * AppName or Description can be modified. If these parameters are not specified, no modifications are made and the operation will directly return a successful response.********
|
|
24155
|
-
* * The QPS limit on this operation is 50 per user.
|
|
24156
|
-
*
|
|
24157
|
-
* @param request ModifyAppRequest
|
|
24158
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
24159
|
-
* @return ModifyAppResponse
|
|
24160
|
-
*/
|
|
24161
23748
|
async modifyAppWithOptions(request, runtime) {
|
|
24162
23749
|
tea_util_1.default.validateModel(request);
|
|
24163
23750
|
let query = {};
|
|
@@ -24192,14 +23779,6 @@ class Client extends openapi_client_1.default {
|
|
|
24192
23779
|
});
|
|
24193
23780
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyAppResponse({}));
|
|
24194
23781
|
}
|
|
24195
|
-
/**
|
|
24196
|
-
* * This operation is intended for API callers.
|
|
24197
|
-
* * AppName or Description can be modified. If these parameters are not specified, no modifications are made and the operation will directly return a successful response.********
|
|
24198
|
-
* * The QPS limit on this operation is 50 per user.
|
|
24199
|
-
*
|
|
24200
|
-
* @param request ModifyAppRequest
|
|
24201
|
-
* @return ModifyAppResponse
|
|
24202
|
-
*/
|
|
24203
23782
|
async modifyApp(request) {
|
|
24204
23783
|
let runtime = new $Util.RuntimeOptions({});
|
|
24205
23784
|
return await this.modifyAppWithOptions(request, runtime);
|
|
@@ -24398,8 +23977,7 @@ class Client extends openapi_client_1.default {
|
|
|
24398
23977
|
return await this.modifyInstanceSpecWithOptions(request, runtime);
|
|
24399
23978
|
}
|
|
24400
23979
|
/**
|
|
24401
|
-
*
|
|
24402
|
-
* * This operation allows you to modify only the name and description of an ACL. You cannot modify the type of the ACL.
|
|
23980
|
+
* The name of the ACL. The name must be 4 to 50 characters in length, and can contain letters, digits, and underscores (\\_). The name cannot start with an underscore (\\_).
|
|
24403
23981
|
*
|
|
24404
23982
|
* @param request ModifyIpControlRequest
|
|
24405
23983
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -24437,8 +24015,7 @@ class Client extends openapi_client_1.default {
|
|
|
24437
24015
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyIpControlResponse({}));
|
|
24438
24016
|
}
|
|
24439
24017
|
/**
|
|
24440
|
-
*
|
|
24441
|
-
* * This operation allows you to modify only the name and description of an ACL. You cannot modify the type of the ACL.
|
|
24018
|
+
* The name of the ACL. The name must be 4 to 50 characters in length, and can contain letters, digits, and underscores (\\_). The name cannot start with an underscore (\\_).
|
|
24442
24019
|
*
|
|
24443
24020
|
* @param request ModifyIpControlRequest
|
|
24444
24021
|
* @return ModifyIpControlResponse
|
|
@@ -24448,9 +24025,7 @@ class Client extends openapi_client_1.default {
|
|
|
24448
24025
|
return await this.modifyIpControlWithOptions(request, runtime);
|
|
24449
24026
|
}
|
|
24450
24027
|
/**
|
|
24451
|
-
*
|
|
24452
|
-
* * The modification immediately takes effect on all the APIs that are bound to the policy.
|
|
24453
|
-
* * This operation causes a full modification of the content of a policy.
|
|
24028
|
+
* The ID of the policy.
|
|
24454
24029
|
*
|
|
24455
24030
|
* @param request ModifyIpControlPolicyItemRequest
|
|
24456
24031
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -24491,9 +24066,7 @@ class Client extends openapi_client_1.default {
|
|
|
24491
24066
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyIpControlPolicyItemResponse({}));
|
|
24492
24067
|
}
|
|
24493
24068
|
/**
|
|
24494
|
-
*
|
|
24495
|
-
* * The modification immediately takes effect on all the APIs that are bound to the policy.
|
|
24496
|
-
* * This operation causes a full modification of the content of a policy.
|
|
24069
|
+
* The ID of the policy.
|
|
24497
24070
|
*
|
|
24498
24071
|
* @param request ModifyIpControlPolicyItemRequest
|
|
24499
24072
|
* @return ModifyIpControlPolicyItemResponse
|
|
@@ -24575,14 +24148,6 @@ class Client extends openapi_client_1.default {
|
|
|
24575
24148
|
let runtime = new $Util.RuntimeOptions({});
|
|
24576
24149
|
return await this.modifyModelWithOptions(request, runtime);
|
|
24577
24150
|
}
|
|
24578
|
-
/**
|
|
24579
|
-
* * This operation is intended for API providers.
|
|
24580
|
-
* * The name of the plug-in must be unique.
|
|
24581
|
-
*
|
|
24582
|
-
* @param request ModifyPluginRequest
|
|
24583
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
24584
|
-
* @return ModifyPluginResponse
|
|
24585
|
-
*/
|
|
24586
24151
|
async modifyPluginWithOptions(request, runtime) {
|
|
24587
24152
|
tea_util_1.default.validateModel(request);
|
|
24588
24153
|
let query = {};
|
|
@@ -24620,22 +24185,12 @@ class Client extends openapi_client_1.default {
|
|
|
24620
24185
|
});
|
|
24621
24186
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyPluginResponse({}));
|
|
24622
24187
|
}
|
|
24623
|
-
/**
|
|
24624
|
-
* * This operation is intended for API providers.
|
|
24625
|
-
* * The name of the plug-in must be unique.
|
|
24626
|
-
*
|
|
24627
|
-
* @param request ModifyPluginRequest
|
|
24628
|
-
* @return ModifyPluginResponse
|
|
24629
|
-
*/
|
|
24630
24188
|
async modifyPlugin(request) {
|
|
24631
24189
|
let runtime = new $Util.RuntimeOptions({});
|
|
24632
24190
|
return await this.modifyPluginWithOptions(request, runtime);
|
|
24633
24191
|
}
|
|
24634
24192
|
/**
|
|
24635
|
-
*
|
|
24636
|
-
* * This API operation modifies the name, Key value, and Secret value of an existing signature key.
|
|
24637
|
-
* * 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.
|
|
24638
|
-
* * The QPS limit on this operation is 50 per user.
|
|
24193
|
+
* The new name of the key. The name must be 4 to 50 characters in length and can contain letters, digits, and underscores (\\_). It must start with a letter.
|
|
24639
24194
|
*
|
|
24640
24195
|
* @param request ModifySignatureRequest
|
|
24641
24196
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -24676,10 +24231,7 @@ class Client extends openapi_client_1.default {
|
|
|
24676
24231
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifySignatureResponse({}));
|
|
24677
24232
|
}
|
|
24678
24233
|
/**
|
|
24679
|
-
*
|
|
24680
|
-
* * This API operation modifies the name, Key value, and Secret value of an existing signature key.
|
|
24681
|
-
* * 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.
|
|
24682
|
-
* * The QPS limit on this operation is 50 per user.
|
|
24234
|
+
* The new name of the key. The name must be 4 to 50 characters in length and can contain letters, digits, and underscores (\\_). It must start with a letter.
|
|
24683
24235
|
*
|
|
24684
24236
|
* @param request ModifySignatureRequest
|
|
24685
24237
|
* @return ModifySignatureResponse
|
|
@@ -24689,9 +24241,7 @@ class Client extends openapi_client_1.default {
|
|
|
24689
24241
|
return await this.modifySignatureWithOptions(request, runtime);
|
|
24690
24242
|
}
|
|
24691
24243
|
/**
|
|
24692
|
-
*
|
|
24693
|
-
* * The modifications take effect on the bound APIs instantly.
|
|
24694
|
-
* * The QPS limit on this operation is 50 per user.
|
|
24244
|
+
* The throttling policy name. The name must be 4 to 50 characters in length and can contain letters, digits, and underscores (\\_). It cannot start with an underscore.
|
|
24695
24245
|
*
|
|
24696
24246
|
* @param request ModifyTrafficControlRequest
|
|
24697
24247
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -24741,9 +24291,7 @@ class Client extends openapi_client_1.default {
|
|
|
24741
24291
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyTrafficControlResponse({}));
|
|
24742
24292
|
}
|
|
24743
24293
|
/**
|
|
24744
|
-
*
|
|
24745
|
-
* * The modifications take effect on the bound APIs instantly.
|
|
24746
|
-
* * The QPS limit on this operation is 50 per user.
|
|
24294
|
+
* The throttling policy name. The name must be 4 to 50 characters in length and can contain letters, digits, and underscores (\\_). It cannot start with an underscore.
|
|
24747
24295
|
*
|
|
24748
24296
|
* @param request ModifyTrafficControlRequest
|
|
24749
24297
|
* @return ModifyTrafficControlResponse
|
|
@@ -24851,7 +24399,7 @@ class Client extends openapi_client_1.default {
|
|
|
24851
24399
|
return await this.queryRequestLogsWithOptions(request, runtime);
|
|
24852
24400
|
}
|
|
24853
24401
|
/**
|
|
24854
|
-
*
|
|
24402
|
+
* The ID of the API group to which the domain name is bound. This ID is generated by the system and globally unique.
|
|
24855
24403
|
*
|
|
24856
24404
|
* @param request ReactivateDomainRequest
|
|
24857
24405
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -24886,7 +24434,7 @@ class Client extends openapi_client_1.default {
|
|
|
24886
24434
|
return $tea.cast(await this.callApi(params, req, runtime), new ReactivateDomainResponse({}));
|
|
24887
24435
|
}
|
|
24888
24436
|
/**
|
|
24889
|
-
*
|
|
24437
|
+
* The ID of the API group to which the domain name is bound. This ID is generated by the system and globally unique.
|
|
24890
24438
|
*
|
|
24891
24439
|
* @param request ReactivateDomainRequest
|
|
24892
24440
|
* @return ReactivateDomainResponse
|
|
@@ -24928,8 +24476,7 @@ class Client extends openapi_client_1.default {
|
|
|
24928
24476
|
return await this.removeAccessControlListEntryWithOptions(request, runtime);
|
|
24929
24477
|
}
|
|
24930
24478
|
/**
|
|
24931
|
-
*
|
|
24932
|
-
* * 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.
|
|
24479
|
+
* The ID of the app. The ID is generated by the system and globally unique.
|
|
24933
24480
|
*
|
|
24934
24481
|
* @param request RemoveApisAuthoritiesRequest
|
|
24935
24482
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -24973,8 +24520,7 @@ class Client extends openapi_client_1.default {
|
|
|
24973
24520
|
return $tea.cast(await this.callApi(params, req, runtime), new RemoveApisAuthoritiesResponse({}));
|
|
24974
24521
|
}
|
|
24975
24522
|
/**
|
|
24976
|
-
*
|
|
24977
|
-
* * 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.
|
|
24523
|
+
* The ID of the app. The ID is generated by the system and globally unique.
|
|
24978
24524
|
*
|
|
24979
24525
|
* @param request RemoveApisAuthoritiesRequest
|
|
24980
24526
|
* @return RemoveApisAuthoritiesResponse
|
|
@@ -24984,8 +24530,7 @@ class Client extends openapi_client_1.default {
|
|
|
24984
24530
|
return await this.removeApisAuthoritiesWithOptions(request, runtime);
|
|
24985
24531
|
}
|
|
24986
24532
|
/**
|
|
24987
|
-
*
|
|
24988
|
-
* * 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.
|
|
24533
|
+
* The ID of the API. This ID is generated by the system and globally unique.
|
|
24989
24534
|
*
|
|
24990
24535
|
* @param request RemoveAppsAuthoritiesRequest
|
|
24991
24536
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25026,8 +24571,7 @@ class Client extends openapi_client_1.default {
|
|
|
25026
24571
|
return $tea.cast(await this.callApi(params, req, runtime), new RemoveAppsAuthoritiesResponse({}));
|
|
25027
24572
|
}
|
|
25028
24573
|
/**
|
|
25029
|
-
*
|
|
25030
|
-
* * 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.
|
|
24574
|
+
* The ID of the API. This ID is generated by the system and globally unique.
|
|
25031
24575
|
*
|
|
25032
24576
|
* @param request RemoveAppsAuthoritiesRequest
|
|
25033
24577
|
* @return RemoveAppsAuthoritiesResponse
|
|
@@ -25037,8 +24581,7 @@ class Client extends openapi_client_1.default {
|
|
|
25037
24581
|
return await this.removeAppsAuthoritiesWithOptions(request, runtime);
|
|
25038
24582
|
}
|
|
25039
24583
|
/**
|
|
25040
|
-
*
|
|
25041
|
-
* * 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.
|
|
24584
|
+
* The ID of the API group containing the API to be managed.
|
|
25042
24585
|
*
|
|
25043
24586
|
* @param request RemoveIpControlApisRequest
|
|
25044
24587
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25079,8 +24622,7 @@ class Client extends openapi_client_1.default {
|
|
|
25079
24622
|
return $tea.cast(await this.callApi(params, req, runtime), new RemoveIpControlApisResponse({}));
|
|
25080
24623
|
}
|
|
25081
24624
|
/**
|
|
25082
|
-
*
|
|
25083
|
-
* * 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.
|
|
24625
|
+
* The ID of the API group containing the API to be managed.
|
|
25084
24626
|
*
|
|
25085
24627
|
* @param request RemoveIpControlApisRequest
|
|
25086
24628
|
* @return RemoveIpControlApisResponse
|
|
@@ -25090,7 +24632,7 @@ class Client extends openapi_client_1.default {
|
|
|
25090
24632
|
return await this.removeIpControlApisWithOptions(request, runtime);
|
|
25091
24633
|
}
|
|
25092
24634
|
/**
|
|
25093
|
-
*
|
|
24635
|
+
* The ID of a policy. Separate multiple IDs with semicolons (;). A maximum of 100 IDs can be entered.
|
|
25094
24636
|
*
|
|
25095
24637
|
* @param request RemoveIpControlPolicyItemRequest
|
|
25096
24638
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25125,7 +24667,7 @@ class Client extends openapi_client_1.default {
|
|
|
25125
24667
|
return $tea.cast(await this.callApi(params, req, runtime), new RemoveIpControlPolicyItemResponse({}));
|
|
25126
24668
|
}
|
|
25127
24669
|
/**
|
|
25128
|
-
*
|
|
24670
|
+
* The ID of a policy. Separate multiple IDs with semicolons (;). A maximum of 100 IDs can be entered.
|
|
25129
24671
|
*
|
|
25130
24672
|
* @param request RemoveIpControlPolicyItemRequest
|
|
25131
24673
|
* @return RemoveIpControlPolicyItemResponse
|
|
@@ -25135,7 +24677,7 @@ class Client extends openapi_client_1.default {
|
|
|
25135
24677
|
return await this.removeIpControlPolicyItemWithOptions(request, runtime);
|
|
25136
24678
|
}
|
|
25137
24679
|
/**
|
|
25138
|
-
*
|
|
24680
|
+
* The ID of the signature key.
|
|
25139
24681
|
*
|
|
25140
24682
|
* @param request RemoveSignatureApisRequest
|
|
25141
24683
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25176,7 +24718,7 @@ class Client extends openapi_client_1.default {
|
|
|
25176
24718
|
return $tea.cast(await this.callApi(params, req, runtime), new RemoveSignatureApisResponse({}));
|
|
25177
24719
|
}
|
|
25178
24720
|
/**
|
|
25179
|
-
*
|
|
24721
|
+
* The ID of the signature key.
|
|
25180
24722
|
*
|
|
25181
24723
|
* @param request RemoveSignatureApisRequest
|
|
25182
24724
|
* @return RemoveSignatureApisResponse
|
|
@@ -25186,8 +24728,7 @@ class Client extends openapi_client_1.default {
|
|
|
25186
24728
|
return await this.removeSignatureApisWithOptions(request, runtime);
|
|
25187
24729
|
}
|
|
25188
24730
|
/**
|
|
25189
|
-
*
|
|
25190
|
-
* * This API allows you to unbind a specified throttling policy from up to 100 APIs at a time.
|
|
24731
|
+
* The ID of the API group containing the APIs from which you want to unbind a specified throttling policy.
|
|
25191
24732
|
*
|
|
25192
24733
|
* @param request RemoveTrafficControlApisRequest
|
|
25193
24734
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25228,8 +24769,7 @@ class Client extends openapi_client_1.default {
|
|
|
25228
24769
|
return $tea.cast(await this.callApi(params, req, runtime), new RemoveTrafficControlApisResponse({}));
|
|
25229
24770
|
}
|
|
25230
24771
|
/**
|
|
25231
|
-
*
|
|
25232
|
-
* * This API allows you to unbind a specified throttling policy from up to 100 APIs at a time.
|
|
24772
|
+
* The ID of the API group containing the APIs from which you want to unbind a specified throttling policy.
|
|
25233
24773
|
*
|
|
25234
24774
|
* @param request RemoveTrafficControlApisRequest
|
|
25235
24775
|
* @return RemoveTrafficControlApisResponse
|
|
@@ -25238,15 +24778,6 @@ class Client extends openapi_client_1.default {
|
|
|
25238
24778
|
let runtime = new $Util.RuntimeOptions({});
|
|
25239
24779
|
return await this.removeTrafficControlApisWithOptions(request, runtime);
|
|
25240
24780
|
}
|
|
25241
|
-
/**
|
|
25242
|
-
* * This API is intended for API providers.
|
|
25243
|
-
* * Revokes the permissions of API Gateway to access your VPC instance.
|
|
25244
|
-
* > Deleting an authorization affects the associated API. Before you delete the authorization, make sure that it is not used by the API.
|
|
25245
|
-
*
|
|
25246
|
-
* @param request RemoveVpcAccessRequest
|
|
25247
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
25248
|
-
* @return RemoveVpcAccessResponse
|
|
25249
|
-
*/
|
|
25250
24781
|
async removeVpcAccessWithOptions(request, runtime) {
|
|
25251
24782
|
tea_util_1.default.validateModel(request);
|
|
25252
24783
|
let query = {};
|
|
@@ -25281,14 +24812,6 @@ class Client extends openapi_client_1.default {
|
|
|
25281
24812
|
});
|
|
25282
24813
|
return $tea.cast(await this.callApi(params, req, runtime), new RemoveVpcAccessResponse({}));
|
|
25283
24814
|
}
|
|
25284
|
-
/**
|
|
25285
|
-
* * This API is intended for API providers.
|
|
25286
|
-
* * Revokes the permissions of API Gateway to access your VPC instance.
|
|
25287
|
-
* > Deleting an authorization affects the associated API. Before you delete the authorization, make sure that it is not used by the API.
|
|
25288
|
-
*
|
|
25289
|
-
* @param request RemoveVpcAccessRequest
|
|
25290
|
-
* @return RemoveVpcAccessResponse
|
|
25291
|
-
*/
|
|
25292
24815
|
async removeVpcAccess(request) {
|
|
25293
24816
|
let runtime = new $Util.RuntimeOptions({});
|
|
25294
24817
|
return await this.removeVpcAccessWithOptions(request, runtime);
|
|
@@ -25391,6 +24914,9 @@ class Client extends openapi_client_1.default {
|
|
|
25391
24914
|
if (!tea_util_1.default.isUnset(request.appKey)) {
|
|
25392
24915
|
query["AppKey"] = request.appKey;
|
|
25393
24916
|
}
|
|
24917
|
+
if (!tea_util_1.default.isUnset(request.newAppKey)) {
|
|
24918
|
+
query["NewAppKey"] = request.newAppKey;
|
|
24919
|
+
}
|
|
25394
24920
|
if (!tea_util_1.default.isUnset(request.newAppSecret)) {
|
|
25395
24921
|
query["NewAppSecret"] = request.newAppSecret;
|
|
25396
24922
|
}
|
|
@@ -25554,9 +25080,7 @@ class Client extends openapi_client_1.default {
|
|
|
25554
25080
|
return await this.setAccessControlListAttributeWithOptions(request, runtime);
|
|
25555
25081
|
}
|
|
25556
25082
|
/**
|
|
25557
|
-
*
|
|
25558
|
-
* * API providers can authorize any apps to call their APIs.
|
|
25559
|
-
* * API callers can authorize their own apps to call the APIs that they have purchased.
|
|
25083
|
+
* The ID of the app. This ID is generated by the system and globally unique.
|
|
25560
25084
|
*
|
|
25561
25085
|
* @param request SetApisAuthoritiesRequest
|
|
25562
25086
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25603,9 +25127,7 @@ class Client extends openapi_client_1.default {
|
|
|
25603
25127
|
return $tea.cast(await this.callApi(params, req, runtime), new SetApisAuthoritiesResponse({}));
|
|
25604
25128
|
}
|
|
25605
25129
|
/**
|
|
25606
|
-
*
|
|
25607
|
-
* * API providers can authorize any apps to call their APIs.
|
|
25608
|
-
* * API callers can authorize their own apps to call the APIs that they have purchased.
|
|
25130
|
+
* The ID of the app. This ID is generated by the system and globally unique.
|
|
25609
25131
|
*
|
|
25610
25132
|
* @param request SetApisAuthoritiesRequest
|
|
25611
25133
|
* @return SetApisAuthoritiesResponse
|
|
@@ -25615,9 +25137,7 @@ class Client extends openapi_client_1.default {
|
|
|
25615
25137
|
return await this.setApisAuthoritiesWithOptions(request, runtime);
|
|
25616
25138
|
}
|
|
25617
25139
|
/**
|
|
25618
|
-
*
|
|
25619
|
-
* * API providers can authorize any apps to call their APIs.
|
|
25620
|
-
* * API callers can authorize their own apps to call the APIs that they have purchased.
|
|
25140
|
+
* The ID of the API. This ID is generated by the system and globally unique.
|
|
25621
25141
|
*
|
|
25622
25142
|
* @param request SetAppsAuthoritiesRequest
|
|
25623
25143
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25664,9 +25184,7 @@ class Client extends openapi_client_1.default {
|
|
|
25664
25184
|
return $tea.cast(await this.callApi(params, req, runtime), new SetAppsAuthoritiesResponse({}));
|
|
25665
25185
|
}
|
|
25666
25186
|
/**
|
|
25667
|
-
*
|
|
25668
|
-
* * API providers can authorize any apps to call their APIs.
|
|
25669
|
-
* * API callers can authorize their own apps to call the APIs that they have purchased.
|
|
25187
|
+
* The ID of the API. This ID is generated by the system and globally unique.
|
|
25670
25188
|
*
|
|
25671
25189
|
* @param request SetAppsAuthoritiesRequest
|
|
25672
25190
|
* @return SetAppsAuthoritiesResponse
|
|
@@ -25717,9 +25235,7 @@ class Client extends openapi_client_1.default {
|
|
|
25717
25235
|
return await this.setDomainWithOptions(request, runtime);
|
|
25718
25236
|
}
|
|
25719
25237
|
/**
|
|
25720
|
-
*
|
|
25721
|
-
* * The SSL certificate must match the custom domain name.
|
|
25722
|
-
* * After the SSL certificate is bound, HTTPS-based API services become available.
|
|
25238
|
+
* 382271
|
|
25723
25239
|
*
|
|
25724
25240
|
* @param request SetDomainCertificateRequest
|
|
25725
25241
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25769,9 +25285,7 @@ class Client extends openapi_client_1.default {
|
|
|
25769
25285
|
return $tea.cast(await this.callApi(params, req, runtime), new SetDomainCertificateResponse({}));
|
|
25770
25286
|
}
|
|
25771
25287
|
/**
|
|
25772
|
-
*
|
|
25773
|
-
* * The SSL certificate must match the custom domain name.
|
|
25774
|
-
* * After the SSL certificate is bound, HTTPS-based API services become available.
|
|
25288
|
+
* 382271
|
|
25775
25289
|
*
|
|
25776
25290
|
* @param request SetDomainCertificateRequest
|
|
25777
25291
|
* @return SetDomainCertificateResponse
|
|
@@ -25851,8 +25365,7 @@ class Client extends openapi_client_1.default {
|
|
|
25851
25365
|
return await this.setGroupAuthAppCodeWithOptions(request, runtime);
|
|
25852
25366
|
}
|
|
25853
25367
|
/**
|
|
25854
|
-
*
|
|
25855
|
-
* * A maximum of 100 APIs can be bound at a time.
|
|
25368
|
+
* The ID of the API group.
|
|
25856
25369
|
*
|
|
25857
25370
|
* @param request SetIpControlApisRequest
|
|
25858
25371
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25893,8 +25406,7 @@ class Client extends openapi_client_1.default {
|
|
|
25893
25406
|
return $tea.cast(await this.callApi(params, req, runtime), new SetIpControlApisResponse({}));
|
|
25894
25407
|
}
|
|
25895
25408
|
/**
|
|
25896
|
-
*
|
|
25897
|
-
* * A maximum of 100 APIs can be bound at a time.
|
|
25409
|
+
* The ID of the API group.
|
|
25898
25410
|
*
|
|
25899
25411
|
* @param request SetIpControlApisRequest
|
|
25900
25412
|
* @return SetIpControlApisResponse
|
|
@@ -25904,7 +25416,7 @@ class Client extends openapi_client_1.default {
|
|
|
25904
25416
|
return await this.setIpControlApisWithOptions(request, runtime);
|
|
25905
25417
|
}
|
|
25906
25418
|
/**
|
|
25907
|
-
*
|
|
25419
|
+
* The ID of the signature key.
|
|
25908
25420
|
*
|
|
25909
25421
|
* @param request SetSignatureApisRequest
|
|
25910
25422
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25945,7 +25457,7 @@ class Client extends openapi_client_1.default {
|
|
|
25945
25457
|
return $tea.cast(await this.callApi(params, req, runtime), new SetSignatureApisResponse({}));
|
|
25946
25458
|
}
|
|
25947
25459
|
/**
|
|
25948
|
-
*
|
|
25460
|
+
* The ID of the signature key.
|
|
25949
25461
|
*
|
|
25950
25462
|
* @param request SetSignatureApisRequest
|
|
25951
25463
|
* @return SetSignatureApisResponse
|
|
@@ -25955,8 +25467,7 @@ class Client extends openapi_client_1.default {
|
|
|
25955
25467
|
return await this.setSignatureApisWithOptions(request, runtime);
|
|
25956
25468
|
}
|
|
25957
25469
|
/**
|
|
25958
|
-
*
|
|
25959
|
-
* * This API allows you to bind a specific throttling policy to up to 100 APIs at a time.
|
|
25470
|
+
* The ID of the API group containing the APIs to which you want to bind a specified throttling policy.
|
|
25960
25471
|
*
|
|
25961
25472
|
* @param request SetTrafficControlApisRequest
|
|
25962
25473
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25997,8 +25508,7 @@ class Client extends openapi_client_1.default {
|
|
|
25997
25508
|
return $tea.cast(await this.callApi(params, req, runtime), new SetTrafficControlApisResponse({}));
|
|
25998
25509
|
}
|
|
25999
25510
|
/**
|
|
26000
|
-
*
|
|
26001
|
-
* * This API allows you to bind a specific throttling policy to up to 100 APIs at a time.
|
|
25511
|
+
* The ID of the API group containing the APIs to which you want to bind a specified throttling policy.
|
|
26002
25512
|
*
|
|
26003
25513
|
* @param request SetTrafficControlApisRequest
|
|
26004
25514
|
* @return SetTrafficControlApisResponse
|
|
@@ -26007,14 +25517,6 @@ class Client extends openapi_client_1.default {
|
|
|
26007
25517
|
let runtime = new $Util.RuntimeOptions({});
|
|
26008
25518
|
return await this.setTrafficControlApisWithOptions(request, runtime);
|
|
26009
25519
|
}
|
|
26010
|
-
/**
|
|
26011
|
-
* * This operation is intended for API providers.
|
|
26012
|
-
* * This operation is used to authorize API Gateway to access your VPC instance.
|
|
26013
|
-
*
|
|
26014
|
-
* @param request SetVpcAccessRequest
|
|
26015
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
26016
|
-
* @return SetVpcAccessResponse
|
|
26017
|
-
*/
|
|
26018
25520
|
async setVpcAccessWithOptions(request, runtime) {
|
|
26019
25521
|
tea_util_1.default.validateModel(request);
|
|
26020
25522
|
let query = {};
|
|
@@ -26055,13 +25557,6 @@ class Client extends openapi_client_1.default {
|
|
|
26055
25557
|
});
|
|
26056
25558
|
return $tea.cast(await this.callApi(params, req, runtime), new SetVpcAccessResponse({}));
|
|
26057
25559
|
}
|
|
26058
|
-
/**
|
|
26059
|
-
* * This operation is intended for API providers.
|
|
26060
|
-
* * This operation is used to authorize API Gateway to access your VPC instance.
|
|
26061
|
-
*
|
|
26062
|
-
* @param request SetVpcAccessRequest
|
|
26063
|
-
* @return SetVpcAccessResponse
|
|
26064
|
-
*/
|
|
26065
25560
|
async setVpcAccess(request) {
|
|
26066
25561
|
let runtime = new $Util.RuntimeOptions({});
|
|
26067
25562
|
return await this.setVpcAccessWithOptions(request, runtime);
|
|
@@ -26102,11 +25597,7 @@ class Client extends openapi_client_1.default {
|
|
|
26102
25597
|
return await this.setWildcardDomainPatternsWithOptions(request, runtime);
|
|
26103
25598
|
}
|
|
26104
25599
|
/**
|
|
26105
|
-
*
|
|
26106
|
-
* * The historical version can be obtained through the DescribeHistoryApis API.****
|
|
26107
|
-
* * Only APIs that have been published more than once have historical versions to switch to.
|
|
26108
|
-
* * This operation can only be performed on running APIs. Use caution when performing this operation because the operation cannot be undone after it has been completed and takes effect within 5 seconds.
|
|
26109
|
-
* * The switch operation is in essence a publish operation, and the reason for this operation must be provided.
|
|
25600
|
+
* The ID of the API.
|
|
26110
25601
|
*
|
|
26111
25602
|
* @param request SwitchApiRequest
|
|
26112
25603
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -26150,11 +25641,7 @@ class Client extends openapi_client_1.default {
|
|
|
26150
25641
|
return $tea.cast(await this.callApi(params, req, runtime), new SwitchApiResponse({}));
|
|
26151
25642
|
}
|
|
26152
25643
|
/**
|
|
26153
|
-
*
|
|
26154
|
-
* * The historical version can be obtained through the DescribeHistoryApis API.****
|
|
26155
|
-
* * Only APIs that have been published more than once have historical versions to switch to.
|
|
26156
|
-
* * This operation can only be performed on running APIs. Use caution when performing this operation because the operation cannot be undone after it has been completed and takes effect within 5 seconds.
|
|
26157
|
-
* * The switch operation is in essence a publish operation, and the reason for this operation must be provided.
|
|
25644
|
+
* The ID of the API.
|
|
26158
25645
|
*
|
|
26159
25646
|
* @param request SwitchApiRequest
|
|
26160
25647
|
* @return SwitchApiResponse
|
|
@@ -26164,11 +25651,8 @@ class Client extends openapi_client_1.default {
|
|
|
26164
25651
|
return await this.switchApiWithOptions(request, runtime);
|
|
26165
25652
|
}
|
|
26166
25653
|
/**
|
|
26167
|
-
*
|
|
26168
|
-
*
|
|
26169
|
-
* * If you call this operation to tag multiple resources simultaneously, either all or none of the resources will be tagged.
|
|
26170
|
-
* * 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.
|
|
26171
|
-
* * If a tag with the same key has been bound to a resource, the new tag will overwrite the existing one.
|
|
25654
|
+
* The key of tag N.
|
|
25655
|
+
* Valid values of N: `1 to 20.`
|
|
26172
25656
|
*
|
|
26173
25657
|
* @param request TagResourcesRequest
|
|
26174
25658
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -26206,11 +25690,8 @@ class Client extends openapi_client_1.default {
|
|
|
26206
25690
|
return $tea.cast(await this.callApi(params, req, runtime), new TagResourcesResponse({}));
|
|
26207
25691
|
}
|
|
26208
25692
|
/**
|
|
26209
|
-
*
|
|
26210
|
-
*
|
|
26211
|
-
* * If you call this operation to tag multiple resources simultaneously, either all or none of the resources will be tagged.
|
|
26212
|
-
* * 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.
|
|
26213
|
-
* * If a tag with the same key has been bound to a resource, the new tag will overwrite the existing one.
|
|
25693
|
+
* The key of tag N.
|
|
25694
|
+
* Valid values of N: `1 to 20.`
|
|
26214
25695
|
*
|
|
26215
25696
|
* @param request TagResourcesRequest
|
|
26216
25697
|
* @return TagResourcesResponse
|
|
@@ -26220,11 +25701,9 @@ class Client extends openapi_client_1.default {
|
|
|
26220
25701
|
return await this.tagResourcesWithOptions(request, runtime);
|
|
26221
25702
|
}
|
|
26222
25703
|
/**
|
|
26223
|
-
*
|
|
26224
|
-
* *
|
|
26225
|
-
* *
|
|
26226
|
-
* * When tag keys are specified, the All parameter is invalid.
|
|
26227
|
-
* * When multiple resources and key-value pairs are specified, the specified tags bound to the resources are deleted.
|
|
25704
|
+
* Specifies whether to delete all tags. This parameter is valid only when the **TagKey.N**parameter is not specified. Default value: false. Valid values:
|
|
25705
|
+
* * **true**
|
|
25706
|
+
* * **false**
|
|
26228
25707
|
*
|
|
26229
25708
|
* @param request UntagResourcesRequest
|
|
26230
25709
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -26265,11 +25744,9 @@ class Client extends openapi_client_1.default {
|
|
|
26265
25744
|
return $tea.cast(await this.callApi(params, req, runtime), new UntagResourcesResponse({}));
|
|
26266
25745
|
}
|
|
26267
25746
|
/**
|
|
26268
|
-
*
|
|
26269
|
-
* *
|
|
26270
|
-
* *
|
|
26271
|
-
* * When tag keys are specified, the All parameter is invalid.
|
|
26272
|
-
* * When multiple resources and key-value pairs are specified, the specified tags bound to the resources are deleted.
|
|
25747
|
+
* Specifies whether to delete all tags. This parameter is valid only when the **TagKey.N**parameter is not specified. Default value: false. Valid values:
|
|
25748
|
+
* * **true**
|
|
25749
|
+
* * **false**
|
|
26273
25750
|
*
|
|
26274
25751
|
* @param request UntagResourcesRequest
|
|
26275
25752
|
* @return UntagResourcesResponse
|
|
@@ -26278,6 +25755,38 @@ class Client extends openapi_client_1.default {
|
|
|
26278
25755
|
let runtime = new $Util.RuntimeOptions({});
|
|
26279
25756
|
return await this.untagResourcesWithOptions(request, runtime);
|
|
26280
25757
|
}
|
|
25758
|
+
async validateVpcConnectivityWithOptions(request, runtime) {
|
|
25759
|
+
tea_util_1.default.validateModel(request);
|
|
25760
|
+
let query = {};
|
|
25761
|
+
if (!tea_util_1.default.isUnset(request.instanceId)) {
|
|
25762
|
+
query["InstanceId"] = request.instanceId;
|
|
25763
|
+
}
|
|
25764
|
+
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
25765
|
+
query["SecurityToken"] = request.securityToken;
|
|
25766
|
+
}
|
|
25767
|
+
if (!tea_util_1.default.isUnset(request.vpcAccessId)) {
|
|
25768
|
+
query["VpcAccessId"] = request.vpcAccessId;
|
|
25769
|
+
}
|
|
25770
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
25771
|
+
query: openapi_util_1.default.query(query),
|
|
25772
|
+
});
|
|
25773
|
+
let params = new $OpenApi.Params({
|
|
25774
|
+
action: "ValidateVpcConnectivity",
|
|
25775
|
+
version: "2016-07-14",
|
|
25776
|
+
protocol: "HTTPS",
|
|
25777
|
+
pathname: "/",
|
|
25778
|
+
method: "POST",
|
|
25779
|
+
authType: "AK",
|
|
25780
|
+
style: "RPC",
|
|
25781
|
+
reqBodyType: "formData",
|
|
25782
|
+
bodyType: "json",
|
|
25783
|
+
});
|
|
25784
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ValidateVpcConnectivityResponse({}));
|
|
25785
|
+
}
|
|
25786
|
+
async validateVpcConnectivity(request) {
|
|
25787
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
25788
|
+
return await this.validateVpcConnectivityWithOptions(request, runtime);
|
|
25789
|
+
}
|
|
26281
25790
|
}
|
|
26282
25791
|
exports.default = Client;
|
|
26283
25792
|
//# sourceMappingURL=client.js.map
|