tencentcloud-sdk-nodejs 4.0.267 → 4.0.271
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 +868 -0
- package/SERVICE_CHANGELOG.md +855 -169
- package/package.json +1 -1
- package/products.md +41 -40
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +3 -2
- package/src/services/apigateway/v20180808/apigateway_models.ts +56 -22
- package/src/services/as/v20180419/as_models.ts +8 -3
- package/src/services/billing/v20180709/billing_models.ts +18 -0
- package/src/services/cam/v20190116/cam_client.ts +21 -7
- package/src/services/cam/v20190116/cam_models.ts +134 -11
- package/src/services/cbs/v20170312/cbs_models.ts +11 -1
- package/src/services/cdb/v20170320/cdb_client.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +8 -3
- package/src/services/clb/v20180317/clb_client.ts +3 -0
- package/src/services/clb/v20180317/clb_models.ts +5 -0
- package/src/services/cls/v20201016/cls_models.ts +3 -49
- package/src/services/cwp/v20180228/cwp_client.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +44 -2
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +28 -4
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +166 -71
- package/src/services/dcdb/v20180411/dcdb_models.ts +21 -5
- package/src/services/dlc/v20210125/dlc_models.ts +2 -3
- package/src/services/eb/index.ts +5 -0
- package/src/services/eb/v20210416/eb_client.ts +353 -0
- package/src/services/eb/v20210416/eb_models.ts +1483 -0
- package/src/services/eb/v20210416/index.ts +6 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +12 -19
- package/src/services/essbasic/v20210526/essbasic_models.ts +32 -7
- package/src/services/faceid/v20180301/faceid_client.ts +15 -1
- package/src/services/faceid/v20180301/faceid_models.ts +128 -8
- package/src/services/gaap/v20180529/gaap_models.ts +115 -1
- package/src/services/gs/v20191118/gs_client.ts +24 -0
- package/src/services/gs/v20191118/gs_models.ts +45 -0
- package/src/services/index.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +542 -431
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +538 -64
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +7 -2
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +20 -0
- package/src/services/live/v20180801/live_models.ts +1 -0
- package/src/services/mariadb/v20170312/mariadb_client.ts +13 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +158 -26
- package/src/services/monitor/v20180724/monitor_models.ts +12 -0
- package/src/services/ocr/v20181119/ocr_models.ts +3 -2
- package/src/services/postgres/v20170312/postgres_client.ts +87 -13
- package/src/services/postgres/v20170312/postgres_models.ts +370 -13
- package/src/services/rce/v20201103/rce_models.ts +5 -0
- package/src/services/scf/v20180416/scf_models.ts +9 -3
- package/src/services/sms/v20190711/sms_client.ts +2 -1
- package/src/services/sms/v20190711/sms_models.ts +19 -15
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +6 -1
- package/src/services/ssm/v20190923/ssm_client.ts +3 -2
- package/src/services/ssm/v20190923/ssm_models.ts +36 -14
- package/src/services/tcss/v20201101/tcss_models.ts +31 -5
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/tem/v20210701/tem_models.ts +37 -3
- package/src/services/tke/v20180525/tke_models.ts +13 -0
- package/src/services/tsf/v20180326/tsf_models.ts +12 -0
- package/src/services/vod/v20180717/vod_models.ts +18 -1
- package/src/services/wav/v20210129/wav_client.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +48 -18
- package/tencentcloud/services/as/v20180419/as_models.d.ts +7 -3
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +17 -0
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +7 -3
- package/tencentcloud/services/cam/v20190116/cam_client.js +9 -3
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +113 -10
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +9 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +7 -3
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +3 -0
- package/tencentcloud/services/clb/v20180317/clb_client.js +3 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -48
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -2
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +9 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +12 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +143 -63
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +18 -5
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +2 -3
- package/tencentcloud/services/eb/index.d.ts +6 -0
- package/tencentcloud/services/eb/index.js +7 -0
- package/tencentcloud/services/eb/v20210416/eb_client.d.ts +110 -0
- package/tencentcloud/services/eb/v20210416/eb_client.js +181 -0
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +1248 -0
- package/tencentcloud/services/eb/v20210416/eb_models.js +18 -0
- package/tencentcloud/services/eb/v20210416/index.d.ts +6 -0
- package/tencentcloud/services/eb/v20210416/index.js +9 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +10 -17
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +10 -17
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +27 -7
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +108 -8
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +102 -1
- package/tencentcloud/services/gs/v20191118/gs_client.d.ts +9 -1
- package/tencentcloud/services/gs/v20191118/gs_client.js +12 -0
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +40 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +179 -143
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +267 -213
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +462 -59
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +6 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +17 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +130 -21
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +10 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -2
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +29 -5
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +42 -6
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +313 -12
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +4 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +8 -3
- package/tencentcloud/services/sms/v20190711/sms_client.d.ts +2 -1
- package/tencentcloud/services/sms/v20190711/sms_client.js +2 -1
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +19 -15
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +5 -1
- package/tencentcloud/services/ssm/v20190923/ssm_client.d.ts +2 -1
- package/tencentcloud/services/ssm/v20190923/ssm_client.js +2 -1
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +33 -14
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +25 -3
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +31 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +11 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +10 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +17 -1
- package/tencentcloud/services/wav/v20210129/wav_client.d.ts +2 -2
- package/tencentcloud/services/wav/v20210129/wav_client.js +2 -2
- package/test/cam.v20190116.test.js +12 -2
- package/test/dbbrain.v20210527.test.js +20 -0
- package/test/eb.v20210416.test.js +271 -0
- package/test/faceid.v20180301.test.js +10 -0
- package/test/gs.v20191118.test.js +20 -0
- package/test/iotexplorer.v20190423.test.js +240 -150
- package/test/mariadb.v20170312.test.js +10 -0
- package/test/postgres.v20170312.test.js +64 -4
|
@@ -42,7 +42,7 @@ export interface RestoreSecretResponse {
|
|
|
42
42
|
/**
|
|
43
43
|
* 凭据名称。
|
|
44
44
|
*/
|
|
45
|
-
SecretName
|
|
45
|
+
SecretName: string
|
|
46
46
|
|
|
47
47
|
/**
|
|
48
48
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -57,7 +57,7 @@ export interface UpdateDescriptionResponse {
|
|
|
57
57
|
/**
|
|
58
58
|
* 凭据名称。
|
|
59
59
|
*/
|
|
60
|
-
SecretName
|
|
60
|
+
SecretName: string
|
|
61
61
|
|
|
62
62
|
/**
|
|
63
63
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -123,7 +123,7 @@ export interface DescribeSecretResponse {
|
|
|
123
123
|
ResourceID: string
|
|
124
124
|
|
|
125
125
|
/**
|
|
126
|
-
* 是否开启轮转:True -- 开启轮转;False --
|
|
126
|
+
* 是否开启轮转:True -- 开启轮转;False -- 关闭轮转。
|
|
127
127
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
128
128
|
*/
|
|
129
129
|
RotationStatus: boolean
|
|
@@ -152,6 +152,12 @@ export interface DescribeSecretResponse {
|
|
|
152
152
|
*/
|
|
153
153
|
AssociatedInstanceIDs: Array<string>
|
|
154
154
|
|
|
155
|
+
/**
|
|
156
|
+
* 当凭据类型为云API密钥对凭据时,此字段有效,用于表示此云API密钥对所属的用户UIN。
|
|
157
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
158
|
+
*/
|
|
159
|
+
TargetUin: number
|
|
160
|
+
|
|
155
161
|
/**
|
|
156
162
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
157
163
|
*/
|
|
@@ -368,7 +374,7 @@ export interface GetRegionsResponse {
|
|
|
368
374
|
/**
|
|
369
375
|
* region列表。
|
|
370
376
|
*/
|
|
371
|
-
Regions
|
|
377
|
+
Regions: Array<string>
|
|
372
378
|
|
|
373
379
|
/**
|
|
374
380
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -468,7 +474,10 @@ export interface SecretMetadata {
|
|
|
468
474
|
NextRotationTime: number
|
|
469
475
|
|
|
470
476
|
/**
|
|
471
|
-
* 0 -- 用户自定义凭据;
|
|
477
|
+
* 0 -- 用户自定义凭据;
|
|
478
|
+
1 -- 云产品凭据;
|
|
479
|
+
2 -- SSH密钥对凭据;
|
|
480
|
+
3 -- 云API密钥对凭据;
|
|
472
481
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
473
482
|
*/
|
|
474
483
|
SecretType: number
|
|
@@ -496,6 +505,12 @@ export interface SecretMetadata {
|
|
|
496
505
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
497
506
|
*/
|
|
498
507
|
AssociatedInstanceIDs: Array<string>
|
|
508
|
+
|
|
509
|
+
/**
|
|
510
|
+
* 当凭据类型为云API密钥对凭据时,此字段有效,用于表示云API密钥对所属的用户UIN。
|
|
511
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
512
|
+
*/
|
|
513
|
+
TargetUin: number
|
|
499
514
|
}
|
|
500
515
|
|
|
501
516
|
/**
|
|
@@ -572,24 +587,24 @@ export interface CreateSecretResponse {
|
|
|
572
587
|
/**
|
|
573
588
|
* 新创建的凭据名称。
|
|
574
589
|
*/
|
|
575
|
-
SecretName
|
|
590
|
+
SecretName: string
|
|
576
591
|
|
|
577
592
|
/**
|
|
578
593
|
* 新创建的凭据版本。
|
|
579
594
|
*/
|
|
580
|
-
VersionId
|
|
595
|
+
VersionId: string
|
|
581
596
|
|
|
582
597
|
/**
|
|
583
598
|
* 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误
|
|
584
599
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
585
600
|
*/
|
|
586
|
-
TagCode
|
|
601
|
+
TagCode: number
|
|
587
602
|
|
|
588
603
|
/**
|
|
589
604
|
* 标签操作的返回信息
|
|
590
605
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
591
606
|
*/
|
|
592
|
-
TagMsg
|
|
607
|
+
TagMsg: string
|
|
593
608
|
|
|
594
609
|
/**
|
|
595
610
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -697,6 +712,7 @@ export interface ListSecretsRequest {
|
|
|
697
712
|
* 0 -- 表示用户自定义凭据,默认为0。
|
|
698
713
|
1 -- 表示用户云产品凭据。
|
|
699
714
|
2 -- 表示SSH密钥对凭据。
|
|
715
|
+
3 -- 表示云API密钥对凭据。
|
|
700
716
|
*/
|
|
701
717
|
SecretType?: number
|
|
702
718
|
|
|
@@ -861,7 +877,7 @@ export interface RestoreSecretRequest {
|
|
|
861
877
|
*/
|
|
862
878
|
export interface RotateProductSecretResponse {
|
|
863
879
|
/**
|
|
864
|
-
*
|
|
880
|
+
* 当凭据类型为云产品凭据时(即SecretType为1,如Mysq、Tdsql等托管凭据)此字段有效,返回轮转异步任务ID号。
|
|
865
881
|
*/
|
|
866
882
|
FlowID: number
|
|
867
883
|
|
|
@@ -999,12 +1015,18 @@ export interface GetServiceStatusResponse {
|
|
|
999
1015
|
/**
|
|
1000
1016
|
* true表示服务已开通,false 表示服务尚未开通。
|
|
1001
1017
|
*/
|
|
1002
|
-
ServiceEnabled
|
|
1018
|
+
ServiceEnabled: boolean
|
|
1003
1019
|
|
|
1004
1020
|
/**
|
|
1005
1021
|
* 服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放。
|
|
1006
1022
|
*/
|
|
1007
|
-
InvalidType
|
|
1023
|
+
InvalidType: number
|
|
1024
|
+
|
|
1025
|
+
/**
|
|
1026
|
+
* true表示用户已经可以使用云API密钥安全托管功能,
|
|
1027
|
+
false表示用户暂时不能使用云API密钥安全托管功能。
|
|
1028
|
+
*/
|
|
1029
|
+
AccessKeyEscrowEnabled: boolean
|
|
1008
1030
|
|
|
1009
1031
|
/**
|
|
1010
1032
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1267,13 +1289,13 @@ export interface ListSecretVersionIdsResponse {
|
|
|
1267
1289
|
/**
|
|
1268
1290
|
* 凭据名称。
|
|
1269
1291
|
*/
|
|
1270
|
-
SecretName
|
|
1292
|
+
SecretName: string
|
|
1271
1293
|
|
|
1272
1294
|
/**
|
|
1273
1295
|
* VersionId列表。
|
|
1274
1296
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1275
1297
|
*/
|
|
1276
|
-
Versions
|
|
1298
|
+
Versions: Array<VersionInfo>
|
|
1277
1299
|
|
|
1278
1300
|
/**
|
|
1279
1301
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -481,8 +481,12 @@ export interface AddEditAbnormalProcessRuleRequest {
|
|
|
481
481
|
*/
|
|
482
482
|
export interface DescribeComplianceTaskAssetSummaryRequest {
|
|
483
483
|
/**
|
|
484
|
-
|
|
485
|
-
|
|
484
|
+
* 资产类型列表。
|
|
485
|
+
ASSET_CONTAINER, 容器
|
|
486
|
+
ASSET_IMAGE, 镜像
|
|
487
|
+
ASSET_HOST, 主机
|
|
488
|
+
ASSET_K8S, K8S资产
|
|
489
|
+
*/
|
|
486
490
|
AssetTypeSet: Array<string>
|
|
487
491
|
}
|
|
488
492
|
|
|
@@ -4280,6 +4284,7 @@ ASSET_CONTAINER, 容器
|
|
|
4280
4284
|
ASSET_IMAGE, 镜像
|
|
4281
4285
|
ASSET_HOST, 主机
|
|
4282
4286
|
ASSET_K8S, K8S资产
|
|
4287
|
+
AssetTypeSet, PolicySetId, PeriodTaskId三个参数,必须要给其中一个参数填写有效的值。
|
|
4283
4288
|
*/
|
|
4284
4289
|
AssetTypeSet?: Array<string>
|
|
4285
4290
|
|
|
@@ -4943,7 +4948,7 @@ export interface HostInfo {
|
|
|
4943
4948
|
IsContainerd: boolean
|
|
4944
4949
|
|
|
4945
4950
|
/**
|
|
4946
|
-
*
|
|
4951
|
+
* 主机来源:["CVM", "ECM", "LH", "BM"] 中的之一为腾讯云服务器;["Other"]之一非腾讯云服务器;
|
|
4947
4952
|
*/
|
|
4948
4953
|
MachineType: string
|
|
4949
4954
|
|
|
@@ -4956,6 +4961,16 @@ export interface HostInfo {
|
|
|
4956
4961
|
* 主机uuid
|
|
4957
4962
|
*/
|
|
4958
4963
|
Uuid: string
|
|
4964
|
+
|
|
4965
|
+
/**
|
|
4966
|
+
* 主机实例ID
|
|
4967
|
+
*/
|
|
4968
|
+
InstanceID: string
|
|
4969
|
+
|
|
4970
|
+
/**
|
|
4971
|
+
* 地域ID
|
|
4972
|
+
*/
|
|
4973
|
+
RegionID: number
|
|
4959
4974
|
}
|
|
4960
4975
|
|
|
4961
4976
|
/**
|
|
@@ -5379,6 +5394,16 @@ export interface DescribeAssetHostDetailResponse {
|
|
|
5379
5394
|
*/
|
|
5380
5395
|
PublicIp: string
|
|
5381
5396
|
|
|
5397
|
+
/**
|
|
5398
|
+
* 主机实例ID
|
|
5399
|
+
*/
|
|
5400
|
+
InstanceID: string
|
|
5401
|
+
|
|
5402
|
+
/**
|
|
5403
|
+
* 地域ID
|
|
5404
|
+
*/
|
|
5405
|
+
RegionID: number
|
|
5406
|
+
|
|
5382
5407
|
/**
|
|
5383
5408
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5384
5409
|
*/
|
|
@@ -10818,6 +10843,7 @@ export interface DescribeAssetHostListRequest {
|
|
|
10818
10843
|
<li>HostID- string - 是否必填:否 - 主机id搜索</li>
|
|
10819
10844
|
<li>DockerVersion- string - 是否必填:否 - docker版本搜索</li>
|
|
10820
10845
|
<li>MachineType- string - 是否必填:否 - 主机来源MachineType搜索,"ALL":"全部"(或不传该字段),"TENCENTCLOUD":"腾讯云服务器","OTHERCLOUD":"非腾讯云服务器"</li>
|
|
10846
|
+
<li>DockerStatus- string - 是否必填:否 - docker安装状态,"ALL":"全部"(或不传该字段),"INSTALL":"已安装","UNINSTALL":"未安装"</li>
|
|
10821
10847
|
*/
|
|
10822
10848
|
Filters?: Array<AssetFilters>
|
|
10823
10849
|
|
|
@@ -11129,12 +11155,12 @@ export interface ServiceInfo {
|
|
|
11129
11155
|
*/
|
|
11130
11156
|
export interface AddEditReverseShellWhiteListRequest {
|
|
11131
11157
|
/**
|
|
11132
|
-
*
|
|
11158
|
+
* 增加或编辑白名单信息。新增白名单时WhiteListInfo.id为空,编辑白名单WhiteListInfo.id不能为空。
|
|
11133
11159
|
*/
|
|
11134
11160
|
WhiteListInfo: ReverseShellWhiteListInfo
|
|
11135
11161
|
|
|
11136
11162
|
/**
|
|
11137
|
-
*
|
|
11163
|
+
* 仅在添加事件白名单时候使用
|
|
11138
11164
|
*/
|
|
11139
11165
|
EventId?: string
|
|
11140
11166
|
}
|
|
@@ -674,8 +674,10 @@ export interface DeployApplicationRequest {
|
|
|
674
674
|
|
|
675
675
|
/**
|
|
676
676
|
* JDK 版本。
|
|
677
|
-
- KONA:使用 kona jdk。
|
|
678
|
-
- OPEN:使用 open jdk。
|
|
677
|
+
- KONA:8:使用 kona jdk 8。
|
|
678
|
+
- OPEN:8:使用 open jdk 8。
|
|
679
|
+
- KONA:11:使用 kona jdk 11。
|
|
680
|
+
- OPEN:11:使用 open jdk 11。
|
|
679
681
|
*/
|
|
680
682
|
JdkVersion?: string
|
|
681
683
|
|
|
@@ -768,6 +770,21 @@ export interface DeployApplicationRequest {
|
|
|
768
770
|
* 是否启用log,1为启用,0为不启用
|
|
769
771
|
*/
|
|
770
772
|
LogEnable?: number
|
|
773
|
+
|
|
774
|
+
/**
|
|
775
|
+
* (除开镜像配置)配置是否修改
|
|
776
|
+
*/
|
|
777
|
+
ConfEdited?: boolean
|
|
778
|
+
|
|
779
|
+
/**
|
|
780
|
+
* 是否开启应用加速
|
|
781
|
+
*/
|
|
782
|
+
SpeedUp?: boolean
|
|
783
|
+
|
|
784
|
+
/**
|
|
785
|
+
* 启动探针配置
|
|
786
|
+
*/
|
|
787
|
+
StartupProbe?: HealthCheckConfig
|
|
771
788
|
}
|
|
772
789
|
|
|
773
790
|
/**
|
|
@@ -1868,6 +1885,11 @@ export interface DeployStrategyConf {
|
|
|
1868
1885
|
* 每批暂停间隔
|
|
1869
1886
|
*/
|
|
1870
1887
|
BatchInterval?: number
|
|
1888
|
+
|
|
1889
|
+
/**
|
|
1890
|
+
* 最小可用实例数
|
|
1891
|
+
*/
|
|
1892
|
+
MinAvailable?: number
|
|
1871
1893
|
}
|
|
1872
1894
|
|
|
1873
1895
|
/**
|
|
@@ -2145,7 +2167,7 @@ export interface CreateEnvironmentRequest {
|
|
|
2145
2167
|
*/
|
|
2146
2168
|
export interface Pair {
|
|
2147
2169
|
/**
|
|
2148
|
-
*
|
|
2170
|
+
* 键
|
|
2149
2171
|
*/
|
|
2150
2172
|
Key: string
|
|
2151
2173
|
|
|
@@ -2153,4 +2175,16 @@ export interface Pair {
|
|
|
2153
2175
|
* 值
|
|
2154
2176
|
*/
|
|
2155
2177
|
Value: string
|
|
2178
|
+
|
|
2179
|
+
/**
|
|
2180
|
+
* 类型,default 为自定义,reserved 为系统变量,referenced 为引用配置项
|
|
2181
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2182
|
+
*/
|
|
2183
|
+
Type?: string
|
|
2184
|
+
|
|
2185
|
+
/**
|
|
2186
|
+
* 配置名称
|
|
2187
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2188
|
+
*/
|
|
2189
|
+
Config?: string
|
|
2156
2190
|
}
|
|
@@ -1714,6 +1714,12 @@ export interface PrometheusAlertRule {
|
|
|
1714
1714
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1715
1715
|
*/
|
|
1716
1716
|
Annotations?: Array<Label>
|
|
1717
|
+
|
|
1718
|
+
/**
|
|
1719
|
+
* 告警规则状态
|
|
1720
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1721
|
+
*/
|
|
1722
|
+
RuleState?: number
|
|
1717
1723
|
}
|
|
1718
1724
|
|
|
1719
1725
|
/**
|
|
@@ -4591,6 +4597,13 @@ abnormal = 异常
|
|
|
4591
4597
|
* 集群名称
|
|
4592
4598
|
*/
|
|
4593
4599
|
ClusterName: string
|
|
4600
|
+
|
|
4601
|
+
/**
|
|
4602
|
+
* 额外labels
|
|
4603
|
+
本集群的所有指标都会带上这几个label
|
|
4604
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4605
|
+
*/
|
|
4606
|
+
ExternalLabels: Array<Label>
|
|
4594
4607
|
}
|
|
4595
4608
|
|
|
4596
4609
|
/**
|
|
@@ -4854,6 +4854,18 @@ export interface ContainerGroupDeploy {
|
|
|
4854
4854
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4855
4855
|
*/
|
|
4856
4856
|
TcrRepoInfo: TcrRepoInfo
|
|
4857
|
+
|
|
4858
|
+
/**
|
|
4859
|
+
* 数据卷信息,list
|
|
4860
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4861
|
+
*/
|
|
4862
|
+
VolumeInfos: Array<VolumeInfo>
|
|
4863
|
+
|
|
4864
|
+
/**
|
|
4865
|
+
* 数据卷挂载信息,list
|
|
4866
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4867
|
+
*/
|
|
4868
|
+
VolumeMountInfos: Array<VolumeMountInfo>
|
|
4857
4869
|
}
|
|
4858
4870
|
|
|
4859
4871
|
/**
|
|
@@ -2301,6 +2301,7 @@ export interface DescribeMediaProcessUsageDataRequest {
|
|
|
2301
2301
|
<li> Editing: 视频编辑</li>
|
|
2302
2302
|
<li> AdaptiveBitrateStreaming: 自适应码流</li>
|
|
2303
2303
|
<li> ContentAudit: 内容审核</li>
|
|
2304
|
+
<li> RemoveWatermark: 去除水印</li>
|
|
2304
2305
|
<li>Transcode: 转码,包含普通转码、极速高清和视频编辑(不推荐使用)</li>
|
|
2305
2306
|
*/
|
|
2306
2307
|
Type?: string
|
|
@@ -3529,6 +3530,7 @@ export interface TaskStatData {
|
|
|
3529
3530
|
<li> Editing: 视频编辑</li>
|
|
3530
3531
|
<li> AdaptiveBitrateStreaming: 自适应码流</li>
|
|
3531
3532
|
<li> ContentAudit: 智能识别</li>
|
|
3533
|
+
<li> RemoveWatermark: 去水印</li>
|
|
3532
3534
|
<li>Transcode: 转码,包含普通转码、极速高清和视频编辑(不推荐使用)</li>
|
|
3533
3535
|
*/
|
|
3534
3536
|
TaskType: string
|
|
@@ -3574,6 +3576,13 @@ export interface TaskStatData {
|
|
|
3574
3576
|
<li>Edit.H265.FHD: H.265编码方式全高清视频编辑</li>
|
|
3575
3577
|
<li>Edit.H265.2K: H.265编码方式2K视频编辑</li>
|
|
3576
3578
|
<li>Edit.H265.4K: H.265编码方式4K视频编辑</li>
|
|
3579
|
+
去水印规格:
|
|
3580
|
+
<li>480P: 分辨率640*480及以下</li>
|
|
3581
|
+
<li>720P: 分辨率1280*720及以下</li>
|
|
3582
|
+
<li>1080P: 分辨率1920*1080及以下</li>
|
|
3583
|
+
<li>2K: 分辨率2560*1440及以下</li>
|
|
3584
|
+
<li>4K: 分辨率3840*2160及以下</li>
|
|
3585
|
+
<li>8K: 分辨率7680*4320及以下</li>
|
|
3577
3586
|
*/
|
|
3578
3587
|
Details: Array<SpecificationDataItem>
|
|
3579
3588
|
}
|
|
@@ -11298,6 +11307,14 @@ export interface AdaptiveDynamicStreamingInfoItem {
|
|
|
11298
11307
|
* 播放地址。
|
|
11299
11308
|
*/
|
|
11300
11309
|
Url: string
|
|
11310
|
+
|
|
11311
|
+
/**
|
|
11312
|
+
* 媒体文件大小,单位:字节。
|
|
11313
|
+
<li>当媒体文件为 HLS 时,大小是 m3u8 和 ts 文件大小的总和;</li>
|
|
11314
|
+
<li>当媒体文件为 DASH 时,大小是 mpd 和分片文件大小的总和;</li>
|
|
11315
|
+
<li><font color=red>注意</font>:在 2022-01-10T16:00:00Z 前处理生成的自适应码流文件此字段为0。</li>
|
|
11316
|
+
*/
|
|
11317
|
+
Size?: number
|
|
11301
11318
|
}
|
|
11302
11319
|
|
|
11303
11320
|
/**
|
|
@@ -12009,7 +12026,7 @@ export interface DescribeMediaProcessUsageDataResponse {
|
|
|
12009
12026
|
/**
|
|
12010
12027
|
* 视频处理统计数据概览,展示所查询任务的概览以及详细数据。
|
|
12011
12028
|
*/
|
|
12012
|
-
MediaProcessDataSet
|
|
12029
|
+
MediaProcessDataSet: Array<TaskStatData>
|
|
12013
12030
|
|
|
12014
12031
|
/**
|
|
12015
12032
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -102,7 +102,7 @@ export class Client extends AbstractClient {
|
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
/**
|
|
105
|
-
* 企业可通过此接口,根据外部联系人的userid
|
|
105
|
+
* 企业可通过此接口,根据外部联系人的userid,拉取外部联系人详情
|
|
106
106
|
*/
|
|
107
107
|
async QueryExternalContactDetail(
|
|
108
108
|
req: QueryExternalContactDetailRequest,
|
|
@@ -172,7 +172,7 @@ export class Client extends AbstractClient {
|
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
/**
|
|
175
|
-
*
|
|
175
|
+
* 企业可通过此接口基于外部联系人获取指定成员添加的客户列表。客户是指配置了客户联系功能的成员所添加的外部联系人。没有配置客户联系功能的成员,所添加的外部联系人将不会作为客户返回。
|
|
176
176
|
*/
|
|
177
177
|
async QueryExternalContactList(
|
|
178
178
|
req: QueryExternalContactListRequest,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.271";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { UnBindSubDomainResponse, UpdateApiKeyRequest, DeleteAPIDocRequest, DescribeAPIDocDetailRequest, ModifyAPIDocResponse, DescribeUsagePlanRequest, DeleteUsagePlanResponse, DisableApiKeyResponse, DescribeApiResponse, UnReleaseServiceRequest, DetachPluginRequest, ModifySubDomainRequest, DescribeApiAppsStatusRequest, DescribeServiceUsagePlanRequest, DescribeServiceEnvironmentListResponse, DescribeApiAppBindApisStatusRequest, ModifyApiResponse, CreateIPStrategyRequest, DescribeUsagePlansStatusResponse, UnbindApiAppResponse, DescribeApiUsagePlanResponse, DeleteIPStrategyRequest, DescribeApiAppRequest, DescribePluginResponse, DescribeExclusiveInstancesResponse, DeleteUsagePlanRequest, DeleteServiceRequest, DescribeApiEnvironmentStrategyRequest, DescribeServiceForApiAppResponse, DeleteApiAppResponse, DescribeServiceResponse, DescribeExclusiveInstancesRequest, BindSubDomainResponse, BindEnvironmentResponse, DescribeExclusiveInstanceDetailResponse, DescribeApiBindApiAppsStatusResponse, DescribeApiForApiAppRequest, ModifyServiceResponse, DisableApiKeyRequest, UnBindIPStrategyResponse, DescribeExclusiveInstanceDetailRequest, ModifyPluginRequest, BindIPStrategyResponse, DescribeApisStatusRequest, DeleteServiceSubDomainMappingRequest, BindApiAppRequest, DescribeIPStrategyResponse, DescribePluginRequest, CreateApiResponse, DescribeIPStrategyApisStatusRequest, ModifyIPStrategyResponse, ModifyApiEnvironmentStrategyRequest, ModifyUsagePlanResponse, CreateUsagePlanResponse, DeletePluginRequest, DeleteApiKeyResponse, ModifyExclusiveInstanceRequest, DescribeServiceReleaseVersionRequest, DescribeUsagePlanSecretIdsRequest, DescribeLogSearchResponse, ModifyAPIDocRequest, UnBindIPStrategyRequest, DescribePluginApisRequest, CreateServiceRequest, DescribeIPStrategysStatusRequest, DemoteServiceUsagePlanResponse, EnableApiKeyResponse, DeleteApiAppRequest, UnReleaseServiceResponse, CreateAPIDocResponse, DescribeServiceRequest, CreateUsagePlanRequest, DescribeUsagePlanSecretIdsResponse, CreatePluginRequest, ModifySubDomainResponse, DescribePluginsRequest, BindSecretIdsRequest, DeleteApiKeyRequest, ModifyApiEnvironmentStrategyResponse, ModifyApiAppResponse, UpdateApiAppKeyRequest, DescribeApiKeyResponse, ModifyApiIncrementResponse, ModifyApiRequest, DescribeAllPluginApisResponse, ModifyUsagePlanRequest, ModifyServiceRequest, DescribeAllPluginApisRequest, CreateApiRequest, DescribeServiceEnvironmentStrategyRequest, ReleaseServiceRequest, DeleteServiceResponse, DescribeServiceEnvironmentReleaseHistoryResponse, DescribeAPIDocsRequest, CreatePluginResponse, ModifyExclusiveInstanceResponse, DescribePluginsResponse, ReleaseServiceResponse,
|
|
3
|
+
import { UnBindSubDomainResponse, UpdateApiKeyRequest, DeleteAPIDocRequest, DescribeAPIDocDetailRequest, ModifyAPIDocResponse, DescribeUsagePlanRequest, DeleteUsagePlanResponse, DisableApiKeyResponse, DescribeApiResponse, UnReleaseServiceRequest, DetachPluginRequest, ModifySubDomainRequest, DescribeApiAppsStatusRequest, DescribeServiceUsagePlanRequest, DescribeServiceEnvironmentListResponse, DescribeApiAppBindApisStatusRequest, ModifyApiResponse, CreateIPStrategyRequest, DescribeUsagePlansStatusResponse, UnbindApiAppResponse, DescribeApiUsagePlanResponse, DeleteIPStrategyRequest, DescribeApiAppRequest, DescribePluginResponse, DescribeExclusiveInstancesResponse, DeleteUsagePlanRequest, DeleteServiceRequest, DescribeApiEnvironmentStrategyRequest, DescribeServiceForApiAppResponse, DeleteApiAppResponse, DescribeServiceResponse, DescribeExclusiveInstancesRequest, BindSubDomainResponse, BindEnvironmentResponse, DescribeExclusiveInstanceDetailResponse, DescribeApiBindApiAppsStatusResponse, DescribeApiForApiAppRequest, ModifyServiceResponse, DisableApiKeyRequest, UnBindIPStrategyResponse, DescribeExclusiveInstanceDetailRequest, ModifyPluginRequest, BindIPStrategyResponse, DescribeApisStatusRequest, DeleteServiceSubDomainMappingRequest, BindApiAppRequest, DescribeIPStrategyResponse, DescribePluginRequest, CreateApiResponse, DescribeIPStrategyApisStatusRequest, ModifyIPStrategyResponse, ModifyApiEnvironmentStrategyRequest, ModifyUsagePlanResponse, CreateUsagePlanResponse, DeletePluginRequest, DeleteApiKeyResponse, ModifyExclusiveInstanceRequest, DescribeServiceReleaseVersionRequest, DescribeUsagePlanSecretIdsRequest, DescribeLogSearchResponse, ModifyAPIDocRequest, UnBindIPStrategyRequest, DescribePluginApisRequest, CreateServiceRequest, DescribeIPStrategysStatusRequest, DemoteServiceUsagePlanResponse, DescribePluginApisResponse, EnableApiKeyResponse, DeleteApiAppRequest, UnReleaseServiceResponse, CreateAPIDocResponse, DescribeServiceRequest, CreateUsagePlanRequest, DescribeUsagePlanSecretIdsResponse, CreatePluginRequest, ModifySubDomainResponse, DescribePluginsRequest, BindSecretIdsRequest, DeleteApiKeyRequest, ModifyApiEnvironmentStrategyResponse, ModifyApiAppResponse, UpdateApiAppKeyRequest, DescribeApiKeyResponse, ModifyApiIncrementResponse, ModifyApiRequest, DescribeAllPluginApisResponse, ModifyUsagePlanRequest, ModifyServiceRequest, DescribeAllPluginApisRequest, CreateApiRequest, DescribeServiceEnvironmentStrategyRequest, ReleaseServiceRequest, DeleteServiceResponse, DescribeServiceEnvironmentReleaseHistoryResponse, DescribeAPIDocsRequest, CreatePluginResponse, ModifyExclusiveInstanceResponse, DescribePluginsResponse, ReleaseServiceResponse, ModifyApiIncrementRequest, GenerateApiDocumentRequest, DescribeIPStrategyApisStatusResponse, ModifyServiceEnvironmentStrategyResponse, UpdateApiKeyResponse, DescribeApiBindApiAppsStatusRequest, DescribeApisStatusResponse, DescribeApiKeysStatusRequest, DemoteServiceUsagePlanRequest, BindSecretIdsResponse, DeleteApiRequest, DescribeServiceSubDomainMappingsRequest, DescribeApiAppResponse, DescribeServiceSubDomainMappingsResponse, DescribeApiAppsStatusResponse, DescribeApiKeyRequest, DescribeAPIDocDetailResponse, BindApiAppResponse, DeleteServiceSubDomainMappingResponse, CreateApiKeyResponse, DescribeUsagePlansStatusRequest, ModifyIPStrategyRequest, ModifyPluginResponse, UnBindSecretIdsRequest, DescribeApiRequest, UnBindSecretIdsResponse, ResetAPIDocPasswordRequest, BuildAPIDocRequest, DescribeAPIDocsResponse, DetachPluginResponse, DeletePluginResponse, ModifyServiceEnvironmentStrategyRequest, CreateAPIDocRequest, DescribeApiAppBindApisStatusResponse, DescribeServiceSubDomainsRequest, ModifyApiAppRequest, GenerateApiDocumentResponse, DescribeUsagePlanEnvironmentsResponse, DescribeServiceSubDomainsResponse, AttachPluginRequest, DescribeServiceForApiAppRequest, BindSubDomainRequest, CreateIPStrategyResponse, UnBindEnvironmentResponse, DeleteApiResponse, BindIPStrategyRequest, UpdateServiceRequest, BuildAPIDocResponse, DescribeServiceEnvironmentListRequest, DescribeApiEnvironmentStrategyResponse, DeleteIPStrategyResponse, DescribeUsagePlanResponse, UnBindEnvironmentRequest, AttachPluginResponse, BindEnvironmentRequest, DescribeIPStrategyRequest, DescribeApiForApiAppResponse, DescribeUsagePlanEnvironmentsRequest, DescribeServiceReleaseVersionResponse, UpdateServiceResponse, DescribeServiceEnvironmentReleaseHistoryRequest, UnbindApiAppRequest, CreateServiceResponse, DeleteAPIDocResponse, DescribeServiceEnvironmentStrategyResponse, DescribeApiKeysStatusResponse, DescribeLogSearchRequest, DescribeServiceUsagePlanResponse, CreateApiAppResponse, DescribeApiUsagePlanRequest, UnBindSubDomainRequest, DescribeIPStrategysStatusResponse, UpdateApiAppKeyResponse, CreateApiAppRequest, EnableApiKeyRequest, ResetAPIDocPasswordResponse, DescribeServicesStatusRequest, DescribeServicesStatusResponse, CreateApiKeyRequest } from "./apigateway_models";
|
|
4
4
|
/**
|
|
5
5
|
* apigateway client
|
|
6
6
|
* @class
|
|
@@ -1146,6 +1146,11 @@ export interface ServiceConfig {
|
|
|
1146
1146
|
* API的后端服务请求方法,如 GET。如果 ServiceType 是 HTTP,则此参数必传。前后端方法可不同。
|
|
1147
1147
|
*/
|
|
1148
1148
|
Method?: string;
|
|
1149
|
+
/**
|
|
1150
|
+
* API后端COS配置。如果 ServiceType 是 COS,则此参数必传。
|
|
1151
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1152
|
+
*/
|
|
1153
|
+
CosConfig?: CosConfig;
|
|
1149
1154
|
}
|
|
1150
1155
|
/**
|
|
1151
1156
|
* DeleteApiApp返回参数结构体
|
|
@@ -1913,6 +1918,21 @@ export interface NetworkConfig {
|
|
|
1913
1918
|
*/
|
|
1914
1919
|
OutboundIpAddresses: Array<string>;
|
|
1915
1920
|
}
|
|
1921
|
+
/**
|
|
1922
|
+
* 服务发布历史
|
|
1923
|
+
*/
|
|
1924
|
+
export interface ServiceReleaseHistory {
|
|
1925
|
+
/**
|
|
1926
|
+
* 发布版本总数。
|
|
1927
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1928
|
+
*/
|
|
1929
|
+
TotalCount: number;
|
|
1930
|
+
/**
|
|
1931
|
+
* 历史版本列表。
|
|
1932
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1933
|
+
*/
|
|
1934
|
+
VersionList: Array<ServiceReleaseHistoryInfo>;
|
|
1935
|
+
}
|
|
1916
1936
|
/**
|
|
1917
1937
|
* ModifyUsagePlan返回参数结构体
|
|
1918
1938
|
*/
|
|
@@ -2307,33 +2327,31 @@ export interface DemoteServiceUsagePlanResponse {
|
|
|
2307
2327
|
RequestId?: string;
|
|
2308
2328
|
}
|
|
2309
2329
|
/**
|
|
2310
|
-
*
|
|
2330
|
+
* DescribePluginApis返回参数结构体
|
|
2311
2331
|
*/
|
|
2312
|
-
export interface
|
|
2332
|
+
export interface DescribePluginApisResponse {
|
|
2313
2333
|
/**
|
|
2314
|
-
*
|
|
2315
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2334
|
+
* 插件绑定的API列表信息。
|
|
2316
2335
|
*/
|
|
2317
|
-
Result
|
|
2336
|
+
Result: AttachedApiSummary;
|
|
2318
2337
|
/**
|
|
2319
2338
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2320
2339
|
*/
|
|
2321
2340
|
RequestId?: string;
|
|
2322
2341
|
}
|
|
2323
2342
|
/**
|
|
2324
|
-
*
|
|
2343
|
+
* EnableApiKey返回参数结构体
|
|
2325
2344
|
*/
|
|
2326
|
-
export interface
|
|
2345
|
+
export interface EnableApiKeyResponse {
|
|
2327
2346
|
/**
|
|
2328
|
-
*
|
|
2347
|
+
* 启动密钥操作是否成功。
|
|
2329
2348
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2330
2349
|
*/
|
|
2331
|
-
|
|
2350
|
+
Result?: boolean;
|
|
2332
2351
|
/**
|
|
2333
|
-
*
|
|
2334
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2352
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2335
2353
|
*/
|
|
2336
|
-
|
|
2354
|
+
RequestId?: string;
|
|
2337
2355
|
}
|
|
2338
2356
|
/**
|
|
2339
2357
|
* DeleteApiApp请求参数结构体
|
|
@@ -3578,17 +3596,29 @@ export interface APIDocInfo {
|
|
|
3578
3596
|
ApiNames: Array<string>;
|
|
3579
3597
|
}
|
|
3580
3598
|
/**
|
|
3581
|
-
*
|
|
3599
|
+
* cos类型的api配置
|
|
3582
3600
|
*/
|
|
3583
|
-
export interface
|
|
3601
|
+
export interface CosConfig {
|
|
3584
3602
|
/**
|
|
3585
|
-
*
|
|
3603
|
+
* API调用后端COS的方式,前端请求方法与Action的可选值为:
|
|
3604
|
+
GET:GetObject
|
|
3605
|
+
PUT:PutObject
|
|
3606
|
+
POST:PostObject、AppendObject
|
|
3607
|
+
HEAD: HeadObject
|
|
3608
|
+
DELETE: DeleteObject。
|
|
3609
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3586
3610
|
*/
|
|
3587
|
-
|
|
3611
|
+
Action: string;
|
|
3588
3612
|
/**
|
|
3589
|
-
*
|
|
3613
|
+
* API后端COS的存储桶名。
|
|
3614
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3590
3615
|
*/
|
|
3591
|
-
|
|
3616
|
+
BucketName: string;
|
|
3617
|
+
/**
|
|
3618
|
+
* API调用后端COS的签名开关,默认为false。
|
|
3619
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3620
|
+
*/
|
|
3621
|
+
Authorization?: boolean;
|
|
3592
3622
|
}
|
|
3593
3623
|
/**
|
|
3594
3624
|
* ModifyApiIncrement请求参数结构体
|
|
@@ -104,6 +104,10 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
|
|
|
104
104
|
* 增强服务。通过该参数可以指定是否开启云安全、云监控等服务。
|
|
105
105
|
*/
|
|
106
106
|
EnhancedService?: EnhancedService;
|
|
107
|
+
/**
|
|
108
|
+
* CAM角色名称。可通过DescribeRoleList接口返回值中的roleName获取。
|
|
109
|
+
*/
|
|
110
|
+
CamRoleName?: string;
|
|
107
111
|
}
|
|
108
112
|
/**
|
|
109
113
|
* DisableAutoScalingGroup请求参数结构体
|
|
@@ -919,7 +923,7 @@ export interface DescribeAutoScalingInstancesRequest {
|
|
|
919
923
|
*/
|
|
920
924
|
Offset?: number;
|
|
921
925
|
/**
|
|
922
|
-
* 返回数量,默认为20,最大值为
|
|
926
|
+
* 返回数量,默认为20,最大值为2000。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
|
923
927
|
*/
|
|
924
928
|
Limit?: number;
|
|
925
929
|
}
|
|
@@ -2093,11 +2097,11 @@ export interface DescribeAutoScalingInstancesResponse {
|
|
|
2093
2097
|
/**
|
|
2094
2098
|
* 实例详细信息列表。
|
|
2095
2099
|
*/
|
|
2096
|
-
AutoScalingInstanceSet
|
|
2100
|
+
AutoScalingInstanceSet: Array<Instance>;
|
|
2097
2101
|
/**
|
|
2098
2102
|
* 符合条件的实例数量。
|
|
2099
2103
|
*/
|
|
2100
|
-
TotalCount
|
|
2104
|
+
TotalCount: number;
|
|
2101
2105
|
/**
|
|
2102
2106
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2103
2107
|
*/
|
|
@@ -2011,6 +2011,23 @@ export interface Deal {
|
|
|
2011
2011
|
* 付费模式:prePay 预付费 postPay后付费 riPay预留实例
|
|
2012
2012
|
*/
|
|
2013
2013
|
PayMode: string;
|
|
2014
|
+
/**
|
|
2015
|
+
* 交易类型
|
|
2016
|
+
modifyNetworkMode 调整带宽模式
|
|
2017
|
+
modifyNetworkSize 调整带宽大小
|
|
2018
|
+
refund 退款
|
|
2019
|
+
downgrade 降配
|
|
2020
|
+
upgrade 升配
|
|
2021
|
+
renew 续费
|
|
2022
|
+
purchase 购买
|
|
2023
|
+
preMoveOut 包年包月迁出资源
|
|
2024
|
+
preMoveIn 包年包月迁入资源
|
|
2025
|
+
preToPost 预付费转后付费
|
|
2026
|
+
postMoveOut 按量计费迁出资源
|
|
2027
|
+
postMoveIn 按量计费迁入资源
|
|
2028
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2029
|
+
*/
|
|
2030
|
+
Action: string;
|
|
2014
2031
|
}
|
|
2015
2032
|
/**
|
|
2016
2033
|
* DescribeCostDetail请求参数结构体
|