@alicloud/cloudapi20160714 4.4.1 → 4.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +656 -234
- package/dist/client.js +57 -62
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +759 -331
package/dist/client.js
CHANGED
|
@@ -10067,6 +10067,7 @@ class ModifyApiGroupRequest extends $tea.Model {
|
|
|
10067
10067
|
customerConfigs: 'CustomerConfigs',
|
|
10068
10068
|
defaultDomain: 'DefaultDomain',
|
|
10069
10069
|
description: 'Description',
|
|
10070
|
+
filterAppCodeForBackend: 'FilterAppCodeForBackend',
|
|
10070
10071
|
groupId: 'GroupId',
|
|
10071
10072
|
groupName: 'GroupName',
|
|
10072
10073
|
passthroughHeaders: 'PassthroughHeaders',
|
|
@@ -10085,6 +10086,7 @@ class ModifyApiGroupRequest extends $tea.Model {
|
|
|
10085
10086
|
customerConfigs: 'string',
|
|
10086
10087
|
defaultDomain: 'string',
|
|
10087
10088
|
description: 'string',
|
|
10089
|
+
filterAppCodeForBackend: 'string',
|
|
10088
10090
|
groupId: 'string',
|
|
10089
10091
|
groupName: 'string',
|
|
10090
10092
|
passthroughHeaders: 'string',
|
|
@@ -21836,7 +21838,7 @@ class Client extends openapi_client_1.default {
|
|
|
21836
21838
|
return await this.createAppWithOptions(request, runtime);
|
|
21837
21839
|
}
|
|
21838
21840
|
/**
|
|
21839
|
-
*
|
|
21841
|
+
* Adds an AppCode to an application.
|
|
21840
21842
|
*
|
|
21841
21843
|
* @param request - CreateAppCodeRequest
|
|
21842
21844
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -21868,7 +21870,7 @@ class Client extends openapi_client_1.default {
|
|
|
21868
21870
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateAppCodeResponse({}));
|
|
21869
21871
|
}
|
|
21870
21872
|
/**
|
|
21871
|
-
*
|
|
21873
|
+
* Adds an AppCode to an application.
|
|
21872
21874
|
*
|
|
21873
21875
|
* @param request - CreateAppCodeRequest
|
|
21874
21876
|
* @returns CreateAppCodeResponse
|
|
@@ -21878,7 +21880,7 @@ class Client extends openapi_client_1.default {
|
|
|
21878
21880
|
return await this.createAppCodeWithOptions(request, runtime);
|
|
21879
21881
|
}
|
|
21880
21882
|
/**
|
|
21881
|
-
*
|
|
21883
|
+
* Adds an AppKey and AppSecret pair to an application.
|
|
21882
21884
|
*
|
|
21883
21885
|
* @param request - CreateAppKeyRequest
|
|
21884
21886
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -21913,7 +21915,7 @@ class Client extends openapi_client_1.default {
|
|
|
21913
21915
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateAppKeyResponse({}));
|
|
21914
21916
|
}
|
|
21915
21917
|
/**
|
|
21916
|
-
*
|
|
21918
|
+
* Adds an AppKey and AppSecret pair to an application.
|
|
21917
21919
|
*
|
|
21918
21920
|
* @param request - CreateAppKeyRequest
|
|
21919
21921
|
* @returns CreateAppKeyResponse
|
|
@@ -22746,7 +22748,7 @@ class Client extends openapi_client_1.default {
|
|
|
22746
22748
|
return await this.deleteAllTrafficSpecialControlWithOptions(request, runtime);
|
|
22747
22749
|
}
|
|
22748
22750
|
/**
|
|
22749
|
-
* Deletes
|
|
22751
|
+
* Deletes the definition of a specified API.
|
|
22750
22752
|
*
|
|
22751
22753
|
* @remarks
|
|
22752
22754
|
* This operation is intended for API providers and cannot be undone after it is complete.
|
|
@@ -22786,7 +22788,7 @@ class Client extends openapi_client_1.default {
|
|
|
22786
22788
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteApiResponse({}));
|
|
22787
22789
|
}
|
|
22788
22790
|
/**
|
|
22789
|
-
* Deletes
|
|
22791
|
+
* Deletes the definition of a specified API.
|
|
22790
22792
|
*
|
|
22791
22793
|
* @remarks
|
|
22792
22794
|
* This operation is intended for API providers and cannot be undone after it is complete.
|
|
@@ -23011,7 +23013,7 @@ class Client extends openapi_client_1.default {
|
|
|
23011
23013
|
return await this.deleteAppWithOptions(request, runtime);
|
|
23012
23014
|
}
|
|
23013
23015
|
/**
|
|
23014
|
-
*
|
|
23016
|
+
* Deletes the AppCode of an application.
|
|
23015
23017
|
*
|
|
23016
23018
|
* @param request - DeleteAppCodeRequest
|
|
23017
23019
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -23043,7 +23045,7 @@ class Client extends openapi_client_1.default {
|
|
|
23043
23045
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteAppCodeResponse({}));
|
|
23044
23046
|
}
|
|
23045
23047
|
/**
|
|
23046
|
-
*
|
|
23048
|
+
* Deletes the AppCode of an application.
|
|
23047
23049
|
*
|
|
23048
23050
|
* @param request - DeleteAppCodeRequest
|
|
23049
23051
|
* @returns DeleteAppCodeResponse
|
|
@@ -23053,7 +23055,7 @@ class Client extends openapi_client_1.default {
|
|
|
23053
23055
|
return await this.deleteAppCodeWithOptions(request, runtime);
|
|
23054
23056
|
}
|
|
23055
23057
|
/**
|
|
23056
|
-
*
|
|
23058
|
+
* Deletes the AppKey and AppSecret of an application.
|
|
23057
23059
|
*
|
|
23058
23060
|
* @param request - DeleteAppKeyRequest
|
|
23059
23061
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -23085,7 +23087,7 @@ class Client extends openapi_client_1.default {
|
|
|
23085
23087
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteAppKeyResponse({}));
|
|
23086
23088
|
}
|
|
23087
23089
|
/**
|
|
23088
|
-
*
|
|
23090
|
+
* Deletes the AppKey and AppSecret of an application.
|
|
23089
23091
|
*
|
|
23090
23092
|
* @param request - DeleteAppKeyRequest
|
|
23091
23093
|
* @returns DeleteAppKeyResponse
|
|
@@ -23272,7 +23274,7 @@ class Client extends openapi_client_1.default {
|
|
|
23272
23274
|
return await this.deleteDatasetItemWithOptions(request, runtime);
|
|
23273
23275
|
}
|
|
23274
23276
|
/**
|
|
23275
|
-
* Unbinds a custom domain name from
|
|
23277
|
+
* Unbinds a custom domain name from an API group.
|
|
23276
23278
|
*
|
|
23277
23279
|
* @remarks
|
|
23278
23280
|
* This operation is intended for API providers.
|
|
@@ -23312,7 +23314,7 @@ class Client extends openapi_client_1.default {
|
|
|
23312
23314
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteDomainResponse({}));
|
|
23313
23315
|
}
|
|
23314
23316
|
/**
|
|
23315
|
-
* Unbinds a custom domain name from
|
|
23317
|
+
* Unbinds a custom domain name from an API group.
|
|
23316
23318
|
*
|
|
23317
23319
|
* @remarks
|
|
23318
23320
|
* This operation is intended for API providers.
|
|
@@ -23511,7 +23513,7 @@ class Client extends openapi_client_1.default {
|
|
|
23511
23513
|
return await this.deleteLogConfigWithOptions(request, runtime);
|
|
23512
23514
|
}
|
|
23513
23515
|
/**
|
|
23514
|
-
* Deletes a model
|
|
23516
|
+
* Deletes a model.
|
|
23515
23517
|
*
|
|
23516
23518
|
* @param request - DeleteModelRequest
|
|
23517
23519
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -23543,7 +23545,7 @@ class Client extends openapi_client_1.default {
|
|
|
23543
23545
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteModelResponse({}));
|
|
23544
23546
|
}
|
|
23545
23547
|
/**
|
|
23546
|
-
* Deletes a model
|
|
23548
|
+
* Deletes a model.
|
|
23547
23549
|
*
|
|
23548
23550
|
* @param request - DeleteModelRequest
|
|
23549
23551
|
* @returns DeleteModelResponse
|
|
@@ -25291,6 +25293,8 @@ class Client extends openapi_client_1.default {
|
|
|
25291
25293
|
return await this.describeApisByTrafficControlWithOptions(request, runtime);
|
|
25292
25294
|
}
|
|
25293
25295
|
/**
|
|
25296
|
+
* Queries the APIs that are associated with a virtual private cloud (VPC) access authorization in a region.
|
|
25297
|
+
*
|
|
25294
25298
|
* @param request - DescribeApisByVpcAccessRequest
|
|
25295
25299
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
25296
25300
|
* @returns DescribeApisByVpcAccessResponse
|
|
@@ -25327,6 +25331,8 @@ class Client extends openapi_client_1.default {
|
|
|
25327
25331
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeApisByVpcAccessResponse({}));
|
|
25328
25332
|
}
|
|
25329
25333
|
/**
|
|
25334
|
+
* Queries the APIs that are associated with a virtual private cloud (VPC) access authorization in a region.
|
|
25335
|
+
*
|
|
25330
25336
|
* @param request - DescribeApisByVpcAccessRequest
|
|
25331
25337
|
* @returns DescribeApisByVpcAccessResponse
|
|
25332
25338
|
*/
|
|
@@ -25517,7 +25523,7 @@ class Client extends openapi_client_1.default {
|
|
|
25517
25523
|
return await this.describeAppAttributesWithOptions(request, runtime);
|
|
25518
25524
|
}
|
|
25519
25525
|
/**
|
|
25520
|
-
*
|
|
25526
|
+
* Queries the key-related information of an application.
|
|
25521
25527
|
*
|
|
25522
25528
|
* @param request - DescribeAppSecuritiesRequest
|
|
25523
25529
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -25549,7 +25555,7 @@ class Client extends openapi_client_1.default {
|
|
|
25549
25555
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeAppSecuritiesResponse({}));
|
|
25550
25556
|
}
|
|
25551
25557
|
/**
|
|
25552
|
-
*
|
|
25558
|
+
* Queries the key-related information of an application.
|
|
25553
25559
|
*
|
|
25554
25560
|
* @param request - DescribeAppSecuritiesRequest
|
|
25555
25561
|
* @returns DescribeAppSecuritiesResponse
|
|
@@ -25610,11 +25616,11 @@ class Client extends openapi_client_1.default {
|
|
|
25610
25616
|
return await this.describeAppSecurityWithOptions(request, runtime);
|
|
25611
25617
|
}
|
|
25612
25618
|
/**
|
|
25613
|
-
* Queries the apps. App information is returned only to the app owner.
|
|
25619
|
+
* Queries the apps of a user. App information is returned only to the app owner.
|
|
25614
25620
|
*
|
|
25615
25621
|
* @remarks
|
|
25616
25622
|
* This API is intended for API providers.
|
|
25617
|
-
* * API providers can use the app IDs or their
|
|
25623
|
+
* * API providers can use the app IDs or their Alibaba Cloud accounts to query app information.
|
|
25618
25624
|
* * Each provider can call this operation for a maximum of 200 times every day in a region.
|
|
25619
25625
|
*
|
|
25620
25626
|
* @param request - DescribeAppsRequest
|
|
@@ -25656,11 +25662,11 @@ class Client extends openapi_client_1.default {
|
|
|
25656
25662
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeAppsResponse({}));
|
|
25657
25663
|
}
|
|
25658
25664
|
/**
|
|
25659
|
-
* Queries the apps. App information is returned only to the app owner.
|
|
25665
|
+
* Queries the apps of a user. App information is returned only to the app owner.
|
|
25660
25666
|
*
|
|
25661
25667
|
* @remarks
|
|
25662
25668
|
* This API is intended for API providers.
|
|
25663
|
-
* * API providers can use the app IDs or their
|
|
25669
|
+
* * API providers can use the app IDs or their Alibaba Cloud accounts to query app information.
|
|
25664
25670
|
* * Each provider can call this operation for a maximum of 200 times every day in a region.
|
|
25665
25671
|
*
|
|
25666
25672
|
* @param request - DescribeAppsRequest
|
|
@@ -26227,10 +26233,10 @@ class Client extends openapi_client_1.default {
|
|
|
26227
26233
|
return await this.describeDeployedApiWithOptions(request, runtime);
|
|
26228
26234
|
}
|
|
26229
26235
|
/**
|
|
26230
|
-
* Queries the APIs that
|
|
26236
|
+
* Queries the APIs that have been published to a specified environment.
|
|
26231
26237
|
*
|
|
26232
26238
|
* @remarks
|
|
26233
|
-
* This
|
|
26239
|
+
* This API is intended for API providers.
|
|
26234
26240
|
*
|
|
26235
26241
|
* @param request - DescribeDeployedApisRequest
|
|
26236
26242
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -26289,10 +26295,10 @@ class Client extends openapi_client_1.default {
|
|
|
26289
26295
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDeployedApisResponse({}));
|
|
26290
26296
|
}
|
|
26291
26297
|
/**
|
|
26292
|
-
* Queries the APIs that
|
|
26298
|
+
* Queries the APIs that have been published to a specified environment.
|
|
26293
26299
|
*
|
|
26294
26300
|
* @remarks
|
|
26295
|
-
* This
|
|
26301
|
+
* This API is intended for API providers.
|
|
26296
26302
|
*
|
|
26297
26303
|
* @param request - DescribeDeployedApisRequest
|
|
26298
26304
|
* @returns DescribeDeployedApisResponse
|
|
@@ -26302,7 +26308,7 @@ class Client extends openapi_client_1.default {
|
|
|
26302
26308
|
return await this.describeDeployedApisWithOptions(request, runtime);
|
|
26303
26309
|
}
|
|
26304
26310
|
/**
|
|
26305
|
-
* Queries
|
|
26311
|
+
* Queries details about a bound custom domain name, including the automatically assigned second-level domain name, custom domain name, and SSL certificate.
|
|
26306
26312
|
*
|
|
26307
26313
|
* @param request - DescribeDomainRequest
|
|
26308
26314
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -26337,7 +26343,7 @@ class Client extends openapi_client_1.default {
|
|
|
26337
26343
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDomainResponse({}));
|
|
26338
26344
|
}
|
|
26339
26345
|
/**
|
|
26340
|
-
* Queries
|
|
26346
|
+
* Queries details about a bound custom domain name, including the automatically assigned second-level domain name, custom domain name, and SSL certificate.
|
|
26341
26347
|
*
|
|
26342
26348
|
* @param request - DescribeDomainRequest
|
|
26343
26349
|
* @returns DescribeDomainResponse
|
|
@@ -26599,7 +26605,7 @@ class Client extends openapi_client_1.default {
|
|
|
26599
26605
|
return await this.describeImportOASTaskWithOptions(request, runtime);
|
|
26600
26606
|
}
|
|
26601
26607
|
/**
|
|
26602
|
-
*
|
|
26608
|
+
* Queries the information about a dedicated instance cluster.
|
|
26603
26609
|
*
|
|
26604
26610
|
* @param request - DescribeInstanceClusterInfoRequest
|
|
26605
26611
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -26631,7 +26637,7 @@ class Client extends openapi_client_1.default {
|
|
|
26631
26637
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeInstanceClusterInfoResponse({}));
|
|
26632
26638
|
}
|
|
26633
26639
|
/**
|
|
26634
|
-
*
|
|
26640
|
+
* Queries the information about a dedicated instance cluster.
|
|
26635
26641
|
*
|
|
26636
26642
|
* @param request - DescribeInstanceClusterInfoRequest
|
|
26637
26643
|
* @returns DescribeInstanceClusterInfoResponse
|
|
@@ -26641,7 +26647,7 @@ class Client extends openapi_client_1.default {
|
|
|
26641
26647
|
return await this.describeInstanceClusterInfoWithOptions(request, runtime);
|
|
26642
26648
|
}
|
|
26643
26649
|
/**
|
|
26644
|
-
*
|
|
26650
|
+
* Queries dedicated instance clusters.
|
|
26645
26651
|
*
|
|
26646
26652
|
* @param request - DescribeInstanceClusterListRequest
|
|
26647
26653
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -26682,7 +26688,7 @@ class Client extends openapi_client_1.default {
|
|
|
26682
26688
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeInstanceClusterListResponse({}));
|
|
26683
26689
|
}
|
|
26684
26690
|
/**
|
|
26685
|
-
*
|
|
26691
|
+
* Queries dedicated instance clusters.
|
|
26686
26692
|
*
|
|
26687
26693
|
* @param request - DescribeInstanceClusterListRequest
|
|
26688
26694
|
* @returns DescribeInstanceClusterListResponse
|
|
@@ -27407,7 +27413,7 @@ class Client extends openapi_client_1.default {
|
|
|
27407
27413
|
return await this.describeMarketRemainsQuotaWithOptions(request, runtime);
|
|
27408
27414
|
}
|
|
27409
27415
|
/**
|
|
27410
|
-
*
|
|
27416
|
+
* Queries the created models of an API group.
|
|
27411
27417
|
*
|
|
27412
27418
|
* @remarks
|
|
27413
27419
|
* Fuzzy queries are supported.
|
|
@@ -27454,7 +27460,7 @@ class Client extends openapi_client_1.default {
|
|
|
27454
27460
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeModelsResponse({}));
|
|
27455
27461
|
}
|
|
27456
27462
|
/**
|
|
27457
|
-
*
|
|
27463
|
+
* Queries the created models of an API group.
|
|
27458
27464
|
*
|
|
27459
27465
|
* @remarks
|
|
27460
27466
|
* Fuzzy queries are supported.
|
|
@@ -27785,7 +27791,7 @@ class Client extends openapi_client_1.default {
|
|
|
27785
27791
|
return await this.describePurchasedApiGroupWithOptions(request, runtime);
|
|
27786
27792
|
}
|
|
27787
27793
|
/**
|
|
27788
|
-
* Queries API groups
|
|
27794
|
+
* Queries the API groups purchased from Alibaba Cloud Marketplace.
|
|
27789
27795
|
*
|
|
27790
27796
|
* @param request - DescribePurchasedApiGroupsRequest
|
|
27791
27797
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -27820,7 +27826,7 @@ class Client extends openapi_client_1.default {
|
|
|
27820
27826
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribePurchasedApiGroupsResponse({}));
|
|
27821
27827
|
}
|
|
27822
27828
|
/**
|
|
27823
|
-
* Queries API groups
|
|
27829
|
+
* Queries the API groups purchased from Alibaba Cloud Marketplace.
|
|
27824
27830
|
*
|
|
27825
27831
|
* @param request - DescribePurchasedApiGroupsRequest
|
|
27826
27832
|
* @returns DescribePurchasedApiGroupsResponse
|
|
@@ -29293,6 +29299,9 @@ class Client extends openapi_client_1.default {
|
|
|
29293
29299
|
if (!tea_util_1.default.isUnset(request.description)) {
|
|
29294
29300
|
query["Description"] = request.description;
|
|
29295
29301
|
}
|
|
29302
|
+
if (!tea_util_1.default.isUnset(request.filterAppCodeForBackend)) {
|
|
29303
|
+
query["FilterAppCodeForBackend"] = request.filterAppCodeForBackend;
|
|
29304
|
+
}
|
|
29296
29305
|
if (!tea_util_1.default.isUnset(request.groupId)) {
|
|
29297
29306
|
query["GroupId"] = request.groupId;
|
|
29298
29307
|
}
|
|
@@ -30488,7 +30497,7 @@ class Client extends openapi_client_1.default {
|
|
|
30488
30497
|
* @remarks
|
|
30489
30498
|
* This operation is intended for API providers.
|
|
30490
30499
|
* * You must solve the problem that is mentioned in the domain name exception prompt before you can reactivate the domain name.
|
|
30491
|
-
* * A typical reason why a custom domain name becomes abnormal is that the domain name does not have an ICP filing or the domain name is included in a blacklist by the administration. When a custom domain name is abnormal, users cannot use it to
|
|
30500
|
+
* * A typical reason why a custom domain name becomes abnormal is that the domain name does not have an ICP filing or the domain name is included in a blacklist by the administration. When a custom domain name is abnormal, users cannot use it to call APIs.
|
|
30492
30501
|
* * You can call this operation to reactivate the domain name to resume normal access.
|
|
30493
30502
|
*
|
|
30494
30503
|
* @param request - ReactivateDomainRequest
|
|
@@ -30529,7 +30538,7 @@ class Client extends openapi_client_1.default {
|
|
|
30529
30538
|
* @remarks
|
|
30530
30539
|
* This operation is intended for API providers.
|
|
30531
30540
|
* * You must solve the problem that is mentioned in the domain name exception prompt before you can reactivate the domain name.
|
|
30532
|
-
* * A typical reason why a custom domain name becomes abnormal is that the domain name does not have an ICP filing or the domain name is included in a blacklist by the administration. When a custom domain name is abnormal, users cannot use it to
|
|
30541
|
+
* * A typical reason why a custom domain name becomes abnormal is that the domain name does not have an ICP filing or the domain name is included in a blacklist by the administration. When a custom domain name is abnormal, users cannot use it to call APIs.
|
|
30533
30542
|
* * You can call this operation to reactivate the domain name to resume normal access.
|
|
30534
30543
|
*
|
|
30535
30544
|
* @param request - ReactivateDomainRequest
|
|
@@ -31092,7 +31101,7 @@ class Client extends openapi_client_1.default {
|
|
|
31092
31101
|
return await this.removeVpcAccessAndAbolishApisWithOptions(request, runtime);
|
|
31093
31102
|
}
|
|
31094
31103
|
/**
|
|
31095
|
-
* Resets the AppCode of an
|
|
31104
|
+
* Resets the AppCode of an application. You can call this operation only once per minute.
|
|
31096
31105
|
*
|
|
31097
31106
|
* @param request - ResetAppCodeRequest
|
|
31098
31107
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -31127,7 +31136,7 @@ class Client extends openapi_client_1.default {
|
|
|
31127
31136
|
return $tea.cast(await this.callApi(params, req, runtime), new ResetAppCodeResponse({}));
|
|
31128
31137
|
}
|
|
31129
31138
|
/**
|
|
31130
|
-
* Resets the AppCode of an
|
|
31139
|
+
* Resets the AppCode of an application. You can call this operation only once per minute.
|
|
31131
31140
|
*
|
|
31132
31141
|
* @param request - ResetAppCodeRequest
|
|
31133
31142
|
* @returns ResetAppCodeResponse
|
|
@@ -31427,8 +31436,8 @@ class Client extends openapi_client_1.default {
|
|
|
31427
31436
|
*
|
|
31428
31437
|
* @remarks
|
|
31429
31438
|
* This operation is intended for API providers and callers.
|
|
31430
|
-
* * API providers can authorize
|
|
31431
|
-
* * API callers can authorize their own
|
|
31439
|
+
* * API providers can authorize all applications to call their APIs.
|
|
31440
|
+
* * API callers can authorize their own applications to call the APIs that they have purchased.
|
|
31432
31441
|
*
|
|
31433
31442
|
* @param request - SetApisAuthoritiesRequest
|
|
31434
31443
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -31479,8 +31488,8 @@ class Client extends openapi_client_1.default {
|
|
|
31479
31488
|
*
|
|
31480
31489
|
* @remarks
|
|
31481
31490
|
* This operation is intended for API providers and callers.
|
|
31482
|
-
* * API providers can authorize
|
|
31483
|
-
* * API callers can authorize their own
|
|
31491
|
+
* * API providers can authorize all applications to call their APIs.
|
|
31492
|
+
* * API callers can authorize their own applications to call the APIs that they have purchased.
|
|
31484
31493
|
*
|
|
31485
31494
|
* @param request - SetApisAuthoritiesRequest
|
|
31486
31495
|
* @returns SetApisAuthoritiesResponse
|
|
@@ -31545,8 +31554,8 @@ class Client extends openapi_client_1.default {
|
|
|
31545
31554
|
*
|
|
31546
31555
|
* @remarks
|
|
31547
31556
|
* This operation is intended for API providers and callers.
|
|
31548
|
-
* * API providers can authorize
|
|
31549
|
-
* * API callers can authorize their own
|
|
31557
|
+
* * API providers can authorize all applications to call their APIs.
|
|
31558
|
+
* * API callers can authorize their own applications to call the APIs that they have purchased.
|
|
31550
31559
|
*
|
|
31551
31560
|
* @param request - SetAppsAuthoritiesRequest
|
|
31552
31561
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -31597,8 +31606,8 @@ class Client extends openapi_client_1.default {
|
|
|
31597
31606
|
*
|
|
31598
31607
|
* @remarks
|
|
31599
31608
|
* This operation is intended for API providers and callers.
|
|
31600
|
-
* * API providers can authorize
|
|
31601
|
-
* * API callers can authorize their own
|
|
31609
|
+
* * API providers can authorize all applications to call their APIs.
|
|
31610
|
+
* * API callers can authorize their own applications to call the APIs that they have purchased.
|
|
31602
31611
|
*
|
|
31603
31612
|
* @param request - SetAppsAuthoritiesRequest
|
|
31604
31613
|
* @returns SetAppsAuthoritiesResponse
|
|
@@ -31662,7 +31671,7 @@ class Client extends openapi_client_1.default {
|
|
|
31662
31671
|
return await this.setDomainWithOptions(request, runtime);
|
|
31663
31672
|
}
|
|
31664
31673
|
/**
|
|
31665
|
-
* Uploads an SSL certificate for a custom domain name.
|
|
31674
|
+
* Uploads an SSL certificate for a specified custom domain name.
|
|
31666
31675
|
*
|
|
31667
31676
|
* @remarks
|
|
31668
31677
|
* This operation is intended for API providers.
|
|
@@ -31717,7 +31726,7 @@ class Client extends openapi_client_1.default {
|
|
|
31717
31726
|
return $tea.cast(await this.callApi(params, req, runtime), new SetDomainCertificateResponse({}));
|
|
31718
31727
|
}
|
|
31719
31728
|
/**
|
|
31720
|
-
* Uploads an SSL certificate for a custom domain name.
|
|
31729
|
+
* Uploads an SSL certificate for a specified custom domain name.
|
|
31721
31730
|
*
|
|
31722
31731
|
* @remarks
|
|
31723
31732
|
* This operation is intended for API providers.
|
|
@@ -32111,13 +32120,6 @@ class Client extends openapi_client_1.default {
|
|
|
32111
32120
|
/**
|
|
32112
32121
|
* Switches the definition of an API in a specified runtime environment to a historical version.
|
|
32113
32122
|
*
|
|
32114
|
-
* @remarks
|
|
32115
|
-
* This API is intended for API providers.
|
|
32116
|
-
* * The historical version can be obtained by calling the **DescribeHistoryApis** operation.
|
|
32117
|
-
* * Only APIs that have been published more than once have historical versions.
|
|
32118
|
-
* * This operation can only be performed on running APIs. Exercise caution when you perform this operation because the operation cannot be undone. The operation takes up to 5 seconds.
|
|
32119
|
-
* * The switch operation is essentially a publish operation. A reason for this operation must be provided.
|
|
32120
|
-
*
|
|
32121
32123
|
* @param request - SwitchApiRequest
|
|
32122
32124
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
32123
32125
|
* @returns SwitchApiResponse
|
|
@@ -32162,13 +32164,6 @@ class Client extends openapi_client_1.default {
|
|
|
32162
32164
|
/**
|
|
32163
32165
|
* Switches the definition of an API in a specified runtime environment to a historical version.
|
|
32164
32166
|
*
|
|
32165
|
-
* @remarks
|
|
32166
|
-
* This API is intended for API providers.
|
|
32167
|
-
* * The historical version can be obtained by calling the **DescribeHistoryApis** operation.
|
|
32168
|
-
* * Only APIs that have been published more than once have historical versions.
|
|
32169
|
-
* * This operation can only be performed on running APIs. Exercise caution when you perform this operation because the operation cannot be undone. The operation takes up to 5 seconds.
|
|
32170
|
-
* * The switch operation is essentially a publish operation. A reason for this operation must be provided.
|
|
32171
|
-
*
|
|
32172
32167
|
* @param request - SwitchApiRequest
|
|
32173
32168
|
* @returns SwitchApiResponse
|
|
32174
32169
|
*/
|