tencentcloud-sdk-nodejs 4.0.703 → 4.0.705
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/CHANGELOG.md +471 -0
- package/SERVICE_CHANGELOG.md +461 -134
- package/package.json +1 -1
- package/products.md +31 -31
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/apigateway/v20180808/apigateway_models.ts +13 -0
- package/src/services/ccc/v20200210/ccc_client.ts +13 -1
- package/src/services/ccc/v20200210/ccc_models.ts +117 -29
- package/src/services/cdwpg/v20201230/cdwpg_client.ts +40 -1
- package/src/services/cdwpg/v20201230/cdwpg_models.ts +297 -18
- package/src/services/csip/v20221121/csip_client.ts +46 -7
- package/src/services/csip/v20221121/csip_models.ts +365 -57
- package/src/services/cvm/v20170312/cvm_client.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +6 -6
- package/src/services/cwp/v20180228/cwp_models.ts +66 -39
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +2 -2
- package/src/services/dasb/v20191018/dasb_models.ts +32 -0
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dlc/v20210125/dlc_models.ts +9 -0
- package/src/services/es/v20180416/es_models.ts +8 -4
- package/src/services/ess/v20201111/ess_client.ts +3 -2
- package/src/services/ess/v20201111/ess_models.ts +15 -9
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +191 -11
- package/src/services/goosefs/v20220519/goosefs_models.ts +6 -6
- package/src/services/iai/index.ts +2 -2
- package/src/services/ims/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/iss/v20230517/iss_client.ts +15 -1
- package/src/services/iss/v20230517/iss_models.ts +69 -18
- package/src/services/lcic/v20220817/lcic_client.ts +16 -3
- package/src/services/lcic/v20220817/lcic_models.ts +135 -67
- package/src/services/live/v20180801/live_models.ts +13 -0
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/monitor/v20180724/monitor_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +23 -21
- package/src/services/oceanus/v20190422/oceanus_client.ts +3 -1
- package/src/services/oceanus/v20190422/oceanus_models.ts +108 -26
- package/src/services/ocr/v20181119/ocr_models.ts +23 -22
- package/src/services/organization/index.ts +2 -2
- package/src/services/privatedns/v20201028/privatedns_models.ts +1 -1
- package/src/services/rum/v20210622/rum_models.ts +5 -1
- package/src/services/sms/index.ts +2 -2
- package/src/services/tbp/index.ts +2 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +3 -3
- package/src/services/tem/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tms/index.ts +2 -2
- package/src/services/tse/v20201207/tse_client.ts +12 -0
- package/src/services/tse/v20201207/tse_models.ts +53 -0
- package/src/services/vm/index.ts +2 -2
- package/src/services/vpc/v20170312/vpc_models.ts +1 -1
- package/src/services/waf/v20180125/waf_client.ts +95 -20
- package/src/services/waf/v20180125/waf_models.ts +383 -41
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +13 -0
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +115 -29
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.d.ts +13 -1
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.js +18 -0
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +288 -18
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +13 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +18 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +355 -56
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -6
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +66 -39
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -2
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +32 -0
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +9 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +8 -4
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +3 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +15 -9
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +191 -11
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +6 -6
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/ims/index.d.ts +4 -4
- package/tencentcloud/services/ims/index.js +2 -2
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/iss/v20230517/iss_client.d.ts +5 -1
- package/tencentcloud/services/iss/v20230517/iss_client.js +6 -0
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +65 -18
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +131 -66
- package/tencentcloud/services/live/v20180801/live_models.d.ts +13 -0
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +23 -21
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +106 -26
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +23 -22
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +1 -1
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +5 -1
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +3 -3
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tms/index.d.ts +4 -4
- package/tencentcloud/services/tms/index.js +2 -2
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +51 -0
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +29 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +42 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +368 -41
- package/test/ccc.v20200210.test.js +10 -0
- package/test/cdwpg.v20201230.test.js +30 -0
- package/test/csip.v20221121.test.js +30 -0
- package/test/iss.v20230517.test.js +10 -0
- package/test/lcic.v20220817.test.js +10 -0
- package/test/tse.v20201207.test.js +10 -0
- package/test/waf.v20180125.test.js +64 -4
|
@@ -693,6 +693,56 @@ export interface CreateJobResponse {
|
|
|
693
693
|
*/
|
|
694
694
|
RequestId?: string;
|
|
695
695
|
}
|
|
696
|
+
/**
|
|
697
|
+
* SqlGateway配置信息
|
|
698
|
+
*/
|
|
699
|
+
export interface SqlGatewayItem {
|
|
700
|
+
/**
|
|
701
|
+
* 唯一标识
|
|
702
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
703
|
+
*/
|
|
704
|
+
SerialId?: string;
|
|
705
|
+
/**
|
|
706
|
+
* Flink内核版本
|
|
707
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
708
|
+
*/
|
|
709
|
+
FlinkVersion?: string;
|
|
710
|
+
/**
|
|
711
|
+
* 状态,1.停止 2. 开启中 3. 开启 4. 开启失败 5. 停止中
|
|
712
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
713
|
+
*/
|
|
714
|
+
Status?: number;
|
|
715
|
+
/**
|
|
716
|
+
* 创建人
|
|
717
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
718
|
+
*/
|
|
719
|
+
CreatorUin?: string;
|
|
720
|
+
/**
|
|
721
|
+
* 引用资源
|
|
722
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
723
|
+
*/
|
|
724
|
+
ResourceRefs?: Array<GatewayRefItem>;
|
|
725
|
+
/**
|
|
726
|
+
* Cu规格
|
|
727
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
728
|
+
*/
|
|
729
|
+
CuSpec?: number;
|
|
730
|
+
/**
|
|
731
|
+
* 创建时间
|
|
732
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
733
|
+
*/
|
|
734
|
+
CreateTime?: string;
|
|
735
|
+
/**
|
|
736
|
+
* 更新时间
|
|
737
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
738
|
+
*/
|
|
739
|
+
UpdateTime?: string;
|
|
740
|
+
/**
|
|
741
|
+
* 配置参数
|
|
742
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
743
|
+
*/
|
|
744
|
+
Properties?: Array<Property>;
|
|
745
|
+
}
|
|
696
746
|
/**
|
|
697
747
|
* 作业运行图
|
|
698
748
|
*/
|
|
@@ -903,42 +953,29 @@ export interface DescribeWorkSpacesResponse {
|
|
|
903
953
|
RequestId?: string;
|
|
904
954
|
}
|
|
905
955
|
/**
|
|
906
|
-
*
|
|
956
|
+
* Gateway引用资源信息
|
|
907
957
|
*/
|
|
908
|
-
export interface
|
|
909
|
-
/**
|
|
910
|
-
* 集群 ID
|
|
911
|
-
*/
|
|
912
|
-
ClusterGroupId: number;
|
|
913
|
-
/**
|
|
914
|
-
* 集群 SerialId
|
|
915
|
-
*/
|
|
916
|
-
ClusterGroupSerialId: string;
|
|
917
|
-
/**
|
|
918
|
-
* 集群名称
|
|
919
|
-
*/
|
|
920
|
-
ClusterName: string;
|
|
921
|
-
/**
|
|
922
|
-
* 工作空间 SerialId
|
|
923
|
-
*/
|
|
924
|
-
WorkSpaceId: string;
|
|
958
|
+
export interface GatewayRefItem {
|
|
925
959
|
/**
|
|
926
|
-
*
|
|
960
|
+
* 空间唯一标识
|
|
961
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
927
962
|
*/
|
|
928
|
-
|
|
963
|
+
WorkspaceId: string;
|
|
929
964
|
/**
|
|
930
|
-
*
|
|
965
|
+
* 资源唯一标识
|
|
966
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
931
967
|
*/
|
|
932
|
-
|
|
968
|
+
ResourceId: string;
|
|
933
969
|
/**
|
|
934
|
-
*
|
|
970
|
+
* 版本号
|
|
971
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
935
972
|
*/
|
|
936
|
-
|
|
973
|
+
Version: number;
|
|
937
974
|
/**
|
|
938
|
-
*
|
|
975
|
+
* 引用类型,0:用户资源
|
|
939
976
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
940
977
|
*/
|
|
941
|
-
|
|
978
|
+
Type: number;
|
|
942
979
|
}
|
|
943
980
|
/**
|
|
944
981
|
* CreateResource返回参数结构体
|
|
@@ -1141,6 +1178,44 @@ export interface ClazzLevel {
|
|
|
1141
1178
|
*/
|
|
1142
1179
|
Level: string;
|
|
1143
1180
|
}
|
|
1181
|
+
/**
|
|
1182
|
+
* 空间和集群绑定关系
|
|
1183
|
+
*/
|
|
1184
|
+
export interface WorkSpaceClusterItem {
|
|
1185
|
+
/**
|
|
1186
|
+
* 集群 ID
|
|
1187
|
+
*/
|
|
1188
|
+
ClusterGroupId: number;
|
|
1189
|
+
/**
|
|
1190
|
+
* 集群 SerialId
|
|
1191
|
+
*/
|
|
1192
|
+
ClusterGroupSerialId: string;
|
|
1193
|
+
/**
|
|
1194
|
+
* 集群名称
|
|
1195
|
+
*/
|
|
1196
|
+
ClusterName: string;
|
|
1197
|
+
/**
|
|
1198
|
+
* 工作空间 SerialId
|
|
1199
|
+
*/
|
|
1200
|
+
WorkSpaceId: string;
|
|
1201
|
+
/**
|
|
1202
|
+
* 工作空间名称
|
|
1203
|
+
*/
|
|
1204
|
+
WorkSpaceName: string;
|
|
1205
|
+
/**
|
|
1206
|
+
* 绑定状态 2 绑定 1 解除绑定
|
|
1207
|
+
*/
|
|
1208
|
+
Status: number;
|
|
1209
|
+
/**
|
|
1210
|
+
* 项目ID
|
|
1211
|
+
*/
|
|
1212
|
+
ProjectId: number;
|
|
1213
|
+
/**
|
|
1214
|
+
* 项目ID string类型
|
|
1215
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1216
|
+
*/
|
|
1217
|
+
ProjectIdStr: string;
|
|
1218
|
+
}
|
|
1144
1219
|
/**
|
|
1145
1220
|
* CheckSavepoint请求参数结构体
|
|
1146
1221
|
*/
|
|
@@ -1952,6 +2027,11 @@ export interface Cluster {
|
|
|
1952
2027
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1953
2028
|
*/
|
|
1954
2029
|
Orders?: Array<Order>;
|
|
2030
|
+
/**
|
|
2031
|
+
* Gateway信息
|
|
2032
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2033
|
+
*/
|
|
2034
|
+
SqlGateways?: Array<SqlGatewayItem>;
|
|
1955
2035
|
}
|
|
1956
2036
|
/**
|
|
1957
2037
|
* DescribeJobSubmissionLog请求参数结构体
|
|
@@ -575,6 +575,7 @@ export interface SmartStructuralOCRV2Request {
|
|
|
575
575
|
RideHailingTransportLicense -- 网约车运输证
|
|
576
576
|
WayBill -- 快递运单
|
|
577
577
|
AccountOpeningPermit -- 银行开户许可证
|
|
578
|
+
InvoiceEng -- 海外发票模版
|
|
578
579
|
*/
|
|
579
580
|
ConfigId?: string;
|
|
580
581
|
}
|
|
@@ -1301,79 +1302,79 @@ export interface VehicleInvoiceInfo {
|
|
|
1301
1302
|
/**
|
|
1302
1303
|
* 车辆类型
|
|
1303
1304
|
*/
|
|
1304
|
-
CarType
|
|
1305
|
+
CarType?: string;
|
|
1305
1306
|
/**
|
|
1306
1307
|
* 厂牌型号
|
|
1307
1308
|
*/
|
|
1308
|
-
PlateModel
|
|
1309
|
+
PlateModel?: string;
|
|
1309
1310
|
/**
|
|
1310
1311
|
* 产地
|
|
1311
1312
|
*/
|
|
1312
|
-
ProduceAddress
|
|
1313
|
+
ProduceAddress?: string;
|
|
1313
1314
|
/**
|
|
1314
1315
|
* 合格证号
|
|
1315
1316
|
*/
|
|
1316
|
-
CertificateNo
|
|
1317
|
+
CertificateNo?: string;
|
|
1317
1318
|
/**
|
|
1318
1319
|
* 进口证明书号
|
|
1319
1320
|
*/
|
|
1320
|
-
ImportNo
|
|
1321
|
+
ImportNo?: string;
|
|
1321
1322
|
/**
|
|
1322
1323
|
* LSVCA2NP9HN0xxxxx
|
|
1323
1324
|
*/
|
|
1324
|
-
VinNo
|
|
1325
|
+
VinNo?: string;
|
|
1325
1326
|
/**
|
|
1326
1327
|
* 完税证书号
|
|
1327
1328
|
*/
|
|
1328
|
-
PayTaxesNo
|
|
1329
|
+
PayTaxesNo?: string;
|
|
1329
1330
|
/**
|
|
1330
1331
|
* 吨位
|
|
1331
1332
|
*/
|
|
1332
|
-
Tonnage
|
|
1333
|
+
Tonnage?: string;
|
|
1333
1334
|
/**
|
|
1334
1335
|
* 限乘人数
|
|
1335
1336
|
*/
|
|
1336
|
-
LimitCount
|
|
1337
|
+
LimitCount?: string;
|
|
1337
1338
|
/**
|
|
1338
1339
|
* 发动机号码
|
|
1339
1340
|
*/
|
|
1340
|
-
EngineNo
|
|
1341
|
+
EngineNo?: string;
|
|
1341
1342
|
/**
|
|
1342
1343
|
* 商检单号
|
|
1343
1344
|
*/
|
|
1344
|
-
BizCheckFormNo
|
|
1345
|
+
BizCheckFormNo?: string;
|
|
1345
1346
|
/**
|
|
1346
1347
|
* 主管税务机关代码
|
|
1347
1348
|
*/
|
|
1348
|
-
TaxtationOrgCode
|
|
1349
|
+
TaxtationOrgCode?: string;
|
|
1349
1350
|
/**
|
|
1350
1351
|
* 主管税务机关名称
|
|
1351
1352
|
*/
|
|
1352
|
-
TaxtationOrgName
|
|
1353
|
+
TaxtationOrgName?: string;
|
|
1353
1354
|
/**
|
|
1354
1355
|
* 税率
|
|
1355
1356
|
*/
|
|
1356
|
-
MotorTaxRate
|
|
1357
|
+
MotorTaxRate?: string;
|
|
1357
1358
|
/**
|
|
1358
|
-
*
|
|
1359
|
+
* 银行账号
|
|
1359
1360
|
*/
|
|
1360
|
-
MotorBankName
|
|
1361
|
+
MotorBankName?: string;
|
|
1361
1362
|
/**
|
|
1362
|
-
*
|
|
1363
|
+
* 开户行
|
|
1363
1364
|
*/
|
|
1364
|
-
MotorBankAccount
|
|
1365
|
+
MotorBankAccount?: string;
|
|
1365
1366
|
/**
|
|
1366
1367
|
* 销售地址
|
|
1367
1368
|
*/
|
|
1368
|
-
SellerAddress
|
|
1369
|
+
SellerAddress?: string;
|
|
1369
1370
|
/**
|
|
1370
1371
|
* 销售电话
|
|
1371
1372
|
*/
|
|
1372
|
-
SellerTel
|
|
1373
|
+
SellerTel?: string;
|
|
1373
1374
|
/**
|
|
1374
1375
|
* 购方身份证
|
|
1375
1376
|
*/
|
|
1376
|
-
BuyerNo
|
|
1377
|
+
BuyerNo?: string;
|
|
1377
1378
|
}
|
|
1378
1379
|
/**
|
|
1379
1380
|
* DriverLicenseOCR请求参数结构体
|
|
@@ -2802,7 +2803,7 @@ export interface VatInvoiceVerifyNewRequest {
|
|
|
2802
2803
|
*/
|
|
2803
2804
|
RegionCode?: string;
|
|
2804
2805
|
/**
|
|
2805
|
-
*
|
|
2806
|
+
* 销方税号,通用机打电子发票必填,区块链发票时必填
|
|
2806
2807
|
*/
|
|
2807
2808
|
SellerTaxCode?: string;
|
|
2808
2809
|
/**
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const organization: {
|
|
2
|
-
v20181225: {
|
|
3
|
-
Client: typeof import("./v20181225/organization_client").Client;
|
|
4
|
-
Models: typeof import("./v20181225/organization_models");
|
|
5
|
-
};
|
|
6
2
|
v20210331: {
|
|
7
3
|
Client: typeof import("./v20210331/organization_client").Client;
|
|
8
4
|
Models: typeof import("./v20210331/organization_models");
|
|
9
5
|
};
|
|
6
|
+
v20181225: {
|
|
7
|
+
Client: typeof import("./v20181225/organization_client").Client;
|
|
8
|
+
Models: typeof import("./v20181225/organization_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.organization = void 0;
|
|
4
|
-
const v20181225_1 = require("./v20181225");
|
|
5
4
|
const v20210331_1 = require("./v20210331");
|
|
5
|
+
const v20181225_1 = require("./v20181225");
|
|
6
6
|
exports.organization = {
|
|
7
|
-
v20181225: v20181225_1.v20181225,
|
|
8
7
|
v20210331: v20210331_1.v20210331,
|
|
8
|
+
v20181225: v20181225_1.v20181225,
|
|
9
9
|
};
|
|
@@ -1527,7 +1527,7 @@ export interface DescribeDataPvUrlStatisticsRequest {
|
|
|
1527
1527
|
*/
|
|
1528
1528
|
Device?: string;
|
|
1529
1529
|
/**
|
|
1530
|
-
*
|
|
1530
|
+
* 显示是否海外
|
|
1531
1531
|
*/
|
|
1532
1532
|
IsAbroad?: string;
|
|
1533
1533
|
/**
|
|
@@ -1547,6 +1547,10 @@ export interface DescribeDataPvUrlStatisticsRequest {
|
|
|
1547
1547
|
5:1d
|
|
1548
1548
|
*/
|
|
1549
1549
|
GroupByType?: number;
|
|
1550
|
+
/**
|
|
1551
|
+
* 无需关注,是否查询zhiyan
|
|
1552
|
+
*/
|
|
1553
|
+
IsNewData?: number;
|
|
1550
1554
|
}
|
|
1551
1555
|
/**
|
|
1552
1556
|
* 发布文件列表(SOURCEMAP)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const sms: {
|
|
2
|
-
v20190711: {
|
|
3
|
-
Client: typeof import("./v20190711/sms_client").Client;
|
|
4
|
-
Models: typeof import("./v20190711/sms_models");
|
|
5
|
-
};
|
|
6
2
|
v20210111: {
|
|
7
3
|
Client: typeof import("./v20210111/sms_client").Client;
|
|
8
4
|
Models: typeof import("./v20210111/sms_models");
|
|
9
5
|
};
|
|
6
|
+
v20190711: {
|
|
7
|
+
Client: typeof import("./v20190711/sms_client").Client;
|
|
8
|
+
Models: typeof import("./v20190711/sms_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.sms = void 0;
|
|
4
|
-
const v20190711_1 = require("./v20190711");
|
|
5
4
|
const v20210111_1 = require("./v20210111");
|
|
5
|
+
const v20190711_1 = require("./v20190711");
|
|
6
6
|
exports.sms = {
|
|
7
|
-
v20190711: v20190711_1.v20190711,
|
|
8
7
|
v20210111: v20210111_1.v20210111,
|
|
8
|
+
v20190711: v20190711_1.v20190711,
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const tbp: {
|
|
2
|
-
v20190311: {
|
|
3
|
-
Client: typeof import("./v20190311/tbp_client").Client;
|
|
4
|
-
Models: typeof import("./v20190311/tbp_models");
|
|
5
|
-
};
|
|
6
2
|
v20190627: {
|
|
7
3
|
Client: typeof import("./v20190627/tbp_client").Client;
|
|
8
4
|
Models: typeof import("./v20190627/tbp_models");
|
|
9
5
|
};
|
|
6
|
+
v20190311: {
|
|
7
|
+
Client: typeof import("./v20190311/tbp_client").Client;
|
|
8
|
+
Models: typeof import("./v20190311/tbp_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tbp = void 0;
|
|
4
|
-
const v20190311_1 = require("./v20190311");
|
|
5
4
|
const v20190627_1 = require("./v20190627");
|
|
5
|
+
const v20190311_1 = require("./v20190311");
|
|
6
6
|
exports.tbp = {
|
|
7
|
-
v20190311: v20190311_1.v20190311,
|
|
8
7
|
v20190627: v20190627_1.v20190627,
|
|
8
|
+
v20190311: v20190311_1.v20190311,
|
|
9
9
|
};
|
|
@@ -4262,7 +4262,7 @@ export interface ResetMsgSubOffsetByTimestampResponse {
|
|
|
4262
4262
|
* 结果。
|
|
4263
4263
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4264
4264
|
*/
|
|
4265
|
-
Result
|
|
4265
|
+
Result?: boolean;
|
|
4266
4266
|
/**
|
|
4267
4267
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4268
4268
|
*/
|
|
@@ -5029,7 +5029,7 @@ export interface ModifyTopicRequest {
|
|
|
5029
5029
|
*/
|
|
5030
5030
|
TopicName: string;
|
|
5031
5031
|
/**
|
|
5032
|
-
* 分区数,必须大于或者等于原分区数,若想维持原分区数请输入原数目,修改分区数仅对非全局顺序消息起效果,不允许超过
|
|
5032
|
+
* 分区数,必须大于或者等于原分区数,若想维持原分区数请输入原数目,修改分区数仅对非全局顺序消息起效果,不允许超过32个分区。
|
|
5033
5033
|
*/
|
|
5034
5034
|
Partitions: number;
|
|
5035
5035
|
/**
|
|
@@ -5069,7 +5069,7 @@ export interface ResetMsgSubOffsetByTimestampRequest {
|
|
|
5069
5069
|
/**
|
|
5070
5070
|
* Pulsar 集群的ID
|
|
5071
5071
|
*/
|
|
5072
|
-
ClusterId
|
|
5072
|
+
ClusterId: string;
|
|
5073
5073
|
}
|
|
5074
5074
|
/**
|
|
5075
5075
|
* CreateEnvironmentRole返回参数结构体
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const tem: {
|
|
2
|
-
v20201221: {
|
|
3
|
-
Client: typeof import("./v20201221/tem_client").Client;
|
|
4
|
-
Models: typeof import("./v20201221/tem_models");
|
|
5
|
-
};
|
|
6
2
|
v20210701: {
|
|
7
3
|
Client: typeof import("./v20210701/tem_client").Client;
|
|
8
4
|
Models: typeof import("./v20210701/tem_models");
|
|
9
5
|
};
|
|
6
|
+
v20201221: {
|
|
7
|
+
Client: typeof import("./v20201221/tem_client").Client;
|
|
8
|
+
Models: typeof import("./v20201221/tem_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tem = void 0;
|
|
4
|
-
const v20201221_1 = require("./v20201221");
|
|
5
4
|
const v20210701_1 = require("./v20210701");
|
|
5
|
+
const v20201221_1 = require("./v20201221");
|
|
6
6
|
exports.tem = {
|
|
7
|
-
v20201221: v20201221_1.v20201221,
|
|
8
7
|
v20210701: v20210701_1.v20210701,
|
|
8
|
+
v20201221: v20201221_1.v20201221,
|
|
9
9
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const thpc: {
|
|
2
|
-
v20211109: {
|
|
3
|
-
Client: typeof import("./v20211109/thpc_client").Client;
|
|
4
|
-
Models: typeof import("./v20211109/thpc_models");
|
|
5
|
-
};
|
|
6
2
|
v20220401: {
|
|
7
3
|
Client: typeof import("./v20220401/thpc_client").Client;
|
|
8
4
|
Models: typeof import("./v20220401/thpc_models");
|
|
9
5
|
};
|
|
6
|
+
v20211109: {
|
|
7
|
+
Client: typeof import("./v20211109/thpc_client").Client;
|
|
8
|
+
Models: typeof import("./v20211109/thpc_models");
|
|
9
|
+
};
|
|
10
10
|
v20230321: {
|
|
11
11
|
Client: typeof import("./v20230321/thpc_client").Client;
|
|
12
12
|
Models: typeof import("./v20230321/thpc_models");
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.thpc = void 0;
|
|
4
|
-
const v20211109_1 = require("./v20211109");
|
|
5
4
|
const v20220401_1 = require("./v20220401");
|
|
5
|
+
const v20211109_1 = require("./v20211109");
|
|
6
6
|
const v20230321_1 = require("./v20230321");
|
|
7
7
|
exports.thpc = {
|
|
8
|
-
v20211109: v20211109_1.v20211109,
|
|
9
8
|
v20220401: v20220401_1.v20220401,
|
|
9
|
+
v20211109: v20211109_1.v20211109,
|
|
10
10
|
v20230321: v20230321_1.v20230321,
|
|
11
11
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const tione: {
|
|
2
|
-
v20211111: {
|
|
3
|
-
Client: typeof import("./v20211111/tione_client").Client;
|
|
4
|
-
Models: typeof import("./v20211111/tione_models");
|
|
5
|
-
};
|
|
6
2
|
v20191022: {
|
|
7
3
|
Client: typeof import("./v20191022/tione_client").Client;
|
|
8
4
|
Models: typeof import("./v20191022/tione_models");
|
|
9
5
|
};
|
|
6
|
+
v20211111: {
|
|
7
|
+
Client: typeof import("./v20211111/tione_client").Client;
|
|
8
|
+
Models: typeof import("./v20211111/tione_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tione = void 0;
|
|
4
|
-
const v20211111_1 = require("./v20211111");
|
|
5
4
|
const v20191022_1 = require("./v20191022");
|
|
5
|
+
const v20211111_1 = require("./v20211111");
|
|
6
6
|
exports.tione = {
|
|
7
|
-
v20211111: v20211111_1.v20211111,
|
|
8
7
|
v20191022: v20191022_1.v20191022,
|
|
8
|
+
v20211111: v20211111_1.v20211111,
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const tms: {
|
|
2
|
-
v20201229: {
|
|
3
|
-
Client: typeof import("./v20201229/tms_client").Client;
|
|
4
|
-
Models: typeof import("./v20201229/tms_models");
|
|
5
|
-
};
|
|
6
2
|
v20200713: {
|
|
7
3
|
Client: typeof import("./v20200713/tms_client").Client;
|
|
8
4
|
Models: typeof import("./v20200713/tms_models");
|
|
9
5
|
};
|
|
6
|
+
v20201229: {
|
|
7
|
+
Client: typeof import("./v20201229/tms_client").Client;
|
|
8
|
+
Models: typeof import("./v20201229/tms_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tms = void 0;
|
|
4
|
-
const v20201229_1 = require("./v20201229");
|
|
5
4
|
const v20200713_1 = require("./v20200713");
|
|
5
|
+
const v20201229_1 = require("./v20201229");
|
|
6
6
|
exports.tms = {
|
|
7
|
-
v20201229: v20201229_1.v20201229,
|
|
8
7
|
v20200713: v20200713_1.v20200713,
|
|
8
|
+
v20201229: v20201229_1.v20201229,
|
|
9
9
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayNodesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DeleteNativeGatewayServerGroupResponse, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeSREInstanceAccessAddressResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, CreateNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayCertificatesRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewayServicesRequest, DescribeCloudNativeAPIGatewayCertificatesResponse, UpdateEngineInternetAccessRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DescribeSREInstancesRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeZookeeperReplicasRequest, DeleteCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayPortsResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, DeleteNativeGatewayServerGroupRequest, ModifyCloudNativeAPIGatewayRouteResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, DescribeCloudNativeAPIGatewayConfigResponse, CreateCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayConfigRequest, DescribeCloudNativeAPIGatewaysRequest, DescribeNacosServerInterfacesResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, DeleteCloudNativeAPIGatewayServiceRequest, CreateCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayCanaryRuleRequest, ModifyNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, DescribeOneCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewaysResponse, UpdateEngineInternetAccessResponse, UpdateCloudNativeAPIGatewaySpecRequest, DescribeCloudNativeAPIGatewayServicesResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, DeleteEngineRequest, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeSREInstanceAccessAddressRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, DeleteCloudNativeAPIGatewayCertificateRequest, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, UpdateCloudNativeAPIGatewaySpecResponse, DescribeZookeeperServerInterfacesResponse, DescribeNativeGatewayServerGroupsRequest, DeleteCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, UpdateCloudNativeAPIGatewayCertificateInfoRequest, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DeleteCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayCertificateRequest, ModifyCloudNativeAPIGatewayResponse, DescribeZookeeperServerInterfacesRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayRequest, DescribeNativeGatewayServerGroupsResponse, DeleteCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesRequest, DescribeSREInstancesResponse, DescribeCloudNativeAPIGatewayCertificateDetailsRequest, CreateCloudNativeAPIGatewayRouteRequest, CreateNativeGatewayServerGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitRequest, DescribeZookeeperReplicasResponse, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRequest, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, DescribeCloudNativeAPIGatewayPortsRequest, ModifyNativeGatewayServerGroupResponse, UpdateCloudNativeAPIGatewayCertificateInfoResponse } from "./tse_models";
|
|
3
|
+
import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayNodesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DeleteNativeGatewayServerGroupResponse, ModifyCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeSREInstanceAccessAddressResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, CreateNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayCertificatesRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRequest, ModifyCloudNativeAPIGatewayCertificateRequest, DescribeCloudNativeAPIGatewayServicesRequest, DescribeCloudNativeAPIGatewayCertificatesResponse, UpdateEngineInternetAccessRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DescribeSREInstancesRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeZookeeperReplicasRequest, DeleteCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayPortsResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, DeleteNativeGatewayServerGroupRequest, ModifyCloudNativeAPIGatewayRouteResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, DescribeCloudNativeAPIGatewayConfigResponse, CreateCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayConfigRequest, DescribeCloudNativeAPIGatewaysRequest, DescribeNacosServerInterfacesResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, DeleteCloudNativeAPIGatewayServiceRequest, CreateCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayCanaryRuleRequest, ModifyNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, DescribeOneCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewaysResponse, UpdateEngineInternetAccessResponse, UpdateCloudNativeAPIGatewaySpecRequest, DescribeCloudNativeAPIGatewayServicesResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, DeleteEngineRequest, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeSREInstanceAccessAddressRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, DeleteCloudNativeAPIGatewayCertificateRequest, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, UpdateCloudNativeAPIGatewaySpecResponse, DescribeZookeeperServerInterfacesResponse, DescribeNativeGatewayServerGroupsRequest, DeleteCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, UpdateCloudNativeAPIGatewayCertificateInfoRequest, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DeleteCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayCertificateRequest, ModifyCloudNativeAPIGatewayResponse, DescribeZookeeperServerInterfacesRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayRequest, DescribeNativeGatewayServerGroupsResponse, DeleteCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesRequest, DescribeSREInstancesResponse, DescribeCloudNativeAPIGatewayCertificateDetailsRequest, CreateCloudNativeAPIGatewayRouteRequest, CreateNativeGatewayServerGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitRequest, DescribeZookeeperReplicasResponse, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRequest, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, DescribeCloudNativeAPIGatewayPortsRequest, ModifyNativeGatewayServerGroupResponse, UpdateCloudNativeAPIGatewayCertificateInfoResponse } from "./tse_models";
|
|
4
4
|
/**
|
|
5
5
|
* tse client
|
|
6
6
|
* @class
|
|
@@ -71,6 +71,10 @@ export declare class Client extends AbstractClient {
|
|
|
71
71
|
* 删除引擎实例
|
|
72
72
|
*/
|
|
73
73
|
DeleteEngine(req: DeleteEngineRequest, cb?: (error: string, rep: DeleteEngineResponse) => void): Promise<DeleteEngineResponse>;
|
|
74
|
+
/**
|
|
75
|
+
* 更新云原生网关证书
|
|
76
|
+
*/
|
|
77
|
+
ModifyCloudNativeAPIGatewayCertificate(req: ModifyCloudNativeAPIGatewayCertificateRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayCertificateResponse) => void): Promise<ModifyCloudNativeAPIGatewayCertificateResponse>;
|
|
74
78
|
/**
|
|
75
79
|
* 删除云原生网关的灰度规则
|
|
76
80
|
*/
|
|
@@ -123,6 +123,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
123
123
|
async DeleteEngine(req, cb) {
|
|
124
124
|
return this.request("DeleteEngine", req, cb);
|
|
125
125
|
}
|
|
126
|
+
/**
|
|
127
|
+
* 更新云原生网关证书
|
|
128
|
+
*/
|
|
129
|
+
async ModifyCloudNativeAPIGatewayCertificate(req, cb) {
|
|
130
|
+
return this.request("ModifyCloudNativeAPIGatewayCertificate", req, cb);
|
|
131
|
+
}
|
|
126
132
|
/**
|
|
127
133
|
* 删除云原生网关的灰度规则
|
|
128
134
|
*/
|
|
@@ -306,6 +306,15 @@ export interface DeleteNativeGatewayServerGroupResponse {
|
|
|
306
306
|
*/
|
|
307
307
|
RequestId?: string;
|
|
308
308
|
}
|
|
309
|
+
/**
|
|
310
|
+
* ModifyCloudNativeAPIGatewayCertificate返回参数结构体
|
|
311
|
+
*/
|
|
312
|
+
export interface ModifyCloudNativeAPIGatewayCertificateResponse {
|
|
313
|
+
/**
|
|
314
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
315
|
+
*/
|
|
316
|
+
RequestId?: string;
|
|
317
|
+
}
|
|
309
318
|
/**
|
|
310
319
|
* CreateCloudNativeAPIGatewayRouteRateLimit返回参数结构体
|
|
311
320
|
*/
|
|
@@ -683,6 +692,48 @@ export interface ExternalRedis {
|
|
|
683
692
|
*/
|
|
684
693
|
RedisTimeout: number;
|
|
685
694
|
}
|
|
695
|
+
/**
|
|
696
|
+
* ModifyCloudNativeAPIGatewayCertificate请求参数结构体
|
|
697
|
+
*/
|
|
698
|
+
export interface ModifyCloudNativeAPIGatewayCertificateRequest {
|
|
699
|
+
/**
|
|
700
|
+
* 网关ID
|
|
701
|
+
*/
|
|
702
|
+
GatewayId: string;
|
|
703
|
+
/**
|
|
704
|
+
* 证书id
|
|
705
|
+
*/
|
|
706
|
+
Id: string;
|
|
707
|
+
/**
|
|
708
|
+
* 证书名称,即将废弃
|
|
709
|
+
* @deprecated
|
|
710
|
+
*/
|
|
711
|
+
Name?: string;
|
|
712
|
+
/**
|
|
713
|
+
* 证书私钥,CertSource为native时必填。
|
|
714
|
+
*/
|
|
715
|
+
Key?: string;
|
|
716
|
+
/**
|
|
717
|
+
* 证书pem格式,CertSource为native时必填。
|
|
718
|
+
*/
|
|
719
|
+
Crt?: string;
|
|
720
|
+
/**
|
|
721
|
+
* 绑定的域名,即将废弃
|
|
722
|
+
* @deprecated
|
|
723
|
+
*/
|
|
724
|
+
BindDomains?: Array<string>;
|
|
725
|
+
/**
|
|
726
|
+
* ssl平台证书 Id,CertSource为ssl时必填。
|
|
727
|
+
*/
|
|
728
|
+
CertId?: string;
|
|
729
|
+
/**
|
|
730
|
+
* 证书来源
|
|
731
|
+
- ssl (ssl平台证书),默认值
|
|
732
|
+
- native (kong自定义证书)
|
|
733
|
+
|
|
734
|
+
*/
|
|
735
|
+
CertSource?: string;
|
|
736
|
+
}
|
|
686
737
|
/**
|
|
687
738
|
* 多环境网络信息
|
|
688
739
|
*/
|