tencentcloud-sdk-nodejs 4.0.967 → 4.0.969
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 +357 -0
- package/SERVICE_CHANGELOG.md +361 -177
- package/package.json +1 -1
- package/products.md +43 -43
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +7 -7
- package/src/services/apm/v20210622/apm_models.ts +8 -0
- package/src/services/billing/v20180709/billing_models.ts +16 -16
- package/src/services/btoe/v20210514/btoe_models.ts +4 -4
- package/src/services/ccc/v20200210/ccc_client.ts +4 -2
- package/src/services/ccc/v20200210/ccc_models.ts +113 -50
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +22 -0
- package/src/services/cfs/v20190719/cfs_client.ts +4 -3
- package/src/services/cfs/v20190719/cfs_models.ts +71 -35
- package/src/services/cfw/v20190904/cfw_client.ts +4 -2
- package/src/services/cls/v20201016/cls_models.ts +14 -14
- package/src/services/dcdb/v20180411/dcdb_models.ts +7 -7
- package/src/services/dlc/v20210125/dlc_models.ts +13 -8
- package/src/services/dnspod/v20210323/dnspod_client.ts +108 -45
- package/src/services/dnspod/v20210323/dnspod_models.ts +321 -83
- package/src/services/ess/v20201111/ess_models.ts +2 -6
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +15 -11
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +182 -50
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +678 -35
- package/src/services/ioa/v20220601/ioa_models.ts +3 -21
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +16 -6
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +1 -1
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +1 -1
- package/src/services/iss/v20230517/iss_models.ts +1 -1
- package/src/services/kms/v20190118/kms_models.ts +8 -0
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +31 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +7 -7
- package/src/services/pts/v20210728/pts_models.ts +5 -0
- package/src/services/ssl/v20191205/ssl_models.ts +1 -1
- package/src/services/ssm/v20190923/ssm_models.ts +48 -78
- package/src/services/tdmq/v20200217/tdmq_models.ts +3 -4
- package/src/services/teo/v20220901/teo_client.ts +1 -0
- package/src/services/teo/v20220901/teo_models.ts +17 -3
- package/src/services/thpc/v20230321/thpc_models.ts +3 -3
- package/src/services/tke/v20180525/tke_models.ts +2 -2
- package/src/services/tse/v20201207/tse_client.ts +18 -6
- package/src/services/tse/v20201207/tse_models.ts +28 -0
- package/src/services/vod/v20180717/vod_client.ts +33 -3
- package/src/services/vod/v20180717/vod_models.ts +234 -50
- package/src/services/waf/v20180125/waf_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +7 -7
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +8 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +16 -16
- package/tencentcloud/services/btoe/v20210514/btoe_models.d.ts +4 -4
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +3 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +3 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +113 -50
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +22 -0
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +1 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +69 -34
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +3 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +3 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -14
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +7 -7
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +13 -8
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +34 -14
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +49 -19
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +308 -83
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +15 -11
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +75 -17
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +98 -24
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +651 -34
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +3 -21
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +16 -6
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +1 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +1 -1
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +1 -1
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +8 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +30 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +7 -7
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +5 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +48 -78
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +3 -4
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +16 -3
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +3 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +7 -3
- package/tencentcloud/services/tse/v20201207/tse_client.js +9 -3
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +26 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +16 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +17 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +225 -50
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1 -1
- package/test/dnspod.v20210323.test.js +62 -12
- package/test/hunyuan.v20230901.test.js +94 -14
- package/test/tse.v20201207.test.js +12 -2
- package/test/vod.v20180717.test.js +10 -0
|
@@ -5,11 +5,11 @@ export interface DeleteSecretVersionResponse {
|
|
|
5
5
|
/**
|
|
6
6
|
* 凭据名称。
|
|
7
7
|
*/
|
|
8
|
-
SecretName
|
|
8
|
+
SecretName?: string;
|
|
9
9
|
/**
|
|
10
10
|
* 凭据版本号。
|
|
11
11
|
*/
|
|
12
|
-
VersionId
|
|
12
|
+
VersionId?: string;
|
|
13
13
|
/**
|
|
14
14
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15
15
|
*/
|
|
@@ -22,7 +22,7 @@ export interface RestoreSecretResponse {
|
|
|
22
22
|
/**
|
|
23
23
|
* 凭据名称。
|
|
24
24
|
*/
|
|
25
|
-
SecretName
|
|
25
|
+
SecretName?: string;
|
|
26
26
|
/**
|
|
27
27
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
28
28
|
*/
|
|
@@ -35,7 +35,7 @@ export interface UpdateDescriptionResponse {
|
|
|
35
35
|
/**
|
|
36
36
|
* 凭据名称。
|
|
37
37
|
*/
|
|
38
|
-
SecretName
|
|
38
|
+
SecretName?: string;
|
|
39
39
|
/**
|
|
40
40
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
41
41
|
*/
|
|
@@ -75,37 +75,30 @@ export interface DescribeSecretResponse {
|
|
|
75
75
|
CreateTime?: number;
|
|
76
76
|
/**
|
|
77
77
|
* 0 -- 用户自定义凭据类型;1 -- 数据库凭据类型;2 -- SSH密钥对凭据类型;3 -- 云API密钥(AKSK)凭据类型(使用此功能需要联系云助手单独开启白名单);4 -- Redis类型凭据。
|
|
78
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
79
78
|
*/
|
|
80
79
|
SecretType?: number;
|
|
81
80
|
/**
|
|
82
81
|
* 云产品名称。
|
|
83
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
84
82
|
*/
|
|
85
83
|
ProductName?: string;
|
|
86
84
|
/**
|
|
87
85
|
* 云产品实例ID。
|
|
88
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
89
86
|
*/
|
|
90
87
|
ResourceID?: string;
|
|
91
88
|
/**
|
|
92
89
|
* 是否开启轮转:True -- 开启轮转;False -- 关闭轮转。
|
|
93
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
94
90
|
*/
|
|
95
91
|
RotationStatus?: boolean;
|
|
96
92
|
/**
|
|
97
93
|
* 轮转周期,默认以天为单位。
|
|
98
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
99
94
|
*/
|
|
100
95
|
RotationFrequency?: number;
|
|
101
96
|
/**
|
|
102
97
|
* 当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对凭据的名称。
|
|
103
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
104
98
|
*/
|
|
105
99
|
ResourceName?: string;
|
|
106
100
|
/**
|
|
107
101
|
* 当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对所属的项目ID。
|
|
108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
109
102
|
*/
|
|
110
103
|
ProjectID?: number;
|
|
111
104
|
/**
|
|
@@ -115,12 +108,10 @@ export interface DescribeSecretResponse {
|
|
|
115
108
|
AssociatedInstanceIDs?: Array<string>;
|
|
116
109
|
/**
|
|
117
110
|
* 当凭据类型为云API密钥对凭据时,此字段有效,用于表示此云API密钥对所属的用户UIN。
|
|
118
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
119
111
|
*/
|
|
120
112
|
TargetUin?: number;
|
|
121
113
|
/**
|
|
122
114
|
* 凭据额外配置
|
|
123
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
124
115
|
*/
|
|
125
116
|
AdditionalConfig?: string;
|
|
126
117
|
/**
|
|
@@ -187,7 +178,7 @@ export interface CreateSecretRequest {
|
|
|
187
178
|
*/
|
|
188
179
|
KmsKeyId?: string;
|
|
189
180
|
/**
|
|
190
|
-
*
|
|
181
|
+
* 凭据类型,默认为0自定义凭据。
|
|
191
182
|
*/
|
|
192
183
|
SecretType?: number;
|
|
193
184
|
/**
|
|
@@ -288,21 +279,21 @@ export interface GetSecretValueResponse {
|
|
|
288
279
|
/**
|
|
289
280
|
* 凭据的名称。
|
|
290
281
|
*/
|
|
291
|
-
SecretName
|
|
282
|
+
SecretName?: string;
|
|
292
283
|
/**
|
|
293
284
|
* 该凭据对应的版本号。
|
|
294
285
|
*/
|
|
295
|
-
VersionId
|
|
286
|
+
VersionId?: string;
|
|
296
287
|
/**
|
|
297
288
|
* 在创建凭据(CreateSecret)时,如果指定的是二进制数据,则该字段为返回结果,并且使用base64进行编码,应用方需要进行base64解码后获取原始数据。
|
|
298
289
|
SecretBinary和SecretString只有一个不为空。
|
|
299
290
|
*/
|
|
300
|
-
SecretBinary
|
|
291
|
+
SecretBinary?: string;
|
|
301
292
|
/**
|
|
302
293
|
* 在创建凭据(CreateSecret)时,如果指定的是普通文本数据,则该字段为返回结果。
|
|
303
294
|
SecretBinary和SecretString只有一个不为空。
|
|
304
295
|
*/
|
|
305
|
-
SecretString
|
|
296
|
+
SecretString?: string;
|
|
306
297
|
/**
|
|
307
298
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
308
299
|
*/
|
|
@@ -394,12 +385,10 @@ export interface SecretMetadata {
|
|
|
394
385
|
KmsKeyType?: string;
|
|
395
386
|
/**
|
|
396
387
|
* 1:--开启轮转;0--禁止轮转
|
|
397
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
398
388
|
*/
|
|
399
389
|
RotationStatus?: number;
|
|
400
390
|
/**
|
|
401
391
|
* 下一次轮转开始时间,uinx 时间戳
|
|
402
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
403
392
|
*/
|
|
404
393
|
NextRotationTime?: number;
|
|
405
394
|
/**
|
|
@@ -408,22 +397,18 @@ export interface SecretMetadata {
|
|
|
408
397
|
2 -- SSH密钥对凭据;
|
|
409
398
|
3 -- 云API密钥对凭据;
|
|
410
399
|
4 -- Redis类型凭据;
|
|
411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
412
400
|
*/
|
|
413
401
|
SecretType?: number;
|
|
414
402
|
/**
|
|
415
403
|
* 云产品名称,仅在SecretType为1,即凭据类型为云产品凭据时生效
|
|
416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
417
404
|
*/
|
|
418
405
|
ProductName?: string;
|
|
419
406
|
/**
|
|
420
407
|
* 当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对凭据的名称。
|
|
421
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
422
408
|
*/
|
|
423
409
|
ResourceName?: string;
|
|
424
410
|
/**
|
|
425
411
|
* 当凭据类型为SSH密钥对凭据时,此字段有效,用于表示SSH密钥对所属的项目ID。
|
|
426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
427
412
|
*/
|
|
428
413
|
ProjectID?: number;
|
|
429
414
|
/**
|
|
@@ -433,22 +418,18 @@ export interface SecretMetadata {
|
|
|
433
418
|
AssociatedInstanceIDs?: Array<string>;
|
|
434
419
|
/**
|
|
435
420
|
* 当凭据类型为云API密钥对凭据时,此字段有效,用于表示云API密钥对所属的用户UIN。
|
|
436
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
437
421
|
*/
|
|
438
422
|
TargetUin?: number;
|
|
439
423
|
/**
|
|
440
424
|
* 轮转的频率,以天作为单位,在轮转开启状态下生效。
|
|
441
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
442
425
|
*/
|
|
443
426
|
RotationFrequency?: number;
|
|
444
427
|
/**
|
|
445
428
|
* 云产品凭据对应的云产品实例 ID 号。
|
|
446
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
447
429
|
*/
|
|
448
430
|
ResourceID?: string;
|
|
449
431
|
/**
|
|
450
432
|
* 用户指定的轮转开始时间。
|
|
451
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
452
433
|
*/
|
|
453
434
|
RotationBeginTime?: string;
|
|
454
435
|
}
|
|
@@ -457,7 +438,7 @@ export interface SecretMetadata {
|
|
|
457
438
|
*/
|
|
458
439
|
export interface ListSecretVersionIdsRequest {
|
|
459
440
|
/**
|
|
460
|
-
*
|
|
441
|
+
* 凭据名称
|
|
461
442
|
*/
|
|
462
443
|
SecretName: string;
|
|
463
444
|
}
|
|
@@ -477,25 +458,23 @@ export interface CreateSSHKeyPairSecretResponse {
|
|
|
477
458
|
/**
|
|
478
459
|
* 创建的凭据名称。
|
|
479
460
|
*/
|
|
480
|
-
SecretName
|
|
461
|
+
SecretName?: string;
|
|
481
462
|
/**
|
|
482
463
|
* 创建的SSH密钥ID。
|
|
483
464
|
*/
|
|
484
|
-
SSHKeyID
|
|
465
|
+
SSHKeyID?: string;
|
|
485
466
|
/**
|
|
486
467
|
* 创建的SSH密钥名称。
|
|
487
468
|
*/
|
|
488
|
-
SSHKeyName
|
|
469
|
+
SSHKeyName?: string;
|
|
489
470
|
/**
|
|
490
|
-
* 标签操作的返回码. 0: 成功;1: 内部错误;2:
|
|
491
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
471
|
+
* 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误
|
|
492
472
|
*/
|
|
493
|
-
TagCode
|
|
473
|
+
TagCode?: number;
|
|
494
474
|
/**
|
|
495
475
|
* 标签操作的返回信息。
|
|
496
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
497
476
|
*/
|
|
498
|
-
TagMsg
|
|
477
|
+
TagMsg?: string;
|
|
499
478
|
/**
|
|
500
479
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
501
480
|
*/
|
|
@@ -524,12 +503,10 @@ export interface CreateSecretResponse {
|
|
|
524
503
|
VersionId?: string;
|
|
525
504
|
/**
|
|
526
505
|
* 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误
|
|
527
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
528
506
|
*/
|
|
529
507
|
TagCode?: number;
|
|
530
508
|
/**
|
|
531
509
|
* 标签操作的返回信息
|
|
532
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
533
510
|
*/
|
|
534
511
|
TagMsg?: string;
|
|
535
512
|
/**
|
|
@@ -548,11 +525,11 @@ export interface UpdateSecretResponse {
|
|
|
548
525
|
/**
|
|
549
526
|
* 凭据名称。
|
|
550
527
|
*/
|
|
551
|
-
SecretName
|
|
528
|
+
SecretName?: string;
|
|
552
529
|
/**
|
|
553
530
|
* 凭据版本号。
|
|
554
531
|
*/
|
|
555
|
-
VersionId
|
|
532
|
+
VersionId?: string;
|
|
556
533
|
/**
|
|
557
534
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
558
535
|
*/
|
|
@@ -565,7 +542,7 @@ export interface DisableSecretResponse {
|
|
|
565
542
|
/**
|
|
566
543
|
* 停用的凭据名称。
|
|
567
544
|
*/
|
|
568
|
-
SecretName
|
|
545
|
+
SecretName?: string;
|
|
569
546
|
/**
|
|
570
547
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
571
548
|
*/
|
|
@@ -746,11 +723,11 @@ export interface DescribeAsyncRequestInfoResponse {
|
|
|
746
723
|
/**
|
|
747
724
|
* 0:处理中,1:处理成功,2:处理失败
|
|
748
725
|
*/
|
|
749
|
-
TaskStatus
|
|
726
|
+
TaskStatus?: number;
|
|
750
727
|
/**
|
|
751
728
|
* 任务描述信息。
|
|
752
729
|
*/
|
|
753
|
-
Description
|
|
730
|
+
Description?: string;
|
|
754
731
|
/**
|
|
755
732
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
756
733
|
*/
|
|
@@ -783,13 +760,13 @@ export interface RotateProductSecretResponse {
|
|
|
783
760
|
*/
|
|
784
761
|
export interface VersionInfo {
|
|
785
762
|
/**
|
|
786
|
-
*
|
|
763
|
+
* 版本号
|
|
787
764
|
*/
|
|
788
|
-
VersionId
|
|
765
|
+
VersionId?: string;
|
|
789
766
|
/**
|
|
790
767
|
* 创建时间,unix时间戳。
|
|
791
768
|
*/
|
|
792
|
-
CreateTime
|
|
769
|
+
CreateTime?: number;
|
|
793
770
|
}
|
|
794
771
|
/**
|
|
795
772
|
* 标签过滤器
|
|
@@ -833,11 +810,11 @@ export interface PutSecretValueResponse {
|
|
|
833
810
|
/**
|
|
834
811
|
* 凭据名称。
|
|
835
812
|
*/
|
|
836
|
-
SecretName
|
|
813
|
+
SecretName?: string;
|
|
837
814
|
/**
|
|
838
815
|
* 新增加的版本号。
|
|
839
816
|
*/
|
|
840
|
-
VersionId
|
|
817
|
+
VersionId?: string;
|
|
841
818
|
/**
|
|
842
819
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
843
820
|
*/
|
|
@@ -848,13 +825,13 @@ export interface PutSecretValueResponse {
|
|
|
848
825
|
*/
|
|
849
826
|
export interface DescribeRotationHistoryResponse {
|
|
850
827
|
/**
|
|
851
|
-
*
|
|
828
|
+
* 版本号列表
|
|
852
829
|
*/
|
|
853
|
-
VersionIDs
|
|
830
|
+
VersionIDs?: Array<string>;
|
|
854
831
|
/**
|
|
855
832
|
* 版本号个数,可以给用户展示的版本号个数上限为10个。
|
|
856
833
|
*/
|
|
857
|
-
TotalCount
|
|
834
|
+
TotalCount?: number;
|
|
858
835
|
/**
|
|
859
836
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
860
837
|
*/
|
|
@@ -878,7 +855,7 @@ export interface GetSSHKeyPairValueRequest {
|
|
|
878
855
|
*/
|
|
879
856
|
export interface DescribeAsyncRequestInfoRequest {
|
|
880
857
|
/**
|
|
881
|
-
* 异步任务ID
|
|
858
|
+
* 异步任务ID号
|
|
882
859
|
*/
|
|
883
860
|
FlowID: number;
|
|
884
861
|
}
|
|
@@ -939,22 +916,19 @@ export interface DescribeRotationDetailResponse {
|
|
|
939
916
|
/**
|
|
940
917
|
* 否允许轮转,true表示开启轮转,false表示禁止轮转。
|
|
941
918
|
*/
|
|
942
|
-
EnableRotation
|
|
919
|
+
EnableRotation?: boolean;
|
|
943
920
|
/**
|
|
944
921
|
* 轮转的频率,以天为单位,默认为1天。
|
|
945
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
946
922
|
*/
|
|
947
|
-
Frequency
|
|
923
|
+
Frequency?: number;
|
|
948
924
|
/**
|
|
949
925
|
* 最近一次轮转的时间,显式可见的时间字符串,格式 2006-01-02 15:04:05。
|
|
950
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
951
926
|
*/
|
|
952
|
-
LatestRotateTime
|
|
927
|
+
LatestRotateTime?: string;
|
|
953
928
|
/**
|
|
954
929
|
* 下一次开始轮转的时间,显式可见的时间字符串,格式 2006-01-02 15:04:05。
|
|
955
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
956
930
|
*/
|
|
957
|
-
NextRotateBeginTime
|
|
931
|
+
NextRotateBeginTime?: string;
|
|
958
932
|
/**
|
|
959
933
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
960
934
|
*/
|
|
@@ -1035,29 +1009,29 @@ export interface GetSSHKeyPairValueResponse {
|
|
|
1035
1009
|
/**
|
|
1036
1010
|
* SSH密钥对ID。
|
|
1037
1011
|
*/
|
|
1038
|
-
SSHKeyID
|
|
1012
|
+
SSHKeyID?: string;
|
|
1039
1013
|
/**
|
|
1040
1014
|
* 公钥明文,使用base64编码。
|
|
1041
1015
|
*/
|
|
1042
|
-
PublicKey
|
|
1016
|
+
PublicKey?: string;
|
|
1043
1017
|
/**
|
|
1044
1018
|
* 私钥明文,使用base64编码
|
|
1045
1019
|
*/
|
|
1046
|
-
PrivateKey
|
|
1020
|
+
PrivateKey?: string;
|
|
1047
1021
|
/**
|
|
1048
1022
|
* 此密钥对所属的项目ID。
|
|
1049
1023
|
*/
|
|
1050
|
-
ProjectID
|
|
1024
|
+
ProjectID?: number;
|
|
1051
1025
|
/**
|
|
1052
1026
|
* SSH密钥对的描述信息。
|
|
1053
1027
|
用户可以在CVM侧控制台对密钥对的描述信息进行修改。
|
|
1054
1028
|
*/
|
|
1055
|
-
SSHKeyDescription
|
|
1029
|
+
SSHKeyDescription?: string;
|
|
1056
1030
|
/**
|
|
1057
1031
|
* SSH密钥对的名称。
|
|
1058
1032
|
用户可以在CVM侧控制台对密钥对的名称进行修改。
|
|
1059
1033
|
*/
|
|
1060
|
-
SSHKeyName
|
|
1034
|
+
SSHKeyName?: string;
|
|
1061
1035
|
/**
|
|
1062
1036
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1063
1037
|
*/
|
|
@@ -1070,11 +1044,11 @@ export interface DeleteSecretResponse {
|
|
|
1070
1044
|
/**
|
|
1071
1045
|
* 指定删除的凭据名称。
|
|
1072
1046
|
*/
|
|
1073
|
-
SecretName
|
|
1047
|
+
SecretName?: string;
|
|
1074
1048
|
/**
|
|
1075
1049
|
* 凭据删除的日期,unix时间戳。
|
|
1076
1050
|
*/
|
|
1077
|
-
DeleteTime
|
|
1051
|
+
DeleteTime?: number;
|
|
1078
1052
|
/**
|
|
1079
1053
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1080
1054
|
*/
|
|
@@ -1096,22 +1070,19 @@ export interface CreateProductSecretResponse {
|
|
|
1096
1070
|
/**
|
|
1097
1071
|
* 创建的凭据名称。
|
|
1098
1072
|
*/
|
|
1099
|
-
SecretName
|
|
1073
|
+
SecretName?: string;
|
|
1100
1074
|
/**
|
|
1101
1075
|
* 标签操作的返回码. 0: 成功;1: 内部错误;2: 业务处理错误。
|
|
1102
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1103
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1104
1076
|
*/
|
|
1105
|
-
TagCode
|
|
1077
|
+
TagCode?: number;
|
|
1106
1078
|
/**
|
|
1107
1079
|
* 标签操作的返回信息。
|
|
1108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1109
1080
|
*/
|
|
1110
|
-
TagMsg
|
|
1081
|
+
TagMsg?: string;
|
|
1111
1082
|
/**
|
|
1112
1083
|
* 创建云产品凭据异步任务ID号。
|
|
1113
1084
|
*/
|
|
1114
|
-
FlowID
|
|
1085
|
+
FlowID?: number;
|
|
1115
1086
|
/**
|
|
1116
1087
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1117
1088
|
*/
|
|
@@ -1154,12 +1125,11 @@ export interface ListSecretVersionIdsResponse {
|
|
|
1154
1125
|
/**
|
|
1155
1126
|
* 凭据名称。
|
|
1156
1127
|
*/
|
|
1157
|
-
SecretName
|
|
1128
|
+
SecretName?: string;
|
|
1158
1129
|
/**
|
|
1159
1130
|
* VersionId列表。
|
|
1160
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1161
1131
|
*/
|
|
1162
|
-
Versions
|
|
1132
|
+
Versions?: Array<VersionInfo>;
|
|
1163
1133
|
/**
|
|
1164
1134
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1165
1135
|
*/
|
|
@@ -40,7 +40,7 @@ export interface RocketMQNamespace {
|
|
|
40
40
|
*/
|
|
41
41
|
export interface CreateRabbitMQBindingResponse {
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* 实例名称
|
|
44
44
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
45
45
|
*/
|
|
46
46
|
InstanceId?: string;
|
|
@@ -2816,8 +2816,7 @@ export interface RabbitMQClusterAccessInfo {
|
|
|
2816
2816
|
*/
|
|
2817
2817
|
PrometheusEndpointInfo?: PrometheusEndpointInfo;
|
|
2818
2818
|
/**
|
|
2819
|
-
*
|
|
2820
|
-
公网域名接入点
|
|
2819
|
+
* 公网域名接入点
|
|
2821
2820
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2822
2821
|
*/
|
|
2823
2822
|
WebConsoleDomainEndpoint?: string;
|
|
@@ -6314,7 +6313,7 @@ export interface DescribeRabbitMQExchangesResponse {
|
|
|
6314
6313
|
*/
|
|
6315
6314
|
export interface DescribeRabbitMQQueueDetailResponse {
|
|
6316
6315
|
/**
|
|
6317
|
-
*
|
|
6316
|
+
* 实例名称
|
|
6318
6317
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6319
6318
|
*/
|
|
6320
6319
|
InstanceId?: string;
|
|
@@ -2615,14 +2615,18 @@ export interface AccelerationDomainCertificate {
|
|
|
2615
2615
|
*/
|
|
2616
2616
|
Mode?: string;
|
|
2617
2617
|
/**
|
|
2618
|
-
*
|
|
2618
|
+
* 服务端证书列表,相关证书部署在 EO 的入口侧。
|
|
2619
2619
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2620
2620
|
*/
|
|
2621
2621
|
List?: Array<CertificateInfo>;
|
|
2622
2622
|
/**
|
|
2623
|
-
*
|
|
2623
|
+
* 在边缘双向认证场景下,该字段为客户端的 CA 证书,部署在 EO 节点内,用于 EO 节点认证客户端证书。
|
|
2624
2624
|
*/
|
|
2625
2625
|
ClientCertInfo?: MutualTLS;
|
|
2626
|
+
/**
|
|
2627
|
+
* 用于 EO 节点回源时携带的证书,源站启用双向认证握手时使用,用于源站认证客户端证书是否有效,确保请求来源于受信任的 EO 节点。
|
|
2628
|
+
*/
|
|
2629
|
+
UpstreamCertInfo?: UpstreamCertInfo;
|
|
2626
2630
|
}
|
|
2627
2631
|
/**
|
|
2628
2632
|
* DescribeSecurityTemplateBindings请求参数结构体
|
|
@@ -3624,6 +3628,15 @@ export interface ApplicationProxyRule {
|
|
|
3624
3628
|
*/
|
|
3625
3629
|
RuleTag?: string;
|
|
3626
3630
|
}
|
|
3631
|
+
/**
|
|
3632
|
+
* 用于 EO 节点回源时携带的证书,源站启用双向认证握手时使用,用于源站认证客户端证书是否有效,确保请求来源于受信任的 EO 节点。
|
|
3633
|
+
*/
|
|
3634
|
+
export interface UpstreamCertInfo {
|
|
3635
|
+
/**
|
|
3636
|
+
* 在回源双向认证场景下,该字段为 EO 节点回源时携带的证书(包含公钥、私钥即可),部署在 EO 节点,用于源站对 EO 节点进行认证。在作为入参使用时,不填写表示保持原有配置。
|
|
3637
|
+
*/
|
|
3638
|
+
UpstreamMutualTLS?: MutualTLS;
|
|
3639
|
+
}
|
|
3627
3640
|
/**
|
|
3628
3641
|
* 站点信息
|
|
3629
3642
|
*/
|
|
@@ -7683,7 +7696,7 @@ export interface ModifyHostsCertificateRequest {
|
|
|
7683
7696
|
*/
|
|
7684
7697
|
ApplyType?: string;
|
|
7685
7698
|
/**
|
|
7686
|
-
* 在边缘双向认证场景下,该字段为客户端的 CA 证书,部署在 EO
|
|
7699
|
+
* 在边缘双向认证场景下,该字段为客户端的 CA 证书,部署在 EO 节点内,用于客户端对 EO 节点进行认证。默认关闭,不填写表示保持原有配置。
|
|
7687
7700
|
*/
|
|
7688
7701
|
ClientCertInfo?: MutualTLS;
|
|
7689
7702
|
}
|
|
@@ -56,7 +56,7 @@ export interface ClusterOverview {
|
|
|
56
56
|
*/
|
|
57
57
|
LoginNodeCount?: number;
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* 弹性伸缩类型。
|
|
60
60
|
*/
|
|
61
61
|
AutoScalingType?: string;
|
|
62
62
|
/**
|
|
@@ -289,7 +289,7 @@ export interface AttachNodesRequest {
|
|
|
289
289
|
*/
|
|
290
290
|
ClusterId: string;
|
|
291
291
|
/**
|
|
292
|
-
*
|
|
292
|
+
* 节点的实例id列表
|
|
293
293
|
*/
|
|
294
294
|
ResourceSet: Array<string>;
|
|
295
295
|
/**
|
|
@@ -1092,7 +1092,7 @@ export interface CreateClusterRequest {
|
|
|
1092
1092
|
*/
|
|
1093
1093
|
Tags?: Array<Tag>;
|
|
1094
1094
|
/**
|
|
1095
|
-
* 弹性伸缩类型。默认值:THPC_AS
|
|
1095
|
+
* 弹性伸缩类型。默认值:THPC_AS
|
|
1096
1096
|
*/
|
|
1097
1097
|
AutoScalingType?: string;
|
|
1098
1098
|
/**
|
|
@@ -1539,11 +1539,11 @@ export interface DeleteClusterVirtualNodePoolRequest {
|
|
|
1539
1539
|
*/
|
|
1540
1540
|
ClusterId: string;
|
|
1541
1541
|
/**
|
|
1542
|
-
*
|
|
1542
|
+
* 超级节点池ID列表
|
|
1543
1543
|
*/
|
|
1544
1544
|
NodePoolIds: Array<string>;
|
|
1545
1545
|
/**
|
|
1546
|
-
*
|
|
1546
|
+
* 是否强制删除,在超级节点上有pod的情况下,如果选择非强制删除,则删除会失败
|
|
1547
1547
|
*/
|
|
1548
1548
|
Force?: boolean;
|
|
1549
1549
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeNacosReplicasRequest, DeleteWafDomainsRequest, DescribeCloudNativeAPIGatewayNodesRequest, DescribeCloudNativeAPIGatewayUpstreamRequest, DescribeUpstreamHealthCheckConfigRequest, CreateNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayCertificatesRequest, CloseWafProtectionRequest, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, DescribeUpstreamHealthCheckConfigResponse, CreateCloudNativeAPIGatewayServiceRequest, ModifyConsoleNetworkRequest, DescribeCloudNativeAPIGatewayServicesRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DeleteGovernanceNamespacesResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeWafProtectionResponse, DescribeZookeeperReplicasRequest, DescribeAutoScalerResourceStrategiesResponse, DeleteCloudNativeAPIGatewayRouteResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, ModifyUpstreamNodeStatusRequest, DescribeConfigFileReleaseRequest, DescribeCloudNativeAPIGatewayConfigRequest, DescribeNacosServerInterfacesResponse, DeleteGovernanceInstancesRequest, UpdateEngineInternetAccessResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, CreateCloudNativeAPIGatewayPublicNetworkResponse, ModifyGovernanceServicesRequest, DescribeConfigFileReleasesResponse, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, CreateGovernanceServicesRequest, ModifyNetworkAccessStrategyResponse, RestartSREInstanceRequest, UnbindAutoScalerResourceStrategyFromGroupsRequest, DeleteCloudNativeAPIGatewayPublicNetworkRequest, CreateGovernanceAliasRequest, ModifyCloudNativeAPIGatewayServiceRequest, DescribeAutoScalerResourceStrategyBindingGroupsRequest, DescribeConfigFilesByGroupResponse, DescribeWafProtectionRequest, DescribeAutoScalerResourceStrategiesRequest, DescribeGovernanceInstancesRequest, DescribeGovernanceServiceContractsRequest, DescribeConfigFilesRequest, DeleteCloudNativeAPIGatewayRouteRequest, DescribeConfigFileReleasesRequest, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeGovernanceNamespacesRequest, DescribeSREInstancesResponse, CreateCloudNativeAPIGatewayServiceRateLimitRequest, ModifyNativeGatewayServerGroupRequest, ModifyConsoleNetworkResponse, DescribeWafDomainsResponse, DescribeSREInstanceAccessAddressRequest, ModifyGovernanceInstancesResponse, DeleteCloudNativeAPIGatewayPublicNetworkResponse, CreateOrUpdateConfigFileAndReleaseRequest, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, DescribeConfigFileGroupsResponse, UpdateEngineInternetAccessRequest, DeleteNativeGatewayServerGroupResponse, ModifyCloudNativeAPIGatewayCertificateResponse, DescribeSREInstanceAccessAddressResponse, CreateConfigFileRequest, DescribeConfigFilesResponse, DescribeCloudNativeAPIGatewayServicesResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, UnbindAutoScalerResourceStrategyFromGroupsResponse, UpdateUpstreamTargetsResponse, CreateWafDomainsRequest, DescribeGovernanceServiceContractVersionsRequest, DescribeCloudNativeAPIGatewayCertificatesResponse, DeleteGovernanceInstancesResponse, BindAutoScalerResourceStrategyToGroupsResponse, ModifyConfigFilesRequest, ModifyGovernanceAliasRequest, ModifyNetworkAccessStrategyRequest, CreateCloudNativeAPIGatewayRouteRateLimitRequest, ModifyCloudNativeAPIGatewayRouteResponse, CreateGovernanceInstancesRequest, BindAutoScalerResourceStrategyToGroupsRequest, DeleteCloudNativeAPIGatewayCertificateRequest, ModifyAutoScalerResourceStrategyResponse, CreateCloudNativeAPIGatewayCertificateResponse, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, UpdateUpstreamHealthCheckConfigRequest, DescribeConfigFileResponse, UpdateCloudNativeAPIGatewaySpecResponse, DescribeNativeGatewayServerGroupsRequest, DescribePublicNetworkRequest, DescribeGovernanceNamespacesResponse, DescribeConfigFilesByGroupRequest, DeleteGovernanceInstancesByHostResponse, DescribeGovernanceAliasesResponse, DeleteCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayCertificateRequest, ModifyCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayPublicNetworkRequest, ModifyGovernanceNamespacesRequest, ModifyConfigFileGroupResponse, DescribeAllConfigFileTemplatesRequest, RollbackConfigFileReleasesRequest, PublishConfigFilesResponse, UpdateCloudNativeAPIGatewayCertificateInfoRequest, DescribeCloudNativeAPIGatewayCertificateDetailsRequest, CreateNativeGatewayServerGroupResponse, DeleteConfigFileReleasesResponse, ModifyGovernanceInstancesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, UpdateCloudNativeAPIGatewayCertificateInfoResponse, ModifyNetworkBasicInfoResponse, DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayRequest, DescribeGovernanceServiceContractVersionsResponse, ModifyConfigFilesResponse, DescribeAllConfigFileTemplatesResponse, DescribeConfigFileReleaseVersionsRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, ModifyCloudNativeAPIGatewayCertificateRequest, DeleteGovernanceAliasesResponse, DeleteAutoScalerResourceStrategyRequest, CreateGovernanceInstancesResponse, DeleteEngineResponse, ModifyCloudNativeAPIGatewayCanaryRuleRequest, DescribeCloudNativeAPIGatewayPortsResponse, DeleteGovernanceNamespacesRequest, DescribeCloudNativeAPIGatewayConfigResponse, CreateCloudNativeAPIGatewayRouteResponse, DeleteConfigFilesResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, ModifyGovernanceAliasResponse, DeleteGovernanceInstancesByHostRequest, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewaysResponse, CreateGovernanceNamespacesResponse, CreateConfigFileGroupRequest, DeleteAutoScalerResourceStrategyResponse, DescribeOneCloudNativeAPIGatewayServiceRequest, DeleteGovernanceAliasesRequest, DescribeWafDomainsRequest, ModifyUpstreamNodeStatusResponse, OpenWafProtectionResponse, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayRequest, DeleteConfigFileGroupRequest, CreateCloudNativeAPIGatewayCanaryRuleRequest, OpenWafProtectionRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, DescribeNacosServerInterfacesRequest, DescribeSREInstancesRequest, DescribeZookeeperReplicasResponse, ModifyConfigFileGroupRequest, DescribePublicAddressConfigResponse, PublishConfigFilesRequest, DescribeConfigFileReleaseHistoriesRequest, ModifyCloudNativeAPIGatewayRequest, DescribeNativeGatewayServerGroupsResponse, ModifyNativeGatewayServerGroupResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DescribeConfigFileGroupsRequest, CreateGovernanceNamespacesRequest, ModifyCloudNativeAPIGatewayRouteRequest, CreateGovernanceAliasResponse, DeleteConfigFileGroupResponse, DescribeGovernanceAliasesRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeAutoScalerResourceStrategyBindingGroupsResponse, DeleteGovernanceServicesResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, CreateWafDomainsResponse, DescribePublicAddressConfigRequest, CreateConfigFileResponse, DescribeCloudNativeAPIGatewayUpstreamResponse, UpdateUpstreamTargetsRequest, DeleteCloudNativeAPIGatewayServiceResponse, DescribeConfigFileRequest, DeleteNativeGatewayServerGroupRequest, RollbackConfigFileReleasesResponse, DescribeNacosReplicasResponse, DescribeGovernanceInstancesResponse, ModifyGovernanceNamespacesResponse, DescribeCloudNativeAPIGatewaysRequest, DeleteCloudNativeAPIGatewayServiceRequest, DescribePublicNetworkResponse, DeleteConfigFilesRequest, DescribeGovernanceServicesResponse, CloseWafProtectionResponse, CreateAutoScalerResourceStrategyResponse, UpdateCloudNativeAPIGatewaySpecRequest, DeleteEngineRequest, ModifyNetworkBasicInfoRequest, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, DescribeZookeeperServerInterfacesResponse, DescribeConfigFileReleaseVersionsResponse, DeleteCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, CreateGovernanceServicesResponse, ModifyAutoScalerResourceStrategyRequest, CreateOrUpdateConfigFileAndReleaseResponse, DescribeOneCloudNativeAPIGatewayServiceResponse, RestartSREInstanceResponse, DescribeZookeeperServerInterfacesRequest, DeleteGovernanceServicesRequest, ModifyGovernanceServicesResponse, DeleteConfigFileReleasesRequest, CreateAutoScalerResourceStrategyRequest, DescribeGovernanceServiceContractsResponse, UpdateUpstreamHealthCheckConfigResponse, CreateCloudNativeAPIGatewayRouteRequest, CreateEngineRequest, DeleteWafDomainsResponse, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeConfigFileReleaseHistoriesResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, CreateConfigFileGroupResponse, DescribeCloudNativeAPIGatewayPortsRequest, DescribeGovernanceServicesRequest, DescribeConfigFileReleaseResponse } from "./tse_models";
|
|
3
|
+
import { DescribeNacosReplicasRequest, DeleteWafDomainsRequest, DescribeCloudNativeAPIGatewayNodesRequest, DescribeCloudNativeAPIGatewayUpstreamRequest, DescribeUpstreamHealthCheckConfigRequest, CreateNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayCertificatesRequest, CloseWafProtectionRequest, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, DescribeUpstreamHealthCheckConfigResponse, CreateCloudNativeAPIGatewayServiceRequest, ModifyConsoleNetworkRequest, DescribeCloudNativeAPIGatewayServicesRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DeleteGovernanceNamespacesResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeWafProtectionResponse, DescribeZookeeperReplicasRequest, DescribeAutoScalerResourceStrategiesResponse, DeleteCloudNativeAPIGatewayRouteResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, ModifyUpstreamNodeStatusRequest, DescribeConfigFileReleaseRequest, DescribeCloudNativeAPIGatewayConfigRequest, DescribeNacosServerInterfacesResponse, DeleteGovernanceInstancesRequest, UpdateEngineInternetAccessResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, CreateCloudNativeAPIGatewayPublicNetworkResponse, ModifyGovernanceServicesRequest, DescribeConfigFileReleasesResponse, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, CreateGovernanceServicesRequest, ModifyNetworkAccessStrategyResponse, RestartSREInstanceRequest, UnbindAutoScalerResourceStrategyFromGroupsRequest, DeleteCloudNativeAPIGatewayPublicNetworkRequest, CreateGovernanceAliasRequest, ModifyCloudNativeAPIGatewayServiceRequest, DescribeAutoScalerResourceStrategyBindingGroupsRequest, DescribeConfigFilesByGroupResponse, DescribeWafProtectionRequest, DescribeAutoScalerResourceStrategiesRequest, DescribeGovernanceInstancesRequest, DescribeGovernanceServiceContractsRequest, DescribeConfigFilesRequest, DeleteCloudNativeAPIGatewayRouteRequest, DescribeConfigFileReleasesRequest, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeGovernanceNamespacesRequest, DescribeSREInstancesResponse, CreateCloudNativeAPIGatewayServiceRateLimitRequest, ModifyNativeGatewayServerGroupRequest, ModifyConsoleNetworkResponse, DescribeWafDomainsResponse, DescribeSREInstanceAccessAddressRequest, ModifyGovernanceInstancesResponse, DeleteCloudNativeAPIGatewayPublicNetworkResponse, CreateOrUpdateConfigFileAndReleaseRequest, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, DescribeConfigFileGroupsResponse, UpdateEngineInternetAccessRequest, DeleteNativeGatewayServerGroupResponse, ModifyCloudNativeAPIGatewayCertificateResponse, DescribeSREInstanceAccessAddressResponse, CreateConfigFileRequest, DescribeConfigFilesResponse, DescribeCloudNativeAPIGatewayServicesResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, UnbindAutoScalerResourceStrategyFromGroupsResponse, UpdateUpstreamTargetsResponse, CreateWafDomainsRequest, DescribeGovernanceServiceContractVersionsRequest, DescribeCloudNativeAPIGatewayCertificatesResponse, DeleteGovernanceInstancesResponse, BindAutoScalerResourceStrategyToGroupsResponse, ModifyConfigFilesRequest, ModifyGovernanceAliasRequest, ModifyNetworkAccessStrategyRequest, CreateCloudNativeAPIGatewayRouteRateLimitRequest, ModifyCloudNativeAPIGatewayRouteResponse, CreateGovernanceInstancesRequest, BindAutoScalerResourceStrategyToGroupsRequest, DeleteCloudNativeAPIGatewayCertificateRequest, ModifyAutoScalerResourceStrategyResponse, CreateCloudNativeAPIGatewayCertificateResponse, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, UpdateUpstreamHealthCheckConfigRequest, DescribeConfigFileResponse, UpdateCloudNativeAPIGatewaySpecResponse, DescribeNativeGatewayServerGroupsRequest, DescribePublicNetworkRequest, DescribeGovernanceNamespacesResponse, DescribeConfigFilesByGroupRequest, DeleteGovernanceInstancesByHostResponse, DescribeGovernanceAliasesResponse, DeleteCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayCertificateRequest, ModifyCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayPublicNetworkRequest, ModifyGovernanceNamespacesRequest, ModifyConfigFileGroupResponse, DescribeAllConfigFileTemplatesRequest, RollbackConfigFileReleasesRequest, PublishConfigFilesResponse, UpdateCloudNativeAPIGatewayCertificateInfoRequest, DescribeCloudNativeAPIGatewayCertificateDetailsRequest, CreateNativeGatewayServerGroupResponse, DeleteConfigFileReleasesResponse, ModifyGovernanceInstancesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, UpdateCloudNativeAPIGatewayCertificateInfoResponse, ModifyNetworkBasicInfoResponse, DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayRequest, DescribeGovernanceServiceContractVersionsResponse, ModifyConfigFilesResponse, DescribeAllConfigFileTemplatesResponse, DescribeConfigFileReleaseVersionsRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, ModifyCloudNativeAPIGatewayCertificateRequest, DeleteGovernanceAliasesResponse, DeleteAutoScalerResourceStrategyRequest, CreateGovernanceInstancesResponse, DeleteEngineResponse, ModifyCloudNativeAPIGatewayCanaryRuleRequest, DescribeCloudNativeAPIGatewayPortsResponse, DeleteGovernanceNamespacesRequest, DescribeCloudNativeAPIGatewayConfigResponse, CreateCloudNativeAPIGatewayRouteResponse, DeleteConfigFilesResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, ModifyGovernanceAliasResponse, DeleteGovernanceInstancesByHostRequest, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewaysResponse, CreateGovernanceNamespacesResponse, CreateConfigFileGroupRequest, DeleteAutoScalerResourceStrategyResponse, DescribeOneCloudNativeAPIGatewayServiceRequest, DeleteGovernanceAliasesRequest, DescribeWafDomainsRequest, ModifyUpstreamNodeStatusResponse, OpenWafProtectionResponse, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayRequest, DeleteConfigFileGroupRequest, CreateCloudNativeAPIGatewayCanaryRuleRequest, OpenWafProtectionRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, DescribeNacosServerInterfacesRequest, DescribeSREInstancesRequest, DescribeZookeeperReplicasResponse, ModifyConfigFileGroupRequest, DescribePublicAddressConfigResponse, PublishConfigFilesRequest, DescribeConfigFileReleaseHistoriesRequest, ModifyCloudNativeAPIGatewayRequest, DescribeNativeGatewayServerGroupsResponse, ModifyNativeGatewayServerGroupResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DescribeConfigFileGroupsRequest, CreateGovernanceNamespacesRequest, ModifyCloudNativeAPIGatewayRouteRequest, CreateGovernanceAliasResponse, DeleteConfigFileGroupResponse, DescribeGovernanceAliasesRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeAutoScalerResourceStrategyBindingGroupsResponse, DescribeInstanceTagInfosRequest, DeleteGovernanceServicesResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, CreateWafDomainsResponse, DescribePublicAddressConfigRequest, CreateConfigFileResponse, DescribeCloudNativeAPIGatewayUpstreamResponse, UpdateUpstreamTargetsRequest, DeleteCloudNativeAPIGatewayServiceResponse, DescribeConfigFileRequest, DeleteNativeGatewayServerGroupRequest, RollbackConfigFileReleasesResponse, DescribeNacosReplicasResponse, DescribeGovernanceInstancesResponse, ModifyGovernanceNamespacesResponse, DescribeCloudNativeAPIGatewaysRequest, DeleteCloudNativeAPIGatewayServiceRequest, DescribePublicNetworkResponse, DescribeInstanceTagInfosResponse, DeleteConfigFilesRequest, DescribeGovernanceServicesResponse, CloseWafProtectionResponse, CreateAutoScalerResourceStrategyResponse, UpdateCloudNativeAPIGatewaySpecRequest, DeleteEngineRequest, ModifyNetworkBasicInfoRequest, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, DescribeZookeeperServerInterfacesResponse, DescribeConfigFileReleaseVersionsResponse, DeleteCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, CreateGovernanceServicesResponse, ModifyAutoScalerResourceStrategyRequest, CreateOrUpdateConfigFileAndReleaseResponse, DescribeOneCloudNativeAPIGatewayServiceResponse, RestartSREInstanceResponse, DescribeZookeeperServerInterfacesRequest, DeleteGovernanceServicesRequest, ModifyGovernanceServicesResponse, DeleteConfigFileReleasesRequest, CreateAutoScalerResourceStrategyRequest, DescribeGovernanceServiceContractsResponse, UpdateUpstreamHealthCheckConfigResponse, CreateCloudNativeAPIGatewayRouteRequest, CreateEngineRequest, DeleteWafDomainsResponse, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeConfigFileReleaseHistoriesResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, CreateConfigFileGroupResponse, DescribeCloudNativeAPIGatewayPortsRequest, DescribeGovernanceServicesRequest, DescribeConfigFileReleaseResponse } from "./tse_models";
|
|
4
4
|
/**
|
|
5
5
|
* tse client
|
|
6
6
|
* @class
|
|
@@ -19,6 +19,10 @@ export declare class Client extends AbstractClient {
|
|
|
19
19
|
* 查询云原生网关的限流插件(服务)
|
|
20
20
|
*/
|
|
21
21
|
DescribeCloudNativeAPIGatewayServiceRateLimit(req: DescribeCloudNativeAPIGatewayServiceRateLimitRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayServiceRateLimitResponse) => void): Promise<DescribeCloudNativeAPIGatewayServiceRateLimitResponse>;
|
|
22
|
+
/**
|
|
23
|
+
* 更新云原生网关证书
|
|
24
|
+
*/
|
|
25
|
+
ModifyCloudNativeAPIGatewayCertificate(req: ModifyCloudNativeAPIGatewayCertificateRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayCertificateResponse) => void): Promise<ModifyCloudNativeAPIGatewayCertificateResponse>;
|
|
22
26
|
/**
|
|
23
27
|
* 删除公网网络配置
|
|
24
28
|
*/
|
|
@@ -128,9 +132,9 @@ export declare class Client extends AbstractClient {
|
|
|
128
132
|
*/
|
|
129
133
|
ModifyAutoScalerResourceStrategy(req: ModifyAutoScalerResourceStrategyRequest, cb?: (error: string, rep: ModifyAutoScalerResourceStrategyResponse) => void): Promise<ModifyAutoScalerResourceStrategyResponse>;
|
|
130
134
|
/**
|
|
131
|
-
*
|
|
135
|
+
* 查看实例的标签信息
|
|
132
136
|
*/
|
|
133
|
-
|
|
137
|
+
DescribeInstanceTagInfos(req: DescribeInstanceTagInfosRequest, cb?: (error: string, rep: DescribeInstanceTagInfosResponse) => void): Promise<DescribeInstanceTagInfosResponse>;
|
|
134
138
|
/**
|
|
135
139
|
* 发布配置文件
|
|
136
140
|
*/
|
|
@@ -45,6 +45,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
45
45
|
async DescribeCloudNativeAPIGatewayServiceRateLimit(req, cb) {
|
|
46
46
|
return this.request("DescribeCloudNativeAPIGatewayServiceRateLimit", req, cb);
|
|
47
47
|
}
|
|
48
|
+
/**
|
|
49
|
+
* 更新云原生网关证书
|
|
50
|
+
*/
|
|
51
|
+
async ModifyCloudNativeAPIGatewayCertificate(req, cb) {
|
|
52
|
+
return this.request("ModifyCloudNativeAPIGatewayCertificate", req, cb);
|
|
53
|
+
}
|
|
48
54
|
/**
|
|
49
55
|
* 删除公网网络配置
|
|
50
56
|
*/
|
|
@@ -208,10 +214,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
208
214
|
return this.request("ModifyAutoScalerResourceStrategy", req, cb);
|
|
209
215
|
}
|
|
210
216
|
/**
|
|
211
|
-
*
|
|
217
|
+
* 查看实例的标签信息
|
|
212
218
|
*/
|
|
213
|
-
async
|
|
214
|
-
return this.request("
|
|
219
|
+
async DescribeInstanceTagInfos(req, cb) {
|
|
220
|
+
return this.request("DescribeInstanceTagInfos", req, cb);
|
|
215
221
|
}
|
|
216
222
|
/**
|
|
217
223
|
* 发布配置文件
|